/* WebConversor - button and active-users overlay polish */

#fundo-escurecido-lista-usuarios-ativos,
.fundo-escurecido-lista-usuarios-ativos {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.74) !important;
  backdrop-filter: blur(7px) saturate(0.85) !important;
  -webkit-backdrop-filter: blur(7px) saturate(0.85) !important;
  z-index: 1 !important;
  pointer-events: auto !important;
}

#div-botao-flutuante-chat-global,
.div-botao-flutuante-chat-global {
  position: fixed !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 2147483600 !important;
  width: 58px !important;
  height: 58px !important;
  pointer-events: none !important;
  isolation: isolate !important;
  animation: wcChatGlobalEntradaSuave 1.5s cubic-bezier(.16, 1, .3, 1) both !important;
  will-change: transform;
}

#botao-flutuante-chat-global,
.botao-flutuante-chat-global {
  position: relative !important;
  inset: auto !important;
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  min-height: 58px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 18px !important;
  display: grid !important;
  place-items: center !important;
  color: #17130f !important;
  background: #fff !important;
  box-shadow: 0 18px 40px rgba(23, 19, 15, 0.18) !important;
  outline: none !important;
  overflow: visible !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  opacity: 1 !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transform: translateY(0) scale(1);
  font-size: 0 !important;
  line-height: 0 !important;
  z-index: 4 !important;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    background .22s ease !important;
}

@keyframes wcChatGlobalEntradaSuave {
  from {
    transform: translateY(18px) scale(.86);
  }
  to {
    transform: translateY(0) scale(1);
  }
}

#botao-flutuante-chat-global:hover,
.botao-flutuante-chat-global:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 22px 48px rgba(23, 19, 15, 0.24) !important;
}

#botao-flutuante-chat-global .chat-flutuante-icone,
.botao-flutuante-chat-global .chat-flutuante-icone,
#botao-flutuante-chat-global > i:first-child,
#botao-flutuante-chat-global > svg,
#botao-flutuante-chat-global > img,
#botao-flutuante-chat-global > dotlottie-wc,
#botao-flutuante-chat-global > lottie-player,
.botao-flutuante-chat-global > i:first-child,
.botao-flutuante-chat-global > svg,
.botao-flutuante-chat-global > img,
.botao-flutuante-chat-global > dotlottie-wc,
.botao-flutuante-chat-global > lottie-player,
#botao-flutuante-chat-global .svg-inline--fa,
.botao-flutuante-chat-global .svg-inline--fa {
  display: none !important;
}

#botao-flutuante-chat-global::before,
.botao-flutuante-chat-global::before {
  content: "" !important;
  display: block !important;
  width: 28px !important;
  height: 25px !important;
  background: #17130f !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='black' d='M416 192c0-88.4-93.1-160-208-160S0 103.6 0 192c0 34.3 14.1 65.9 38 92.7C24.3 323.8 0 352 0 352s56-16 89.7-35.7C123.8 338.8 164.9 352 208 352c114.9 0 208-71.6 208-160zm122 220.7c23.9-26.8 38-58.4 38-92.7 0-66.9-53.5-124.2-129.3-148.1.9 6.6 1.3 13.3 1.3 20.1 0 105.9-107.7 192-240 192-10.8 0-21.3-.8-31.7-1.9C207.8 439.6 281.8 480 368 480c43.1 0 84.2-13.2 118.3-35.7C520 464 576 480 576 480s-24.3-28.2-38-67.3z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='black' d='M416 192c0-88.4-93.1-160-208-160S0 103.6 0 192c0 34.3 14.1 65.9 38 92.7C24.3 323.8 0 352 0 352s56-16 89.7-35.7C123.8 338.8 164.9 352 208 352c114.9 0 208-71.6 208-160zm122 220.7c23.9-26.8 38-58.4 38-92.7 0-66.9-53.5-124.2-129.3-148.1.9 6.6 1.3 13.3 1.3 20.1 0 105.9-107.7 192-240 192-10.8 0-21.3-.8-31.7-1.9C207.8 439.6 281.8 480 368 480c43.1 0 84.2-13.2 118.3-35.7C520 464 576 480 576 480s-24.3-28.2-38-67.3z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  pointer-events: none !important;
}

#botao-flutuante-chat-global::after,
.botao-flutuante-chat-global::after {
  content: none !important;
  display: none !important;
}

