@keyframes slide-in{0%{transform:translateY(100vh);opacity:1}to{transform:translateY(0);opacity:1}}@keyframes slide-out{0%{transform:translateY(0);opacity:1}to{transform:translateY(100vh);opacity:1}}.Toastify__bounce-enter--bottom-center{animation:slide-in .5s cubic-bezier(.4,0,.2,1) forwards}.Toastify__bounce-exit--bottom-center{animation:slide-out .5s cubic-bezier(.4,0,.2,1) forwards}.Toastify__toast,.Toastify__toast-container{pointer-events:none}.Toastify__toast>div{pointer-events:auto}@media (min-width:480px){.Toastify__toast-container{width:90vw;padding:0 16px}}