/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/assets/sections/main-bind-phone/index.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
:root {
  --relx-blue: #0d6efd;
  --relx-indigo: #6610f2;
  --relx-purple: #6f42c1;
  --relx-pink: #d63384;
  --relx-red: #ea0029;
  --relx-orange: #fd7e14;
  --relx-yellow: #8fcfb3;
  --relx-green: #00af98;
  --relx-teal: #20c997;
  --relx-cyan: #0dcaf0;
  --relx-white: #fff;
  --relx-gray: #e1e1e1;
  --relx-gray-dark: #343a40;
  --relx-gray-100: #fafafa;
  --relx-gray-200: #f7f7f7;
  --relx-gray-300: #ececec;
  --relx-gray-400: #ced4da;
  --relx-gray-500: #7c7c7c;
  --relx-gray-600: #e1e1e1;
  --relx-gray-700: #4b4b4b;
  --relx-gray-800: #343a40;
  --relx-gray-900: #4b4b4b;
  --relx-primary: #ec6332;
  --relx-secondary: #f0c756;
  --relx-success: #00af98;
  --relx-info: #0dcaf0;
  --relx-warning: #8fcfb3;
  --relx-danger: #ea0029;
  --relx-light: #fafafa;
  --relx-dark: #4b4b4b;
  --relx-thirdary: #fcf4dd;
  --relx-fblack: #2f2f2f;
  --relx-world: #383838;
  --relx-world-orange: #ec6332;
  --relx-light-black: #262626;
  --relx-blue: #0d6efd;
  --relx-primary-rgb: 236, 99, 50;
  --relx-secondary-rgb: 240, 199, 86;
  --relx-success-rgb: 0, 175, 152;
  --relx-info-rgb: 13, 202, 240;
  --relx-warning-rgb: 143, 207, 179;
  --relx-danger-rgb: 234, 0, 41;
  --relx-light-rgb: 250, 250, 250;
  --relx-dark-rgb: 75, 75, 75;
  --relx-thirdary-rgb: 252, 244, 221;
  --relx-fblack-rgb: 47, 47, 47;
  --relx-world-rgb: 56, 56, 56;
  --relx-world-orange-rgb: 236, 99, 50;
  --relx-light-black-rgb: 38, 38, 38;
  --relx-blue-rgb: 13, 110, 253;
  --relx-white-rgb: 255, 255, 255;
  --relx-black-rgb: 0, 0, 0;
  --relx-body-color-rgb: 0, 0, 0;
  --relx-body-bg-rgb: 255, 255, 255;
  --relx-font-sans-serif: Sofia Pro, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --relx-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --relx-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --relx-body-font-family: var(--relx-font-sans-serif);
  --relx-body-font-size: 1rem;
  --relx-body-font-weight: 400;
  --relx-body-line-height: 1.4;
  --relx-body-color: #000;
  --relx-body-bg: #fff;
  --relx-border-width: 1px;
  --relx-border-style: solid;
  --relx-border-color: #ececec;
  --relx-border-color-translucent: rgba(0, 0, 0, 0.175);
  --relx-border-radius: 1rem;
  --relx-border-radius-sm: 0.5rem;
  --relx-border-radius-lg: 2rem;
  --relx-border-radius-xl: 1rem;
  --relx-border-radius-2xl: 2rem;
  --relx-border-radius-pill: 50rem;
  --relx-link-color: #626262;
  --relx-link-hover-color: #ec6332;
  --relx-code-color: #d63384;
  --relx-highlight-bg: #fcf8e3;
}

