@keyframes toastEnter{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes toastExit{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}@keyframes toastEnterTop{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes toastExitTop{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}.toast-enter{animation:.3s ease-out both toastEnter!important}.toast-exit{animation:.3s ease-in both toastExit!important}@media (width<=639px){.toast-enter{animation:.3s ease-out both toastEnterTop!important}.toast-exit{animation:.3s ease-in both toastExitTop!important}}
