.text-dark {
    color: #f8f9fa !important;
}
.content-wrapper {
    background-color: #161b27 !important;
}



/* Cambiar el fondo del sidebar oscuro de AdminLTE */
.main-sidebar[class*="sidebar-dark-"] {
    background-color: #161b27 !important;
}

/* Cambiar el color de fondo cuando pasas el mouse por las opciones */
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link:hover, 
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link:focus {
    background-color: #1e2535 !important;
    color: #4f8ef7 !important; /* Un toque de azul para que resalte */
}

/* Cambiar el color de la línea divisoria debajo del logo (opcional) */
.brand-link {
    border-bottom: 1px solid #2a3347 !important;
}

.navbar-white {
    background-color: #161b27 !important;
    color: #f8f9fa !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #f8f9fa !important;
}

.content-header h1 {
    font-size: 1.8rem;
    margin: 0;
    color: #f8f9fa !important;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover p{
    background-color: rgba(255, 255, 255, .9);
    color: #000 !important;
}

.container-fluid p{
    color: #f8f9fa !important;
}

.card h4{
    margin-top: 25px!important;
    margin-left: 25px !important;
}

.card h5{
    
    margin-left: 25px !important;
}