.toaster{position:fixed;display:flex;flex-direction:column;pointer-events:none;top:0;z-index:var(--ax-toaster-z-index);max-width:50%}.toaster.toast-bottom{flex-direction:column-reverse;top:unset;bottom:0}.toaster.toast-bottom .toast{margin-bottom:5rem}.toaster.toast-bottom .toast.toast-animated{margin-bottom:1rem}.toaster.toaster-left{align-items:flex-start}.toaster.toaster-right{align-items:flex-end}@media screen and (max-width: 959px){.toaster{width:var(--ax-toaster-m-width);left:50%!important;transform:translate(-50%);max-width:unset}.toaster.toaster-m-bottom{flex-direction:column-reverse;top:unset;bottom:var(--ax-toaster-m-offset);align-items:unset}.toaster.toaster-m-bottom .toast{margin-top:0;margin-bottom:5rem}.toaster.toaster-m-bottom .toast.toast-animated{margin-bottom:.75rem;margin-top:.75rem}.toaster.toaster-m-top{flex-direction:column;bottom:unset;top:var(--ax-toaster-m-offset)!important;align-items:unset}.toaster.toaster-m-top .toast{margin-top:5rem;margin-bottom:0}.toaster.toaster-m-top .toast.toast-animated{margin-top:.75rem;margin-bottom:.75rem}}.toaster .toast{display:flex;position:relative;pointer-events:auto;align-items:center;justify-items:center;padding:1rem;margin-top:5rem;transition-property:height,margin,opacity,padding,transform,box-shadow;transition-timing-function:cubic-bezier(.25,.46,.45,.94);opacity:.2;overflow:hidden}.toaster .toast.toast-loading:after{content:"";position:absolute;transition-duration:var(--ax-toast-loading-duration);transition-property:width;transition-timing-function:ease;border-bottom:var(--ax-toast-loading-border);width:0%;left:0;bottom:0}.toaster .toast.toast-loading.toast-load:after{width:100%}.toaster .toast .toast-trigger{margin-left:auto;padding-left:.5rem;display:flex;align-self:flex-start;cursor:pointer}.toaster .toast.toast-animated{margin-top:1rem;opacity:1}
