body.no-scroll {
  overflow: hidden;
}
a#link-tos {
  color: #03a9f5;
}
p.signin-prompt {
    font-size: 13px;
}
#hutsy-popup-box {
  position: fixed;
  bottom: -100%; /* Start off-screen */
  left: 50%;
  transform: translateX(-50%);
  width: 100%; /* Default mobile width */
  max-width: 500px; /* Desktop constraint */
  height: 50vh;
  background: #222;
  border-radius: 20px 20px 0 0; /* Rounded top corners */
  padding: 25px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 -5px 25px rgba(0,0,0,0.5);
  transition: bottom 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 10000;
  display: flex;
  flex-direction: column;
}

#hutsy-content-scroll {
  overflow-y: auto;
  flex-grow: 1;
  margin-top: 10px;
  padding-right: 5px;
}

/* Custom Scrollbar for the popup */
#hutsy-content-scroll::-webkit-scrollbar {
  width: 4px;
}
#hutsy-content-scroll::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 10px;
}
/* login css */
/* ─────────────────────────────────────────────
   Hutsy Login – layout + card
   ───────────────────────────────────────────── */
   .hutsy-login-wrap {
    max-width: 420px;
    margin: 40px auto;
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    color: #e5e7eb;
  }
  
  .hutsy-login-card {
    border-radius: 18px;
    padding: 24px 22px 26px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6);
  }
  
  /* Logged-in state card */
  .hutsy-login-card--logged-in {
    text-align: center;
  }
  
  .hutsy-login-header {
    margin-bottom: 18px;
    text-align: center;
  }
  
  .hutsy-login-kicker {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #9ca3af;
    margin: 0 0 4px;
  }
  
  .hutsy-login-title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #f9fafb;
  }
  
  .hutsy-login-subtitle {
    margin: 4px 0 0;
    font-size: 13px;
    color: #9ca3af;
  }
  
  /* Dashboard button for already-logged-in state */
  .hutsy-login-dashboard-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    padding: 9px 18px;
    border-radius: 999px;
    background: #03A9F5;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border: none;
  }
  
  .hutsy-login-dashboard-btn:hover {
    filter: brightness(1.05);
  }
  
  /* ─────────────────────────────────────────────
     Fields – reuse .field-bounce + floating label
     ───────────────────────────────────────────── */
  .hutsy-login-form {
    margin-top: 4px;
  }
  
  .hutsy-login-field {
    margin-bottom: 14px;
    position: relative;
  }
  
  /* Make sure container is relative for absolute label */
  .field-bounce {
    position: relative;
  }
  
  /* Inputs inside login */
  .hutsy-login-input {
    width: 100%;
    border: 1px solid #323232 !important;
    border-radius: 3px !important;
    padding: 0.8rem 1rem !important;
    transition: all .3s;
    background: #222 !important;
    margin-top: 5px;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    outline: none;
  }
  
  /* Password wrapper (eye icon already styled above in your CSS) */
  .hutsy-login-field--password .pwd-wrap {
    position: relative;
  }
  
  .hutsy-login-field--password .hutsy-login-input {
    padding-right: 42px; /* space for eye */
  }
  
  /* Use existing floating label system – labels already styled by .field-bounce rules */
  
  /* ─────────────────────────────────────────────
     Error text under fields
     ───────────────────────────────────────────── */
  .hutsy-login-error {
    display: none; /* override .field-msg which is block */
    margin-top: 4px;
    margin-left: 4px;
    font-size: 11px;
    font-weight: 600;
    color: #ff6b6b;
  }
  
  /* ─────────────────────────────────────────────
     Login button – reuse subscribe button styles
     ───────────────────────────────────────────── */
  button#hutsy-login-btn {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 4px;
    background-color: #03A9F5;
    font-size: 14px;
    color: #fff;
    border: none;
    font-weight: 600;
    padding: 13px 16px;
  }
  
  /* Let the existing .subscribe-btn, .subscribe-liquid, .subscribe-spinner,
     .subscribe-check, .btn-spinner, etc. do their animation magic */
  .hutsy-login-btn .spinner-text {
    font-size: 13px;
  }
  
  /* When success, message text */
  .hutsy-login-btn .check-text {
    font-size: 13px;
  }
  
  /* Small tweak so spinner circle fits nicely on login button */
  .hutsy-login-btn .btn-spinner::before {
    width: 14px;
    height: 14px;
  }

