[data-sonner-toaster]{position:fixed;width:var(--width);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;--border-radius:8px;box-sizing:border-box;padding:0;margin:0;list-style:none;outline:none;z-index:999999999}[data-sonner-toaster][data-x-position=right]{right:var(--offset-right)}[data-sonner-toaster][data-x-position=left]{left:var(--offset-left)}[data-sonner-toaster][data-y-position=top]{top:var(--offset-top)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--offset-bottom)}[data-sonner-toast]{--y:translateY(100%);--swipe-amount:0px;--lift-amount:calc(var(--lift) * var(--gap));z-index:var(--z-index);position:absolute;opacity:0;transform:var(--y);touch-action:none;transition:transform .4s,opacity .4s,height .4s;box-sizing:border-box;outline:none;cursor:default}[data-sonner-toast][data-styled=true]{padding:16px;border:1px solid transparent;border-radius:var(--border-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);width:var(--width);font-size:13px;display:flex;align-items:center;gap:6px}[data-sonner-toast][data-swiping=true]{transition:none;transform:var(--y) translateY(var(--swipe-amount))}[data-sonner-toast][data-swipe-out=true]{opacity:0;transform:translateY(calc(100% + var(--swipe-amount)));transition:transform .2s ease-out,opacity .2s ease-out}[data-sonner-toast][data-y-position=top]{top:0;--y:translateY(-100%);--lift:1}[data-sonner-toast][data-y-position=bottom]{bottom:0;--y:translateY(100%);--lift:-1}[data-sonner-toast][data-x-position=right]{right:0}[data-sonner-toast][data-x-position=left]{left:0}[data-sonner-toast][data-mounted=true]{--y:translateY(0);opacity:1}[data-sonner-toast][data-expanded=false][data-front=false]{--scale:var(--toasts-before) * 0.05 + 1;--y:translateY(calc(var(--lift-amount) * var(--toasts-before))) scale(calc(-1 * var(--scale)));height:var(--front-toast-height)}[data-sonner-toast][data-expanded=false][data-front=false][data-styled=true]>*{opacity:0}[data-sonner-toast]>*{transition:opacity .4s}[data-sonner-toast][data-mounted=true][data-expanded=true]{--y:translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}[data-sonner-toast][data-removed=true][data-front=true]{--y:translateY(calc(var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-expanded=true]{--y:translateY(calc(var(--lift) * var(--offset) + var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-expanded=false]{--y:translateY(40%);opacity:0;transition:transform .5s,opacity .2s}[data-sonner-toast][data-visible=false]{opacity:0;pointer-events:none;content-visibility:hidden}[data-sonner-toast][data-styled=true] [data-content]{display:flex;flex-direction:column;gap:2px}[data-sonner-toast][data-styled=true] [data-title]{font-weight:500;line-height:1.5;color:inherit}[data-sonner-toast][data-styled=true] [data-description]{font-weight:400;line-height:1.4;opacity:.9}[data-sonner-toast][data-styled=true] [data-icon]{display:flex;height:16px;width:16px;position:relative;justify-content:flex-start;align-items:center;flex-shrink:0;margin-left:-3px;margin-right:4px}[data-sonner-toast][data-styled=true] [data-icon]>*{flex-shrink:0}[data-sonner-toaster][data-sonner-theme=light]{--success-bg:hsl(143,85%,96%);--success-border:hsl(145,92%,87%);--success-text:hsl(140,100%,27%);--error-bg:hsl(359,100%,97%);--error-border:hsl(359,100%,94%);--error-text:hsl(360,100%,45%)}[data-sonner-toaster][data-sonner-theme=dark]{--success-bg:hsl(150,100%,6%);--success-border:hsl(147,100%,12%);--success-text:hsl(150,86%,65%);--error-bg:hsl(358,76%,10%);--error-border:hsl(357,89%,16%);--error-text:hsl(358,100%,81%)}[data-sonner-toast][data-type=success]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-sonner-toast][data-type=error]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}@media (max-width:600px){[data-sonner-toaster]{right:16px;left:16px;width:calc(100% - 32px)}[data-sonner-toaster] [data-sonner-toast]{left:0;right:0;width:100%}}@media (prefers-reduced-motion){[data-sonner-toast],[data-sonner-toast]>*{transition:none!important}}