.bs-toast-root{width:100%;position:relative}.bs-toast-root:after{content:"";width:100%;height:0;margin-top:var(--spacing-4);pointer-events:none;transition:all .3s;display:flex;position:relative;top:0}.bs-toast-root .bs-toast{background-color:var(--color-grayscale-white);width:100%;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);justify-content:space-between;align-items:center;transition:all .3s;display:inline-flex;position:absolute;bottom:0;left:0;overflow:visible}.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{left:var(--spacing-1);border-radius:var(--border-radius-small);width:4px;height:80%;position:absolute;top:10%;bottom:10%}.bs-toast-root .bs-toast .bs-toast-content{padding:0 var(--spacing-4);align-items:center;column-gap:var(--spacing-2);display:inline-flex}.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:#0000!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-done:after,.bs-toast-root.bs-toast-root-enter:after,.bs-toast-root.bs-toast-root-enter-active: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:.5s cubic-bezier(.5,1.3,.6,1) toast-slideLeft}}@media only screen and (max-width:1024px){.bs-toast-root.bs-toast-root-enter-active .bs-toast{animation:.5s cubic-bezier(.5,1.3,.6,1) toast-slideUp}}.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:.5s cubic-bezier(.5,1.3,.6,1) toast-slideRight}}@media only screen and (max-width:1024px){.bs-toast-root.bs-toast-root-exit-active .bs-toast{animation:.5s cubic-bezier(.5,1.3,.6,1) toast-slideDown}}@keyframes toast-slideRight{0%{transform:translate(0)}to{transform:translate(30rem)}}@keyframes toast-slideLeft{0%{transform:translate(30rem)}to{transform:translate(0)}}@keyframes toast-slideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10rem)}}@keyframes toast-slideUp{0%{transform:translateY(10rem)}to{transform:translateY(0)}}
.bs-toast-group{max-width:calc(30rem + var(--spacing-8)*2);width:100%;padding:var(--spacing-8);flex-direction:column;justify-content:flex-end;transition:all .3s;display:flex;position:fixed;bottom:0;right:0;overflow:hidden}@media only screen and (max-width:1024px){.bs-toast-group{max-width:100%;padding:var(--spacing-2)}}
