@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@keyframes swipeOut{0%{transform:translate(var(--reka-toast-swipe-end-x))}to{transform:translate(100%)}}.animate-slideIn{animation:slideIn .15s cubic-bezier(.16,1,.3,1)}.animate-slideOut{animation:slideOut .1s ease-in}.animate-swipeOut{animation:swipeOut .1s ease-out}
