body.react-confirm-alert-body-element{overflow:hidden}.react-confirm-alert-blur{filter:url(#gaussian-blur);filter:blur(2px);-webkit-filter:blur(2px)}.react-confirm-alert-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99;background:rgba(255,255,255,.9);display:-moz-flex;display:-ms-flex;display:-o-flex;-ms-align-items:center;opacity:0;animation:react-confirm-alert-fadeIn .5s .2s forwards}.react-confirm-alert-body{font-family:Arial,Helvetica,sans-serif;width:400px;padding:30px;text-align:left;background:#fff;border-radius:10px;box-shadow:0 20px 75px rgba(0,0,0,.13);color:#666}.react-confirm-alert-svg{position:absolute;top:0;left:0}.react-confirm-alert-body>h1{margin-top:0}.react-confirm-alert-body>h3{margin:0;font-size:16px}.react-confirm-alert-button-group{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:flex-start;margin-top:20px}.react-confirm-alert-button-group>button{outline:none;background:#333;border:none;display:inline-block;padding:6px 18px;color:#eee;margin-right:10px;border-radius:5px;font-size:12px;cursor:pointer}@keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}.react-confirm-alert-overlay{background:rgba(15,23,42,.55);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:16px;z-index:60}.react-confirm-alert{width:100%;max-width:420px}.react-confirm-alert-body{background:#ffffff;border-radius:16px;padding:20px 22px;box-shadow:0 18px 45px rgba(15,23,42,.12);color:#0f172a;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;border:1px solid #e2e8f0}.react-confirm-alert-body h1{font-size:1.1rem;font-weight:700;margin:0 0 10px;color:#0f172a}.react-confirm-alert-body p{margin:0 0 16px;line-height:1.5;color:#475569}.react-confirm-alert-button-group{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.react-confirm-alert-button-group button{height:42px;border-radius:10px;border:1px solid transparent;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .15s ease}.react-confirm-alert-button-group button:first-of-type{background:#f8fafc;border-color:#e2e8f0;color:#0f172a}.react-confirm-alert-button-group button:first-of-type:hover{background:#e2e8f0}.react-confirm-alert-button-group button:last-of-type{background:#2563eb;color:#ffffff;box-shadow:0 10px 25px rgba(37,99,235,.25)}.react-confirm-alert-button-group button:last-of-type:hover{background:#1d4ed8}