/* /Components/CleanUpStaffComponent.razor.rz.scp.css */
.cs-numbers[b-z1y2er9jce]{
    border-left: 1px solid #d3d3d3;
    padding-left: 20px;
}
.cs-numbers td[b-z1y2er9jce], .cs-numbers th[b-z1y2er9jce] {
    padding: 5px;
}
/* /Pages/CleanUpFormCorporate.razor.rz.scp.css */
[b-pkn95nbpf2] .k-form .k-form-fieldset {
    margin: 0 0 2em 0;
}
[b-pkn95nbpf2] .cs-back {
    border-radius: 50%;
}
[b-pkn95nbpf2] .cs-back:hover .k-icon{
   filter: brightness(0) invert(1);
}
[b-pkn95nbpf2] .k-form {
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: 100%;
}

[b-pkn95nbpf2] .k-form > .k-form-layout {
    display: flex;
    flex-direction: column;
    overflow: auto;
    flex: 1 1 auto;
    padding-right: 1rem;
}
[b-pkn95nbpf2] .k-form-field label {
    margin-bottom: 0px;
    display: flex;
    flex-flow: row nowrap;
}
[b-pkn95nbpf2] .k-form-buttons button {
    border-color: #37b400;
    color: #fff;
    background-color: #37b400;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.02));
}
[b-pkn95nbpf2] .k-form-buttons {
    justify-content: flex-end;
    border-top: 1px solid #ddd;
    padding-top: 1rem;
}
/* /Pages/CleanUpFormObp.razor.rz.scp.css */
[b-cnr4zeimwx] .k-form .k-form-fieldset {
    margin: 0 0 2em 0;
}
[b-cnr4zeimwx] .cs-back {
    border-radius: 50%;
}
[b-cnr4zeimwx] .cs-back:hover .k-icon{
   filter: brightness(0) invert(1);
}
[b-cnr4zeimwx] .k-form {
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: 100%;
}

[b-cnr4zeimwx] .k-form > .k-form-layout {
    display: flex;
    flex-direction: column;
    overflow: auto;
    flex: 1 1 auto;
    padding-right: 1rem;
}
[b-cnr4zeimwx] .k-form-field label {
    margin-bottom: 0px;
    display: flex;
    flex-flow: row nowrap;
}
[b-cnr4zeimwx] .k-form-buttons button {
    border-color: #37b400;
    color: #fff;
    background-color: #37b400;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.02));
}
[b-cnr4zeimwx] .k-form-buttons {
    justify-content: flex-end;
    border-top: 1px solid #ddd;
    padding-top: 1rem;
}
/* /Pages/CleanUpFormVerra.razor.rz.scp.css */
[b-mwll2duo1x] .k-form .k-form-fieldset {
    margin: 0 0 2em 0;
}
[b-mwll2duo1x] .cs-back {
    border-radius: 50%;
}
[b-mwll2duo1x] .cs-back:hover .k-icon{
   filter: brightness(0) invert(1);
}
[b-mwll2duo1x] .k-form {
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: 100%;
}

[b-mwll2duo1x] .k-form > .k-form-layout {
    display: flex;
    flex-direction: column;
    overflow: auto;
    flex: 1 1 auto;
    padding-right: 1rem;
}
[b-mwll2duo1x] .k-form-field label {
    margin-bottom: 0px;
    display: flex;
    flex-flow: row nowrap;
}
[b-mwll2duo1x] .k-form-buttons button {
    border-color: #37b400;
    color: #fff;
    background-color: #37b400;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.02));
}
[b-mwll2duo1x] .k-form-buttons {
    justify-content: flex-end;
    border-top: 1px solid #ddd;
    padding-top: 1rem;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-9u0xvt0aia] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9u0xvt0aia] {
    flex: 1;
}

.sidebar[b-9u0xvt0aia] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9u0xvt0aia] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9u0xvt0aia]  a, .top-row[b-9u0xvt0aia]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-9u0xvt0aia]  a:hover, .top-row[b-9u0xvt0aia]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-9u0xvt0aia]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-9u0xvt0aia] {
        display: none;
    }

    .top-row.auth[b-9u0xvt0aia] {
        justify-content: space-between;
    }

    .top-row[b-9u0xvt0aia]  a, .top-row[b-9u0xvt0aia]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9u0xvt0aia] {
        flex-direction: row;
    }

    .sidebar[b-9u0xvt0aia] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9u0xvt0aia] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9u0xvt0aia]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9u0xvt0aia], article[b-9u0xvt0aia] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-81dt5hhhsv] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-81dt5hhhsv] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-81dt5hhhsv] {
    font-size: 1.1rem;
}

.oi[b-81dt5hhhsv] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-81dt5hhhsv] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-81dt5hhhsv] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-81dt5hhhsv] {
        padding-bottom: 1rem;
    }

    .nav-item[b-81dt5hhhsv]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-81dt5hhhsv]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-81dt5hhhsv]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-81dt5hhhsv] {
        display: none;
    }

    .collapse[b-81dt5hhhsv] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-81dt5hhhsv] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
