:root {
  --primary: #11A75D;
  --secondary: #DAFFE1;
}

/* begin::Custom css */
* {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

.lpk-primary {
  color: var(--primary) !important;
  background-color: var(--primary) !important;
}

.lpk-primary-color {
  color: var(--primary) !important;
}

.bg-lpk-primary-color {
  background-color: var(--primary) !important;
}

.border-lpk-primary-color {
  border-color: var(--primary) !important;
}

.btn-outline-lpk {
  color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.btn-outline-lpk:hover {
  background-color: var(--primary) !important;
  color: #fff !important;
}
/* end:Custom css */

/* begin::Metronic custom css */
.wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step .wizard-icon {
  min-width: 39px !important;
  height: 39px !important;
  border-radius: 39px !important;
}

.wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-icon {
  background-color: var(--secondary) !important;
}

.wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-title {
  color: var(--primary) !important;
}

.wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step .wizard-title {
  font-weight: 450 !important;
}
/* end::Metronic custom css */
