.bs-toast-root,.bs-toast-root:after{position:relative;width:100%}.bs-toast-root:after{content:"";display:flex;top:0;height:0;margin-top:var(--spacing-4);pointer-events:none;transition:all .3s ease}.bs-toast-root .bs-toast{transition:.3s ease;display:inline-flex;align-items:center;justify-content:space-between;position:absolute;background-color:var(--color-grayscale-white);width:100%;left:0;bottom:0;overflow:visible;min-height:3.25rem;box-shadow:var(--shadow-small-1-offset-x) var(--shadow-small-1-offset-y) var(--shadow-small-1-blur) var(--shadow-small-1-spread) var(--shadow-small-1-color);border-radius:var(--border-radius-small)}.bs-toast-root .bs-toast-primary .bs-toast-content .bs-toast-icon .bs-svg-icon{fill:var(--color-primary-regular)}.bs-toast-root .bs-toast-alert .bs-toast-content .bs-toast-icon .bs-svg-icon{fill:var(--color-alert-regular)}.bs-toast-root .bs-toast-warning .bs-toast-content .bs-toast-icon .bs-svg-icon{fill:var(--color-warning-regular)}.bs-toast-root .bs-toast-success .bs-toast-content .bs-toast-icon .bs-svg-icon{fill:var(--color-success-regular)}.bs-toast-root .bs-toast .bs-toast-status-line{position:absolute;left:var(--spacing-1);top:10%;bottom:10%;height:80%;width:4px;border-radius:var(--border-radius-small)}.bs-toast-root .bs-toast .bs-toast-content{padding:0 var(--spacing-4);display:inline-flex;align-items:center;column-gap:var(--spacing-2)}.bs-toast-root .bs-toast .bs-toast-content .bs-toast-icon{display:flex}.bs-toast-root .bs-toast .bs-toast-content .bs-svg-icon{fill:var(--color-grayscale-semi-dark-gray)}.bs-toast-root .bs-toast .bs-toast-content p{margin:0}.bs-toast-root .bs-toast .bs-btn-icon{background-color:rgba(0,0,0,0)!important}.bs-toast-root .bs-toast .bs-toast-primary{background-color:var(--color-primary-regular)}.bs-toast-root .bs-toast .bs-toast-alert{background-color:var(--color-alert-regular)}.bs-toast-root .bs-toast .bs-toast-success{background-color:var(--color-success-regular)}.bs-toast-root .bs-toast .bs-toast-warning{background-color:var(--color-warning-regular)}.bs-toast-root.bs-toast-root-enter-active:after,.bs-toast-root.bs-toast-root-enter-done:after,.bs-toast-root.bs-toast-root-enter:after{height:3.25rem}.bs-toast-root.bs-toast-root-enter-active .bs-toast{pointer-events:none}@media only screen and (min-width:1024px){.bs-toast-root.bs-toast-root-enter-active .bs-toast{animation:toast-slideLeft .5s cubic-bezier(.5,1.3,.6,1)}}@media only screen and (max-width:1024px){.bs-toast-root.bs-toast-root-enter-active .bs-toast{animation:toast-slideUp .5s cubic-bezier(.5,1.3,.6,1)}}.bs-toast-root.bs-toast-root-exit:after{height:0;margin-top:0}.bs-toast-root.bs-toast-root-exit .bs-toast{opacity:0;pointer-events:none}.bs-toast-root.bs-toast-root-exit-active:after{height:0;margin-top:0}@media only screen and (min-width:1024px){.bs-toast-root.bs-toast-root-exit-active .bs-toast{animation:toast-slideRight .5s cubic-bezier(.5,1.3,.6,1)}}@media only screen and (max-width:1024px){.bs-toast-root.bs-toast-root-exit-active .bs-toast{animation:toast-slideDown .5s cubic-bezier(.5,1.3,.6,1)}}@keyframes toast-slideRight{0%{transform:translatex(0)}to{transform:translatex(30rem)}}@keyframes toast-slideLeft{0%{transform:translatex(30rem)}to{transform:translatex(0)}}@keyframes toast-slideDown{0%{transform:translateY(0);opacity:1}to{opacity:0;transform:translateY(10rem)}}@keyframes toast-slideUp{0%{transform:translateY(10rem)}to{transform:translateY(0)}}.ToastContainer_container__7G2rJ{padding:0 var(--spacing-8) var(--spacing-8) var(--spacing-8);z-index:1301}.ToastContainer_container__7G2rJ .bs-toast-root:first-child:after{margin-top:.1rem}