/* _content/WWCGWeb/Components/MyMultiSelect.razor.rz.scp.css */
.multi-select[b-293pt4meg8] {
    --bb-multi-select-min-height: 35px;
    --bb-multi-select-max-height: 65px;
    --bb-multi-select-button-bg-color: #e9ecef;
    --bb-multi-select-button-hover-bg-color: #dee2e6;
    --bb-multi-select-item-margin-x: 3px;
    --bb-multi-select-item-margin-y: 3px;
    --bb-multi-select-item-padding: 2px 6px;
    --bb-multi-select-item-max-width: 130px;
    width: 100%;
    position: relative;
}

    .multi-select .dropdown-toggle[b-293pt4meg8] {
        border: 1px solid var(--bs-border-color);
        border-radius: var(--bs-border-radius);
        min-height: var(--bb-multi-select-min-height);
        max-height: var(--bb-multi-select-max-height);
        overflow: auto;
        cursor: pointer;
        transition: border 0.15s ease-in-out;
    }

        .multi-select .dropdown-toggle:not(.disabled):hover[b-293pt4meg8] {
            border: 1px solid var(--bb-border-hover-color);
        }

        .multi-select .dropdown-toggle.disabled[b-293pt4meg8] {
            background-color: var(--bb-disabled-bg);
        }

            .multi-select .dropdown-toggle.disabled .multi-select-item-group[b-293pt4meg8] {
                opacity: var(--bb-disabled-opactiy);
            }

    .multi-select .multi-select-item-group[b-293pt4meg8] {
        margin-right: var(--bb-multi-select-item-margin-x);
        margin-bottom: var(--bb-multi-select-item-margin-y);
    }

    .multi-select .multi-select-items[b-293pt4meg8] {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        padding-top: var(--bb-multi-select-item-margin-y);
        padding-left: var(--bb-multi-select-item-margin-x);
    }

        .multi-select .multi-select-items span[b-293pt4meg8] {
            border: solid 1px var(--bs-border-color);
            border-radius: var(--bs-border-radius);
            padding: var(--bb-multi-select-item-padding);
            background-color: var(--bb-multi-select-button-bg-color);
        }

        .multi-select .multi-select-items .multi-select-item[b-293pt4meg8] {
            display: inline-block;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            max-width: var(--bb-multi-select-item-max-width);
        }

        .multi-select .multi-select-items .multi-select-item-group[b-293pt4meg8] {
            display: inline-flex;
            position: relative;
        }

        .multi-select .multi-select-items .multi-select-close[b-293pt4meg8] {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            margin-right: -1px;
            transition: color .3s linear, background-color .3s linear;
        }

    .multi-select :not(.disabled) .multi-select-items .multi-select-close:hover[b-293pt4meg8] {
        background-color: var(--bb-multi-select-button-hover-bg-color);
    }

    .multi-select .multi-select-ph[b-293pt4meg8] {
        padding: 0 1rem;
        color: #c0c4cc;
        line-height: var(--bb-height);
        position: absolute;
    }

.dropdown-menu .toolbar[b-293pt4meg8] {
    --bb-multi-select-toolbar-padding: 6px 10px;
    --bb-multi-select-toolbar-button-padding: 3px 10px;
    padding: var(--bb-multi-select-toolbar-padding);
    white-space: nowrap;
}

    .dropdown-menu .toolbar .btn[b-293pt4meg8] {
        padding: var(--bb-multi-select-toolbar-button-padding);
        border: 1px solid var(--bs-border-color);
        transition: border-color .3s linear, color .3s linear;
    }

        .dropdown-menu .toolbar .btn:hover[b-293pt4meg8] {
            border: 1px solid var(--bb-border-hover-color);
            color: var(--bs-primary);
        }

        .dropdown-menu .toolbar .btn:not(:last-child)[b-293pt4meg8] {
            margin-right: .5rem;
        }

.dropdown-item .multi-select-item[b-293pt4meg8] {
    display: flex;
    align-items: center;
}

    .dropdown-item .multi-select-item > span[b-293pt4meg8] {
        margin-left: 0.75rem;
    }
/* _content/WWCGWeb/Shared/MainLayout.razor.rz.scp.css */
.page[b-nxvdw7cb5i] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nxvdw7cb5i] {
    flex: 1;
}

.content[b-nxvdw7cb5i] {
    margin-bottom:50px;
}

.sidebar[b-nxvdw7cb5i] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    width:250px;
}

.top-row[b-nxvdw7cb5i] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-nxvdw7cb5i]  a, .top-row .btn-link[b-nxvdw7cb5i] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-nxvdw7cb5i] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-nxvdw7cb5i] {
        display: none;
    }

    .top-row.auth[b-nxvdw7cb5i] {
        justify-content: space-between;
    }

    .top-row a[b-nxvdw7cb5i], .top-row .btn-link[b-nxvdw7cb5i] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-nxvdw7cb5i] {
        flex-direction: row;
    }

    .sidebar[b-nxvdw7cb5i] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-nxvdw7cb5i] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-nxvdw7cb5i], article[b-nxvdw7cb5i] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.footer[b-nxvdw7cb5i] {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 40px;
    background-color: #eee;
    justify-content: center;
}
/* _content/WWCGWeb/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1rtwdjt3ih] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-1rtwdjt3ih] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-1rtwdjt3ih] {
    font-size: 1.1rem;
}

.oi[b-1rtwdjt3ih] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-1rtwdjt3ih] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-1rtwdjt3ih] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-1rtwdjt3ih] {
        padding-bottom: 1rem;
    }

    .nav-item[b-1rtwdjt3ih]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-1rtwdjt3ih]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-1rtwdjt3ih]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-1rtwdjt3ih] {
        display: none;
    }

    .collapse[b-1rtwdjt3ih] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-1rtwdjt3ih] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        
    }
}

.nav-scrollable[b-1rtwdjt3ih] {
    width: 250px;
    margin-bottom:50px;
}