/*NEW CSS*/
/* ─────────────────────────────────────────────
   Hutsy phone field – intl-tel-input styling
   ───────────────────────────────────────────── */
   .hutsy-phone-field {
    position: relative;
  }
  
  /* Disable floating-label tricks for this field */
  .hutsy-phone-field label {
    position: static;
    top: auto;
    left: auto;
    padding: 0;
    font-size: 13px;
    color: #cbd5e1;
    margin-bottom: 4px;
  }
  
  /* Let intl-tel-input wrapper fill the width */
  .hutsy-phone-field .iti {
    width: 100%;
  }
  
  /* Base input style (room for flag + dial code) */
  .hutsy-phone-field .iti input#user_phone {
    width: 100%;
    background: #222 !important;
    border: 1px solid #323232 !important;
    border-radius: 3px;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.8rem 1rem;
    padding-left: 3.5rem; /* space for flag + dial code */
    margin-top: 5px;
    margin-bottom: 10px;
  }

  button.iti__selected-country {
      border: none !important;
      display: flex;
      background: #333 !important;
      border-radius: 0px !important; 
  }
  button.iti__selected-country:hover, button.iti__selected-country:focus {
    border: none !important;
    background: transparent !important;
}

.iti__dropdown-content {
  border-radius: 3px;
  background-color: #222;
  color: #fff;
}
  .iti--inline-dropdown .iti__dropdown-content {
    margin-top: -53px;
    background-color: #222;
    border: none;
}

  .field-bounce.hutsy-phone-field.bounce-in {
    z-index: 9999999;
    margin-top: 0px;
}
  
  /* Flag + dial code container */
  .hutsy-phone-field .iti--separate-dial-code .iti__flag-container {
    background: #222;
    border: 1px solid #323232;
    border-right: none;
    border-radius: 3px 0 0 3px;
  }
  
  .hutsy-phone-field .iti__selected-flag {
    height: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
  }
  
  .hutsy-phone-field .iti__selected-dial-code {
    color: #e5e7eb;
    font-weight: 600;
    margin-left: 6px;
  }
  
  .hutsy-phone-field .iti__arrow {
    border-top-color: #9ca3af;
  }
  
  /* Country dropdown – dark theme + on top of everything */
  .hutsy-phone-field .iti__country-list {
    background: #222;
    border: 1px solid #1f2937;
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(0,0,0,.6);
    color: #e5e7eb;
    max-height: 260px;
    overflow-y: auto;
    z-index: 9999;
  }
  
  .hutsy-phone-field .iti__country {
    padding: 7px 10px;
  }
  
  .hutsy-phone-field .iti__country.iti__highlight {
    background: #1f2937;
  }
  
  .hutsy-phone-field .iti__dial-code {
    color: #94a3b8;
  }
.pwd-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.pwd-wrap input {
  width: 100%;
  padding-right: 40px; /* space for eye */
}

.eye-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eye-btn svg {
  width: 18px;
  height: 18px;
  opacity: 0.75;
  fill: #9ca3af; /* soft grey to match your theme */
}

.eye-btn.is-on svg {
  opacity: 1;
}

.eye-btn .eye-open,
.eye-btn .eye-closed {
  display: none;
}

.eye-btn.is-on  .eye-open  { display: block; }
.eye-btn.is-on  .eye-closed{ display: none; }
.eye-btn.is-off .eye-open  { display: none; }
.eye-btn.is-off .eye-closed{ display: block; }
/* Step 3 labels */
#step3 .label-hed { display:block; margin:2px 0 10px; font-weight:700; font-size:14px; color:#cbd5e1; }
#step3 .field-bounce { margin:14px 0 18px; }

