@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sarabun:wght@200&display=swap");

@font-face {
  font-family: thaisanslite_r1;
  src: url("../themes/v2/css/font/thaisanslite_r1.eot");
  font-display: swap;
}

@font-face {
  font-family: thaisanslite_r1;
  src: url("../themes/v2/css/font/thaisanslite_r1.ttf");
  font-display: swap;
}

body {
  background: #1a1d29;
  font-family: thaisanslite_r1, "Sarabun", sans-serif;
  position: relative;
  overflow-x: hidden;
  color: white;
}

footer {
  display: none;
}
.mcolor {
  background:
    radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      #ffd582 8%,
      #907b4d 30%,
      #8e7b50 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #756541 62.5%,
      #52472e 100%
    );
  box-shadow: 0 0 10px #000000;
}
.bkcolor {
  background: #0d0f17;
}
.cutcolor {
  color: #f1de95 !important;
}

.porela {
  position: relative;
}
.poab {
  position: absolute;
}
.x-hr-border-glow.poab {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50%;
}
/* width */

::-webkit-scrollbar {
  width: 7px;
}

/* Track */

::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #292d3e;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #c4a960;
  border-radius: 10px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #dcc177;
}

a {
  color: #c3c3c3;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3b435d;
}

/* LOGIN SECTION*/
.btneyepass {
  position: absolute;
  cursor: pointer;
  right: 8px;
  color: black;
  margin-top: 11px;
  background-color: transparent;
  border: none;
  outline: none;
  color: #bababa;
}
.textlogin {
  font-weight: bold;
  cursor: pointer;
}
.valcheck {
  color: #ff6464;
  font-size: 13px;
}

.textlogin span {
  text-shadow: 0 0 5px #a59a70;
}
.loginsection {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.boxall {
  background: #000000b8;
  padding: 5px;
  border-radius: 30px;
}
.loginhi01 {
  width: 100%;
}
@media (max-height: 645px) {
  .loginhi01 {
    height: auto;
  }
}
.headerlogo {
  text-align: center;
  margin-top: -65px;
}
.headerlogo img {
  height: 100px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));
}
.headertext {
  text-align: center;
  margin-top: 12px;
  font-size: 20px;
  color: #f2df96;
  font-weight: bold;
}
.namefont {
  font-family: thaisanslite_r1, "Bodoni Moda", serif;
}

.containinput {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.loginform01 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: #202331;
  box-shadow:
    0 14px 28px rgb(0 0 0 / 25%),
    0 10px 10px rgb(0 0 0 / 22%);
  border: none;
  border-radius: 20px;
  color: white;
  padding: 13px;
  padding-left: 40px;
}
.loginform01:read-only {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #0e1220;
  border: none;
  border-radius: 20px;
  color: white;
  padding-left: 40px;
}
.loginform01::placeholder {
  color: #a5a5a5;
  opacity: 1;
  /* Firefox */
}
select.loginform01 option {
  background: #202331;
  color: #fff;
}
.loginform01:focus {
  background: #1b1d27;
  box-shadow:
    0 14px 28px rgb(0 0 0 / 25%),
    0 10px 10px rgb(0 0 0 / 22%);
  color: white;
  outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-background: #1e1c38b8;
  -webkit-box-shadow: 0 0 0px 1000px #353a4e inset;
  text-shadow: 0 0 5px white;
  transition: background-color 5000s ease-in-out 0s;
}
.x-hr-border-glow {
  height: 0.2px;
  margin-top: 0;
  background: linear-gradient(
    90deg,
    transparent,
    #ecda93 30%,
    #f2df96 70%,
    transparent
  );
  width: 70%;
  text-align: center;
}

