/* Change Sidebar Background */
.app-sidebar {
    background-color: #001c43 !important;
}

/* Change Primary Color (Buttons, Badges, etc) */
:root {
    --bs-primary: #001c43;
    --bs-primary-active: #00122b;
    --bs-primary-light: #e6e9ed;
}

/* Fix Sidebar Menu Active State */
.menu-item .menu-link.active {
    background-color: rgba(255, 255, 255, 0.1) !important; /* Subtle highlight */
    color: #ffffff !important;
}

.btn-primary {
    background-color: #001c43 !important;
    border-color: #001c43 !important;
}

.bg-primary {
    background-color: #001c43 !important;
}

.text-primary {
    color: #001c43 !important;
}
