.toast-container{position:fixed;inset:0;z-index:1000;padding-top:.625rem;display:flex;flex-direction:column;gap:.625rem;height:-moz-fit-content;height:fit-content;width:100vw;max-width:100%;padding-inline:4vw}@media screen and (min-width:51.25em){.toast-container{padding-inline:8vw}}@media screen and (min-width:90.625em){.toast-container{padding-inline:12vw}}@media screen and (min-width:127.5em){.toast-container{padding-inline:20vw}}.toast{width:100%;padding:.875rem 1.125rem;border-radius:.75rem;color:#f7f7f7;line-height:1.4;display:flex;gap:.625rem;justify-content:space-between;align-items:center}@media screen and (min-width:51.25em){.toast{width:50%;align-self:flex-end}}@media screen and (min-width:64.0625em){.toast{width:30%}}.toast-success{background-color:#458169}.toast-error{background-color:#c93900}.toast-info{background-color:#ffc107;color:#111}.toast-info button{color:#111}