.growth_badge::before {
  content: "Featured";
  position: absolute;
  margin-right: 10px;
  font-size: 11px;
  width: 150%;
  height: 35px;
  padding-left: 30px;
  background-image: linear-gradient(
    45deg,
    #2eb247 0%,
    #2eb247 51%,
    #2eb247 100%
  );
  -webkit-transform: rotate(45deg) translateY(-20px);
  transform: rotate(45deg) translateY(-20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.23);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.23);
}

.product_title {
  font-size: 30px !important;
  margin: 20px 0px;
}

.product_icon {
  font-size: 40px !important;
  margin-bottom: 20px;
}

#payment_container {
  overflow-y: hidden !important;
}

#purchase_btn {
  background-color: #0b75de;
}

#header_payment_card {
  background-color: #0b75de;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.switchToggleBilling input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

.switchToggleBilling label {
  cursor: pointer;
  text-indent: -9999px;
  width: 230px;
  max-width: 250px;
  height: 30px;
  background: #fff;
  color: #444;
  display: block;
  border-radius: 100px;
  position: relative;
  border: 1px solid grey;
}

.switchToggleBilling label:after {
  content: "Monthly";
  white-space: nowrap;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 28px;
  border-radius: 90px;
  -webkit-transition: 0.3s;
  background-color: #6f7681;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.switchToggleBilling label:after input:checked {
  content: "Yearly";
}

.switchToggleBilling input:checked + label,
.switchToggleBilling input:checked + input + label {
  background: #fff;
}

.switchToggleBilling input + label:before,
.switchToggleBilling input + input + label:before {
  content: "Yearly (50% off)";
  white-space: nowrap;
  position: absolute;
  top: 5px;
  right: 0px;
  width: 140px;
  height: 26px;
  border-radius: 90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-indent: 0;
  color: #6f7681;
  background-color: transparent;
}

.switchToggleBilling input:checked + label:before,
.switchToggleBilling input:checked + input + label:before {
  content: "Monthly";
  white-space: nowrap;
  position: absolute;
  top: 5px;
  left: 25px;
  width: 200px;
  height: 26px;
  border-radius: 90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-indent: 0;
  color: #6f7681;
}

.switchToggleBilling input:checked + label:after,
.switchToggleBilling input:checked + input + label:after {
  left: calc(100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  content: "Yearly (50% off)";
  width: 150px;
  right: 0px;
}

.switchToggleBilling label:active:after {
  width: 100px;
}

.plan_card_subscription {
  height: 700px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 5px;
  border: 1px solid #bbb;
  padding-top: 20px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.plan_card {
  height: 450px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 5px;
  border: 1px solid #bbb;
  padding-top: 20px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.description_container_subs {
  height: 30px !important;
}

.card_buying_plan {
  height: 640px !important;
  border: 2px solid #ced4db !important;
}

.card_buying_plan_growth {
  height: 535px !important;
  border: 2px solid #ced4db !important;
}

.col_height {
  height: 500px !important;
}

/* .plan_card:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.61);
} */

.description_container {
  height: 25px !important;
}

.plan_select_growth {
  background-color: #33cc66 !important;
}

/* -------------------------------- INVOICE PARTIAL -------------------------------- */

.invoice_card {
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.invoice_download {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 5px 20px;
  border: none;
  border-radius: 5px;
}

.invoice_download:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

@media (min-width: 768px) {
  .plan_card {
    max-width: 30% !important;
  }

  .plan_card_subscription {
    max-width: 31% !important;
  }

  .description_container {
    height: 26px !important;
  }

  .card_buying_plan {
    height: 625px !important;
  }
}

@media (min-width: 1000px) {
  #left_side,
  #right_side {
    min-height: 90vh;
    max-width: 49% !important;
  }

  .card_buying_plan {
    height: 780px !important;
  }

  .card_buying_plan_growth {
    height: 670px !important;
  }

  .plan_card_subscription {
    height: 860px !important;
  }

  .description_container_subs {
    height: 45px !important;
  }

  .description_container {
    height: 45px !important;
    font-size: 13px;
  }
}

@media (min-width: 1200px) {
  .card_buying_plan {
    height: 710px !important;
  }

  .card_buying_plan_growth {
    height: 620px !important;
  }

  .description_container {
    height: 33px !important;
  }

  .plan_card_subscription {
    height: 800px !important;
  }

  .description_container_subs {
    height: 37px !important;
  }
}


/* ----------------------------------- NEW SUBSCRIPTIONS (2024) ----------------------------------- */


  .essential_color {
      color: #00afef !important;
  }

  .essential_bg {
      background-color: #00afef !important;
  }

  .growth_color {
      color: #0B75DE !important;
  }

  .growth_bg {
      background-color: #0B75DE !important;
  }

 @media (min-width:1024px) {
        .right_dotted_border {
            border-right: 2px dotted lightgrey !important;
        }
    }
