.snackbar-region{z-index:var(--z-toast);outline:none;flex-direction:column-reverse;gap:1rem;width:fit-content;max-width:30rem;display:flex;position:fixed;bottom:1rem;left:2.7rem}@media screen and (width<=768px){.snackbar-region{max-width:calc(100vw - 1.8rem);left:.9rem}}.snackbar-toast{border-radius:2.5rem;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1.5rem;animation:.25s snackbar-slide-in;display:flex;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d}.snackbar-toast--info{background:var(--b-400)}.snackbar-toast--success{background:var(--main-green)}.snackbar-toast--warning{background:var(--o-400)}.snackbar-toast--error{background:var(--error-500)}.snackbar-body{align-items:center;display:flex}.snackbar{max-width:30rem}.snackbar p{color:var(--main-black);font-family:Inter,Manrope,sans-serif;font-size:.85rem;font-style:normal;font-weight:600;line-height:1.25rem}@keyframes snackbar-slide-in{0%{opacity:0;transform:translate(-1rem)}to{opacity:1;transform:translate(0)}}
