.toast>[data-state=open]{animation:.2s ease-out toast-in}.toast>[data-state=closed]{animation:.2s ease-in forwards toast-out}@keyframes toast-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes toast-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}
