.elementor-1992 .elementor-element.elementor-element-a67f986{--display:flex;--min-height:0vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:35px 35px 35px 35px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1992 .elementor-element.elementor-element-7cf307f{text-align:center;}.elementor-1992 .elementor-element.elementor-element-c98369b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:50px 50px;--row-gap:50px;--column-gap:50px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}#elementor-popup-modal-1992{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1992 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1992 .dialog-close-button{display:flex;}#elementor-popup-modal-1992 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for container, class: .elementor-element-a67f986 *//* =========================================
   🚪 POPUP LOGOUT - INSTITUTO AGREGAR
   ========================================= */

.popup-logout {
  background: linear-gradient(180deg, #ffffff 0%, #f7fafd 100%);
  padding: 60px 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
  max-width: 420px;
  margin: auto;
  animation: popupFadeIn 0.4s ease;
}

.elementor-popup-modal .dialog-widget-content{
    border-radius: 20px !important;
}

/* ✨ Efeito de brilho sutil */
.popup-logout::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle at center, rgba(0,174,239,0.15), transparent 70%);
  filter: blur(40px);
  border-radius: 50%;
  z-index: 0;
}
/* =============================
   🏷️ TÍTULO
   ============================= */
.popup-logout h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--azul-escuro, #0a2540);
  margin-bottom: 35px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.popup-logout h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: var(--azul-claro, #00aeef);
  border-radius: 3px;
  margin: 14px auto 0;
}

/* =============================
   🔘 BOTÕES
   ============================= */
.popup-logout .elementor-button {
  display: inline-block;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 36px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 174, 239, 0.25);
  font-size: 0.95rem;
  z-index: 1;
  position: relative;
}

/* Botão "Sim" */
.popup-logout .elementor-button[href*="user-logout=true"] {
  background: var(--azul-claro, #00aeef);
  color: #fff !important;
  margin-right: 15px;
}

.popup-logout .elementor-button[href*="user-logout=true"]:hover {
  background: var(--azul-escuro, #0a2540);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 37, 64, 0.25);
}

/* Botão "Não" */
.popup-logout .elementor-button:not([href*="user-logout=true"]) {
  background: #fff;
  color: var(--azul-escuro, #0a2540) !important;
  border: 2px solid var(--azul-escuro, #0a2540);
  box-shadow: none;
}

.popup-logout .elementor-button:not([href*="user-logout=true"]):hover {
  background: var(--azul-escuro, #0a2540);
  color: #fff !important;
  box-shadow: 0 5px 18px rgba(0, 37, 64, 0.2);
}

/* =============================
   ❌ BOTÃO FECHAR
   ============================= */
.dialog-close-button {
  top: 15px !important;
  right: 15px !important;
  background: #f0f4f8 !important;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 3;
}

.dialog-close-button:hover {
  background: var(--azul-claro, #00aeef) !important;
}

.dialog-close-button svg {
  width: 14px;
  height: 14px;
  fill: var(--azul-escuro, #0a2540);
  transition: fill 0.3s ease;
}

.dialog-close-button:hover svg {
  fill: #fff;
}

/* =============================
   🪄 ANIMAÇÃO DE ENTRADA
   ============================= */
@keyframes popupFadeIn {
  from {
    opacity: 0;
    transform: translateY(25px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* =============================
   📱 RESPONSIVIDADE
   ============================= */
@media (max-width: 480px) {
  .popup-logout {
    padding: 40px 25px;
  }

  .popup-logout h3 {
    font-size: 1.3rem;
  }

  .popup-logout .elementor-button {
    padding: 10px 28px;
    font-size: 0.9rem;
  }
}/* End custom CSS */