/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-q2e7puznds] {
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: 'Times New Roman', Times, serif;
}

.main[b-q2e7puznds] {
    flex: 1;
}

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

.footer[b-q2e7puznds] {
    text-align: right;
}

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

    .top-row[b-q2e7puznds]  a, .top-row .btn-link[b-q2e7puznds] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-q2e7puznds] {
        display: none;
    }

    .top-row.auth[b-q2e7puznds] {
        justify-content: space-between;
    }

    .top-row a[b-q2e7puznds], .top-row .btn-link[b-q2e7puznds] {
        margin-left: 0;
    }
}

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

    .sidebar[b-q2e7puznds] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-q2e7puznds] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-q2e7puznds] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vcz1bjiznq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-vcz1bjiznq] {
    height: 3.5rem;
    background-color: #0c2a8d;
}

.nav-topmenu[b-vcz1bjiznq]  a {
    color: #3d49d1;
    height: 2.0rem;
    align-items: center;
    line-height: 3rem;
    font-size: 1.4rem;
    padding-bottom: 0.1rem;
}

    .nav-topmenu[b-vcz1bjiznq]  a:hover {
        background-color: rgb(144 213 228);
        color: #3d49d1;
    }

.menu[b-vcz1bjiznq] {
    font-size: 1.2rem;
    color:red;
}
.navbar-brand[b-vcz1bjiznq] {
    font-size: 1.2rem;
    background-color: rgb(9 30 130);
    color: #ffffff;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}


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

.nav-item[b-vcz1bjiznq] {
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
    padding-top: 1.5rem;
}


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

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

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

        .nav-item[b-vcz1bjiznq]  a.active {
            background-color: rgb(176 239 158);
            color: #000000;
        }

        .nav-item[b-vcz1bjiznq]  a:hover {
            background-color: rgb(144 213 228);
            color: #3d49d1;
        }

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

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