.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-8920262:#08933F;--e-global-typography-primary-font-family:"Urbanist";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Urbanist";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Urbanist";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Urbanist";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}/* Start custom CSS *//* ================== NOTIFICAÇÃO MODAL SaaS • APAEB ================== */

/* 1. O Overlay (Fundo que bloqueia o clique fora) */
body.notif-ativa::before {
    content: "";
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0, 20, 10, 0.6); /* Escurece o fundo */
    backdrop-filter: blur(8px);
    z-index: 999998;
    animation: fadeIn 0.3s ease;
}

/* 2. Centralização da Mensagem */
body .elementor-message {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(0.9);
    
    width: 90%;
    max-width: 420px;
    z-index: 999999 !important;
    
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px);
    border-radius: 28px !important;
    padding: 40px !important;
    border: 1px solid rgba(19, 138, 54, 0.2) !important;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.2) !important;
    
    display: none; /* Escondido por padrão, o JS ativa */
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Aura Vermelha APAEB interna no Modal */
body .elementor-message::after {
    content: "";
    position: absolute;
    bottom: -50px; right: -50px;
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(227, 30, 36, 0.1) 0%, transparent 70%);
    z-index: -1;
}

.ordem-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ordem-toast-central {
  width: 320px;
  background: rgba(30,30,30,.75);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 16px;
  padding: 18px;
  color: #fff;
  box-shadow: 0 25px 60px rgba(0,0,0,.45);
  animation: popIn .3s ease-out;
  text-align: center;
}

.toast-header {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.toast-body {
  font-size: 14px;
  opacity: .9;
  margin-bottom: 16px;
}

.toast-actions {
  display: flex;
  gap: 12px;
}

.toast-btn {
  flex: 1;
  padding: 10px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

.toast-btn.atualizar {
  background: #4ade80;
  color: #064e3b;
  font-weight: 600;
}

.toast-btn.depois {
  background: rgba(255,255,255,.15);
  color: #fff;
}

@keyframes popIn {
  from {
    transform: scale(.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}/* End custom CSS */