.user_edit_mobile_modal_input_wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.user_edit_mobile_modal_input {
    margin-top: 20px;
    width: 100%;

    
}

.user_modal_button_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.user_save_changes_btn{
    margin-left: 10px;
}

.user_otp_hide_wrapper{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}






