[data-toast-root]{background:#fff;padding:16px;min-height:48px;display:flex;align-items:center;box-shadow:0 4px 12px #0000001a;font-size:14px;line-height:2;width:360px;overflow-wrap:anywhere;translate:var(--x) var(--y);scale:var(--scale);z-index:var(--z-index);height:var(--height);opacity:var(--opacity);will-change:translate,opacity,scale;transition:translate .4s,scale .4s,opacity .4s,height .4s,box-shadow .2s;transition-timing-function:cubic-bezier(.21,1.02,.73,1)}[data-toast-root][data-state=closed]{transition:translate .4s,scale .4s,opacity .2s;transition-timing-function:cubic-bezier(.06,.71,.55,1)}[data-toast-root][data-type=error]{background:red;color:#fff}[data-toast-root][data-type=info]{background:#00f;color:#fff}[data-toast-root][data-type=warning]{background:orange}[data-toast-root][data-type=success]{background:green;color:#fff}[data-toast-close-trigger]{position:absolute;right:8px;top:8px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:18px;padding:0}[data-toast-close-trigger] svg{width:1em;height:1em}[data-toast-title]{display:flex;align-items:center;gap:12px}[data-toast-root] .spinner{animation:spin 1s linear infinite}[data-toast-progressbar]{height:4px;background:#747474;width:100%;position:absolute;bottom:0;inset-inline:0;animation-name:shrinkX;animation-duration:var(--duration);animation-fill-mode:forwards;animation-play-state:running;transform-origin:left}[data-type=loading] [data-toast-progressbar]{animation-name:none}[data-paused] [data-toast-progressbar]{animation-play-state:paused}[dir=rtl] [data-toast-progressbar]{transform-origin:right}[data-toast-progressbar][data-type=loading]{animation-name:none}@media(max-width:640px){[data-toast-group]{width:100%}[data-toast-root]{inset-inline:0;width:calc(100% - var(--gap)*2)}}
