.gform-theme--foundation .gform_footer{
        flex-direction: row-reverse;
        margin: 0 !important;
        
}
input#gform_submit_button_26 {
    background-color: #00a7e1;    
}

input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], :root textarea, :root select{
    border-radius: 8px !important;
   border: 1px solid #00a7e1 !important;
       color: var(--wd-form-color) !important;
}

.gform-theme--foundation .gform_fields{
    row-gap: 15px;
}
.gform_heading {
    display: none;
}
.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])):hover , select:focus {
    background-image: var(--wd-form-chevron) !important;
}