/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-g2n2hft1my] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-g2n2hft1my] {
    flex: 1;
    background: #F9F9F9;
}

.sidebar[b-g2n2hft1my] {
  
   
    /* background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

    .sidebar[b-g2n2hft1my]::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
.sidebar[b-g2n2hft1my] {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.top-row[b-g2n2hft1my] {
    /*background-color: #f9fafb;*/
    background: #FFFFFF;
    /* border-bottom: 1px solid #d6d5d5;*/
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-g2n2hft1my]  a, .top-row[b-g2n2hft1my]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-g2n2hft1my]  a:hover, .top-row[b-g2n2hft1my]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-g2n2hft1my]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-g2n2hft1my] {
        display: none;
    }

    .top-row.auth[b-g2n2hft1my] {
        justify-content: space-between;
    }

    .top-row[b-g2n2hft1my]  a, .top-row[b-g2n2hft1my]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-g2n2hft1my] {

        flex-direction: row;
    }

    .sidebar[b-g2n2hft1my] {
        width: auto;
        height: 100vh;
        position: sticky;
        top: 0;
       
    }

    .top-row[b-g2n2hft1my] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-g2n2hft1my]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-g2n2hft1my], article[b-g2n2hft1my] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-i2z7d0droq] {
    background: #112855 !important;
}

.top-row[b-i2z7d0droq] {
    height: 5.5rem;
    background: #FFFFFF;
}

.navbar-brand[b-i2z7d0droq] {
    font-size: 1.1rem;
}

.oi[b-i2z7d0droq] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-i2z7d0droq] {
    font-size: 12px;
    padding-bottom: 0.5rem;
    background: #FFFFFF;
}

    .nav-item:first-of-type[b-i2z7d0droq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-i2z7d0droq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-i2z7d0droq]  a {
        color: #232323;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        /*line-height: 24px;*/
    }

        .nav-item[b-i2z7d0droq]  a.active {
            background-color: #112855;
            color: #FABB18;
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            border-left: 6px solid #FABB18;
        }

.dropdown-menu[b-i2z7d0droq] {
    background: #112855;
    border-radius: 0px;
}


.dropdown.show::deep active[b-i2z7d0droq] {
    background: #112855;
    color: #FFFFFF !important;
}

.dropdown.show[b-i2z7d0droq]  a {
    color: #FFFFFF !important;
}

.dropdown[b-i2z7d0droq]  a {
    background: #112855;
    color: #FFFFFF !important;
}

    .dropdown[b-i2z7d0droq]  a.active {
        background: #112855;
        color: #FABB18 !important;
        border-left: 6px solid #FABB18;
    }

.dropdown-menu.show[b-i2z7d0droq]  a {
    display: block;
    background: #112855;
    color: #FFFFFF !important;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

    .dropdown-menu.show[b-i2z7d0droq]  a.active {
        display: block;
        background: #112855;
        color: #FABB18 !important;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        border-left: 6px solid #FABB18;
    }

.nav-item[b-i2z7d0droq]  a:hover {
    background-color: rgba(255,255,255,0.25);
    color: #FABB18;
}

.dropdown.show[b-i2z7d0droq]  a:hover {
    color: #FABB18;
    border-left: 6px solid #FABB18;
}


@media (min-width: 641px) {
    .navbar-toggler[b-i2z7d0droq] {
        display: none;
    }

    .collapse[b-i2z7d0droq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
