.explanation {
    margin: 0;
    display: none;
    font-style: italic;
    color: red;
}

.register-form .px-3 {
    padding: 0 3px;
}

select.form-control {
    border: 0 none;
    border-radius: 0;
    background: #e8e8e8;
    font-size: 1em;
    line-height: 2.5em;
    height: 58px;
}

.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #377f6e;
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer; /* Added cursor pointer */

    &.dashed {
        border: 2px solid #818181;
    }
}
