.sidebar-wrapper .metismenu .mm-active>a,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:hover {
	color: #ea5b0d;
	text-decoration: none;
	background: rgba(229, 100, 8, 0.12);
    /* font-weight:bold; */
} 

/* .bg-primary {
    --bs-bg-opacity: 1;
    background-color: #ea5b0d !important;
} */

.card-header.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #ea5b0d !important;
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: #ea5b0d !important;
}

/* .btn-primary {
    color: rgb(255, 255, 255);
    background-color: #ea5b0d;
    border-color: #ea5b0d;
} */

/* .btn-outline-primary {
    color: #ea5b0d;
    border-color: #ea5b0d;
} */

/* .btn-outline-primary:hover {
    color: #ea5b0d;
    border-color: #ea5b0d;
} */