.sidebar-dark-cmt {
    background-color: #2E4B3A !important;
}
.btn-cmt {
    background-color: #2E4B3A !important;
    border-color: #2E4B3A !important;
    color: #fff !important;
}
.btn-cmt:hover {
    background-color: #25663a !important; /* tono más oscuro al hover */
}
.card-cmt.card-outline {
    border-top: 3px solid #2E4B3A ;
}
.text-dark-cmt {
    color: #2E4B3A !important;
    text-decoration: none;
}
.text-dark-cmt:hover {
    color: #1f3528 !important;
    text-decoration: underline;
}

/* Color de fondo y texto para el link activo */
.nav-sidebar .nav-item > .nav-link.active {
    background-color: #327a50 !important; /* tu verde oscuro */
    color: #ffffff !important;           /* texto blanco */
}

/* Color de ícono cuando está activo */
.nav-sidebar .nav-item > .nav-link.active i {
    color: #ffffff !important;
}
