/* /Components/BlazorModalDialog.razor.rz.scp.css */
.blazor-modal[b-74buiv8yuo] {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.blazor-modal-content[b-74buiv8yuo] {
    -moz-box-shadow: 6px 4px 38px -21px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 6px 4px 38px -21px rgba(0, 0, 0, 0.75);
    background-color: white;
    border-radius: 1px;
    box-shadow: 6px 4px 38px -21px rgba(0, 0, 0, 0.75);
    margin: auto;
    margin-top: 150px;
    overflow: hidden;
    width: 650px;
}

.show[b-74buiv8yuo] {
    animation-duration: 1s;
    animation-name: show-animation-b-74buiv8yuo;
    display: block;
}

@keyframes show-animation-b-74buiv8yuo {
    from { opacity: 0 }

    to { opacity: 1 }
}

.hide[b-74buiv8yuo] {
     display: none;
}

.blazor-modal-header[b-74buiv8yuo] {
    background-color: var(--info-bkgnd);
    color: black;
    padding: 15px;
}

.blazor-modal-title[b-74buiv8yuo] {
    display: inline-block;
    margin: 5px 0;
}

.blazor-modal-close-button[b-74buiv8yuo] {
    cursor: pointer;
    float: right;
    padding: 3px 5px;
    margin: 5px;
}

.blazor-modal-close-button:hover[b-74buiv8yuo] {
    background: red;
    color: white;
}

.blazor-modal-body[b-74buiv8yuo] {
     padding: 15px;
}

.blazor-modal-footer[b-74buiv8yuo] {
    background-color: var(--info-bkgnd);
    padding: 15px;
}
/* /Components/CheckboxList.razor.rz.scp.css */
.checkbox-list[b-cnyk9z5ojt] {
    margin: 1rem auto;
}

.checkbox-item[b-cnyk9z5ojt] {
    padding: 0.25rem;
}
/* /Components/MainLayout.razor.rz.scp.css */


.main[b-8s15cqdxh7] { flex: 1; }

.top-row[b-8s15cqdxh7] {
    align-items: center;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    height: 3.5rem;
    justify-content: flex-end;
}

.top-row[b-8s15cqdxh7]  a, .top-row .btn-link[b-8s15cqdxh7] {
    margin-left: 1.5rem;
    white-space: nowrap;
}

.top-row a:first-child[b-8s15cqdxh7] {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* /Components/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rr5nkap9vj] { background-color: rgba(255, 255, 255, 0.1); }

.top-row[b-rr5nkap9vj] {
    background-color: rgba(0, 0, 0, 0.4);
    height: 3.5rem;
}

.navbar-brand[b-rr5nkap9vj] {
    font-size: 1.5rem;
    color: goldenrod;
    font-weight: bold;
}

.oi[b-rr5nkap9vj] {
    font-size: 1.1rem;
    top: -2px;
    vertical-align: text-top;
    width: 2rem;
}

.nav-item[b-rr5nkap9vj] {
    font-size: 0.8rem;
    padding: 0;
}

.nav-item:first-of-type[b-rr5nkap9vj] { padding-top: 0; }

.nav-item:last-of-type[b-rr5nkap9vj] { padding-bottom: 0; }

.nav-item[b-rr5nkap9vj]  a {
    align-items: center;
    color: #d7d7d7;
    display: flex;
    height: 1.5rem;
}

.nav-item[b-rr5nkap9vj]  a.active {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}

.nav-item[b-rr5nkap9vj]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.home-item[b-rr5nkap9vj] { margin-bottom: 0.25rem; }

.nav-link[b-rr5nkap9vj] { padding: 0 1rem; }

.rz-textbox[b-rr5nkap9vj] {
    background: var(--darker-brand);
    color: white;
}











@media (min-width: 641px) {
    .navbar-toggler[b-rr5nkap9vj] { display: none; }

    .collapse[b-rr5nkap9vj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Components/UnauthLayout.razor.rz.scp.css */
.main[b-d8mn2aiygo] { flex: 1; }

.top-row[b-d8mn2aiygo] {
    align-items: center;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    height: 3.5rem;
    justify-content: flex-end;
}

.top-row[b-d8mn2aiygo]  a, .top-row .btn-link[b-d8mn2aiygo] {
    margin-left: 1.5rem;
    white-space: nowrap;
}

.top-row a:first-child[b-d8mn2aiygo] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-d8mn2aiygo] {
        display: none;
    }

    .top-row.auth[b-d8mn2aiygo] {
        justify-content: space-between;
    }

    .top-row a[b-d8mn2aiygo], .top-row .btn-link[b-d8mn2aiygo] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-d8mn2aiygo] {
        flex-direction: row;
    }


    .top-row[b-d8mn2aiygo] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-d8mn2aiygo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/UserDetailsView.razor.rz.scp.css */
.account-info-tbl td:last-child[b-uk68heg8eb] {
    font-size: 125%;
}
/* /Components/WizardLayout.razor.rz.scp.css */
.main[b-fwhmjcrd5e] { flex: 1; }

.sidebar[b-fwhmjcrd5e] {
    background: var(--normal-brand);
}

.top-row[b-fwhmjcrd5e] {
    align-items: center;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    height: 3.5rem;
    justify-content: flex-end;
}

.top-row a[b-fwhmjcrd5e], .top-row .btn-link[b-fwhmjcrd5e] {
    margin-left: 1.5rem;
    white-space: nowrap;
}


.top-row a:first-child[b-fwhmjcrd5e] {
    overflow: hidden;
    text-overflow: ellipsis;
}



.rz-panel-menu .rz-navigation-item-wrapper:hover[b-fwhmjcrd5e] {
    background-color: var(--menu-hover-bkgnd);
}


/*spinner*/

#cover-spin[b-fwhmjcrd5e] {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: block;
}



