
.StepsContainer {
    display: flex;
    height: 48px;
    padding: 16px 8px;
    background: rgb(56, 64, 71);
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    counter-reset: steps 0;
}

.StepsTitle {
    margin-right: 12px;
    display: inline-block;
    color: white;
}
li.StepsTitle:before, li.StepsTitle:after {
    box-sizing: border-box;
}
.StepsTitle::before {
    counter-increment: steps 1;
    content: counter(steps);
    display: inline-flex;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-right: 8px;
    color: rgb(0, 0, 0);
    background: white;
}


.future {
    color: rgb(138 144 158);
    background: none;
    /* border: 1px solid rgb(138, 149, 158); */
}
.form_space{
    height: 10px;
}
.remove-form-row{
    margin-left: 5px;
}
