/* _content/WebTranslator/Pages/Index.razor.rz.scp.css */
.sidebar[b-zfc0e9l8v1] {
    min-width: 250px;
    /*height: 100%;*/
    position: sticky;
    top: 0;
    background-image: linear-gradient(180deg, #f21600 35%, #797979 100%);
}
/* _content/WebTranslator/Shared/MainLayout.razor.rz.scp.css */
.page[b-5wqbdo85vn] {
    height: 100vh;
    overflow-y: hidden;
}

.rel[b-5wqbdo85vn] {
    position: relative;
    display: flex;
}

.pageTitle[b-5wqbdo85vn] {
    margin: auto;
}

.top-row[b-5wqbdo85vn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    /*justify-content: flex-end;*/
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row a:first-child[b-5wqbdo85vn] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.content[b-5wqbdo85vn] {
    height: 100%;
}

/*@media (min-width: 641px) {
    .page {
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}*/
/* _content/WebTranslator/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-obt7z78n5b] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-obt7z78n5b] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-obt7z78n5b] {
    font-size: 1.1rem;
}

.oi[b-obt7z78n5b] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-obt7z78n5b] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-obt7z78n5b] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-obt7z78n5b] {
        padding-bottom: 1rem;
    }

    .nav-item[b-obt7z78n5b]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-obt7z78n5b]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-obt7z78n5b]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-obt7z78n5b] {
        display: none;
    }

    .collapse[b-obt7z78n5b] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-obt7z78n5b] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/WebTranslator/Shared/ToolSelector.razor.rz.scp.css */
.tool-btn[b-owtpu9kvg8] {
    border-color: lightgray;
    color: white;
}

.bg-select[b-owtpu9kvg8] {
    background-color: lightcoral !important;
}