.colorbtn01 {
  width: 95%;
  border: none;
  color: white;
  border-radius: 30px;
  padding: 10px;
  margin: 0 auto;
}
.needregister {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  padding: 11px 0;
  margin: 0 auto;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.iconlogin {
  color: #ffffff;
  position: absolute;
  margin-top: 13px !important;
  margin-left: 12px;
}
.iconlogin i {
  color: #f2df96;
}
.x-hr-border-glow-tabmain {
  visibility: hidden;
  height: 1px;
  margin-top: 0;
  background: linear-gradient(
    90deg,
    transparent,
    #ecda93 30%,
    #f2df96 70%,
    transparent
  );
  width: 100%;
  text-align: center;
}
.x-hr-border-glow-tabmain.active {
  visibility: visible;
  height: 1px;
  margin-top: 0;
  background: linear-gradient(
    90deg,
    transparent,
    #ecda93 30%,
    #f2df96 70%,
    transparent
  );
  width: 100%;
  text-align: center;
}
.headertaplgre {
  text-align: center;
  margin-top: 50px;
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 11, 18, 0.85);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-content {
  text-align: center;
}
.imgloading {
  width: 120px;
  animation-name: move;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  position: relative;
  filter: drop-shadow(0 0 12px rgba(242, 223, 150, 0.6));
}
@keyframes move {
  0% {
    top: 0px;
  }
  50% {
    top: 12px;
  }
  100% {
    top: 0px;
  }
}
.containlogin {
  animation: loginFadeIn 0.4s ease-out;
}
@keyframes loginFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.loginform01:focus-visible,
.btneyepass:focus-visible,
.colorbtn01:focus-visible {
  outline: none;
}
.colorbtn01 {
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}
.colorbtn01:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}
.colorbtn01:active {
  transform: translateY(0);
}
.needregister:hover {
  background: rgba(255, 255, 255, 0.06);
}
.headertaplgre h4 {
  font-weight: 100;
  font-size: 20px;
}
.headertaplgre:hover .x-hr-border-glow-tabmain {
  display: visible;
  height: 1px;
  margin-top: 0;
  background: linear-gradient(
    90deg,
    transparent,
    #ecda93 30%,
    #f2df96 70%,
    transparent
  );
  width: 100%;
  text-align: center;
}
.headertaplgre table {
  margin: 0 auto;
}
.headertaplgre td {
  width: 50%;
  padding: 0 10px;
}
/* END LOGIN SECTION*/

/* REGISTER SECTION*/
.tdstepregister {
  width: 25%;
  background: #14161f00;
  padding: 10px 0;
}
.tdstepregister.active b {
  color: black;
  font-weight: bold;
  background: #efdd95;
}
.tdstepregister b {
  background: black;
  padding: 0 9px;
  border-radius: 20px;
}
.x-hr-border-glow-register {
  height: 1px;
  margin-top: 0;
  background: linear-gradient(
    90deg,
    transparent,
    #ecda93 30%,
    #f2df96 70%,
    transparent
  );
  width: 80%;
  text-align: center;
}
.stepline {
  margin-top: 50px;
}

.containstepregister {
  margin-top: -39px;
}
.btnnextregister {
  width: 100%;
  border: none;
  padding: 10px 0;
  border-radius: 30px;
  color: white;
}
.tdbtnregister {
  width: 50%;
  padding: 0 10px;
}
.btnbackregister {
  width: 100%;
  border: none;
  padding: 10px 0;
  border-radius: 30px;
  color: white;
}

.btnofregister {
  margin-top: 60px;
  white-space: nowrap;
}

.x-bank-choices-type .-outer-wrapper {
  display: grid;
  justify-content: center;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.x-bank-choices-type .-outer-wrapper .-input-radio {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.x-bank-choices-type .-outer-wrapper .-input-radio + .-label {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px 10px;
  position: relative;
  margin: 10px auto;
  border-radius: 50%;
  opacity: 0.75;
  transition: all 0.1s;
}
.x-bank-choices-type .-outer-wrapper .-input-radio:checked + .-label {
  opacity: 1;
}
.x-bank-choices-type .-outer-wrapper .-input-radio:checked + .-label .-logo {
  width: 45px;
  height: 45px;
}
.x-bank-choices-type .-outer-wrapper .-input-radio + .-label .-logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.1s;
}
.fa-check:before {
  content: "\f00c";
}
.x-bank-choices-type
  .-outer-wrapper
  .-input-radio:checked
  + .-label
  .fas.fa-check {
  display: flex;
  justify-content: center;
  align-items: center;
}

.x-bank-choices-type .-outer-wrapper .-input-radio + .-label .fas.fa-check {
  display: none;
  position: absolute;
  bottom: -2px;
  right: -1px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  background-color: #71dd8a;
}

.checkfinish {
  font-size: 50px;
  text-shadow:
    0 0 5px white,
    0 0 10px #f5dab6,
    0 0 20px #f5dab6,
    0 0 30px white;
}
.finishregister {
  text-align: center;
  font-size: 20px;
}
.finishregister span {
  font-size: 30px;
  color: #f2ca7c;
}

.slideto {
  animation: slidenextregister 0.2s ease 0s normal none;
}
@media (max-width: 768px) {
  .slideto {
    animation: slidenextregistermobile 0.2s ease 0s normal none;
  }
}
@keyframes slidenextregister {
  0.0% {
    transform: translate(0px, 30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes slidenextregistermobile {
  0.0% {
    transform: translate(0px, 30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

/* END REGISTER SECTION*/
