#jazzy-navbar {
    background-color: #0046bf; /* Background color of the navigation bar */
}

#jazzy-navbar .nav-link {
    color: #ffffff /* Text color of the links */
}

#jazzy-navbar .nav-link:hover {
    color: #fff200; /* Text color of the links on mouse hover with opacity  */
}

span.dropdown-header {
    color: #ffffff; /* Text color of the dropdown menu items */
    font-weight: bold; /* Make the text bold */
}

#jazzy-navbar .dropdown-menu {
    background-color: #0046bf; /* Background color of the dropdown menu  */
}

#jazzy-navbar .dropdown-item {
    color: #ffffff; /* Text color of the dropdown menu items */
    font-weight: bold; /* Make the text bold */
}

#jazzy-navbar .dropdown-item:hover {
    color: #fff200; /* Text color of the dropdown menu items */
    background-color: #0046bf; /* Background color of the dropdown menu items on active with opacity */
    font-weight: bold; /* Make the text bold */
}

.accent-primary .dropdown-item.active {
    color: #fff200; /* Text color of the dropdown menu items */
    background-color: #0046bf; /* Background color of the dropdown menu items on active with opacity */
}

.dropdown-header {
    color: #fff200; /* Text color of the dropdown menu items */
    background-color: #0046bf; /* Background color of the dropdown header items */
}

.elevation-3 {
    box-shadow: none !important; /* Change values according to your preference */
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    color: #fff200; /* Text color of the sidebar items */
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active:hover {
    color: #fff200; /* Text color of the sidebar items on mouse hover */
}

.btn-outline-primary {
    color: #fff200; /* Text color of the primary items */
    border-color: #fff200; /* Border color of the primary items */
}

.btn-outline-primary {
    border-color: #0046bf; /* Border color of the primary items on mouse hover with opacity */
    color: #000000; /* Text color of the primary items on mouse hover */
}

.btn-outline-primary:hover {
    background-color: #0046bf; /* Background color of the primary items on mouse hover with opacity */
    border-color: #0046bf; /* Border color of the primary items on mouse hover with opacity */
    color: #fff; /* Text color of the primary items on mouse hover */
}

#jazzy-sidebar {
    background-color: #0046bf; /* Blue background */
    color: #ffffff; /* White text color */
}


#jazzy-sidebar .nav-link:hover {
    color: #fff200; /* Text color for links on hover */
}

#jazzy-sidebar .brand-link {
    color: #fff; /* Text color for the logo */
}

#jazzy-sidebar .brand-link:hover {
    color: #fff200; /* Text color for the logo */
}

#jazzy-sidebar .user-panel {
    background-color: #0046bf; /* Darker background for the user panel */
    color: #ffffff; /* White text color for the user panel */
    font-weight: bold; /* Bold text for the user panel */
}

#jazzy-sidebar .nav-header {
    color: #fff200; /* Text color for navigation headers */
}

.accent-primary [class*=sidebar-dark-] .sidebar a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):hover {
    color: #fff200 !important; /* Text color */
}