

.uacf7-step.step-content button.uacf7-prev,
.uacf7-step.step-content button.uacf7-next {
    margin-top: 5px
}


.uacf7-step.step-content.step-start button.uacf7-prev,
.uacf7-step.step-content.step-end button.uacf7-next,
.uacf7-step.step-content.step-end span.uacf7-ajax-loader {
    display: none !important
}


.uacf7-step.step-content button.uacf7-next {
    float: right;
}


.uacf7-step.step-content.step-start button.uacf7-next {
    float: none;
}


.steps-form .steps-row .steps-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}


.progressbar-style-1.steps-form .steps-row .steps-step:last-child {
    border-right: 0
}