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