/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* test */
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  min-height: 100%;
  position: relative;
}

body,
html {
  margin: 0;
  padding: 0;
  
  /* background: url(../img/background58.jpg);
  font-family: "Kanit", Kanit;
  font-size: 15px;
  min-height: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; */
}

body {
  margin: 0;
  padding: 0;
  background: url(../img/bgcover.png) 0% 0% / cover no-repeat;
  font-family: sukhumvit_setmedium, sans-serif;
  background-size: 100% 100%;
  background-attachment: fixed;
  background-position: center;
  font-size: 15px;
  min-height: 100%;
  max-width: 100%;
  height: 90vh;
}

  @media screen and (max-width:768px) {
    .fixed-bg {
        width: 100vw;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: -1;
        top: 0;
        left: 0;
        background: url(../img/bg_mocover.png) no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
  }

@import url("https://fonts.googleapis.com/css2?family=Mitr&family=Roboto&display=swap");

.tap-forget-pass,
.tap-login {
  background: linear-gradient(to top, #ffff, #0000);
/*  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;*/
  border: none;
  background: rgb(138, 156, 163);
  background: radial-gradient(
    circle,
    rgb(80 179 214 / 0%) 0%,
    rgb(171 164 131 / 0%) 100%
  );

}

.tap-home {
  width: 70%;
  margin: auto;
  padding: 30px 0;
}

.tap-home-forget-pass {
  width: 60%;
  margin: auto;
}

#nav-forget-pass-tab {
  font-size: 1.5rem;
}
@media only screen and (max-width: 1000px) {
  .tap-login {
    /*height: 13rem;*/
  }

  .btn-login,
  .btn-switch-lang {
    padding: 3%;
  }

  .tap-home,
  .tap-home-forget-pass {
    width: 100%;
  }

  .tap-forget-pass {
    height: 12rem;
  }
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: rgb(0, 142, 215);
  background: linear-gradient(
    0deg,
    #2b77a7 0%,
    rgb(82 182 216) 48%,
    rgb(38 113 159) 100%
  );
  color: #ffffff;
  text-shadow: 2px 2px 2px rgb(0 0 0 / 85%);
}

.nav-tabs,
.nav-tabs .nav-item.show .nav-link {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background: rgb(210, 210, 210);
  background: linear-gradient(
    180deg,
    rgba(210, 210, 210, 1) 0%,
    rgba(249, 249, 249, 1) 16%,
    rgba(250, 250, 250, 1) 23%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 78%,
    rgba(245, 245, 245, 1) 85%,
    rgba(210, 210, 210, 1) 100%
  );
}

.nav-link {
  color: rgb(25 88 136);
  font-size: 1.8rem;
  padding: 0;
  /* text-shadow: 1px 1px 2px #02070b; */
}

.nav-tabs #nav-forget-pass-tab,
.nav-tabs #nav-login-tab {
  border-top-left-radius: 20px;
}

.nav-tabs #nav-login-tab:hover,
.nav-tabs #nav-regis-tab:hover {
  color: rgb(255, 255, 255);
}

.nav-tabs #nav-login-tab,
.nav-tabs #nav-regis-tab {
  border: none;
  font-family: "Mitr", sans-serif;
}

.nav-tabs #nav-forget-pass-tab,
.nav-tabs #nav-regis-tab {
  border-top-right-radius: 20px;
}

.text-forget-pass span {
  float: right;
  padding: 0.75rem;
  color: #fff;
}

.text-label-form {
  float: left;
  color: #e86767;
  font-weight: bold;
}

