body {
  font-family: "Kanit";
  /* background-color: #000; */
  background: #fff;
  min-height: 100vh;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aab2b7;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aab2b7;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #aab2b7;
}
.content {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  background: #fe0000;
  /* padding: 20px 15px; */
  overflow: hidden;
  /* height: calc(100vh + 32px); */
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
  max-width: 768px;
  /* background-color: #FFF; */
  /* min-height: 100vh; */
  margin: 0 auto;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
}
.bg-w {
  background-color: #fff;
  box-shadow: 1px 2px 2px rgb(0 0 0 / 20%);
}
.card {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.card-body {
  padding: 15px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.ml-30 {
  margin-left: 15px;
}
.mt-x-10 {
  margin-top: -10px !important;
}
.mt-x-15 {
  margin-top: -15px !important;
}
.mt-x-32 {
  margin-top: -32px !important;
}
.mb-x-5 {
  margin-bottom: -5px;
}
.mb-x-10 {
  margin-bottom: -10px !important;
}
.mb-x-20 {
  margin-top: -20px !important;
}
.mt-x-20 {
  margin-top: -20px !important;
}
.mt-x-25 {
  margin-top: -25px !important;
}
.mt-x-30 {
  margin-top: -30px !important;
}
.mt-x-50 {
  margin-top: -50px;
}
.ml-x-30 {
  margin-left: -30px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pl-40 {
  padding-left: 40px;
}
.pd-16 {
  padding: 16px;
}
.pd-0 {
  padding: 0px !important;
}
.fs-01 {
  font-size: 12px !important;
}
.fs-02 {
  font-size: 14px !important;
}
.fs-1 {
  font-size: 15px !important;
}
.fs-2 {
  font-size: 20px !important;
  line-height: 24px;
}
.fs-3 {
  font-size: 26px !important;
  line-height: 41px;
}
.fs-4 {
  font-size: 18px !important;
  line-height: 21px;
}
.fs-5 {
  font-size: 22px !important;
  line-height: 26px;
}
.fs-6 {
  font-size: 38px !important;
  line-height: 34px;
}
.fs-7 {
  font-size: 28px !important;
  line-height: 41px;
}
.fs-8 {
  font-size: 16px !important;
  line-height: 41px;
}
.fs-9 {
  font-size: 13px;
  line-height: 41px;
}
.fs-26 {
  font-size: 26px;
}
.opt-70 {
  opacity: 70%;
}
.fc-main {
  color: #ff0102;
}
.fc-1 {
  color: #ff6060;
}
.fc-2 {
  color: #2e2e2e;
}
.fc-3 {
  color: rgba(119, 128, 135, 0.5);
}
.fc-4 {
  color: #ff2626;
}
.fc-5 {
  color: #41ad49;
}
.fc-6 {
  color: #9ea0a5;
}
.fc-7 {
  color: #24418f;
}
.fc-8 {
  color: #fff !important;
}
.br-bb {
  border-bottom: 1px #24418f solid;
}
.bold {
  font-weight: bold;
}
.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}
.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  padding: 10px;
  margin: 10px;
  background: #f1f1f1;
  color: #666;
}
.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
  font-size: 38px;
  color: #fff;
  text-shadow: 1px 1px 3px #9e9e9e;
}

.MultiCarousel .leftLst {
  left: 0;
}
.MultiCarousel .rightLst {
  right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
  font-size: 38px;
  color: #fff;
  text-shadow: 1px 1px 3px #9e9e9e;
}

.img-profile {
  width: 136px;
  height: 136px;
  border: 3px solid #fc6219;
  border-radius: 90px;
  margin: 0 auto;
}
.img-profile-2 {
  /* width: 72px; */
  /* height: 72px; */
  border: 3px solid #fc6219;
  border-radius: 90px;
}
.img-profile-2 > img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 90px;
}
.img-profile-3 {
  width: 54px;
  height: 54px;
  border-radius: 90px;
}
.form-custom {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  height: 50px;
  font-size: 22px;
  line-height: 21px;
  text-align: center;
  border: 0;
  color: #171f24;
  width: 100%;
}

