.metupal-sheelon {
  padding: 10px 20px;
  background: #f7f5f5;
  border-radius: 5px;
  border: 1px solid #e0dede;
}
.metupal-sheelon .acfef-form-title {
  cursor: pointer;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 3px;
}
.metupal-sheelon .acf-form-fields { display:none; }
.metupal-sheelon .acf-form-submit { display:none; }

.acfef-submit-button {
  background: #b9f8e5;
  color: #000;
  border-color: #000;
  font-weight: bold;
}

.acfef-submit-button:hover {
  background: #000;
  color: #fff;
}


body:not(.is-step-b-enabled):not(.elementor-editor-active) .if_step_b_enabled {
   opacity: 0.4 !important;
   pointer-events: none !important;
}

body:not(.is-step-c-enabled):not(.elementor-editor-active) .if_step_c_enabled {
   opacity: 0.4 !important;
   pointer-events: none !important;
}



@media print {
    .elementor-location-header { display:none !important; }
    .metupal-sheelon .acf-form-fields { display: block !important }
    .metupal-sheelon .acf-form-fields { display: block !important }
    .hide_from_print { display:none !important; }
    .metupal-sheelon {
      padding: 0 !important;
      background: transparent !important;
      border-radius: 0 !important;
      border: 0 !important;
    }
    .metupal-sheelon .acfef-form-title {
      font-size: 20px !important;
    }
}
