/* Guest Page Styles */
.cf_ram_guest_page_text {
  line-height: 45px;
  font-style: normal;
  word-break: break-word;
  text-transform: none;
  margin: 0;
  padding: 0;
}

.cf_ram_branding {
  display: none;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.cf_ram_guest_page_container {
  justify-items: center;
}

.cf_ram_guest_main_content {
  display: flex;
  flex-flow: row-reverse wrap;
  gap: 1em;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}

#cf_ram_guest_section {
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

#cf_ram_guest_heading {
  font-size: xxx-large;
  font-weight: bold;
  line-height: 1;
}

#cf_ram_guest_subheading {
  font-size: large;
  margin: 1em 0;
  text-align: left;
  line-height: 1.5;
}

#cf_ram_guest_email_input,
#cf_ram_guest_phone_input,
#cf_ram_guest_name_input {
  box-shadow: none;
  background: transparent;
  outline: none;
  width: 100%;
  border: none;
  margin: 0 0 0 10px;
  padding: 14px;
}

.cf_ram_guest_input_container {
  background-color: white !important;
  border: 1px solid #aba6a6;
  box-sizing: border-box;
  width: 70%;
  align-items: center;
  justify-content: start;
  border-radius: 10px;
  display: flex;
}

.cf_ram_guest_submit_button_container {
  position: relative;
  display: flex;
  height: 45px;
  border-radius: 10px;
  place-items: center;
  padding: 0 14px;
  width: max-content;
  border: none;
  cursor: pointer;
  background: var(--guest-submit-btn-bg, #007bff);
  color: var(--guest-submit-btn-color, #ffffff);
}

#cf_ram_guest_submit_button {
  z-index: 10;
  display: block;
  width: max-content;
  background: none;
  border: none;
  color: inherit;
  cursor: inherit;
}

.cf_ram_guest_svg_icon {
  margin-left: 2rem;
  height: 2.7rem;
}

.cf_ram_guest_form {
  display: flex;
  flex-direction: column;
  gap: 1em 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.cf_ram_guest_loader_con {
  display: none;
  justify-content: center;
  background: rgba(158, 158, 158, 0.301);
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 10;
  left: 0;
  height: 100%;
  width: 100%;
}

.cf_ram_guest_loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #000000;
  border-radius: 50%;
  width: 3.5em;
  height: 3.5em;
  display: block;
  animation: spin 2s linear infinite;
}

.cf_ram_guest_error {
  color: red;
  display: none;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

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

/* User Page Styles */
.cf_ram_user_page_container {
  display: none;
  justify-items: center;
}

.cf_ram_user_page_text {
  line-height: 45px;
  font-style: normal;
  word-break: break-word;
  text-transform: none;
  margin: 0;
  padding: 0;
}

.cf_ram_user_main_content {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}

.cf_ram_user_section {
  word-wrap: break-word;
  overflow-wrap: anywhere;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cf_ram_user_heading {
  font-size: xx-large;
  font-weight: bold;
}

.cf_ram_user_subheading {
  font-size: large;
  margin: 1em 0;
  text-align: left;
  line-height: 1.5;
}

.cf_ram_user_input_field {
  border: none;
  background: none;
  width: 100%;
  min-width: 100px !important;
  box-shadow: none;
  outline: none;
  margin-left: 10px;
}

.cf_ram_user_input_container {
  background-color: white !important;
  border: 1px solid #aba6a6;
  box-sizing: border-box;
  align-items: center;
  width: fit-content;
  min-width: 90%;
  justify-content: center;
  border-radius: 5px;
  display: flex;
}

.cf_ram_user_submit_button_container {
  display: flex;
  position: relative;
  text-align: center;
  justify-content: center;
  padding: 0 14px;
  align-items: center;
  height: 45px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: max-content;
  border: none;
  cursor: pointer;
  background: var(--user-submit-btn-bg, #007bff) !important;
  color: var(--user-submit-btn-color, #ffffff) !important;
}

.cf_ram_user_copy_button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  min-width: max-content;
  width: 35%;
  max-width: 80px;
  height: 3em;
  border: none;
  cursor: pointer;
  padding: 0 16px;
  background: var(--user-copy-btn-bg, #007bff) !important;
  color: var(--user-copy-btn-color, #ffffff) !important;
}

button.cf_ram_user_get_link_button {
  display: none;
  padding: 10px;
  border-radius: 26px;
  min-width: max-content;
  width: 25%;
  height: 90%;
  border: none;
  cursor: pointer;
  background: var(--user-copy-btn-bg, #007bff) !important;
  color: var(--user-copy-btn-color, #ffffff) !important;
}

#cf_ram_user_submit_button {
  z-index: 10;
  display: block;
  background: none;
  width: max-content;
  border: none;
  color: inherit;
  cursor: inherit;
  min-height: 35px;
}

.cf_ram_user_svg_icon {
  margin-left: 2rem;
  height: 2.7rem;
}

.cf_ram_user_form {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  gap: 1em 0;
}

.cf_ram_user_img {
  background-size: contain;
}

.cf_ram_user_loader_con {
  display: none;
  justify-content: center;
  background: rgba(158, 158, 158, 0.301);
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 10;
  left: 0;
  height: 100%;
  width: 100%;
}

.cf_ram_user_loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #000000;
  border-radius: 50%;
  width: 3.5em;
  height: 3.5em;
  display: block;
  animation: spin 2s linear infinite;
}

.cf_ram_user_share_block_social_icon {
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.cf_ram_user_response {
  margin-top: 10px;
  display: none;
}

.cf_ram_link {
  text-decoration: none;
}

#cf_ram_user_referral_link,
#cf_ram_user_input_field_email_ids {
  background: none;
  border: none;
  margin: 0 0 0 10px;
  padding: 0px;
}

/* Media Queries */
@media only screen and (max-width: 850px) {
  .cf_ram_user_main_content {
    display: flex;
    flex-flow: column-reverse wrap;
    gap: 1em;
  }
}

@media only screen and (max-width: 700px) {
  .cf_ram_guest_main_content {
    display: flex;
    flex-flow: column-reverse wrap;
    gap: 1em;
  }
}

@media only screen and (max-width: 600px) {
  .cf_ram_guest_input_container {
    width: 100%;
  }

  .cf_ram_guest_submit_button_container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cf_ram_user_form {
    max-width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  .cf_ram_guest_page_text,
  .cf_ram_user_page_text {
    display: grid;
    line-height: 30px;
  }
}