.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-notice {
  color: #b9b9b9;
  font-size: 12px;
  margin: 0px 5px -5px;
}

.recaptcha-notice>a {
  color: #5e97c8;
}

body {
  font-size: 1.35rem;
}

.page-wrap.promo-active {
  margin-top: 0;
}

#paypal-button-container {
  display: flex;
  align-items: center;
}

select>option {
  font-family: arial;
}

#assign-button {
  position: relative;
}

#assign-button>img {
  position: absolute;
  left: 20px;
}

#pay-button {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 0px 15px;
  margin-top: 15px;
  font-size: 18px;
  width: 100%;
}

.loading-spinner {
  height: 25px;
  width: 25px;
}

/* 3ds overlay */
.three-d-s-overlay {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  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;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 50px;
}

.three-d-s-overlay .sp-notice-msg {
  margin-bottom: 15px;
}

.three-d-s-overlay .close {
  color: #ffffff;
  position: absolute;
  right: 10px;
  top: 4px;
  opacity: 0.6;
  font-size: 36px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.three-d-s-overlay .close:hover {
  opacity: 1;
}

#three-d-secure-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 15;
}

/* END 3ds overlay */
.amazon-overlay-logo {
  width: 140px;
}

.amazon-logo {
  margin-top: 8px;
}

#payment-element {
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  border-radius: 4px;
  padding: 5px;
  margin-top: 12px;
}

.payment-method-radio-box input {
  outline: none;
}

.account-type-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 5px;
  height: 22px;
}

.account-type-options * {
  cursor: pointer;
}

.account-type-options label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
}

.account-type-options *,
.account-type-options>input {
  margin: 0px;
}

.account-type-options label img {
  margin-left: 5px;
  margin-right: 5px;
  max-height: 22px;
  ;
}

.sp-err-msg {
  background-color: #FFE6E6;
  border: 1px solid #EDB7B7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  color: #D45454;
  padding: 10px 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
}

.sp-notice-msg {
  background-color: #FFFBDA;
  border: 1px solid #C8BB8F;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  color: #897C51;
  padding: 10px 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
}

.note {
  color: #969696;
  font-size: 12px;
  margin-top: 6px;
}

/* coupon */
.coupon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 20px;
}

.coupon-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.coupon-input-container>input {
  max-width: 140px;
  -webkit-box-flex: 1;
  -ms-flex: 1 2 0px;
  flex: 1 2 0px;
  margin-right: 5px;
}

.coupon-input-container>input {
  border: 2px solid #06BCEB;
  border-radius: 4px;
  padding: 5px;
  outline: none;
}

.coupon-input-container>input:focus {
  border-color: #FFB300;
  box-shadow: 0 0 5px rgba(255, 179, 0, 0.5);
}

.coupon-input-container>button {
  width: 80px;
}

.coupon-input-container .apply-coupon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #06BCEB;
  font-weight: bold;
  border-radius: 2px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F6F6F6;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-error,
.input-error:focus,
.recurly-element.recurly-element-invalid {
  border-color: #d95954;
  background-color: #fcf2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.message {
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  color: #E94E4E;
}

.container {
  overflow: auto;
}

.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.step-seq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #333333;
  margin: 0px 25px;
  width: 100px;
}

.step-seq .step-clickable {
  cursor: pointer;
}

.step-seq:before {
  content: '';
  width: 110px;
  border-bottom: 1px solid #B9B9B9;
  position: relative;
  top: 11px;
  left: 75px;
}

.step-seq:last-of-type:before {
  display: none;
}

.steps .step-img {
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 22px;
  margin-bottom: 8px;
}

.steps .step-seq:nth-child(1) .step-img.active {
  background-image: url('https://cdn.insynchq.com/web/c/8/miQrV8/raw/new_1_active.svg');
}

.steps .step-seq:nth-child(2) .step-img.active {
  background-image: url('https://cdn.insynchq.com/web/c/Z/g38jJA/raw/new_2_active.svg');
}

.steps .step-seq:nth-child(3) .step-img.active {
  background-image: url('https://cdn.insynchq.com/web/c/B/WP10LF/raw/new_3_active.svg');
}

