svg{fill:none}.toast-container{display:flex;flex-direction:column;gap:8px;position:fixed;z-index:100;max-width:570px;bottom:10px;right:10px;min-width:300px}@media (min-width: 768px){.toast-container{bottom:25px;right:25px;min-width:356px}}.toast{max-width:570px;display:flex;align-items:center;justify-content:space-between;gap:16px;z-index:100;bottom:25px;right:25px;padding:16px;border-radius:8px}@media (min-width: 768px){.toast{min-width:356px}}.toast-success{background-color:#ecfdf3;color:#008a2e}.toast-success .toast-content svg{stroke:#008a2e}.toast-error{background-color:#fff0f0;color:#e60000}.toast-error .toast-content svg{stroke:#e60000}.toast-warning{background-color:#fffcf0;color:#dc7609}.toast-warning .toast-content svg{stroke:#dc7609}.toast-content{display:flex;gap:8px;align-items:center;line-height:140%}.slide-up-enter-active,.slide-up-leave-active{transition:transform .5s ease-out,opacity .5s ease-out}.slide-up-enter-from,.slide-up-leave-to{transform:translateY(100%);opacity:0}.slide-up-enter-to,.slide-up-leave-from{transform:translateY(0);opacity:1}
