/* _content/DIF.Difusores/Shared/MainLayout.razor.rz.scp.css */
.page[b-y6crjq1d81] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-y6crjq1d81] {
    flex: 1;
}

.sidebar[b-y6crjq1d81] {
    background-image: linear-gradient(180deg, #9E3B3B 0%, #9E3B3B 80%);
}

.top-row[b-y6crjq1d81] {
    background-color: #b4afaf;
    border-bottom: 1px solid #b4afaf;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-y6crjq1d81]  a, .top-row .btn-link[b-y6crjq1d81] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-y6crjq1d81] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-y6crjq1d81] {
        display: none;
    }

    .top-row.auth[b-y6crjq1d81] {
        justify-content: space-between;
    }

    .top-row a[b-y6crjq1d81], .top-row .btn-link[b-y6crjq1d81] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-y6crjq1d81] {
        flex-direction: row;
    }

    .sidebar[b-y6crjq1d81] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-y6crjq1d81] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-y6crjq1d81], article[b-y6crjq1d81] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/DIF.Difusores/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-l70xc1wd77] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-l70xc1wd77] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-l70xc1wd77] {
    font-size: 1.1rem;
}

.oi[b-l70xc1wd77] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-l70xc1wd77] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-l70xc1wd77] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-l70xc1wd77] {
        padding-bottom: 1rem;
    }

    .nav-item[b-l70xc1wd77]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-l70xc1wd77]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-l70xc1wd77]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-l70xc1wd77] {
        display: none;
    }

    .collapse[b-l70xc1wd77] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

/* Para que el submen� no se vea transparente y tenga buen contraste */
.dropdown-menu[b-l70xc1wd77] {
    background-color: white;
    border: none;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 8px;
    min-width: 210px; /* <--- Ancho m�nimo garantizado */
    width: max-content; /* <--- Crece seg�n el texto m�s largo */
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 1050; /* Asegura que flote sobre otros elementos */
}

.dropdown-item[b-l70xc1wd77] {
    color: #333 !important;
    padding: 0.7rem 1.2rem;
    display: flex;
    align-items: center;
    white-space: nowrap; /* <--- ESTO evita el doble rengl�n */
    font-size: 0.85rem;
}

    .dropdown-item:hover[b-l70xc1wd77] {
        background-color: #f8f9fa;
        color: #000 !important;
    }

    /* Ajuste para el icono en submen�s */
    .dropdown-item .oi[b-l70xc1wd77] {
        width: 1.5rem;
        color: #555;
    }

/* Animaci�n simple para que no aparezca de golpe */
.dropdown-menu.show[b-l70xc1wd77] {
    display: block;
    animation: fadeIn-b-l70xc1wd77 0.2s ease-in;
}

@keyframes fadeIn-b-l70xc1wd77 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
