/* =============================================================
   Soporte - Estilos personalizados
   ============================================================= */

.woot-widget-bubble {
  background-color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

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

.woot-widget-bubble.woot--close {
  border: 2px solid #1C3757 !important;
  overflow: visible !important;
}

.woot-widget-bubble.woot--close::before,
.woot-widget-bubble.woot--close::after {
  background-color: #1C3757 !important;
  display: block !important;
  left: 24px !important;
  top: 13px !important;
}