.toast-container{position:fixed;z-index:9999;display:flex;flex-direction:column;gap:.5rem;max-width:400px;width:calc(100% - 2rem);pointer-events:none;top:auto;bottom:1rem;left:auto;right:1rem}.toast-container .toast-item{transform:translate(110%)}.toast-container.is-top-right{top:1rem;bottom:auto;left:auto;right:1rem}.toast-container.is-top-right .toast-item{transform:translate(110%)}.toast-container.is-top-left{top:1rem;bottom:auto;left:1rem;right:auto}.toast-container.is-top-left .toast-item{transform:translate(-110%)}.toast-container.is-bottom-left{top:auto;bottom:1rem;left:1rem;right:auto}.toast-container.is-bottom-left .toast-item{transform:translate(-110%)}.toast-container .toast-item{pointer-events:all;opacity:0;transition:opacity .3s ease,transform .3s ease;margin-bottom:0}.toast-container .toast-item.is-visible{opacity:1;transform:translate(0)}@media(prefers-reduced-motion:reduce){.toast-container .toast-item{transition:opacity .15s ease;transform:none!important}}
