/* _content/SubContratos/Shared/Footer.razor.rz.scp.css */
.footer[b-ok35bf0n8s] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}
/* _content/SubContratos/Shared/Header.razor.rz.scp.css */
.user-welcome[b-n1zrr48yl6],
.user-name[b-n1zrr48yl6],
.company-name[b-n1zrr48yl6] {
    color: var(--bs-body-color);
}

/*.navbar.header-navbar {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}*/

/* Ajuste para pantallas pequeñas (tablets y móviles) */
/*@media (max-width: 768px) {
    .navbar.header-navbar {
        height: 3rem;
        min-height: 3rem;
        justify-content: center;
    }
}

.header-navbar .navbar-toggler {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}



.header-navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}



.title {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}



.stacklayout-item:before {
    content: " ";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.6;
}

.welcome-container {
    padding-left: 3rem;
    margin-right: 1.9rem;
}*/


/* ===== ESTILOS PARA ÁREA DE BIENVENIDA ===== */
/*.welcome-container-optimized {
    white-space: nowrap;
    overflow: hidden;
    padding-right: 8px;
}

.user-info {
    font-size: 0.7rem;
    line-height: 1.3;
    text-align: right;
    max-width: 180px;
    overflow: hidden;
}

.user-welcome {
    color: #666;
    font-weight: normal;
}

.user-name {
    font-weight: bold;
    color: #333;
}

.company-name {
    font-weight: bold;
    color: #444;
    font-size: 0.68rem;
}

.logout-button {
    margin-left: 8px;
    flex-shrink: 0;
    min-width: 36px;
    min-height: 36px;
}*/



/* _content/SubContratos/Shared/MainLayout.razor.rz.scp.css */
.page[b-ky8hth4vyn] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
    display: flex;
    flex-direction: column;
}

.main-content-wrapper[b-ky8hth4vyn] {
    display: flex;
    flex: 1;
    overflow: hidden;
    position: relative;
}

.sidebar-container[b-ky8hth4vyn] {
    width: 300px;
    height: 100%;
    transition: width 0.3s ease-out, opacity 0.3s ease-out;
    flex-shrink: 0;
    background-color: var(--bs-body-bg, #fff);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    overflow: auto;
}

    .sidebar-container.hidden[b-ky8hth4vyn] {
        width: 0;
        overflow: hidden;
        opacity: 0;
        display: none;
    }

    .sidebar-container.collapse-start[b-ky8hth4vyn] {
        width: 0;
        overflow: hidden;
        opacity: 0;
    }

    .sidebar-container.visible[b-ky8hth4vyn] {
        width: 300px;
        display: block;
        opacity: 1;
    }

.content-container[b-ky8hth4vyn] {
    flex: 1;
    padding: 1.1rem 2rem;
    overflow: auto;
    transition: margin-left 0.3s ease-out, width 0.3s ease-out;
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

    .content-container.with-sidebar[b-ky8hth4vyn] {
        width: calc(100% - 300px);
    }

    .content-container.full-width[b-ky8hth4vyn] {
        width: 100%;
    }

/* Estilos responsivos */
@media (max-width: 1199.98px) {
    .sidebar-container.visible[b-ky8hth4vyn] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        z-index: 1050;
        height: calc(100% - 3.5rem);
        width: 100%;
    }

    .content-container.with-sidebar[b-ky8hth4vyn] {
        width: 100%;
    }
}

.fit-width[b-ky8hth4vyn] {
    max-width: 100%;
}

.mw-1100[b-ky8hth4vyn] {
    max-width: 1100px;
}
/* _content/SubContratos/Shared/NavMenu.razor.rz.scp.css */
/*.sidebar {
    height: 100%;
    width: 100%;
}*/
/*.sidebar {
    height: 100%;
    width: 250px;*/ /* Ancho fijo reducido (antes era 100%) */
    /*max-width: 250px;*/ /* Máximo ancho permitido */
    /*min-width: 200px;*/ /* Mínimo ancho para mantener legibilidad */
    /*flex-shrink: 0;*/ /* Evita que se comprima */
/*}*/

.sidebar[b-ljszjm887v] {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    background-color: var(--bs-body-bg, #fff);
    transition: transform 0.1s ease-out;
}

[b-ljszjm887v] .app-sidebar {
    --dxbl-treeview-spacing-x: 0.5rem;
    --dxbl-treeview-spacing-y: 1rem;
}

    [b-ljszjm887v] .app-sidebar .root-item > :first-child {
        --dxbl-treeview-font-weight: 600;
    }

    [b-ljszjm887v] .app-sidebar .root-item > :only-child:not(.dxbl-treeview-tmpl) > button {
        display: none;
    }
