@keyframes slideIn{0%{transform:translate(300px)}to{transform:translate(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:.5s cubic-bezier(.075,.82,.165,1) slideUpAndFade}.toast-root[data-state=open]{animation:.3s cubic-bezier(.075,.82,.165,1) slideIn}.toast-root[data-state=closed]{animation:.5s cubic-bezier(.075,.82,.165,1) slideUpAndFade}
