/* Retro Claim Surf anf Turf */
body.surf-and-turf-page {
  margin: 0;
  padding: 0;
  font-family: "AvenirNextLT-Pro-Regular";
  -webkit-font-smoothing: auto;
}

body.surf-and-turf-page image,
video {
  max-width: 100%;
}

body.surf-and-turf-page header {
  background: #1c1b19;
  padding: 20px 0;
}

section.member-regestration .surf-and-turf-wrapper {
  /* max-width: 1440px; */
  margin: 0 auto;
  padding: 0 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

section.member-regestration .bg-video {
  position: relative;
  text-align: center;
  justify-content: start;
  padding: 0px 0px 64px 0px;
  flex-direction: column;
  background-color: #1c1b19;
}

section.member-regestration .surf-and-turf-wrapper video,
#frame-image {
  position: absolute;
  left: 0;
  top: 1px;
  z-index: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

section.member-regestration .registration-heading {
  padding-bottom: 32px;
  position: relative;
  z-index: 1;
  max-width: 554px;
}

section.member-regestration span.code {
  position: relative;
  left: 16px;
  color: #535353;
  font-family: "AvenirNextLT-Pro-Regular";
  -webkit-font-smoothing: auto;
}

section.member-regestration .iti__selected-flag:before {
  content: "";
  position: absolute;
  left: 54px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #c6aa76;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 1px 6px 0 8px;
}

section.member-regestration .registration-heading h2 {
  color: #ffffff;
  font-size: 64px;
  font-weight: 500;
  line-height: 70.4px;
  letter-spacing: -0.64px;
  margin-bottom: 16px;
  font-family: "Libre Caslon Text", serif;
  margin-top: 40px;
}

section.member-regestration .registration-heading p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  font-family: "AvenirNextLT-Pro-Regular";
}

section.member-regestration form {
  padding: 92px 48px 92px;
  background-color: #f4f0ee;
  height: 100%;
  box-sizing: border-box;
}

form#retro-claim-form {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

section.member-regestration form ::-webkit-input-placeholder {
  color: #535353;
  font-size: 16px;
  line-height: 24px;
  font-family: "AvenirNextLT-Pro-Regular";
}

section.member-regestration input#registration-phone {
  padding-left: 94px;
  width: 100%;
  padding-top: 16px;
}

section.member-regestration input#submit-register {
  display: inline-block;
  width: auto;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  pointer-events: none;
  text-transform: uppercase;
  color: #ffffff;
  padding: 13px 32px;
  font-family: "AvenirNextLT-Pro-Regular";
  letter-spacing: 1.28px;
  background-color: #df2f08;
  border: 0px;
  height: 48px !important;
  -webkit-font-smoothing: auto;
}

/* Override pointer-events when form is valid */
section.member-regestration input#submit-register.form-valid {
  pointer-events: auto;
}

section.member-regestration input#submit-register[disabled] {
  background: #df2f08;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  pointer-events: none;
  border: 2px solid #1c1b19;
  height: 48px !important;
  font-family: "AvenirNextLT-Pro-Regular";
  -webkit-font-smoothing: auto;
}

.form-container {
  display: flex;
  align-items: center;
}

.box-container {
  flex: 9;
  /* 80% width */
  margin-right: 10px;
  /* Space between the input and button */
}

.form-verify-button {
  flex: 1;
  /* 20% width */
}

.rewards-logo img.main-logo {
  display: block;
  margin: 9px auto;
  max-width: 275px;
}