.club-user {
  display: block;
}
.club-user .justify-content-spacebetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.club-user .w-70b {
  width: 70%;
}
.club-user .border-4-transparent {
  border-bottom: 4px solid transparent;
}
.club-user .border-4-transparent.active {
  color: #000;
  font-weight: 600;
}
.club-user .border-4-transparent.active::after {
  content: "";
  display: block;
  position: absolute;
  width: 70%;
  height: 4px;
  background-color: #ec6332;
  -webkit-box-shadow: 0px 1px 4px rgba(168, 100, 23, 0.3);
          box-shadow: 0px 1px 4px rgba(168, 100, 23, 0.3);
  border-radius: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.club-user .club-input {
  position: relative;
  padding: 12px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f7f7f7;
  border: 1px solid #ececec;
  border-radius: 8px;
  outline: none;
}
.club-user .club-input:-internal-autofill-selected {
  background-color: #f7f7f7;
}
.club-user .club-input.error {
  border: 1.5px solid #ea0029;
}
.club-user .club-input:focus {
  -webkit-box-shadow: inset 1.5px 0px 0 0 #ec6332, inset -1.5px 0px 0 0 #ec6332, inset 0px -1.5px 0 0 #ec6332, inset 0px 1.5px 0 0 #ec6332;
          box-shadow: inset 1.5px 0px 0 0 #ec6332, inset -1.5px 0px 0 0 #ec6332, inset 0px -1.5px 0 0 #ec6332, inset 0px 1.5px 0 0 #ec6332;
}
.club-user .phone-number {
  padding-right: 100px;
}
.club-user .code-btn {
  background: #ec6332;
  border-radius: 29px;
  padding: 8px 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
  position: absolute;
  right: 6px;
  top: 6px;
  bottom: 6px;
  min-width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.club-user .code-btn.gray {
  background-color: #c8c8c8;
  padding: 10px 33px;
  width: 85px;
  text-align: center;
}
.club-user .verify-box {
  background: #f7f7f7;
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 12px 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
  width: 12.1px;
  height: 24px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  outline: none;
}
.club-user .verify-box:focus {
  -webkit-box-shadow: inset 1.5px 0px 0 0 #ec6332, inset -1.5px 0px 0 0 #ec6332, inset 0px -1.5px 0 0 #ec6332, inset 0px 1.5px 0 0 #ec6332;
          box-shadow: inset 1.5px 0px 0 0 #ec6332, inset -1.5px 0px 0 0 #ec6332, inset 0px -1.5px 0 0 #ec6332, inset 0px 1.5px 0 0 #ec6332;
}
.club-user .verify-box:first-child {
  margin-left: 0;
}
.club-user .verify-box.error {
  border: 1.5px solid #ea0029;
}
.club-user .error-tip {
  font-size: 14px;
  line-height: 140%;
  color: #ea0029;
}
.club-user .country-code {
  background: #f7f7f7;
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 12px 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.club-user .appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.club-user .w-22b {
  width: 22%;
}
.club-user .w-78b {
  width: 78%;
}
.club-user .form-control-plus {
  display: block;
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  color: #000;
  background-color: #f7f7f7;
  background-clip: padding-box;
  border: 1px solid #ececec;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.club-user .form-control-plus:not(.form-control-number, .quantity-input, .border-0) {
  border: 1px solid #e1e1e1 !important;
}
.club-user .form-control-plus:focus {
  -webkit-box-shadow: inset 1.5px 0px 0 0 #ec6332, inset -1.5px 0px 0 0 #ec6332, inset 0px -1.5px 0 0 #ec6332, inset 0px 1.5px 0 0 #ec6332;
          box-shadow: inset 1.5px 0px 0 0 #ec6332, inset -1.5px 0px 0 0 #ec6332, inset 0px -1.5px 0 0 #ec6332, inset 0px 1.5px 0 0 #ec6332;
}
.club-user .mt-12 {
  margin-top: 12px;
}
.club-user .icon-eye {
  position: absolute;
  right: 14px;
  top: 14px;
  cursor: pointer;
}
.club-user .pe-42 {
  padding-right: 42px;
}
.club-user .is-invalid .invalid-feedback {
  display: block;
}
.club-user .wp-sms-btn {
  background: -webkit-gradient(linear, left top, right top, from(#db3c2f), to(#f0c756));
  background: linear-gradient(90deg, #db3c2f 0%, #f0c756 100%);
  border-radius: 8px;
  border: none;
  padding-top: 0.9rem;
  position: relative;
  overflow: hidden;
  color: #fff;
  max-height: inherit;
}
.club-user .wp-sms-btn.disabled {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.4))), -webkit-gradient(linear, left top, right top, from(#db3c2f), to(#f0c756));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), linear-gradient(90deg, #db3c2f 0%, #f0c756 100%);
  cursor: not-allowed;
}
.club-user .as-switch-text {
  cursor: pointer;
}
.club-user .phone-country-code {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  background-color: #f7f7f7;
  background-clip: padding-box;
  position: relative;
  overflow: hidden;
}
.club-user .phone-country-code:focus-within {
  -webkit-box-shadow: inset 1.5px 0px 0 0 #ec6332, inset -1.5px 0px 0 0 #ec6332, inset 0px -1.5px 0 0 #ec6332, inset 0px 1.5px 0 0 #ec6332;
          box-shadow: inset 1.5px 0px 0 0 #ec6332, inset -1.5px 0px 0 0 #ec6332, inset 0px -1.5px 0 0 #ec6332, inset 0px 1.5px 0 0 #ec6332;
}
.club-user .phone-country-code .club-input {
  padding-left: 70px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
}
.club-user .phone-country-code .club-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.club-user .country-code-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.club-user .country-code-left::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 50%;
  width: 1px;
  background-color: #ececec;
}
.club-user .w-92 {
  width: 92%;
}
.club-user .min-w-55 {
  width: 55px;
}

@media (min-width: 768px) {
  .w-sm-440 {
    width: 440px;
  }
  .club-user .country-code {
    padding: 16px 24px;
    font-size: 16px;
    line-height: 130%;
  }
  .club-user .club-input {
    padding: 16px 24px;
  }
  .club-user .code-btn {
    padding: 10px 12px;
    padding-bottom: 8px;
  }
  .club-user .code-btn.gray {
    padding: 8px 33px;
  }
  .club-user .form-control-plus {
    padding: 16px 24px;
    font-size: 16px;
  }
  .club-user .verify-box {
    padding: 14px 19px;
  }
}
.user-page .form-content.w-max-32d5 {
  max-width: 31.75rem;
}

:root {
  --relx-blue: #0d6efd;
  --relx-indigo: #6610f2;
  --relx-purple: #6f42c1;
  --relx-pink: #d63384;
  --relx-red: #ea0029;
  --relx-orange: #fd7e14;
  --relx-yellow: #8fcfb3;
  --relx-green: #00af98;
  --relx-teal: #20c997;
  --relx-cyan: #0dcaf0;
  --relx-white: #fff;
  --relx-gray: #e1e1e1;
  --relx-gray-dark: #343a40;
  --relx-gray-100: #fafafa;
  --relx-gray-200: #f7f7f7;
  --relx-gray-300: #ececec;
  --relx-gray-400: #ced4da;
  --relx-gray-500: #7c7c7c;
  --relx-gray-600: #e1e1e1;
  --relx-gray-700: #4b4b4b;
  --relx-gray-800: #343a40;
  --relx-gray-900: #4b4b4b;
  --relx-primary: #ec6332;
  --relx-secondary: #f0c756;
  --relx-success: #00af98;
  --relx-info: #0dcaf0;
  --relx-warning: #8fcfb3;
  --relx-danger: #ea0029;
  --relx-light: #fafafa;
  --relx-dark: #4b4b4b;
  --relx-thirdary: #fcf4dd;
  --relx-fblack: #2f2f2f;
  --relx-world: #383838;
  --relx-world-orange: #ec6332;
  --relx-light-black: #262626;
  --relx-blue: #0d6efd;
  --relx-primary-rgb: 236, 99, 50;
  --relx-secondary-rgb: 240, 199, 86;
  --relx-success-rgb: 0, 175, 152;
  --relx-info-rgb: 13, 202, 240;
  --relx-warning-rgb: 143, 207, 179;
  --relx-danger-rgb: 234, 0, 41;
  --relx-light-rgb: 250, 250, 250;
  --relx-dark-rgb: 75, 75, 75;
  --relx-thirdary-rgb: 252, 244, 221;
  --relx-fblack-rgb: 47, 47, 47;
  --relx-world-rgb: 56, 56, 56;
  --relx-world-orange-rgb: 236, 99, 50;
  --relx-light-black-rgb: 38, 38, 38;
  --relx-blue-rgb: 13, 110, 253;
  --relx-white-rgb: 255, 255, 255;
  --relx-black-rgb: 0, 0, 0;
  --relx-body-color-rgb: 0, 0, 0;
  --relx-body-bg-rgb: 255, 255, 255;
  --relx-font-sans-serif: Sofia Pro, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --relx-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --relx-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --relx-body-font-family: var(--relx-font-sans-serif);
  --relx-body-font-size: 1rem;
  --relx-body-font-weight: 400;
  --relx-body-line-height: 1.4;
  --relx-body-color: #000;
  --relx-body-bg: #fff;
  --relx-border-width: 1px;
  --relx-border-style: solid;
  --relx-border-color: #ececec;
  --relx-border-color-translucent: rgba(0, 0, 0, 0.175);
  --relx-border-radius: 1rem;
  --relx-border-radius-sm: 0.5rem;
  --relx-border-radius-lg: 2rem;
  --relx-border-radius-xl: 1rem;
  --relx-border-radius-2xl: 2rem;
  --relx-border-radius-pill: 50rem;
  --relx-link-color: #626262;
  --relx-link-hover-color: #ec6332;
  --relx-code-color: #d63384;
  --relx-highlight-bg: #fcf8e3;
}

.max-w-560 {
  max-width: 560px;
}

@media (min-width: 576px) {
  .max-sm-w-340 {
    max-width: 340px;
  }
}
.main-bind-phone {
  display: block;
}
.main-bind-phone .border-top-f7 {
  border-top: 1px solid #f7f7f7;
}
.main-bind-phone .border-bottom-f7 {
  border-bottom: 1px solid #f7f7f7;
}
.main-bind-phone .radius-12 {
  border-radius: 12px;
}
.main-bind-phone .min-w-60 {
  min-width: 60px;
}
.main-bind-phone .w-24 {
  width: 24px;
}
.main-bind-phone .min-w-55 {
  min-width: 55px;
}
.main-bind-phone .left-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-bind-phone .left-arrow svg {
  width: 16px;
  height: 16px;
  stroke: #000;
}
.main-bind-phone .disabled-input {
  border-radius: 8px;
  border: 1px solid #e3e3e3;
  background: #eaeaea;
  color: #4b4b4b;
  font-size: 16px;
  font-family: Sofia Pro;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 10px 16px;
}