#contador-usuarios-chat-global,
.contador-usuarios-chat-global {
  position: absolute !important;
  top: -6px !important;
  right: -6px !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 5 !important;
  width: 21px !important;
  height: 21px !important;
  min-width: 21px !important;
  min-height: 21px !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: #c36145 !important;
  color: #fff !important;
  font: 950 0.72rem/1 Inter, system-ui, sans-serif !important;
  box-shadow: none !important;
}

#badge-mp,
.badge-mp {
  display: none !important;
}

#lista-usuarios-ativos-chat-global {
  position: absolute !important;
  right: 0 !important;
  bottom: calc(100% + 14px) !important;
  left: auto !important;
  top: auto !important;
  width: clamp(268px, calc(100vw - 36px), 338px) !important;
  max-height: min(58vh, 430px) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding: 10px 14px 10px 10px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.07), transparent 32%),
    linear-gradient(145deg, rgba(26, 28, 29, 0.98), rgba(12, 14, 17, 0.99)) !important;
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
  color: #f8f5ef !important;
  display: none;
  pointer-events: auto !important;
  transform: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  z-index: 3 !important;
  contain: layout paint !important;
}

#lista-usuarios-ativos-chat-global::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

#lista-usuarios-ativos-chat-global::-webkit-scrollbar-track,
#lista-usuarios-ativos-chat-global::-webkit-scrollbar-thumb {
  background: transparent !important;
}

#lista-usuarios-ativos-chat-global::before {
  content: "USU\00c1RIOS ONLINE" !important;
  min-height: 30px !important;
  margin: 0 0 7px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(248, 245, 239, 0.72) !important;
  font-family: Inter, Poppins, "Segoe UI", system-ui, sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

#lista-usuarios-ativos-chat-global::after {
  content: "" !important;
  position: absolute !important;
  right: 20px !important;
  bottom: -7px !important;
  width: 12px !important;
  height: 12px !important;
  border-right: 1px solid rgba(255, 255, 255, 0.11) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11) !important;
  background: #101112 !important;
  transform: rotate(45deg) !important;
  z-index: -1 !important;
}

#lista-usuarios-ativos-chat-global ul {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#lista-usuarios-ativos-chat-global .item-usuario-ativo {
  margin: 0 !important;
  padding: 0 !important;
}

#lista-usuarios-ativos-chat-global li > a,
#lista-usuarios-ativos-chat-global .item-usuario-ativo > a {
  position: relative !important;
  min-height: 54px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 12px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: rgba(255, 255, 255, 0.055) !important;
  color: #fff !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease !important;
}

#lista-usuarios-ativos-chat-global li > a:hover,
#lista-usuarios-ativos-chat-global li > a:focus,
#lista-usuarios-ativos-chat-global .item-usuario-ativo > a:hover,
#lista-usuarios-ativos-chat-global .item-usuario-ativo > a:focus {
  transform: translateY(-1px) !important;
  background: rgba(255, 255, 255, 0.09) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16) !important;
}

#lista-usuarios-ativos-chat-global .avatar-chat-global,
#lista-usuarios-ativos-chat-global .item-usuario-ativo > a > svg:first-child {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  flex: 0 0 34px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14) !important;
}

#lista-usuarios-ativos-chat-global .nome-usuario {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  color: #f8f5ef !important;
  font-family: Inter, Poppins, "Segoe UI", system-ui, sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 850 !important;
  line-height: 1.1 !important;
}

#lista-usuarios-ativos-chat-global em {
  display: block !important;
  margin: 0 !important;
  padding: 14px 12px 16px !important;
  color: rgba(248, 245, 239, 0.66) !important;
  font-family: Inter, Poppins, "Segoe UI", system-ui, sans-serif !important;
  font-size: 0.88rem !important;
  font-style: italic !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
  text-align: center !important;
}

#lista-usuarios-ativos-chat-global .pill-msg {
  position: absolute !important;
  top: 50% !important;
  right: 11px !important;
  min-width: 19px !important;
  height: 19px !important;
  display: grid !important;
  place-items: center !important;
  padding: 0 6px !important;
  border-radius: 999px !important;
  background: #c36145 !important;
  color: #fff !important;
  font: 900 0.68rem/1 Inter, system-ui, sans-serif !important;
  transform: translateY(-50%) !important;
}

