@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.toaster-fade-out{animation-name:fadeOut}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.toaster-fade-in-down{animation-name:fadeInDown}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.toaster-fade-in-up{animation-name:fadeInUp}.fade-enter-active,.fade-leave-active{transition:opacity .15s ease-out}.fade-enter,.fade-leave-to{opacity:0}.toaster{bottom:0;display:flex;left:0;overflow:hidden;padding:40px;pointer-events:none;position:fixed;right:0;top:0;z-index:1052}.toaster .toaster-message{align-items:center;animation-duration:.15s;background-color:#fff;border-radius:8px;box-shadow:0 0 50px #00000026;-moz-column-gap:20px;column-gap:20px;display:inline-flex;justify-content:flex-start;max-width:75%;min-width:320px;padding:10px 10px 10px 20px;pointer-events:auto;width:auto}.toaster .toaster-message .toaster-text{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;justify-content:flex-start}.toaster .toaster-message .close-toaster{cursor:pointer;height:13px;margin-bottom:auto;position:relative;width:13px}.toaster .toaster-message .close-toaster:after,.toaster .toaster-message .close-toaster:before{background-color:#000;content:"";height:1px;position:absolute;top:5px;width:100%}.toaster .toaster-message .close-toaster:before{transform:rotate(45deg)}.toaster .toaster-message .close-toaster:after{transform:rotate(-45deg)}.toaster .toaster-message .close-toaster:hover{opacity:.7}.toaster .toaster-message.toaster-position-bottom,.toaster .toaster-message.toaster-position-top{align-self:center}.toaster .toaster-message.toaster-position-bottom-right,.toaster .toaster-message.toaster-position-top-right{align-self:flex-end}.toaster .toaster-message.toaster-position-bottom-left,.toaster .toaster-message.toaster-position-top-left{align-self:flex-start}.toaster.toaster-top{flex-direction:column}.toaster.toaster-bottom{flex-direction:column-reverse}.toaster.toaster-custom-parent{position:absolute}@media screen and (max-width:768px){.toaster{padding:20px;position:fixed!important}}
