.btn-type-form{

    
    display: flex;


    justify-content: center;


    align-items: center;


    cursor: pointer;


    border: none;


    padding: 5px;


    padding-bottom: 10px;


    background-color: white;


    position: relative;


}


.btn-type-form:after{


    content: '';


    width: 100%;


    height: 3px;


    position: absolute;


    left: 0;


    bottom: 0;


    background-color: #3e7da6;


    display: none;


}


.btn-type-form:hover:after{


    display: block;


}


.btn-type-form.changed:after{


    display: block;


}


.btn-type-form img{


    color: white;


    margin-right: 5px;


}


.list-type-form-option{


    margin: 20px 0;


    display: flex;


    gap: 7px;


}


.gf-user-title-container{


    display: none;


    margin-bottom: 20px;


}


.gform-settings-generic-map__row:nth-child(1){


    display: none;


}


/* .gform-settings-generic-map__row:nth-child(2){


    display: flex;


} */


/* .gform-settings-generic-map__row:nth-child(2) td:nth-child(1){


    width: 120px;


} */





.custom-flex-container{


    display: flex;


    gap: 30px;


}


/* .gf-user-register{


    display: none;


} */


.gform-settings-field__my_custom_title{


    margin-top: 20px;


}


#gform_setting_radio-type-form{


    display: none;


}
.disable-input-pass{
    display: none;
} 

.display-none {
    display: none !important;
}