﻿wizard-item.active .wizard-item-icon {
border: 2px solid #fff background-color: #26a65b;
color: #fff;

}

.wizard-item.active .wizard-item-icon::after {
background-color: transparent;
border-radius: 50%;
border: 2px solid #fff;
box-shadow: 0 0 0 1px #26a65b;
content: '';
height: 100%;
position: absolute;
width: 100%;
}
