.toast_ToastViewport__En5OX{--viewport-padding:25px;position:fixed;bottom:0;left:100%;transform:translateX(-100%);display:flex;flex-direction:column;padding:var(--viewport-padding);gap:10px;width:100%;max-width:360px;margin:0;list-style:none;z-index:2147483647;outline:none}.toast_ToastRoot__oMfeo[data-state=open]{animation:toast_slideIn__g3Rtx .15s cubic-bezier(.16,1,.3,1)}.toast_ToastRoot__oMfeo[data-state=closed]{animation:toast_hide__Sx0Xv .1s ease-in}.toast_ToastRoot__oMfeo[data-swipe=move]{transform:translateX(var(--radix-toast-swipe-move-x))}.toast_ToastRoot__oMfeo[data-swipe=cancel]{transform:translateX(0);transition:transform .2s ease-out}.toast_ToastRoot__oMfeo[data-swipe=end]{animation:toast_swipeOut__itUKx .1s ease-out}@keyframes toast_hide__Sx0Xv{0%{opacity:1}to{opacity:0}}@keyframes toast_slideIn__g3Rtx{0%{transform:translateX(calc(100% + var(--viewport-padding)))}to{transform:translateX(0)}}@keyframes toast_swipeOut__itUKx{0%{transform:translateX(var(--radix-toast-swipe-end-x))}to{transform:translateX(calc(100% + var(--viewport-padding)))}}