@font-face {
  font-family: "Anakotmai";
  src: url("../fonts/Anakotmai-Medium.ttf"); /* IE9 Compat Modes */
  src: url("../fonts/Anakotmai-Medium.ttf?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Anakotmai-Medium.ttf") format("ttf"),
    /* Modern Browsers */ url("../fonts/Anakotmai-Medium.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/Anakotmai-Medium.ttf")
      format("svg"); /* Legacy iOS */
}

.foreground {
  box-shadow: 0px 0px 5vw #ff0000;
  margin: auto;
  position: relative;
  animation: rainbow 5s ease infinite;
}

@keyframes rainbow {
  0% {
    box-shadow: 0px 0px 5vw #1c8adb;
  }
  7% {
    box-shadow: 0px 0px 10vw #00881f;
  }
  14% {
    box-shadow: 0px 0px 5vw #cfde00;
  }
  21% {
    box-shadow: 0px 0px 5vw #1c8adb;
  }
  28% {
    box-shadow: 0px 0px 10vw #00881f;
  }
  35% {
    box-shadow: 0px 0px 5vw #cfde00;
  }
  42% {
    box-shadow: 0px 0px 5vw #1c8adb;
  }
  48% {
    box-shadow: 0px 0px 10vw #00881f;
  }
  55% {
    box-shadow: 0px 0px 5vw #cfde00;
  }
  63% {
    box-shadow: 0px 0px 5vw #1c8adb;
  }
  70% {
    box-shadow: 0px 0px 10vw #00881f;
  }
  77% {
    box-shadow: 0px 0px 5vw #cfde00;
  }
  84% {
    box-shadow: 0px 0px 5vw #1c8adb;
  }
  84% {
    box-shadow: 0px 0px 10vw #00881f;
  }
  91% {
    box-shadow: 0px 0px 5vw #cfde00;
  }
  100% {
    box-shadow: 0px 0px 5vw #00881f;
  }
}

.circle {
  /* border: 5px solid #ff0000;
    background-color: #00ff00; */
  /* width: 400px !important;
  height: 400px !important; */
  border-radius: 1000px;
  margin: 0.5em;
}

.circle.kitten {
  background-image: url("../img/new_style_smr478/wallet.png");
  background-size: 100% 100%;
  background-repeat: none;
  background-position: center;
  width: 100%;
  max-width: 300px;
  color: black;
}

/* new style by nott start*/

/* scrollber */
::-webkit-scrollbar {
  width: 15px;
} /* this targets the default scrollbar (compulsory) */

/* แถบ scroll ยาว */
::-webkit-scrollbar-track {
  background-color: #ffffff00;
} /* the new scrollbar will have a flat appearance with the set background color */

::-webkit-scrollbar-thumb {
  background-color: #ffffff00;
} /* this will style the thumb, ignoring the track */

/* แถบ scroll สั้นบน ล่าง */
::-webkit-scrollbar-button {
  background-color: #ffffff00;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

::-webkit-scrollbar-corner {
  background-color: #ffffff00;
} /* if both the vertical and the horizontal bars appear, then perhaps the
/* scrollber */

.wallet-user {
  color: black;
  padding-left: 5px;
  padding-right: 5px;
}

body,
.bg-body {
  margin: 0;
  padding: 0;
  background-image: url("bg.png");
  background-size: 100% 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 15px;
  min-height: 100%;
  height: 100vh;
}

.bg-divhome {
  background-image: url("../img/new_style_smr478/bg-div-smr478.png");
  background-size: 80% 130%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-width: 100vh;
  min-height: 450px;
}

.txt-enter-regis {
  max-width: 300px;
}

#username,
#password {
  padding-left: 100px;
  color: #000;
  font-weight: bold;
}

.regis-block {
  width: 100%;
  display: inline-block;
  max-width: 100%;
}