.btn-finish,
.btn-forger-pass,
.btn-login,
.btn-otp,
.btn-regis,
.btn-switch-lang {
  width: 90%;
  border-radius: 20px;
  font-size: 1.2rem;
  border: 1px solid #3a3416;
  font-family: "Mitr", sans-serif;
  /* box-shadow: 0 1px 0 0 #ffffff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #23b3e8),
    color-stop(1, #00a3e4)
  );
  background: -moz-linear-gradient(center top, #23b3e8 5%, #00a3e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#23b3e8', endColorstr='#00a3e4'));
  background-color: #23b3e8; */
  background: #87e0fd;
  background: -moz-linear-gradient(
    top,
    #87e0fd 0,
    #53cbf1 49%,
    #0699d3 52%,
    #05abe0 81%,
    #07ede9 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #87e0fd),
    color-stop(49%, #53cbf1),
    color-stop(52%, #0699d3),
    color-stop(81%, #05abe0),
    color-stop(100%, #07ede9)
  );
  background: -webkit-linear-gradient(
    top,
    #87e0fd 0,
    #53cbf1 49%,
    #0699d3 52%,
    #05abe0 81%,
    #07ede9 100%
  );
  background: -o-linear-gradient(
    top,
    #87e0fd 0,
    #53cbf1 49%,
    #0699d3 52%,
    #05abe0 81%,
    #07ede9 100%
  );
  background: -ms-linear-gradient(
    top,
    #87e0fd 0,
    #53cbf1 49%,
    #0699d3 52%,
    #05abe0 81%,
    #07ede9 100%
  );
  background: linear-gradient(
    to bottom,
    #c9a434 0,
    #a99727d4 49%,
    #b9a219 52%,
    #ffc107 81%,
    #ffc107 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd',endColorstr='#07ede9',GradientType=0 );
  box-shadow: 1px 2px 4px 1px #8c7d2e;
  text-indent: 0;
  display: inline-block;
  color: #ffffff;
}

.btn-finish:hover,
.btn-forger-pass:hover,
.btn-login:hover,
.btn-otp:hover,
.btn-regis:hover,
.btn-switch-lang:hover {
  color: hsl(0, 0%, 89%);
}

.form-control {
  border-radius: 10px;
}

.s {
  position: fixed;
  left: 35%;
  right: 15%;
  top: 19%;
  z-index: 1002;
  overflow: auto;
  box-shadow: 0 0 5px 4px #dfb708;
  border: 1px solid #141414;
  border-radius: 10px;
}

.x {
  position: fixed;
  left: 6%;
  right: 15%;
  top: 19%;
  z-index: 1002;
  border: 1px solid #141414;
  border-radius: 10px;
  overflow: auto;
  box-shadow: 0 0 5px 4px #dfb708;
}
/* GRID */
.twelve {
  width: 100%;
}

.eleven {
  width: 91.53%;
}

.ten {
  width: 83.06%;
}

.nine {
  width: 74.6%;
}

.eight {
  width: 66.13%;
}

.seven {
  width: 57.66%;
}

.six {
  width: 49.2%;
}

.five {
  width: 40.73%;
}

.four {
  width: 32.26%;
}

.three {
  width: 23.8%;
}

.two {
  width: 15.33%;
}

.one {
  width: 6.866%;
}
/* COLUMNS */
.col:first-of-type {
  margin-left: 0;
}
/* CLEARFIX */
.cf:after,
.cf:before {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.wrapper {
  width: 100%;
  margin: 30px 0;
}

/* STEPS */
.steps {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: rgb(210, 210, 210);
  background: linear-gradient(
    180deg,
    rgba(210, 210, 210, 1) 0%,
    rgba(249, 249, 249, 1) 16%,
    rgba(250, 250, 250, 1) 23%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 78%,
    rgba(245, 245, 245, 1) 85%,
    rgba(210, 210, 210, 1) 100%
  );
  text-align: center;
}

.steps li {
  display: inline-block;
  margin: 5px;
  color: #ccc;
  padding-bottom: 5px;
}

.steps li.is-active {
  border-bottom: 1px solid #ffc107;
  color: #ffc107;
  font-weight: bold;
}
/* FORM */
.form-wrapper .section {
  background: rgb(0, 142, 215);
  background: radial-gradient(
    circle,
    rgb(80 179 214) 0%,
    rgb(38 113 159) 100%
  );
  padding: 0 20px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.form-wrapper .section.is-active {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.form-wrapper .submit {
  border: none;
  outline: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-wrapper input[type="text"],
.form-wrapper input[type="password"],
.form-wrapper select,
.form-wrapper input[type="number"] {
  display: block;
  padding: 10px;
  margin: auto;
  background-color: #f1f1f1;
  border: none;
  outline: none;
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif !important;
  border-radius: 10px;
  width: 90%;
}

.form-wrapper input[type="radio"] {
  display: none;
}

.form-wrapper input[type="radio"] + label {
  display: block;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.form-wrapper input[type="radio"] + label:before {
  content: "✔";
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background-color: #ffc107;
  color: #fff;
  display: none;
}

.form-wrapper input[type="radio"]:checked + label:before {
  display: block;
}

.form-wrapper input[type="radio"] + label h4 {
  margin: 15px;
  color: #ccc;
}

.form-wrapper input[type="radio"]:checked + label {
  border: 1px solid #ffc107;
}

.form-wrapper input[type="radio"]:checked + label h4 {
  color: #ffc107;
}

.header-web {
  width: 100%;
  top: 0;
/*  position: fixed;*/
  padding-top: 2rem;
  /* display: block; */
}

.header-web img {
    max-width: 300px;
    margin-top: -50px;
    margin-right: -30px;
}

.clear {
  clear: both;
}

.slide-toggle {
  display: none;
}

.slidemenu {
  font-family: arial, sans-serif;
  overflow: inherit;
  /* border-top-right-radius: 40px;
  border-top-left-radius: 40px; */
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgb(0 0 0 / 0%);
  border: none;
  /* box-shadow: inset 0 0 10px #ff0707, inset 0px 0 10px #ff0707, inset 1px 0 10px #ff0707, 0 0 10px #ff0707, 0px 0 10px #ff0707, 0px 0 10px rgb(255 0 0); */
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  /* background: url(../img/bordermain.png) 50% 50% / cover no-repeat; */
}

.slidemenu label {
  cursor: pointer;
  width: 20%;
  text-align: center;
  justify-content: center;
  display: block;
  float: left;
  color: #333;
  /* opacity: 0.2; */
}

@media only screen and (min-width: 720px){
  .menubar {
    width: 80px !important;
  }
  .menubarplay {
    width: 30% !important;
    margin-top: -30px !important;
  }
}


.slidemenu label:hover:active {
  cursor: pointer;
  color: #5bcaff;
}

.slidemenu label span {
  display: block;
  color: #ffffff;
}

.slidemenu label .icon {
  font-size: 20px;
  border: solid 2px #5bcaff;
  text-align: center;
  height: 40px;
  width: 40px;
  display: block;
  margin: 10px auto;
  line-height: 35px;
  border-radius: 50%;
  color: #5bcaff;
}

.slidemenu label .icon-play {
  font-size: 40px;
  border: solid 5px #5bcaff;
  text-align: center;
  height: 80px;
  width: 80px;
  display: block;
  margin: auto;
  line-height: 65px;
  border-radius: 50%;
  color: #5bcaff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.24) !important;
}

/*Bar Style*/
.slider {
  width: 100%;
  height: 5px;
  display: block;
  background: #ccc;
  margin-top: 10px;
  border-radius: 5px;
}

.slider .bar {
  width: 100%;
  /* width: 25%; */
  height: 5px;
  background: #000;
  border-radius: 5px;
}

/*Animations*/
.slidemenu label,
.slider .bar {
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}

/*Toggle*/
/* .slidemenu .slide-toggle:checked + label { */
/* opacity: 1; */
/* font-weight: bold;
}

.slidemenu #slide-item-1:checked ~ .slider .bar {
  margin-left: 0;
}
.slidemenu #slide-item-2:checked ~ .slider .bar {
  margin-left: 25%;
}
.slidemenu #slide-item-3:checked ~ .slider .bar {
  margin-left: 50%;
}
.slidemenu #slide-item-4:checked ~ .slider .bar {
  margin-left: 75%;
}

.slidemenu #slide-item-5:checked ~ .slider .bar {
  margin-left: 100%;
} */

.section-page,
.game {
  top: 3.0rem;
  justify-content: center;
  position: relative;
  cursor: pointer;
  height: 100%;
}

.card-main {
    border-radius: 28px;
    border-style: solid;
    border-color: rgb(217 119 119);
    background: linear-gradient(to bottom, #d575758a 0%, #fdf85c00 49%, #dd707069 100%);
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  /* background: url(../img/bordermain.png) 50% 50% / cover no-repeat; */
}

/* .menu-grid-row {
  margin-bottom: 1rem !important;
} */

.card-icon {
  margin: auto;
  justify-content: center;
  font-size: 30px;
}

.card-text {
  font-size: 11px;
  color: #f9fafb;
}

.btn-save-data {
  background-color: #ff0707;
  color: #fff;
}

.fas {
  font-size: 22px;
  color: #ff0707;
}

.restrict-pass {
  font-size: 16px;
}

.btn-logout {
  float: right;
  max-width: 45px;
  margin: auto;
  width: 100%;
  cursor: pointer;
}

.btn-group {
  position: absolute;
  float: right;
  bottom: 8rem;
  right: 1.5rem;
  cursor: pointer;
}

.btn-group .btn {
  border-radius: 30px;
  background-color: #19baff;
  border: 1px solid #fff;
}

.btn-group .btn:active {
  background-color: #fff;
  color: #19baff;
}

.btn-group .btn:hover {
  background-color: #fff;
  color: #19baff;
}

.show-contact {
  background: #f6f6f6;
  border-radius: 10px;
}

.show-contact:hover {
  background: #99e3ff;
  border-radius: 10px;
}

.content-page {
  /* background: #f6f6f6; */
  border-radius: 15px;
}

.section-wallet {
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 3px 0;
  border-width: 5px;
  border-style: groove;
  border-radius: 40px;
  border-color: linear-gradient(to left, #a89b9b, #fff 100%);
  text-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 1) 0px 1px 2px;
}

.section-border-wallet {
  border-width: 2px;
  border-style: groove;
  border-image: radial-gradient(#fff, #fff, #d6caca) 1;
  opacity: 2;
}

.text-wallet {
  font-size: 1rem;
  color: #fff;
  text-align: right;
}

.text-wallet-user {
  font-size: 0.9rem;
  color: #ffffff;
  text-align: right;
}

.text-wallet span {
  font-size: 1rem;
  font-weight: bold;
}

.text-wallet-bank,
.text-wallet-balance {
  color: #ffffff;
  font-size: 0.9rem;
}

.label-report-total {
  color: #ff8585;
}

.show-report-total {
  margin-top: 5px;
}

.text-report-total {
  font-weight: bold;
  font-size: 1.5rem;
  color: #ff8585;
}

.text-wallet-bank a {
  color: #a6a6a6;
  cursor: pointer;
}

.menu-icon img {
  max-width: 150px;
  width: 100%;
}

.menu-icon {
  width: 100%;
  padding: 10px 5px;
  /* background-color: #fff; */
  border-radius: 10px;
  margin: auto;
  justify-content: center;
}

/* .menu-icon:hover {
  background-color: #c0eefa;
} */

.row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.2);
  padding-left: calc(var(--bs-gutter-x) * 0.2);
}

@media only screen and (min-width: 720px) {
  .menu-icon {
    width: 8rem;
    /* height: 6rem; */
  }

  .menu-icon img {
    max-width: 86px;
    width: 100%;
    justify-content: center;
    margin-top: 0.5rem;
  }
}

.menu-grid {
  text-decoration: none;
  color: #fff;
  text-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, #000000 0px 1px 2px;
  margin: auto;
  justify-content: center;
}

.menu-grid:hover {
  text-decoration: none;
  color: #c0eefa;
}
.jPBKfL {
  /* margin-top: -10px !important; */
  color: rgb(252, 252, 252);
  text-decoration: none;
  overflow: hidden;
  padding: 12%;
  background: url(../img/botton/b.png);
  font-size: 12px;
  cursor: pointer;
  margin-bottom: 15px;
  border: none;
  width: 100%;
  background-repeat: round;
  background-size: cover;
  margin-inline: auto;
}
.menumain{
  text-decoration: none;
  overflow: inherit;
  padding: 3%;
  background: url(../img/botton/bmain.png);
  font-size: 11px;
  cursor: pointer;
  /* margin-bottom: 15px; */
  border: none;
  width: 90%;
  background-repeat: round;
  background-size: cover;
  margin-inline: auto;
}
@media only screen and (min-width: 720px){
  .jPBKfL {
    margin-top: 40px !important;
    color: rgb(252, 252, 252);
    text-decoration: none;
    overflow: hidden;
    padding: 12%;
    background: url(../img/botton/b.png);
    font-size: 16px;
    cursor: pointer;
    /* margin-bottom: 15px; */
    border: none;
    width: 100%;
    background-repeat: round;
    background-size: cover;  
    margin-inline: auto;  
}
.menumain{
  text-decoration: none;
  overflow: inherit;
  padding: 2%;
  background: url(../img/botton/bmain.png);
  font-size: 15px;
  cursor: pointer;
  /* margin-bottom: 15px; */
  border: none;
  width: 40%;
  background-repeat: round;
  background-size: cover;
  margin-inline: auto;
}
}



#demoqr {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* checkin page */
.box-row {
  border: 1.18rem dotted #fe8888 !important;
  box-shadow: 0 0 5px 2px #f67e7e;
  border-radius: 11px;
  background-color: #ffffff96;
  width: 100%;
  max-width: 45rem;
  margin: auto;
  justify-content: center;
  text-align: center;
}

.btn-st {
  color: #fff;
  background-color: #627ce7;
  border-color: #627ce7;
  box-shadow: 0 0 5px 5px #ff8585;
  margin-bottom: 10px;
  margin-top: 5px;
}

.btn-st:hover {
  background-color: #627ce7;
}

.col-sm-2 {
  flex: 0 0 14.066667%;
  /* flex: 0 0 16.666666666%; */
  max-width: 16.6666666667%;
}

.gamee {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-device-width: 480px),
  only screen and (min-device-width: 560px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2) {
  .col-3 {
    flex: -1 0 21%;
    max-width: 40%;
  }

  .game {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gamee {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 300px) and (max-width: 900px) {
  .login {
    background-color: #040e3200;
    padding: 15px 15px 15px 15px;
    border-radius: 1rem;
  }
}

#check {
  font-size: 14px;
  box-shadow: 0 0 5px 5px #ed5a90;
  margin: 1rem;
}

/* .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #ffc107;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #1c1717;
  border: 1px solid #23abe1;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} */

/* checkin page */

/* code page */

.btn-code {
  width: 100%;
  border-radius: 10px;
  font-size: 16px;
  padding: 5px;
  border: 2px solid #0c0c0c;
  font-family: "Mitr", sans-serif;
  box-shadow: 1px 1px 1px 1px #111;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #23b3e8),
    color-stop(1, #00a3e4)
  );
  background: linear-gradient(to bottom,  #740815 6%,#ad080b 48%,#740815 100%);
  text-indent: 0;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
}

.btn-code:hover {
  color: red;
}

@media only screen and (min-width: 720px) {
  .btn-code {
    width: 100%;
    max-width: 150px;
  }
}
/* code page */

/* table */
table {
  border-spacing: 1;
  border-collapse: collapse;
  background: #fffbfd;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

table * {
  position: relative;
}
table td,
table th {
  padding-left: 8px;
}
table thead tr {
  height: 60px;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff9191), color-stop(1, #d94d99));
}
table tbody tr {
  height: 50px;
}
table tbody tr:last-child {
  border: 0;
}
table td,
table th {
  text-align: left;
}
table td.l,
table th.l {
  text-align: right;
}
table td.c,
table th.c {
  text-align: center;
}
table td.r,
table th.r {
  text-align: center;
}

.table100-head th {
  font-family: OpenSans-Regular;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

tbody tr {
  font-family: OpenSans-Regular;
  font-size: 15px;
  color: #fd8383;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:hover {
  color: #fd8383;
  background-color: #f5f5f5;
  cursor: pointer;
}
/* table */

/* network page */
.btn-network {
  border-radius: 10px;
    font-size: 14px;
    padding: 8px;
    border: 2px solid rgb(0 0 0 / 90%);
    font-family: "Mitr", sans-serif;
    box-shadow: 0 1px 0 0 #dc3545;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc107), color-stop(1, #ffc107) );
    background: -moz-linear-gradient(center top, #23b3e8 5%, #00a3e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#23b3e8', endColorstr='#00a3e4')) background-color: #23b3e8;
    text-indent: 0;
    display: inline-block;
    color: rgb(0 0 0 / 90%);
    text-decoration: none;
    margin: 0 3px;
}
/* network page */

/* spin page */
.section-spin {
  font-size: 1.2rem;
  color: #d5d5d3;
  font-family: Mitr;
}

.input-mxx {
  width: 150px;
  text-align: center;
  /* font-size: 20px;  */
  font-weight: bold;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  border-radius: 0.5rem;
  /* background-image: linear-gradient(45deg, black, transparent); */
  background: linear-gradient(
    315deg,
    rgba(2, 11, 11, 0) 25%,
    rgba(85, 13, 25, 0) 100%
  ) !important;
  padding: 1px;
}

#canvas {
  width: 100%;
  height: auto;
}

.form-control:disabled,
.form-control[readonly] {
  background: linear-gradient(to right, #ffffff, #ffffff, #ffffff);
  opacity: 1;
}

.spin_off {
  width: 100%;
  max-width: 10rem;
}

@media only screen and (max-width: 414px) {
  .spin_off {
    width: 100%;
    max-width: 8rem;
  }

  #canvas {
  /*  max-width: 15rem;*/
  }
}

/* spin page */

/* withdraw page */

.show-bank {
  color: #8b8c8e;
  font-size: 0.8rem;
  line-height: 1.5;
}

.show-total-credit label {
  font-size: 2rem;
  color: #000;
}

.show-total-credit label span {
  font-size: 1rem;
}

.input-withdraw {
  padding: 14px 30px;
  font-size: 14px;
}

.input-withdraw::placeholder {
  text-align: right;
  font-size: 14px;
}

.btn-withdraw {
  background-color: #068ec1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #068ec1),
    color-stop(1, #068ec1)
  );
  width: 100%;
  display: inline-block;
  max-width: 414px;
  border-radius: 30px;
  padding: 10px 0;
  color: #fff;
}

.btn-show-withdraw {
  background: #a5e6ff;
  border-radius: 10px;
  color: #016b9e;
}

.notice-withdraw label span {
  font-weight: bold;
  color: #ff00c7;
}

/* withdraw page */

/* deposit page */
.nav-li-menu {
  margin-left: 5px;
  margin-right: 5px;
  width: 40%;
  justify-content: center;
  text-align: center;
  text-align: center;
}

.nav-li-menu button {
  font-size: 15px;
  padding: 8px;
  /* width: 10rem; */
  width: 100%;
  margin: auto;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #e55a8f8c;
}

#pills-bank-main-tab,
#pills-promt-tab {
  border-radius: 20px;
  color: #fffffc;
  /* text-shadow: #d5d5d3 1px 1px 0; */
}
.text-pink{
  color: #eb79bd !important;
}


.bank-text {
  padding-left: 1rem;
  background-color: #e55a8f8c;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  color: rgb(255, 255, 255);
}

.show-bank,
.show-bank-web {
  justify-content: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.show-bank-web {
  background-color: #f9f7f7;
}

.card-bank-icon {
  justify-content: center;
  font-size: 30px;
  text-align: center;
  margin: auto;
  align: center;
}

.bank-img {
  max-width: 50px;
  width: 100%;
}

.card-bank-text {
  font-size: 13px;
  color: rgb(0 0 0 / 85%);
}

.bank-mainten {
  max-width: 500px;
}

#deposit_notice {
  font-size: 12px;
  color: #e37272;
}

#deposit_bank {
  font-size: 15px;
  color: #e37272;
}
/* deposit page */

@media (min-width: 768px) and (max-width: 828px) {
  .section-page {
    width: 85%;
  }
}

@media (min-width: 828px) and (max-width: 885px) {
  .section-page {
    width: 65%;
  }
}

@media (min-width: 885px) and (max-width: 980px) {
  .section-page {
    width: 60%;
  }
}

@media (min-width: 980px) and (max-width: 1000px) {
  .section-page {
    width: 55%;
  }
}

@media (min-width: 1000px) and (max-width: 1045px) {
  .section-page {
    width: 80%;
  }
}

@media (min-width: 1045px) and (max-width: 1122px) {
  .section-page {
    width: 75%;
  }
}

@media (min-width: 1122px) and (max-width: 1200px) {
  .section-page {
    width: 70%;
  }
}

@media (min-width: 1200px) and (max-width: 1281px) {
  .section-page {
    width: 65%;
  }
}

@media (min-width: 1280px) and (max-width: 1475px) {
  .section-page {
    width: 60%;
  }
}

@media (min-width: 1471px) and (max-width: 1594px) {
  .section-page {
    width: 40%;
  }
}

@media (min-width: 1595px) and (max-width: 1679px) {
  .section-page {
    width: 35%;
  }
}

@media only screen and (min-width: 1680px) {
  .section-page {
    width: 30%;
  }
}

@media (max-width: 320px) and (max-height: 568px) {
  .show-bank {
    color: #8b8c8e;
    font-size: 0.7rem;
    line-height: 1;
  }

  .show-total-credit label {
    font-size: 0.8rem;
    color: #000;
  }

  .show-total-credit label span {
    font-size: 0.75rem;
  }

  .input-withdraw {
    padding: 5px 15px;
    font-size: 12px;
  }

  .btn-withdraw {
    display: inline-block;
    max-width: 300px;
    border-radius: 30px;
    padding: 5px 0;
    color: #fff;
  }

  .menu-icon img {
    max-width: 20px;
    width: 100%;
  }

  table thead tr {
    height: 40px;
  }

  .table100-head th {
    font-size: 14px;
  }

  #canvas {
    width: 180px;
    height: 220px;
    padding-bottom: 0;
  }

  .card-main {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .menu-grid-row {
    margin-bottom: 0.5rem !important;
  }
}

.animated-button1 {
  /* background: linear-gradient(to top, #000000 0%, #f1cf0263 100%); */
  padding: 8px 15px;
  margin: 9px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  /* -webkit-box-shadow: 0 20px 50px rgb(0 0 0 / 50%); */
  /* box-shadow: 0 20px 50px rgb(0 0 0 / 50%); */
}
.animated-button1 {
  margin-top: -35px;
  width: 100%;
}
.animated-button1::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad8585;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}

.animated-button1:hover::before {
  opacity: 0.2;
}

.animated-button1 span {
  position: absolute;
}

.animated-button1 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(43, 8, 8, 0)),
    to(#f1cf02)
  );
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #f1cf02);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.animated-button1 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(43, 8, 8, 0)),
    to(#f1cf02)
  );
  background: linear-gradient(to top, rgba(43, 8, 8, 0), #f1cf02);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.animated-button1 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(43, 8, 8, 0)),
    to(#f1cf02)
  );
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #f1cf02);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.animated-button1 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(43, 8, 8, 0)),
    to(#f1cf02)
  );
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #f1cf02);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.animated-button1::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad8585;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}

.animated-button1:hover::before {
  opacity: 0.2;
}

.animated-button1 span {
  position: absolute;
}

.animated-button1 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(43, 8, 8, 0)),
    to(#f1cf02)
  );
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #f1cf02);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.animated-button1 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(43, 8, 8, 0)),
    to(#f1cf02)
  );
  background: linear-gradient(to top, rgba(43, 8, 8, 0), #f1cf02);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.animated-button1 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(43, 8, 8, 0)),
    to(#f1cf02)
  );
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #f1cf02);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.animated-button1 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(43, 8, 8, 0)),
    to(#f1cf02)
  );
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #f1cf02);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.animated-button1 {
  margin-top: -35px;
  width: 100%;
}

.animated-button1:hover {
  text-decoration: none;
  color: gold;
}

.signout {
  color: black;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  padding: 5%;
  background: url(../img/logout.png);
  font-size: 1.4rem;
  cursor: pointer;
  margin-bottom: 15px;
  border: none;
  width: 100%;
  background-repeat: round;
  background-size: cover;
}

.signout:hover {
  letter-spacing: 1px;
}

  .credit {
    background: #ff00007d;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10px 41px 0px 42px;
    margin-right: 8px;
  }

  .point {
    background: linear-gradient(to bottom, #e2b63b 0%,#fdda5c 49%,#e1be48 100%);
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding:10px 41px 0px 42px;
    margin-right: 8px;
    
  }

  .btn-info {
    color: #fff;
    font-size: initial;
    background-color: #cc2d80;
    border-color: #f17098;
    border: 1px solid #e74ea4;
    /* box-shadow: inset 0 0 10px rgb(255 0 0), inset -20px 0 10px #ffc107, inset -20px 0 10px rgb(221 213 213),
                0 0 10px rgb(255 0 0), -10px 0 10px rgb(255 0 0), 10px 0 10px rgb(106 82 82); */
  }
  .btn-info:hover {
    color: #fff;
    background-color: #f00d0d;
    border-color: #f17098;
    border: 1px solid #e74ea4;
}
.hMaYnt {
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  padding: 5%;
  background: url(../img/login.png) 50% 50% / cover no-repeat;
  font-size: 1.4rem;
  cursor: pointer;
  background-size: cover;
  border: none;
  width: 100%;
  background-size: 270px;
}

.hMaYnt:hover {
  letter-spacing: 1px;
}
.hMaYnt1 {
  color: white;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  padding: 5%;
  background: url(../img/register.png) 50% 50% / cover no-repeat;
  font-size: 1.4rem;
  cursor: pointer;
  margin-bottom: 15px;
  border: none;
  width: 100%;
  background-size: 270px;
}

.hMaYnt1:hover {
  letter-spacing: 1px;
}
.contact {
  color: white;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  padding: 5%;
  background: url("../img/contact2.png") 50% 50% / cover no-repeat;
  font-size: 1.3rem;
  cursor: pointer;
  margin-bottom: 15px;
  border: none;
  width: 100%;
  background-size: 270px;
}

.contact:hover {
  color: white;
  letter-spacing: 1px;
}

.hMaYnt:focus {
  outline: 0;
}

.hMaYnt1:focus {
  outline: 0;
}

.contact:focus {
  outline: 0;
}
#username {
  background-image: url(../img/user.png);
  background-size: 100% 100%;
  background-position: center;
}
#password {
  background-image: url(../img/pass.png);
  background-size: 100% 100%;
  background-position: center;
}
#username, #password {
  padding-left: 120px;
  color: #fff;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 7px;
}
.texth2{
  width: 80%;
}

/* #username:active,
#username:focus {
  background-image: url("../img/user-focus.png");
  background-size: 100% 100%;
  background-position: center;
} */
/* #password:active,
#password:focus {
  background-image: url("../img/pass-focus.png");
  background-size: 100% 100%;
  background-position: center;
} */

.form-control {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #292828;
  background: -webkit-linear-gradient(to right, #dcddde, #e6e8e8, #9d9fa2);
  background: linear-gradient(to right, #ffffff, #ffffff, #ffffff);
  color: #ff8585 !important;
  border: none;
  border-radius: 0.4rem;
}
.form-control:focus {
border-color: #fffffe;
background-color: #000;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
background: #292828;
background: -webkit-linear-gradient(to right, #dcddde, #e6e8e8, #9d9fa2);
background: linear-gradient(to right, #ffffff, #ffffff, #ffffff);
color: #ff8585 !important ;
}

.img-row-more{
  max-width: 290px;
  align-items: center;
  margin-right: -30px;
}
.cHXzHA {
  color: red;
  font-size: 12px;
  margin-right: 10px;
}
.glZmJR {
  margin-left: auto;
  text-align: right;
  margin-top: -6rem;
}
.icBXiL {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
}

.bDdzNw {
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 15px 10px;
  max-width: 500px;
  left: 50%;
  transform: translateX(-50%);
}


