/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-cyrzae66rh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cyrzae66rh] {
    flex: 1;
    width:85%;
}

.sidebar[b-cyrzae66rh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}


.top-row[b-cyrzae66rh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    background-image: linear-gradient( 90deg, var(--bs-primary) 0%, var(--bs-secondary) 60%, var(--bs-dark) 100%) !important;
}

    .top-row[b-cyrzae66rh]  a, .top-row .btn-link[b-cyrzae66rh] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-cyrzae66rh] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.sidebar[b-cyrzae66rh]{
    width:20%;
}



@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-cyrzae66rh] {
        display: none;
    }

    .top-row.auth[b-cyrzae66rh] {
        justify-content: space-between;
    }

    .top-row a[b-cyrzae66rh], .top-row .btn-link[b-cyrzae66rh] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-cyrzae66rh] {
        flex-direction: row;
    }

    .sidebar[b-cyrzae66rh] {
/*        width: 250px;*/
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cyrzae66rh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-cyrzae66rh], article[b-cyrzae66rh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-aht8cztny5] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-aht8cztny5] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-aht8cztny5] {
    font-size: 1.1rem;
}

.oi[b-aht8cztny5] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-aht8cztny5] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-aht8cztny5] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-aht8cztny5] {
        padding-bottom: 1rem;
    }

    .nav-item[b-aht8cztny5]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-aht8cztny5]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-aht8cztny5]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-aht8cztny5] {
        display: none;
    }

    .collapse[b-aht8cztny5] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

/* Sidebar container */
.sidebar[b-aht8cztny5] {
    height: calc(100vh - 56px); /* Full height minus top navbar */
    overflow-y: auto !important; /* Enable vertical scrolling */
    overflow-x: hidden;
    transition: all 0.3s ease;
    padding-bottom: 1rem;
}

    /* Scrollbar styling (optional, for better appearance) */
    .sidebar[b-aht8cztny5]::-webkit-scrollbar {
        width: 8px;
    }

    .sidebar[b-aht8cztny5]::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 4px;
    }

/* On larger screens, always show the menu */
@media (min-width: 992px) {
    .sidebar[b-aht8cztny5] {
        display: flex !important;
        flex-direction: column;
    }
}

/*.ellipse-link {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;*/ /* number of lines to show */
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;*/ /* allow wrapping */
    /*max-width: 180px;*/ /* adjust based on your sidebar width */
    /*line-height: 1.4;
    text-decoration: none;
    color: #333;
}

.ellipse-link i {
    margin-right: 6px;
}*/




/* /Shared/PlainLayout.razor.rz.scp.css */
.plain-layout-container[b-rgp4iromxo] {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    min-height: 100vh;
    background-color: #f0f2f5;
    flex-direction:column;
} 
/* /Shared/UserProfileDropdown.razor.rz.scp.css */
/*.item-text {
    padding-bottom:0.4rem !important;
    padding-right:0.5rem !important;
}*/

/*:global(.item-text) {
    padding-bottom: 0.4rem !important;
    padding-right: 0.5rem !important;
}
*/
