@import url("https://fonts.cdnfonts.com/css/sf-pro-display");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

ul,
li {
  list-style: none;
  padding: 0px;
}
a {
  color: rgba(255, 125, 64, 1);
}
#step2-1,
#step2-2,
#step3,
#step4 {
  display: none;
}

.default_font {
  font-family: "SF Pro Display", sans-serif;
  color: #fff;
}
.default_font_black {
  font-family: "SF Pro Display", sans-serif;
  color: #000 !important;
}
.logo {
  width: 30%;
  max-width: 100px;
}
.select {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 129.412% */
  letter-spacing: -0.408px;
  border: 0px;
  background-color: #19191a;
  color: #fff;
}

.tip {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  color: #b3b3bd;
}
.submit_button {
  display: flex;
  padding: 19px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: var(--hypercore-500, #ff7d40);
  font-family: "SF Pro Display", sans-serif;
}
.submit_button.disable {
  opacity: 0.4;
}

.submit_button.enable {
  opacity: 1;
}
.submit_block {
  padding: 12px 20px 38px 20px;
}
.phone_label {
  color: #fff;

  /* Body */
  font-family: "SF Pro Display", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 129.412% */
  letter-spacing: -0.408px;
}
.forgot_password {
  color: var(--content-content-secondary, #b3b3bd);
  text-align: right;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  text-decoration-line: underline;
}
.blocker {
  z-index: 3 !important;
  padding: 0px !important;
}
.jquery-modal > .modal {
  width: 100% !important;
  max-width: 100vw !important;
  background: #19191a !important;
  height: 100vh !important;
}

#contry_list {
  color: #fff;
  font-family: "SF Pro Display", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.408px;
  list-style: none;
}
#search_bar {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

body {
  background-color: #19191a;
}
.wrap {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}
.wrap_info {
  display: flex;
  margin-top: 40px;
  justify-content: center;
  margin-top: 26px;
  padding-left: 20px;
  padding-right: 20px;
  flex-direction: column;
}

.input-wrapper {
  position: relative;
  width: 300px;
}

.text-input {
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 10px;
  outline: none;
  width: 100%;
  height: 56px;
  color: #fff;
  /*position: absolute;*/
  background-color: transparent;
  z-index: 1;
  font-size: 16px;
}

.text-input:focus {
  border: 1.5px solid #fff;
}

.input-label {
  background-color: #19191a;
  position: absolute;
  color: #aaa;

  top: 16px;
  left: 16px;
  font-size: 16px;

  z-index: 2;

  transition: 0.3s;
  pointer-events: none;
}

.text-input:focus + .input-label {
  top: -0.55rem;
  left: 0.5rem;

  transform: scale(0.75);
  color: #fff;
  font-weight: 500;
}

.text-input:not(:placeholder-shown).text-input:not(:focus) + .input-label {
  top: -0.55rem;
  left: 0.5rem;

  transform: scale(0.75);
  color: #aaa;
  font-weight: 500;
}

#country_list {
  padding-inline-start: 0px;
}
#country_list > li {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  align-self: stretch;
  padding-bottom: 16px;
  border-bottom: solid 0.5px #636366;
}

.select_country_code {
  color: var(--hypercore-500, #ff7d40);
}
.select_country_code:after {
  background-image: url(img/done.png);
  background-size: 24px 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  background-repeat: no-repeat;
}

#search_txt {
  display: flex;
  width: 100%;
  padding: 7px 8px;
  align-items: center;
  border-radius: 10px;
  background: var(--fills-tertiary-dark, rgba(118, 118, 128, 0.24));
  overflow: hidden;
  color: var(--labels-secondary-dark, rgba(235, 235, 245, 0.6));
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "SF Pro Display", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.4px;
  border: 0px;
  padding-left: 40px;
}
#search_txt::before {
  background-image: url(img/Search.png);
  background-size: 24px 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  background-repeat: no-repeat;
}

.step {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.verify_button_block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
}

