:root{--wrap-toast-bg:#ffffff;--wrap-toast-fg:#1f2328;--wrap-toast-accent:#0d6efd;--wrap-toast-shadow:0 .5rem 1rem rgba(0,0,0,.15);--wrap-toast-radius:.5rem;--wrap-toast-border:0;--wrap-toast-accent-width:4px;--wrap-toast-progress-height:3px;--wrap-toast-padding:.75rem}
@media (prefers-color-scheme: dark){:root{--wrap-toast-bg:#1e1f24;--wrap-toast-fg:#eaeef2}}
html[data-wrap-notify-theme="dark"]{--wrap-toast-bg:#1e1f24;--wrap-toast-fg:#eaeef2}
html[data-wrap-notify-theme="light"]{--wrap-toast-bg:#ffffff;--wrap-toast-fg:#1f2328}
.wrap-toast{background:var(--wrap-toast-bg)!important;color:var(--wrap-toast-fg)!important;box-shadow:var(--wrap-toast-shadow);border-radius:var(--wrap-toast-radius);border:var(--wrap-toast-border);overflow:hidden;position:relative}
.wrap-toast .toast-header{background:transparent;border:0;color:inherit!important}
.wrap-toast .toast-header *{color:inherit!important}
.wrap-toast .wrap-toast-progress{background:var(--wrap-toast-accent);height:var(--wrap-toast-progress-height);position:absolute;left:0;top:0;width:100%}
.wrap-toast .wrap-toast-accent{position:absolute;left:0;top:0;bottom:0;width:var(--wrap-toast-accent-width);background:var(--wrap-toast-accent)}
.wrap-toast.is-info{--wrap-toast-accent:#0d6efd}
.wrap-toast.is-success{--wrap-toast-accent:#198754}
.wrap-toast.is-warning{--wrap-toast-accent:#b88600}
.wrap-toast.is-danger{--wrap-toast-accent:#dc3545}
.wrap-toast.is-primary{--wrap-toast-accent:#0d6efd}
.wrap-toast.is-secondary{--wrap-toast-accent:#6c757d}
.wrap-toast.is-light{--wrap-toast-accent:#adb5bd}
.wrap-toast.is-dark{--wrap-toast-accent:#212529}
html[data-wrap-notify-theme="dark"] .iziToast.wrap-notify-izi{background:#1e1f24!important;color:#eaeef2!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 10px 30px rgba(0,0,0,.45)!important}
html[data-wrap-notify-theme="dark"] .iziToast.wrap-notify-izi>.iziToast-body .iziToast-title{color:#fff!important}
html[data-wrap-notify-theme="dark"] .iziToast.wrap-notify-izi>.iziToast-body .iziToast-message{color:rgba(255,255,255,.85)!important}
html[data-wrap-notify-theme="dark"] .iziToast.wrap-notify-izi>.iziToast-close{filter:invert(1);opacity:.85}
html[data-wrap-notify-theme="dark"] .iziToast.wrap-notify-izi>.iziToast-progressbar>div{background:rgba(255,255,255,.35)!important}
.wrap-toast-grid{display:grid;grid-template-columns:1.75rem 1fr;gap:.75rem;align-items:start;padding:var(--wrap-toast-padding) var(--wrap-toast-padding) calc(var(--wrap-toast-padding) + .1rem)}
.wrap-toast-grid .wrap-toast-icon{align-self:start;justify-self:center;margin-top:.1rem}
.wrap-toast-main{min-width:0;color:var(--wrap-toast-fg)!important}
.wrap-toast-header{display:flex;align-items:center;gap:.5rem;padding:0;margin:0}
.wrap-toast-title{font-weight:600;letter-spacing:.01em;line-height:1.2;flex:1;min-width:0;color:inherit!important}
.wrap-toast-body{padding:0;margin-top:.35rem;color:var(--wrap-toast-fg)!important}
.wrap-toast-body *{color:var(--wrap-toast-fg)!important}
.wrap-toast.no-title .wrap-toast-header{justify-content:flex-end;min-height:0}
.wrap-toast.no-title .wrap-toast-body{margin-top:.15rem}
.wrap-toast.no-icon .wrap-toast-grid{grid-template-columns:1fr}
.wrap-toast.no-icon .wrap-toast-main{grid-column:1/-1}
.wrap-toast .wrap-toast-icon{color:var(--wrap-toast-accent)}
.wrap-toast .wrap-toast-icon svg{display:block}
.wrap-toast.wrap-toast-compact .toast-header,.wrap-toast.wrap-toast-compact .toast-body{padding-top:.5rem;padding-bottom:.5rem}
.wrap-toast.glass{background:color-mix(in srgb, var(--wrap-toast-bg) 85%, transparent);backdrop-filter:saturate(180%) blur(8px)}
.wrap-toast-messages{display:flex;flex-direction:column;gap:.5rem;margin:0;max-height:240px;overflow:auto;padding:.25rem}
.wrap-toast-messages.wrap-toast-messages-flash-group{gap:.35rem;padding:0}
.wrap-toast-messages.wrap-toast-messages-flash-group .wrap-toast-message{background:transparent;border:0;border-radius:0;padding:0;line-height:1.35}
.wrap-toast-message{display:flex;align-items:flex-start;gap:.5rem;color:inherit!important}
.wrap-toast-dot{width:.45rem;height:.45rem;border-radius:999px;background:var(--wrap-toast-accent);margin-top:.42rem;flex:0 0 auto}
.wrap-toast-message.is-info{--wrap-toast-accent:#0d6efd}
.wrap-toast-message.is-success{--wrap-toast-accent:#198754}
.wrap-toast-message.is-warning{--wrap-toast-accent:#b88600}
.wrap-toast-message.is-danger{--wrap-toast-accent:#dc3545}
.wrap-toast-message-text{flex:1;min-width:0;color:inherit!important}
.wrap-toast-message:only-child{padding:.6rem .85rem}
@media (prefers-reduced-motion: reduce){.wrap-toast .wrap-toast-progress{transition:none}}
#wrap-toast-container{position:fixed;z-index:1080;display:flex;flex-direction:column;gap:.5rem}
.wrap-toast{position:relative;max-width:360px;width:min(90vw,360px)}
.wrap-toast .toast-header{gap:.5rem}
.wrap-toast .wrap-toast-icon{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;opacity:.95;flex:0 0 auto}
.wrap-toast .wrap-toast-icon i{font-size:1.1rem}
.wrap-toast .wrap-toast-icon img{max-width:1.25rem;max-height:1.25rem;object-fit:contain}
.wrap-toast.wrap-shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.15)}
.wrap-toast.wrap-shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)}
.wrap-toast.wrap-rounded-sm{border-radius:.25rem}