/* 2x2 grid for chips */
#step3 .chip-row {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:0 0 12px;
}
#step3 .chip {
  width:100%; padding:12px 14px; text-align:center;
  background:#222; border:1px solid #323232; border-radius:12px;
  color:#cbd5e1; font-size:13px; font-weight:700; line-height:1.2;
  cursor:pointer; user-select:none; white-space:normal;
  transition:background .15s,color .15s,border-color .15s,box-shadow .15s,transform .05s;
}
#step3 .chip:hover { border-color:#03A9F5; color:#e5f6ff; }
#step3 .chip:active { transform:translateY(1px); }
#step3 .chip.is-selected { background:#1e293b; color:#fff; border-color:#03A9F5; box-shadow:inset 0 0 0 2px rgba(3,169,245,.25); }
@media (max-width:360px){ #step3 .chip-row{gap:8px;} #step3 .chip{padding:11px 12px;} }

/* Consents */
/* STEP 3 – nicer, fixed-size checkboxes */
#step3 .consent-line {
  --cb: 22px;                    /* checkbox size */
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 10px 0 2px;
  line-height: 1.35;
  font-size: 13px;
}

#step3 .consent-line input[type="checkbox"] {
  appearance: none;              /* custom checkbox */
  width: var(--cb);
  height: var(--cb);
  min-width: var(--cb);          /* fixes width so rows align */
  margin: 2px 0 0;               /* align with first line of text */
  border: 1.8px solid #3b495f;
  border-radius: 6px;
  background: #121826;
  outline: none;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, box-shadow .15s ease, transform .05s ease;
}

#step3 .consent-line input[type="checkbox"]:hover {
  border-color: #03A9F5;
}

#step3 .consent-line input[type="checkbox"]:active {
  transform: translateY(1px);
}
small#tos_consent_msg {
    text-align: center;
}

/* checkmark */
#step3 .consent-line input[type="checkbox"]::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 15px;
  border: 2px solid transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  transform: rotate(45deg);
  top: 3px;
  left: 7px;
  opacity: 0;
  transition: opacity .12s ease;
}

#step3 .consent-line input[type="checkbox"]:checked {
  background: #03A9F5;
  border-color: #03A9F5;
  box-shadow: 0 0 0 3px rgba(3,169,245,.25);
}

#step3 .consent-line input[type="checkbox"]:checked::after {
  opacity: 1;
}

/* keyboard focus */
#step3 .consent-line input[type="checkbox"]:focus-visible {
  box-shadow: 0 0 0 3px rgba(58,190,248,.35);
}

/* label text */
#step3 .consent-line > span {
  flex: 1;
  color: #cbd5e1;
  margin-top: 1px;
}

#step3 .consent-line a {
  color: #7dd3fc;
  text-decoration: none;
}
#step3 .consent-line a:hover { text-decoration: underline; }

/* inline error message (if you use it) */
#step3 #tos_consent_msg,
#step3 #partner_consent_msg {
  display: none;
  color: #ff5151 !important;
  margin: 6px 0 0 34px;          /* indent to align under text, not the box */
  font-size: 12px;
}

p#signinPrompt a {
    color: #00ccff;
    font-weight: bold;
}
p#signinPrompt {
    font-size: 13px;
}

/* Confirmation Modal styles */
.modal-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
  backdrop-filter: blur(10px);
  font-family: 'Poppins';
}

.modal-overlay.show {
  visibility: visible;
  opacity: 1;
}

.modal-content {
  background-color: #191C1F;
  color: #fff;
  padding: 30px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  max-width: 400px;
  transform: translateY(100%);
  transition: transform 0.3s ease 0.05s;
  box-sizing: border-box;
}

.modal-overlay.show .modal-content {
  transform: translateY(0);
}

@media (min-width: 768px) {
  .modal-overlay {
    align-items: center;
  }
  .modal-content {
    border-radius: 12px;
    transform: scale(0.9);
    transition: transform 0.3s ease 0.05s;
  }
  .modal-overlay.show .modal-content {
    transform: scale(1);
  }
}

/* Modal actions */
.modal-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 10px;
}

.modal-btn {
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  flex: 1;
}

.modal-btn.cancel {
  background-color: #4a5568;
  color: #e2e8f0;
}

.modal-btn.confirm {
  background-color: #03A9F5;
  color: #fff;
}
label.consent-line {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
    font-size: 13px;
}
span a {
    color: #65ceff;
}
input#tos_consent {
    width: 20px;
    height: 20px;
}
.modal-content .consent-line input[type="checkbox"] {
  appearance: none; /* custom checkbox */
  width: 22px;
  height: 22px;
  min-width: 22px; /* fixes width so rows align */
  margin: 2px 0 -4px; /* align with first line of text */
  border: 1.8px solid #3b495f;
  border-radius: 6px;
  background: #121826;
  outline: none;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, box-shadow .15s ease, transform .05s ease;
}

