@import '_content/JadeBlazorUI/JadeBlazorUI.plcy0nyaj9.bundle.scp.css';

/* _content/JadeUI/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7eepe5nlfc] {
    overflow: hidden;
}

.MainLayout__header[b-7eepe5nlfc] {
    display: flex;
    gap: 40px;
    padding: 10px;
}

.MainLayout__header--logo[b-7eepe5nlfc] {
    flex: 0 0 120px;
}

.MainLayout__header--search[b-7eepe5nlfc] {
    flex: 1 1;
}

.MainLayout__header--login[b-7eepe5nlfc] {
    flex-grow: 0;
}

.unauthorized__main[b-7eepe5nlfc] {
    margin: auto;
    text-align: center;
}

.footer__nav[b-7eepe5nlfc] {
    position: relative;
    overflow: hidden;
}

.footer__nav ul[b-7eepe5nlfc] {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -1px;
    list-style: none;
}

.footer__nav li[b-7eepe5nlfc] {
    flex-grow: 1;
    flex-basis: auto;
    margin: .25em 0;
    padding: 0 1em;
    text-align: center;
    border-left: 1px solid var(--kendo-color-primary-on-subtle);
}
.footer__nav li[b-7eepe5nlfc]  a, .footer__links li[b-7eepe5nlfc]  a {
    color: var(--kendo-color-tertiary);
    text-decoration: none;
}
.footer__nav li[b-7eepe5nlfc]  a:hover, .footer__links li[b-7eepe5nlfc]  a:hover {
    color: var(--kendo-color-tertiary-hover);
}

.footer__links--wrapper[b-7eepe5nlfc] {
    display: flex;
    width: 10rem;
    margin-left: auto;
    justify-items: flex-end;
}
.footer__links[b-7eepe5nlfc] {
    text-align: left;
    list-style-type: none;
    line-height: 1.5em;
    padding-inline-start: 0;
    width: 10rem;
}

.footer__links li[b-7eepe5nlfc]  a {
    margin-left: 0.5em;
}


.footer__item[b-7eepe5nlfc] {
    display: flex;
    align-items: center;
}
    .footer__item[b-7eepe5nlfc]:before {
        font-family: "Material Symbols Outlined";
        font-size: 1.3em;
    }
    .footer__item--help[b-7eepe5nlfc]:before {
        content: "help"; /* Help Symbol */
    }
    .footer__item--wiki[b-7eepe5nlfc]:before {
        content: "dictionary"; /* Dictionary Symbol */
    }
    .footer__item--glossary[b-7eepe5nlfc]:before {
        content: "spellcheck"; /* Spellcheck Symbol */
    }
    .footer__item--staging[b-7eepe5nlfc]:before {
        content: "experiment"; /* Experiment Symbol */
    }

/* _content/JadeUI/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0anhfm8mii] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-0anhfm8mii] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-0anhfm8mii] {
    font-size: 1.1rem;
}

.oi[b-0anhfm8mii] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-0anhfm8mii] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0anhfm8mii] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0anhfm8mii] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0anhfm8mii]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-0anhfm8mii]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-0anhfm8mii]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-0anhfm8mii] {
        display: none;
    }

    .collapse[b-0anhfm8mii] {
         Never collapse the sidebar for wide screens 
        display: block;
    }
    
    .nav-scrollable[b-0anhfm8mii] {
         Allow sidebar to scroll for tall menus 
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