.steps .step-seq:nth-child(2) .step-img.inactive {
  background-image: url('https://cdn.insynchq.com/web/c/O/WgheXe/raw/new_2_inactive.svg');
}

.steps .step-seq:nth-child(3) .step-img.inactive {
  background-image: url('https://cdn.insynchq.com/web/c/K/esH6Hb/raw/new_3_inactive.svg');
}

.steps .step-seq:nth-child(4) .step-img.inactive {
  background-image: url('https://cdn.insynchq.com/web/c/R/W9sST5/raw/new_4_inactive.svg');
}

.steps .step-seq .step-img.done {
  background-image: url('https://cdn.insynchq.com/web/c/Z/EWVcNn/raw/new_done_step.svg');
}

.steps .step-seq>p {
  margin: 0px;
}

.container>.title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #333333;
  margin-top: 40px;
  margin-bottom: 10px;
}

.currency-container {
  margin-top: 10px;
  margin-bottom: 30px;
}

.purchase-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.payment-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 300px;
  margin-bottom: 30px;
}

.payment-container.company-plan {
  min-height: 410px;
}

.payment-info {
  width: 400px;
  height: 100%;
  background-color: #FFFFFF;
  border: 1px solid #D2D2D2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.payment-info p {
  margin: 0px;
}

.payment-total {
  padding: 15px;
  margin-top: 6px;
}

div>hr {
  width: 75%;
  margin: auto;
  margin-top: 24px;
}

.payment-total.company-plan {
  padding: 15px 37px 15px;
}

.payment-values,
.subpayment-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 10px;
  margin: 20px 0px;
}

.payment-values>p {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}

.subpayment-values {
  margin-top: 2px;
  margin-bottom: 1px;
}

.subpayment-values p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
}

.subpayment-values.upgrade-removal,
.subpayment-values.upgrade-section {
  align-items: unset;
}

.subpayment-values.upgrade-removal>p {
  color: #06BCEB;
  font-weight: bold;
  word-break: break-all;
  margin-right: 5px;
}

.subpayment-values.upgrade-removal>p>span {
  cursor: pointer;
}

.subpayment-values.upgrade-removal>p>span,
.subpayment-values.upgrade-removal>div>p,
.subpayment-values.upgrade-section>p>span,
.subpayment-values.upgrade-section>div>p {
  color: #EC4444;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  margin-left: 10px;
}

.subpayment-values.upgrade-removal>div>hr {
  margin: 10px 0px;
}

.currency-total {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 33px;
  color: #333333;
  text-align: center;
}

.total-info {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  text-align: center;
}

.coupon {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  cursor: pointer;
  color: #06BCEB;
  margin: 10px 0px;
}

.coupon-parent {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  align-self: center;
  align-items: left;
  align-content: center;
}


.features {
  padding: 10px 37px;
  margin-bottom: 38px;
  margin-top: -24px;
}

.features-header {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 23px;
  color: #333333;
  margin-bottom: 6px;
}

.feature-item img {
  margin-right: 10px;
  padding-bottom: -1px;
}

.feature-item {
  display: flex;
  align-items: baseline;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 10px;
}

.feature-item-disabled {
  opacity: .5;
  text-decoration: line-through;
}

.feature-item.feature-item-disabled img {
  visibility: hidden;
}

