.fadeOut{animation-name:fadeOut}.fadeInDown{animation-name:fadeInDown}.fadeInUp{animation-name:fadeInUp}.fade-enter-active{transition:opacity .3s ease-in}.fade-leave-active{transition:opacity .15s ease-out}.fade-enter,.fade-leave-to{opacity:0}.toast-container{z-index:9999;pointer-events:none;padding:2em;display:flex;position:fixed;inset:0;overflow:hidden}.toast-container-top{flex-direction:column}.toast-container-bottom{flex-direction:column-reverse}@media screen and (width<=768px){.toast-container{padding:0;position:fixed!important}}.toast-top,.toast-bottom{align-self:center}.toast-top-right,.toast-bottom-right{align-self:flex-end}.toast-top-left,.toast-bottom-left{align-self:flex-start}.default-theme .toast-success{background-color:#34d399}.default-theme .toast-info{background-color:#60a5fa}.default-theme .toast-warning{background-color:#fbbf24}.default-theme .toast-error{background-color:#f87171}.default-theme .toast-default{background-color:#9ca3af}.default-theme .toast{pointer-events:auto;color:#fff;cursor:pointer;word-break:break-word;border-radius:.5em;align-items:center;min-height:3em;margin:.5em 0;padding:.5em 2em;font-family:Avenir,Helvetica,Arial,sans-serif;animation-duration:.15s;display:grid}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeInDown{0%{opacity:.5;transform:translateY(-100%)}to{opacity:1;transform:none}}@keyframes fadeInUp{0%{opacity:.5;transform:translateY(100%)}to{opacity:1;transform:none}}
