.woot-widget-bubble {
  background-color: transparent !important;
  width: 80px !important;
  height: 80px !important;
  border-radius: 60px !important;
  background-image: url("../images/chatwoot.png") !important;
  background-size: 100% 100% !important; /* Garante que a imagem preencha todo o elemento */
  background-size: cover; /* Ajusta a imagem para cobrir todo o elemento */
  background-position: center; /* Centraliza a imagem */
  color: transparent !important;
}

#woot-widget-bubble-icon {
  display: none !important;
  color: #a6a6a6 !important;
}

.woot--close::before {
  display: none !important;
}

.woot--close::after {
  display: none !important;
}

.fixed-footer-box {
  position: fixed;
  bottom: 110px;
  right: 60px;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  font-size: 0.8rem;
  max-width: 200px;
  padding: 10px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 12;
}

.fixed-footer-box::after {
  content: "";
  position: absolute;
  bottom: -9px; /* Ajuste a posição vertical da cauda */
  right: 30px; /* Ajuste a posição horizontal da cauda */
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #fff; /* Cor da cauda */
  border-bottom: 0;
}

.fixed-footer-box::before {
  content: "";
  position: absolute;
  bottom: -12px; /* Um pouco acima da cauda */
  right: 30px; /* Ajuste a posição horizontal da cauda */
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.2); /* Cor da sombra */
  border-bottom: 0;
  z-index: -1; /* Coloca a sombra atrás da cauda */
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #a6a6a6;
}

.hand-overlay {
  position: absolute;
  top: 40px; /* ajuste a mão para sair para fora */
  left: 75%;
  transform: translateX(-50%);
  width: 40px;
  pointer-events: none;
  mix-blend-mode: normal !important;
  filter: none !important;
  opacity: 1 !important;
  z-index: 19999;
}
