@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* /Pages/ApplicationManagement/Components/CreateUserForm.razor.rz.scp.css */
#roles-wrap[b-p1hmeu6m90]{
    margin-bottom: 32px;
}
/* /Pages/ApplicationManagement/Components/UserUpdateForm.razor.rz.scp.css */
#roles-wrap[b-0abuqa8nqq]{
    margin-bottom: 32px;
}
/* /Pages/Index.razor.rz.scp.css */

[b-o9im9tbc3v] a.card-anchor-wrap .card {
    min-height: 300px;
}

[b-o9im9tbc3v] a.card-anchor-wrap:hover .card {
    border-color: var(--ecc-orange);
}

[b-o9im9tbc3v] a.card-anchor-wrap-etrade:hover .card {
    border-color: var(--ecc-purple);
}
/* /Pages/UserList.razor.rz.scp.css */
[b-v7p4fca9np] .grid-button {
    width: 144px;
    height: 63px;
    border-radius: 8px;
    background-color: var(--ecc-stone-100);
    color: var(--ecc-midnight);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    padding: 18px 32px;
    font-weight: 600;
}

    [b-v7p4fca9np] .grid-button:hover {
        background-color: var(--ecc-stone-200);
    }

[b-v7p4fca9np] tr {
    height: 91px;    
}

[b-v7p4fca9np] td {
    vertical-align: middle;
}

[b-v7p4fca9np] th {
    color: var(--ecc-stone-800);
    font-size: 15px;
    font-weight: 600;
}

[b-v7p4fca9np] .grid-cell {
    color: var(--ecc-stone-800);
    font-size: 17px;
    font-weight: 400;
    word-wrap: break-word;
}

[b-v7p4fca9np] #userlist-table {
    table-layout: fixed;
}

[b-v7p4fca9np] #userlist-table tbody tr td div.grid-cell p.grid-cell-text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
    word-break: keep-all;
    white-space: nowrap;
}

[b-v7p4fca9np] #userlist-table thead tr th:nth-child(1) {
    width: 21%;
    min-width: 21%;
    max-width: 21%;
}

[b-v7p4fca9np] #userlist-table thead tr th:nth-child(2),
[b-v7p4fca9np] #userlist-table thead tr th:nth-child(3),
[b-v7p4fca9np] #userlist-table thead tr th:nth-child(4) {
    width: 19%;
    min-width: 19%;
    max-width: 19%;
}

[b-v7p4fca9np] #userlist-table thead tr th:nth-child(5) {
    width: 15%;
    min-width: 15%;
    max-width: 15%;
}

[b-v7p4fca9np] #userlist-table thead tr th:nth-child(6) {
    width: 7%;
    min-width: 7%;
    max-width: 7%;
}

@media (min-width: 992px) {
    [b-v7p4fca9np] #userlist-table thead tr th:nth-child(2),
    [b-v7p4fca9np] #userlist-table thead tr th:nth-child(3),
    [b-v7p4fca9np] #userlist-table thead tr th:nth-child(4) {
        width: 20%;
        min-width: 20%;
        max-width: 20%;
    }

    [b-v7p4fca9np] #userlist-table thead tr th:nth-child(5) {
        width: 12%;
        min-width: 12%;
        max-width: 12%;
    }
}

/* /Shared/Components/PageHeader.razor.rz.scp.css */
h2.page-title[b-0sdg2x0hpc] {
    border-bottom: 1px solid var(--ecc-midnight-10c);
    padding-bottom: 10px;
}

@media (min-width: 1200px) {
    h2.page-title[b-0sdg2x0hpc] {
        font-size: 1.50rem;
    }
}
/* /Shared/Footer.razor.rz.scp.css */
footer[b-qs27qcdbez] {
    background-color: var(--ecc-midnight);
}

[b-qs27qcdbez] p {
    color: white;
}

[b-qs27qcdbez] #copyright {
    font-size: 14px
}

[b-qs27qcdbez] #legal {
    font-size: 10px
}
/* /Shared/Header.razor.rz.scp.css */
[b-vltzf6sdhx]#header {
  background-color: var(--ecc-midnight);
  color: white;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

    [b-vltzf6sdhx]#header img {
        max-width: 250px;
        width: 100%;
    }

[b-vltzf6sdhx]#logout-button {
    width: 120px;
}

[b-vltzf6sdhx] a h1#header-title {
    color: white;
}

@media (min-width: 1200px) {
    [b-vltzf6sdhx] a h1#header-title {
        font-size: 2rem;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-vdibi2cvef] {
    position: relative;
    display: flex;
    flex-direction: column;
}

#main-content-container[b-vdibi2cvef] {
    min-height: 100vh;
}

main[b-vdibi2cvef] {
    flex: 1;
}

.sidebar[b-vdibi2cvef] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vdibi2cvef] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vdibi2cvef]  a, .top-row[b-vdibi2cvef]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-vdibi2cvef]  a:hover, .top-row[b-vdibi2cvef]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-vdibi2cvef]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-vdibi2cvef] {
        display: none;
    }

    .top-row.auth[b-vdibi2cvef] {
        justify-content: space-between;
    }

    .top-row[b-vdibi2cvef]  a, .top-row[b-vdibi2cvef]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vdibi2cvef] {
        flex-direction: row;
    }

    .sidebar[b-vdibi2cvef] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vdibi2cvef] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-vdibi2cvef]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-vdibi2cvef], article[b-vdibi2cvef] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