.info-details {
  width: 600px;
  height: 100%;
  background-color: #FFFFFF;
  border: 1px solid #D2D2D2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.payment-info,
.info-details {
  margin: 0px 10px;
}

.info-details {
  padding: 27px 37px;
}

.email-storage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

.email-storage input {
  height: 48px;
}

/* Email type dropdown */
.assign-email {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.assign-email .title {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #333333;
  margin-bottom: 17px;
  margin-top: 25px;
}

.assign-email .title-company {
  margin-bottom: 10px;
}

.assign-email .subtitle-company {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 18px;
}

.secure-checkout {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
}

.green-check-icon {
  width: 12px;
  height: 12px;
}

.lock-icon-parent {
  display: flex;
  align-items: center;
  line-height: 12px;
  font-size: 12px;
  width: 100px;
  text-align: center;
}

.lock-icon {
  width: 16px;
  height: 20px;
  margin: 10px 10px 10px 0;
  align-self: center;
}

.lock-icon-invert {
  -webkit-filter: invert(100%);
  filter: invert(100%) grayscale(100%) brightness(10);
  margin-right: -10px;
}


.paypal-processing-container {
  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;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.paypal-processing-text {
  max-width: 350px;
  color: #ffffff;
}

.paypal-processing-text>div {
  text-align: center;
}

.paypal-logo-container {
  margin-top: 0px;
}

.paypal-logo {
  height: 36px;
  margin-bottom: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.paypal-processing-text-info,
.paypal-processing-text-button {
  font-family: "HelveticaNeue", "HelveticaNeue-Light", "Helvetica Neue Light", helvetica, arial, sans-serif;
  font-size: 15px;
  margin-top: 20px;
}

.paypal-processing-text-info {
  line-height: 1.5;
}

.paypal-processing-text-button {
  text-decoration: underline;
  line-height: 1.35;
  font-weight: bold;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.paypal-processing-container .close {
  color: #ffffff;
  position: absolute;
  right: 10px;
  top: 4px;
  opacity: 0.6;
  font-size: 36px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.paypal-processing-container .close:hover {
  opacity: 1;
}

.payment-method-container>.header {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  margin-bottom: 9px;
}

.credit-card-method-container {
  margin-top: 18px;
}

.credit-card-method-container.disabled-method {
  margin-top: 9px;
}

.payment-method-radio-box .header div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payment-method-radio-box .header div input {
  margin-top: 0px;
  margin-right: 14px;
}

.payment-method-radio-box .header div label {
  margin: 0px;
  font-weight: unset;
}

.payment-method-radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #B9B9B9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 20px;
  margin-bottom: 10px;
  cursor: pointer;
  min-height: 47px;
}

.payment-method-radio-box.disabled-method {
  cursor: not-allowed;
  opacity: 0.5;
}

.payment-method-radio-box.disabled-method .header * {
  cursor: not-allowed;
}

.payment-method-radio-box.active-method {
  border: 1px solid #0C8BAB;
  cursor: default;
}

.payment-method-radio-box.active-method .header * {
  cursor: default;
}

.payment-method-radio-box .header * {
  cursor: pointer;
}

.payment-method-radio-box>.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
}

.payment-method-radio-box.active-method>.header {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #000;
}

.payment-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.cc_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 5px;
  gap: 10px;
}

.cc_name>div {
  width: 100%;
}

.cc_name>div input {
  width: 100%;
  height: 48px;
}

.recurly-element {
  border-color: #b7b7b9;
  height: 48px;
}

.billing-email-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 10px -5px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  font-style: normal;
  font-weight: lighter;
  font-size: 14px;
  line-height: 19px;
  color: #777;
  height: 33px;
}

.billing-email-field {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}

.billing-email-view b {
  color: #333;
}

#billing_form input {
  padding: 10px;
}

.billing-email-view a {
  text-decoration: underline;
  font-size: 0.9em;
  margin-left: 10px;
  font-weight: normal;
}

.next-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.next-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 208px;
  height: 47px;
  background-color: #06BCEB;
  border-radius: 2px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.next-button.disable-button,
.coupon-container .coupon-input-container .disable-button {
  background-color: #E0E0E0;
  cursor: not-allowed;
}

@media (max-width: 1000px) {

  .payment-container,
  .payment-container.company-plan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: unset;
  }

  .payment-info {
    width: 557px;
  }

  .assign-email {
    margin-bottom: 0px;
  }

  .info-details {
    margin-top: 50px;
  }

  .next-section {
    margin-top: 50px;
  }

  .back-link {
    padding-bottom: 20px;
  }
}

@media (max-width: 555px) {
  .step-seq {
    margin: 0px 5px;
  }

  .step-seq:before {
    width: 70px;
    left: 55px;
  }

  .payment-cards {
    max-height: 23px;
  }

  .payment-info,
  .info-details {
    width: 100%;
  }

  .info-details {
    margin-left: 0px;
    margin-right: 0px;
  }

  .payment-details .header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.auto-billing {
  display: flex;
  background: #BAEEF9;
  color: #333333;
  padding: 20px 30px;
  font-size: 13px;
  margin: 20px -15px;
}

.auto-billing h1 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}