section.member-regestration .flex-inputs {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

section.member-regestration .flex-inputs p {
  margin: 0;
}

section.member-regestration label {
  font-size: 14px;
  line-height: 19.6px;
  font-family: "AvenirNextLT-Pro-Regular" !important;
  color: #1c1b19;
  -webkit-font-smoothing: auto;
}

.code-status {
  font-family: "AvenirNextLT-Pro-Regular" !important;
}

section.member-regestration .flex-inputs label {
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

section.member-regestration .form-column {
  width: 100%;
  position: relative;
}

.form-single-column p.birthday-message {
  margin: 0px;
  padding-top: 6px;
}

section.member-regestration .form-column {
  width: 100%;
  position: relative;
}

section.member-regestration .form-single-column {
  position: relative;
  width: 100%;
}

section.member-regestration span.error-message,
section.member-regestration .date-error-phone,
section.member-regestration .date-error {
  color: #d5250a;
  position: absolute;
  bottom: -30px;
  left: 0;
  font-size: 14px;
  height: fit-content;
  height: 26px;
  font-family: "AvenirNextLT-Pro-Regular";
  -webkit-font-smoothing: auto;
}

section.member-regestration div#date-error {
  color: #d5250a;
  position: absolute;
  bottom: -16px;
  left: 0;
  font-size: 14px;
  font-family: "AvenirNextLT-Pro-Regular";
  -webkit-font-smoothing: auto;
}

.surf-and-turf-list .custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.surf-and-turf-content {
  display: flex;
}

.surf-and-turf-content-wrapper {
  margin: 48px 64px 0px;
  padding: 32px 32px;
  border-top: 1px solid #0b8b00;
  border-bottom: 1px solid #0b8b00;
}

.surf-and-turf-content-wrapper h1 {
  font-family: "AvenirNextCondenced";
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  color: #ffffff;
  text-align: left;
  margin: 0px;
}

.surf-and-turf-content-wrapper p {
  font-family: "AvenirNextLT-Pro-Regular";
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #ffffff;
  margin: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: left;
}

.surf-and-turf-content-wrapper p a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 700;
  font-family: "AvenirNext-Medium";
}

.surf-and-turf-list .custom-list li {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  font-family: "AvenirNextCondenced";
  margin: 0px;
  color: #f4f0ee;
  padding: 0px 0px 0px 10px;
  border-left: 3px solid #44a93c;
  margin: 0px 0px 16px;
  text-align: left;
}

.surf-and-turf-list .custom-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0px;
}

.surf-and-turf-list .custom-list li:last-child::before {
  padding-bottom: 0;
}

img.surf-and-turf-image {
  margin-top: 40px;
}

body.logged-in.admin-bar img.surf-and-turf-image {
  margin-top: 8px;
}

@media (max-width: 900px) {
  section.member-regestration div#date-error {
    position: static;
    margin-top: 4px;
    margin-bottom: -16px;
  }

  .form-single-column .birthday-mesage {
    margin-bottom: 0px;
  }
}

section.member-regestration input {
  border: 1px solid #c6aa76;
  background: #ffffff;
  padding: 14px 12px;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  color: #535353;
  font-weight: 400;
  font-family: "AvenirNextLT-Pro-Regular";
  height: 48px !important;
  margin: 0 !important;
  -webkit-font-smoothing: auto;
}

section.member-regestration input::placeholder {
  color: #535353 !important;
  opacity: 1 !important;
  transition: none !important;
  font-family: "AvenirNextLT-Pro-Regular" !important;
  font-weight: 400 !important;
}

section.member-regestration .form-single-column select {
  width: 100%;
  padding: 10px 14px;
  font-size: 16px;
  line-height: 16px;
  border: 1px solid #c6aa76;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"%3E%3Cpath d="M5 7.5L10 12.5L15 7.5" stroke="%23C6AA76" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 24px;
  cursor: pointer;
  font-family: "AvenirNextLT-Pro-Regular";
}

section.member-regestration .form-single-column .iti__arrow {
  margin-left: 6px;
  width: 14px;
  height: 14px;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-top: 0px solid #555;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"%3E%3Cpath d="M5 7.5L10 12.5L15 7.5" stroke="%23C6AA76" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-position: 67% 5%;
  font-family: "AvenirNextLT-Pro-Regular";
  margin-bottom: 8px;
}

section.member-regestration input#registration-date-picker {
  margin-bottom: 0;
}

section.member-regestration .iti__arrow--up {
  border-bottom: 0;
}

section.member-regestration .form-single-column select option[disabled] {
  color: #aaa;
}

section.member-regestration .iti__flag {
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  font-size: 16px;
  color: #535353;
  margin-bottom: 6px;
  font-family: "AvenirNextLT-Pro-Regular";
  -webkit-font-smoothing: auto;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: #ffffff !important;
}