#lista-usuarios-ativos-chat-global .tag-dev {
  max-width: 118px !important;
  height: 26px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  padding: 0 9px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(142, 203, 255, 0.28) !important;
  background: rgba(66, 153, 225, 0.18) !important;
  color: #8ecbff !important;
  font-family: Inter, Poppins, "Segoe UI", system-ui, sans-serif !important;
  font-size: 0.64rem !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

#lista-usuarios-ativos-chat-global .tag-dev i {
  display: block !important;
  width: 1em !important;
  min-width: 1em !important;
  color: #8ecbff !important;
  font-size: 11px !important;
}

#lista-usuarios-ativos-chat-global .tag-dev::after {
  content: none !important;
}

#animacao-carregando-usuarios-ativos,
#erro-carregar-usuarios-ativos {
  margin: 0 !important;
  border-radius: 14px !important;
}

@media (max-width: 420px) {
  #lista-usuarios-ativos-chat-global {
    right: 0 !important;
    width: min(338px, calc(100vw - 34px)) !important;
    max-height: 54vh !important;
    padding: 9px 13px 9px 9px !important;
    border-radius: 16px !important;
  }

  #lista-usuarios-ativos-chat-global li > a,
  #lista-usuarios-ativos-chat-global .item-usuario-ativo > a {
    min-height: 52px !important;
    gap: 8px !important;
    padding: 9px 11px !important;
  }

  #lista-usuarios-ativos-chat-global .avatar-chat-global,
  #lista-usuarios-ativos-chat-global .item-usuario-ativo > a > svg:first-child {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    flex-basis: 32px !important;
  }

  #lista-usuarios-ativos-chat-global .tag-dev {
    display: none !important;
  }
}

body#pagina-servicos #div-botao-flutuante-chat-global,
body#pagina-servicos .div-botao-flutuante-chat-global {
  position: fixed !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 2147483600 !important;
  width: 58px !important;
  height: 58px !important;
  pointer-events: none !important;
}

body#pagina-servicos #botao-flutuante-chat-global,
body#pagina-servicos .botao-flutuante-chat-global {
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  min-height: 58px !important;
  border: 0 !important;
  border-radius: 18px !important;
  color: #17130f !important;
  background: #fff !important;
  box-shadow: 0 18px 40px rgba(23, 19, 15, 0.18) !important;
}

body#pagina-servicos #botao-flutuante-chat-global .chat-flutuante-icone,
body#pagina-servicos .botao-flutuante-chat-global .chat-flutuante-icone {
  display: none !important;
}

body#pagina-servicos #badge-mp,
body#pagina-servicos .badge-mp {
  display: none !important;
}

body#pagina-servicos #botao-flutuante-chat-global,
body#pagina-servicos .botao-flutuante-chat-global,
body#pagina-planos #botao-flutuante-chat-global,
body#pagina-planos .botao-flutuante-chat-global,
body#pagina-perfil #botao-flutuante-chat-global,
body#pagina-perfil .botao-flutuante-chat-global,
body#pagina-termos #botao-flutuante-chat-global,
body#pagina-termos .botao-flutuante-chat-global,
body#pagina-contato #botao-flutuante-chat-global,
body#pagina-contato .botao-flutuante-chat-global,
body#pagina-politica #botao-flutuante-chat-global,
body#pagina-politica .botao-flutuante-chat-global,
body#pagina-sobre #botao-flutuante-chat-global,
body#pagina-sobre .botao-flutuante-chat-global {
  color: #fff !important;
  background: #17130f !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32) !important;
}

body#pagina-servicos #botao-flutuante-chat-global::before,
body#pagina-servicos .botao-flutuante-chat-global::before,
body#pagina-planos #botao-flutuante-chat-global::before,
body#pagina-planos .botao-flutuante-chat-global::before,
body#pagina-perfil #botao-flutuante-chat-global::before,
body#pagina-perfil .botao-flutuante-chat-global::before,
body#pagina-termos #botao-flutuante-chat-global::before,
body#pagina-termos .botao-flutuante-chat-global::before,
body#pagina-contato #botao-flutuante-chat-global::before,
body#pagina-contato .botao-flutuante-chat-global::before,
body#pagina-politica #botao-flutuante-chat-global::before,
body#pagina-politica .botao-flutuante-chat-global::before,
body#pagina-sobre #botao-flutuante-chat-global::before,
body#pagina-sobre .botao-flutuante-chat-global::before {
  background: #fff !important;
}

