.toast_toasterContainer__90IFB{--toast-border-radius:0.625rem;--toast-shadow:0 0.25rem 1rem rgba(0,0,0,0.05);--toast-border-width:1px;--toast-transition:all 0.2s ease}.toast_toast__vJ30S{position:relative;padding-right:2.5rem!important}.toast_closeButton__EvprF{position:absolute!important;top:50%!important;right:.75rem!important;transform:translateY(-50%)!important;display:flex!important;align-items:center!important;justify-content:center!important;width:1.5rem!important;height:1.5rem!important;border-radius:9999px!important;opacity:.7!important;transition:all .15s ease!important;background:transparent!important;border:none!important;cursor:pointer!important;color:var(--normal-text)}.toast_closeButton__EvprF:hover{background-color:rgba(0,0,0,.05)!important;opacity:1!important}.toast_toast__vJ30S:is(.toast_dark___kxRe *) .toast_closeButton__EvprF:hover{background-color:rgba(255,255,255,.1)!important}.toast_toast__vJ30S[data-state=open]{animation:toast_slideIn__ROmjt .35s cubic-bezier(.16,1,.3,1)}.toast_toast__vJ30S[data-state=closed]{animation:toast_slideOut__UAZPs .2s ease-out forwards}.toast_toastActions__W41XT{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.5rem}@media (max-width:640px){.toast_toast__vJ30S{max-width:calc(100vw - 2rem)!important;margin-left:1rem!important;margin-right:1rem!important}}@keyframes toast_slideIn__ROmjt{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes toast_slideOut__UAZPs{0%{transform:translateY(0);opacity:1}to{transform:translateY(-120%);opacity:0}}