.verify_button {
  padding: 19px 40px;
  border-radius: 100px;
  border: 2px solid var(--hypercore-500, #ff7d40);
  background: var(
    --dark-native-plateforme-colors-ios-background-background-10,
    #19191a
  );
  color: var(--hypercore-500, #ff7d40);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  letter-spacing: 0.27px;
}
.menu {
  margin-top: 40px;
  text-align: left;
}
.menu > li {
  padding-bottom: 12px;
  padding-top: 12px;
  border-bottom: solid 0.5px #8e8e93;
  display: flex;
  align-items: center;
  font-size: 17px;
}
.membership {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}
.menu > li::before {
  background-size: 32px 32px;
  display: inline-block;
  width: 32px;
  height: 32px;
  content: "";
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 16px;
}

.menu > li::after {
  background-image: url(img/chevron_right.png);
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  content: "";
  background-repeat: no-repeat;
  vertical-align: middle;
  float: right;
}

.membership::before {
  background-image: url(img/fitness_center.png);
}
.account::before {
  background-image: url(img/person.png);
}
.free_trial::before {
  background-image: url(img/one_day_pass.png);
}
.companion::before {
  background-image: url(img/person_add.png);
}
.logout::before {
  background-image: url(img/logout.png);
}

#user_name {
  font-family: "SF Pro Display", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}

.input_invite_code {
  width: 90vw;
  height: 48px;
  padding: 4px, 4px, 4px, 20px;
  border-radius: 100px;
  justify: space-between;
  background: rgba(44, 44, 46, 1);
  border: 0px;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.exchange_invite_code {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 108px;
  height: 40px;
  padding: 10px, 40px, 10px, 40px;
  border-radius: 100px;
  gap: 10px;
  background: rgba(99, 99, 102, 1);
  color: rgba(179, 179, 189, 1);
  font-family: "SF Pro Display", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  border: 0px;
}
.page_title {
  font-family: "SF Pro Display", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}
.record_block {
  color: #fff;
  font-family: "SF Pro Display", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}
.record_inline {
  display: flex;
  justify-content: space-between;
}
.record_list {
  font-family: "SF Pro Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  color: rgba(179, 179, 189, 1);
}

.record_card {
  padding: 20px;
  border-radius: 10px;
  gap: 12px;
  position: relative;
  background: rgba(44, 44, 46, 1);
  text-align: left;
  font-family: "SF Pro Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 20px;
}
.record_card > div {
  margin-bottom: 12px;
}
.record_card > div > img {
  vertical-align: bottom;
  width: 24px;
  margin-left: 4px;
}
.record_date {
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  color: rgba(255, 125, 64, 1);
}
.record_status::before {
  background-size: 24px 24px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-right: 10px;
}
.record_status::after {
  background-image: url(img/chevron_right_orange.png);
  background-size: 24px 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  margin-left: 4px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.record_status.none::after {
  background-image: none !important;
}

.record_status.yellow::before {
  background: rgba(238, 206, 36, 1);
}

.record_status.green::before {
  background: rgba(60, 230, 169, 1);
}
.record_status.grey::before {
  background: rgba(179, 179, 189, 1);
}

.button_enable {
  background: rgba(255, 125, 64, 1);
  color: #fff;
}

input:focus {
  outline: none;
}

.error_msg {
  font-family: "SF Pro Display", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: rgba(255, 69, 58, 1);
  margin-left: 20px;
  margin-top: 6px;
}
.information {
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
}
.information > li {
  padding-bottom: 16px;
  padding-top: 16px;
  border-bottom: solid 0.5px rgba(142, 142, 147, 1);
  display: flex;
  justify-content: space-between;
}

.membership_info {
  margin-top: 30px;
}
.membership_info > li {
  padding-bottom: 16px;
  padding-top: 16px;
  border-bottom: solid 0.5px rgba(142, 142, 147, 1);
  display: flex;
  justify-content: space-between;
}

.button_txt_size {
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.27px;
  text-align: left;
}

.position_bottom {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  background: #19191a !important;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rule_title {
  font-family: "SF Pro Display", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0px;
  text-align: left;
}

.rule_box {
  font-family: "SF Pro Display", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  font-family: "SF Pro Display", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  overflow-wrap: break-word;
  margin-top: 24px;
}
.confirm_rule {
  margin-top: 24px;
  display: flex;
  text-align: left;
}

.container {
  display: block;
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 3px;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background: rgba(255, 125, 64, 1);
  border-radius: 3px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.invite_status::before {
  background-size: 24px 24px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-right: 10px;
}

.invite_status.yellow::before {
  background: rgba(238, 206, 36, 1);
}

.invite_status.green::before {
  background: rgba(60, 230, 169, 1);
}
.invite_status.grey::before {
  background: rgba(179, 179, 189, 1);
}

.invite_status.red::before {
  background: rgb(239, 74, 110);
}
.back_link_block {
  position: absolute;
  top: 28px;
}
.back_link {
  text-decoration: none;
}
.back_link::before {
  background-image: url(img/chevron_right_orange.png);
  transform: rotate(180deg);
  background-size: 24px 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  background-repeat: no-repeat;
  vertical-align: middle;
}

.new_label {
  padding: 4px 8px 4px 8px;
  border-radius: 100px;
  gap: 10px;
  background: rgba(255, 125, 64, 1);
  margin-left: 12px;
  text-align: center;
  color: rgba(25, 25, 26, 1);
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0px;
}

.page_subtitle {
  font-family: "SF Pro Display", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0px;
  color: rgba(255, 125, 64, 1);
}
.package_info {
  text-align: left;
}
.package_info > li {
  margin-bottom: 15px;
  text-align: left;
}

.package_info_box {
  margin-bottom: 70px;
}

.more_info {
  font-family: "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.27000001072883606px;
  text-align: center;
  margin-top: 60px;
}

.qrcode_block {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  background: #fff;
  padding: 20px;
}

.membership_help {
  width: 24px;
  vertical-align: top;
  margin-left: 10px;
}