.modal-content .consent-line input[type="checkbox"]:hover {
  border-color: #03A9F5;
}

.modal-content .consent-line input[type="checkbox"]:active {
  transform: translateY(1px);
}

/* checkmark */
.modal-content .consent-line input[type="checkbox"]::after {
  content: "";
  position: relative;
  width: 8px;
  height: 15px;
  border: 2px solid transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  transform: rotate(45deg);
  top: 0px;
  left: 6px;
  opacity: 0;
  display:block;
  transition: opacity .12s ease;
}

.modal-content .consent-line input[type="checkbox"]:checked {
  background: #03A9F5;
  border-color: #03A9F5;
  box-shadow: 0 0 0 3px rgba(3,169,245,.25);
}

.modal-content .consent-line input[type="checkbox"]:checked::after {
  opacity: 1;
}

/* keyboard focus */
.modal-content .consent-line input[type="checkbox"]:focus-visible {
  box-shadow: 0 0 0 3px rgba(58,190,248,.35);
}

/*NEW CSS END*/


label.radio-pill.monthly {
    display: none;
}
#hutsy-si-form {
  max-width: 500px;
  margin: 0 auto;
  font-family: poppins;
  color: #fff;
}
.labflex {
    width: 90%;
}
span.tos {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

#hutsy-si-progress {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

#hutsy-si-progress .step {
  background: #ddd;
  padding: 5px 10px;
  border-radius: 4px;
}
#hutsy-si-progress .step.active {
  background: #28a745;
  color: #fff;
}

.hutsy-si-step {
  margin-bottom: 20px;
}
.hutsy-si-step h3 {
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 25px;
    color: #ccc;
}
.hutsy-si-step h2 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.hutsy-si-step input[type=email], .hutsy-si-step input[type=number], .hutsy-si-step input[type=password], .hutsy-si-step input[type=tel], .hutsy-si-step input[type=text]{
    width: 100%;
    border: 1px solid #323232 !important;
    border-radius: 3px;
    padding: 0.8rem 1rem;
    transition: all .3s;
    background: #222 !important;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    outline: none;
}

