  /*gravity form merge document css*/

  .gfm_setting_data {
      max-width: 768px;
      margin: 10px auto;
      padding: 10px 20px;
      background: #f4f7f8;
      border-radius: 8px;
  }

  .setting_form_field_holder {
      margin: 28px;
  }

  .gfm_setting_data input[type="submit"] {
      padding: 19px 39px 18px 39px;
      color: #fff;
      background-color: #135e96;
      font-size: 18px;
      text-align: center;
      font-style: normal;
      border-radius: 5px;
      width: 100%;
      border: 1px solid #135e96;
      border-width: 1px 1px 3px;
      box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
      margin-bottom: 10px;
  }

  .gfm_setting_data input[type="radio"],
  .gfm_setting_data input[type="checkbox"] {
      margin: 6px 5px 6px 13px;
  }

  .gfm_setting_data fieldset {
      margin-bottom: 30px;
      border: none;
      overflow: hidden;
  }

  .gfm_setting_data legend {
      font-size: 1.4em;
      margin-bottom: 10px;
  }

  .gfm_setting_data label {
      display: block;
      margin-bottom: 8px;
  }

  .gfm_setting_data label.light {
      font-weight: 300;
      display: inline;
  }

  .gfm_setting_data .number {
      background-color: #2271b1;
      color: #fff;
      height: 30px;
      width: 30px;
      display: inline-block;
      font-size: 0.8em;
      margin-right: 4px;
      line-height: 30px;
      text-align: center;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
      border-radius: 100%;
  }

  .gfm-form-heading {
      margin: 0 0 30px 0;
      text-align: center;
  }

  .cpm_table {
      width: 100%;
  }

  .cpm_table tr:first-child th {
      text-align: center;
  }

  .cpm_table tr th {
      text-align: left;
  }

  .gfmerge-mapping-fields {
      margin: 15px;
  }

  select#form_files {
      margin: 10px 0px 10px 0px;
      width: 100%;
  }

  .mapping_data.gfm_setting_data .setting_form_field_holder {
      display: flex;
      align-items: end;
      margin: 0;
  }

  .mapping_data .setting_form_field_holder .gfmerge-mapping-fields {
      width: 85%;
      display: flex;
      margin: 0;
  }

  .mapping_data.gfm_setting_data .gfm-map-filed {
      padding: 0 5px 0 0;
  }

  .mapping_data.gfm_setting_data label {
      margin-bottom: 5px;
  }

  .mapping_data select#form_files {
      margin: 0;
      width: 100%;
  }

  .mapping_data.gfm_setting_data input[type="submit"] {
      width: auto;
      font-size: 14px;
      padding: 0 10px;
      margin: 0;
      border-width: 1px;
  }

  .gfm_setting_data input[type="submit"]:focus {
      box-shadow: none;
  }

  .gfm_setting_data input[type="submit"]:hover {
      background: transparent;
      color: #135e96;
  }

  @media screen and (max-width: 782px) {
      .mapping_data select#form_files {
          min-height: 30px;
          padding: 0 24px 0 8px;
      }
  }

  @media screen and (max-width: 575px) {

      .mapping_data.gfm_setting_data .setting_form_field_holder,
      .mapping_data .setting_form_field_holder .gfmerge-mapping-fields {
          width: 100%;
          display: block;
      }

      .mapping_data select#form_files {
          margin-bottom: 10px;
      }

      .mapping_data.gfm_setting_data input[type="submit"] {
          margin-bottom: 2px;
      }
  }

  /* ---------------------
gfm-show-mapped-template
----------------------*/
  .gfm-show-mapped-template table#mappping-result {
      border-collapse: collapse;
      width: 100%;
  }

  table#mappping-result tr:hover {
      background-color: #eee;
  }

  .gfm_setting_data .action-mappping input[type="submit"] {
      border-width: 1px;
      margin-bottom: 0;
      background-image: url(../images/trash-solid.svg);
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: center;
      background-color: transparent;
      border: 0;
  }

  form.result_delete_admin_form {
      display: inline;
  }

  .gfm_setting_data input.result_delete_admin {
      background: url(../images/delete.svg);
      background-repeat: no-repeat;
      background-size: 25px;
      font-size: 0;
      width: 25px;
      height: 25px;
      box-shadow: none;
      border: 0;
  }

  a.result_download_admin {
      content: url(../images/downloads.svg);
      width: 25px;
      background: transparent;
  }

  .gfm_setting_data input.result_delete_admin:hover {
      background: url(../images/delete.svg);
      background-repeat: no-repeat;
      background-size: 22px;
      background-position: center;
      border-color: #008ec2;
  }

  a.result_download_admin {
      border: 1px solid transparent;
  }

  .gfm_setting_data input.result_delete_admin {
      border: 1px solid transparent;
      padding-right: 10px;
      background-position: center;
      background-size: 22px;
      margin-bottom: 0;
  }

  a.result_download_admin:hover {
      border-color: #008ec2;
  }