.toast_toastViewport__SEnCc{--viewport-padding:32px;position:fixed;top:32px;display:flex;flex-direction:column;padding:var(--viewport-padding);gap:10px;max-width:100vw;margin:0;list-style:none;z-index:2147483647;outline:none;left:50%;transform:translate(-50%)}.toast_toastRoot__zL7oo[data-state=open]{animation:toast_slideIn__uCb_w .15s cubic-bezier(.16,1,.3,1)}.toast_toastRoot__zL7oo[data-state=closed]{animation:toast_hide__D_ka9 .1s ease-in}.toast_toastRoot__zL7oo[data-swipe=move]{transform:translateX(var(--radix-toast-swipe-move-x))}.toast_toastRoot__zL7oo[data-swipe=cancel]{transform:translateX(0);transition:transform .2s ease-out}.toast_toastRoot__zL7oo[data-swipe=end]{animation:toast_swipeOut__zDjLm .1s ease-out}@keyframes toast_hide__D_ka9{0%{opacity:1}to{opacity:0}}@keyframes toast_slideIn__uCb_w{0%{transform:translateY(calc(-20% - var(--viewport-padding)))}to{transform:translateY(0)}}@keyframes toast_swipeOut__zDjLm{0%{transform:translateX(var(--radix-toast-swipe-end-x))}to{transform:translateX(calc(100% + var(--viewport-padding)))}}