.form-card {
  --form-c-padding: clamp(2rem, 1.125rem + 2.431vw, 3.313rem)
    clamp(1.5rem, 0.708rem + 2.199vw, 2.688rem);
  --form-c-radius: 24px;
  background: var(--background-paper, #fff);
  width: 100%;
  color: #1c252e;
  padding: var(--form-c-padding);
  border-radius: var(--form-c-radius);

  box-shadow: var(--dropdown-x1, 0px) var(--dropdown-y1, 0px)
      var(--dropdown-blur1, 2px) var(--dropdown-spread1, 0px)
      var(--shadow-24, rgba(145, 158, 171, 0.24)),
    var(--dropdown-x2, -20px) var(--dropdown-y2, 20px)
      var(--dropdown-blur2, 40px) var(--dropdown-spread2, -4px)
      var(--shadow-24, rgba(145, 158, 171, 0.24));
}

.form-card .form-title {
  color: var(--text-primary, #1c252e) !important;
  font-family: Raleway;
  font-size: clamp(
    1.5rem,
    1.1666666666666667rem + 0.9259259259259258vw,
    2rem
  ) !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 122% !important;

  letter-spacing: var(--h5-letter-spacing, 0px);
  margin-bottom: var(--form-title-spacing, 12px) !important;
  margin-top: 0px !important;
}

.form-card .form-title-white {
  color: #fff !important;
  font-family: Raleway;
  font-size: clamp(
    1.5rem,
    1.1666666666666667rem + 0.9259259259259258vw,
    2rem
  ) !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 122% !important;

  letter-spacing: var(--h5-letter-spacing, 0px);
  margin-bottom: var(--form-title-spacing, 12px) !important;
  margin-top: 0px !important;
}
.form-card .form-subtitle {
  color: #1c252e;
  font-family: Raleway;
  font-size: clamp(
    1rem,
    0.9166666666666666rem + 0.23148148148148145vw,
    1.125rem
  ) !important;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: var(--body2-letter-spacing, 0px);
  margin-bottom: var(--form-subtitle-spacing, 40px);
}

.float-input-inner-wrapper {
  position: relative;
}
.float-input {
  position: relative;
  margin-bottom: var(--form-input-spacing, 24px);
}

.float-input label.error {
  position: static;
  margin-top: 10px;
  background: transparent;
  padding: 0px;
  transform: unset;
  font-size: 14px;
font-family: Raleway;
   color: #c52b2b; 
   font-weight: normal;
}


  .error-div,
  .is-invalid {
    color: #c52b2b;
    padding: 5px;
    font-family: Raleway;
    font-size: 14px;
  }
  .astrick {
    color: #c52b2b;
    font-size: 20px;
  }
.float-input label {
  position: absolute;
  top: 0px;
  transform: translateY(-50%);
  left: 14px;
  padding: 0px 4px;
  background: #fff;
  z-index: 2;

  color: var(--text-secondary, #637381);

  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: var(--components-input-label-weight, 600);
  line-height: var(--components-input-label-line-height, 12px); /* 85.714% */
}

.form-field-group-heading {
  font-family: Raleway;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.708rem + 0.463vw, 1.125rem);
  line-height: clamp(1.25rem, 1.083rem + 0.463vw, 1.5rem);
  letter-spacing: 0%;
  margin-bottom: var(--form-field-group-heading-bottom-spacing, 21px);
}
textarea.form-control {
  /* height: auto !important; */
  min-height: 200px !important;
  resize: vertical;
}
.form-control {
  margin-bottom: 0px;
  padding: 16px 14px;
  border-radius: var(--textfield-outlined-radius, 8px) !important;
  border: 1px solid
    var(--components-textfield-outlined, rgba(145, 158, 171, 0.2)) !important;
  height: 54px;
  overflow: hidden !important;
  color: var(--text-primary, #1c252e) !important;
  text-overflow: ellipsis;
  font-family: Raleway;
  font-size: clamp(
    1rem,
    0.9166666666666666rem + 0.23148148148148145vw,
    1.125rem
  );
  font-style: normal;
  font-weight: 600;
  line-height: var(--components-input-value-line-height, 22px); /* 146.667% */

  outline: none;
}
.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(235, 203, 120, 0.3);
  border-color: rgba(145, 158, 171, 0.2);
}
.eye {
  position: absolute;
  right: 0px;
  top: 27px;
  transform: translateY(-50%);
}
.eye img {
  width: 40px !important;
  height: 40px !important;
}
.btn-login {
  margin: 24px auto 0px auto !important;
  width: 95%;
  box-shadow: none !important;
}
.forgot-password {
  color: #1c252e;
  text-align: right;
  font-family: Raleway;
  font-size: clamp(
    1rem,
    0.9166666666666666rem + 0.23148148148148145vw,
    1.125rem
  );
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 122.222% */
  letter-spacing: var(--body2-letter-spacing, 0px);
  text-decoration: none;
}

.form-bottom-text {
  margin-top: var(--form-bottom-spacing, 38px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.form-bottom-text p,
.form-bottom-text a {
  color: #1c252e;
  text-align: center;
  font-family: Raleway;
  font-size: clamp(
    1rem,
    0.9166666666666666rem + 0.23148148148148145vw,
    1.125rem
  );
  font-style: normal;
  font-weight: 500 ;
  line-height: 22px;
  letter-spacing: var(--body2-letter-spacing, 0px);
  margin-bottom: 0px;
  text-decoration: none;
}
.invitation-text {
  color: #6c757d;
  font-size: 0.9rem;
}
.highlight {
  color: var(--primary, #e2a200) !important;
  font-weight: 700;
  text-decoration: none;
   
}

@media screen and (max-width: 991px) {
}

/* OTP FORM */
.otp-wrapper {
  display: flex;
  gap: 19px;
  justify-content: center;
  align-items: center;
}
.otp-wrapper .otp {
  border-radius: 10px !important;
  width: 100%;
  max-width: 65.87px !important;
  height: 64.5px !important;
  text-align: center;
  background: #eeebe6;
  border: none !important;
}
/* END OTP FORM */

/* RADIO STYLE START HERE ------------------------- */
.radio-input-group {
  display: flex;
  flex-wrap: wrap;
  column-gap: 59px;
  margin-bottom: var(--form-input-spacing, 28px);
}

.form-check-label {
  color: rgba(0, 0, 0, 0.85);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  margin: 0px;
}
.form-check {
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 0px;
}
.form-check-input {
  width: 24px;
  height: 24px;
  background: #d9d9d9;
  position: relative;
  border: none;
  outline: none;
  box-shadow: none;
  margin: 0px !important;
}
.form-check-input:checked {
  background: linear-gradient(115deg, #e4c77b 4.94%, #bf841a 95.11%) !important;
  border: none;
  outline: none;
  box-shadow: none;
  width: 24px;
  height: 24px;
}
.form-check-input:focus {
  box-shadow: none;
}
.form-check-input[type="radio"]::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #8d8d8d;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
}
.form-check-input[type="checkbox"]::after {
  content: "";
  display: none;
  position: absolute;
  width: 11px;
  height: 7px;
  background: url("/assets/front/2025/icons_img/checkmark-icon.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-check-input[type="checkbox"]:checked::after {
  display: flex;
}
.form-check-input:checked::after {
  background: #fff;
}
/* RADIO STYLE END HERE ------------------------- */

.note {
  width: 100%;
  border-radius: 16px;
  /* border: 1px solid rgba(145, 158, 171, 0.2); */
  /* padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 16px; */
  /* padding-left: 20px; */
padding-inline:20px;
  margin-bottom: var(--form-note-bottom-spacing, 21px);
}
.note h6 {
  font-family: Raleway;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.708rem + 0.463vw, 1.125rem);
  line-height: 22px;
  letter-spacing: 0%;
  color: #2b2b2b;
  margin-bottom: 8px;
}
.note p {
  font-family: Raleway;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 15px;
}

.dob-wrapper {
  margin-bottom: var(--form-input-spacing, 28px);
  gap: var(--dob-spacing, 12px);
}

.char-count {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.625rem + 0.347vw, 0.938rem);
  line-height: 22px;

  color: #919eab;
  margin-top: var(--form-field-char-count-top-spacing, 7px);
}

.documents-wrapper {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 20px;
  margin-top: 7px;
}

.document-upload-container {
  border: 0.72px dashed #b5b5b5;
  border-radius: 8px;
  width: 100%;
  /* max-width: 165px; */
  height: 126.97px;
  padding: 14px 16px;

  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-color: #f4f4f4;
}

.document-upload-container:hover {
  border-color: #aaa;
  background-color: #eee;
}

.document-inner-card {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 0.72px solid #ca9637;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 6px;
  border-radius: 4.3px;
  padding: 7px;
}

.upload-icon-wrapper {
  background-color: #f0e6d2;
  border-radius: 50%;
  width: clamp(3rem, 2.333rem + 1.852vw, 4rem);
  height: clamp(3rem, 2.333rem + 1.852vw, 4rem);
  min-height: clamp(3rem, 2.333rem + 1.852vw, 4rem);
  display: flex;
  justify-content: center;
  align-items: center;
}

.upload-icon {
  width: 30px;
  height: 30px;
  fill: #c19a6b;
}

.document-label {
  font-family: Raleway;
  font-weight: 500;
  font-size: 13px;
  line-height: 15.78px;
  letter-spacing: 0%;

  color: #c7912f;
}

.file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-preview {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.remove-preview {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
}

.remove-preview:hover {
  background-color: #fff;
  color: #c7912f;
}

@media (max-width: 600px) {
  .documents-wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }
}

/* MEMBERSHIP PICKER DROPDOWN ----------------------- */
.membership-picker-wrapper {
  position: relative;
  width: 100%;
}

.membership-picker-input {
  width: 100%;
  padding: 14px 17px;
  border: 1px solid rgba(145, 158, 171, 0.2);
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  background: #fff;

  color: var(--text-primary, #1c252e) !important;
  font-family: Raleway;
  font-size: clamp(
    1rem,
    0.9166666666666666rem + 0.23148148148148145vw,
    1.125rem
  );
  line-height: var(--components-input-value-line-height, 22px); /* 146.667% */
}

.membership-picker-input .option-icon {
  margin-right: 10px;
  width: 24px;
  min-width: 24px;
  height: 24px;

  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.membership-picker-input::after {
  content: "";
  background: url("/assets/front/2025/icons_img/dropdown-arrow-down.svg");

  position: absolute;
  height: 7.599609375px;
  width: 15.19921875px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 17px;
}

.membership-picker-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid rgba(145, 158, 171, 0.2);
  border-radius: 10px;
  background-color: #fff;
  z-index: 1000;
  overflow-y: auto;
  max-height: 473px; /* Adjust as needed */
  display: none;

  box-shadow: 0px 18px 19.5px 0px #0000001a;

  padding: 22px 23px 22px 23px;
}
.membership-picker-dropdown p {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
  color: #40464b;
}
.membership-option {
  padding: 8px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: #747474;
}

.membership-option span {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;

  color: #ffffff;
}

.membership-option:not(:last-child) {
  /* margin-bottom: 13px;
   */
  margin-bottom: 2px;
}

.membership-option .option-icon {
  margin-right: 16px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: white;
  font-size: 1em;
}

/* .membership-option:hover,
.membership-option.selected {
  background-color: #f0f0f0;
} */
/* MEMBERSHIP PICKER DROPDOWN END ----------------------- */

.paypal-btn {
  border: 1px solid #e9ecee;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 7px 15px;
  border-radius: 12px;
}
