@keyframes slideInFromRight{0%{transform:translateX(100%) scale(.9);opacity:0}to{transform:translateX(0) scale(1);opacity:1}}@keyframes slideOutToRight{0%{transform:translateX(0) scale(1);opacity:1}to{transform:translateX(100%) scale(.9);opacity:0}}@keyframes bounceIn{0%{transform:translateX(100%) scale(.3);opacity:0}50%{transform:translateX(-10%) scale(1.05);opacity:.8}70%{transform:translateX(5%) scale(.95);opacity:.9}to{transform:translateX(0) scale(1);opacity:1}}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-2px)}20%,40%,60%,80%{transform:translateX(2px)}}.toast-enter{animation:bounceIn .6s cubic-bezier(.68,-.55,.265,1.55)}.toast-exit{animation:slideOutToRight .3s ease-in}.toast-stagger{animation-delay:var(--stagger-delay,0s)}.toast-success{animation:bounceIn .6s cubic-bezier(.68,-.55,.265,1.55)}.toast-error{animation:bounceIn .6s cubic-bezier(.68,-.55,.265,1.55),shake .5s ease-in-out .3s}