.toast{position:fixed;display:flex;justify-content:start;align-items:center;gap:12px;left:50%;transform:translate(-50%);background:#333;color:#232323;font-family:Inter;font-weight:500;font-style:Medium;font-size:14px;line-height:18px;vertical-align:middle;padding:13px 12px;border-radius:8px;white-space:nowrap;max-width:90% box-shadow: 0px 12px 24px 0px #0000000F;opacity:0;z-index:99999;pointer-events:auto;transition:top .35s cubic-bezier(.25,.8,.25,1)}.toast_success{background:#ebf5ff}.toast_warning{background:#fffbeb}.toast_failed{background:#ffebeb}.toast.toast-in{animation:toastIn .32s cubic-bezier(.2,.9,.2,1) forwards}.toast.toast-out{animation:toastOut .38s cubic-bezier(.4,.1,.4,1) forwards}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(-14px) scale(.96)}60%{opacity:1;transform:translate(-50%) translateY(3px) scale(1.02)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}@keyframes toastOut{0%{opacity:1;transform:translate(-50%) translateY(0) scale(1)}to{opacity:0;transform:translate(-50%) translateY(-12px) scale(.95)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/custom-toast.css.map */
