.ast-desktop .main-header-menu:not(#ast-hf-mobile-menu) .sub-menu {
  background-color: #1d464b;
}

.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
  background-color: #1D464B;
}

.joinchat__button {
  display: flex;
  flex-direction: row;
  position: absolute;
  z-index: 2;
  bottom: 50px;
  right: 8px;
  height: var(--btn);
  min-width: var(--btn);
  max-width: 95vw;
  background: #25d366;
  color: inherit;
  border-radius: calc(var(--btn)/2);
  box-shadow: 1px 6px 24px 0 rgb(7 94 84 / 24%);
  cursor: pointer;
  transition: background .2s linear;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  will-change: background-color,width;
}