@charset "UTF-8";
@import "bootstrap.min.css";
@import "all.min.css";
@import "animate.css";
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@200;300;400;500;600;700;900&display=swap");
html,
body {
  font-size: 16px;
  font-family: "Prompt", sans-serif;
  background-size: 100% 100%;
  background-image: url(../img/bg.webp);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}

a {
  color: #000;
}

.clearfloat:after {
  display: table;
  content: "";
  clear: both;
}

:where(p, a, span, h1, h2, h3, h4, h5, h6) {
  font-weight: 500;
}

.logo {
  width: clamp(200px, 40vw, 400px);
  margin: 0 auto;
}

ul {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  font-size: 16px;
}

span {
  font-size: 16px;
  font-weight: 400;
}

figure {
  margin: 0;
}

h1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.thumb img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 400;
}

.form {
  margin: 0 auto;
  color: #fff;
}

input {
  width: 100%;
  padding: 10px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.5607843137);
  background-color: rgba(0, 0, 0, 0.5607843137);
  color: #fff;
}

input:focus-visible {
  outline: none;
}

.form-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  padding: 1rem 0 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-layout .from-login,
.form-layout .from-register {
  width: 100%;
  margin: auto;
}

.forgot-password {
  margin: 1rem 0;
  text-align: right;
}
.forgot-password span {
  color: #ffb711;
}

.not-member {
  text-align: center;
  display: block;
  width: 100%;
  margin: 1rem 0;
}
.not-member a {
  color: #ffb711 !important;
}

.btn-login {
  width: 100%;
  padding: 10px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.5607843137);
  background: #ffb711;
  color: #fff;
  margin-bottom: 10px;
}

.btn-forget,
.btn-next {
  width: 100%;
  padding: 10px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.5607843137);
  background: #ffb711;
  color: #fff;
  margin-bottom: 10px;
}

.btn-next {
  margin: 1rem 0;
}

.btn-line {
  width: 100%;
  padding: 10px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.5607843137);
  background: #39cd00;
  color: #fff;
  margin-top: 10px;
}

.modal .modal-header,
.modal .modal-footer {
  border: none;
}
.modal .modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: rgb(0, 0, 0);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  outline: 0;
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 2px #fff);
          filter: drop-shadow(0px 0px 2px #fff);
}
.modal .modal-content input {
  width: 100%;
  padding: 10px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.modal .modal-content input {
  outline: none;
  background-color: rgba(255, 255, 255, 0.3019607843);
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.error {
  color: red;
}

button[disabled] {
  background-color: #ffb711;
  cursor: not-allowed;
  border: none;
  color: #fff;
  position: relative;
}
button[disabled]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
  border-radius: 100px;
}

.form-check-input {
  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;
  gap: 10px;
  width: 100%;
  background: none;
  border: none;
}
.form-check-input #terms {
  margin: 1rem 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.form-check-input a {
  color: #ffb711;
  text-decoration: underline;
}
.form-check-input p,
.form-check-input a {
  font-size: clamp(13px, 1.5vw, 16px);
  font-weight: 400;
}

.login-link {
  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;
  gap: 10px;
  width: 100%;
  margin: 1rem 0;
}
.login-link p,
.login-link a {
  font-size: clamp(13px, 1.5vw, 16px);
  font-weight: 400;
}
.login-link a {
  color: #ffb711;
}

.password-wrapper {
  position: relative;
}

.toggle-button {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: #666;
}

.eye-icon {
  width: 20px;
  height: 20px;
  color: #fff;
}

.bank-input {
  margin-top: 1rem;
}

.bank-select {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5607843137);
  padding: 2rem;
}

.bank-options {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
  gap: 15px;
  justify-items: center;
}

.bank-card {
  width: 100%;
  max-width: 100px;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  text-align: center;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  aspect-ratio: 1/1;
}

.bank-card:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.bank-card.selected {
  border: 3px solid #ffd700;
}

.bank-card img {
  width: 100%;
  max-width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}

.show {
  display: block !important;
}

.hidden {
  display: none;
}

.phone-number,
.password {
  margin-top: 1rem;
}

.cursor-pointer {
  cursor: pointer;
}

i.far.fa-times-circle {
  color: red;
  font-size: 1.5rem;
  cursor: pointer;
}

.checkbox {
  width: 20px !important;
  height: 20px;
}

.form-check-input {
  margin: 1rem 0;
}
.form-check-input input {
  background: none;
}

.btn-back {
  background: #c20000;
  color: #fff;
  border: none;
  border-radius: 100px;
  width: 50%;
  padding: 10px;
  font-weight: 600;
}

.btn-primary {
  background: #ffb711;
  color: #fff;
  border: none;
  border-radius: 100px;
  width: 50%;
  padding: 10px;
  font-weight: 600;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #ffb711;
  border: none;
  cursor: not-allowed;
  border-radius: 100px;
  width: 50%;
}
.btn-primary.disabled::after,
.btn-primary:disabled::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
  border-radius: 100px;
}

.password-container {
  margin-top: 1rem;
}

.dropdown-selected.placeholder {
  color: #aaa;
}

.dropdown {
  width: 100%;
  position: relative;
  font-size: 16px;
  z-index: 99;
  margin-top: 1rem;
}

.dropdown-selected {
  width: 100%;
  padding: 10px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.5607843137);
  background-color: rgba(0, 0, 0, 0.5607843137);
  color: #fff;
  cursor: pointer;
}
.dropdown-selected:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.dropdown-options {
  display: none;
  position: absolute;
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.5607843137);
  background-color: rgba(0, 0, 0, 0.5607843137);
  color: #fff;
  margin-top: 5px;
  z-index: 1000;
}

