/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 02 2026 | 18:52:12 */
/* BOTÃO FLUTUANTE */
.woot-widget-bubble {
  background: #2f6f4f !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2) !important;
  border-radius: 50px !important;
}

/* HOVER DO BOTÃO */
.woot-widget-bubble:hover {
  background: #3f8a63 !important;
}

/* JANELA DO CHAT */
.woot-widget-holder {
  border-radius: 18px !important;
  overflow: hidden !important;
  font-family: "Poppins", sans-serif !important;
}

/* HEADER DO CHAT */
.woot-widget-holder .header {
  background: #2f6f4f !important;
  color: #ffffff !important;
}

/* MENSAGENS DO BOT */
.woot-widget-holder .message-bubble.agent {
  background: #e8f3ec !important;
  color: #2b2b2b !important;
  border-radius: 14px !important;
}

/* MENSAGENS DO USUÁRIO */
.woot-widget-holder .message-bubble.user {
  background: #2f6f4f !important;
  color: white !important;
  border-radius: 14px !important;
}

/* CAMPO DE DIGITAÇÃO */
.woot-widget-holder textarea {
  border-radius: 12px !important;
  border: 1px solid #d6e5dc !important;
}

/* BOTÃO ENVIAR */
.woot-widget-holder button {
  background: #2f6f4f !important;
  border-radius: 8px !important;
}

/* SCROLL */
.woot-widget-holder ::-webkit-scrollbar {
  width: 6px;
}

.woot-widget-holder ::-webkit-scrollbar-thumb {
  background: #2f6f4f;
  border-radius: 10px;
}