@import url("/css/spacing.css");

.form-group-title {
  font-size: 25px;
  font-weight: 700;
}

.form-group-sub-title {
  font-size: 20px;
  font-weight: 400;
}

.plan-access p {
  font-weight: 700 !important;
  font-size: 15px;
  margin: 0;
}

.plan-description p {
  font-size: 16px;
  margin: 0;
}

.plan-frequency p {
  font-size: 15px;
  margin: 0;
}

.plan-price p {
  font-weight: 700 !important;
  font-size: 15px;
  margin: 0;
}

.select_this_plan {
  margin: 15px;
}

.plan-input p {
}

.payment_plan_row {
  border: 1px solid #efefef;
  border-radius: 8px;
  margin: 2% 0;
  padding: 20px;
}

.payment_plan_row .row-flex {
  min-height: 8rem;
}

.plan-access,
.plan-description,
.plan-frequency {
  border-right: 1px solid #efefef;
}

.subscribe .options-heading {
  font-size: 15px;
  font-weight: 700;
}

.action-button {
  /* width: 180px; */
  /* height: 50px; */
}

.label_note {
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
}

.coupon_message {
  text-align: left;
  color: red;
}

#div-web_agreement {
  text-align: center;
}

.label-web_agreement {
  display: inline;
}

/*Hide all except first fieldset*/
#single_sub_form fieldset.form-group:not(:first-of-type) {
  /* #single_sub_form fieldset.form-group { */
  display: none;
}

#single_sub_form {
  margin-bottom: 5%;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
}
#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
  float: left;
  position: relative;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #333;
  background: white;
  border-radius: 3px;
  margin: 0 auto 5px auto;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
}
#progressbar li:first-child:after {
  content: none;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #27ae60;
  color: white;
}

.confirm_progress_holder .fa {
  font-size: 60px;
  margin-top: 15px;
  color: #212529;
}

.confirm_progress_holder {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  text-align: center;
  background: #fff;
  position: fixed;
  z-index: 99;
}

#progress_popup_box {
  display: table;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 15% 10%;
}

@media only screen and (max-width: 991px) {
  input[name="collectpromo"] {
    margin-top: 15px;
    width: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  input[name="collectpromo"] {
    margin-top: 15px;
    width: auto !important;
  }
}

/* BOOTSTRAP 4 */

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

html .subscribe #midcol {
  font-size: 16px;
}

.col-flex {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-lg-1-flex {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  padding-left: 15px;
  padding-right: 15px;
}

.align-items-center {
  align-items: center !important;
}

.d-none {
  display: none !important;
}

.col-flex.selected_plan {
  border: none;
}

html .subscribe #midcol .form-control {
  border: 2px solid #dddddd;
  border-radius: 10px;
  padding: 10px 15px;
  height: auto;
  font-size: 16px;
}

html .subscribe #midcol .btn-custom-outline {
  background-color: transparent !important;
  color: #212529 !important;
  font-weight: 600;
  border: #212529 2px solid !important;
  padding: 10px 30px;
  font-size: 16px;
  border-radius: 10px !important;
}

html .subscribe #midcol .btn-custom-outline:hover {
}

html .subscribe #midcol .btn {
  font-weight: 600;
  padding: 10px 30px;
  font-size: 16px;
  border-radius: 10px !important;
  word-break: break-word;
  line-break: initial;
  overflow-wrap: break-word;
  white-space: normal;
}

@media only screen and (max-width: 500px) {
  html .subscribe #midcol .container-fluid {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 991px) {
  .conservative-responsive-plan-block .payment_plan_row .col-flex,
  .conservative-responsive-plan-block .payment_plan_row .col-lg-1-flex {
    flex: 0 0 100%;
    border: none;
    max-width: 100%;
  }

  .conservative-responsive-plan-block .payment_plan_row .row-flex {
    min-height: unset;
    margin: 10px 0;
  }

  .conservative-responsive-plan-block .payment_plan_row {
    margin: 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .payment_plan_row .col-flex, 
  .payment_plan_row .col-lg-1-flex {
      flex: 0 0 100%;
      border: none;
      max-width: 100%;
  }
}

.form-group #card-container,
.design-for-custom-forms {
  border: 2px solid #dddddd !important;
  border-radius: 10px !important;
  padding: 11px 15px 11px 15px !important;
  height: 47px !important;
}

.inverse-color #card-container {
  background: #FFF;
}

#div-custom_Date_of_Birth select {
  width: 33.33%;
  border: 2px solid #dddddd;
  border-radius: 10px;
  padding: 10px 15px;
  height: auto;
  font-size: 16px;
}

#card-container .ratio {
  display: none;
}

#card-container iframe {
  position: relative !important;
}

#card-errors {
  color: red;
}