.wizard>.steps>ul>li:first-child:before {
    content: none;
}

.wizard>.steps>ul>li:last-child:after {
    content: none;
}

.wizard>.steps>ul>li.current:after{
   background-color: var(--wizard-step-line-color) !important;
  /* background-color: var(--wizard-step-number-active-bg);*/
}