@keyframes slideIn{0%{transform:translateX(300px)}to{transform:translateX(0)}}@keyframes slideUpAndFade{0%{transform:translateY(0)}to{transform:translateY(-100vh)}}@keyframes progress{0%{width:0}to{width:100%}}.toast-root[data-swipe=move]{transform:translateX(var(--radix-toast-swipe-move-x))}.toast-root[data-swipe=cancel]{animation:slideUpAndFade .5s cubic-bezier(.075,.82,.165,1)}.toast-root[data-state=open]{animation:slideIn .3s cubic-bezier(.075,.82,.165,1)}.toast-root[data-state=closed]{animation:slideUpAndFade .5s cubic-bezier(.075,.82,.165,1)}