.fe-swal-overlay{position:fixed;inset:0;background:rgba(16,24,40,.48);display:flex;align-items:center;justify-content:center;padding:20px;z-index:20000;animation:feSwalFade .15s ease}.fe-swal-box{width:min(520px,100%);background:#fff;border-radius:20px;box-shadow:0 25px 80px rgba(16,24,40,.28);padding:28px;text-align:center;animation:feSwalPop .18s ease;color:#202940}.fe-swal-icon{width:68px;height:68px;border-radius:50%;display:grid;place-items:center;margin:0 auto 16px;font-size:34px;font-weight:800}.fe-swal-icon.success{background:#eaf8f1;color:#198754}.fe-swal-icon.error{background:#fff0f1;color:#dc3545}.fe-swal-icon.warning{background:#fff7db;color:#9a7100}.fe-swal-icon.info{background:#e9f2ff;color:#2463a8}.fe-swal-title{font-size:1.5rem;font-weight:850;color:#1b2a41;margin:0 0 10px}.fe-swal-text{color:#6f7890;line-height:1.5;margin:0 0 18px}.fe-swal-html{text-align:left;margin:8px 0 18px}.fe-swal-actions{display:flex;justify-content:center;gap:10px;margin-top:20px}.fe-swal-btn{border:0;border-radius:10px;padding:10px 20px;font-weight:750;cursor:pointer}.fe-swal-confirm{background:#6f42c1;color:#fff}.fe-swal-cancel{background:#eef1f7;color:#47536a}.fe-swal-validation{display:none;color:#b42318;background:#fff0f1;border:1px solid #f6c6ca;border-radius:10px;padding:9px 11px;margin-top:10px;font-size:.88rem}.fe-swal-validation.show{display:block}.fe-swal-toast{position:fixed;right:18px;top:18px;z-index:21000;min-width:260px;max-width:390px;background:#fff;border:1px solid #e2e6ef;border-radius:14px;box-shadow:0 16px 45px rgba(32,41,64,.18);padding:14px 16px;display:flex;align-items:center;gap:11px;animation:feSwalSlide .2s ease}.fe-swal-toast-icon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#eaf8f1;color:#198754;font-weight:900}.fe-swal-toast.error .fe-swal-toast-icon{background:#fff0f1;color:#dc3545}.fe-swal-toast.warning .fe-swal-toast-icon{background:#fff7db;color:#9a7100}.fe-swal-toast-title{font-weight:750;color:#202940}.swal2-input,.swal2-select,.swal2-textarea{display:block;width:100%;border:1px solid #d7dce6;border-radius:10px;padding:11px 12px;margin:10px 0;background:#fff;color:#202940;outline:none}.swal2-input:focus,.swal2-select:focus,.swal2-textarea:focus{border-color:#a887f1;box-shadow:0 0 0 .2rem rgba(111,66,193,.12)}@keyframes feSwalFade{from{opacity:0}to{opacity:1}}@keyframes feSwalPop{from{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}@keyframes feSwalSlide{from{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:576px){.fe-swal-box{padding:22px 17px}.fe-swal-toast{left:12px;right:12px;top:12px;min-width:0}}.fe-swal-spinner{width:34px;height:34px;border:4px solid #e2e6ef;border-top-color:#6f42c1;border-radius:50%;margin:6px auto 0;animation:feSwalSpin .8s linear infinite}@keyframes feSwalSpin{to{transform:rotate(360deg)}}
