#cf7et-modal{position:fixed;inset:0;z-index:99999;display:none;font-family:inherit;direction:rtl}#cf7et-modal.is-open{display:block}#cf7et-modal .cf7et-overlay{position:absolute;inset:0;background:rgba(15,23,42,.5)}#cf7et-modal .cf7et-dialog{position:relative;margin:6vh auto 0 auto;max-width:520px;background:#fff;border-radius:16px;padding:20px 20px 16px 20px;box-shadow:0 20px 40px rgba(0,0,0,.2)}#cf7et-modal .cf7et-close{position:absolute;left:12px;top:12px;width:36px;height:36px;border:0;border-radius:8px;background:#f1f5f9;color:#0f172a;font-size:20px;line-height:1;cursor:pointer}#cf7et-modal .cf7et-close:hover{background:#e2e8f0}#cf7et-modal .cf7et-icon{display:flex;justify-content:center;margin-top:8px;margin-bottom:8px}#cf7et-modal .cf7et-svg{width:64px;height:64px}#cf7et-modal .ok-circle{fill:#dcfce7}#cf7et-modal .ok-check{stroke:#16a34a;stroke-width:2.5;fill:none}#cf7et-modal .err-circle{fill:#fee2e2}#cf7et-modal .err-x{stroke:#dc2626;stroke-width:2.5;fill:none}#cf7et-modal .cf7et-title{text-align:center;margin:6px 0 4px;font-size:18px;font-weight:800;color:#0f172a}#cf7et-modal .cf7et-text{text-align:center;font-size:14px;color:#334155;margin-bottom:12px}#cf7et-modal .cf7et-actions{display:flex;justify-content:center;gap:8px;margin-top:8px}#cf7et-modal .cf7et-ok{min-width:120px;height:40px;border:0;border-radius:10px;cursor:pointer;background:#0ea5e9;color:#fff;font-weight:700}#cf7et-modal .cf7et-ok:hover{background:#0284c7}@media (max-width:480px){#cf7et-modal .cf7et-dialog{margin:8vh 12px 0;padding:16px 16px 12px}}