.bb-sidebar-top-row {
    height: 3.5rem;
    background-color: #0c0c23 !important;
    border-bottom: 1px solid #0c0c23 !important;
    border-right: 1px solid #0c0c23 !important;
}
.bb-top-row {
    background-color: #0c0c23 !important;
    border-bottom: 1px solid #0c0c23 !important;
}
.bb-sidebar {
    background: #f7f7f7 !important;
}
.bb-sidebar nav .nav-item a.active {
    background-color: rgb(255 226 221) !important;
    color: #fd5631 !important;
    font-weight: 600;
}
.bb-sidebar nav .nav-item a:hover {
    background-color: rgb(255 241 238) !important;
    color: #fd5631 !important;
}
@media (min-width:640px) {
    /* Si no está autenticado, se difumina todo */
    .blur {
        filter: blur(5px);
        pointer-events: none;
        user-select: none;
        opacity: 0.6;
    }

    /* El Sidebar se fuerza a ser visible aunque tenga .collapse */
    .bb-sidebar-content.collapse:not(.show) {
        display: block !important;
    }
}
