/* Reward Claim Popup Styles */
#sj_rcp_body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483647;
}

.cf_ram_landing_page_text {
  letter-spacing: 0;
  line-height: 24px;
  font-style: normal;
  word-break: break-word;
  text-transform: none;
  margin: 0;
  font-size: medium;
  padding: 0;
}

.cf_ram_landing_page_container {
  position: fixed;
  z-index: 9999;
  padding: 0 10px;
  max-width: 500px;
  border-radius: 24px;
  box-sizing: border-box;
  margin: 10px;
  background: var(--popup-bg-color, #ffffff);
}

.cf_ram_close_button {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  z-index: 8888;
}

.cf_ram_pop_up_title_two {
  display: none;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 30px;
  text-align: center;
  color: var(--title-two-color, #000000);
}

.cf_ram_pop_up_title_one {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 0;
  text-align: center;
  color: var(--title-one-color, #000000);
}

.cf_ram_pop_up_subtitle_two {
  display: none;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  color: var(--subtitle-two-color, #666666);
}

.cf_ram_pop_up_subtitle_one {
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
  color: var(--subtitle-one-color, #666666);
}

.cf_ram_email_input {
  outline: 0;
  box-shadow: none;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #c1c1c1;
  font-size: 15px;
}

.cf_ram_email_prompt {
  text-align: center;
  padding-bottom: 16px;
  color: var(--subtitle-one-color, #666666);
}

.cf_ram_submit_button {
  width: max-content;
  font-size: 14px;
  border: none;
  padding: 12px;
  border-radius: 5px;
  cursor: pointer;
  background-color: var(--button-background-color, #007bff);
  color: var(--button-text-color, #ffffff);
}

.cf_ram_submit_button:disabled {
  opacity: 0.5;
}

.cf_ram_landing_page_form_div {
  align-items: center;
  display: flex;
  justify-content: center;
}

.cf_ram_landing_page_form {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.cf_ram_model_data {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: 40px;
  width: max-content;
  padding: 0 30px;
  text-align: center;
  position: relative;
  border: 1px dashed var(--coupon-border-color, #cccccc);
}

.cf_ram_discount_code {
  display: none;
  font-size: 22px;
  color: var(--coupon-color, #000000);
}

.cf_ref_copy_code_prompt {
  display: none;
  margin-top: 15px;
  text-align: center;
  color: var(--prompt-copy-message-color, #666666);
}

.cf_ram_landing_copy_icon {
  cursor: pointer;
}

.cf_ram_landing_check_icon {
  display: none;
}

.cf_ram_copy_success {
  color: var(--coupon-color, #000000);
}

.cf_ram_landing_page_form_container {
  text-align: center;
}

.cf_ram_landing_page_form_error {
  font-size: smaller;
  display: none;
  color: red;
  max-width: 330px;
  margin: 10px 0 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.cf_ram_landing_page_flex_container {
  padding: 30px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 35px;
}

.cf_ram_landing_popup_background {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 500;
  background: rgba(0, 0, 0, 0.308);
}

.otp-input-container {
  display: flex;
  gap: 10px;
}

.otp-input {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.otp-input:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}