:where(
  .actionButton,
  #pasteButton,
  #clearButton,
  #botaoOkErroAreaTransferencia,
  #okButton,
  #btn-apelido-modal,
  .banner-button,
  .yt-btn,
  .icon-btn,
  .botao-colar,
  .botao-limpar,
  .botao-baixar,
  .botao-download,
  .botao-baixar-item,
  .tiktok-botao-acao,
  .botao-acao-baixar-video-facebook,
  .botao-converter-mp4-facebook,
  .botao-acao-baixar-video-instagram,
  .botao-converter-mp4-instagram,
  .botao-converter-jpg-instagram,
  .botao-converter-perfil-instagram,
  .botaoConversor_conversorPlaylistYoutube_actionButton,
  .btn-upgrade-ultra,
  .btn-fechar-modal-limite,
  .botao-primario-solicitar-orcamento-flyers,
  .botao-secundario-whatsapp-flyers,
  .botao-primario-email-flyers,
  .botao-filtro-galeria-flyers,
  .botao-visualizar-projeto-flyers,
  .botao-selecionar-plano-assinatura,
  .botao-salvar-perfil,
  .botao-voltar,
  .botao-secundario-ativacao-licenca-premium-playlist-webconversor-sistema-validacao-exclusivo-ptbr-v3,
  .botao-confirmar-ativacao-licenca-premium-playlist-webconversor-sistema-validacao-exclusivo-ptbr-v3,
  .perfil-card-simples-wc__botao,
  .btn-ajuste-tempo,
  .botao-controle-ferramenta-corte-audio,
  .botao-acao-destaque-ferramenta-corte-audio,
  .botao-processar-ferramenta-corte-audio,
  .resultado-corte-audio__download,
  .acoes-erro-corte-audio__btn,
  .botao-principal-processar-corte-video-webconversor-ptbr,
  .botao-secundario-cancelar-video-webconversor-ptbr,
  .wc-tv-toolbar-btn,
  .wc-tv-btn,
  .aviso-topo-teste-playlist-unico-home-webconversor-ptbr__botao,
  .erro-carregar-usuarios-ativos__btn
) {
  appearance: none !important;
  min-height: 48px !important;
  padding: 0.85rem 1rem !important;
  border: 0 !important;
  border-radius: 12px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #4caf50, #43a047) !important;
  box-shadow: 0 2px 8px rgba(76, 175, 80, 0.2) !important;
  font-family: Inter, Poppins, "Segoe UI", system-ui, -apple-system, sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.4rem !important;
  text-align: center !important;
  cursor: pointer !important;
  overflow: hidden !important;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

:where(
  .actionButton,
  #pasteButton,
  #clearButton,
  #botaoOkErroAreaTransferencia,
  #okButton,
  #btn-apelido-modal,
  .banner-button,
  .yt-btn,
  .icon-btn,
  .botao-colar,
  .botao-limpar,
  .botao-baixar,
  .botao-download,
  .botao-baixar-item,
  .tiktok-botao-acao,
  .botao-acao-baixar-video-facebook,
  .botao-converter-mp4-facebook,
  .botao-acao-baixar-video-instagram,
  .botao-converter-mp4-instagram,
  .botao-converter-jpg-instagram,
  .botao-converter-perfil-instagram,
  .botaoConversor_conversorPlaylistYoutube_actionButton,
  .btn-upgrade-ultra,
  .btn-fechar-modal-limite,
  .botao-primario-solicitar-orcamento-flyers,
  .botao-secundario-whatsapp-flyers,
  .botao-primario-email-flyers,
  .botao-filtro-galeria-flyers,
  .botao-visualizar-projeto-flyers,
  .botao-selecionar-plano-assinatura,
  .botao-salvar-perfil,
  .botao-voltar,
  .botao-secundario-ativacao-licenca-premium-playlist-webconversor-sistema-validacao-exclusivo-ptbr-v3,
  .botao-confirmar-ativacao-licenca-premium-playlist-webconversor-sistema-validacao-exclusivo-ptbr-v3,
  .perfil-card-simples-wc__botao,
  .btn-ajuste-tempo,
  .botao-controle-ferramenta-corte-audio,
  .botao-acao-destaque-ferramenta-corte-audio,
  .botao-processar-ferramenta-corte-audio,
  .resultado-corte-audio__download,
  .acoes-erro-corte-audio__btn,
  .botao-principal-processar-corte-video-webconversor-ptbr,
  .botao-secundario-cancelar-video-webconversor-ptbr,
  .wc-tv-toolbar-btn,
  .wc-tv-btn,
  .aviso-topo-teste-playlist-unico-home-webconversor-ptbr__botao,
  .erro-carregar-usuarios-ativos__btn
):not(:disabled):hover {
  background: linear-gradient(135deg, #ff3860, #e02050) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 16px rgba(255, 56, 96, 0.25) !important;
}

:where(
  .actionButton,
  #pasteButton,
  #clearButton,
  #botaoOkErroAreaTransferencia,
  #okButton,
  #btn-apelido-modal,
  .banner-button,
  .yt-btn,
  .icon-btn,
  .botao-colar,
  .botao-limpar,
  .botao-baixar,
  .botao-download,
  .botao-baixar-item,
  .tiktok-botao-acao,
  .botao-acao-baixar-video-facebook,
  .botao-converter-mp4-facebook,
  .botao-acao-baixar-video-instagram,
  .botao-converter-mp4-instagram,
  .botao-converter-jpg-instagram,
  .botao-converter-perfil-instagram,
  .botaoConversor_conversorPlaylistYoutube_actionButton,
  .btn-upgrade-ultra,
  .btn-fechar-modal-limite,
  .botao-primario-solicitar-orcamento-flyers,
  .botao-secundario-whatsapp-flyers,
  .botao-primario-email-flyers,
  .botao-filtro-galeria-flyers,
  .botao-visualizar-projeto-flyers,
  .botao-selecionar-plano-assinatura,
  .botao-salvar-perfil,
  .botao-voltar,
  .botao-secundario-ativacao-licenca-premium-playlist-webconversor-sistema-validacao-exclusivo-ptbr-v3,
  .botao-confirmar-ativacao-licenca-premium-playlist-webconversor-sistema-validacao-exclusivo-ptbr-v3,
  .perfil-card-simples-wc__botao,
  .btn-ajuste-tempo,
  .botao-controle-ferramenta-corte-audio,
  .botao-acao-destaque-ferramenta-corte-audio,
  .botao-processar-ferramenta-corte-audio,
  .resultado-corte-audio__download,
  .acoes-erro-corte-audio__btn,
  .botao-principal-processar-corte-video-webconversor-ptbr,
  .botao-secundario-cancelar-video-webconversor-ptbr,
  .wc-tv-toolbar-btn,
  .wc-tv-btn,
  .aviso-topo-teste-playlist-unico-home-webconversor-ptbr__botao,
  .erro-carregar-usuarios-ativos__btn
):active {
  transform: translateY(0) scale(0.98) !important;
}

:where(
  .actionButton,
  #pasteButton,
  #clearButton,
  #botaoOkErroAreaTransferencia,
  #okButton,
  #btn-apelido-modal,
  .banner-button,
  .yt-btn,
  .icon-btn,
  .botao-colar,
  .botao-limpar,
  .botao-baixar,
  .botao-download,
  .botao-baixar-item,
  .tiktok-botao-acao,
  .botao-acao-baixar-video-facebook,
  .botao-converter-mp4-facebook,
  .botao-acao-baixar-video-instagram,
  .botao-converter-mp4-instagram,
  .botao-converter-jpg-instagram,
  .botao-converter-perfil-instagram,
  .botaoConversor_conversorPlaylistYoutube_actionButton,
  .btn-upgrade-ultra,
  .btn-fechar-modal-limite,
  .botao-primario-solicitar-orcamento-flyers,
  .botao-secundario-whatsapp-flyers,
  .botao-primario-email-flyers,
  .botao-filtro-galeria-flyers,
  .botao-visualizar-projeto-flyers,
  .botao-selecionar-plano-assinatura,
  .botao-salvar-perfil,
  .botao-voltar,
  .botao-secundario-ativacao-licenca-premium-playlist-webconversor-sistema-validacao-exclusivo-ptbr-v3,
  .botao-confirmar-ativacao-licenca-premium-playlist-webconversor-sistema-validacao-exclusivo-ptbr-v3,
  .perfil-card-simples-wc__botao,
  .btn-ajuste-tempo,
  .botao-controle-ferramenta-corte-audio,
  .botao-acao-destaque-ferramenta-corte-audio,
  .botao-processar-ferramenta-corte-audio,
  .resultado-corte-audio__download,
  .acoes-erro-corte-audio__btn,
  .botao-principal-processar-corte-video-webconversor-ptbr,
  .botao-secundario-cancelar-video-webconversor-ptbr,
  .wc-tv-toolbar-btn,
  .wc-tv-btn,
  .aviso-topo-teste-playlist-unico-home-webconversor-ptbr__botao,
  .erro-carregar-usuarios-ativos__btn
):disabled,
:where(
  .actionButton,
  #pasteButton,
  #clearButton,
  #botaoOkErroAreaTransferencia,
  #okButton,
  #btn-apelido-modal,
  .banner-button,
  .yt-btn,
  .icon-btn,
  .botao-colar,
  .botao-limpar,
  .botao-baixar,
  .botao-download,
  .botao-baixar-item,
  .tiktok-botao-acao,
  .botao-acao-baixar-video-facebook,
  .botao-converter-mp4-facebook,
  .botao-acao-baixar-video-instagram,
  .botao-converter-mp4-instagram,
  .botao-converter-jpg-instagram,
  .botao-converter-perfil-instagram,
  .botaoConversor_conversorPlaylistYoutube_actionButton,
  .btn-upgrade-ultra,
  .btn-fechar-modal-limite,
  .botao-primario-solicitar-orcamento-flyers,
  .botao-secundario-whatsapp-flyers,
  .botao-primario-email-flyers,
  .botao-filtro-galeria-flyers,
  .botao-visualizar-projeto-flyers,
  .botao-selecionar-plano-assinatura,
  .botao-salvar-perfil,
  .botao-voltar,
  .botao-secundario-ativacao-licenca-premium-playlist-webconversor-sistema-validacao-exclusivo-ptbr-v3,
  .botao-confirmar-ativacao-licenca-premium-playlist-webconversor-sistema-validacao-exclusivo-ptbr-v3,
  .perfil-card-simples-wc__botao,
  .btn-ajuste-tempo,
  .botao-controle-ferramenta-corte-audio,
  .botao-acao-destaque-ferramenta-corte-audio,
  .botao-processar-ferramenta-corte-audio,
  .resultado-corte-audio__download,
  .acoes-erro-corte-audio__btn,
  .botao-principal-processar-corte-video-webconversor-ptbr,
  .botao-secundario-cancelar-video-webconversor-ptbr,
  .wc-tv-toolbar-btn,
  .wc-tv-btn,
  .aviso-topo-teste-playlist-unico-home-webconversor-ptbr__botao,
  .erro-carregar-usuarios-ativos__btn
).disabled {
  background: rgba(60, 60, 60, 0.6) !important;
  color: rgba(255, 255, 255, 0.3) !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
  transform: none !important;
}

:where(
  .botao-filtro-galeria-ativo-flyers,
  .botao-plano-atual,
  .wc-tv-btn.active
) {
  background: linear-gradient(135deg, #ff3860, #e02050) !important;
  box-shadow: 0 4px 16px rgba(255, 56, 96, 0.25) !important;
}

:where(
  .okButton,
  .botao_para_limpar_historico_de_musicas,
  .botao_mostrar_mais_musicas,
  button[id^="botao-ativar-licenca-pro-webconversor"],
  button[id^="botao-comprar-licenca-pro-webconversor"],
  button[id^="botao-cancelar-licenca-pro-webconversor"],
  button[class*="botao-"]:not(.botao-flutuante-chat-global):not([class*="fechar"]):not([class*="icone"]):not([class*="toggle"])
) {
  appearance: none !important;
  min-height: 48px !important;
  padding: 0.85rem 1rem !important;
  border: 0 !important;
  border-radius: 12px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #4caf50, #43a047) !important;
  box-shadow: 0 2px 8px rgba(76, 175, 80, 0.2) !important;
  font-family: Inter, Poppins, "Segoe UI", system-ui, -apple-system, sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.4rem !important;
  text-align: center !important;
  cursor: pointer !important;
  overflow: hidden !important;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

:where(
  .okButton,
  .botao_para_limpar_historico_de_musicas,
  .botao_mostrar_mais_musicas,
  button[id^="botao-ativar-licenca-pro-webconversor"],
  button[id^="botao-comprar-licenca-pro-webconversor"],
  button[id^="botao-cancelar-licenca-pro-webconversor"],
  button[class*="botao-"]:not(.botao-flutuante-chat-global):not([class*="fechar"]):not([class*="icone"]):not([class*="toggle"])
):not(:disabled):hover {
  background: linear-gradient(135deg, #ff3860, #e02050) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 16px rgba(255, 56, 96, 0.25) !important;
}

:where(
  .okButton,
  .botao_para_limpar_historico_de_musicas,
  .botao_mostrar_mais_musicas,
  button[id^="botao-ativar-licenca-pro-webconversor"],
  button[id^="botao-comprar-licenca-pro-webconversor"],
  button[id^="botao-cancelar-licenca-pro-webconversor"],
  button[class*="botao-"]:not(.botao-flutuante-chat-global):not([class*="fechar"]):not([class*="icone"]):not([class*="toggle"])
):active {
  transform: translateY(0) scale(0.98) !important;
}

:where(
  .okButton,
  .botao_para_limpar_historico_de_musicas,
  .botao_mostrar_mais_musicas,
  button[id^="botao-ativar-licenca-pro-webconversor"],
  button[id^="botao-comprar-licenca-pro-webconversor"],
  button[id^="botao-cancelar-licenca-pro-webconversor"],
  button[class*="botao-"]:not(.botao-flutuante-chat-global):not([class*="fechar"]):not([class*="icone"]):not([class*="toggle"])
):disabled,
:where(
  .okButton,
  .botao_para_limpar_historico_de_musicas,
  .botao_mostrar_mais_musicas,
  button[id^="botao-ativar-licenca-pro-webconversor"],
  button[id^="botao-comprar-licenca-pro-webconversor"],
  button[id^="botao-cancelar-licenca-pro-webconversor"],
  button[class*="botao-"]:not(.botao-flutuante-chat-global):not([class*="fechar"]):not([class*="icone"]):not([class*="toggle"])
).disabled {
  background: rgba(60, 60, 60, 0.6) !important;
  color: rgba(255, 255, 255, 0.3) !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
  transform: none !important;
}

:where(
  .botao-filtro-galeria-ativo-flyers,
  .botao-plano-atual,
  .wc-tv-btn.active
) {
  background: linear-gradient(135deg, #ff3860, #e02050) !important;
  box-shadow: 0 4px 16px rgba(255, 56, 96, 0.25) !important;
}

@media (max-width: 360px) {
  :where(
    .actionButton,
    #pasteButton,
    #clearButton,
    .banner-button,
    .yt-btn,
    .icon-btn,
    .botao-colar,
    .botao-limpar,
    .botao-baixar,
    .botao-download,
    .tiktok-botao-acao,
    .botao-acao-baixar-video-facebook,
    .botao-converter-mp4-facebook,
    .botao-acao-baixar-video-instagram,
    .botao-converter-mp4-instagram,
    .botao-converter-jpg-instagram,
    .botao-converter-perfil-instagram
  ) {
    min-height: 44px !important;
    padding: 0.72rem 0.78rem !important;
    font-size: 0.86rem !important;
  }
}

html body #div-botao-flutuante-chat-global.div-botao-flutuante-chat-global,
html body .div-botao-flutuante-chat-global#div-botao-flutuante-chat-global {
  position: fixed !important;
  inset: auto 18px 18px auto !important;
  right: 18px !important;
  bottom: 18px !important;
  left: auto !important;
  top: auto !important;
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  min-height: 58px !important;
  max-width: 58px !important;
  max-height: 58px !important;
  margin: 0 !important;
  transform: none !important;
  translate: none !important;
  z-index: 2147483600 !important;
  pointer-events: none !important;
  isolation: isolate !important;
}

html body #div-botao-flutuante-chat-global.div-botao-flutuante-chat-global #lista-usuarios-ativos-chat-global,
html body .div-botao-flutuante-chat-global#div-botao-flutuante-chat-global #lista-usuarios-ativos-chat-global {
  position: absolute !important;
  inset: auto 0 calc(100% + 14px) auto !important;
  right: 0 !important;
  bottom: calc(100% + 14px) !important;
  left: auto !important;
  top: auto !important;
  width: clamp(268px, calc(100vw - 36px), 338px) !important;
  max-height: min(58vh, 430px) !important;
  margin: 0 !important;
  transform: none !important;
  translate: none !important;
  z-index: 3 !important;
}
