html {
	background-color: #000;
  }
  
  head {
  
  
  }
  
  body {
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 14px/24px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	color: #d5dee3;
	background: #232732 url(../img/header-top-bg.jpg) repeat-x top;
  }
  
  *:focus {
	outline: 0 !important;
  }
  
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
  
	margin: 0;
  }
  
  a {
	color: #06c;
	text-decoration: none;
	cursor: pointer;
  }
  
  a:hover,
  a:focus {
	color:#09f;
  }
  
  input, select{
	  color: #000;
  }
  
  label {
	font-weight: normal;
  }
  
  small,
  .small {
	font-size: 13px;
  }
  
  .text-white{
	  color: #FFF;
  }
  
  .text-black{
	  color: #000;
  }
  
  .text-muted{
	  color: #ccc;
  }
  
  /*.text-orange, 
  .text-orange a{
	  color: #f2d511;
  }
  
  a.text-orange:hover,
  a.text-orange:focus{
	  color: #FFEE7B;.top-marquee
  }*/
  
  .text-light{
	  font-weight: 100;
  }
  
  .text-center{
	  text-align: center;
  }
  
  hr{
	  background-color: #3b6194;
	  border-color: #3b6194;
  }
  
  ul{
	  padding-left: 20px;
  }
  
  h2.header{
	  font-family: "Oswald", sans-serif;
	  color: #fff;
	  font-size: 30pt;
	  text-transform: uppercase;
	  text-align: center;
	  border-bottom: 1px solid #5b748a;
	  padding-bottom: 30px;
	  margin-bottom: 55px;
  }
  
  /* =============================================== */
  
  .bg{
	  background: url(../img/header-bg.jpg) no-repeat center top;
  }
  
  .line-top {
	  width: 100%;
	  height: 5px;
	  background: linear-gradient(to left, #025af3, #8a42a5);
	  left: 0;
  }
  
  #moveinfo{
	  
  }
  
  .infobox{
	  background: linear-gradient(81deg, #2f2078, #241a55);
	  font-weight: bold;
	  border-radius: 4px;
	  padding: 10px;
  }
  
  #headerbar {
	  position: relative;
	  z-index: 1;
	  
  }
  
  #headermenu {
	  height: 69px;
  }
  
  #headermenu ul{
	  text-align: center;
	  margin-top: 10px;
	  margin-bottom: 5px;
  }
  
  #headermenu ul li{
	  display: block;
	  position: relative;
	  float: left;
	  text-transform: uppercase;
	  color: #444;
	  margin-top: 2px;
	  margin-right: 23px;
  }
  
  #headermenu ul li:first-child{
	  /*border-left: 1px solid transparent;
	  border-right: 1px solid #152971;*/
  }
  
  #headermenu ul li:last-child {
  /*    border-left: 1px solid transparent;
	  border-right: 1px solid transparent;*/
  }
  
  #headermenu ul li a{
	  height: 30px;
	  padding-top: 8px;
	  display: block;
	  text-decoration: none;
	  color: #444;
  }
  
  #profilemenuwrapper{
	  position: relative;
	  z-index: 0;
	  background: #222533;
	  height: 75px;
  }
  
  .left-holder{
  }
  
  .left-holder img{
	  margin-top: -415px;
	  position: relative;
  }
  
  .right-holder img{
	  margin-top: -551px;
	  position: absolute;
	  right: 0;
  }
  
  .carousel-control.left,
  .carousel-control.right{
	  background-image: none!important;
	  z-index: 1;
  }
  
