/* Customer theme overrides - Dark Blue Theme */
:root {
    /* Dark blue color from customer: #121c33 */
    /* Override the NavBar variables directly */
    --nav-background-primary: #121c33 !important;
    --nav-background-secondary: #121c33 !important;
    --nav-background-hover: #1a2844 !important;
    --nav-background-active: #243255 !important;
}

/* Force override specific components that use !important */
.nav-item {
    background: #121c33 !important;
}

.main-sidebar,
.main-sidebar.pf-v6-c-sidebar,
.main-sidebar .pf-v6-c-flex,
.main-sidebar .pf-v6-c-nav,
.main-sidebar .pf-v6-c-nav__list {
    background: #121c33 !important;
}

.user-drawer-form {
    background: #121c33 !important;
}

/* Brand image adjustments from customer */
.brand-img {
    padding: 0.75rem 0rem 0rem !important;
    margin: 0.15rem 0rem 1.5rem !important;
}