div.chatWidgetWeb + div {
  @media screen and (min-width: 1440px) {
    bottom: 40vh !important;
  }
  @media screen and (min-width: 376px) {
    bottom: 39vh !important;
  }
  @media screen and (max-width: 375px) {
    bottom: 38vh !important;
  }
}
.chat-container {
  @media screen and (min-width: 1440px) {
    bottom: 40vh !important;
  }
  @media screen and (min-width: 376px) {
    bottom: 39vh !important;
  }
  @media screen and (max-width: 375px) {
    bottom: 38vh !important;
  }
}
.download-tg {
  @media screen and (min-width: 1024px) {
    right: 24px !important;
    bottom: 40vh !important;
    margin-bottom: 64px;
  }
  @media screen and (min-width: 767px) and (max-width: 1023px) {
    right: 24px !important;
    bottom: 40vh !important;
    margin-bottom: 64px;
  }
  @media screen and (max-width: 767px) {
    right: 16px !important;
    bottom: 38vh !important;
    margin-bottom: 64px;
  }
}
.subtitlewarn, .subtitlewarn a {
  @media screen and (min-width: 1440px) {
    font-size: 14px;
    line-height: 20px;
  }
  
  @media screen and (min-width: 376px) {
    font-size: 12px;
    line-height: 14px;
  }
  @media screen and (max-width: 375px) {
    font-size: 12px;
    line-height: 14px;
  }
}
.download-panel::-webkit-scrollbar {
  background: transparent;
}
