@keyframes toast-drop{0%{transform:translate3d(0,-100%,0)}to{transform:translateZ(0)}}@keyframes toast-fade-out{0%{opacity:1}to{opacity:0}}.animate-toast{animation-name:toast-drop;animation-duration:.5s;animation-timing-function:cubic-bezier(.175,.885,.32,1.275)}.animate-fade-out{animation-name:toast-fade-out;animation-duration:.5s;animation-fill-mode:forwards}.animate-toast{z-index:9999!important}
