.ficha__centralizar{
    display: flex;
    justify-content: center;
    width: 100%;
}
.form-ficha-cadastral{
    padding-bottom: 15px;
}
.help__label{
    color: #7e7e7e;
    font-weight: 600;
}
.ficha__tab{
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ficha__tab li{
    margin: 0 26px;
    list-style: none;
    border-radius: 50%;
    border: 3px solid #dadada;
    height: 55px;
    width: 55px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: 600;
    position: relative;
}
.ativar{
    border: 3px solid #21c352  !important;
}
.ficha__tab li:last-child::after {
    width: 0;
}
.ficha__tab li::after{
    content: "";
    display: block;
    height: 3px;
    background: #dadada;
    position: absolute;
    right: -53px;
    top: 25px;
    width: 100%;
    z-index: -1;
}
.btn__success{
    background: #21c352;
    border-radius: 4px;
    color: #fff;
}
.btn__success:hover{
    opacity: 0.8;
    color: #fff;
}
.progresso__barra{
    margin-top: 15px;
}
@media screen and (max-width: 767px){
    .ficha__tab li::after {
        content: "";
        display: block;
        height: 3px;
        background: #dadada;
        position: absolute;
        right: -17px;
        top: 12px;
        width: 60%;
        z-index: -1;
    }   
    .ficha__tab li {
        margin: 0 7px;
        list-style: none;
        border-radius: 50%;
        border: 3px solid #dadada;
        height: 35px;
        width: 35px;
        align-items: center;
        display: flex;
        justify-content: center;
        font-weight: 600;
        position: relative;
    }
}