/* WebKit-based browsers (Chrome, Safari) */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #ffffff !important;
  color: #535353 !important;
  box-shadow: 0 0 0px 1000px #ffffff inset !important;
  -webkit-text-fill-color: #535353 !important;
  /* Controls font color */
}

/* Firefox */
input:autofill,
textarea:autofill,
select:autofill {
  background-color: #ffffff !important;
  color: #535353 !important;
  /* Controls font color */
}

.iti__country.iti__highlight {
  background-color: #ffffff;
}

.iti__flag-container {
  padding: 2px;
}

section.member-regestration .iti.iti--allow-dropdown {
  display: inline-block;
  width: 100%;
}

.form-heading p {
  color: #1c1b19;
  font-family: "Libre Caslon Text", serif;
  font-size: 32px;
  font-style: italic;
  line-height: 120%;
  letter-spacing: -0.2px;
  margin: 0 0 32px;
}

@media (max-width: 991px) {
  section.member-regestration .bg-video {
    padding: 0px 0px 64px 0px;
  }

  img.surf-and-turf-image {
    margin-top: 55px;
  }

  body.logged-in.admin-bar img.surf-and-turf-image {
    margin-top: 23px;
  }
}

@media (max-width: 782px) {
  body.logged-in.admin-bar img.surf-and-turf-image {
    margin-top: 9px;
  }
}

@media (max-width: 768px) {
  section.member-regestration .regitration-wrapper {
    display: block;
  }

  .box-container {
    margin-right: 0px;
  }

  body.logged-in.admin-bar img.surf-and-turf-image {
    margin-top: 8px;
  }

  section.member-regestration .bg-video {
    padding: 0px 0px 32px 0px;
  }

  .surf-and-turf-content-wrapper {
    margin: 24px 20px 0px !important;
    padding: 16px 0px !important;
  }

  section.member-regestration .registration-heading h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 52.8px;
    letter-spacing: -0.48px;
    margin-top: 24px;
  }

  .surf-and-turf-page header {
    background: #1c1b19;
    padding: 9px 0;
  }

  section.member-regestration form {
    padding: 34px 20px 34px !important;
  }

  footer.registration-footer .two-clumn {
    display: block;
  }

  footer.registration-footer .copyright p {
    margin: 8px 0 0;
    text-align: center;
  }

  section.member-regestration .registration-heading p {
    margin-bottom: 0;
  }

  section.member-regestration .registration-heading {
    padding-bottom: 0;
  }
}

.input-error {
  border: 1px solid #d5250a !important;
}

input:focus,
select:focus {
  border: 2px solid #1c1b19 !important;
  outline: none;
}

#api-error-message {
  color: #d5250a;
  font-family: "AvenirNextLT-Pro-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.registration-checkbox-disclaimer {
  color: #535353;
  font-family: "AvenirNextLT-Pro-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  -webkit-font-smoothing: auto;
}

.form-verify-button {
  margin-top: 17px !important;
  font-family: "AvenirNextLT-Pro-Regular";
}

.code {
  color: #535353;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.date-error-phone {
  margin-top: -6px;
}

.input-error {
  border: 1px solid #d5250a !important;
}

input:focus,
select:focus {
  border: 2px solid #1c1b19 !important;
  outline: none;
}

/* Apply margin-top: 20px to .form-single-column when .error-message is not empty */
.form-single-column {
  margin-bottom: 0px;
}

section.member-regestration .date-error-phone {
  bottom: -33px;
}

section.member-regestration input#submit-register {
  margin-top: -4px;
}

section.member-regestration .form-right input:hover,
section.member-regestration select:hover {
  border: 1px solid var(--border-border-darkgold, #805606);
}

/* Add hover effect to the div to change the background of the input */
.form-single-column:hover input#submit-register:not(:focus) {
  background: linear-gradient(90deg, #d5250a 0%, #6b1502 100%);
}

/* Change border color to black when #submit-register is focused */
.form-single-column input#submit-register:focus {
  background-color: #1c1b19;
  /* Black color */
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
  display: none !important;
}

