.Toast_regiao__dSIlf{position:fixed;z-index:120;right:var(--espaco-5);bottom:var(--espaco-5);display:grid;grid-gap:var(--espaco-2);gap:var(--espaco-2);justify-items:end;max-width:min(420px,calc(100% - 44px));pointer-events:none}.Toast_toast__cxuko{display:flex;align-items:center;gap:var(--espaco-3);padding:var(--espaco-3) var(--espaco-4);color:var(--sobre-escuro);background:var(--text);border-radius:var(--raio-2);box-shadow:var(--shadow);font-weight:650;pointer-events:auto;animation:Toast_vrm-toast-in__P3QfF .24s var(--easing-saida) both}.Toast_erro__xy8cy{background:var(--danger)}.Toast_sucesso__ekgff{color:var(--text);background:var(--primary)}.Toast_fechar__dcFhs{display:grid;width:24px;min-width:24px;height:24px;place-items:center;padding:0;color:inherit;background:transparent;border:0;border-radius:50%;cursor:pointer;opacity:.75}.Toast_fechar__dcFhs:hover{opacity:1}.Toast_fechar__dcFhs svg{width:14px;height:14px}@media (max-aspect-ratio:4/5),(max-width:900px){.Toast_regiao__dSIlf{right:var(--espaco-3);bottom:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom) + var(--espaco-3));left:var(--espaco-3);max-width:none;justify-items:stretch}}@media (orientation:portrait) and (max-width:900px){.Toast_regiao__dSIlf{bottom:calc(var(--mobile-nav-height-portrait) + env(safe-area-inset-bottom) + var(--espaco-3))}}@keyframes Toast_vrm-toast-in__P3QfF{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}