/* 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 {
  margin: 0;
  padding: 0;
  background: url(../img/bg2.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/bg63.png) no-repeat top center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
*/


    


  }

  body {
   background: url(../img/bg_mo.png) no-repeat top center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: auto;

}


}

.img_logo{
  width: 100%;
  max-width: 300px;
  margin-top: 30px;
}
@media only screen and (max-width: 414px){
  .img_logo{
  width: 100%;
  max-width: 250px;
  margin-top: 50px;
}
}

@import url("https://fonts.googleapis.com/css2?family=Mitr&family=Roboto&display=swap");

.tap-forget-pass,
.tap-login {
  border: none;
}

.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) {
  .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: #ddbb12;
  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;
  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,
    #eac214 0,
    #686338 49%,
    #685b1b 52%,
    #2c2914 81%,
    #032842 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 {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #bdc3c7;
    background: -webkit-linear-gradient(to right, #dcddde, #e6e8e8, #9d9fa2);
    background: linear-gradient(to right, #e9ecef, #e9ecef, #e9ecef);
    color: #e3a117;
    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: #bdc3c7;
  background: -webkit-linear-gradient(to right, #dcddde, #e6e8e8, #9d9fa2);
  background: linear-gradient(to right, #e9ecef, #e9ecef, #e9ecef);
  color: #e3a117;
}
.btn.focus,
.btn:focus,
.btn:hover,
.btn:active:focus,
.btn:focus {
  outline: none;
}


.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 #18bd1f;
  color: #18bd1f;
  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: #18bd1f;
  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 #18bd1f;
}

.form-wrapper input[type="radio"]:checked + label h4 {
  color: #18bd1f;
}

.header-web {
  width: 100%;
  top: 0;
  padding-top: 2rem;
}

.header-web img {
  max-width: 166px;
  margin-top: 0px;
  margin-right: -28px;
}

.clear {
  clear: both;
}

.slide-toggle {
  display: none;
}

.slidemenu {
  font-family: arial, sans-serif;
  overflow: inherit;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(../img/borderfootter.png) 50% 40% / cover no-repeat;
}

.slidemenu label {
  cursor: pointer;
  width: 20%;
  text-align: center;
  justify-content: center;
  display: block;
  float: left;
  color: #333;
}

.menubar {
  width: 100px !important;
  padding: inherit;
  margin-left: -23px;
  margin-top: 5px;
}
.menubarplay {
  width: 98px !important;
  margin-top: -38px !important;
  margin-left: -19px;
  
}
.testnuch{
  background-image: url(../img/borderfootter.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 6px;
  height: 89px;

}
.foot63luck{
  margin-left: -32px !important;
}



@media only screen and (min-width: 720px){
  .menubar {
    width: 91px !important;
    padding: unset;
    margin-left: 14px;
    margin-top: -15px;
  }
  .menubarplay {
    width: 110px !important;
    margin-top: -51px !important;
    margin-left: 6px
    
  }
  .header-web img {
    max-width: 239px;
    margin-top: 10px;
    margin-right: -30px;
  }
  .testnuch {
    background-image: url(../img/borderfootter.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 23px;
    height: 100px;
}
}

@media only screen and (min-width: 760px){
  .slidemenu {
    font-family: arial, sans-serif;
    overflow: inherit;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(../img/borderfootter.png) 50% 40% / cover no-repeat;
  }
  
  .slidemenu label {
    cursor: pointer;
    width: 20%;
    text-align: center;
    justify-content: center;
    display: block;
    float: left;
    color: #333;
  }
  
  .menubar {
    width: 100px !important;
    padding: inherit;
    margin-left: 18px;
    margin-top: -5px;
  }
  .menubarplay {
    width: 112px !important;
    margin-top: -42px !important;
    margin-left: 9px;
    
  }
  .testnuch{
    background-image: url(../img/borderfootter.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 6px;
    height: 89px;
    /* width: 100%; */
   
  }
  .foot63luck{
    margin-left: -32px !important;
  }

  .iconmenu {
    margin-top: -25px !important;
  }
}

@media only screen and (min-width: 1920px){

  .slidemenu {
    font-family: arial, sans-serif;
    overflow: inherit;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(../img/borderfootter.png) 50% 40% / cover no-repeat;
  }

  .slidemenu label {
    cursor: pointer;
    width: 20%;
    text-align: center;
    justify-content: center;
    display: block;
    float: left;
    color: #333;
  }

  .menubar {
    width: 90px !important;
    padding: inherit;
    margin-left: -5px;
    margin-top: 1px;
  }
  .menubarplay {
    width: 105px !important;
    margin-top: -50px !important;
    margin-left: -10px;
    
  }
  .testnuch{
    background-image: url(../img/borderfootter.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 6px;
    height: 89px;
  
  }
  .foot63luck{
    margin-left: -32px !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%;
  height: 5px;
  background: #5bcaff;
  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;
}
.section-page,
.game {
  top: -2.0rem;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.card-main {
  border-radius: 10px;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  background: url(../img/bordermain.png) 50% 50% / cover no-repeat;
  width: 75%;
}
.card-icon {
  margin: auto;
  justify-content: center;
  font-size: 30px;
}

.card-text {
  font-size: 11px;
  color: #f9fafb;
}

.btn-save-data {
  background-color: #18bd1f;
  color: #fff;
}

.fas {
  font-size: 22px;
  color: #14c51b;
}

.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 {
  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: #f8f8f8;
}

.show-report-total {
  margin-top: 5px;
}

.text-report-total {
  font-weight: bold;
  font-size: 1.2rem;
  color: #f8f8f8;
}

.text-wallet-bank a {
  color: #a6a6a6;
  cursor: pointer;
}

.menu-icon img {
  max-width: 150px;
  width: 100%;
  margin-bottom: -20px;
}

.menu-icon {
  width: 100%;
  padding: 10px 5px;
  /* background-color: #fff; */
  border-radius: 10px;
  margin: auto;
  justify-content: center;
}
.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: 6.8rem;
  }

  .menu-icon img {
    max-width: 80px;
    width: 100%;
    justify-content: center;
    margin-top: -1.5rem;
    margin-left: -18px;

  }
}

.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 {
  color: rgb(252, 252, 252);
  text-decoration: none;
  overflow: hidden;
  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%;
  font-size: 16px;
  cursor: pointer;
  border: none;
  width: 90%;
  background-repeat: round;
  background-size: cover;
  margin-inline: auto;
  color: #f8f8f8;
  font-family: 'Mitr';
}
@media only screen and (min-width: 720px){
  .jPBKfL {
    margin-top: -17px !important;
    color: rgb(252, 252, 252);
    text-decoration: none;
    overflow: hidden;
    font-size: 18px;
    cursor: pointer;
    border: none;
    width: 100%;
    background-repeat: round;
    background-size: cover;  
    margin-inline: auto;  
}
.menumain{
  text-decoration: none;
  overflow: inherit;
  padding: 2%;
  font-size: 16px;
  cursor: pointer;
  border: none;
  width: 40%;
  background-repeat: round;
  background-size: cover;
  margin-inline: auto;
  color: #f8f8f8;
  font-family: 'Mitr';
}
}

#demoqr {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* checkin page */
.box-row {
/*  background: url(../img/checkin/b1.png) ;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 45rem;
  margin: auto;
  justify-content: center;
  text-align: center; 
}
.btn-st {
  margin-bottom: 10px;
  margin-top: 5px;
}
.btn-st:hover {
}

.col-sm-2 {
  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;
  margin: 1rem;
}
/* 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: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #0f4c62),
    color-stop(1, #350a87)
  );
  text-indent: 0;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
}

.btn-code:hover {
  color: #00fbfb;
}

@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-image: linear-gradient(to right, #08204e4a , #1c44e4c4, #08204e5c );*/
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

table * {
  position: relative;
}
table td,
table th {
  padding-left: 8px;
}
table thead tr {
  height: 60px;
  background-color: #fff;
  border-bottom: 3px solid #000000;
}
table tbody tr {
  height: 50px;
  color: #000000;
}
table tbody tr:last-child {
  border: 0;
}
table td,
table th {
  text-align: center;
}
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: #000000;
  line-height: 1.2;
  font-weight: 700;
}

tbody tr {
  font-family: OpenSans-Regular;
  font-size: 15px;
  color: eeeded;
  line-height: 1.2;
  font-weight: 700;
}

tbody tr:hover {
  color: #eeeded;
  cursor: pointer;
}
/* table */

/* network page */
.btn-network {
  border-radius: 10px;
  font-size: 14px;
  padding: 8px;
  border: 2px solid #ffffff;
  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;
  text-indent: 0;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  margin: 0 3px;
}
/* network page */

/* spin page */
.section-spin {
  font-size: 1.2rem;
  color: #f8f8f8;
  font-family: Mitr;
}

.input-mxx {
  width: 150px;
  text-align: center;
  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: 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] {
  border-color: #fffffe;
  background-color: #000;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #bdc3c7;
  background: -webkit-linear-gradient(to right, #dcddde, #e6e8e8, #9d9fa2);
  background: linear-gradient(to right, #101010, #101010, #101010);
  color: #878787;
  opacity: 1;
}

.spin_off {
  width: 100%;
  max-width: 10rem;
}

@media only screen and (max-width: 414px) {
  .spin_off {
    width: 100%;
    max-width: 8rem;
  }
}
/* 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: 100%;
  margin: auto;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #17478d;
}

#pills-bank-main-tab,
#pills-promt-tab {
  border-radius: 20px;
  color: #fff;
  text-shadow: #e0e0e0 1px 1px 0;
}

.bank-text {
  padding-left: 1rem;
  background-color: #1262d7;
  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 {
  color: #000000;
}

.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: 16px;
  color: #58b724;
  font-weight: bold;
  font-family: 'Mitr';

}

.bank-mainten {
  max-width: 500px;
}

#deposit_notice {
  font-size: 12px;
  color: #eeeded;
  text-shadow: 0 0 3px #000000, 0 0 5px #000000;
  text-align: center;
}

#deposit_bank {
  font-size: 15px;
  color: #eeeded;
  text-shadow: 0 0 3px #000000, 0 0 5px #000000;
  text-align: center;
}
.card-maindeposit {
  border-radius: 10px;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  /* background: url(../img/Rectangle4.png); */
  background-repeat: no-repeat;
    background-size: 100% 100%;
  margin-top: -10px;
}
.text-whiteacc{
  color: #eeeded;
  text-shadow: 0 0 3px #000000, 0 0 5px #000000;
  text-align: center;
}
.accdeposit{
  border-radius: 10px;
  background: url(../img/deposit/Rectangle3.png) 50% 50% / cover no-repeat;
  align-items: center;
}
/* deposit page */

@media (min-width: 768px) and (max-width: 828px) {
  .section-page {
    width: 40%;
  }
}

@media (min-width: 828px) and (max-width: 885px) {
  .section-page {
    width: 40%;
  }
}

@media (min-width: 885px) and (max-width: 980px) {
  .section-page {
    width: 40%;
  }
}

@media (min-width: 980px) and (max-width: 1000px) {
  .section-page {
    width: 40%;
  }
}

@media (min-width: 1000px) and (max-width: 1045px) {
  .section-page {
    width: 40%;
  }
}

@media (min-width: 1045px) and (max-width: 1122px) {
  .section-page {
    width: 40%;
  }
}

@media (min-width: 1122px) and (max-width: 1200px) {
  .section-page {
    width: 40%;
  }
}

@media (min-width: 1200px) and (max-width: 1281px) {
  .section-page {
    width: 40%;
  }
}

@media (min-width: 1280px) and (max-width: 1475px) {
  .section-page {
    width: 40%;
  }
}

@media (min-width: 1471px) and (max-width: 1594px) {
  .section-page {
    width: 40%;
  }
}

@media (min-width: 1595px) and (max-width: 1679px) {
  .section-page {
    width: 40%;
  }
}

@media only screen and (min-width: 1680px) {
  .section-page {
    width: 27%;
  }
}

@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%;
    margin-left: -5px;
  }

  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 {
  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;
}
.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: url(../img/credit_back.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 15px 40px 1px 40px;
    margin-right: 28px;
  }

  .point {
    background: url(../img/point_back.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 15px 40px 1px 40px;
    margin-right: 0px;
    width: 130px;
    
  }

  .btn-info {
        color: #ffbe55;
    background-color: #8d6607;
    border-color: #000000;
}

@media screen and (max-width:767px) {
.iconmenu{
  margin-top: -50px !important;
}
.depositmem{
  width: -webkit-fill-available !important;
  margin-right: 15px;
}
.witdrawmem{
  width: -webkit-fill-available !important;
  margin-left: 11px;
}
}
/* code */
#code{
  background-image: url(../img/home/input-focus.png) ;
  background-size: 100% 100%;
  background-position: center;
}
#code{
  /* padding-left: 117px; */
  color: #000;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  margin-top: 15px;
}
#code:active,
#code:focus {
  background-image: url("../img/home/input-focus.png");
  background-size: 100% 100%;
  background-position: center;
}
/* end code */

/* repass */
#old_pass{
  background-image: url(../img/home/input-focus.png);
  background-size: 100% 100%;
  background-position: center;
}
#old_pass,
#newrepass,
#testpass{
  /* padding-left: 90px; */
  color: #000;
  font-weight: bold;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
}
#newrepass{
  background-image: url(../img//home/input-focus.png);
  background-size: 100% 100%;
  background-position: center;
}
#testpass{
  background-image: url(../img//home/input-focus.png);
  background-size: 100% 100%;
  background-position: center;
}
#old_pass:active,
#old_pass:focus,
#newrepass:active,
#newrepass:focus,
#testpass:active,
#testpass:focus {
  background-image: url("../img/home/input-focus.png");
  background-size: 100% 100%;
  background-position: center;
}
/* end repass */

/* home */
#username {
  background-image: url(../img/home/inputusername.png);
  background-size: 100% 100%;
  background-position: center;
}

#username, #password {
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  color: #000;
  font-weight: bold;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
#password {
  background-image: url(../img/home/inputpassword.png);
  background-size: 100% 100%;
  background-position: center;
}
#username:active,
#username:focus {
  background-image: url("../img/home/input-focus.png");
  background-size: 100% 100%;
  background-position: center;
}
#password:active,
#password:focus {
  background-image: url("../img/home/input-focus.png");
  background-size: 100% 100%;
  background-position: center;
}