.dropdown-options div {
  padding: 10px;
  cursor: pointer;
}

.dropdown-options div:hover {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.5607843137);
  background-color: rgba(0, 0, 0, 0.5607843137);
  color: #fff;
}

.dropdown.open .dropdown-options {
  display: block;
}

.bonus-container {
  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;
  gap: 50px;
  margin: 1rem 0;
}

.btn-primary:hover {
  background-color: #ffb711;
  color: #fff;
}

.btn:hover {
  color: #fff;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  background-color: #ffb711;
  color: #fff;
}

.rule-register {
  color: #ffb711;
  cursor: pointer;
  font-size: clamp(13px, 1.5vw, 16px);
  font-weight: 400;
  text-decoration: underline;
}

.text-disabled-register {
  font-size: clamp(18px, 1.5vw, 20px);
  font-weight: 600;
  margin: 2rem 0;
}

::-webkit-input-placeholder {
  color: #fff; /* สีที่คุณต้องการ */
  opacity: 1; /* แนะนำใส่เพื่อไม่ให้สีจาง */
}

::-moz-placeholder {
  color: #fff; /* สีที่คุณต้องการ */
  opacity: 1; /* แนะนำใส่เพื่อไม่ให้สีจาง */
}

:-ms-input-placeholder {
  color: #fff; /* สีที่คุณต้องการ */
  opacity: 1; /* แนะนำใส่เพื่อไม่ให้สีจาง */
}

::-ms-input-placeholder {
  color: #fff; /* สีที่คุณต้องการ */
  opacity: 1; /* แนะนำใส่เพื่อไม่ให้สีจาง */
}

::placeholder {
  color: #fff; /* สีที่คุณต้องการ */
  opacity: 1; /* แนะนำใส่เพื่อไม่ให้สีจาง */
}

.active-line {
  display: block !important;
}

.line-login {
  display: none;
}

.progress-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 600px;
  margin: 40px auto;
}

.progress-line {
  position: absolute;
  top: 16px;
  left: 15%;
  width: 70%;
  height: 7px;
  background: rgba(255, 255, 255, 0.3019607843);
  z-index: 0;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background: #ffb711;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 1;
}

.circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffb711;
  color: #000;
  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;
  font-weight: bold;
  margin-bottom: 8px;
}

.step-item.active-progress .circle,
.step-item.done .circle {
  background: #ffb711;
  color: white;
}

.step-item p {
  font-size: 16px;
  margin: 0;
  color: #ffb711;
}

.problem-link {
  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;
  gap: 10px;
  width: 100%;
  margin: 1rem 0;
}
.problem-link p,
.problem-link a {
  font-weight: 400;
}
.problem-link span {
  text-decoration: underline;
}
.problem-link span {
  color: #ffb711;
}

.text-register-success {
  font-size: 24px;
  font-weight: 600;
  margin: 1rem 0;
}

/* From Uiverse.io by coding-masala */
.radio-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  gap: 50px;
}

.radio-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.radio-button input[type=radio] {
  display: none;
}

.radio-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ffb711;
  position: relative;
  margin-right: 10px;
}

.radio-circle::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.radio-button input[type=radio]:checked + .radio-circle::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.radio-button:nth-of-type(1) input[type=radio]:checked + .radio-circle::before {
  background-color: #ffb711;
}

.radio-button:nth-of-type(2) input[type=radio]:checked + .radio-circle::before {
  background-color: #ffb711;
}

.radio-button:nth-of-type(3) input[type=radio]:checked + .radio-circle::before {
  background-color: #ffb711;
}

.radio-label {
  font-size: 16px;
  font-weight: bold;
}

.radio-button:hover .radio-circle {
  border-color: #ffb711;
}

.radio-button:hover input[type=radio]:checked + .radio-circle::before {
  background-color: #ffb711;
}

.is-bank-account {
  display: none;
}

.show-bank-account {
  display: block;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination {
  left: 0;
  right: 0;
  margin: 1rem auto 0;
}

.swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left bottom, left top, from(#db4300), to(#ffa300)) !important;
  background: linear-gradient(0deg, #db4300 0%, #ffa300 100%) !important;
}

/* From Uiverse.io by DaniloMGutavo */
.checkbox-container {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.custom-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: 1px solid #ffffff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 1px;
  width: 8px;
  height: 15px !important;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-checkbox:checked ~ .checkmark {
  background-color: #ffb711;
  -webkit-box-shadow: 0 3px 7px rgba(33, 150, 243, 0.3);
          box-shadow: 0 3px 7px rgba(33, 150, 243, 0.3);
}

.custom-checkbox:checked ~ .checkmark:after {
  display: block;
}

@-webkit-keyframes checkAnim {
  0% {
    height: 0;
  }
  100% {
    height: 10px;
  }
}

@keyframes checkAnim {
  0% {
    height: 0;
  }
  100% {
    height: 10px;
  }
}
.custom-checkbox:checked ~ .checkmark:after {
  -webkit-animation: checkAnim 0.2s forwards;
          animation: checkAnim 0.2s forwards;
}

.swal2-toast {
  color: #fff;
}

.swal2-icon-success {
  background: rgb(1, 164, 4) !important;
}

.swal2-icon-error {
  background: red !important;
}

div:where(.swal2-icon).swal2-error {
  border-color: #ffffff !important;
  color: #ffffff !important;
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #ffffff !important;
}

@media screen and (max-width: 600px) {
  .not-member {
    margin: 0.5rem 0;
  }
}
@media screen and (min-width: 600px) {
  .container {
    max-width: 600px;
    width: 600px;
  }
}
/*# sourceMappingURL=style.min.css.map */