div.form-assistente-container-mobile {
    display: none;
}

div#steps_assistente .wizard_step .inner_stitch {
    padding: 0.5vw;
    margin: 0.2vw;
    line-height: 2vw;
}

div.wizard_arrow {
    margin-top: 1.5vw !important;
}

div#div_assistente_session_title {
    padding: 1vw 0;
}

div#dp_i_dt_inicio_ctrl_cx_assistente {
    width: 10vw;
    clear: none;
    height: 45px;
}

div#dp_i_dt_inicio_ctrl_cx_assistente input#i_dt_inicio_ctrl_cx_assistente {
    margin: 2px;
}

div#dp_i_dt_inicio_ctrl_cx_assistente .dx-dropdowneditor-input-wrapper {
 /*   margin-top: 5px;*/
}

div#subtitulo_assistente {
        font-size: 1vw;
}

/* ─── Flexbox breadcrumb: auto-distributes any number of steps ─── */
div#steps_assistente {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: visible;
}

div.wizard_step_frame {
    float: none;
    text-align: center;
    flex: 1 1 0;
    min-width: 0;
    overflow: visible;
}

div.wizard_arrow {
    float: none;
    margin: 0;
    flex-shrink: 0;
}

div#steps_assistente h4 {
    width: 150%;
    margin-left: -25%;
}

/* Password step form: labels right-aligned, inputs left-aligned */
#assistente_step5 .form_assistente {
    width: 35vw;
}

#assistente_step5 .form_assistente h3 {
    width: 10vw !important;
    text-align: right;
}

#assistente_step5 .form_assistente .field-row-break {
    clear: both;
}

#assistente_step5 .form_assistente input.field_input {
    width: 18vw;
    text-align: left;
}