#payment-element {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* Progress Bar Container */
/* Progress Bar Container */
.hutsy-progress-bar {
  width: 100%;
  background: #323232;
  height: 2px;
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

/* The Filled Portion */
.hutsy-progress-fill {
  height: 100%;
  width: 0%;
  background: #ccc;
  transition: width 0.4s ease;
  border-radius: 4px;
}

/* Show success or error messages below the input */
.field-msg {
    display: block;
    margin-top: -6px;
    font-size: 10px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-left: 17px;
}

/* Red/Green coloring */
.field-msg.error {
  color: red;
}
.field-msg.success {
  color: #00c300;
}

/* Step containers fade + bounce in. We'll do this via JS. */
.hutsy-si-step {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.4s, transform 0.4s;
}

/* A simple rotating spinner */
.btn-spinner::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Subscribe button base */
.subscribe-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-color: #0073aa;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 12px 24px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

/* "Subscribe Now" text */
.subscribe-text {
  position: relative;
  z-index: 2;
  transition: opacity 0.3s;
}

/* Spinner + "Processing..." (hidden by default) */
.subscribe-spinner {
  position: relative;
  z-index: 2;
  display: none;
  align-items: center;
  gap: 6px;
  margin-left: 5px;
}

/* The 'liquid' fill overlay */
.subscribe-liquid {
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 0%;
  background-color: #323232;
  transition: width 1.5s ease;
  z-index: 1;
}

/* On .filling: expand overlay + hide text, show spinner */
.subscribe-btn.filling .subscribe-liquid {
  width: 100%;
}
.subscribe-btn.filling .subscribe-text {
  display: none;
}
.subscribe-btn.filling .subscribe-spinner {
  display: inline-flex;
}

/* On success: show check, hide spinner + text */
.subscribe-btn.success {
  background-color: #00cc00;
}
.subscribe-btn.success .subscribe-text,
.subscribe-btn.success .subscribe-liquid,
.subscribe-btn.success .subscribe-spinner {
  display: none;
}

/* The "Paid" check icon+text */
.subscribe-check {
  position: relative;
  z-index: 2;
  display: none; /* shown later via JS */
  align-items: center;
  margin-left: 8px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease 0.05s;
}
.subscribe-btn.success .subscribe-check {
  display: inline-flex;
  transform: translateY(0);
  opacity: 1;
}
/* Keyframe Animation */
@keyframes fadeBounce {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Initial Field State */
.field-bounce {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s; /* fallback */
}

/* Trigger Animation */
.bounce-in {
  animation: fadeBounce 0.5s ease forwards;
}
/* Container for each field-bounce */


/* Label inside the field (for non-radio inputs) */
.field-bounce:not(.radio-group) label {
  font-size: 13px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 20px;
  padding: 0 5px;
  transition: 0.2s ease all;
  color: #999;
  z-index: 99;
}
.field-bounce.hutsy-phone-field.bounce-in label {
  z-index: 0;
}
input.iti__search-input {
  margin-top: 0px !important;
}

/* Input styles for text, email, and other fields */
/* Focused field effects */
.field-bounce:not(.radio-group) input:focus {
  border-color: #0073aa;
}


/* Maintain styling for filled fields */
.field-bounce.has-value label {
  top: -1px;
  font-size: 10px;
  color: #9e9e9e;
  background: #323232;
  padding: 2px 10px;
  border-radius: 5px;
}

/* Radio group-specific styles */
.field-bounce.radio-group {
  position: static;
  margin-bottom: 15px;
}

.field-bounce.radio-group label {
  position: static;
  font-size: 14px;
  font-weight: normal;
  margin-right: 10px;
  color: #333;
}

.field-bounce.radio-group input[type="radio"] {
  margin-right: 5px;
}

/*buttons*/
button#step1NextBtn, button#subscribeBtn, button#signupBtn, button#continueBtn{
    width: 100%;
    padding: 13px;
    background: #03A9F5;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #fff;
}
button#step2BackBtn, button#step2NextBtn, button#step3BackBtn, button#step3NextBtn, button#step4BackBtn, button#step4NextBtn, button#confirmBtnStep4{
    width: 49%;
    padding: 13px;
    background: #03A9F5;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #fff;
}
.signin-prompt a {
    color: #03A9F5;
    font-weight: bold;
}
.signin-prompt a:hover {
    color: #fff;
    text-decoration: underline;
}
button#modalConfirmBtn {
    width: 49%;
    padding: 13px;
    background: #03a9f5;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    
}
button#modalCancelBtn{
    width: 49%;
    padding: 13px;
    background: #1f2937;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
}
/* Radio pill style */
.radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.radio-pill {
    display: flex;
    align-items: center;
    background: transparent;
    border-radius: 3px;
    padding: 15px 12px;
    cursor: pointer;
    transition: background 0.3s;
    border: 1px solid #323232;
    color: #ccc !important;
}
.radio-pill input[type="radio"] {
  display: none;
}
.custom-radio {
  width: 20px;
  height: 20px;
  border: 2px solid #777;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}
.custom-radio::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #00bdff;
    border-radius: 41%;
    position: absolute;
    top: 3px;
    left: 3px;
    opacity: 0;
    transition: opacity 0.3s;
}
.radio-pill:hover {
  background: #333333;
}
.radio-pill input[type="radio"]:checked + .custom-radio::before {
  opacity: 1;
}
.radio-pill input[type="radio"]:checked ~ .label-text {
  color: #fff;
}
.radio-pill input[type="radio"]:checked ~ .custom-radio {
  border-color: #0096ca;
}

/* When checked, let's change the entire pill color */
.radio-pill input[type="radio"]:checked ~ .label-text,
.radio-pill input[type="radio"]:checked ~ .custom-radio {
  background-color: inherit;
}

p.label-texts, p.label-des {
    font-size: 12px;
    font-weight: 500;
    color: #ccc;
    text-align: center;
}

.radio-pill:has(input[type="radio"]:checked) {
  background: #333;
  color: #fff;
}
/* General checkbox container */
.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    margin-bottom: 15px;
    justify-content: center;
}

/* Hidden default checkbox */
.custom-checkbox input[type="checkbox"] {
  appearance: none; /* Remove the browser's default checkbox style */
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}

