/* Custom Theme for Consulting Suite */

/* Change primary brand color to a premium blue */
:root {
    --primary-color: #1a73e8 !important;
    --navbar-bg: #1a73e8 !important;
    --brand-color: #1a73e8 !important;
}

/* Header Background - Force Blue */
.navbar, .navbar.navbar-expand-lg, .navbar.header {
    background-color: var(--navbar-bg) !important;
}

/* Sidebar Styling: Flatten the hierarchy */
/* Target variations of 'Public' label in the sidebar */
.standard-sidebar-section[data-title="Public"] .sidebar-section-name,
.standard-sidebar-section[data-title="public"] .sidebar-section-name,
.standard-sidebar-section[data-title="PUBLIC"] .sidebar-section-name,
div[data-title="Public"] .sidebar-section-name {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Move the first item closer to the top */
.standard-sidebar-section[data-title="Public"] {
    margin-top: 0 !important;
}

/* Layout Padding Adjustment */
.layout-side-section {
    padding-top: 0 !important;
}

/* High-contrast text for the blue header */
.navbar .navbar-link, 
.navbar .navbar-title, 
.navbar .dropdown-toggle,
.navbar .nav-link {
    color: #ffffff !important;
}