@keyframes alert-slide-from-top-enter{0%{opacity:0;transform:translateY(-1.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes alert-slide-from-top-exit{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-1rem)}}@keyframes alert-slide-from-bottom-enter{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@keyframes alert-slide-from-bottom-exit{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(1rem)}}@keyframes alert-slide-from-left-enter{0%{opacity:0;transform:translate(-1rem)}to{opacity:1;transform:translate(0)}}@keyframes alert-slide-from-left-exit{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-1rem)}}@keyframes alert-slide-from-right-enter{0%{opacity:0;transform:translate(1rem)}to{opacity:1;transform:translate(0)}}@keyframes alert-slide-from-right-exit{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(1rem)}}@keyframes alert-fade-enter{0%{opacity:0}to{opacity:1}}@keyframes alert-fade-exit{0%{opacity:1}to{opacity:0}}@keyframes alert-scale-enter{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes alert-scale-exit{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}.alert-motion{animation-duration:var(--alert-duration,.3s);animation-timing-function:cubic-bezier(.16,1,.3,1);animation-fill-mode:both}.alert-motion-exit{animation-timing-function:cubic-bezier(.4,0,1,1)}.alert-animate-slide-from-top-enter{animation-name:alert-slide-from-top-enter}.alert-animate-slide-from-top-exit{animation-name:alert-slide-from-top-exit}.alert-animate-slide-from-bottom-enter{animation-name:alert-slide-from-bottom-enter}.alert-animate-slide-from-bottom-exit{animation-name:alert-slide-from-bottom-exit}.alert-animate-slide-from-left-enter{animation-name:alert-slide-from-left-enter}.alert-animate-slide-from-left-exit{animation-name:alert-slide-from-left-exit}.alert-animate-slide-from-right-enter{animation-name:alert-slide-from-right-enter}.alert-animate-slide-from-right-exit{animation-name:alert-slide-from-right-exit}.alert-animate-fade-enter{animation-name:alert-fade-enter}.alert-animate-fade-exit{animation-name:alert-fade-exit}.alert-animate-scale-enter{animation-name:alert-scale-enter}.alert-animate-scale-exit{animation-name:alert-scale-exit}@media (prefers-reduced-motion:reduce){.alert-motion{transition:none!important;animation:none!important}}
