/* /Components/CheckboxList.razor.rz.scp.css */
.custom-checkbox[b-h8zs8ozdlw] {
    position: relative;
}

    .custom-checkbox input[b-h8zs8ozdlw] {
        position: absolute;
        left: 0;
        top: 0;
        height: 15px;
        width: 50px; /* Expand the checkbox so that it covers */
        z-index: 1; /* the label and span, increase z-index to bring it over */
        opacity: 0; /* the label and set opacity to 0 to hide it. */
    }

        .custom-checkbox input + label[b-h8zs8ozdlw] {
            position: relative;
            left: 0;
            top: 0;
            padding-left: 25px;
            color: black;
        }

            .custom-checkbox input + label span[b-h8zs8ozdlw] {
                position: absolute; /* a small box to display as checkbox */
                left: 0;
                top: 0;
                height: 15px;
                width: 15px;
                border-radius: 2px;
                border: 1px solid black;
                background-color: white;
            }

        .custom-checkbox input:checked + label[b-h8zs8ozdlw] { /* change label color when checked */
            /*color: orange;*/
            font-weight: bold;
        }
            .custom-checkbox input:checked + label span[b-h8zs8ozdlw] { /* change span box color when checked */
                background-color: dodgerblue;
                border: 1px solid dodgerblue;
            }
/* /Components/ModalLocale.razor.rz.scp.css */
.autocomplete[b-f5ty3eu65l] {
    position: relative;
    .options

{
    position: absolute;
    top: 40px;
    left: 0;
    background: white;
    width: 100%;
    padding: 0;
    z-index: 10;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    box-shadow: 0 30px 25px 8px rgb(0,0,0,0.1);
}

.option[b-f5ty3eu65l] {
    display: block;
    padding: 0.25rem;
    .option-text

{
    padding: 0.25rem 0.5rem;
}

&:hover[b-f5ty3eu65l] {
    background: #1E90FF;
    color: #fff;
}

&.disabled[b-f5ty3eu65l] {
    background-color: lightgrey;
    cursor: not-allowed;
    &:hover

{
    background: lightgrey;
    color: var(--bs-body);
}

}
}
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-wyta4ntbz6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wyta4ntbz6] {
    flex: 1;
}

.sidebar[b-wyta4ntbz6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wyta4ntbz6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wyta4ntbz6]  a, .top-row[b-wyta4ntbz6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-wyta4ntbz6]  a:hover, .top-row[b-wyta4ntbz6]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-wyta4ntbz6]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-wyta4ntbz6] {
        display: none;
    }

    .top-row.auth[b-wyta4ntbz6] {
        justify-content: space-between;
    }

    .top-row[b-wyta4ntbz6]  a, .top-row[b-wyta4ntbz6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wyta4ntbz6] {
        flex-direction: row;
    }

    .sidebar[b-wyta4ntbz6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wyta4ntbz6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-wyta4ntbz6]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-wyta4ntbz6], article[b-wyta4ntbz6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hp0v3ssvwn] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-hp0v3ssvwn] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-hp0v3ssvwn] {
    font-size: 1.1rem;
}

.oi[b-hp0v3ssvwn] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-hp0v3ssvwn] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hp0v3ssvwn] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hp0v3ssvwn] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hp0v3ssvwn]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-hp0v3ssvwn]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-hp0v3ssvwn]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hp0v3ssvwn] {
        display: none;
    }

    .collapse[b-hp0v3ssvwn] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-hp0v3ssvwn] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