/* Checked state styles */
.custom-checkbox input[type="checkbox"]:checked {
  background-color: #01a9f5;
  border-color: #01a9f5;
}

/* Checkmark for the custom checkbox */
.custom-checkbox input[type="checkbox"]:checked::after {
    content: "✓";
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: -4px;
    left: 2px;
}

/* Custom text styles */
.custom-checkbox .checkbox-text {
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
}

/* Hover effect for the checkbox */
.custom-checkbox input[type="checkbox"]:hover {
  border-color: #0073aa;
}

/* Hover effect for the text */
.custom-checkbox .checkbox-text:hover {
  color: #01a9f5;
}

p.label-hed {
    font-size: 12px;
    font-weight: bold;
}
p.label-text {
    font-size: 12px;
    font-weight: 500;
    color: #ccc;
    line-height: 20px;
}
.labflex p {
    margin-bottom: 6px;
}
.payterm {
    border-bottom: 1px solid #323232;
    padding: 0px 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.payterm-last {
    padding: 0px 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.termbox {
    padding: 20px;
    background: #222;
    border-radius: 10px;
    margin: 30px 0px;
}
div#payment-error {
    font-size: 11px;
    text-align: center;
}
/* Container to hold multiple skeleton lines */
.skeleton-container-dark {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

/* Row for smaller fields side-by-side */
.skeleton-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

/* Base skeleton style */
.skeleton-line {
  background-color: #2a2a2a; /* Dark background to match your theme */
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

/* Shimmer animation */
.skeleton-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  height: 100%;
  width: 150px;
  background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.06) 50%, transparent 100%);
  animation: skeleton-shimmer 1.5s infinite;
}

@keyframes skeleton-shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* Specific field sizes (adjust as needed) */
.skeleton-card-number {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
}

.skeleton-expiry {
  flex: 1;
  height: 50px;
}

.skeleton-cvc {
  flex: 1;
  height: 50px;
}

.skeleton-country {
  width: 100%;
  height: 50px;
}
/* reset password */

