/* Customer theme overrides - Dark Blue Theme */
/*
:root {
    --nav-background-primary: #121c33 !important;
    --nav-background-secondary: #121c33 !important;
    --nav-background-hover: #1a2844 !important;
    --nav-background-active: #243255 !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-img {
    padding: 0.75rem 0rem 0rem !important;
    margin: 0.15rem 0rem 1.5rem !important;
}
*/