.toast-item{overflow:hidden;transition:all .3s ease-out}.toast-item.toast-exit{animation:toast-exit .3s ease-out forwards}@keyframes toast-exit{0%{opacity:1;transform:translateY(0);max-height:500px;margin-bottom:.5rem}to{opacity:0;transform:translateY(-8px);max-height:0;margin-bottom:0;padding-top:0;padding-bottom:0}}