/******************* *********************   Surcharge DEV CSS 2021-11-09 12:35:13 *************************************/
/* darkpurple = #5c235c */



/*
:root
{
    --darkpurle:#5c235c; 
}

.modal-header {
	background: var(--darkpurle);
}
.bg-theme {
	background-color: var(--darkpurle);
}
.btn-theme {
  background-color:#0abe16;
}
.label-theme {
	background-color: var(--darkpurle);
}
.custom-bar-chart .bar .value {
     color: var(--darkpurle);
 }     
.green-panel {
	background: var(--darkpurle);
}
.profile-01 {
	background: #5c235c;
}

.form-login h2.form-login-heading {
	background: #576b35;
}
.black-bg {
    background:#5e1084;
 
}
#sidebar { 
    background:#5e1084; 
}

.site-footer {
    background:  rgb(214 151 10); 
}
ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
    background:  rgb(87, 107, 53); 
    color: #fff;
    display: block;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
*/



/* ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus */
/*
ul.sidebar-menu li ul.sub li.active a {
    color: rgb(14 134 79);
}
/*******************************************     /Surcharge DEV CSS  ***********************************/
