@keyframes slideUpFade{0%{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes toastProgress{0%{width:100%}to{width:0%}}.animate-toast-in{animation:slideUpFade .25s cubic-bezier(.16,1,.3,1) forwards}.animate-toast-progress{animation:toastProgress linear forwards}