.btn-aff,
.btn-modal-aff {
  color: #000;
  font-weight: bold;
  background-image: url("../img/new_style_smr478/btn.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

#amount,
#turnover,
#code {
  color: red;
  font-weight: bold;
  width: 100%;
  background-image: url("../img/new_style_smr478/tel-focus.png");
  background-size: 100% 100%;
  background-position: center;
}

.div-body {
  position: relative;
  /* position: fixed; */
  top: 10vh;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  color: #000;
}

.div-body2 {
  position: relative;
  /* position: fixed; */
  top: 30vh;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  color: #000;
}

.div-body3 {
  position: relative;
  /* position: fixed; */
  top: 3vh;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  color: #000;
}

.div-bodymember {
  position: relative;
  /* position: fixed; */
  top: 3vh;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  color: #000;
}

.condition-wd {
  color: red;
  text-align: center;
  font-weight: bold;
}

#fg_phone {
   color: #000;
  font-weight: bold;
  background-image: url("input.png");
  background-size: 100% 60%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

#fg_phone:active,
#fg_phone:focus {
  background-image: url("../img/new_style_smr478/tel-focus.png");
  background-size: 100% 100%;
  background-position: center;
}

#input_otp {
  color: #000;
  font-weight: bold;
  background-image: url("input.png");
  background-size: 100% 60%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

#input_otp:active,
#input_otp:focus {
  background-image: url("../img/new_style_smr478/tel-focus.png");
  background-size: 100% 100%;
  background-position: center;
}

#phone {
  color: #000;
  font-weight: bold;
  width: 100%;
  padding-left: 100px;
}

#phone {
  background-image: url("login-icon.png");
  background-size: 100% 90%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

#phone:active,
#phone:focus {
  background-image: url("../img/new_style_smr478/tel-focus.png");
  background-size: 100% 100%;
  background-position: center;
}


 





#username:active,
#username:focus {
  background-image: url("../img/new_style_smr478/user-focus.png");
  background-size: 100% 100%;
  background-position: center;
}

#username {
  background-image: url("login-icon.png");
  background-size: 100% 100%;
  background-position: center;
}

#password {
  background-image: url("login-iconpassword.png");
  background-size: 100% 100%;
  background-position: center;
}

#password:active,
#password:focus {
  background-image: url("../img/new_style_smr478/lock-focus.png");
  background-size: 100% 100%;
  background-position: center;
}

.grid-member {
  padding-left: 5px;
  padding-right: 5px;
}

.img-grid {
  width: 100%;
  padding-top: 8px;
}

#span_tel {
  color: #000;
  font-weight: bold;
  background-image: url("input.png");
  background-size: 100% 60%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
#name {
   color: #000;
  font-weight: bold;
  background-image: url("input.png");
  background-size: 100% 60%;
  background-position: center;
    background-repeat: no-repeat;
  width: 100%;
}

#newpass {
  color: #000;
  font-weight: bold;
  background-image: url("input.png");
  background-size: 100% 60%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
#account {
  color: #000;
  font-weight: bold;
  background-image: url("input.png");
  background-size: 100% 60%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.txt-suggest-pass {
  width: 3000px;
  max-width: 100%;
}

/* input[type="text"],
input[type="number"],
#bank_id {
  border: none;
  font-family: "EDMuzazhi";
  color: #000;
  font-weight: bold;
} */

input[type="text"],
input[type="number"],
#bank_id {
  border: none;
  /*font-family: "Athiti";*/
    font-family: 'Mitr', sans-serif;

  color: #000;
  font-weight: bold;
}

#bankweb_ {
  color: #000;
  font-weight: bold;
  background-image: url("../img/new_style_smr478/border-deposit.png");
  background-size: 100% 100%;
  background-position: center;
}

#bank_id {
  color: #000;
  font-weight: bold;
  background-image: url("input.png");
  background-size: 100% 60%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
#newpass:active,
#newpass:focus,
#account:active,
#account:focus {
  background-image: url("../img/new_style_smr478/tel-focus.png");
  background-size: 100% 100%;
  background-position: center;
}

.imglogin {
  width: 100%;
  max-width: 100%;
}

.img-row-more {
  max-width: 130px;
}

span.txt-gif {
  font-size: 30px;
}

.home-login {
  margin-top: 10rem;
}

