:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --yellow: #ffba33; /* Update to the correct yellow color */
    --orange: #ffc107; /* Corrected declaration for orange */
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #ffba33;
    --primary-light: rgba(253, 126, 20, 0.25); /* Yellow color with 25% opacity */
    --primary-dark:#212121; 
    --secondary: #212121;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.theme-yellow .bg-primary,
.theme-yellow .bg-primary-dark,
.theme-yellow .btn-primary,
.theme-yellow .badge-primary,
.theme-yellow .list-group-item.active,
.theme-yellow .btn-outline-primary:hover {
    background-color: var(--yellow) !important;
    color: #212121 !important;
}

.theme-yellow .btn-outline-primary,
.theme-yellow .btn-primary,
.theme-yellow .border-primary {
    border-color: var(--yellow) !important;
}

.theme-yellow .btn-outline-primary,
.theme-yellow .btn-default,
.theme-yellow .btn-link,
.theme-yellow .text-primary {
    color: var(--yellow) !important;
}


.theme-yellow .btn-outline-primary
{
    color: var(--primary-dark) !important;
     background-color: var(--primary-light) !important;
}


.theme-yellow .btn-link
{
    color: var(--primary-dark) !important;
}



.theme-yellow .navbar-brand {
    color: #212121;
}

.theme-yellow .navbar-brand:hover,
.theme-yellow .navbar-brand:active,
.theme-yellow .navbar-brand:focus {
    color: #212121;
}


.theme-yellow .navbar-dark.bg-primary-dark {
    background-color: var(--dark) !important;
}

.theme-yellow .bg-primary {
    background-color: var(--yellow) !important;
}

.theme-yellow .navbar-dark.bg-primary-dark .navbar-brand,
.theme-yellow .navbar-dark.bg-primary-dark .navbar-toggler-icon {
    color: #fff !important;
}

.theme-yellow .navbar-dark.bg-primary-dark .navbar-nav .nav-link {
    color: #fff !important;
}

.theme-yellow .navbar-dark.bg-primary-dark .navbar-nav .nav-link:hover {
    color: #fff !important;
    background-color: transparent;
}

.theme-yellow .navbar-dark.bg-primary-dark .navbar-nav .show>.nav-link,
.theme-yellow .navbar-dark.bg-primary-dark .navbar-nav .active>.nav-link,
.theme-yellow .navbar-dark.bg-primary-dark .navbar-nav .nav-link.active {
    color: #fff !important;
    background-color: transparent;
}

.theme-yellow .navbar-dark.bg-primary-dark .navbar-nav .nav-link.disabled,
.theme-yellow .navbar-dark.bg-primary-dark .navbar-nav .nav-link.disabled:hover {
    color: rgba(255, 255, 255, 0.5) !important;
    background-color: transparent;
}

.theme-yellow .navbar-dark.bg-primary-dark .navbar-toggler-icon {
    background-color: #fff !important;
}

.theme-yellow .navbar-dark.bg-primary-dark .navbar-nav .nav-link.dropdown-toggle::after {
    border-top-color: #fff !important;
}

.theme-yellow .navbar-dark.bg-primary-dark .navbar-nav .nav-link.dropdown-toggle:hover::after {
    border-top-color: #fff !important;
}

.theme-yellow .navbar-dark.bg-primary-dark .navbar-nav .show>.nav-link.dropdown-toggle::after {
    border-top-color: #fff !important;
}

.theme-yellow .navbar-dark.bg-primary-dark .navbar-nav .show>.nav-link.dropdown-toggle:hover::after {
    border-top-color: #fff !important;
}

.theme-yellow .bg-primary,
.theme-yellow .navbar-dark.bg-primary-dark .navbar-toggler {
    border-color: #fff !important;
}

.theme-yellow .bg-primary {
    color: #fff !important;
}

.theme-yellow .bg-primary-dark .navbar-toggler-icon {
    border-color: #fff !important;
}

.theme-yellow .bg-primary-dark .navbar-toggler-icon:focus,
.theme-yellow .bg-primary-dark .navbar-toggler-icon:hover {
    background-color: transparent;
}

.theme-yellow .bg-primary-dark .navbar-toggler {
    border-color: #fff !important;
}

.theme-yellow .bg-primary-dark .navbar-toggler:focus,
.theme-yellow .bg-primary-dark .navbar-toggler:hover {
    background-color: transparent;
}

:root {
    --secondary: #212121; /* Black color */
}

.theme-yellow .bg-secondary {
    background-color: var(--secondary) !important;
}

.theme-yellow .btn.btn-secondary,
.theme-yellow .border-secondary {
    color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}

.theme-yellow .btn.btn-outline-secondary {
    border-color: var(--secondary) !important;
    color: var(--secondary) !important;
}

.theme-yellow .btn.btn-outline-secondary:hover {
    background-color: var(--secondary) !important;
    color: #fff !important;
}



.theme-yellow .nav>li>a,
.theme-yellow .nav-tabs>li>a {
    color: inherit;
}

.theme-yellow .nav>li>a:hover,
.theme-yellow .nav>li>a:focus,
.theme-yellow .nav .open>a,
.theme-yellow .nav .open>a:hover,
.theme-yellow .nav .open>a:focus {
    background-color: transparent;
}

.theme-yellow .bars {
    color: #212121;
}

.theme-yellow .sidebar .menu .list li.active,
.theme-yellow .sidebar .menu .list .toggled,
.theme-yellow .sidebar .menu .list .ml-menu {
    background-color: transparent;
}



.theme-yellow .bg-primary-light {
    background-color: var(--primary-light) !important;
}


.theme-yellow .sidebar .menu .list li.active>:first-child i,
.theme-yellow .sidebar .menu .list li.active>:first-child span {
    color: #17a2b8;
}

.theme-yellow .sidebar .legal {
    background-color: #fff;
}

.theme-yellow .sidebar .legal .copyright a {
    color: var(--yellow) !important;
}

.theme-yellow .dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--light) !important;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #212121 !important;
    background-color: var(--yellow);
    border-color: var(--yellow);
}