/* ─────────────────────────────────────────────
   Forgot Password popup (UI polish + overrides)
   ───────────────────────────────────────────── */
   .hutsy-forgot-link{
    display:block;
    margin-top:10px;
    text-align:center;
    font-size:12px;
    font-weight:700;
    color:#03A9F5;
    text-decoration:none;
  }
  .hutsy-forgot-link:hover{ text-decoration:underline; color:#fff; }
  
  #hutsy-fp-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.55);
    backdrop-filter:blur(3px);
    z-index:9999;
    opacity:0;
    transition:opacity .25s ease;
  }
  
  #hutsy-fp-box{
    position:fixed;
    bottom:-110%;
    left:50%;
    transform:translateX(-50%);
    width:100%;
    max-width:500px;
    height:auto;
    background:#222;
    border-radius:22px 22px 0 0;
    padding:22px;
    color:#fff;
    font-family:'Poppins', sans-serif;
    box-shadow:0 -10px 40px rgba(0,0,0,0.55);
    transition:bottom 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index:10000;
    display:flex;
    flex-direction:column;
  }
  
  .hutsy-fp-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    position:relative;
  }
  .hutsy-fp-title{
    font-size:16px;
    font-weight:800;
    margin:0;
    letter-spacing:0.2px;
  }
  
  /* Close button (always visible, consistent look) */
  .hutsy-fp-close {
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #191C1F;
    border: none !important;
    border-radius: 12px !important;
    color: #fff !important;
    cursor: pointer !important;
    line-height: 1;
    font-size: 30px !important;
    padding: 0 !important;
  }

  .hutsy-fp-close:hover{ border-color:#03A9F5 !important; background:#03A9F5 !important; }
  
  .hutsy-fp-scroll{
    overflow-y:auto;
    flex-grow:1;
    margin-top:14px;
    padding-right:6px;
  }
  
  .hutsy-fp-sub{
    font-size:13px;
    line-height:1.6;
    color:#cbd5e1;
    margin:0 0 14px;
  }
  .hutsy-fp-sub--center{ text-align:center; }
  
  .hutsy-fp-strong{ color:#fff; font-weight:800; }
  
  /* Ensure popup fields take full width + spacing */
  #hutsy-fp-box .hutsy-fp-field{
    width:100%;
    margin-top:10px;
  }
  
  /* Messages: centered where needed */
  .hutsy-fp-msg {
    margin-top: 12px !important;
    padding: 10px 12px;
    margin: 0px;
    text-align: center;
  }
  .hutsy-fp-msg--center{ text-align:center; }
  
  /* PRIMARY buttons inside popup: FULL width, match brand */
  #hutsy-fp-box .hutsy-fp-btn{
    width:100% !important;
    display:block !important;
    text-align:center;
    margin-top:14px;
    background:#03A9F5 !important;
    border:none !important;
    border-radius:10px !important;
    padding:14px 16px !important;
    font-weight:800;
    font-size:15px;
    color:#fff !important;
    margin-bottom: 40px;
  }
  
  /* Secondary buttons (Paste/Resend/Close) */
  .hutsy-fp-mini-actions {
    display: flex;
    gap: 12px;
    margin: 14px 0 6px;
    justify-content: center;
  }   
  .hutsy-fp-secondary-btn {
    width: 30% !important;
    background: #191C1F !important;
    border: 1px solid #323232 !important;
    border-radius: 12px !important;
    color: #fff !important;
    font-size: 11px !important;
    padding: 8px 13px !important;
    cursor: pointer;
    text-align: center !important;
  }
  .hutsy-fp-secondary-btn:hover{
    background:#03A9F5 !important;
  }
  .hutsy-fp-secondary-btn:disabled{
    opacity:.65;
    cursor:not-allowed;
  }
  
  /* Small loading spinner for secondary buttons (Resend) */
  .hutsy-fp-secondary-btn.is-loading{
    position:relative;
    padding-left:42px;
  }
  .hutsy-fp-secondary-btn.is-loading::before{
    content:"";
    position:absolute;
    left:14px;
    top:50%;
    width:14px;
    height:14px;
    margin-top:-7px;
    border:2px solid #fff;
    border-right-color:transparent;
    border-radius:50%;
    animation: hutsySpin 0.8s linear infinite;
  }
  @keyframes hutsySpin{ to{ transform:rotate(360deg); } }
  
  /* OTP */
  .hutsy-otp-row{
    display:flex;
    justify-content:center;
    gap:12px;
    margin:10px 0 6px;
  }
  .hutsy-otp-input{
    width:46px;
    height:54px;
    border-radius:12px;
    border:1px solid #323232;
    background:#191C1F;
    color:#fff;
    font-size:20px;
    font-weight:900;
    text-align:center;
    outline:none;
  }
  .hutsy-otp-input:focus{
    border-color:#03A9F5;
    box-shadow:0 0 0 2px rgba(3,169,245,0.18);
  }
  .hutsy-otp-input.is-ok{
    border-color:#3be17b;
    box-shadow:0 0 0 2px rgba(59,225,123,0.18);
  }
  .hutsy-otp-input.is-bad{
    border-color:#ff5151;
    box-shadow:0 0 0 2px rgba(255,81,81,0.16);
  }
  
  /* Success screen */
  .hutsy-fp-success-title{
    font-size:34px;
    font-weight:900;
    margin:10px 0 8px;
  }
  .hutsy-fp-lottie{ margin-top:8px; }
  .hutsy-fp-close-btn{
    margin-top:14px;
  }
  
  /* Mobile full width */
  @media (max-width:520px){
    #hutsy-fp-box{
      max-width:100%;
      border-radius:18px 18px 0 0;
    }
  }
  @media (max-width:420px){
    .hutsy-otp-row{ gap:10px; }
    .hutsy-otp-input{ width:42px; height:52px; border-radius:11px; }
  }
  .eye-btn{
    z-index: 5;
    pointer-events: auto;
  }

  /* Forgot Password popup: ensure eye button is clickable + on top */
  #hutsy-fp-box .pwd-wrap { position: relative; }

  #hutsy-fp-box .eye-btn{
    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%);
    width:38px;
    height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:transparent;
    border:0;
    padding:0;
    cursor:pointer;
    z-index:50;
    pointer-events:auto;
  }

  #hutsy-fp-box .eye-btn svg{
    width:20px;
    height:20px;
    pointer-events:none;
  }
