@keyframes toast-manager_backgroundAnimation__DX_NJ{0%{background-position-x:-80px}40%,to{background-position-x:-100%}}.toast-manager_container__hlWqp{position:fixed;left:3rem;bottom:3rem;display:flex;flex-direction:column;pointer-events:none;gap:1rem;z-index:1101;width:calc(100% - 6rem);height:calc(100% - 6rem)}@media(max-width:599px){.toast-manager_container__hlWqp{left:1.6rem;bottom:1.6rem;width:calc(100% - 3.2rem);height:calc(100% - 3.2rem)}}@keyframes toast_backgroundAnimation__fmV9s{0%{background-position-x:-80px}40%,to{background-position-x:-100%}}.toast_container__h6tXs{border-radius:var(--radius-m);display:grid;grid-template-columns:max-content 1fr max-content;box-shadow:1px 5px 10px rgba(0,0,0,.0705882353);align-items:center;position:relative;background:var(--color-white);width:100%;max-width:450px;pointer-events:all;overflow:hidden}.toast_container__h6tXs:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:3px;height:100%;background:var(--toast-color)}.toast_container__h6tXs.toast_bottomLeft__w2_Gj,.toast_container__h6tXs.toast_bottomRight__pU2ls{order:1}.toast_container__h6tXs.toast_bottomCenter__6aRKf{order:2}.toast_container__h6tXs.toast_bottomCenter__6aRKf:first-of-type,.toast_container__h6tXs.toast_bottomLeft__w2_Gj:first-of-type,.toast_container__h6tXs.toast_bottomRight__pU2ls:first-of-type{margin-top:auto}.toast_container__h6tXs.toast_topLeft__CBlk5,.toast_container__h6tXs.toast_topRight___gcOo{order:-1}.toast_container__h6tXs.toast_topCenter__1nOHz{order:-2}.toast_container__h6tXs.toast_bottomRight__pU2ls,.toast_container__h6tXs.toast_topRight___gcOo{margin-left:auto}.toast_container__h6tXs.toast_bottomCenter__6aRKf,.toast_container__h6tXs.toast_topCenter__1nOHz{margin-left:auto;margin-right:auto}.toast_container__h6tXs.toast_bottomLeft__w2_Gj,.toast_container__h6tXs.toast_topLeft__CBlk5{animation:toast_openingLeft__9uHpX .2s}.toast_container__h6tXs.toast_bottomLeft__w2_Gj.toast_closing___6RK6,.toast_container__h6tXs.toast_topLeft__CBlk5.toast_closing___6RK6{animation:toast_closingLeft___cknZ .4s}.toast_container__h6tXs.toast_bottomRight__pU2ls,.toast_container__h6tXs.toast_topRight___gcOo{animation:toast_openingRight__o_NEy .2s}.toast_container__h6tXs.toast_bottomRight__pU2ls.toast_closing___6RK6,.toast_container__h6tXs.toast_topRight___gcOo.toast_closing___6RK6{animation:toast_closingRight__QucAN .4s}.toast_container__h6tXs.toast_bottomCenter__6aRKf{animation:toast_openingBottom__bwWgV .2s}.toast_container__h6tXs.toast_bottomCenter__6aRKf.toast_closing___6RK6{animation:toast_closingBottom__9skvw .4s}.toast_container__h6tXs.toast_topCenter__1nOHz{animation:toast_openingTop___pSr7 .2s}.toast_container__h6tXs.toast_topCenter__1nOHz.toast_closing___6RK6{animation:toast_closingTop__IE3D6 .4s}.toast_message__vKANZ{padding:1.5em 0;font-size:var(--fs-s)}@media(max-width:599px){.toast_message__vKANZ{font-size:var(--fs-1xs)}}.toast_success__uaNSU{--toast-color:var(--color-success-600);--toast-background-color:var(--color-success-50)}.toast_error__Ww8dZ{--toast-color:var(--color-error-600);--toast-background-color:var(--color-error-50)}.toast_warning__v44Om{--toast-color:var(--color-warning-600);--toast-background-color:var(--color-warning-50)}.toast_info__PtXX6{--toast-color:var(--color-info-600);--toast-background-color:var(--color-info-50)}.toast_icon__2cHIB{margin:0 1.5em;width:3em;height:3em;border-radius:var(--radius-s);color:var(--toast-color);background:var(--toast-background-color)}.toast_close__sEP4D{--icon-button-size:3em;max-width:var(--icon-button-size);margin:0 1.5em}.toast_close__sEP4D svg{width:50%;height:50%}@keyframes toast_openingLeft__9uHpX{0%{transform:translateX(-100%)}80%{transform:translateX(15%)}to{transform:translateX(0)}}@keyframes toast_openingRight__o_NEy{0%{transform:translateX(100%)}80%{transform:translateX(-15%)}to{transform:translateX(0)}}@keyframes toast_openingBottom__bwWgV{0%{transform:translateY(100%)}80%{transform:translateY(-15%)}to{transform:translateY(0)}}@keyframes toast_openingTop___pSr7{0%{transform:translateY(-100%)}80%{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes toast_closingLeft___cknZ{0%{transform:translateX(0)}15%{transform:translateX(15%)}50%{transform:translateX(-120%)}to{transform:translateX(-120%)}}@keyframes toast_closingRight__QucAN{0%{transform:translateX(0)}15%{transform:translateX(-15%)}50%{transform:translateX(120%)}to{transform:translateX(120%)}}@keyframes toast_closingBottom__9skvw{0%{transform:translateY(0)}15%{transform:translateY(-15%)}50%{transform:translateY(140%)}to{transform:translateY(140%)}}@keyframes toast_closingTop__IE3D6{0%{transform:translateY(0)}15%{transform:translateY(15%)}50%{transform:translateY(-140%)}to{transform:translateY(-140%)}}@keyframes icon-button_backgroundAnimation__XDYc0{0%{background-position-x:-80px}40%,to{background-position-x:-100%}}.icon-button_button__Wx2NI{background:rgba(0,0,0,0);border:none;min-width:var(--icon-button-size);min-height:var(--icon-button-size);display:grid;place-items:center;cursor:pointer;position:relative;border-radius:var(--radius-s);flex-shrink:0}@media(hover:hover){.icon-button_button__Wx2NI:not([disabled]):hover:before{opacity:.05}}.icon-button_button__Wx2NI:before{content:"";position:absolute;border-radius:inherit;pointer-events:none;width:100%;height:100%;left:0;top:0;background:currentColor;transition:opacity var(--time-fast) ease;opacity:0}.icon-button_button__Wx2NI svg{display:block;max-width:55%;max-height:55%}.icon-button_danger__5jXyy{color:var(--color-error-600)}.icon-button_badge__avjzJ{position:absolute;right:8%;bottom:9%;border-radius:50%;background:var(--color-primary-500);color:var(--color-white);display:flex;align-items:center;justify-content:center;text-align:center;width:1.75em;height:1.75em;font-size:var(--fs-4xs);font-weight:var(--fw-regular)}