@import '_content/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.bundle.scp.css';

/* _content/BiodiScore/Components/Toast/Toast.razor.rz.scp.css */
.cs-toast[b-1chug8weeb] {
    display: none;
    padding: 8px;
    color: #fff;
    z-index: 999;
    position: fixed;
    width: 25rem;
    top: 1rem;
    border-radius: 15px;
    right: 1rem;
}

.cs-toast-icon[b-1chug8weeb] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 2rem;
}

.cs-toast-body[b-1chug8weeb] {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    padding-left: 5px;
}

    .cs-toast-body p[b-1chug8weeb] {
        margin-bottom: 0;
    }

.cs-toast-visible[b-1chug8weeb] {
    display: flex;
    flex-direction: row;
    animation: fadein-b-1chug8weeb 1.5s;
}

@keyframes fadein-b-1chug8weeb {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
