/* Local SweetAlert2-compatible minimal stylesheet */
.swal2-container{position:fixed;inset:0;z-index:2147483000;display:flex;align-items:center;justify-content:center;padding:16px;background:rgba(15,23,42,.42);direction:rtl}
.swal2-container.swal2-hidden{display:none}.swal2-popup{position:relative;box-sizing:border-box;width:min(32rem,calc(100vw - 32px));max-height:calc(100vh - 32px);overflow:auto;background:#fff;color:#111827;border-radius:18px;padding:1.25rem;text-align:center;box-shadow:0 30px 80px rgba(15,23,42,.28);font-family:inherit}.swal2-title{margin:0 0 .65rem;font-size:1.1rem;font-weight:900}.swal2-html-container{margin:0;color:#4b5563;line-height:1.9}.swal2-actions{display:flex;gap:.6rem;align-items:center;justify-content:center;margin-top:1.25rem}.swal2-styled{border:0;border-radius:12px;padding:.7rem 1.2rem;font:inherit;font-weight:800;cursor:pointer}.swal2-confirm{background:#801a2f;color:#fff}.swal2-cancel{background:#f3f4f6;color:#111827}.swal2-icon{width:54px;height:54px;border-radius:18px;margin:0 auto .75rem;display:flex;align-items:center;justify-content:center;font-size:28px;background:#f3f4f6}.swal2-success{color:#16a34a}.swal2-error{color:#dc2626}.swal2-warning{color:#d97706}.swal2-info,.swal2-question{color:#2563eb}
