.stepUpdated {
    background-color: green;
}

input[type="checkbox"] {
    cursor: pointer;
}

.active_step {
    background-color: red;
}