.stepwizard-step p {
    margin: 0 0 0 10px;
    cursor: pointer;
}

.btn-form-step.active + p {
    color: var(--primary-color);
}

.stepwizard-row {
    /* display: flex; */
}

.stepwizard {
    display: table;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-step {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.setup-content {
    padding-top: 35px;
}

.form-step-content {
    min-height: 400px;
}

.btn-form-step {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    border-radius: 50%;
    color: white;
    background-color: var(--secondary-color);
    flex-shrink: 0;
}

.btn-form-step.active {
    background-color: var(--primary-color);
}

.btn-form-step:hover {
    color: white;
    text-decoration: none;
}