@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}



@keyframes spin-b-fwhmjcrd5e {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


#cover-spin[b-fwhmjcrd5e]:after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin-b-fwhmjcrd5e .8s linear infinite;
}


/* /Components/WizardNavigationSteps.razor.rz.scp.css */
.progress-indicator[b-fwnjpxaqa6] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.progress-indicator > li[b-fwnjpxaqa6] {
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
}

.progress-indicator > li[b-fwnjpxaqa6] {
    list-style: none;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
    color: var(--primary-brand);
    display: block;
}


.progress-indicator > li .bubble[b-fwnjpxaqa6] {
    border-radius: 1000px;
    width: 40px;
    height: 40px;
    background-color: var(--primary-brand);
    display: block;
    margin: 0 auto 0 auto;
    border-bottom: 1px solid #888;
}

.progress-indicator > li .bubble[b-fwnjpxaqa6]:after, .progress-indicator > li .bubble[b-fwnjpxaqa6]:before {
    display: block;
    position: absolute;
    top: 18px;
    width: 100%;
    height: 8px;
    content: '';
    background-color: var(--primary-brand);
}




.progress-indicator > li > a:hover[b-fwnjpxaqa6] {
    text-decoration: none;
    background: #efefef;
}

.progress-indicator > li.active[b-fwnjpxaqa6],
.progress-indicator > li.active a[b-fwnjpxaqa6] { color: #000; }

.progress-indicator > li.disabled[b-fwnjpxaqa6],
.progress-indicator > li.disabled a[b-fwnjpxaqa6] {
    color: var(--lighter-brand);
    cursor: not-allowed;
}


.progress-indicator > li.disabled[b-fwnjpxaqa6],
.progress-indicator > li.disabled .bubble[b-fwnjpxaqa6] {
     color: var(--ultralight-brand);
}

.progress-indicator > li.disabled .bubble[b-fwnjpxaqa6],
.progress-indicator > li.disabled .bubble[b-fwnjpxaqa6]:after,
.progress-indicator > li.disabled .bubble[b-fwnjpxaqa6]:before {
    background-color: var(--ultralight-brand);
    border-color: #999;
}


.progress-indicator > li.completed[b-fwnjpxaqa6], .progress-indicator > li.completed .bubble[b-fwnjpxaqa6] {
     color: #65d074;
}

.progress-indicator > li.completed .bubble[b-fwnjpxaqa6], .progress-indicator > li.completed .bubble[b-fwnjpxaqa6]:after, .progress-indicator > li.completed .bubble[b-fwnjpxaqa6]:before {
    background-color: #65d074;
    border-color: #247830;
}


.progress-indicator > li.active .bubble[b-fwnjpxaqa6], .progress-indicator > li.active .bubble[b-fwnjpxaqa6]:after, .progress-indicator > li.active .bubble[b-fwnjpxaqa6]:before {
    background-color: #000;
    border-color: #122a3f;
    border-radius: 5px;
}



.progress-indicator > li:last-child .bubble[b-fwnjpxaqa6]:after, .progress-indicator > li:last-child .bubble[b-fwnjpxaqa6]:before {
    width: 50%;
    margin-right: 50%;
}

.progress-indicator > li:first-child .bubble[b-fwnjpxaqa6]:after, .progress-indicator > li:first-child .bubble[b-fwnjpxaqa6]:before {
    width: 50%;
    margin-left: 50%;
}


.progress-indicator > li .bubble[b-fwnjpxaqa6]:before { left: 0; }

.progress-indicator > li .bubble[b-fwnjpxaqa6]:after { right: 0; }
/* /Pages/Education/CourseBands.razor.rz.scp.css */
/* /Pages/User/Account.razor.rz.scp.css */

.account-info[b-wzmc78u0zl] {
    margin: 1rem 0;
}

.account-info-tbl td:first-child[b-wzmc78u0zl] {
    font-size: 85%;
    opacity: 0.75;
    color: navy;
}
/* /Pages/Wizard/NewProviderSection.razor.rz.scp.css */
.grid-container[b-mzhlf66l6c] {
    display: grid;
    grid-template-columns: 400px 400px;
    padding: 2px;
}

.grid-container > div[b-mzhlf66l6c] { border: 1px solid black; }