#auto-billing-checkbox {
  display: none;
}

.checker {
  background-image: url('https://cdn.insynchq.com/web/c/A/Z3KuFp/raw/checkbox.svg');
  margin-right: 12px;
  margin-top: 2px;
  width: 13px;
  height: 13px;
}

#auto-billing-checkbox:checked+.checker {
  background-image: url('https://cdn.insynchq.com/web/c/D/wTDtQq/raw/checkbox-checked.svg');
}

#subscribe {
  width: 184px;
  background-color: #ffc43a;
  height: 34px;
  border-radius: 5px;
  padding-bottom: 3px;
}

div.subpayment-values.upgrade-removal>div {
  margin-left: -24% !important;
}

.coupon-label {
  color: #06BCEB;
  font-weight: bold;
  word-break: break-all;
  margin-right: 5px;
}

.red-label {
  color: #CD4444;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}

.green-label {
  color: #30AA3B;
  font-style: normal;
  font-weight: 600;
  font-size: 13.5px;
}

.green-label hr {
  margin-top: 15px;
  margin-bottom: 5px;
}

.minus {
  font-size: 20px;
}

.remove-voucher {
  cursor: pointer;
  font-size: 10px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  margin: 5px 10px 0;
}

.discount-text-parent {
  margin-top: 5px;
}

.discount-text {
  font-weight: lighter;
  margin: 0px 10px;
  font-size: 0.9em;
}

/* .stripe-logo {
  width: 100px;
  height: 45px;
  margin-left: -10px;
  margin-right: -10px;
  display: inline;
}

.recurly-logo {
  width: 100px;
  height: 25px;
  margin-left: -5px;
  display: inline;
} */

.header {
  margin-top: 12px;
}

.header-top {
  font-size: 1.25em;
  margin: -3px 0px 20px 0px;
  font-weight: bold;
}

.header-text {
  font-size: 1em;
  color: #777;
  display: flex;
  gap: 1px;
  align-items: left;
  align-self: left;
  margin: 3px 10px 10px 18px;
  opacity: 0.8;
  font-family: "Source Sans Pro", sans-serif;
  transform: scale(0.95);
}

.header-text img.stripe-logo,
.header-text img.recurly-logo {
  /* Adjust height as needed */
  vertical-align: baseline;
}

.radio-label {
  font-weight: 600;
}

.stripe-logo {
  height: 25px;
  margin-top: -2px;
  margin-left: -2px;
}

.recurly-logo {
  height: 40px;
  margin-bottom: -5px;
  transform: translateX(1.5);
}

.info-icon-container {
  position: relative;
  display: inline-block;
}

.info-icon {
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.info-message {
  visibility: hidden;
  width: 250px;
  background-color: #30993B;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 20px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -125px;
  opacity: 0;
  transition: opacity 0.3s;

  &:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -5px;
    border-width: 8px 8px 0;
    border-style: solid;
    border-color: #30993B transparent transparent transparent;
    transform: rotate(0deg);
  }
}

.info-icon-container:hover .info-message,
.info-icon-container:active .info-message {
  visibility: visible;
  opacity: 1;
}

.stripe-logo:hover .info-message,
.stripe-logo:active .info-message {
  visibility: visible;
  opacity: 1;
}

.close-button {
  position: absolute;
  top: -4px;
  right: -4px;
  background: none;
  border: 2px solid #fff;
  border-radius: 50% 50% 50% 50%;
  color: #fff;
  font-size: 1.5em;
  padding: 1px 10px;
  transform: scale(0.65);
  cursor: pointer;
}

.secure-checkout-text {
  text-align: center;
  vertical-align: center;
}

.secure-checkout-button-text {
  text-align: center;
  vertical-align: center;
  margin: auto;
  max-width: 250px;
}

.secure-checkout-button {
  display: flex;
  justify-content: space-between;
}

.features-text {
  margin-left: -10px;
  margin-bottom: 20px;
}

.price-tag {
  width: 12px;
  height: 18px;
}

.total-text {
  margin-bottom: -8px;
}

.payment-card-image {
  margin-bottom: -20px;
}

.paypal-discount-remarks {
  font-style: italic;
  font-weight: bolder;
  color: #000;
}