/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-rf4ebxorhr] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rf4ebxorhr] {
    flex: 1;
}

.sidebar[b-rf4ebxorhr] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-rf4ebxorhr] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rf4ebxorhr]  a, .top-row[b-rf4ebxorhr]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-rf4ebxorhr]  a:hover, .top-row[b-rf4ebxorhr]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-rf4ebxorhr]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-rf4ebxorhr] {
        justify-content: space-between;
    }

    .top-row[b-rf4ebxorhr]  a, .top-row[b-rf4ebxorhr]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rf4ebxorhr] {
        flex-direction: row;
    }

    .sidebar[b-rf4ebxorhr] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rf4ebxorhr] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-rf4ebxorhr]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-rf4ebxorhr], article[b-rf4ebxorhr] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-rf4ebxorhr] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-rf4ebxorhr] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Alerts.razor.rz.scp.css */
.container-top-modal-content[b-j45ubjc3ku] {
    margin: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #dee2e6;
}

.row-user[b-j45ubjc3ku] {
    width: 100%;
    display: flex;
    align-items: center;
}

.double-column-user[b-j45ubjc3ku] {
    margin-bottom: 5px;
    margin-left: 0;
}

.dropdown-username[b-j45ubjc3ku] {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0;
    margin-top: 0;
}

.user-title[b-j45ubjc3ku] {
    color: #6c757d;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.container-top-modal-ul[b-j45ubjc3ku] {
    margin: 0;
    text-align: left;
}

.user-list[b-j45ubjc3ku] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.user-listItem[b-j45ubjc3ku] {
    white-space: nowrap;
}

.user-listItem-link[b-j45ubjc3ku] {
    text-decoration: none;
    font-size: 16px;
    color: #767676;
    padding: 11px 10px 11px 20px;
    display: flex;
}

.user-listItem-link img[b-j45ubjc3ku] {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
}

.user-listItem-link:hover[b-j45ubjc3ku] {
    background-color: #f8f9fa;
}

button.user-listItem-link[b-j45ubjc3ku] {
    background: none;
    border: none;
    font-family: inherit;
    cursor: pointer;
}

.container-logout[b-j45ubjc3ku] {
    border-top: 1px solid #eee;
    margin-top: 5px;
    padding-top: 5px;
}
/* /Components/Pages/MFA.razor.rz.scp.css */
/*.container-login-form {
    padding-bottom: 20px;
}

h2 {
    color: #2C4070;
    font-size: 32px;
    font-weight: 700;
    line-height: 43.58px;
}

.buttonRow {
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.text {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
}

.textRow {
    max-width: 450px;
    width: 100%;
}

.divSuccessNotice {
    background-color: #f0f9eb;
    color: #67c23a;
    padding: 1rem;
    border: 1px solid #e1f3d8;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.divErrorNotice {
    background-color: #fef0f0;
    color: #f56c6c;
    padding: 1rem;
    border: 1px solid #fde2e2;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.iconClass {
    margin-right: 5px;
    vertical-align: middle;
}*/
/* /Components/Pages/PasswordChange.razor.rz.scp.css */
.reset-form > *[b-8yzwtfjg61] {
    margin-bottom: 25px;
}

.reset-form h2[b-8yzwtfjg61] {
    color: #2C4070;
    font-size: 32px;
    font-weight: 700;
}

.reset-form p[b-8yzwtfjg61] {
    color: #333333;
    font-size: 16px;
}

.textRow[b-8yzwtfjg61] {
    max-width: 450px;
    width: 100%;
    margin-bottom: 20px;
}

.buttonRow[b-8yzwtfjg61] {
    display: flex;
    max-width: 300px;
}
/* /Components/Pages/PasswordReset.razor.rz.scp.css */
.reset-form[b-6sz1cdnpn0] {
    margin: auto;
}

    .reset-form h2[b-6sz1cdnpn0] {
        color: #2C4070;
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .reset-form label[b-6sz1cdnpn0] {
        display: block;
        margin-bottom: 8px;
        color: #333333;
        font-size: 16px;
        font-weight: 400;
    }

.textRow[b-6sz1cdnpn0] {
    margin-bottom: 25px;
    width: 30% !important;
}

.button-group[b-6sz1cdnpn0] {
    margin-bottom: 25px;
    width: 15% !important;
}

.notes-section p[b-6sz1cdnpn0] {
    margin-bottom: 8px;
}

.notes-section ul[b-6sz1cdnpn0] {
    padding-left: 20px;
    margin-bottom: 0;
}

.notes-section li[b-6sz1cdnpn0] {
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}

.btn-primary[b-6sz1cdnpn0] {
    background-color: #0d6efd;
    border-color: #0d6efd;
    padding: 10px;
}

.reset-form .btn-primary[b-6sz1cdnpn0] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
/* /Components/Pages/UserMenu.razor.rz.scp.css */
.container-top-modal-content[b-9mkb59d5to] {
    margin: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #dee2e6;
}

.row-user[b-9mkb59d5to] {
    width: 100%;
    display: flex;
    align-items: center;
}

.double-column-user[b-9mkb59d5to] {
    margin-bottom: 5px;
    margin-left: 0;
}

.dropdown-username[b-9mkb59d5to] {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0;
    margin-top: 0;
}

.user-title[b-9mkb59d5to] {
    color: #6c757d;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.container-top-modal-ul[b-9mkb59d5to] {
    margin: 0;
    text-align: left;
}

.user-list[b-9mkb59d5to] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.user-listItem[b-9mkb59d5to] {
    white-space: nowrap;
}

.user-listItem-link[b-9mkb59d5to] {
    text-decoration: none;
    font-size: 16px;
    color: #767676;
    padding: 11px 10px 11px 20px;
    display: flex;
}

.user-listItem-link img[b-9mkb59d5to] {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
}

.user-listItem-link:hover[b-9mkb59d5to] {
    background-color: #f8f9fa;
}

button.user-listItem-link[b-9mkb59d5to] {
    background: none;
    border: none;
    font-family: inherit;
    cursor: pointer;
}

.container-logout[b-9mkb59d5to] {
    border-top: 1px solid #eee;
    margin-top: 5px;
    padding-top: 5px;
}
