.toast-container{z-index:9999!important}.themed-toast{border-radius:var(--rounded-box,1rem)!important;box-shadow:0 10px 15px -3px rgba(0,0,0,.15),0 4px 6px -4px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.1)!important;padding:.875rem 1rem!important;font-size:.9375rem!important;line-height:1.5!important;max-width:400px!important;min-width:280px!important;border-left:4px solid transparent!important;transition:all .2s ease-in-out!important}.themed-toast,.themed-toast[class*=go]{background-color:hsl(var(--b1,0 0% 100%))!important;background-color:oklch(var(--b1))!important;color:hsl(var(--bc,0 0% 20%))!important;color:oklch(var(--bc))!important}@supports (background-color:oklch(50% 0.1 0)){.themed-toast{box-shadow:0 10px 15px -3px rgba(0,0,0,.15),0 4px 6px -4px rgba(0,0,0,.1),0 0 0 1px oklch(var(--b3)/.3)!important}}.themed-toast:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.15),0 8px 10px -6px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.15)!important}@supports (background-color:oklch(50% 0.1 0)){.themed-toast:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.15),0 8px 10px -6px rgba(0,0,0,.1),0 0 0 1px oklch(var(--b3)/.3)!important}}.themed-toast-success{border-left-color:hsl(var(--su,158 64% 52%))!important;border-left-color:oklch(var(--su))!important}.themed-toast-error{border-left-color:hsl(var(--er,0 72% 51%))!important;border-left-color:oklch(var(--er))!important}.themed-toast-loading{border-left-color:hsl(var(--p,259 94% 51%))!important;border-left-color:oklch(var(--p))!important}.themed-toast-info{border-left-color:hsl(var(--in,198 93% 60%))!important;border-left-color:oklch(var(--in))!important}.themed-toast-warning{border-left-color:hsl(var(--wa,43 96% 56%))!important;border-left-color:oklch(var(--wa))!important}.toast-icon-success{width:22px;height:22px;min-width:22px;border-radius:50%;background-color:hsl(var(--su,158 64% 52%));background-color:oklch(var(--su));display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-icon-success svg{width:14px;height:14px;color:#fff;color:oklch(var(--suc,var(--b1)));stroke-width:3}.toast-icon-error{width:22px;height:22px;min-width:22px;border-radius:50%;background-color:hsl(var(--er,0 72% 51%));background-color:oklch(var(--er));display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-icon-error svg{width:14px;height:14px;color:#fff;color:oklch(var(--erc,var(--b1)));stroke-width:3}.toast-icon-loading{border:2.5px solid rgba(0,0,0,.1);border-top:2.5px solid hsl(var(--p,259 94% 51%));border:2.5px solid oklch(var(--b3));border-top-color:oklch(var(--p));animation:toast-spin .7s linear infinite}.toast-icon-info,.toast-icon-loading{width:22px;height:22px;min-width:22px;border-radius:50%;flex-shrink:0}.toast-icon-info{background-color:hsl(var(--in,198 93% 60%));background-color:oklch(var(--in));display:flex;align-items:center;justify-content:center}.toast-icon-info svg{width:14px;height:14px;color:#fff;color:oklch(var(--inc,var(--b1)));stroke-width:3}.toast-icon-warning{width:22px;height:22px;min-width:22px;border-radius:50%;background-color:hsl(var(--wa,43 96% 56%));background-color:oklch(var(--wa));display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-icon-warning svg{width:14px;height:14px;color:#fff;color:oklch(var(--wac,var(--b1)));stroke-width:3}@keyframes toast-spin{to{transform:rotate(1turn)}}.toast-dismiss-btn{padding:.25rem;border-radius:.375rem;opacity:.5;transition:all .15s ease;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:inherit;color:oklch(var(--bc));margin-left:.5rem}.toast-dismiss-btn:hover{opacity:1;background-color:rgba(0,0,0,.05);background-color:oklch(var(--b2))}.toast-dismiss-btn svg{width:16px;height:16px}@media (max-width:640px){.themed-toast{max-width:calc(100vw - 2rem)!important;min-width:auto!important;margin:0 1rem!important;font-size:.875rem!important;padding:.75rem!important}}@media (prefers-reduced-motion:reduce){.themed-toast{transition:none!important}.toast-icon-loading{animation:none!important;border-top-color:hsl(var(--p,259 94% 51%));border-top-color:oklch(var(--p));border-right-color:hsl(var(--p,259 94% 51%));border-right-color:oklch(var(--p))}}.themed-toast .btn{font-size:.75rem!important}.themed-toast p{margin:0}.themed-toast strong{color:inherit}