.navigation-bg.livegame .navRoot ul>li {
	margin-top: 0px !important;
}
.navigation-bg.livegame .navRoot ul>li a {
	color: #fff;
	display: flex;
	align-items: center;
}
.navigation-bg.livegame .navRoot ul>li a:hover, .navigation-bg.livegame .navRoot ul>li a:focus {
	background-color: unset;
}
.navigation-bg.livegame .inner-menu {
	display: flex;
	align-items: center;
}
.navigation-bg.livegame .inner-menu span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.navRoot ul>li a {
	color: #fff;
	display: flex;
	align-items: center;
}
  .inner-menu{
	  display: inline-block;
	  text-align: center;
	  vertical-align: middle;
  }
  
  .inner-menu span{
	  display: block;
	  font-size: 14px;
	  font-weight: normal;
  }
  
  #topData{
  
  }
  
  #topData ul{
	  list-style: none;
  }
  
  #topData ul li{
	  float: none!important;
	  text-align: left;
	  margin-right: 15px;
	  padding-right: 15px;
	  
  }
  
  #topData ul li{
	  //background: transparent url("data:image/gif;base64,R0lGODlhAwABAIAAAAUrSAAAACwAAAAAAwABAAACAgRSADs=") no-repeat scroll 100% 100% / 0.2rem 100%;
  }
  
  #topData ul li:last-child{
	  background: none;
  }
  
  #topData i{
	  color: #f2d511;
  }
  
  #topData span{
	  color: #FFF;
	  margin-left: 8px;
	  font-size: 14px;
  }
  
  #topInfo{
	  padding: 4px 10px;
	  background: #FFA302;
	  color: #3f1a03;
  }
  
  #topInfo i{
	  color: #3f1a03;
	  margin-right: 5px;
  }
  
  #topLogin{
	  margin-top: 10px;
  }
  
  #topLogin .input-group{
	  border: 0px;
  }
  
  #topLogin .input-group-addon,
  #topLogin input{
	  width: 160px;
  }
  
  #topLogin .input-group-addon i{
	  color: #f2d511;
  }
  
  #topCaptcha{
	  width: 88px;
  }
  
  .bank-status-container{
	  background: url('../img/bank-container.png') no-repeat;
	  height: 60px;
	  padding: 6px 0 5px 30px;
	  margin-bottom: 15px;
	  float: left;
	  width: 300px;
  }
  
  .bank-logo{
	  //height: 30px;
  }
  
  .bank-online{
	  height: 20px;
  }
  
  .bank-wrapper{
	  padding: 5px;
	  margin-bottom: 10px;
	  float: left;
	  background: #1d2027;
	  border-radius: 5px;
  }
  
  .bank-panel.right {
	  top: 19%;
	  right: 0px;
	  float: right !important;
  }
  
  .bank-panel {
	  display: block;
	  position: fixed;
	  z-index: 99;
  }
  
  .bank-panel ul{
	  list-style: none;
	  text-decoration: none;
  }
  
  .bank-panel .panel-black {
	  display: block;
	  position: relative;
	  background-color: #172633;
	  width: 110px;
	  border: 1px solid #0d8ac9;
	  border-right: 0px;
	  border-radius: 10px 0px 0px 10px;
	  margin-bottom: 10px;
	  margin-right: 0;
	  padding: 10px 5px 10px 20px;
  }
  
  .gamesection{
	  background: #131d33;
	  margin: 0;
  }
  
  .gamesection .col-lg-6.bar{
	  border-right: 1px solid #2b2b2b;
  }
  
  .infogame{
	  text-align: center;
	  border-radius: 3px;
	  margin: 0 auto;
	  padding: 15px;
	  display: inline-block;
	  width: 100%;
  }
  
  .infodetail{
	  margin-right: 20px;
	  display: inline-block;
	  text-shadow: 0 1px 1px #000;
  }
  
  .infodetail.right{
	  float: right;
  }
  
  .infogame small{
	  font-size: 12px;
  }
  
  .top-marquee{
	  float: left;
	  color: #fff;
	  font-size: 13px;
	  margin: 0 35px;
	  border-radius: 4px;
  }
  
  .stepbox{
	  background: linear-gradient(135deg, #1a2850 0%, #285585 50%, #1e253c 100%);
	  box-shadow: -6px 6px #35477c;
	  border-radius: 4px;
	  display: inline-block;
	  padding: 20px 25px;
	  margin: 20px;
  }
  
  .stepbox > h2{
	  font-family: 'Oswald', sans-serif;
	  font-size: 24pt;
	  color: #fff;
	  text-transform: uppercase;
	  text-align: center;
	  border-bottom: 1px solid #8ba8c6;
	  padding-bottom: 15px;
	  margin-bottom: 25px;
  }
  
  .stepchildbox{
	  float: left;
	  width: 360px;
  }
  
  .stepchildbox > h3{
	  font-family: 'Oswald', sans-serif;
	  font-weight: bold;
	  font-size: 70pt;
	  color: #fff;
	  text-shadow: 4px 4px rgba(0,0,0,0.2);
	  float: left;
	  margin-top: 0;
	  margin-right: 20px;
  }
  
  .stepchildsidebox{
	  float: left;
	  border-left: 1px solid #8ba8c6;
	  padding-left: 20px;
	  width: 250px;
	  color: #2eaaf1;
  }
  
  .stepchildsidebox h4{
	  font-family: 'Oswald', sans-serif;
	  text-transform: uppercase;
	  font-size: 18pt;
	  color: #fff;
  }
  
  .span-market a{
	  font-size: 16px!important;
	  font-weight: bold;
	  color: #06c;
	  border-color: #ed2b45!important;
  }
  
  .span-result{
	  color: #fefe00;
	  border-radius: 100px;
	  display: inline-block;
	  font-weight: bold;
	  text-align: center;
	  font-size: 40px;
	  line-height: 1;
	  width: 30px;
	  padding: 0;
  }
  
  .header-tab{
	  font-family: 'Oswald', sans-serif;
	  font-size: 28px;
	  letter-spacing: 2pt;
	  text-transform: uppercase;
	  background: #010015;
	  margin: 0;
	  padding: 15px 20px 0px;
	  color: #FFF;
	  height: 60px;
	  text-align: center;
	  border-bottom: 1px solid #5c5b8a;
  }
  
  .content-tab{
	  display: inline-block;
  }
  
  .table_data.text-left{
	  text-align: left;
  }
  
  .table_data.text-left td{
	  padding-left: 10px;
  }
  
  .table_data input{
	  border: 1px solid #2A6CA6;
	  height: 26px;
  }
  
  .table_data .input-group{
	  border: 1px solid #2A6CA6;
	  width: 114px;
	  margin: 0 auto;
  }
  
  .table_data .input-group .input-group-addon{
	  padding: 6px 6px;
  }
  
  .table_data .input-group .input-group-addon,
  .table_data .input-group input{
	  border: none;
	  border-radius: 0px;
  }
  
  .table_data .input-group input{
	  width: 80px;
  }
  
  .table_data .table_body tr th{
	  border-right: 1px solid #2A6CA6;
	  background: #110d4b;
	  color: #FFF;
  }
  
  .table_data .table_body tr td{
	  border-right: 1px solid #2A6CA6;
  }
  
  .table_data .table_body tr td:last-child{
	  border-right: 0px;
  }
  
  #login-helpers{
	  padding-top: 1px;
  }
  
  @media (max-width: 768px){
	  #login-helpers{
		  margin: 0;
	  }
  }
  
  .pseudo-link {
	  color: #fa9928;
	  text-decoration: none;
	  transition: all 0.3s ease 0s;
	  cursor: pointer;
  }
  
  .pseudo-link span{
	  border-bottom: 1px solid #fa9928;
  }
  
  .pseudo-link:hover {
	  color:#FFF;
  }
  
  .navbar-collapse{
	  padding-left: 10px;
	  padding-right: 10px;
	  border: 0px;
  }
  
  .navbar-nav{
	  margin: 7.5px 0;
  }
  
  @media (min-width: 768px){
	  .navbar-collapse{
		  padding-right: 0px;
	  }
  
	  .navbar-nav{
		  margin: 0;
	  }
  }
  
  #headmenu{
	  border: 0px;
  }
  .btn-market{
	  font-family: 'Oswald', sans-serif;
	  text-transform: uppercase;
	  background: transparent;
	  color: #FFF;
	  border: 2px solid #ca890f;
	  border-radius: 4px;
	  margin: 10px 30px 10px 10px;
	  padding: 10px 20px 11px 20px;
	  font-size: 20px;
	  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
	  text-shadow: 0 1px 1px rgba(0,0,0,0.8);
  }
  
  .btn-game{
	  font-family: 'Oswald', sans-serif;
	  text-transform: uppercase;
	  background: transparent;
	  color: #FFF;
	  border: 2px solid #ca890f;
	  border-radius: 4px;
	  margin: 10px;
	  padding: 10px 20px 11px 20px;
	  font-size: 20px;
	  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
	  text-shadow: 0 1px 1px rgba(0,0,0,0.8);
  }
  .btn-market:hover, .btn-game:hover,
  .btn-market:focus, .btn-game:focus{
	  background: #ca890f;
	  transition: all 0.5s;
	  color: #FFF;
  }
  .btn-menu-slot {
		display: flex; 
		align-items: center; 
		gap: 10px; 
		text-decoration-line: none; 
		padding: 6px 25px 6px 25px;  
		color: #000;   
		background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);box-shadow: -4px 4px #be7900; color: #000;
	}
	.btn-menu-slot:active {
		transform: scale(.9);
	}
	.btn-menu-slot:hover, .btn-menu-slot:focus {
		background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
		color: #000;
	}
  
  .infopasaran{
	  background: url('../img/standard-bg.png') no-repeat center -14px;
	  padding: 15px 20px 15px 40px;
	  margin-top: 10px;
	  font-size: 16px;
	  border-radius: 4px;
	  color: #ceefff;
	  border: 1px solid #22536b;
	  border-top: 0px;
	  box-shadow: 0 2px 5px #000;
  }
  
  ul#market-menu, ul#game-menu{
	  margin-top: -10px;
  }
  
  .navbar-toggle{
	  border-color: #285f8f!important;
  }
  
  .navbar-toggle:hover,
  .navbar-toggle:focus{
	  background-color: #08243C!important;
  }
  
  #header{
  
  }
  
  #navigation{
	  background: url('../img/standard-bg.png') no-repeat;
	  border: 0;
	  border-radius: 0;
	  margin: 0;
	  height: 105px;
	  margin-left: 45px;
  }
  
  /*#navigation::before{
	  position: absolute;
	  top: 0;
	  left: 0;
	  content: "";
	  border-style: solid;
	  border-color: transparent transparent transparent #ffffff;
	  border-width: 0 0 90px 40px;
  }*/
  
  
  #navigation .container-fluid{
	  padding-left: 5px;
	  padding-right: 5px;
	  margin-top: 14px;
	  margin-left: 26px;
  }
  
  #navigation li.active{
	  background: url("../img/icon-active.png") no-repeat 0 50%;
  }
  
  #navigation li a{
	  color: #ceefff;
	  font-size: 15px;
	  background: transparent;
	  padding-left: 22px;
	  padding-right: 22px;
	  padding-top: 20px;
	  height: 63px;
	  margin-top: 1px;
	  border-right: 1px solid #000;
  }
  
  #navigation li.active a{
	  color: #fff;
	  text-shadow: 0 1px 1px rgba(0,0,0,0.8);
  }
  
  #navigation li.active a::after{
	  position: absolute;
	  content: "";
	  left: 0;
	  bottom: 0;
	  width: 100%;
	  height: 6px;
  }
  
  #navigation li a:hover,
  #navigation li:last-child a:hover{
	  background: url("../img/icon-active1.png") no-repeat 0 50%;
  }
  
  #navigation li:last-child a{
	  background: transparent;
  }
  
  #navigation li a i{
	  color: #f2d511;
  }
  
  h1#logo{
	  margin-bottom: 10px;
	  z-index: 1;
	  text-align: center;
  }
  
  #footer-logo{
	  margin: 0 auto;
	  display: block;
  }
  
  #section{
	  margin-bottom: 80px;
  }
  
  #hero-container{
	  height: 250px;
  }
  
  @media (max-width: 768px){
	  #hero-container{
		  height: 450px;
	  }
  }
  
  .promo{
	  margin: 0 auto;
	  display: block;
  }
  
  a.join-now{
	  background: url("../img/button-join.png") no-repeat 0 0;
	  width: 231px;
	  height: 105px;
	  display: block;
	  font: 0px/0 a;
	  transition: opacity 0.3s ease 0s;
	  margin: 0 auto;
  }
  
  a.join-now:hover{
	  background-position: bottom;
  }
  
  #step{
	  margin: 0 auto;
	  width: 988px;
  }
  
  #content.no{
	  background: transparent;
	  border: none;
	  box-shadow: none;
  }
  
  #content{
	  background: #5c6d7f;
  }
  
  .content-lg{
	  font-size: 17px;
	  overflow: auto;
  }
  
  #footer{
	  padding: 15px 0 5px;
	  color: #fff;
	  background: #0b0b0b;
	  margin-top: 50px;
	  border-top: 1px solid #344da7;
  }
  
  #footer h4{
	  padding-bottom: 20px;
	  border-bottom: 1px solid #69b0e7;
  }
  
  #footer p{
	  font-size: 12px;
  }
  
  #footer a {
	  color: #fff;
	  transition: all 0.3s;
  }
  
  #footer a:focus,#footer a:hover{
	  color: #69b0e7;
	  background-color: transparent;
	  text-decoration: underline;
  }
  
  #footer-nav{
	  //background: #0c0c0c;
	  //border: 1px solid #222;
	  //border-radius: 8px;
	  //box-shadow: 0 0 10px rgba(0,0,0,1) inset;
  }
  
  #footer-nav.nav li{
	  margin-bottom: 10px;
	  float: left;
	  margin-right: 10px;
  }
  
  #footer-nav.nav li a{
	  padding: 0 5px;
	  color: #fff;
	  transition: all 0.3s;
  }
  
  #footer-nav.nav li a:hover,
  #footer-nav.nav li a:focus{
	  color: #69b0e7;
	  background-color: transparent;
  }
  
  #footer-bg{
	  background: url(../img/footer-top-bg.jpg) repeat-x;
  }
  
  #footer-bottom h3{
	  color: #a0b0ba;
	  font-size: 18px;
  }
  
  #footer-bottom{
	  padding: 25px 0;
	  background: url(../img/footer-bg.jpg) no-repeat center top;
  }
  
  #footer-info{
	  padding: 45px 0 10px;
	  display: inline-block;
  }
  
  
  #topLogin .form-control{
	  height: 24px;
	  padding: 0 10px;
	  background: transparent;
	  border: 1px solid #6777b0;
	  border-radius: 4px;
	  color: #fff;
  }
  
  .register-form .form-control{
	  border-radius: 0;
	  box-shadow: none;
  }
  
  .hr.default-color {
	  border-top-color: #69b0e7;
  }
  
	  .btn-next {
		  position: relative;
		  padding: 12px 30px 10px;
		  margin-right: 20px;
		  margin-bottom: 20px;
		  border: 2px solid;
		  border-right: none;
		  border-radius: 0;
		  font-size: 13px;
		  font-weight: 700;
		  text-transform: uppercase;
		  -webkit-transition: all 0.3s;
				  transition: all 0.3s;
	  }
  
	  .btn-next:before,
	  .btn-next:after {
		  position: absolute;
		  right: -11px;
		  display: block;
		  height: 30px;
		  border-left: 2px solid;
		  content: "";
		  -webkit-transition: all 0.3s;
				  transition: all 0.3s;
	  }
  
	  .btn-next:before {
		  top: -5px;
		  -webkit-transform: rotate(-45deg);
			  -ms-transform: rotate(-45deg);
				  transform: rotate(-45deg);
	  }
  
	  .btn-next:after {
		  bottom: -5px;
		  -webkit-transform: rotate(45deg);
			  -ms-transform: rotate(45deg);
				  transform: rotate(45deg);
	  }
  
	  .btn-next.btn-xs {
		  padding: 8px 20px 6px;
		  font-size: 11px;
	  }
  
	  .btn-next.btn-xs:before,
	  .btn-next.btn-xs:after {
		  position: absolute;
		  right: -9.5px;
		  display: block;
		  height: 24px;
	  }
  
	  .btn-next i {
		  position: absolute;
		  top: 50%;
		  right: 10px;
		  font-size: 19px;
		  margin-top: -10px;
		  -webkit-transition: all 0.3s;
				  transition: all 0.3s;
	  }
	  
	  .btn-next:hover i {
		  right: 0px;
	  }
  
	  .btn-next,
	  .btn-next:hover,
	  .btn-next:focus,
	  .btn-next:active,
	  .btn-next:active:hover,
	  .btn-next:active:focus {
		  outline: 0 !important;
		  box-shadow: none;
		  background-color: transparent;
	  }
  
	  .btn-next {
		  border-color: #69b0e7;
		  color: #69b0e7;
	  }
  
	  .btn-next:before,
	  .btn-next:after {
		  border-color: #69b0e7;
	  }
	  
	  .btn-next:hover {
		  border-color: #22272c;
		  color: #22272c;
	  }
  
	  .btn-next:hover:before,
	  .btn-next:hover:after {
		  border-color: #22272c;
	  }
  
  .myButton{
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	  background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	  background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	  background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	  background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	  background-color: #ffec64;
	  border: 1px solid #ffaa22;
	  border-radius: 4px;
	  box-shadow: -4px 4px #be7900;
	  color: #333333;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23', GradientType=0);
	  text-shadow: 0px 1px 0px #ffee66;
	  vertical-align: top;
	  display:inline-block;
	  cursor:pointer;
	  padding:2px 20px;
	  font-weight: bold;
	  font-size: 16px;
  }
  
  .myButton:hover{
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	  background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	  background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	  background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	  background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	  background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	  background-color: #ffab23;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64', GradientType=0);
  }
  
  .myButton:active, {
	  position:relative;
	  top:1px;
  }
  
  .myButton:focus{
   
  }
  
  .myButton.big{
	  height: 40px;
	  padding: 8px 20px;
	  font-size: 18px;
  }
  
  #loginButton{
	  height: 26px;
	  border-radius: 2px;
	  box-shadow: none;
  }
  
  .btn-square{
	  position: relative;
	  padding: 5px 10px;
	  margin-right: 20px;
	  color: #FFF;
	  border: 1px solid #fff;
	  border-radius: 4px;
	  font-size: 12px;
	  -webkit-transition: all 0.3s;
			  transition: all 0.3s;
  }
  
  .btn-square:hover, .btn-square:focus{
	  color: #fbb600;
	  border-color: #fbb600;
  }
  
  /*.gamesection > .col-lg-6::before{
	  position: absolute;
	  top: 0;
	  left: 0;
	  content: "";
	  border-style: solid;
	  border-color: transparent transparent transparent #0096da;
	  border-width: 0 0 78px 40px;
  }*/
  
  .bigButton{
	  width: 100%;
	  height: 40px;
  }
  
  .result-content{
	  padding: 15px 0 15px;
	  margin-bottom: 30px;
	  min-height: 350px;
	  color: #fff;
	  border-radius: 10px;
	  border: 2px solid #420101;
	  background: url('../img/result-bg.jpg') #24272d repeat-x;
  }
  
  .result-content h4.title{
	  font-family: 'Oswald', sans-serif;
	  margin-bottom: 5px;
	  text-align: center;
	  height: 36px;
	  font-size: 20pt;
  }
  
  .result-content h4.title a{
	  color: #fff;
	  text-shadow: 0 2px 2px rgba(0,0,0,0.5);
  }
  
  .result-content small{
	  }
  
  .result-content-wrapper{
	  padding: 35px 10px;
	  background: #22252b;
  }
  
  .result-content-wrapper p{
	  font-size: 10px;
  }
  
  .result-content-wrapper a{
	  color: #fff;
  }
  
  .content-header-bar{
	  padding: 5px 15px 25px;
	  margin-bottom: 30px;
	  text-transform: uppercase;
	  text-align: center;
	  background: #f5fafc;
	  border-bottom: 1px solid #D0E9F3;
  }
  
  .content-header-bar h3{
	  color: #22272c;
	  line-height: 40px;
	  margin-bottom: 10px;
	  font-weight: 600;
  }
  
  .content-header-bar:after {
	  display: block;
	  width: 30px;
	  border-bottom: 2px solid #22272c;
	  content: "";
	  margin: 0 auto;
  }
  
  .content-header-bar i{
	  color: #f2d511;
	  font-size: 17px;
  }
  
  .result-prize{
	  border-radius: 100px;
	  /*box-shadow: inset  0 3px 5px rgba(0,0,0,0.3);*/
	  padding: 10px;
	  text-align: center;
	  text-transform: uppercase;
	  /*background: #253648;*/
	  border: 2px solid #9b1c1c;
  }
  
  .result-prize.prize1{
	  width: 300px;
	  margin: 0 auto;
  }
  
  .result-prize span.prize-title{
	  font-family: 'Oswald', sans-serif;
	  font-size: 15pt; 
  }
  
  span.result-number{
	  color:#fff;
	  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7797d5), color-stop(0.1, #214672), color-stop(0.25, #2e465e), color-stop(0.75, #15232e), color-stop(1, #130a0f));
	  background:-moz-linear-gradient(top, #7797d5 0%, #214672 5%, #2e465e 25%, #15232e 75%, #130a0f 100%);
	  background:-webkit-linear-gradient(top, #7797d5 0%, #214672 5%, #2e465e 25%, #15232e 75%, #130a0f 100%);
	  background:-o-linear-gradient(top, #7797d5 0%, #214672 5%, #2e465e 25%, #15232e 75%, #130a0f 100%);
	  background:-ms-linear-gradient(top, #7797d5 0%, #214672 5%, #2e465e 25%, #15232e 75%, #130a0f 100%);
	  background:linear-gradient(to bottom, #7797d5 0%, #214672 5%, #2e465e 25%, #15232e 75%, #130a0f 100%);
	  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7cf2e', endColorstr='#faa20a',GradientType=0);
	  background-color:#172946;
	  border-radius: 100px;
	  padding: 5px 12px;
	  margin: 5px 2px;
	  text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	  font-weight: bold;
	  font-size: 23px;
	  -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.3), inset 0 -3px 5px #1d2d3a, inset 0 3px 20px rgba(59,108,131,0.5);
	  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.3), inset 0 -3px 5px #1d2d3a, inset 0 3px 20px rgba(59,108,131,0.5);
	  box-shadow: 0 3px 5px rgba(0,0,0,0.3), inset 0 -3px 5px #1d2d3a, inset 0 3px 20px rgba(59,108,131,0.5);
  }
  
  span.result-number-sm{
	  color:#e6b522;
  /*	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f7cf2e), color-stop(1, #faa20a));
	  background:-moz-linear-gradient(top, #f7cf2e 5%, #faa20a 100%);
	  background:-webkit-linear-gradient(top, #f7cf2e 5%, #faa20a 100%);
	  background:-o-linear-gradient(top, #f7cf2e 5%, #faa20a 100%);
	  background:-ms-linear-gradient(top, #f7cf2e 5%, #faa20a 100%);
	  background:linear-gradient(to bottom, #f7cf2e 5%, #faa20a 100%);
	  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7cf2e', endColorstr='#faa20a',GradientType=0);*/
	  background-color:#172946;
	  border-radius: 100px;
	  padding: 4px 8px;
  /*	text-shadow: 0px 1px 0px rgba(255,255,255,0.8);*/
	  font-weight: bold;
	  font-size: 14px;
  /*	-moz-box-shadow:inset 0px -3px 7px 0px #ffff52, 0 3px 5px rgba(0,0,0,0.3);
	  -webkit-box-shadow:inset 0px -3px 7px 0px #ffff52, 0 3px 5px rgba(0,0,0,0.3);
	  box-shadow:inset 0px -3px 7px 0px #ffff52, 0 3px 5px rgba(0,0,0,0.3);*/
  }
  
  .notif{
	  color:#fff;
	  background: #111;
	  border-radius: 100px;
	  padding: 1px 8px;
	  margin: -17px 0px;
	  font-weight: bold;
	  font-size: 14px;
	  position: absolute;
  }
  
  .glow-bg {
	border-bottom: 1px solid #69b0e7;
	list-style: none;
	padding-bottom: 18px;
	line-height: 1.3;
  }
  
  .text-color{
	  color: #fa9928;
  }
  
  .modal-content{
	  background: #0c0c0e;
	  color: #fff;
	  border-radius: 0;
	  border: 0
  }
  
  .modal-header{
	  background: url("../img/header-bar.jpg") no-repeat top center;
	  color: #fff;
  }
  
  .modal-header:after{
	  display: block;
	  width: 30px;
	  border-bottom: 2px solid #ffd800;
	  content: "";
	  margin: 0 auto;
  }
   
  .modal-header,
  .modal-footer{
	  border: 0;
  }
  
  .modal-header .close{
	  color: #ffd800;
  }
  
  .modal-title{
	  text-align: center;
	  text-transform: uppercase;
  }
  
  
  
  .nav-tabs.tabmail>li{
	  width: 45%;
	  text-align: center;
	  font-weight: bold;
	  font-size: 16px;
  }
  
  .nav-tabs > li > a{
	  background: #f9f9f9;
  }
  
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	  background: linear-gradient(#f9f9f9, #9b9b9b);
  }
  
  .nav-tabs > li > a:hover{
	  background: #f9f9f9;
  }
  
  .market-menu-container{
		min-height: 50px;
		margin-bottom: 15px;
		background: #2B414F;
  }
  
  ul.market-menu:before,
  ul.game-menu:before{
	  display: table;
	  content: " ";
  }
  
  ul.market-menu{
	  list-style: none;
	  padding-left: 0;
	  display: inline-block;
	  margin-bottom: 0;
  }
  
  ul.market-menu li{
	  float: left;
	  position: relative;
	  display: block;
  }
  
  ul.market-menu li a{
	  color: #FFF;
	  padding: 10px 20px;
	  font-size: 13px;
	  display: block;
  }
  
  ul.market-menu li.active{
	  background: #FFC527;
  }
  
  ul.market-menu li a:hover{
	  background: #FFC527;
  }
  
  ul.game-menu{
	  list-style: none;
	  display: inline-block;
	  padding: 0;
	  width: 100%;
	  background: #FFF;
	  margin-bottom: 10px;
  }
  
  ul.game-menu li{
	  float: left;
	  margin-right: 10px;
	  padding: 10px 12px;
  }
  
  ul.game-menu li.active{
	  background-color:#09f;
	  display:inline-block;
	  cursor:pointer;
	  font-weight: bold;
  }
  
  ul.game-menu li a{
  
  }
  
  ul.game-menu li.active a{
	  color:#fff;
  }
  
  .list-group-item{
	  border: 1px solid #69b0e7;
  }
  
  .list-group-item:first-child,
  .list-group-item:last-child{
	  border-radius: 0;
  }
  
  .list-group-item > a{
	  color: #000;
	  display: inline-block;
	  width: 100%;
	  padding: 10px 15px;
  }
  
  .list-group-item > a:hover{
	  background: #EEE;
	  text-decoration: none;
  }
  
  .list-group-item .label{
	  border: 1px solid #2C89D9;
	  color: #000;
	  padding-bottom: 1px;
  }
  
  .text-content{
	  border-top: 1px solid #091C2C;
	  padding: 30px 0 30px 20px;
  }
  
  .table_sm{
	  min-width: 360px;
  }
  
  .table_lg{
	  min-width: 720px;
  }
  
  .table_xl{
	  min-width: 1024px;
  }
  
  .table_md{
	  min-width: 480px;
  }
  
  table.table_data,
  table.jtable{
	  width: 100%;
	  text-align: center;
	  background: #0a1535;
	  color: #000;
  }
  
  table.table_data thead,
  table.jtable thead{
	  color: #fff;
  }
  
  table.table_data thead tr,
  table.jtable thead tr{
	  border-bottom: none;
	  height: 40px;
  }
  
  table.table_data tr,
  table.jtable tr{
	  height: 45px;
	  
  }
  
  table.table_data th,
  table.table_data thead th,
  table.jtable th,
  table.jtable thead th{
	  text-align: center!important;
  }
  
  table.table_data td,
  table.jtable td{
	  height: 30px;
	  font-size: 14px
  }
  
  table.table_data.table-striped > tbody > tr:nth-of-type(odd),
  table.jtable > tbody > tr:nth-of-type(odd){
	  background: #f0f0f0;
  }
  
  table.table_data.table-striped > tbody > tr:nth-of-type(even),
  table.jtable > tbody > tr:nth-of-type(even){
	  background: #fff;  
  }
  
  table.table_data td a,
  table.jtable td a{
	  font-size: 14px;
  }
  
  table.table_data tfoot tr,
  table.jtable tfoot tr{
	  //background: #2B414F;
	  color: #FFF;
  }
  
  div.jtable-main-container div.jtable-title div.jtable-title-text{
	  font-weight: 100!important;
	  margin-bottom: 5px;
  }
  
  input.form-control{
	  background: url('../img/search-input-bg.png') repeat-x;
	  border-radius: 2px;
  }
  
  input.singlebox{
	  width: 40px;
	  font-weight: bold;
	  font-size: 18px;
	  text-align: center;
  }
  
  input.twobox{
	  width: 50px;
	  font-weight: bold;
	  font-size: 18px;
	  text-align: center;
  }
  
  input.threebox{
	  width: 50px;
	  font-weight: bold;
	  font-size: 18px;
	  text-align: center;
  }
  
  input.fourbox{
	  width: 60px;
	  font-weight: bold;
	  font-size: 18px;
	  text-align: center;
  }
  
  input.fivebox{
	  width: 70px;
	  text-align: center;
  }
  
  input.tenbox{
	  width: 120px;
	  font-weight: bold;
	  font-size: 18px;
	  text-align: center;
  }
  
  .bg-white{
	  background: #FFF;
  }
  /* =============================================== */
  
  .b-l-2x {
	border-left-width: 2px;
  }
  
  .b-l-3x {
	border-left-width: 3px;
  }
  
  .b-l-4x {
	border-left-width: 4px;
  }
  
  .b-l-5x {
	border-left-width: 5px;
  }
  
  .b-2x {
	border-width: 2px;
  }
  
  .b-3x {
	border-width: 3px;
  }
  
  .b-4x {
	border-width: 4px;
  }
  
  .b-5x {
	border-width: 5px;
  }
  
  .r {
	border-radius: 2px 2px 2px 2px;
  }
  
  .r-2x {
	border-radius: 4px;
  }
  
  .r-3x {
	border-radius: 6px;
  }
  
  .r-l {
	border-radius: 2px 0 0 2px;
  }
  
  .r-r {
	border-radius: 0 2px 2px 0;
  }
  
  .r-t {
	border-radius: 2px 2px 0 0;
  }
  
  .r-b {
	border-radius: 0 0 2px 2px;
  }
  
  .m-xxs {
	margin: 2px 4px;
  }
  
  .m-xs {
	margin: 5px;
  }
  
  .m-sm {
	margin: 10px;
  }
  
  .m {
	margin: 15px;
  }
  
  .m-md {
	margin: 20px;
  }
  
  .m-lg {
	margin: 30px;
  }
  
  .m-xl {
	margin: 50px;
  }
  
  .m-n {
	margin: 0 !important;
  }
  
  .m-l-none {
	margin-left: 0 !important;
  }
  
  .m-l-xs {
	margin-left: 5px;
  }
  
  .m-l-sm {
	margin-left: 10px;
  }
  
  .m-l {
	margin-left: 15px;
  }
  
  .m-l-md {
	margin-left: 20px;
  }
  
  .m-l-lg {
	margin-left: 30px;
  }
  
  .m-l-xl {
	margin-left: 40px;
  }
  
  .m-l-xxl {
	margin-left: 50px;
  }
  
  .m-l-n-xxs {
	margin-left: -1px;
  }
  
  .m-l-n-xs {
	margin-left: -5px;
  }
  
  .m-l-n-sm {
	margin-left: -10px;
  }
  
  .m-l-n {
	margin-left: -15px;
  }
  
  .m-l-n-md {
	margin-left: -20px;
  }
  
  .m-l-n-lg {
	margin-left: -30px;
  }
  
  .m-l-n-xl {
	margin-left: -40px;
  }
  
  .m-l-n-xxl {
	margin-left: -50px;
  }
  
  .m-t-none {
	margin-top: 0 !important;
  }
  
  .m-t-xxs {
	margin-top: 1px;
  }
  
  .m-t-xs {
	margin-top: 5px;
  }
  
  .m-t-sm {
	margin-top: 10px;
  }
  
  .m-t {
	margin-top: 15px;
  }
  
  .m-t-md {
	margin-top: 20px;
  }
  
  .m-t-lg {
	margin-top: 30px;
  }
  
  .m-t-xl {
	margin-top: 40px;
  }
  
  .m-t-xxl {
	margin-top: 50px;
  }
  
  .m-t-n-xxs {
	margin-top: -1px;
  }
  
  .m-t-n-xs {
	margin-top: -5px;
  }
  
  .m-t-n-sm {
	margin-top: -10px;
  }
  
  .m-t-n {
	margin-top: -15px;
  }
  
  .m-t-n-md {
	margin-top: -20px;
  }
  
  .m-t-n-lg {
	margin-top: -30px;
  }
  
  .m-t-n-xl {
	margin-top: -40px;
  }
  
  .m-t-n-xxl {
	margin-top: -50px;
  }
  
  .m-r-none {
	margin-right: 0 !important;
  }
  
  .m-r-xxs {
	margin-right: 1px;
  }
  
  .m-r-xs {
	margin-right: 5px;
  }
  
  .m-r-sm {
	margin-right: 10px;
  }
  
  .m-r {
	margin-right: 15px;
  }
  
  .m-r-md {
	margin-right: 20px;
  }
  
  .m-r-lg {
	margin-right: 30px;
  }
  
  .m-r-xl {
	margin-right: 40px;
  }
  
  .m-r-xxl {
	margin-right: 50px;
  }
  
  .m-r-n-xxs {
	margin-right: -1px;
  }
  
  .m-r-n-xs {
	margin-right: -5px;
  }
  
  .m-r-n-sm {
	margin-right: -10px;
  }
  
  .m-r-n {
	margin-right: -15px;
  }
  
  .m-r-n-md {
	margin-right: -20px;
  }
  
  .m-r-n-lg {
	margin-right: -30px;
  }
  
  .m-r-n-xl {
	margin-right: -40px;
  }
  
  .m-r-n-xxl {
	margin-right: -50px;
  }
  
  .m-b-none {
	margin-bottom: 0 !important;
  }
  
  .m-b-xxs {
	margin-bottom: 1px;
  }
  
  .m-b-xs {
	margin-bottom: 5px;
  }
  
  .m-b-sm {
	margin-bottom: 10px;
  }
  
  .m-b {
	margin-bottom: 15px;
  }
  
  .m-b-md {
	margin-bottom: 20px;
  }
  
  .m-b-lg {
	margin-bottom: 30px;
  }
  
  .m-b-xl {
	margin-bottom: 40px;
  }
  
  .m-b-xxl {
	margin-bottom: 50px;
  }
  
  .m-b-n-xxs {
	margin-bottom: -1px;
  }
  
  .m-b-n-xs {
	margin-bottom: -5px;
  }
  
  .m-b-n-sm {
	margin-bottom: -10px;
  }
  
  .m-b-n {
	margin-bottom: -15px;
  }
  
  .m-b-n-md {
	margin-bottom: -20px;
  }
  
  .m-b-n-lg {
	margin-bottom: -30px;
  }
  
  .m-b-n-xl {
	margin-bottom: -40px;
  }
  
  .m-b-n-xxl {
	margin-bottom: -50px;
  }
  
  .p-xxs {
	padding: 2px 4px;
  }
  
  .p-xs {
	padding: 5px;
  }
  
  .p-sm {
	padding: 10px;
  }
  
  .p {
	padding: 15px;
  }
  
  .p-md {
	padding: 20px;
  }
  
  .p-lg {
	padding: 30px;
  }
  
  .p-xl {
	padding: 50px;
  }
  
  .p-n {
	padding: 0 !important;
  }
  
  .p-l-none {
	padding-left: 0 !important;
  }
  
  .p-l-xs {
	padding-left: 5px;
  }
  
  .p-l-sm {
	padding-left: 10px;
  }
  
  .p-l {
	padding-left: 15px;
  }
  
  .p-l-md {
	padding-left: 20px;
  }
  
  .p-l-lg {
	padding-left: 30px;
  }
  
  .p-l-xl {
	padding-left: 40px;
  }
  
  .p-l-xxl {
	padding-left: 50px;
  }
  
  .p-l-n-xxs {
	padding-left: -1px;
  }
  
  .p-l-n-xs {
	padding-left: -5px;
  }
  
  .p-l-n-sm {
	padding-left: -10px;
  }
  
  .p-l-n {
	padding-left: -15px;
  }
  
  .p-l-n-md {
	padding-left: -20px;
  }
  
  .p-l-n-lg {
	padding-left: -30px;
  }
  
  .p-l-n-xl {
	padding-left: -40px;
  }
  
  .p-l-n-xxl {
	padding-left: -50px;
  }
  
  .p-t-none {
	padding-top: 0 !important;
  }
  
  .p-t-xxs {
	padding-top: 1px;
  }
  
  .p-t-xs {
	padding-top: 5px;
  }
  
  .p-t-sm {
	padding-top: 10px;
  }
  
  .p-t {
	padding-top: 15px;
  }
  
  .p-t-md {
	padding-top: 20px;
  }
  
  .p-t-lg {
	padding-top: 30px;
  }
  
  .p-t-xl {
	padding-top: 40px;
  }
  
  .p-t-xxl {
	padding-top: 50px;
  }
  
  .p-t-n-xxs {
	padding-top: -1px;
  }
  
  .p-t-n-xs {
	padding-top: -5px;
  }
  
  .p-t-n-sm {
	padding-top: -10px;
  }
  
  .p-t-n {
	padding-top: -15px;
  }
  
  .p-t-n-md {
	padding-top: -20px;
  }
  
  .p-t-n-lg {
	padding-top: -30px;
  }
  
  .p-t-n-xl {
	padding-top: -40px;
  }
  
  .p-t-n-xxl {
	padding-top: -50px;
  }
  
  .p-r-none {
	padding-right: 0 !important;
  }
  
  .p-r-xxs {
	padding-right: 1px;
  }
  
  .p-r-xs {
	padding-right: 5px;
  }
  
  .p-r-sm {
	padding-right: 10px;
  }
  
  .p-r {
	padding-right: 15px;
  }
  
  .p-r-md {
	padding-right: 20px;
  }
  
  .p-r-lg {
	padding-right: 30px;
  }
  
  .p-r-xl {
	padding-right: 40px;
  }
  
  .p-r-xxl {
	padding-right: 50px;
  }
  
  .p-r-n-xxs {
	padding-right: -1px;
  }
  
  .p-r-n-xs {
	padding-right: -5px;
  }
  
  .p-r-n-sm {
	padding-right: -10px;
  }
  
  .p-r-n {
	padding-right: -15px;
  }
  
  .p-r-n-md {
	padding-right: -20px;
  }
  
  .p-r-n-lg {
	padding-right: -30px;
  }
  
  .p-r-n-xl {
	padding-right: -40px;
  }
  
  .p-r-n-xxl {
	padding-right: -50px;
  }
  
  .p-b-none {
	padding-bottom: 0 !important;
  }
  
  .p-b-xxs {
	padding-bottom: 1px;
  }
  
  .p-b-xs {
	padding-bottom: 5px;
  }
  
  .p-b-sm {
	padding-bottom: 10px;
  }
  
  .p-b {
	padding-bottom: 15px;
  }

  .select-pane-background{
	background:  linear-gradient(0deg,rgba(0, 0, 0, 0.41) 0,#546b6c3b);
	box-shadow: 0px -5px 14px rgba(0,0,0,.37);
	height: 100%;
	border-top: 1px solid hsla(0,0%,100%,.35);
  }
  
  .select-pane{
	background: url(../img/header-icon-bg-active.svg) no-repeat top center;
	content: "";
	position: absolute;
	display: block;
	top: 15px;
	left: 10px;
	background-size: 70px 70px;
	width: 70px;
	height: 70px;
  }
  
  .select-pane img{
	height: 50px;
	width: 50px;
	margin: 11px 9px;
  }
  
  .select-pane-wrapper .segment-title{
	margin: 30px 0 0 70px;
	text-align: left;
  }
  
  .select-pane-title-desc span{
	padding: 2px 8px;
	background: rgba(0,0,0,0.5);
	border-radius: 6px;
	margin-left: 70px;
	text-align: center;
  }
  
  .select-pane-background #carousel-provider{
	padding: 12px 70px;
	height: 100px;
  }
  
  .select-pane-background .carousel-control{
	width: 60px;
	opacity: .75;
  }
  
  .select-pane-background .carousel-control:hover{
	opacity: 1;
  }
  
  .select-pane-background .carousel-control.left .select-pane-shadow{
	height: 99px;
	background: linear-gradient(to right, #201A1A, #312626) !important;
	clip-path: polygon(0px 0px, 60px 0px, 50px 100%, 0px 100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	user-select: none;
	transition-property: filter;
	transition-timing-function: ease-in-out;
	transition-duration: .1s;
  }
  
  .select-pane-background .carousel-control.right .select-pane-shadow{
	height: 99px;
	background: linear-gradient(to left, #201A1A, #312626) !important;
	clip-path: polygon(10px 0px, 60px 0px, 60px 100%, 0px 100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	user-select: none;
	transition-property: filter;
	transition-timing-function: ease-in-out;
	transition-duration: .1s;
  }
  
  .select-pane-background .carousel-control.right,
  .select-pane-background .carousel-control.left{
	filter: drop-shadow(3px 0px 6px #00000099);
  }
  
  .select-provider{
	float: left;
	padding: 5px;
  }
  
  .select-provider.active{
	background: linear-gradient(0deg,rgba(217, 117, 117, 0.41) 0,rgba(0,0,0,0) 30%);
	border-bottom: 1px solid #c6a776;
	color: #fff;
  }
  
  .select-provider > img{
	height: 60px!important;
  }
  
  .pane-background-gradient{
	background:  linear-gradient(0deg,rgba(0,0,0,.2) 0,transparent);
	position: absolute;
	left: 0;
	right: 0;
	height: 200px;
  }
  
  .bar-pane-background-gradient{
	background:  linear-gradient(0deg,rgba(0, 0, 0, 0.41) 0,#546b6c3b);
	position: absolute;
	left: 0;
	right: 0;
	height: 81px;
  }
  
  .bar-pane{
	height: 81px;
  }
  
  .bar-menu{
  
  }
  
  .bar-menu > li{
	margin-right: 15px;
  }
  
  .bar-menu > li > a{
	color: #f7d8bc;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5pt;
	padding: 7px 15px;
  }
  
  .bar-menu > li > a.active{
	background: linear-gradient(0deg,rgba(217, 117, 117, 0.41) 0,rgba(0,0,0,0) 30%);
	border-bottom: 1px solid #c6a776;
	color: #fff;
  }
  
  .bar-menu > li > a:hover,
  .bar-menu > li > a:focus{
	background: transparent;
	color: #fff;
  }
  
  .menubar-pane-background-gradient{
	background: linear-gradient(0deg,rgb(35, 9, 9) 0,rgba(0, 0, 0, 0.41));
	position: absolute;
	height: 58px;
	left: 0;
	right: 0;
  }
  
  .game-card{
	float: left;
	text-align: center;
	font-weight: bold;
	margin: 10px 5px;
	position: relative;
	display: block;
	height: 200px;
	/*background: linear-gradient(0deg,rgba(2, 15, 45, 0.33) 0,#63546cb5);
	padding: 20px;
	border-radius: 20px;
	border-top: 1px solid hsla(0,0%,100%,.35);
	border-bottom: 1px solid rgb(60, 2, 68);
	box-shadow: 0 4px 4px rgba(0,0,0,0.4);*/
	background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.3));
	border-bottom: 1px solid #ffcc8b59;
	border-radius: 10px;
	overflow: hidden;
	transition: all .3s;
  }
  
  .game-card:hover{
	transform: translateY(-4px);
	box-shadow: 0 25px 25px -20px rgba(0,0,0,.8);
  }
  
  .game-card a{
	color: #f7d8bc;
	height: 200px;
	display: inline-block;
  }
  
  .game-card a:hover{
	color: #fff;
  }
  
  .game-card a:hover img{
	transform: translateY(-4px);
	box-shadow: 0 25px 25px -20px rgba(0,0,0,.2);
  }
  
  .game-card img{
	height: 120px;
	margin: 0 auto 10px;
	border: 2px solid rgba(57, 31, 41, 0.58);
	border-radius: 10px 10px 0 0;
	transition: all .3s;
  }
  
  .g-button{
	display: block;
	position: absolute;
	width: 101%;
	height: 30px;
	background: hsla(0,0%,100%,.1);
	bottom: -30px;
	left: 0;
	z-index: 1;
	transition: all .3s ease;
  }
  
  .game-card a:hover .g-button{
	bottom: 0;
	background: hsla(0,0%,100%,.2);
  }

  .p-b-md {
	padding-bottom: 20px;
  }
  
  .p-b-lg {
	padding-bottom: 30px;
  }
  
  .p-b-xl {
	padding-bottom: 40px;
  }
  
  .p-b-xxl {
	padding-bottom: 50px;
  }
  
  .p-b-n-xxs {
	padding-bottom: -1px;
  }
  
  .p-b-n-xs {
	padding-bottom: -5px;
  }
  
  .p-b-n-sm {
	padding-bottom: -10px;
  }
  
  .p-b-n {
	padding-bottom: -15px;
  }
  
  .p-b-n-md {
	padding-bottom: -20px;
  }
  
  .p-b-n-lg {
	padding-bottom: -30px;
  }
  
  .p-b-n-xl {
	padding-bottom: -40px;
  }
  
  .p-b-n-xxl {
	padding-bottom: -50px;
  }
  
  .r-none {
	  border-radius: 0px;
  }
  
  .r {
	border-radius: 2px 2px 2px 2px;
  }
  
  .r-2x {
	border-radius: 4px;
  }
  
  .r-3x {
	border-radius: 6px;
  }
  
  .r-l {
	border-radius: 2px 0 0 2px;
  }
  
  .r-r {
	border-radius: 0 2px 2px 0;
  }
  
  .r-t {
	border-radius: 2px 2px 0 0;
  }
  
  .r-b {
	border-radius: 0 0 2px 2px;
  }
  
  .b-none {
	  border: none!important;
  }
  
  .b {
	border: 1px solid rgba(0, 0, 0, 0.05);
  }
  
  .b-a {
	border: 1px solid #dee5e7;
  }
  
  .b-t {
	border-top: 1px solid #dee5e7;
  }
  
  .b-r {
	border-right: 1px solid #dee5e7;
  }
  
  .b-b {
	border-bottom: 1px solid #dee5e7;
  }
  
  .b-l {
	border-left: 1px solid #dee5e7;
  }
  
  .b-grey{
	  border-color: #404447;
  }
  
  .w-1x {
	width: 1em!important;
  }
  
  .w-2x {
	width: 2em!important;
  }
  
  .w-3x {
	width: 3em!important;
  }
  
  .w-xxs {
	width: 60px!important;
  }
  
  .w-xs {
	width: 90px!important;
  }
  
  .w-sm {
	width: 150px!important;
  }
  
  .w {
	width: 200px!important;
  }
  
  .w-md {
	width: 240px!important;
  }
  
  .w-lg {
	width: 280px!important;
  }
  
  .w-xl {
	width: 320px!important;
  }
  
  .w-xxl {
	width: 360px!important;
  }
  
  .w-full {
	width: 100%!important;
  }
  
  .w-auto {
	width: auto!important;
  }
  
  .h-auto {
	height: auto;
  }
  
  .h-full {
	height: 100%;
  }
  
  .pull-none {
	  float: none !important;
  }
  .pull-right {
	  float: right !important;
  }
  .pull-left {
	  float: left !important;
  }
  
  .clear {
	display: block;
	overflow: hidden;
  }
  
  .container{
	  width: 1170px!important;
  }
  
  .b-r-none{
	  border-radius: 2px 0 0 2px!important;
  }
  
  .market-box{
	  float: left;
	  height: 250px;
	  width: 226px;
	  margin: 3px 4px;
	  background: linear-gradient(#fefe00,#ffc000);
	  border: 1px solid #fefe00;
	  border-radius: 5px 5px 5px 5px;
	  display: inline-block;
  }
  
  .bank-box{
	  background: #131d33;
	  border-bottom: 2px solid #fa9928;
	  border-top: 2px solid #fa9928;
	  position: relative;
  }
  
  .bank-box.p::before {
	  left: 50%;
	  margin-left: -25px;
  }
  
  .bank-box::before {
	  content: "";
	  position: absolute;
	  top: 62px;
	  left: 0px;
	  width: 50px;
	  height: 4px;
	  background: rgb(250, 153, 40);
  }
  :after, :before {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
  }
  
  .bank-box h4{
	  font-family: "Oswald" ,sans-serif;
	  font-size: 23pt;
	  color: #fff;
	  text-align: center;
	  padding-top: 0px;
	  padding-left: 15px;
  }
  
  
  
  .bank-box table {
	  height: 125px;
	  background: #0b0b0b;
	  border: 1px solid #2A6CA6;
	  margin: 0 auto;
  }
  
  .bank-box td {
	  vertical-align: middle;
	  text-align: center;
  }
  
  .bank-logo {
	  float: left;
	  padding-top: 4px;
	  padding-bottom: 4px;
  }
  
  .bank-status-container {
	  display: inline-block;
	  margin: 10px auto 0px;
	  padding: 0px 5px 0px 5px;
  }
  
  .bank-wrapperbox{
	  margin: 0px auto 0px;
	  width: 100%;
	  text-align: center;
	  padding: 11px;
  }
  
  .bank-online {
	  background: #111 url(../img/online.gif) center no-repeat;
	  width: 80px;
	  height: 25px;
	  display: inline-block;
	  margin: 12px auto 0px;
	  border-radius: 4px;
  }
  
  .bank-offline {
	  background: #111 url(../img/offline.gif) center no-repeat;
	  width: 80px;
	  height: 25px;
	  display: inline-block;
	  margin: 12px auto 0px;
	  border-radius: 4px;
  }
  
  .bank-gangguan {
	  background: #111 url(../img/gangguan.gif) center no-repeat;
	  width: 80px;
	  height: 25px;
	  display: inline-block;
	  margin: 5px auto 0px;
	  border-radius: 4px;
  }
  
  .menu{
	  display: block;
	  margin-bottom: 15px;
	  height: 45px;
  }
  
  a.no-u{
	  text-decoration: none;
  }
  
  .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
	  background-color: #337ab7;
	  border-color: #febd00;
	  color: #fff;
  }
  
  .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover{
	  background-color: transparent;
	  border-color: #febd00;
	  color: #fff;
  }
  
  .pagination > li > a, .pagination > li > span{
	  background-color: transparent;
	  border: 1px solid #febd00;
	  color: #fff;
  }
  
  #content {
	  user-select: none;
	}
  
	.lx-card {
	  border-radius: 5px;
	  background-color: white;
	  color: black;
	}
  
	.lx-card .blockquote {
	  margin: 0 0 7.5px;
	  border-left: none;
	}
  
	.lx-row {
	  margin: 0 8px;
	  display: inline-block;
	  vertical-align: middle;
	}
  
	.lx-row .lx-icon {
	  vertical-align: middle;
	}
  
	.lx-row:nth-child(2) {
	  width: 22%;
	}
  
	.lx-row:nth-child(3), .lx-row:nth-child(4), .lx-row:nth-child(5), .lx-row:nth-child(6) {
	  width: 11%;
	}
  
	.lx-row:nth-child(7) {
	  width: 11%;
	  text-align: center;
	}
  
	.lx-row:nth-child(8) {
	  width: 3%;
	  text-align: right;
	}
  
	.lx-row .lx-market {
	  font-size: 90% !important;
	  font-weight: bold;
	}
  
	.lx-row .lx-date {
	  font-size: 70%;
	  color: #777;
	}
  
	.lx-row .lx-info {
	  font-size: 70%;
	  color: #777;
	}
  
	.lx-row .lx-amount {
	  font-size: 70%;
	  font-weight: bold;
	}
  
	.lx-row .lx-icon-detail {
	  cursor: pointer;
	}
  
	.lx-row .win {
	  color : red;
	}
  
	.lx-select-market {
	  border-radius: 10px;
	  padding: 8px;
	  font-weight: bold;
	}
  
	.lx-btn-market {
	  margin: 5px 2px;
	  -webkit-appearance: button;
	  color: black;
	  background-color: white;
	  background-image: none;
	  border-color: #ddd;
	  display: inline-block;
	  font-weight: bold;
	  text-align: center;
	  white-space: nowrap;
	  vertical-align: middle;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  border: 1px solid transparent;
	  padding: 0.375rem 1.25rem;
	  font-size: 1.25rem;
	  line-height: 2;
	  border-radius: 2rem;
	  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
  
	.lx-btn-market.dropdown {
	  display: block;
	}
  
	.lx-input-market {
	  display: inline-block;
	  width: 47%;
	}
  
	.lx-btn-market:hover, .lx-btn-market.selected {
	  color: #fff !important;
	  background-color: #007bff !important;
	  border-color: #007bff !important;
	}
  
	.lx-totalbet {
	  display: inline-block;
	  width: 23%;
	}
  
	.lx-totalbet .badge {
	  line-height: 3;
	  font-size: 1.35rem;
	  padding: 0px 10px;
	  background-color: #ddd;
	  color: black;
	  width: 100%;
	  text-align: initial;
	}
  
	.lx-totalbet .invoice-text {
	  width: 40%;
	  display: inline-block;
	}
  
	.lx-totalbet .invoice-amount {
	  width: 60%;
	  display: inline-block;
	}
  
	.input-date {
		background-color: white;
		border-radius: 10px;
		border-width: 2px;
		border-style: inset;
		border-image: initial;
		width: fit-content;
		display: inline-block;
	}
  
	.lx-input-date {
	  display: inline-block;
	  text-align: center;
	  border-radius: 10px 0px 0px 10px;
	  line-height: 2.2;
	  border-width: 0px 2px 0px 0px;
	}
  
	.lx-row .badge {
	  color: black;
	  background-color: #ddd;
	  line-height: 1.35;
	}
  
	.popover__title {
	  font-size: 24px; */
	  line-height: 36px;
	  text-decoration: none;
	  color: rgb(228, 68, 68);
	  text-align: center;
	  padding: 15px 0;
	}
  
	.popover__wrapper {
	  position: relative;
	  margin-top: 1.5rem;
	  display: inline-block;
	}
	.popover__content {
	  border-radius: 10px;
	  opacity: 0;
	  visibility: hidden;
	  position: absolute;
	  left: -150px;
	  transform: translate(0, 10px);
	  background-color: #ddd;
	  padding: 1.5rem;
	  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	  width: auto;
	  text-align: -webkit-center;
	}
	.popover__content:before {
	  position: absolute;
	  z-index: -1;
	  content: "";
	  right: calc(50% - -93px);
	  top: 100px;
	  border-style: solid;
	  border-width: 10px 10px 10px 0;
	  border-color: transparent #ddd transparent transparent;
	  transition-duration: 0.3s;
	  transition-property: transform;
	}
	.popover__wrapper:hover .popover__content {
	  z-index: 10;
	  opacity: 1;
	  visibility: visible;
	  transform: translate(0, -20px);
	  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
	}
	.popover__message {
	  text-align: center;
	}
	.lx-btn-back {
	  margin: 5px 2px;
	  -webkit-appearance: button;
	  color: black;
	  background-color: white;
	  background-image: none;
	  border-color: #ddd;
	  display: inline-block;
	  font-weight: bold;
	  text-align: center;
	  white-space: nowrap;
	  vertical-align: middle;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  border: 1px solid transparent;
	  padding: 0.375rem 1.25rem;
	  font-size: 1.25rem;
	  line-height: 2;
	  border-radius: 2rem;
	  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
  
	.lx-btn-back:hover {
	  color: #fff !important;
	  background-color: #007bff !important;
	  border-color: #007bff !important;
	}
  
	.lx-info {
	  display: inline-block;
	}
  
	.lx-info .badge {
	  line-height: 3;
	  font-size: 1.35rem;
	  padding: 0px 10px;
	  background-color: #ddd;
	  color: black;
	  width: 100%;
	  text-align: initial;
	}