/* Sidebar Background */
.bg-gradient-primary {
    background-color: #111827 !important;
    background-image: none !important; /* Remove gradiente */
}

/* Navbar Brand */
.sidebar .sidebar-brand {
    background-color: #111827 !important;
}

/* Buttons primary */
.btn-primary {
    background-color: #111827 !important;
    border-color: #111827 !important;
}

/* Links active on sidebar */
.sidebar .nav-item.active .nav-link {
    background-color: #1f2937 !important; /* um tom levemente diferente para destacar */
}

/* Text colors if needed */
.text-primary {
    color: #111827 !important;
}
