/* _content/Bcs.CareerPath.TrainingProviders.Web/Features/Assessments/List.razor.rz.scp.css */
/* _content/Bcs.CareerPath.TrainingProviders.Web/Features/Authentication/Login.razor.rz.scp.css */
.background-image[b-t0eyyem4z8] {
    background-image: url(../images/group-students.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(255,255,255,0.7);
    background-blend-mode: lighten;
}

[b-t0eyyem4z8] .login-box {
    margin-top: -200px;
    height: 300px;
    width: 400px;
}

[b-t0eyyem4z8] .full-width,
[b-t0eyyem4z8] .full-width button {
    width: 100%;
}

[b-t0eyyem4z8] .inline {
    display: inline;
    margin-left: 10px;
}

[b-t0eyyem4z8] .link button {
    border: none;
    background: none;
    box-shadow: none;
    font-weight: normal;
}

    [b-t0eyyem4z8] .link button .mud-button-icon-start {
        display: none;
    }

    [b-t0eyyem4z8] .link button:hover {
        background: none;
    }
/* _content/Bcs.CareerPath.TrainingProviders.Web/Features/Components/Dashboard/CompletedAssessments.razor.rz.scp.css */
.grid_link[b-5lyl76wazk] {
    text-decoration: underline;
}
.grid_link:hover[b-5lyl76wazk] {
    text-decoration:dotted;
}
/* _content/Bcs.CareerPath.TrainingProviders.Web/Features/Components/Dashboard/Dashboard.razor.rz.scp.css */
[b-i8wb65vnsv] .mud-expand-panel.mud-panel-expanded {
    margin:0px;
}

[b-i8wb65vnsv] .mud-expand-panel .mud-expand-panel-header {
    text-align: center;
    padding: 5px 0;
    font-size: 1.2rem;
    font-weight: bold;
    min-height:0;
}
/* _content/Bcs.CareerPath.TrainingProviders.Web/Features/Components/Dashboard/DashboardKpi.razor.rz.scp.css */

[b-jybfs2r6qt] .kpi {
    width: 150px;
    margin: 5px 0;
}

[b-jybfs2r6qt] .kpi:focus-visible {
    outline: 2px solid var(--mud-palette-primary);
}

[b-jybfs2r6qt] .mud-card-content {
    padding: 0;
}

[b-jybfs2r6qt] .mud-card-actions {
    padding: 0;
}

.panels-title[b-jybfs2r6qt] {
    text-align: center;
    font-weight: 500;
    height: 100%;
}

.panel-item[b-jybfs2r6qt] {
    display: flex;
    justify-content: center;
    font-size: 2rem;
    font-weight: 400;
}

.panel-desc[b-jybfs2r6qt] {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-left: 6px;
    margin-right: 6px;
    width: 100%;
    min-height: 45px;
}

.indicator[b-jybfs2r6qt] {
    width: 100%;
    height: 5px;
    background-color: var(--mud-palette-success);
}

.advisory .indicator[b-jybfs2r6qt] {
    background-color: var(--mud-palette-warning);
}

.warning .indicator[b-jybfs2r6qt] {
    background-color: var(--mud-palette-error);
}
/* _content/Bcs.CareerPath.TrainingProviders.Web/Features/Components/Dashboard/GradesGraph.razor.rz.scp.css */
.pie-chart-wrapper[b-nqme2r2o4x] {
    padding: 16px;
    max-height: 400px;
}
/* _content/Bcs.CareerPath.TrainingProviders.Web/Features/Components/LoginDisplay.razor.rz.scp.css */
.login-status[b-zhbw7z50bx] {
    border: solid 3px red;
    padding: 10px;
}
/* _content/Bcs.CareerPath.TrainingProviders.Web/Features/Shared/Layout/Footer.razor.rz.scp.css */
.footer-base[b-h4ch4g9hnn] {
    background-color: black;
    color: white;
    width: 100%;
    padding-top: 10px;  
    height:100%;
}

a[b-h4ch4g9hnn] {
    color: white;
}

[b-h4ch4g9hnn] .mud-paper {
    background-color: black;
    color: white;
    font-size: 0.8rem;
    padding: 5px;
}

li[b-h4ch4g9hnn] {
    display: inline;
    text-decoration: none;
    padding-inline-end: 10px;
}

a:hover[b-h4ch4g9hnn] {
    text-decoration: underline;
}

.footer-icon[b-h4ch4g9hnn] {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
}

    .footer-icon img[b-h4ch4g9hnn] {
        height: 100%;
        width: 100%;
    }
/* _content/Bcs.CareerPath.TrainingProviders.Web/Features/Shared/Layout/MainLayout.razor.rz.scp.css */
#logo[b-6x02x8h4x0] {
    width: 50px;
    height: 60px;
    background-image: url(/images/bcs-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
/* _content/Bcs.CareerPath.TrainingProviders.Web/Features/Shared/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4qelua3vy3] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-4qelua3vy3] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-4qelua3vy3] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-4qelua3vy3] {
    font-size: 1.1rem;
}

.bi[b-4qelua3vy3] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-4qelua3vy3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-4qelua3vy3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-4qelua3vy3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-gear-fill[b-4qelua3vy3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-gear-fill' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z'/%3E%3C/svg%3E");
}

.nav-item[b-4qelua3vy3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4qelua3vy3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4qelua3vy3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4qelua3vy3]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-4qelua3vy3]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-4qelua3vy3]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-4qelua3vy3] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-4qelua3vy3] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4qelua3vy3] {
        display: none;
    }

    .nav-scrollable[b-4qelua3vy3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
