.strike {
  text-decoration: line-through;
}

.table td {
  text-align: right;
  color: #3870FB;
}

.table th {
  text-align: right;
  color: #3870FB;
}

body {
  margin: 0;
   font-family: "Josefin Sans";
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #3870FB;
  background-color: #3870FB;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn-outline-primary {
  color: rgb(57 236 170/var(--tw-bg-opacity));
  background-color: white;
  border-color: #00FFA2;
}

.btn-primary:hover + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  color: #00FFA2;
  background-color: #00FFA2;
  border-color: #00FFA2;
}

.totalValue {
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0.03em;
  line-height: 35px;
  text-align: left;
  color: #3870FB;
}

.totalValue > small {
  font-weight: 500;
  font-size: 20px;
  vertical-align: top;
}

.fontNormal {
  font-weight: 500 !important;
}

.priceLabelTW {
  font-size: 14px;
}

#checkoutDetails .input-group-text {
  background: #fff;
  border: 1px solid #00FFA2;
}

#checkoutDetails .form-control {
  border: 1px solid #00FFA2;
}

.input-group-text {
  background: none;
  border-right: 1px solid #fff !important;
}

#checkoutDetails #purchaseEmail {
  border-left: 0;
}

.totalTitle {
  font-weight: bold;
  font-size: 32px;
  color: #707070;
}

.card-header:first-child,
.cardNoBg,
.cardNoBg li {
  background: none !important;
}

.checkCircle {
  color: #00FFA2;
  font-size: 24px;
}

.planborderRadius {
  border-radius: 10px;
  border: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.bg-gradient-primary-to-secondary {
  background-color: #90ee90 !important;
}

.card-header {
  color: #0f1963;
  font-size: 1.5em;
  font-weight: 400;
}

#plans {
  background: #3870fb;
}

h5 {
  font-size: 1em;
}

.card-body > .list-group > .list-group-item {
  background-color: white;
  color: #3870FB;
  font-size: 0.85em;
  font-weight: 500;
}

.plusIcon {
  width: 56px;
  height: 56px;
  background: #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  border-radius: 50%;
  top: 100%;
  left: 50%;
  margin-left: -28px;
  margin-top: -15px;
}

.plusIcon img {
  width: 24px;
}

.plusIco2 {
  margin-left: -30px;
}

.planSubTitle {
  font-size: 14px;
  color: dimgray;
  font-style: italic;
}

/* Buttons and links */
button {
  background: #00FFA2;
  font-family: "Josefin Sans";
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}
button:hover {
  filter: contrast(115%);
}
button:disabled {
  opacity: 0.5;
  cursor: default;
}

@media (min-width: 768px) {
  .plusIcon {
    width: 32px;
    height: 32px;
    background: #fff;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    border-radius: 50%;
    margin-left: -40px;
    top: 40%;
    left: 0;
    display: flex !important;
  }

  .plusIco2 {
    top: 40%;
    left: 0;
    margin-left: -18px;
  }
}

@media (max-width: 600px) {
  #checkoutDetails .purchase-info {
    font-size: 13px;
  }

  #checkoutDetails br {
    display: none;
  }
  .totalTitle,
  h4.totalTitle {
    font-size: 20px;
  }
  .totalValue {
    font-size: 20px;
  }
  .priceLabelTW {
    font-size: 16px;
  }
  .input-group-text img {
    width: 20px;
  }
  #checkoutDetails .form-control {
    font-size: 0.85em;
  }
  .iconImageSize img {
    width: 24px;
  }
  #continueButton {
    font-size: 0.85em;
  }
  #continueButton img {
    width: 18px;
  }
}

#purchaseEmail:focus,
#customOfferNameField:focus,
#buyFor label:focus,
#purchaseFriendEmail:focus,
#buyFor input:focus + label {
  box-shadow: none !important;
}

#keymojiImage {
  border-radius: 15px;
}

/* Make the input take the row and keep it from forcing a new line */
#custom-offer-row #customOfferNameField {
  width: auto;        /* override Bootstrap's width:100% for this input only */
  flex: 1 1 auto;     /* grow to fill remaining space */
  min-width: 0;
}

/* Make the button the same height as the input and keep it compact */
#custom-offer-row #applyCustomOfferButton {
  flex: 0 0 auto;           /* don't grow */
  align-self: stretch;      /* match the input's height */
  height: auto;             /* allow stretching */
  display: flex;            /* vertical centering of label */
  align-items: center;

  /* Match Bootstrap form-control vertical rhythm */
  --bs-btn-padding-y: .375rem;   /* same as default input padding-y */
  --bs-btn-line-height: 1.5;     /* same as input line-height */
  border-width: 1px;             /* ensure border thickness matches input */
  /* if your theme forces full-width buttons somewhere: */
  width: auto !important;
}

/* Optional: remove double border between input and button (cleaner look) */
#custom-offer-row #applyCustomOfferButton { margin-left: -1px; }

/* Keep your instance isolated even if global .btn rules exist */
#custom-offer-row .btn { display: flex; }