section.member-regestration .form-single-column .phone-select {
  width: 100%;
  padding: 12px 0px 12px 10px;
  font-size: 16px;
  color: #1c1b19;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"%3E%3Cpath d="M5 7.5L10 12.5L15 7.5" stroke="%23C6AA76" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') !important;
  background-repeat: no-repeat !important;
  background-position: right 0px center !important;
  background-size: 24px;
  cursor: pointer;
  font-family: "AvenirNextLT-Pro-Regular";
}

section.member-regestration .form-single-column .box-container {
  display: flex;
  align-items: center;
  padding: 0;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}

.form-single-column .static-label {
  width: 30px;
  text-align: center;
  margin-left: 5px;
  font-size: 16px;
  position: absolute;
  left: 58px;
  padding-left: 4px;
  padding-top: 2px;
  color: #535353;
  font-weight: 400;
  font-family: "AvenirNextLT-Pro-Regular";
}

section.member-regestration .phone-select {
  position: absolute;
  left: 3px;
  bottom: 5px;
  width: 55px !important;
  height: 37px !important;
  border: 0 !important;
}

section.member-regestration .static-label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -15px;
  width: 1px;
  height: 47px;
  background: #c6aa76;
}

select#display-dropdown-1 {
  z-index: 1;
}

select#select-dropdown-1 {
  z-index: 2;
  opacity: 0;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  section.member-regestration input#registration-phone {
    width: 100%;
  }
}

@media (max-width: 1032px) {
  section.member-regestration form {
    padding: 230px 30px 230px;
  }
}

@media (max-width: 1024px) {
  .surf-and-turf-content-wrapper {
    margin: 48px 32px 0px;
    padding: 32px 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  section.member-regestration input#registration-phone {
    width: 100% !important;
  }

  section.member-regestration input#submit-register {
    padding: 13px 20px;
  }

  .form-heading p {
    font-size: 28px;
  }

  .rewards-logo img.main-logo {
    max-width: 200px;
  }

  section.member-regestration .bg-video {
    padding: 0px 0px 64px 0px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  section.member-regestration input#registration-phone {
    width: 100% !important;
  }

  section.member-regestration input#submit-register {
    padding: 13px 20px;
  }

  .form-heading p {
    font-size: 28px;
  }

  .rewards-logo img.main-logo {
    max-width: 200px;
  }

  section.member-regestration form {
    padding: 180px 30px 180px;
  }
}

@media only screen and (max-width: 768px) {
  section.member-regestration .surf-and-turf-wrapper {
    display: block;
  }

  .form-container {
    display: block;
  }

  .surf-and-turf-page .sub-text .sign-up {
    display: inline-block;
  }

  .form-verify-button {
    margin-top: 27px !important;
  }
}

section.member-regestration {
  background-color: #f4f0ee;
}

@media (min-width: 1441px) {
  section.member-regestration form {
    max-width: 720px;
  }
}

.surf-and-turf-page .form-right .sub-text-heading {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  font-family: "Libre Caslon Text", serif;
  font-style: italic;
  padding-top: 32px;
  padding-bottom: 32px;
  letter-spacing: -0.72px;
  margin: 0px;
}

.surf-and-turf-page .form-right .sub-text {
  font-size: 16px;
  line-height: 24px;
  font-family: "AvenirNextLT-Pro-Regular" !important;
  color: #535353;
  -webkit-font-smoothing: auto;
  font-style: normal;
  padding-bottom: 32px;
  margin: 0px;
}

.surf-and-turf-page .form-container {
  border-bottom: 1px solid #000000;
  padding-bottom: 32px;
  width: 100%;
}

.surf-and-turf-page .submit-btn {
  background-color: #d5250a;
  text-decoration: none;
  color: #f4f0ee;
  font-family: "AvenirNext-Medium" !important;
  padding: 13px 54px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1.28px;
  font-size: 16px;
  line-height: 24px;
  opacity: unset;
  -webkit-font-smoothing: auto;
}

.surf-and-turf-page .submit-btn:hover {
  background: linear-gradient(90deg, #d5250a 0%, #6b1502 100%);
}

.surf-and-turf-page .submit-btn:focus {
  background-color: #1c1b19;
}
