.wizard-step.active{
  background-color: #F3F6F9;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.wizard-step.active .fas{
  color:#3699fe !important;
}
tbody input:disabled,select:disabled {
  background: #1f1e2d !important;
  color: white !important;
}
.menu-item-open .menu-icon i{
  color: #3f51b5;
}
.apexcharts-reset-icon, .apexcharts-pan-icon, .apexcharts-zoom-icon{
  display: none !important;
}
.d-none {
  display: none !important;
}
