.error-popup-overlay{position:fixed;top:32px;right:32px;width:auto;height:auto;background:none;display:flex;align-items:flex-start;justify-content:flex-end;z-index:9999;pointer-events:none}.error-popup-box{background:var(--cor-secundaria-clara, #433c80);border-radius:16px;box-shadow:0 4px 24px #0000002e;padding:28px 24px 20px;min-width:240px;max-width:350px;text-align:center;position:relative;border:2px solid #1e90ff;pointer-events:all;animation:popup-slide-in .3s cubic-bezier(.4,1.6,.6,1) both;opacity:1;transition:opacity .5s}.error-popup-box.success{border-color:#10b981}.error-popup-box.fade-out{opacity:0;transition:opacity .5s}@keyframes popup-slide-in{0%{opacity:0;transform:translateY(-30px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.error-popup-close{position:absolute;top:8px;right:8px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:18px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;font-weight:700;line-height:1}.error-popup-close:hover{background:#fff3;border-color:rgba(var(--cor-principal-rgb, 1, 131, 182),.5);transform:rotate(90deg)}.error-popup-title{font-size:22px;color:#d32f2f;margin-bottom:12px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:12px;padding:8px 0}.error-popup-title.success{color:#10b981}.popup-icon{font-size:24px;font-weight:700;line-height:1}.error-popup-text{color:#fff;font-size:16px}
