/* /Pages/BulkFeatureUpdate.razor.rz.scp.css */
body[b-kimnf0euk8] {
}
/* /Pages/Index.razor.rz.scp.css */
body[b-d4vnniqcha]{
}
/* /Pages/PermissionManagement.razor.rz.scp.css */
body[b-b9onwhbnld] {
}
/* /Pages/PortalData.razor.rz.scp.css */
#table-wrapper[b-3cgwie5zdp] {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    margin-top: 20px;
}

#table-wrapper table[b-3cgwie5zdp] {
    width: 100%;
}

    #table-wrapper table thead th .text[b-3cgwie5zdp] {
        position: absolute;
        top: -20px;
        z-index: 2;
        height: 20px;
        width: 15%;
        overflow: visible;
    }
/* /Pages/PortalUpdate.razor.rz.scp.css */
.config-list[b-juav0mekad] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.field-name-alone[b-juav0mekad] {
    color: #48749B;
    font-weight: 600;
}
/* /Pages/UserManagement.razor.rz.scp.css */
body[b-tudd0onajn] {
}
/* /Shared/EmptyLayout.razor.rz.scp.css */
.page[b-hctxd5umzf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hctxd5umzf] {
    flex: 1;
    background-color: #e5ebf2;
}


@media (min-width: 992px) {
    content[b-hctxd5umzf] {
        padding: 0px 125px;
    }
}

@media (min-width: 641px) {
    .page[b-hctxd5umzf] {
        flex-direction: row;
    }

    .top-row[b-hctxd5umzf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}
/* /Shared/EnvironmentalAwareness.razor.rz.scp.css */
.environment-name[b-psgq9ualr2] {
    color: white;
    font-weight: bold;
    margin: auto;
}
/* /Shared/LoginLogoutButton.razor.rz.scp.css */
body[b-u0utawpmep] {
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-u6im16e570] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-u6im16e570] {
    flex: 1;
    background-color: #e5ebf2;
}

.top-row[b-u6im16e570] {
    background-color: #0D194F;
    border-bottom: 1px solid #d6d5d5;
    justify-content: center;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    content[b-u6im16e570] {
        padding: 0px 125px;
    }
}


.sidebar[b-u6im16e570] {
    background-image: linear-gradient(135deg, #0D194F 50%, #DE0D26 100%);
    max-width: 250px;
    min-width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
}

@media (max-width: 640.98px) {
    .sidebar[b-u6im16e570] {
        background-image: linear-gradient(135deg, #0D194F 50%, #DE0D26 100%);
        max-width: 100vw;
        height: fit-content;
        position: sticky;
        top: 0;
    }
}

@media (min-width: 641px) {
    .page[b-u6im16e570] {
        flex-direction: row;
    }

    .top-row[b-u6im16e570] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}
/* /Shared/ModalDialog.razor.rz.scp.css */
body[b-x89kfmizt4] {
}
/* /Shared/NavMenu.razor.rz.scp.css */
.top-row[b-ojv08lcn2c] {
    background-color: #0D194F;
    height: 3.5rem;
}

    .top-row a img[b-ojv08lcn2c] {
        width: 82%;
    }

.main-content[b-ojv08lcn2c] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90%;
}

.collapse:not(.show)[b-ojv08lcn2c] {
    display: none;
}
/* /Shared/Toast.razor.rz.scp.css */
.cs-toast[b-pu7x5y7q0t] {
    display: none;
    padding: 1.5rem;
    color: #fff;
    z-index: 999;
    position: absolute;
    width: 25rem;
    top: 2rem;
    border-radius: 1rem;
    right: 2rem;
}

.cs-toast-icon[b-pu7x5y7q0t] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 2.5rem;
}

.cs-toast-body[b-pu7x5y7q0t] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

    .cs-toast-body p[b-pu7x5y7q0t] {
        margin-bottom: 0;
    }

.cs-toast-visible[b-pu7x5y7q0t] {
    display: flex;
    flex-direction: row;
    animation: fadein-b-pu7x5y7q0t 1.5s;
}

.success-snack[b-pu7x5y7q0t] {
    background-color: #000C66;
    position: fixed;
    right: 33vw;
    top: 50vh;
}

@keyframes fadein-b-pu7x5y7q0t {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}
