.alert_toastContainer__rJxDD{position:fixed;bottom:5rem;right:3rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem;max-width:calc(100% - 30px)}.alert_toast__irNpj{display:flex;max-width:calc(100%);align-items:center;gap:8px;background-color:var(--red-500);color:white;padding:.75rem 1rem;border-radius:6px;box-shadow:0 0 10px rgba(0,0,0,.3);animation:alert_fadeIn__vgVQ6 .3s ease;font-size:.9rem}@media screen and (max-width:400px){.alert_toastContainer__rJxDD{position:fixed;bottom:5rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem;max-width:calc(100% - 30px)}}@keyframes alert_fadeIn__vgVQ6{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}