.notice-login {
  margin-top: 5rem;
}

.btn-deposit-withdraw {
  max-width: 280px;
  width: 100%;
}

/* @media only screen and (max-width: 414px) { */
@media only screen and (max-width: 478px) {
  .div-body {
    position: fixed;
    top: 15vh;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    color: #000;
    width: 100%;
  }

  .div-body2 {
    position: fixed;
    top: 41vh;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    color: #000;
  }

  .div-body3 {
    position: fixed;
    top: 30vh;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    color: #000;
  }

  .div-bodymember {
    position: fixed;
    top: 7vh;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    color: #000;
  }

  .home-login {
    top: 110;
    /* margin-top: 10%; */
  }

  body,
  .bg-body {
    background-image: url("bg-mobile.png");
    /* min-height: 0;
    height: 0; */
    background-attachment: fixed;
    background-repeat: no-repeat;
  }

  .bg-divhome {
    background-image: url("../img/new_style_smr478/bg-div-smr478.png");
    background-size: 120% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-width: 10px;
    min-height: 100px;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  #username {
    background-image: url("login-icon.png");
    background-size: 100% 80%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    /* max-width: 180px; */
  }

  #password {
    background-image: url("login-iconpassword.png");
    background-size: 100% 80%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    /* max-width: 180px; */
  }

  .btn-login-home {
    padding-left: 5px;
    padding-right: 5px;
  }

  #tap_login {
    margin-top: 3%;
  }

  h1.tx-gif {
    font-size: 25px;
  }

  span.txt-gif {
    font-size: 20px;
  }
}

/* new style by nott end*/

a:hover {
  text-decoration: none;
}

.hICknR {
  padding-top: 25%;
  width: 90%;
  margin: 0 auto 200px;
}

.dAxrQV {
  width: 100px;
  height: 100px;
  background-color: #436ab5;
  color: #fff;
  padding-top: 25px;
  margin: 15px auto;
  border-radius: 50%;
  overflow: hidden;
}

.dAxrQV > svg {
  font-size: 45px;
}

.hkGhfh {
  color: #fff;
  font-size: 18px;
  margin-bottom: 25px;
}

.jwpIGC {
  margin: 30px 0 15px;
}

.react-phone-number-input__row {
  display: flex;
  align-items: center;
}

.jwpIGC input {
  background-color: transparent;
  color: #fff;
  text-align: center;
  text-indent: -25px;
}

.bEjTtA {
  color: #fff;
  background-color: #395c9f;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 5px;
  border-color: transparent;
  padding: 10px;
  border-radius: 2px;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin: -5px 0;
}

.input-group input {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}

.input-group input::-webkit-input-placeholder {
  color: #000;
}

.input-group input:-ms-input-placeholder {
  color: #000;
}

.input-group input::placeholder {
  color: #000;
}

.enYrEp {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background-image: linear-gradient(
    to top,
    #00061200,
    #03152d00,
    #001e4800,
    #00266500,
    #002c8100
  );
  line-height: 1.25;
  z-index: 10;
  padding-bottom: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0 auto;
}

.gbcbkP {
  position: relative;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  flex: 0 0 33%;
  padding: 3px 0;
}

.bzLgpG {
  padding-top: 3px;
  font-size: 15px;
}

.cUvUKA {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  width: 65px;
  height: 65px;
  text-align: center;
  margin: 0 auto;
  background: url("../img/123xbet_logo.png") 50% 0% / cover no-repeat;
  overflow: hidden;
  padding: 12px 5px;
  border-radius: 50%;
  background-size: 65px;
}

.eTaXYA {
  padding-top: 3px;
  margin-top: 20px;
  font-size: 11px;
}

.iQHBNV {
  position: relative;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  flex: 0 0 20%;
  padding: 10px 0;
}

