/* /Layout/Header.razor.rz.scp.css */
.header[b-0r1zyj6057] {
    position: sticky;
    top: 0;
    z-index: 2;
    width: 100%;
    background-color: rgb(26 24 42);
    height: 3rem;
}

.linkbutton[b-0r1zyj6057] {
    display: inline-block;
    color: white;
    cursor: pointer;
    font-family: Arial;
    font-size: large;
    text-align: left;
    text-decoration: none;
    padding: .05em 1em .05em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

    .linkbutton:hover[b-0r1zyj6057] {
        font-weight: bold;
        color: white;
        padding: .05em 0.8em .05em;
    }

.e-appbar.e-dark[b-0r1zyj6057] {
    background-color: rgb(26 24 42);
}

.e-menu-container[b-0r1zyj6057], .e-ul .e-menu-item[b-0r1zyj6057],
.e-menu-container.e-menu-popup[b-0r1zyj6057],
.e-dropdown-popup[b-0r1zyj6057] {
    border-radius: 2px;
}

.e-dropdown-btn[b-0r1zyj6057] {
    background-color: transparent;
}




/* /Layout/HeaderMenu.razor.rz.scp.css */
.header[b-u81j7ly9ra] {
    position: sticky;
    top: 0;
    z-index: 2;
    width: 100%;
    background-color: rgb(26 24 42);
    height: 3rem;
}

.linkbutton[b-u81j7ly9ra] {
    display: inline-block;
    color: white;
    cursor: pointer;
    font-family: Arial;
    font-size: large;
    text-align: left;
    text-decoration: none;
    padding: .05em 1em .05em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

    .linkbutton:hover[b-u81j7ly9ra] {
        font-weight: bold;
        color: white;
        padding: .05em 0.8em .05em;
    }

.e-appbar.e-dark[b-u81j7ly9ra] {
    background-color: rgb(26 24 42);
}

.e-menu-container[b-u81j7ly9ra], .e-ul .e-menu-item[b-u81j7ly9ra],
.e-menu-container.e-menu-popup[b-u81j7ly9ra],
.e-dropdown-popup[b-u81j7ly9ra] {
    border-radius: 2px;
}

.e-dropdown-btn[b-u81j7ly9ra] {
    background-color: transparent;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-2ei9sx6pvb] {
    /*  position: relative;
    display: flex;
    flex-direction: column;*/
    background-color: #f8f9fa;
}

main[b-2ei9sx6pvb] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
/* /Layout/NavBar.razor.rz.scp.css */
:root[b-89cbc6vk5u] {
    --color_success: #26a14b;
    --color_error: #cb1425;
    --color_sidebarback: rgb(26 24 42);
    --color_txt_ondark: whitesmoke;
}


/*.sidebar {*/
/*    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
/*position: absolute;
    background-image: none;
    background-color: inherit;*/ /*var(--color_sidebarback, rgb(26 24 42));*/
/*}*/

.navbar-toggler[b-89cbc6vk5u] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

.nav-item[b-89cbc6vk5u] {
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

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

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

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

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

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

.brand-hidden[b-89cbc6vk5u] {
    display: none;
}

@media (max-width:299.98px) {
    .sidebar[b-89cbc6vk5u] {
        display: none;
    }
}

@media (min-width: 300px) {
    /*    .navbar-toggler {
display: none;
*/
}

.collapse[b-89cbc6vk5u] {
    /*         Never collapse the sidebar for wide screens */
    /*        display: block;*/
}
}
