.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step{
    background-color: #ededed;
}

.wiz-custom-content-aba span.select2{
    background-color: #F3F6F9 !important;
    border-color: #F3F6F9 !important;
    height: calc(1.5em + 1.65rem + 2px) !important;
    padding: 0!important;
    font-size: 1.08rem !important;
    line-height: 1.5 !important;
    border-radius: 0 !important;
}
.wiz-custom-content-aba span.select2 .selection .select2-selection{
    height: calc(1.5em + 1.65rem + 2px) !important;
    background-color: transparent !important;
    border: 0 !important;
}

.aba-disabled{
    cursor: no-drop !important;
}

@media (min-width: 768px) {
    .wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step{
        width: 33% !important;
        flex: 1 !important;    
    }    
}