.gform-theme--foundation .gform_fields {
  row-gap: 15px !important;
}
#gform_wrapper_1 {
  border: 5px solid rgb(30, 180, 105);
  padding: 10px;
  border-radius: 7px;
}
.ejfrm_uptitle{
  text-align: center !important;
  padding: 10px 10px 0px !important;
  color: #444 !important; 
}
.ejfrm_title {
    text-align: center !important;
    background-color: rgb(30, 180, 105) !important;
    padding: 10px 10px 0px !important;
    color: #000 !important;
  }
  .ejfrm_gender > .gchoice {
    display: inline-block !important;
  }
  #input_1_35{
    display: inline !important;
  }
  .gchoice{
    width: fit-content !important;
  }
  .gfield_checkbox, .gfield_radio {
    display: inline-block !important;
  }
  .gchoice.gchoice_1_35_0,
  .gchoice.gchoice_1_35_1{
    width: fit-content !important;
  }
  .gform-field-label.gform-field-label--type-inline {
    margin: 0 3px 0 10px !important;
  }
  .ejfrm_hr{
    border-top: 2px solid rgb(30, 180, 105);
  }