.toast[data-animation=entering]{animation:slide-in-right .6s cubic-bezier(.23,1,.32,1) both}.toast[data-animation=queued]{animation:fade-in 1.2s cubic-bezier(.39,.575,.565,1) both}.toast[data-animation=exiting]{animation:slide-out-right .5s cubic-bezier(.55,.085,.68,.53) both}@keyframes slide-in-right{0%{transform:translate(1000px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slide-out-right{0%{transform:translate(0);opacity:1}to{transform:translate(1000px);opacity:0}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}
