/* _content/setLinceTPVLocalWeb/Shared/BlankLayout.razor.rz.scp.css */
.page[b-0wzsniualj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0wzsniualj] {
    flex: 1;
}


@media (min-width: 641px) {
    .page[b-0wzsniualj] {
        flex-direction: row;
    }
    
    article[b-0wzsniualj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/setLinceTPVLocalWeb/Shared/FullContentLayout.razor.rz.scp.css */
.page[b-xbwj2rf7az] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xbwj2rf7az] {
    flex: 1;
}

.top-row[b-xbwj2rf7az] {
    border-bottom: 1px solid #d6d5d5;
    border-bottom: 1px solid var(--color-app-bg);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xbwj2rf7az]  a, .top-row[b-xbwj2rf7az]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xbwj2rf7az]  a:hover, .top-row[b-xbwj2rf7az]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xbwj2rf7az]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-xbwj2rf7az] {
        display: none;
    }

    .top-row.auth[b-xbwj2rf7az] {
        justify-content: space-between;
    }

    .top-row[b-xbwj2rf7az]  a, .top-row[b-xbwj2rf7az]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xbwj2rf7az] {
        flex-direction: row;
    }

    .top-row[b-xbwj2rf7az] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-xbwj2rf7az], article[b-xbwj2rf7az] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/setLinceTPVLocalWeb/Shared/NavMenu.razor.rz.scp.css */
.sidebar[b-ve6qhkx31k] {
    width: var(--sidebar-width);
    background: var(--color-sidebar-bg);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-height: 100vh;
    transition: var(--ui-transition);
    overflow-y: auto;
}


    /* En el archivo global, aumentamos la especificidad */
    .sidebar .nav-item a[b-ve6qhkx31k] {
        display: flex;
        align-items: center;
        padding: 0.5rem 1rem;
        color: var(--color-text-white) !important;
        text-decoration: none;
    }

/* Contenedor principal del menú lateral */
.nav-scrollable[b-ve6qhkx31k] {
    background: var(--color-sidebar-bg);
}

.nav-item[b-ve6qhkx31k] {
    padding: 0.2rem 0.75rem;
    font-size: 1rem;
}

    /* Selector profundo para el <a> que genera el NavLink */
    .nav-item[b-ve6qhkx31k]  a {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 0.5rem 1rem;
        color: var(--color-text-white) !important;
        border-radius: var(--ui-radius);
        transition: var(--ui-transition);
        text-decoration: none;
    }

        /* Estado Hover */
        .nav-item[b-ve6qhkx31k]  a:hover:not(.active) {
            background-color: rgba(255, 255, 255, 0.1);
            color: var(--color-text-white);
        }

    /* Iconos (OI o BI) */
    .nav-item[b-ve6qhkx31k]  .oi,
    .nav-item[b-ve6qhkx31k]  .bi {
        width: 1.5rem;
        font-size: 1.1rem;
        display: flex;
        justify-content: center;
    }

    /* Estado Activo (Gestionado por Blazor) */
    .nav-item[b-ve6qhkx31k]  a.active {
        background-color: var(--color-accent) !important;
        color: var(--color-text-base) !important;
        box-shadow: var(--ui-shadow);
    }


.Knav-link.active[b-ve6qhkx31k] {
    background-color: var(--color-accent) !important;
    color: white !important;
}


a[aria-expanded="true"] .chevron-indicator[b-ve6qhkx31k]::before {
    content: "\f282"; /* bi-chevron-down */
    font-family: bootstrap-icons;
}

a[aria-expanded="false"] .chevron-indicator[b-ve6qhkx31k]::before {
    content: "\f285"; /* bi-chevron-right */
    font-family: bootstrap-icons;
}

.sidebar-user-info[b-ve6qhkx31k] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-align: center;
    padding: 5px;
}


@media (max-width: 767px) {
    .sidebar[b-ve6qhkx31k] {
        position: absolute;
        top: 0;
        left: -100%; /* oculto fuera de pantalla */
        width: var(--sidebar-width);
        height: 100vh;
        z-index: 999;
    }

        .sidebar.show[b-ve6qhkx31k] {
            left: 0; /* visible cuando tenga clase show */
        }

        .sidebar:not(.show)[b-ve6qhkx31k] {
            transform: translateX(calc(var(--sidebar-width) * -1));
        }

        .sidebar .nav-item[b-ve6qhkx31k] {
            font-size: 1rem;
        }
}