.gbcbkP:focus,
.gbcbkP:hover {
  color: #fff;
  text-decoration: none;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button,
html [type="button"] {
  -webkit-appearance: button;
}

.hiOLtF {
  text-align: right;
  padding: 5px 7px;
}

.knaYyz {
  background-color: transparent;
  box-shadow: none;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
}

.cRJXTi {
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
}

.hiOLtF {
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 0 5px;
}

.kilXNC {
  padding-top: 25%;
  max-width: 400px;
  margin: 0 auto;
  padding: 40% 15px 0;
}

.jDELla {
  color: #fff;
  font-size: 18px;
  margin-bottom: 25px;
  margin-top: 8px;
}

.CRxcy {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.eHUStl {
  background-color: transparent;
  font-size: 16px;
  text-indent: 0;
  padding-left: 15px;
  color: #fff;
  outline: none;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 0;
  font-weight: 500;
}

.eHUStl:focus {
  background-color: transparent;
  color: #fff;
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.25);
}

.cGnFFR {
  background-color: transparent;
  font-size: 16px;
  text-indent: 0;
  padding-left: 15px;
  color: #fff;
  -webkit-text-security: disc;
  outline: none;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 0;
  font-weight: 500;
}

.cGnFFR:focus {
  background-color: transparent;
  color: #fff;
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.25);
}

