.progress-bar {
    --progressbar-color: rgb(68 201 4 / 50%);
}
.form-step {
    display: none;
    opacity: 0;
}
.form-step.active-step {
    display: block;
    opacity: 1;
    animation: fadeIn 750ms;
}
@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}
.survey-content button, 
.survey-content .btn { 
    min-width: 110px !important; 
}
.survey-content button[type="submit"] {
    min-width: 140px !important;
}