.img-row-more {
  max-width: 300px;
}

@media only screen and (max-width: 600px) {
  .img-row-more {
  max-width: 80%;
}
}

.img-row-morere{
  max-width: 220px;
}
@media only screen and (max-width: 414px){
  .img-row-morere{
    max-width: 250px;
  }
}

.card-mainforgetpass{
  border-radius: 10px;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  background: none;
  margin-top: -41px;
  width: 30%;
}
@media screen and (max-width:768px) {
  .texth1{
    width: 100%;
  }
  .texth2{
    width: 80%;
  }
  .texth3{
    width: 80%;
  }
  .textcontact{
    width: 70%;
  }
  .card-mainforgetpass{
    border-radius: 10px;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    /* background: url(../img/bordermain.png) 50% 50% / cover no-repeat; */
    margin-top: -29px;
    width: 88%;
  } 
}
#fg_phone, #phone, #newpass, #account, #bank_id, #span_tel, #name {
  color: #000;
  font-weight: bold;
  width: 100%;
  background-size: 100% 100%;
  background-position: center;
  padding: 15px 49px 15px 37px;
}
#fg_phone, #phone {
  background-image: url(../img/home/inputphone.png);
}
#newpass{
  background-image: url(../img/home/input-focus.png);
}
#name{
  background-image: url(../img/home/input-focus.png);
}
#account{
  background-image: url(../img/home/input-focus.png);
}
#bank_id{
  background-image: url(../img/home/input-focus.png);
}
#fg_phone:active,
#fg_phone:focus,
#phone:active,
#phone:focus,
#newpass:active,
#newpass:focus, 
#account:active,
#account:focus,
#bank_id:active,
#bank_id:focus,
#span_tel:active,
#span_tel:focus,
#name:active,
#name:focus{
  background-image: url("../img/home/input-focus.png");
  background-size: 100% 100%;
  background-position: center;
}
.regis-block {
  width: 100%;
  display: inline-block;
  max-width: 317px;
  padding-bottom: 10px;
}
.justify-content-center {
  justify-content: center!important;
  padding-bottom: 10px;
}
#span_tel{
  background-image: url(../img/home/input-focus.png);
}
/* end home */

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.gfiWvT {
  height: auto;
  text-decoration: none;
  overflow: hidden;
  padding: 5%;
  background: url(../img/bordermain.png) 50% 50% / cover no-repeat !important;
  /* background: linear-gradient(to top, rgb(12 34 6),#13991d, rgb(17 62 9)); */
  background-size: 100% 100%;
  /* background-color: #00000094; */
  /* border-radius: 2rem; */
  border: none;
  width: 100%;
  margin-left: 0px;
}
.bwSYJA {
  display: flex;
  margin-bottom: 10px;
  line-height: 1.25;
}
.cHXzHA {
  color: rgb(255 255 255);
  font-size: 12px;
}
.hnZmRQ {
  font-size: 33px;
  color: rgb(255 255 255);
  font-weight: 500;
}
.glZmJR {
  margin-left: auto;
  text-align: right;
}
.kutTgJ {
  color: rgb(255 255 255);
  position: relative;
  text-align: center;
}
.imirank {
  width: 25%;
}
@media only screen and (max-width: 478px) {
  .padding-top{
    padding-top: 0px;
  }
  .card-main {
            border-radius: 10px;
            /* margin: 20px; */
            background: url(../img/bordermain.png) 50% 50% / cover no-repeat;
            background-size: cover;
            background-attachment: fixed;
            height: auto;
            padding-top: 20px;
            padding-bottom: 20px;
            margin-top: -15px;
        }
        .hnZmRQ {
  font-size: 25px;
  color: rgb(255 255 255);
  font-weight: 500;
}
.gfiWvT {
  height: auto;
  text-decoration: none;
  overflow: hidden;
  padding: 2%;
  background: url(../img/bordermain.png) 50% 50% / cover no-repeat !important; 
  background-size: 100% 100%; 
  border: none;
  width: 100%;
  margin-left: 0px;
}
 }
 #bankweb_ {
  color: #000;
  font-weight: bold;
  background-image: url(../img/bgprofile.png);
  background-size: 100% 100%;
  background-position: center;
  padding-top: 85px !important;
  padding-bottom: 10px !important;
  margin-top: -61px !important;
  max-width: 500px;
}