.hMaYnt {
  color: #fff;
  background-color: #ee5b47;
  background-image: linear-gradient(rgb(243 209 2) 0%, #f10017 100%);
  font-size: 1.2rem;
  width: 100%;
  cursor: pointer;
  margin-bottom: 15px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  padding: 10px;
  border-radius: 0.625rem;
}

.fDGGgB {
  background-color: transparent;
  color: #fff;
  padding-left: 0;
  border-color: transparent;
}

.btn.focus,
.btn:focus,
.btn:hover,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.gLuLyk {
  font-size: 1.5rem;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin: 10px 0;
}

.input-group input {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}

.gUOUbq {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.iscOud[readonly] {
  background-color: transparent;
}

.gUOUbq {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.iscOud {
  background-color: transparent;
  font-size: 14px;
  text-indent: 0;
  padding-left: 0;
  color: #fff;
  text-align: center;
  outline: none;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 0;
}

.iscOud[readonly] {
  background-color: transparent;
}

.kZEeLa {
  color: #fff;
  background-color: #3d63ad;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 5px;
  border-color: transparent;
  padding: 10px;
  border-radius: 2px;
}

.bDdzNw {
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 15px 10px;
}

.eVaSiY {
  background-color: #436ab5;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  overflow: hidden;
  padding: 7px 0 0;
  border-radius: 50%;
}

.jHDvox {
  background-color: transparent;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  position: relative;
  padding: 3px 0 0;
}

.djDsjg {
  color: #fff !important;
}

.jvlJtv {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  background-color: #ed5b47;
  color: #fff;
  border-radius: 50%;
}

.icBXiL {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
}

.huWDcD {
  position: relative;
  margin: 0 10px;
}

.cDzkuB {
  margin: 0 10px;
}

.dXqALE {
  margin-top: 30px;
  margin-left: 15px;
  line-height: 1.35;
}

.bzWyqG {
  color: #b2bed5;
  font-size: 14px;
}

.dUQhiL {
  color: #fff;
  font-size: 16px;
}

.dCasmV {
  margin-top: 22px;
  padding-right: 15px;
}

.gWtElB {
  color: #ffe273;
}

.joTWW {
  background-image: linear-gradient(
    120deg,
    rgb(88, 128, 208),
    rgb(56, 98, 181)
  );
  width: 220px;
  height: 220px;
  text-align: center;
  padding-top: 60px;
  position: relative;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #d3b984;
  border-image: initial;
  margin: 30px auto;
}

.iJvCAl {
  position: absolute;
  right: -8px;
  top: 0;
  background-color: #3e65ae;
  width: 80px;
  height: 80px;
  color: #fff;
  line-height: 1.25;
  padding-top: 20px;
  font-size: 13px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-image: initial;
}

.hxPmtm {
  font-size: 22px;
  margin-top: -6px;
}

.lgGDLu {
  color: #b2bed5;
  font-size: 16px;
  margin-top: 5px;
}

.eGmlXG {
  color: #000;
  font-size: 24px;
  margin-top: 5px;
  font-family: EDMuzazhi;
}

.csuwZp {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 45px;
  margin-bottom: 45px;
}

.jzddvX {
  width: 70px;
  height: 70px;
  background-color: transparent;
  text-align: center;
  padding-top: 15px;
  color: #fff;
  margin: 0 auto;
  border-width: 1px;
  /* border-style: solid; */
  /* border-color: #fff; */
  border-image: initial;
  border-radius: 50%;
  /* overflow: hidden; */
  /*box-shadow: 0 0 2px 2px #e3c426;*/
}

.iPrUsf {
  text-align: center;
  margin: 0 5px;
}

.eowrPs {
  width: 70px;
  height: 70px;
  background-color: transparent;
  text-align: center;
  padding-top: 15px;
  color: #fff;
  margin: 0 auto;
  border-width: 1px;
  /* border-style: solid; */
  /* border-color: #fff; */
  border-image: initial;
  border-radius: 50%;
  /* overflow: hidden; */
  /*box-shadow: 0 0 2px 2px #e3c426;*/
}

.ekYye {
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-align: center;
  padding-top: 14px;
  color: #fff;
  margin: 0 auto;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-image: initial;
  border-radius: 50%;
  font-size: 16px;
}

.fSQZtU {
  width: 70px;
  height: 70px;
  background-color: transparent;
  text-align: center;
  padding-top: 15px;
  color: #fff;
  margin: 0 auto;
  border-width: 1px;
  /* border-style: solid; */
  /* border-color: #fff; */
  border-image: initial;
  border-radius: 50%;
  /* overflow: hidden; */
  /*box-shadow: 0 0 2px 2px #e3c426;*/
}

.jPBKfL {
  margin-top: 6px;
  color: #fff;
  font-size: 13px;
}

.d-flex {
  display: flex !important;
}

.text-right {
  text-align: right !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.bnnRsB {
  display: flex;
}

.fdlxXo {
  font-size: 22px;
  position: relative;
  margin-top: 5px;
  color: #fff;
}

.clAUei {
  font-size: 22px;
  position: relative;
  margin-top: 5px;
  color: #fff;
}

.jzddvX > svg {
  font-size: 18px;
}

.eowrPs > svg {
  font-size: 18px;
}

.ekYye > svg {
  font-size: 18px;
}

.fSQZtU > svg {
  font-size: 18px;
}

input::-webkit-input-placeholder {
  color: #000;
}

input:-ms-input-placeholder {
  color: #000;
}

input::placeholder {
  color: #000;
}

.dYKuBH {
  color: #da747d;
  text-align: center;
  margin-bottom: 10px;
  font-size: 13px;
}

.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, #eaecef, #eaecef, #eaecef);
  color: #878787;
  
  border-radius: 0.4rem;
  /* background-image: url(https://media.giphy.com/media/26xBSZvEq1ZK2kWaI/giphy.gif); */
}

.EeZfz {
  position: relative;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  flex: 0 0 20%;
  padding: 12px 0;
}

.menu {
  margin: auto;
  top: 0;
  bottom: 22px;
  left: -38px;
  right: 0;
  box-sizing: border-box;
  font-size: 26px;
}

.menu,
.menu-item {
  width: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
}

.menu-open {
  display: none;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.menu-open:checked + .menu-open-button {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}

.menu-open-button {
  z-index: 2;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transform: scale(1.1) translateZ(0);
  transform: scale(1.1) translateZ(0);
  cursor: pointer;
}

.menu-open-button {
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin-left: 0;
  position: absolute;
  color: #fff;
  text-align: center;
  line-height: 26px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  background-color: #262a3e;
}

.menu-open-button > svg {
  font-size: 16px;
}

.menu-open:checked ~ .menu-item:nth-child(3) {
  transition-duration: 0.18s;
  -webkit-transition-duration: 0.18s;
  -webkit-transform: translate3d(-35.51503px, -9.165475px, 0);
  transform: translate3d(-35.51503px, -9.165475px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(4) {
  transition-duration: 0.28s;
  -webkit-transition-duration: 0.28s;
  -webkit-transform: translate3d(-15.5267px, -40.876255px, 0);
  transform: translate3d(-15.5267px, -40.876255px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(5) {
  transition-duration: 0.32s;
  -webkit-transition-duration: 0.32s;
  -webkit-transform: translate3d(20.4733px, -34.876255px, 0);
  transform: translate3d(20.4733px, -34.876255px, 0);
}

.lbBsPo {
  font-size: 11px;
}

.menu-open:checked ~ .menu-item {
  -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
  transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}

.menu-item:nth-child(3),
.menu-item:nth-child(4) {
  -webkit-transition-duration: 0.18s;
  transition-duration: 0.18s;
}

.item-1,
.item-2,
.item-3 {
  background-color: initial;
}

.input-group-text {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.25rem;
}

.kJVZgs {
  color: #ffffff;
  background-color: transparent;
  font-size: 1.2rem;
  width: 100%;
  cursor: pointer;
  margin-bottom: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: initial;
  border-image: initial;
  padding: 10px;
  border-radius: 50px;
}

.iYxHHt {
  background: #0575e6;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #021b79, #0575e6);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #021b79, #0575e6);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  width: 195px;
  height: 195px;
  text-align: center;
  padding-top: 40px;
  position: relative;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #1c8adb;
  border-image: initial;
  margin: 30px auto;
  box-shadow: 0 0 5px 5px #1c8adb;
}

.circle {
  position: relative;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* .circle:hover:after {
  opacity: 0.5;
}

.circle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(".../img/c_wallet.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 1;
  transition: opacity 300ms;
} */

/* .circle__text {
  padding: 10px;
  background-color: yellow;
} */

/* CSS หน้าโหลด member */

.spinner_y {
  position: relative;
  margin: auto;
  box-sizing: border-box;
  background-clip: padding-box;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  border: 4px solid rgba(255, 255, 255, 0.1);
  -webkit-mask: linear-gradient(rgba(0, 0, 0, 0.1), #000000 90%);
  transform-origin: 50% 60%;
  transform: perspective(200px) rotateX(66deg);
  animation: spinner-wiggle 1.2s infinite;
}

.spinner_y:before,
.spinner_y:after {
  content: "";
  position: absolute;
  width: 180px !important;
  height: 180px !important;
  border-radius: 100px !important;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 0.05;
  border: inherit;
  border-color: transparent;
  animation: spinner-spin 1.2s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,
    spinner-fade 1.2s linear infinite;
  margin: 15px -89px;
}

.spinner_y:before {
  border-top-color: #66e6ff;
}

.spinner_y:after {
  border-top-color: #f0db75;
  animation-delay: 0.3s;
}

@keyframes spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinner-fade {
  20% {
    opacity: 0.1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0.1;
  }
}

/*  */

.wrapper {
  width: 200px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 32%;
  transform: translate(-50%, -50%);
}

.circle_l {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  left: 15%;
  transform-origin: 50%;
  animation: circle 0.5s alternate infinite ease;
}

@keyframes circle {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }
  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}

.circle_l:nth-child(2) {
  left: 45%;
  animation-delay: 0.2s;
}

.circle_l:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}

.shadowm {
  width: 20px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 62px;
  transform-origin: 50%;
  z-index: -1;
  left: 15%;
  filter: blur(1px);
  animation: shadow 0.5s alternate infinite ease;
}

@keyframes shadow {
  0% {
    transform: scaleX(1.5);
  }
  40% {
    transform: scaleX(1);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}

.shadowm:nth-child(4) {
  left: 45%;
  animation-delay: 0.2s;
}

.shadowm:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}

.wrapper span {
  position: absolute;
  top: 75px;
  /* font-family: "Lato"; */
  font-size: 20px;
  letter-spacing: 12px;
  color: #fff;
  left: 15%;
}

.rang-img {
  width: 35% !important;
}

.RIPHS {
  position: relative;
  background-color: #262b3f;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  z-index: 10;
}

.dNCrpK {
  font-size: 1.2rem;
}

.hUyVOh {
  position: absolute;
  top: 5px;
  right: 15px;
}

.dSrxIz {
  position: relative;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  flex: 0 0 20%;
  padding: 10px 0;
}

.hrnhOH {
  opacity: 1;
  height: 22px;
  width: 22px;
  background: url("../img/icon/icon_announce.svg") 0% 0% / cover no-repeat;
  margin: 0 auto 1px;
}

.hrnhOHa {
  opacity: 0.5;
  height: 22px;
  width: 22px;
  background: url("../img/icon/icon_menuallgame.svg") 0% 0% / cover no-repeat;
  margin: 0 auto 1px;
}

.kXQzQf {
  margin-top: 5px;
  font-size: 12px;
}

.sc-iAyFgw.gbcbkP.active svg,
.sc-iAyFgw.gbcbkP.active .hrnhOH,
.sc-iAyFgw.gbcbkP.active .hrnhOHa {
  opacity: 1 !important;
}

.sc-iAyFgw.gbcbkP.active {
  color: #fff;
}

.back-link {
  margin: 0.75%;
  background-color: #fff;
  border-radius: 10px;
  font-size: 15px;
}

.link-show {
  margin: auto;
}

.div-click-link {
  margin: auto;
  padding: 5px;
}

.income {
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  background-color: #000;
  font-size: 20px;
  position: relative;
  margin: 15px 0;
}

.income .color {
  position: absolute;
  width: 8px;
  height: 35px;
  background-color: #17a2b8;
  top: 10px;
  left: 18px;
}

.income .title {
  padding-left: 30px;
}

.income .amount {
}

.income .icon {
  position: absolute;
  right: 14px;
  font-size: 30px;
  top: 20px;
}

.icon-affilite {
  color: #fff;
  font-size: 22px;
  border: 2px #fff solid;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: auto;
  padding-top: 8px;
  opacity: 0.5;
}

.icon-affilite.active {
  opacity: 1;
}

.icon-affilite:hover {
  opacity: 1;
}

.form-control {
  border-color: #fffffe;
  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, #eaecef, #eaecef, #eaecef);
  color: #878787;
  
  border-radius: 0.4rem;
  /* background-image: url(https://media.giphy.com/media/26xBSZvEq1ZK2kWaI/giphy.gif); */
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  font-size: 36px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

div#preloader {
  background-color: #222739;
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 1000;
  text-align: center;
  padding-top: 50hv;
  color: #fff;
}

.spinner {
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 0 auto;
  background: url("/img/123xbet_logo.png") 50% 0% / cover no-repeat;
  overflow: hidden;
  border-radius: 50%;
}

@media (min-width: 1281px) {
  .spinner {
    margin-top: 10%;
  }
  .kilXNC {
    width: 30%;
    padding-top: 10%;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .spinner {
    margin-top: 15%;
  }
  .kilXNC {
    width: 30%;
    padding-top: 15%;
  }
  .font-r {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .spinner {
    margin-top: 30%;
  }
  .kilXNC {
    width: 50%;
    padding-top: 20%;
  }
  .font-r {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .spinner {
    margin-top: 30%;
  }
  .kilXNC {
    width: 50%;
    padding-top: 20%;
  }
  .font-r {
    font-size: 16px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .spinner {
    margin-top: 40%;
  }
  .kilXNC {
    width: 80%;
    padding-top: 30%;
  }
  .font-r {
    font-size: 15px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .spinner {
    margin-top: 50%;
  }
  .font-r {
    font-size: 14px;
  }
}

#play-box,
html {
  height: 100%;
  margin: 0;
}

#play-box {
  position: fixed;
  top: 0;
  left: 0;
  border: none;
  width: 100%;
  padding: 50px 0 0;
  overflow: hidden;
  background: #000;
}


.container {
 padding-left: 0px!important;
    padding-right: 15px!important;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 600px) {
  .container {
    padding-left: 8px!important;
    padding-right: 0px!important;
    margin-right: auto;
    margin-left: auto;
  }
}



.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: 15px;
    padding-left: 15px;
}
.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;
    }
}