:root {
  --acuant-primary-red: #EB2429;
    --acuant-white:#fff;
    --acuant-fill:#f2f2f2;
    --acuant-text-black:#3f3f3f;
    --acuant-dark-gray-1:#3f3f3f;
    --acuant-dark-gray-2:#707070;
    --acuant-light-gray-2:#f1f1f1;
}
@font-face {
  font-family: Semplicita-Pro-Medium;
  src: url("Semplicita-Pro-Medium.c518bd0f0a05.otf");
}

body{
    background: var(--acuant-fill) !important;
}

.font-Semplicita-Pro-Medium{
    font-family: "Semplicita-Pro-Medium" !important;
}
.font-roboto{
    font-family: 'Roboto', sans-serif;
}
.font-weight-light{
    font-weight: 300;
}

.background_acuant_red{

    background: var(--acuant-primary-red) !important;
}

.fill-acuant{
    background: var(--acuant-fill) !important;
}
.fill-acuant-white{
    background: var(--acuant-white) !important;
}

.text-color-acuant-black{
    color: var(--acuant-text-black) !important;
}
.text-color-acuant-gray-2{
    color: var(--acuant-dark-gray-2) !important;
}

.text-color-acuant-white{
    color: var(--acuant-white) !important;
}
.text-color-acuant-red{
    color: var(--acuant-primary-red) !important;
}

.text-color-acuant-dark-gray-1{
    color: var(--acuant-dark-gray-1) !important;
}

.text-color-acuant-light-gray-2{
    color: var(--acuant-light-gray-2) !important;
}



.btn-acuant-red {

    background: var(--acuant-primary-red) !important;
    color: var(--acuant-white) !important;
}
.btn-acuant-white{

    background: var(--acuant-white) !important;
    color: var(--acuant-primary-red) !important;
}



.sidebar {
	 background: var(--acuant-dark-gray-1) !important;
}
 .sidebar li {
	 background: var(--acuant-dark-gray-2) !important;
}
 .sidebar li a.active {

	 color: var(--acuant-dark-gray-1) !important;
}

 .sidebar li i {
	color: var(--acuant-light-gray-2) !important;


}

 .sidebar li .sidebar-scroll {
	 overflow: visible;
	 background: red;
}
 .sidebar li .nav-link-success {
	 background: #06355d !important;
}
 .sidebar .services_link {
	  background: var(--acuant-dark-gray-1) !important;
}
 .sidebar .services_link i {
	 color: white;
	 opacity: 0.5;
}
 .sidebar .services_link i:hover {
	 opacity: 1;
}
.acuant-menu a{
     color: var(--acuant-light-gray-2) !important;
}

.btn-primary {
    background: var(--acuant-primary-red) !important;
    border-color:var(--acuant-primary-red) !important;
    color: var(--acuant-white) !important;
}

.dropdown-toggle::after {
    display: none!important;
}

#signup_form_online .col-md-6 {
    width: 50% !important;
}