#hdchat-wrapper {
  display: flex !important;
  align-items: flex-end;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 24px;
  font-family: din-2014, Arial, Helvetica, sans-serif;
  pointer-events: none;
  z-index: 9728832911;
}
#hdchat-wrapper:not(.loaded) #hdchat-button {
  opacity: 0.5;
}
#hdchat-wrapper:not(.loaded) #hdchat-button * {
  cursor: progress !important;
}
#hdchat-wrapper button {
  margin: 0;
  padding: 0;
  width: auto;
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  cursor: pointer;
}

#hdchat-widget-wrapper {
  position: relative;
  width: 430px;
  height: 620px;
  max-width: 100%;
  max-height: 100%;
}
#hdchat-wrapper:not(.open) > #hdchat-widget-wrapper {
  display: none;
}
#hdchat-widget-wrapper #hdchat-widget {
  width: 1px;
  min-width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px 10px;
  box-shadow: 0 0 100px 1px rgba(0, 0, 0, 0.15);
  pointer-events: all;
}

#hdchat-wrapper.open > #hdchat-button-wrapper {
  display: none;
}
#hdchat-button-wrapper #hdchat-button {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 5px;
  background: linear-gradient(45deg, #154734 0%, #136d4b 100%);
  color: white;
  transition: opacity 0.5s;
  box-shadow: 0 0 21px 5px rgba(0, 0, 0, 0.15);
  pointer-events: all;
}
#hdchat-button-wrapper #hdchat-button:hover, #hdchat-button-wrapper #hdchat-button:active, #hdchat-button-wrapper #hdchat-button:focus {
  background: linear-gradient(45deg, #123d2c 0%, #0f573e 100%);
}
#hdchat-button-wrapper #hdchat-button:hover img, #hdchat-button-wrapper #hdchat-button:active img, #hdchat-button-wrapper #hdchat-button:focus img {
  opacity: 0.97;
}
#hdchat-button-wrapper #hdchat-button img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 8px 8px 5px 8px;
  color: transparent;
}
#hdchat-button-wrapper #hdchat-button img.large-chat-icon {
  display: block;
}
#hdchat-button-wrapper #hdchat-button img.small-chat-icon {
  display: none;
}
#hdchat-button-wrapper #hdchat-button .btn-badge {
  display: block;
  position: absolute;
  top: -11px;
  right: -11px;
  padding: 10px;
  min-width: 29px;
  height: 29px;
  line-height: 9px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #8a0000 0%, #600000 100%);
  border-radius: 999px;
  color: white;
}
#hdchat-wrapper:not(.unread) #hdchat-button-wrapper #hdchat-button .btn-badge {
  display: none;
}
#hdchat-button-wrapper #hdchat-button.ping::before {
  content: "";
  position: absolute;
  display: block;
  width: 140%;
  height: 140%;
  top: -20%;
  left: -20%;
  z-index: -1;
  border-radius: 5px;
  background: linear-gradient(45deg, #154734 0%, #136d4b 100%);
  animation: ping 6s ease-in-out infinite both;
}

@media (max-width: 767.98px), (max-height: 499.98px) {
  #hdchat-wrapper {
    padding: 0;
  }

  #hdchat-widget-wrapper {
    width: 100%;
    height: 100%;
  }
  #hdchat-widget-wrapper #hdchat-widget {
    border-radius: 0;
  }

  #hdchat-button-wrapper #hdchat-button {
    top: 60px;
    left: 60px;
    width: 120px;
    height: 120px;
    border-radius: 999px;
  }
  #hdchat-wrapper.unread #hdchat-button-wrapper #hdchat-button {
    background: linear-gradient(to bottom, #8a0000 0%, #600000 100%);
  }
  #hdchat-wrapper.unread #hdchat-button-wrapper #hdchat-button:hover, #hdchat-wrapper.unread #hdchat-button-wrapper #hdchat-button:active, #hdchat-wrapper.unread #hdchat-button-wrapper #hdchat-button:focus {
    background: linear-gradient(to bottom, #750000 0%, #4d0000 100%);
  }
  #hdchat-wrapper.unread #hdchat-button-wrapper #hdchat-button:hover .btn-badge, #hdchat-wrapper.unread #hdchat-button-wrapper #hdchat-button:active .btn-badge, #hdchat-wrapper.unread #hdchat-button-wrapper #hdchat-button:focus .btn-badge {
    color: #750000;
  }
  #hdchat-wrapper.unread #hdchat-button-wrapper #hdchat-button.ping::before {
    background: linear-gradient(to bottom, #8a0000 0%, #600000 100%);
  }
  #hdchat-button-wrapper #hdchat-button img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    padding: 16% 4% 3% 19%;
  }
  #hdchat-button-wrapper #hdchat-button img.large-chat-icon {
    display: none;
  }
  #hdchat-button-wrapper #hdchat-button img.small-chat-icon {
    display: block;
  }
  #hdchat-button-wrapper #hdchat-button .btn-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    padding: 16% 4% 9% 19%;
    font-size: 14pt;
    font-weight: bold;
    background: none;
    border-radius: 0;
    color: #8a0000;
  }
  #hdchat-button-wrapper #hdchat-button.ping::before {
    content: "";
    position: absolute;
    display: block;
    width: 140%;
    height: 140%;
    top: -20%;
    left: -20%;
    z-index: -1;
    border-radius: 999px;
    background: linear-gradient(45deg, #154734 0%, #136d4b 100%);
    animation: ping 6s ease-in-out infinite both;
  }
}
@keyframes ping {
  0% {
    visibility: visible;
    transform: scale(0.2);
    opacity: 0.8;
  }
  11% {
    transform: scale(1.2);
    opacity: 0;
  }
  15% {
    visibility: hidden;
    transform: scale(2.2);
    opacity: 0;
  }
  100% {
    visibility: hidden;
    transform: scale(0.2);
    opacity: 0.8;
  }
}

/*# sourceMappingURL=hdchat.css.map */