.form-custom:focus,
.form-control:focus {
  color: #464e5f;
  background-color: #ffffff;
  border-color: #d7dadd;
  outline: 0;
}

.form-fix {
  width: 110%;
  margin-left: -10%;
  padding-left: 10%;
}

.btn-login {
  background: #fc6219;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  height: 50px;
  border: 0;
  font-size: 20px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  width: 90%;
}
.btn-login:hover {
  color: #ffffff;
}
.btn-login:focus {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-login-2 {
  background: #000;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  height: 45px;
  border: 0;
  font-size: 22px;
  text-align: center;
  color: #ffffff;
  width: 50%;
}

.bg-custom {
  background: #fff;
  color: #000;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  border: 0;
  line-height: 45px;
  font-size: 24px;
  width: 70%;
  margin: 0 auto;
}
.form-group {
  position: relative;
}
.form-group > label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-family: Kanit;
  font-style: normal;
  font-weight: normal;
  /* font-size: 18px; */
  line-height: 27px;
  /* identical to box height */

  /* อักษร */

  color: #2e2e2e;
}
.invalid-feedback {
  font-size: 12px;
  color: #ff2626;
}
.addon-input {
  position: absolute;
  left: 15px;
  width: 16px;
  top: 47px;
}
.addon-input2 {
  position: absolute;
  width: 18px;
  left: 10px;
  top: 12px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  /* #FFFFFF */

  background: #ffffff;
  /* สีจาง */

  border: 1px solid #ccd0d1;
  box-sizing: border-box;
  border-radius: 8px;
  height: 44px;
  padding-left: 40px;
}
.date .form-control {
  padding-left: 10px !important;
  font-size: 18px;
}
.custom-control-label::before {
  background-color: #c4c4c4;
  border-radius: 0 !important;
  box-shadow: none;
  border: 0;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border: 1px solid;
  border-color: #ff2626;
  padding-right: calc(1.5em + 0.75rem);
  background-image: none;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #778087;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #778087;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #fc6219;
  background-color: #fc6219;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fc6219;
  border-color: #fc6219;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #778087;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before {
  border-color: #f3612e;
  background-color: #f3612e;
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #778087;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before {
  box-shadow: none;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border: 0;
  border-color: #28a745;

  padding-right: calc(1.5em + 0.75rem);
  background-image: unset;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.showpassword {
  position: absolute;
  right: 10px;
  top: 2px;
}
.showpassword img {
  width: 45px;
}
.btn-back img {
  width: 9px;
}

.input-passcode {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  width: 50px;
  height: 50px;
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  border-radius: 60px;
  font-size: 26px;
  line-height: 22px;
  text-align: center;
  color: #000;
  border: 1px solid #ddd;
}
.input-passcode:focus {
  outline: none;
}

.input-passcode-active {
  background: linear-gradient(135deg, #fc6219 0%, rgba(240, 82, 34, 0.7) 100%);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 60px;
  color: #fff;
}

.btn-tran {
  background: transparent;
  border: 0;
  padding: 20px;
}
.btn-tran:focus {
  outline: 0;
}
.btn-del img {
  width: 15px;
}
.reward {
  background: #f5f5fa;
  padding: 0 !important;
}
.topbar {
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  padding: 22px;
}
.box-reward {
  background: #ffffff;
  box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.fixheight {
  height: calc(100vh - 110px) !important;
}
.NoPath {
  width: 185px;
  margin-top: 30%;
}

.box-activity {
  background: #ffffff;
  border: 1px solid #fc6219;
  border-radius: 10px;
  width: 124px;
  /* height: 120px; */
}

.score {
  background: #ffffff;
  border: 1px solid #fc6219;
  box-sizing: border-box;
  border-radius: 10px;
  width: 115px;
  padding: 0px 10px;
}

.btn-reward {
  width: 203px;
  height: 32px;
  background: #fc6219;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  font-size: 18px;
  line-height: 21px;
  text-align: center;

  color: #ffffff;
}

.box-image-reward {
  background: linear-gradient(
      0deg,
      rgba(150, 152, 214, 0.1),
      rgba(150, 152, 214, 0.1)
    ),
    #ffffff;
  border-radius: 10px;
  text-align: center;
  padding: 5px;
}

.radio {
  position: absolute;
  opacity: 0;
}

.radio:checked + .box-activity {
  background: linear-gradient(180deg, #f05222 0%, rgba(240, 82, 34, 0.7) 100%);
  border-radius: 10px;
  color: #fff;
}

.box-image-reward-2 {
  width: 113px;
  height: 85px;
  overflow: hidden;
}
.box-image-reward-2 img {
  width: 100%;
}
.box-image-reward-3 {
  width: 170px;
  height: 128px;
}
.box-image-reward-3 img {
  width: 100%;
}
.btn-reward-s {
  background: #fc6219;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  width: 83px;
  height: 17px;
  color: #fff;
  border: 0;
}
.btn-reward-s:focus {
  outline: 0;
}

.hr-custom {
  border: 1px solid #000000;
}

.btn-reward-disble {
  background: linear-gradient(
    164.9deg,
    #9ea0a5 0%,
    rgba(158, 160, 165, 0.5) 100%
  );
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}

.btn-back-gray {
  border: 0;
  width: 203px;
  height: 32px;
  background: linear-gradient(
    171.04deg,
    #9ea0a5 0%,
    rgba(158, 160, 165, 0.5) 100%
  );
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
}

.close {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  font-size: 30px;
  top: 2px;
  right: 2px;
  opacity: 1;
}

.text-alert {
  font-weight: bold;
  font-size: 25px;
  line-height: 27px;
  /* identical to box height, or 180% */

  text-align: center;
  text-decoration-line: underline;

  color: #ff2626;
}
.load {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(196, 196, 196, 0.6);
  z-index: 9999;
}
.loader {
  width: 136px;
  height: 136px;
  background: #fff;
  border-radius: 50%;
  padding: 38px;
  position: absolute;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sk-fading-circle {
  width: 60px;
  height: 60px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fc6219;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

.bg {
  background-image: url("./../img/img/bg.png");
  background-size: cover;
}
.img-profile-4 {
  width: 200px;
  height: 200px;
  background-image: url("./../img/img/bg-profile.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 320px) {
}

@media screen and (min-width: 321px) and (max-width: 360px) {
}

@media screen and (min-width: 361px) {
  .fs-1 {
    font-size: 17px;
  }
  .fs-2 {
    font-size: 22px;
    line-height: 26px;
  }
  .fs-3 {
    font-size: 28px;
    line-height: 41px;
  }
  .fs-4 {
    font-size: 20px;
    line-height: 24px;
  }
  .fs-5 {
    font-size: 22px;
    line-height: 26px;
  }
  .fs-6 {
    font-size: 40px;
    line-height: 36px;
  }
  .fs-7 {
    font-size: 30px;
    line-height: 44px;
  }
  .fs-8 {
    font-size: 18px;
    line-height: 44px;
  }
  .fs-9 {
    font-size: 16px;
    line-height: 44px;
  }
}
.mt-100 {
  margin-top: 100px;
}
.mt-x-15 {
  margin-bottom: -15px;
}
.w-100 {
  width: 100%;
}
.w-50 {
  width: 50%;
}
.bg1 {
  background-size: 100%;
  background-repeat: no-repeat;
}

.postiion-relative {
  position: relative;
}
.image-logo1 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
}
.logo1 {
  width: 250px;
  /* margin: 0 auto; */
  margin-top: 30px;
}
.logo2 {
  margin-top: 20px;
}
.pt-55 {
  padding-top: 55px !important;
}
.btn-red {
  width: 100%;
  border: none;
  background: rgb(166, 31, 46);
  background: linear-gradient(
    0deg,
    rgba(166, 31, 46, 1) 0%,
    rgba(218, 36, 41, 1) 100%
  );
  border-radius: 25px;
  color: #fff;
  line-height: 2;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0px 1px 5px #0000006b;
}
.btn-blue {
  width: 100%;
  border: none;
  background: rgb(38, 75, 155);
  background: linear-gradient(
    0deg,
    rgba(38, 75, 155, 1) 0%,
    rgba(42, 161, 219, 1) 100%
  );
  border-radius: 25px;
  color: #fff;
  line-height: 2;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0px 1px 5px #0000006b;
}

.btn-bottom {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.btn-emty {
  width: 100%;
  height: 80px;
}
.frame-blue {
  background: rgb(0, 142, 222);
  background: linear-gradient(
    0deg,
    rgba(0, 142, 222, 1) 0%,
    rgba(0, 163, 244, 1) 19%,
    rgba(42, 161, 219, 1) 100%
  );
  padding: 20px;
  padding-top: 40px;
  /* height: calc(100vh - 420px); */
  color: #fff;
  border-radius: 25px;
  text-align: left;
  margin-top: -40px;
  font-size: 16px;
  width: 100%;
  /* display: block; */
  height: auto;
  /* white-space: pre; */
}
.d-flex-1 {
  width: fit-content;
  display: inline-block;
}
.border-shadow {
  width: 100%;
  box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 38%);
}
.skipppp {
  position: absolute;
  top: 60px;
  right: -20px;
  padding-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  border: none;
  background: rgb(166, 31, 46);
  background: linear-gradient(
    0deg,
    rgba(166, 31, 46, 1) 0%,
    rgba(218, 36, 41, 1) 100%
  );
  border-radius: 25px;
}
.skipppp > img {
  width: 58px;
  margin-top: -20px;
  margin-bottom: -20px;
  margin-left: -15px;
}
select.form-control {
  -webkit-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* background: transparent; */

  /* border: 1px solid #dfdfdf; */
  /* border-radius: 2px; */
  /* margin-right: 2rem; */
  text-align: center;
  /* padding: 1rem; */
  padding-right: 15px;
  text-align: center;
  text-align-last: center;
  -moz-text-align-last: center;
  -webkit-text-align: center;
  -webkit-text-align-last: center;
  /* font-family:'PSLKittithadaPro' !important; */
  padding-left: 20px;
  height: 35px;
  background: #fff;
  width: 100%;
  height: 35px;
  border-radius: 25px;
  box-shadow: 1px 2px 5px rgb(0 0 0 / 20%);
}
select:required:invalid {
  color: #9e9e9e;
  text-align: center;
  text-align-last: center;
  -moz-text-align-last: center;
  -webkit-text-align: center;
  -webkit-text-align-last: center;
  width: 100%;
  background: #fff;
  height: 35px;
  border-radius: 25px;
  box-shadow: 1px 2px 5px rgb(0 0 0 / 20%);
}
.select:after {
  content: "\f0ab";
  font-family: FontAwesome;
  color: #000;
  padding: 12px 8px;
  position: absolute;
  right: 0;
  top: 0;
  background: red;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}
label.select-c {
  position: relative;
}
label.select-c:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 10px;
  color: #f5f5f5;
  right: 5px;
  top: 2px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  background: #aaa;
  width: 20px;
  border-radius: 35px;
  text-align: center;
  padding-top: 3px;
}
label.select-c:before {
  content: "";
  right: 4px;
  top: 0px;
  width: 23px;
  height: 18px;
  background: #fff;
  position: absolute;
  pointer-events: none;
  display: block;
}
/* option[value=""][disabled] {
    display: none;
  }
  option {
	color: #401f10;
	font-family:'PSLKittithadaPro' !important;
    font-size: 14px;
	font-weight: bold !important;
    height: 37px;
  } */
.color-red {
  color: #dc3545;
}

.btn0bt {
  text-align: right;
}
input.form-custom {
  box-shadow: 1px 2px 5px rgb(0 0 0 / 20%);
  height: 35px;
  font-size: 16px;
  background: #fff;
  text-align: left;
  padding-left: 35px;
}
::-webkit-input-placeholder {
  padding-left: 5px;
  color: #9e9e9e;
}
:-moz-placeholder {
  padding-left: 5px;
  color: #9e9e9e;
}
::-moz-placeholder {
  padding-left: 5px;
  color: #9e9e9e;
}
:-ms-input-placeholder {
  padding-left: 5px;
  color: #9e9e9e;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #fdf4d8;
  font-size: 11px;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 20px;
  height: 20px;
  border: 2px solid #24418f;
  border-radius: 5px;
  background: #bee3f0;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #2e2e2e;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 0px;
  left: 4px;
  border-radius: 2px;
  transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.checkmark {
  position: absolute;
  top: 8px;
  left: 4px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  /* background-color: #24418f; */
  border: 2px solid #2e2e2e;
  border-radius: 50%;
}
.containers input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

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

/* On mouse-over, add a grey background color */
.containers:hover input ~ .checkmark {
  background-color: #fff;
  border: 2px solid #2e2e2e;
}

/* When the radio button is checked, add a blue background */
.containers input:checked ~ .checkmark {
  background-color: #fff;
  border: 2px solid #2e2e2e;
}

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

/* Show the indicator (dot/circle) when checked */
.containers input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containers .checkmark:after {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2e2e2e;
}
.app-r {
  background: url(/img/img/bg-y.png);
  background-repeat: no-repeat;
  background-size: 150%;
  overflow: hidden;
  background-position-x: 40%;
  background-position-y: -10px;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  margin-left: 10px;
  margin-right: 10px;
  border: 2px solid #d0a914;
}
.error-l {
  font-size: 12px;
  margin-top: -28px;
  margin-bottom: 5px;
  margin-left: 3px;
}
.error-red {
  border: red 1px solid;
}
.form-group {
  margin-bottom: 15px;
  position: relative;
}
.input-group-prepend {
  color: #9e9e9e;
  position: absolute;
  left: 10px;
  top: 6px;
}

.clt,
.clt ul,
.clt li {
  position: relative;
}

.clt ul {
  list-style: none;
  padding-left: 32px;
}
.clt li::before,
.clt li::after {
  content: "";
  position: absolute;
  left: -12px;
}
.clt li::before {
  border-top: 1px solid #24418f;
  top: 17px;
  width: 15px;
  height: 0px;
}
.clt li::after {
  border-left: 1px solid #24418f;
  height: 106%;
  width: 0px;
  top: 6px;
}
.clt ul > li:last-child::after {
  height: 8px;
}
.card-news {
  order: none;
  background: rgb(166, 31, 46);
  background: linear-gradient(
    0deg,
    rgba(166, 31, 46, 1) 0%,
    rgba(218, 36, 41, 1) 100%
  );
  position: relative;
}
.news-detail {
  padding: 30px;
  /* height: 300px; */
  display: none;
  background-image: url("../3x/Asset 14@3x.png");
  background-size: 95%;
  background-position: center;
  height: 550px;
  color: #fff;
  line-height: initial;
  overflow-x: auto;
}
.blue-bg {
  background-color: #2aa9e0;
}
.membertime {
  font-size: 14px;
  color: #fff;
  padding: 10px;
}
.btn-membertime {
  border: 1px solid;
  padding: 0px 15px;
  border-radius: 25px;
}
.bg-br {
  background-image: url("../3x/barr.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 5%;
}
.card-news.active {
  border-radius: 18px;
}
.news-head {
  display: none;
  margin-top: 20px;
}
.close-news {
  display: none;
  position: absolute;
  top: -8px;
  right: -8px;
}
.card-news.active > .close-news {
  display: block;
}
.card-news.active > .news-head {
  display: block;
}
.card-news.active > .news-detail {
  display: block;
}
.lh-0 {
  line-height: 0 !important;
}
.wf {
  width: fit-content;
  margin: 0 auto;
}
.setting {
  position: absolute;
  position: absolute;
  bottom: 5px;
  left: 60px;
}
.profile-list {
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
  border-radius: 0;
}
.prolist-l {
  margin-bottom: 30px;
}
.ipm {
  width: 20px;
  display: inline-block;
}

.icon-number {
  width: auto;
  position: relative;
  margin: 0 auto;
}
.lucky-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  font-size: 25px;
  font-weight: bold;
  color: #e42528;
  text-shadow: 2px 2px 0px #f7efb7;
}
.overlay-link {
  position: absolute;
  height: 80%;
  cursor: pointer;
  left: 12px;
  top: 20px;
  width: 100%;
}

/* TD CSS */
.displayimage {
  width: 100%;
  text-align: center;
  margin-top: -100px;
}
.displayimage > img {
  width: 140px;
  border-radius: 100%;
}
.displayname {
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}
.displayback {
  background: #2e2e2e;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 16px;
}
.head-text {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;

  /* อักษร */

  color: #2e2e2e;
}
.head-line {
  height: 2px;
  width: 100%;
  background: #ccd0d1;
  border-radius: 8px;
}
.sub-text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */

  text-align: center;
  text-transform: uppercase;

  /* อักษร */

  color: #2e2e2e;
}

.wp-password {
  text-align: center;
}
.out-p {
  position: relative;
  background: #ffffff;
  border: 1px solid #ccd0d1;
  box-sizing: border-box;
  border-radius: 4px;
  height: 42px;
}
.dot {
  width: 16px;
  height: 16px;
  background-color: #000;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.min-hi-all {
  min-height: calc(100vh - 35px);
}
.btn-dis {
  background: #ccd0d1;
  border-radius: 4px;
  width: 92%;
  height: 44px;
  border: 0;
  font-size: 20px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
}
.btn-active {
  background: #2e2e2e;
  border-radius: 8px;
  width: 92%;
  height: 44px;
  border: 0;
  font-size: 20px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
}
.btn-active-outline {
  background: #fff;
  border: 1px solid #2e2e2e;
  border-radius: 8px;
  width: 92%;
  height: 44px;
  font-size: 20px;
  line-height: 21px;
  text-align: center;
  color: #2e2e2e;
}
.btn-b-fix {
  /* position: fixed;
  bottom: 0px;
  width: 100%;
  max-width: 480px;
  left: 0px;
  text-align: center;
  background: #fe0000; */

  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 50%;
  max-width: 768px;
  text-align: center;
  background: #fe000000;
  transform: translate(-50%, 0px);
  border: none;
  max-width: 768px;
}
.infix {
  background: #FFF;
    margin-left: 16px;
    margin-right: 16px;
    padding: 16px 0px 16px 0px;
    margin-bottom: 16px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.btn-b-fix-d {
  position: fixed;
  bottom: 76px;
  width: 100%;
  max-width: 480px;
  left: 0px;
  text-align: center;
  /* padding: 16px 0px; */
}
.infix2 {
  background: rgb(209, 209, 209);
  background: linear-gradient(
    180deg,
    rgba(209, 209, 209, 0) 0%,
    rgba(209, 209, 209, 1) 100%
  );
  margin-left: 15px;
  margin-right: 15px;
  padding: 16px 0px;
}
.btn-list {
  background: #fff;
  border: 1px solid #2e2e2e;
  border-radius: 4px;
  width: 100%;
  height: 56px;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #2e2e2e;
  position: relative;
  padding-left: 16px;
  padding-right: 30px;
}
.btn-list > img {
  position: absolute;
  right: 12px;
  top: 18px;
}
.hide-pass {
  height: 50px;
}
.wp-password .col-2 {
  padding: 5px;
}
.keyboard {
  width: 100%;
  text-align: center;
}
.keyboard .col-4 {
  position: relative;
  height: 75px;
}
.input-p {
  width: 58px;
  height: 58px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #171f24;
  transform: translate(-50%, -50%);
  padding: 14px;
  cursor: pointer;
}
.input-p:active {
  background: #2e2e2e;
  border-radius: 4px;
  color: #fff;
}
.input-p:focus {
  background: #2e2e2e;
  border-radius: 4px;
  color: #fff;
}
.input-p:visited {
  background: #2e2e2e;
  border-radius: 4px;
  color: #fff;
}

.line-dot {
  width: 100%;
  height: 1px;
  border: 2px #ccd0d1;
  border-style: none none dashed none;
}
.catch-number {
  border: 1px solid #41ad49;
  box-sizing: border-box;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 46px;
  /* identical to box height */

  text-align: center;
  text-transform: uppercase;

  /* #41AD49 */

  color: #41ad49;
}

.number-step {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  color: #ccd0d1;
  background: #fff;
  transform: translate(-50%, -50%);
  padding: 3px;
  border: 2px solid #ccd0d1;
  box-shadow: 1px 1px 0px 5px #fff;
}
.number-step.active {
  background: #2e2e2e;
  border-radius: 4px;
  color: #fff;
  border: none;
}
.img-review {
  height: 89px;
  background: linear-gradient(180deg, #eaeaea 0%, #eaeaea 100%),
    url(hand-are-plugged-unplugged-electricity.jpg);
  border-radius: 4px;
}
.img-review img {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 4px;
  height: 100%;
}
.status1 {
  background: #ffffff00;
  border-radius: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;

  text-align: left;
  text-transform: uppercase;

  /* อักษรขาว */

  color: #41ad49;
}
.status2 {
  background: #ffffff00;
  border-radius: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
  color: #ff6060;
}
.toggleMenu {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height */

  text-decoration-line: underline;
  text-transform: uppercase;

  color: #0601ff;
  cursor: pointer;
}
.h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;

  /* Black */

  color: #353535;
}
.bg-r {
  /* #FF6060 */

  background: #ff6060;
  border-radius: 4px;
  width: 100%;
}
.bg-g {
  /* #41AD49 */

  background: #41ad49;
  border-radius: 4px;
  width: 100%;
}
textarea:disabled {
  background: #ccd0d1;
}
input:disabled {
  background: #ccd0d1;
}
.vdatetime-fade-enter-active,
.vdatetime-fade-leave-active {
  transition: opacity 0.4s;
}
.vdatetime-fade-enter,
.vdatetime-fade-leave-to {
  opacity: 0;
}
.vdatetime-overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s;
}
.vdatetime-popup {
  box-sizing: border-box;
  z-index: 1000;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 340px;
  max-width: calc(100% - 30px);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  color: #444;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
}
.vdatetime-popup * {
  box-sizing: border-box;
}
.vdatetime-popup__header {
  padding: 15px 30px;
  background: #fe0000;
  color: #fff;
  font-size: 32px;
}
.vdatetime-popup__year {
  display: block;
  font-weight: 300;
  font-size: 14px;
  opacity: 0.7;
  cursor: pointer;
  transition: opacity 0.3s;
}
.vdatetime-popup__year:hover {
  opacity: 1;
}
.vdatetime-popup__actions {
  padding: 0 20px 10px 30px;
  text-align: right;
}
.vdatetime-popup__actions__button {
  display: inline-block;
  border: none;
  padding: 10px 20px;
  background: 0 0;
  font-size: 16px;
  color: #fe0000;
  cursor: pointer;
  transition: color 0.3s;
}
.vdatetime-popup__actions__button:hover {
  color: #444;
}
.vdatetime-calendar__navigation--next:hover svg path,
.vdatetime-calendar__navigation--previous:hover svg path {
  stroke: #888;
}
.vdatetime-calendar__navigation,
.vdatetime-calendar__navigation * {
  box-sizing: border-box;
}
.vdatetime-calendar__navigation {
  position: relative;
  margin: 15px 0;
  padding: 0 30px;
  width: 100%;
}
.vdatetime-calendar__navigation--next,
.vdatetime-calendar__navigation--previous {
  position: absolute;
  top: 0;
  padding: 0 5px;
  width: 18px;
  cursor: pointer;
}
.vdatetime-calendar__navigation--next svg,
.vdatetime-calendar__navigation--previous svg {
  width: 8px;
}
.vdatetime-calendar__navigation--next svg path,
.vdatetime-calendar__navigation--previous svg path {
  transition: stroke 0.3s;
}
.vdatetime-calendar__navigation--previous {
  left: 25px;
}
.vdatetime-calendar__navigation--next {
  right: 25px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.vdatetime-calendar__current--month {
  text-align: center;
  text-transform: capitalize;
}
.vdatetime-calendar__month {
  padding: 0 20px;
  transition: height 0.2s;
}
.vdatetime-calendar__month__day,
.vdatetime-calendar__month__weekday {
  display: inline-block;
  width: 14.28571%;
  line-height: 36px;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  cursor: pointer;
}
.vdatetime-calendar__month__day > span,
.vdatetime-calendar__month__weekday > span {
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding: 0 0 100%;
  overflow: hidden;
}
.vdatetime-calendar__month__day > span > span,
.vdatetime-calendar__month__weekday > span > span {
  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;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s;
}
.vdatetime-calendar__month__weekday {
  font-weight: 700;
}
.vdatetime-calendar__month__day:hover > span > span {
  background: #eee;
}
.vdatetime-calendar__month__day--selected:hover > span > span,
.vdatetime-calendar__month__day--selected > span > span {
  color: #fff;
  background: #fe0000;
}
.vdatetime-calendar__month__day--disabled {
  opacity: 0.4;
  cursor: default;
}
.vdatetime-calendar__month__day--disabled:hover > span > span {
  color: inherit;
  background: 0 0;
}
.vdatetime-time-picker__list::-webkit-scrollbar-thumb {
  background: #ccc;
}
.vdatetime-time-picker__list::-webkit-scrollbar-track {
  background: #efefef;
}
.vdatetime-time-picker * {
  box-sizing: border-box;
}
.vdatetime-time-picker {
  box-sizing: border-box;
}
.vdatetime-time-picker::after {
  content: "";
  display: table;
  clear: both;
}
.vdatetime-time-picker__list {
  float: left;
  width: 50%;
  height: 305px;
  overflow-y: scroll;
}
.vdatetime-time-picker__list::-webkit-scrollbar {
  width: 3px;
}
.vdatetime-time-picker__with-suffix .vdatetime-time-picker__list {
  width: 33.3%;
}
.vdatetime-time-picker__item {
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  transition: font-size 0.3s;
}
.vdatetime-time-picker__item:hover {
  font-size: 32px;
}
.vdatetime-time-picker__item--selected {
  color: #fe0000;
  font-size: 32px;
}
.vdatetime-time-picker__item--disabled {
  opacity: 0.4;
  cursor: default;
  font-size: 20px !important;
}
.vdatetime-year-picker__list::-webkit-scrollbar-thumb {
  background: #ccc;
}
.vdatetime-year-picker__list::-webkit-scrollbar-track {
  background: #efefef;
}
.vdatetime-year-picker * {
  box-sizing: border-box;
}
.vdatetime-year-picker {
  box-sizing: border-box;
}
.vdatetime-year-picker::after {
  content: "";
  display: table;
  clear: both;
}
.vdatetime-year-picker__list {
  float: left;
  width: 100%;
  height: 305px;
  overflow-y: scroll;
}
.vdatetime-year-picker__list::-webkit-scrollbar {
  width: 3px;
}
.vdatetime-year-picker__item {
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  transition: font-size 0.3s;
}
.vdatetime-year-picker__item:hover {
  font-size: 32px;
}
.vdatetime-year-picker__item--selected {
  color: #fe0000;
  font-size: 32px;
}
.vdatetime-year-picker__item--disabled {
  opacity: 0.4;
  cursor: default;
}
.vdatetime-year-picker__item--disabled:hover {
  color: inherit;
  background: 0 0;
}
.center-ab {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img-a {
  /* height: 100%; */
  background-color: #FFF;
  text-align: center;
}
.img-c {
  max-width: 100%;
  width: 100%;
  /* height: 100%; */
  /* max-height: -webkit-fill-available;
  object-fit: contain;
  object-position: center;
  vertical-align: middle; */
  margin: 0 auto;
}
.custom-date {
  font-size: 18px;
padding-left: 0px;
text-align: center;
}
.vdatetime-month-picker__item {
  padding: 5px;
  font-size: 16px;
}
.vdatetime-month-picker__item--disabled {
  color: rgb(184, 184, 184);
}
.vdatetime-month-picker__item--selected {
  color: #fe0000;
}
.fs-17{
  font-size: 17px !important;
}