/* OPERIXO custom alerts */
.ox-alert-layer{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:22px;background:rgba(19,20,23,.58);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s ease}
.ox-alert-layer.is-open{opacity:1;visibility:visible}
.ox-alert-dialog{width:min(100%,460px);position:relative;overflow:hidden;border-radius:28px;background:#fbfaf6;border:1px solid rgba(255,255,255,.58);box-shadow:0 32px 90px rgba(11,12,15,.28);transform:translateY(14px) scale(.98);transition:transform .2s cubic-bezier(.2,.8,.2,1)}
.ox-alert-layer.is-open .ox-alert-dialog{transform:translateY(0) scale(1)}
.ox-alert-accent{height:7px;background:#b8f56b}
.ox-alert-dialog[data-type="error"] .ox-alert-accent{background:#ff756d}
.ox-alert-dialog[data-type="warning"] .ox-alert-accent{background:#ffca68}
.ox-alert-dialog[data-type="info"] .ox-alert-accent{background:#9d8cff}
.ox-alert-inner{padding:30px}
.ox-alert-top{display:flex;align-items:flex-start;gap:18px}
.ox-alert-icon{width:54px;height:54px;flex:0 0 54px;border-radius:18px;display:grid;place-items:center;background:#e8fbcf;color:#243017}
.ox-alert-dialog[data-type="error"] .ox-alert-icon{background:#ffe3e0;color:#8f2521}
.ox-alert-dialog[data-type="warning"] .ox-alert-icon{background:#fff0cf;color:#7c5311}
.ox-alert-dialog[data-type="info"] .ox-alert-icon{background:#ebe7ff;color:#4f3da6}
.ox-alert-icon svg{width:25px;height:25px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.ox-alert-copy{min-width:0;flex:1;padding-top:2px}
.ox-alert-kicker{display:block;margin-bottom:5px;color:#8b8d92;font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.11em;font-weight:850}
.ox-alert-title{margin:0;color:#17181b;font-size:24px;line-height:1.12;letter-spacing:-.04em;font-weight:850}
.ox-alert-message{margin:11px 0 0;color:#686a70;font-size:14px;line-height:1.65;white-space:pre-line}
.ox-alert-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:26px}
.ox-alert-button{appearance:none;border:0;border-radius:14px;min-height:44px;padding:0 19px;background:#17181b;color:#fff;font:inherit;font-size:13px;font-weight:820;cursor:pointer;transition:transform .15s ease,background .15s ease}
.ox-alert-button:hover{background:#2b2d31;transform:translateY(-1px)}
.ox-alert-dialog[data-type="success"] .ox-alert-button{background:#17181b;color:#b8f56b}
.ox-alert-close{position:absolute;right:18px;top:20px;width:34px;height:34px;border:0;border-radius:11px;background:transparent;color:#777980;display:grid;place-items:center;cursor:pointer;transition:.15s ease}
.ox-alert-close:hover{background:#efede6;color:#17181b}
.ox-alert-close svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}
body.ox-alert-open{overflow:hidden}
@media(max-width:560px){.ox-alert-layer{align-items:flex-end;padding:12px}.ox-alert-dialog{border-radius:24px}.ox-alert-inner{padding:26px 22px 22px}.ox-alert-top{gap:14px}.ox-alert-icon{width:48px;height:48px;flex-basis:48px;border-radius:16px}.ox-alert-title{font-size:21px}.ox-alert-actions{margin-top:22px}.ox-alert-button{width:100%}}
