.toast-container{position:fixed;top:1.25rem;right:1.25rem;z-index:9999;display:flex;flex-direction:column;gap:.75rem;max-width:25rem;pointer-events:none}@media screen and (min-width:820px){.toast-container{top:1.875rem;right:1.875rem;gap:1rem;max-width:28.125rem}}@media screen and (min-width:1025px){.toast-container{top:2.5rem;right:2.5rem;max-width:31.25rem}}.toast-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-radius:1.25rem;background:hsla(0,0%,100%,.99);box-shadow:0 .25rem 1.25rem rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);pointer-events:auto;min-width:18.75rem;max-width:100%}@media screen and (min-width:820px){.toast-item{padding:1.25rem;gap:1rem;min-width:21.875rem}}@media screen and (min-width:1025px){.toast-item{padding:1.5rem;min-width:25rem}}.toast-item.toast-success{border-left:.25rem solid #044914}.toast-item.toast-success .toast-icon{color:#044914}.toast-item.toast-error{border-left:.25rem solid #fa0001}.toast-item.toast-error .toast-icon{color:#fa0001}.toast-item.toast-warning{border-left:.25rem solid #fd8f04}.toast-item.toast-warning .toast-icon{color:#fd8f04}.toast-item.toast-message{border-left:.25rem solid #b8adc9}.toast-item.toast-message .toast-icon{color:#b8adc9}.toast-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%}@media screen and (min-width:820px){.toast-icon{width:1.75rem;height:1.75rem}}.toast-icon svg{width:100%;height:100%}.toast-content{flex:1 1;min-width:0}.toast-title{font-family:var(--font-roboto),sans-serif;font-weight:600;font-size:.875rem;line-height:1.4;color:#2c274e}@media screen and (min-width:820px){.toast-title{font-size:1rem;margin-bottom:.375rem}}@media screen and (min-width:1025px){.toast-title{font-size:1.125rem;margin-bottom:.5rem}}.toast-message{font-family:var(--font-roboto),sans-serif;font-weight:400;font-size:.75rem;line-height:1.5;color:#6c626d;word-wrap:break-word}@media screen and (min-width:820px){.toast-message{font-size:.875rem}}@media screen and (min-width:1025px){.toast-message{font-size:.9375rem}}.toast-close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:50%;background:rgba(0,0,0,0);color:#6c626d;opacity:.6;border:none;cursor:pointer}@media screen and (min-width:820px){.toast-close{width:1.5rem;height:1.5rem}}.toast-close svg{width:100%;height:100%}@media(max-width:767px){.toast-container{top:.625rem;right:.625rem;left:.625rem;max-width:none}.toast-item{min-width:auto;width:100%;padding:.875rem;gap:.625rem}.toast-title{font-size:.8125rem}.toast-message{font-size:.6875rem}.toast-close{width:1.125rem;height:1.125rem}}