@import '_content/BciRazorLibrary/BciRazorLibrary.7li8h2e8aa.bundle.scp.css';
@import '_content/BciRazorSchedule/BciRazorSchedule.xllcwlkesw.bundle.scp.css';
@import '_content/BciRazorSettings/BciRazorSettings.55lby9unjj.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/BciApplicationLayout/Pages/Settings/SectionUsers/UserAccess.razor.rz.scp.css */
    input[type="checkbox"][b-wujpr5ss7z] {
            -webkit-appearance: initial;
        }

    input[type="checkbox"]:not(:checked)[b-wujpr5ss7z] {
         padding: 7px;
         border: 1px solid gray;
         border-radius: 3px;
         margin-bottom: -4px;
    }
    input[type="checkbox"]:checked[b-wujpr5ss7z]:after {
         content: '✕';
         color: #fff;
         font-weight: bold;
         font-size: xx-small;
         background-color: #1e90ff;
         padding: 2px 4px 2px 4px;
         border-radius: 3px;
    }

    input[type="radio"][b-wujpr5ss7z] {
        -webkit-appearance: initial;
    }

    input[type="radio"]:not(:checked)[b-wujpr5ss7z] {
         padding: 7px;
         border: 1px solid gray;
         border-radius: 50%;
         margin-bottom: -4px;
    }
    input[type="radio"]:checked[b-wujpr5ss7z]:after {
         content: '✕';
         color: #fff;
         font-weight: bold;
         font-size: x-small;
         background-color: #1e90ff;
         padding:2px 4px 2px 4px;
         border-radius: 50%;
    }
/* _content/BciApplicationLayout/Pages/Settings/SectionUsers/UserAccessList.razor.rz.scp.css */
input[type="checkbox"][b-3eyt3j8at5] {
    -webkit-appearance: initial;
}

    input[type="checkbox"]:not(:checked)[b-3eyt3j8at5] {
        padding: 7px;
        border: 1px solid gray;
        border-radius: 3px;
        margin-bottom: -4px;
    }

    input[type="checkbox"]:checked[b-3eyt3j8at5]:after {
        content: '✕';
        color: #fff;
        font-weight: bold;
        font-size: xx-small;
        background-color: #1e90ff;
        padding: 2px 4px 2px 4px;
        border-radius: 3px;
    }

input[type="radio"][b-3eyt3j8at5] {
    -webkit-appearance: initial;
}

    input[type="radio"]:not(:checked)[b-3eyt3j8at5] {
        padding: 7px;
        border: 1px solid gray;
        border-radius: 50%;
        margin-bottom: -4px;
    }

    input[type="radio"]:checked[b-3eyt3j8at5]:after {
        content: '✕';
        color: #fff;
        font-weight: bold;
        font-size: x-small;
        background-color: #1e90ff;
        padding: 2px 4px 2px 4px;
        border-radius: 50%;
    }
/* _content/BciApplicationLayout/Shared/MainLayout.razor.rz.scp.css */
.page[b-jzlv6886en] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jzlv6886en] {
    flex: 1;
}

.sidebar[b-jzlv6886en] {
    background-color: #1e1f21;
    padding: 24px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

    .sidebar .active[b-jzlv6886en] {
        background-color: rgb(109,110,111);
    }
.top-row[b-jzlv6886en] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jzlv6886en]  a, .top-row .btn-link[b-jzlv6886en] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-jzlv6886en] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-jzlv6886en] {
        display: none;
    }

    .top-row.auth[b-jzlv6886en] {
        justify-content: space-between;
    }

    .top-row a[b-jzlv6886en], .top-row .btn-link[b-jzlv6886en] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jzlv6886en] {
        flex-direction: row;
    }

    .sidebar[b-jzlv6886en] {
        width: 240px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jzlv6886en] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-jzlv6886en], article[b-jzlv6886en] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/BciApplicationLayout/Shared/NavMenu.razor.rz.scp.css */


.sidebar-item[b-qtcn375ery] {
    line-height: 34px;
}

 
    .sidebar-item:hover[b-qtcn375ery], .SidebarItemRow:focus[b-qtcn375ery], .DragContainer--isDragging .SidebarItemRow[b-qtcn375ery] {
        background-color: rgba(255,255,255,.08)
    }

    .sidebar-item.is-selected[b-qtcn375ery] {
        background-color: rgba(255,255,255,.16)
    }

        .sidebar-item.is-selected:hover[b-qtcn375ery], .sidebar-item.is-selected:focus[b-qtcn375ery] {
            background-color: rgba(255,255,255,.2)
        }
