/* _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, #615537 0%, #615537 80%);
}

.top-row[b-y6crjq1d81] {
    background-color: #A3A8AA;
    border-bottom: 1px solid #A3A8AA;
    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;
    }
}

/*.bi-bar-chart-line-fill {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-bar-chart-line-fill' viewBox='0 0 16 16'> <path d='M11 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1v-3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3h1V7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7h1z'/> </svg>");
}

.bi-box-arrow-right-nav-menu {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-box-arrow-right' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0z'/> <path fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708z'/> </svg>");
}*/
