/**
 * @file: Custom CiviCRM Stylesheet
 *
 * OCLT css overrides
 */

/* OCLT-184 | Disable and hide the recuring payment option for the initial membership registration forms */
.crm-contribution-page-id-2 #auto_renew, .crm-contribution-page-id-3 #auto_renew {
  pointer-events: none;
}
.crm-contribution-page-id-2 #auto_renew_section, .crm-contribution-page-id-3 #auto_renew_section {
  display: none !important;
}
