html, body{
	width: 100%;
	height: 100%;
	min-width: 1400px;
	scroll-behavior: smooth;
}

body{
	background: #fff;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
}

.swal2-popup{
	background: #F90B0B;
}

.swal2-title{
	color: #fff;
}

.swal2-select option{
	color: #000;
}

.swal2-styled.swal2-confirm{
	color: #F90B0B;
	background-color: #fff;
}

.swal2-icon.swal2-success .swal2-success-ring{
	border-color: #fff;
}

.swal2-icon.swal2-success [class^=swal2-success-line]{
	background-color: #fff;
}

section{
	min-width: 1400px;
}

.container{
	min-width: 1400px;
}

a{
	color: #fff;
	text-decoration: none;
}

a:hover{
	color: #fff;
	text-decoration: none;
}

#lottie_loading{
	width: 100px;
}

.navbar{
	padding: 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-menu{
	top:  90%;
	padding: 0;
	text-align: center;
}

.dropdown-menu ul{
	padding: 0;
}

.dropdown-menu ul li a{
	padding-left: 10px;
	padding-right: 10px;
}

.full-width.dropdown{
 	position: static;
}

.full-width.dropdown>.dropdown-menu {
	left: 0;
	right: 0;
	border: 0;
	border-radius: 0;
	position: absolute;
	background: #F90B0B;
}

.full-width.dropdown>.dropdown-menu>ul{
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
}

.full-width.dropdown>.dropdown-menu>ul>li>a{
	display: block;
	font-size: 15px;
	margin-top: 10px;
  	white-space: normal;
}

.dropdown-menu h6{
	color: #fff;
	font-size: 15px;
	margin-top: 15px;
	font-weight: 500;
}

.launchGameDiv{
	display: block;
	position: relative;
}

.launchGameDiv img{
	width: 100%;
	padding: 5px;
}

.playnow{
	left: 12%;
	bottom: 18%;
	color: #F90B0B;
	font-size: 18px;
	font-weight: 800;
	position: absolute;
	text-transform: uppercase;
}

.headerLaunch:hover img{
	background: url('../media/static/ring.png') 100% no-repeat;
}

.btnLogout{
	border: none;
	margin-right: 5px;
	padding: 5px 16px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 12px !important; 
	color: #E9372B !important;
	text-transform: uppercase;
	font-size: 12px !important;
	background-image: linear-gradient(#fff, #969696);
}

.btnDeposit{
	border: none;
	margin-right: 5px;
	padding: 5px 16px;
	border-radius: 5px;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 12px !important;
	background-image: linear-gradient(#F90B0B, #6D0000);
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child){
	padding-left: 10%;
	font-size: 14px;
	height: 40px;
	margin-top: 0px;
	border: none;
	background: rgb(248, 248, 248);
}

.homeMenuImg{
	width: 200px;
}

.btn-choose{
	color: #fff;
	height: 100%;
	background: #f02e25;
	font-weight: 500;
	border-radius: 0px;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	font-size: 12px;
}

.input-file{
	height: 40px;
	vertical-align: middle;
	width: 220px;
}

.btnUpload{
	font-weight: bold;
	font-size: 14px;
}

.title{
	color: #f02e25;
	padding: 10px;
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
}

.divTitle{
	color: #fff;
	width: max-content;
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	padding: .8rem 2rem;
	display: block;
	background: #F90B0B;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	border-radius: 15px;
}

.divTitle svg{
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: rgba(125, 125, 125, .7);
    -webkit-border-radius: 6px
}

::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: rgba(125, 125, 125, .7);
    -webkit-border-radius: 6px
}

button:focus{
	outline:0;
}

.slick-dotted.slick-slider{
	margin-bottom: 0px;
}

.slick-dots{
	bottom: 10px;
}

.slick-dots li{
	width: 23px;
}

.slick-dots li button:before{
	color: #fff;
	opacity: .7;
	font-size: 12px;
}

/* start preloader */
.preloader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  /*justify-content: center;*/
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: none repeat scroll 0 0 #FBFBFB;
}

#mainloader{
	width: 500px;
	margin: 0 auto;
	text-align: center;
}

#mainloader img{
	height: 200px;
}

.navloginUL{
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: middle;
}

.navloginUL li{
	padding: 10px;
	display: inline-block;
}

.welcomeSpan{
	color: #000;
	font-size: 13px;
	margin-right: 10px;
	vertical-align: middle;
}


.slick-slide img{
	width: 100%;
	margin: 0 auto;
}

.logo{
	height: 100px;
}

.footerlogo{
	width: 250px;
}

.brandingWord{
	color: #980000;
	font-size: 14px;
	font-weight: bold;
}

.navSection{
	font-size: 14px;
	background: #F90B0B;
}

.navBar{
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

.navBar li{
	color: #fff;
	display: inline-block;
}

.navBar li a{
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 300;
	padding: 10px 20px;
	transition: all .2s;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.navBar li a svg{
	font-size: 25px;
	margin-right: 10px;
}

.navBar .active{
	font-size: 14px;
	font-weight: 600;
}

.navBar li:hover a{
	font-size: 14px;
	font-weight: 600;
}

.titleDiv{
	width: 100%;
	position: relative;
}

.titleBanner{
	width: 100%;
}

.titleWord{
	top: 50%;
	left: 25%;
	color: #fff;
	font-size: 4rem;
	font-weight: bold;
	position: absolute;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px #fff;
	transform: translate(-50%, -50%);
}

.titleWord2{
	top: 50%;
	left: 5%;
	color: #fff;
	width: max-content;
	font-size: 2rem;
	font-weight: bold;
	position: absolute;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px #fff;
	transform: translate(0%, -50%);
}

.jackpotbar{
	width: 100%;
	border: none;
	font-size: 14px;
	margin-top: 5px;
	border-radius: 10px;
}

.progressive{
	z-index: 2;
	width: 100%;
	height: 100%;
	margin-top: auto;
	margin-bottom: auto;
}

.progressiveWord{
	padding: 10px;
	color: #f02e25;
	font-size: 15px;
	font-weight: 600;
	background: #000;
	width: max-content;
	vertical-align: middle;
}

.progressiveTicker{
	color: #000;
	padding: 10px;
	padding-left: 30px;
	border-radius: 6px;
	background: #f02e25;
}

.homeSection{
	padding: 60px 0;
	background: #fff;
}


.mainSection{
	background: linear-gradient(#fff,#969696);
}

.homeBodySec{
	background: linear-gradient(#fff,#969696);
}

.stepBar{
	top: 45%;
	left: 49.5%;
	width: 71%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.testing{
	width: 100%;
	text-align: right;
	animation-duration: 2s;
	animation-delay: 2s;
	animation-iteration-count: infinite;
}

#clock{
	display: inline-block;
	vertical-align: middle;
}

.clockImg{
	height: 40px;
	display: inline-block;
}

#clockIcon{
	width: 40px;
	height: 100%;
	margin-right: 5px;
	display: inline-block;
}

#clockIcon svg{
	padding: 5px;
}

.serviceMeter{
	padding-right: 20px;
	padding-bottom: 8px;
	line-height: 1.5;
	font-size: 14px;
}

.serviceMeter h6{
	font-size: 14px;
	margin-bottom: 5px;
}

.serviceMeter span{
	color: #A5A5A5;
	font-size: 13px;
	margin-bottom: 5px;
}

.service{
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 22px;
	position: absolute;
}

.gameWrap{
	height: 235px;
	overflow: hidden;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
}

.gameWrapInner{
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	animation: animates 300ms linear infinite;
	animation-play-state: running;
}

.gameBox{
	width: 250px;
	margin-right: 20px;
	position: relative;
	align-items: center;
	background: #F2F2F2;
	display: inline-block;
}

.gameDescWrap{
	width: 100%;
	padding: 10px;
	display: inline-flex;
	position: relative;
}

.gameDesc{
	width: 70%;
	position: relative;
}

.gameDesc h6{
	font-size: 16px;
	padding-bottom: 0px;
}

.gameDesc span{
	color: #A5A5A5;
	font-size: 13px;
}

.gameCompany{
	width: 30%;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	position: relative;
}

.gameCompany img{
	width: 50px;
}

.vipdesc{
	color: #fff;
	width: 100%;
	display: block;
	font-size: 12px;
	padding: 10px;
	text-align: justify;
	background: #000;
}

.footerSection{
	color: #000;
	padding-top: 50px;
	padding-bottom: 40px;
	background: #000;
}

.footerSection h5{
	color: #f02e25;
	font-size: 22px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.footerSection h4{
	color: #f02e25;
	font-size: 18px;
}

.bestContainer h5{
	color: #333333;
	font-size: 22px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.bestContainer h4{
	color: #333333;
	font-size: 18px;
}

.desc{
	padding: 20px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	border-radius: 6px;
	text-align: justify;
}

.copyright{
	color: #999999;
	font-size: 13px;
	margin-top: 20px;
}

.copyright a{
	color: #999999;
}

.gameWrap-enter-active {
  -webkit-animation: enter 20s linear;
  animation: enter 20s linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

.gameWrap-leave-active {
  -webkit-animation: leave 20s linear;
  animation: leave 20s linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@-webkit-keyframes enter {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes leave {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }


.rewardBox{
	width: 100%;
	position: relative;
}

.rewardText{
	bottom: 0;
	height: 30%;
	width: 100%;
	position: absolute;
}

.rewardText h6{
	top: 50%;
	left: 50%;
	color: #fff;
	line-height: 1.5;
	font-size: 20px;
	position: absolute;
	text-align: center;
	transform: translate(-50%, -50%);
}

.footerImg{
	width: 100%;
	display: block;
}

.footerImg img{
	width: 90px;
	margin-right: 10px;
	margin-bottom: 20px;
	display: inline-block;
}

.footerCol h6{
	color: #f2d50c;
	font-size: 13px;
}

.footerSection ul{
	padding: 0;
	list-style: none;
	display: inline-block;
}

.footerSection ul li{
	color: #999999;
	font-size: 13px;
	line-height: 2.0;
	text-align: left;
	font-weight: 500;
}

.footerSection ul li a{
	color: #999999;
}

.footerSection ul li a:hover{
	color: #fff;
}

.footerSection .header{
	color: #f02e25;
	font-size: 18px;
	line-height: 2.0;
}

.promotionBox{
	width: 30%;
	float: left;
	overflow: hidden;
	position: relative;
	display: inline-block;
}

.promoTextDiv{
	color: #000;
	width: 70%;
	float: right;
	padding: 30px;
	position: relative;
	display: inline-block;
}

.promoTextDiv h1{
	color: #F90B0B;
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
}

.promoTextDiv h2{
	margin: 10px 0;
	font-size: 1.2rem;
	font-weight: 400;
}

.promotionUl{
	padding: 0;
	display: flex;
	margin: 0 auto;
	color: #F90B0B;
	font-weight: 500;
	width: max-content;
	margin-bottom: 30px;
}

.promotionUl li{
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	list-style: none;
	cursor: pointer;
	transition: all .5s;
	border-radius: 10px;
}

.promotionUl li:hover{
	color: #fff;
	background: #F90B0B;
}

.promotionUl .active{
	color: #fff;
	background: #F90B0B;
}

.btnMoreinfo{
	color: #fff;
	border: none;
	font-size: 13px;
	font-weight: 500;
	padding: 8px 15px;
	background: #F90B0B;
	border-radius: 5px;
	text-transform: uppercase;
}

.promoSec{
	background: #f8f8f8;
}

.gameinfoBox{
	line-height: 2;
	font-size: 13px;
	padding-top: 10px;
	background: #ffe000;
	padding-bottom: 10px;
}

.gameinfoBox input{
	width: 120px;
}

.gameinfoBox svg{
	font-size: 15px;
	margin-right: 3px;
}

.btnCopy{
	color: #F90B0B;
	border: none;
	background: transparent;
}

.launchCopy{
	color: #000;
	border: none;
	font-size: 12px;
	border-radius: 3px;
	background: linear-gradient(#fff,#969696);
}

.promotionWrap h5{
	color: #f02e25;
}

.homeCarousel{
	width: 100%;
	position: relative;
}

.homeBodySec{
	background: linear-gradient(#fff,#969696);
}

.tick{
	color: #00AB66;
	font-size: 20px;
}

.cross{
	color: #ec1c24;
	font-size: 20px;
}

ul.jackpotTicker{
	width: 100%;
	padding: 0px;
	margin-bottom: 0;
	list-style: none;
}

ul.jackpotTicker li{
	color: #000;
	height: 34px;
	font-size: 15px;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: 10px;
}

.progressiveBg{
	background: url('https://site.qqclubs.com/qqn/web/img/sportsbkbg.jpg');
}

.counter{
	color: #000;
	position: relative;
	display: inline-block;
}

.appstoreWrap{
	font-size: 15px;
	line-height: 1.7;
	padding-right: 50px;
	margin-top: auto;
	margin-bottom: auto;
}

.appstoreWrap h1{
	font-size: 35px;
}

.appstore{
	width: 150px;
	display: inline-block;
}

.appstore img{
	width: 100%;
	padding: 10px;
	background: #000;
	border-radius: 30px;
}

.appstore1{
	width: 200px;
	display: inline-block;
}

.appstore1 img{
	width: 100%;
	padding: 10px 20px;
	background: #000;
	border-radius: 15px;
}

.downloadRow{
	padding-top: 50px;
	padding-bottom: 40px;
}

.downloadSection{
	color: #fff;
	background-image: linear-gradient(#171717, #000);
}

.downloadRow2{
	padding-bottom: 50px;
}

.phone{
	height: 500px;
	display: block;
	margin: 0 auto;
}

.maintitle{
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
}

.maintitle h1{
	color: #f02e25;
	font-size: 25px;
}

.maintitle p{
	width: 70%;
	margin: 0 auto;
	display: block;
	line-height: 2;
}

.appDescWrap{
	color: #fff;
	height: 300px;
	padding: 20px;
	font-size: 15px;
	position: relative;
	text-align: center;
	border-radius: 10px;
	background: #000;
	-moz-box-shadow:    inset 0 0 10px #f9f6f6;
   	-webkit-box-shadow: inset 0 0 10px #f9f6f6;
   	box-shadow:         inset 0 0 10px #f9f6f6;
  	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  	
}

.appSquare{
	width: 60px;
	height: 60px;
	margin: auto;
	background: #000;
	position: relative;
	border-radius: 50%;
	box-shadow: 0rem 0px 1rem 4px #f02e25;
}

.appSquare svg{
	top: 50%;
	left: 50%;
	font-size: 18px;
	position: absolute;
	transform: translate(-50%, -50%);
}

.appDescInnerWrap1{
	font-size: 13px;
	height: 120px;
	display: block;
	padding-top: 30px;
	position: relative;
}

.appDescWrap h2{
	font-size: 17px;
}

.appDescInnerWrap2{
	font-size: 13px;
	line-height: 1.7;
}

.appDescInnerWrap2 p{
	text-align: justify;
}

.qrDiv{
	color: #fff;
	font-size: 13px;
	text-align: left;
	padding: 20px;
	margin-top: 20px;
	border-radius:5px;
	background: #000;
	border-radius: 6px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.qrDiv:hover{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.qrDiv span{
	font-size: 16px;
	font-weight: bold;
	margin-top: auto;
}

.qrDiv p{
	margin-top: 5px;
}

.headerWrap{
	width: 100%;
	position: relative;
	margin-left: auto;
}

.headerWrap a{
	color: #333333;
	cursor: pointer;
	font-size: 13px;
	display: inline;
	font-weight: 500;
	margin-right: 0px;
	vertical-align: initial;
}

.headerWrap a:hover{
	color: #fff;
}

.headerWrap input{
	color: #fff;
	height: 30px;
	border: unset;
	border: none;
	padding-left: 15px;
	border-radius: 5px;
	vertical-align: middle;
	background: #202020;
}

.headerWrap input::placeholder{
	color: #969696;
}

.headerIcon{
	height: 23px;
	margin-right: 20px;
	vertical-align: middle;
}

.langUL{
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.langUL li{
	display: inline-block;
}

.langUL img{
	width: 25px;
	margin-left: 10px;
	border-radius: 50px;
}

.btnLogin{
	color: #fff;
	width: 100px;
	height: 30px;
	border: none;
	margin-right: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	background-image: linear-gradient(#F90B0B, #6D0000);
}

.btnJoin{
	width: 100px;
	height: 30px;
	border: none;
	color: #E9372B;
	font-weight: bold;
	border-radius: 5px;
	text-transform: uppercase;
	background-image: linear-gradient(#fff, #969696);
}

.forgetSpan{
	color: #333333;
	font-size: 12px;
	font-weight: 500;
}

.registerDiv{
	color: #000;
	width: 80%;
	padding: 30px;
	margin: 0 auto;
	font-size: 12px;
	position: relative;
}

.registerDiv2{
	width: 90%;
	padding: 40px;
	margin: 0 auto;
	border: 1px solid #fff;
}

.registerDiv2 ul{
	margin: 0;
	padding-left: 20px;
	line-height: 1.8;
}

.registerDiv2 ol{
	margin: 0;
	line-height: 2;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 12px;
	
}

.registerDiv3{
	width: 65%;
	margin: 0 auto;
	position: relative;
}

.registerDiv3 .div{
	color: #F90B0B;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.registerDiv3 p{
	color: #F90B0B;
	font-size: 11px;
}

.registerDiv3 .line{
	width: 60%;
	height: 2px;
	margin: 0 auto;
	background: #F90B0B;
	margin-top: 45px;
}

.registerDiv3 .commonTxt{
  width: 100%;
  height: 30px;
  padding: 0 15px;
  font-size: 12px;
  border-radius: 5px;
  border: 1px solid #FCBBB9;
}

.error{
  color: #F90B0B;
  font-size: 11px;
  font-weight: 500;
  display: block;
}

.registerDiv3 .subtitle{
  color: #F90B0B;
  font-size: 12px;
  font-weight: 600;
}

.circle{
	top: -50%;
	z-index: 1;
	color: #fff;
	width: 35px;
	padding: 6px;
	height: 35px;
	display: block;
	margin-top: auto;
	margin-bottom: auto;
	border-radius: 50px;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	background: #000;
	position: absolute;
	transform: translateY(-50%);
}

.circle-active{
	color: #fff;
	background: #F90B0B;
}

.circle1{
	left: 15%;
}

.circle2{
	left: 45%;
}

.circle3{
	right: 15%;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
	width: 100%;
	font-size: 13px;
	margin-top: 40px;
	margin-bottom: 35px;
	position: relative;
	border-bottom: 2px solid #fff;
}

.input100 {
	font-size: 13px;
	color: #fff;
	line-height: 1.2;
	border: none;
	display: block;
	width: 100%;
	height: 52px;
	background: transparent;
	padding: 0 5px;
}

.input100:focus{
	outline: none;
}

.tooltip-inner{
	text-align: left;
	font-weight: bold;
	padding: 3px 12px;
	font-size: 10px !important;
}


/*---------------------------------------------*/ 
.focus-input100 {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}

.focus-input100::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	background: #f02e25;
}

.focus-input100::after {
	font-size: 18px;
	color: #f02e25;
	line-height: 1.2;
	font-size: 14px;
	font-weight: 500;
	content: attr(data-placeholder);
	display: block;
	width: 100%;
	position: absolute;
	top: 15px;
	left: 0px;
	padding-left: 5px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.input100:focus + .focus-input100::after {
	top: -20px;
	font-size: 12px;
}

.input100:focus + .focus-input100::before {
 	width: 100%;
}

.has-val.input100 + .focus-input100::after {
	top: -20px;
	font-size: 12px;
}

.has-val.input100 + .focus-input100::before {
 	width: 100%;
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
	position: relative;
}

/*
.alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	max-width: 70%;
	background-color: #fff;
	border: 1px solid #c80000;
	border-radius: 2px;
	padding: 4px 25px 4px 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0px;
	pointer-events: none;

	font-family: Poppins-Regular;
	color: #c80000;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;

	visibility: hidden;
	opacity: 0;

	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
*/

.alert-validate::after {
	content: url(../media/static/tick.jpeg);
	display: block;
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 5px;
}

.alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}

.alert-warn::after {
	content: url(../media/static/warning.png);
	display: block;
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 5px;
}

.alert-warn:hover:before {
	visibility: visible;
	opacity: 1;
}

.alert-false::after {
	content: url(../media/static/false.jpeg);
	display: block;
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 5px;
}

.alert-false:hover:before {
	visibility: visible;
	opacity: 1;
}

.btnJoin2 {
  margin: 0 auto;
  font-size: 13px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 35px;
  background-color: #F90B0B;
  border: none;
  border-radius: 10px;

  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btnJoin2:hover  {
  color: #fff;
  cursor: pointer;
  background-color: #333333;
}

.step1{
	margin-top: 60px;
}
.step2{
	margin-top: 60px;
}
.step3{
	margin-top: 60px;
}

.step2 a{
	margin-top: auto;
	margin-bottom: auto;
}

.step2 .fa-angle-left{
	color: #fff;
	font-size: 35px;
}

.step2 label{
	font-size: 15px;
	margin-bottom: 10px;
}

.step3{
	margin-top: 60px;
	margin-bottom: 60px;
}

.btnGonow{
	display: block;
	margin: 30px auto;
	width: max-content;
	padding: 10px 15px;
	background: #2a8fbd;
}

.combodate .day, .month, .year{
	height: 30px;
	margin-right: 5px;
	text-align: center;
	width: 75px !important;
}

.fixfooter{
	color: #fff;
	bottom: 0;
	padding: 0;
	z-index: 99;
	width: 100%;
	height: 40px;
	position: fixed;
	line-height: 40px;
}

.fix1{
	width: 70%;
	float: left;
	background-image: linear-gradient(#000428, #004e92);
}

.fixtime{
	width: 15%;
	float: left;
	display: block;
	text-align: center;
	position: relative;
	border-right: .1px solid #004e92;
}

.fixannounce{
	color: #fff;
	width: 85%;
	float: left;
	display: block;
}

.fix2{
	width: 30%;
	float: right;
}

.fix2 ul{
	width: 50%;
	padding: 0;
	margin: 0;
	float: left;
	color: #000 !important;
	line-height: 40px;
	list-style: none;
	display: inline-block;
	background-image: linear-gradient(#000428, #004e92);
}

.fix2 ul li{
	width: 25%;
	float: left;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-right: .1px solid #004e92;
}

.fix2 ul li a{ 
	color: #fff;
	width: 100%;
	display: block;
	font-size: 15px;
}

.fix2 ul li:hover a{ 
	color: #eab129;
}

#bttbtn.show{
	opacity: 1;
	display: block;
	visibility: visible;
}

#bttbtn{
	right: 0px;
	opacity: 0;
	z-index: 99;
	width: 40px;
	height: 40px;
	color: #182f25;
	position: fixed;
	cursor: pointer;
	line-height: 40px;
	text-align: center;
	background: #eab129;
	display: inline-block;
	transition: background-color .3s,opacity .5s,visibility .5s;
}

.cassuite {
	width: 100%;
    margin: 0;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.cassuite .casname {
	color: #fff;
    width: 50%;
    text-align: center;
    display: block;
    margin: 0 0 10px;
    padding: 80px 0 0;
    position: absolute;
    z-index: 2;
    left: 0;
    height: 100%;
    transition: all .3s;
}

.cassuite:hover .casname {
    padding: 65px 0 0;
}

.cassuite img {
	top: 0;
    right: 0;
    z-index: 0;
	width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
    position: absolute;
    transform: scale(1);
	-webkit-transform: scale(1);
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
}

.cassuite:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);	
}

.cassuite .casname h3 {
    font-size: 4.5em;
    margin: 0;
    width: 100%;
    text-align: center;
    line-height: 100%;
    opacity: 1;
}

.cassuite .casname span.suite {
    font-size: 1em;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.cassuite .casname span.provname {
    font-size: 1em;
    margin: 15px 0 0;
    padding: 0;
    width: 100%;
    font-weight: 500;
    display: block;
    text-align: center;
    opacity: 1;
    transition: all .3s;
}

.cassuite:hover .casname span.provname {
    opacity: 0;
}

.cassuite .cassuitehvr {
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    outline: 1px solid transparent;
    transition: all .3s;
}

.cassuite:hover .cassuitehvr {
    opacity: 1;
    background: rgba(0, 0, 0, .75);
    outline: 1px solid rgba(255, 255, 255, .15);
    outline-offset: -10px;
}

.cassuite .cassuitehvr .playbtnhvr {
	color: #000;
	font-weight: 500;
	text-align: center;
	background: #E9372B;
    position: absolute;
    line-height: 30px;
    height: 30px;
    right: 10px;
    top: 85px;
    width: 30%;
    opacity: 0;
    transition: all .3s;
}

.playbtnhvr:hover{
	color: #fff !important;
	font-size: 13px;
	background: #f02e25 !important;
	box-shadow: 0rem 0px 3rem 0px #E9372B;
}

.cassuite:hover .cassuitehvr .playbtnhvr {
    right: 70px;
    opacity: 1;
}

.livechat{
	width: 40%;
	float: left;
	text-align: center;
	background: #eab129;
}

.livechat a{
	color: #000;
	width: 100%;
	display: block;
	color: #182f25;
	font-weight: 700;
	line-height: 40px;
	transition: all .3s ease;

}

.livechat svg{
	margin: 0 10px 0 0;
	animation: vertical 2s ease infinite;
	-webkit-animation: vertical 2s ease infinite;
}

.marqueeWrap{
	width: 80%;
	display: flex;
	padding: 15px;
	margin-left: auto;
	border-radius: 6px;
	background: #202020;
}

.newsWord{
	color: #fff;
}

.announceWrap{
	width: 18%;
	color: #f02e25;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.marquee{
	width: 82%;
	color: #fff;
	font-weight: 500;
	overflow: hidden;
	font-weight: 700;
	margin-top: auto;
	margin-left: auto;
	margin-bottom: auto;
}

#loading{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	position: absolute;
	background: #FBFBFB;
	transition: all .3s ease;
}

#loading img{
	top: 50%;
	margin: auto;
	width: 150px;
	display: block;
	position: relative;
	transform: translateY(-50%);
}

#loading2{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  position: absolute;
  background: #FBFBFB;
  border-radius: 10px;
  transition: all .3s ease;
}

#loading2 img{
  top: 50%;
  margin: auto;
  width: 50px;
  display: block;
  position: relative;
  transform: translateY(-50%);
}

.mainwallet{
	color: #fff;
	width: 100%;
	padding: 30px;
	overflow-y: auto;
	margin-top: 30px;
	max-height: 700px;
	background: #F0F0F0;
	margin-bottom: 30px;
	border-radius: 15px;
	box-shadow: 0rem 0px 1rem 0px #fff;
}

.mainwalletHead{
	color: #F90B0B;
	padding: 15px;
	font-size: 20px;
	background: #fff;
	text-align: center;
	border-radius: 15px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.mainwalletHead:hover{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.mainwalletGame{
	padding: 15px;
	color: #F90B0B;
	background: #fff;
	height: max-content;
	position: relative;
	margin-bottom: 15px;
	border-radius: 15px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.mainwalletGame:hover{
	box-shadow: 0rem 0px 1rem 0px #fff;
}

.mainwalletGameCol1{
	display: flex;
	min-height: 60px;
	position: relative;
}

.mainwalletGame .allin{
	color: #fff;
	margin-left: 5px;
	display: inline-block;
	padding: 5px 10px;
	background: #E9372B;
}

.mainwalletGame .allin:hover{
	color: #000;
}

.mainwalletGame .allout{
	color: #E9372B;
	background: #F0F0F0;
	margin-left: 5px;
	padding: 5px 10px;
	display: inline-block;
}

.mainwalletGame .allout:hover{
	color: #fff;
}

.dots{
	top: 50%;
	left: 50%;
	width: 60px;
	height: auto;
	position: absolute;
	transform: translate(-50%, -50%);
}

.sync{
	cursor: pointer;
	font-size: 13px;
	vertical-align: middle;
}

.sync svg{
	color: #f02e25;
}

.sync svg:hover{
	color: #fff;
}

.restoreall{
	color: #fff;
	font-size: 10px;
	padding: 5px 10px;
	background: #E9372B;
	display: inline-block;
	vertical-align: middle;
}

.restoreall:hover{
	color: #000;
}

.transfer{
	color: #F90B0B;
	width: 100%;
	padding: 30px;
	margin-top: 30px;
	min-height: 400px;
	position: relative;
	background: #F0F0F0;
	margin-bottom: 30px;
	border-radius: 15px;
	box-shadow: 0rem 0px 1rem 0px #fff;
}

.transferBody{
	position: relative;
	padding: 0px 25px;
}

.transferBody h2{
	color: #000;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}

.transferCol{
	display: inline-block;
	vertical-align: middle;
}

.transferCol select{
	border-radius: 0;
}

.transferLottie{
	width: 130px;
	padding: 20px;
	display: inline-block;
	vertical-align: middle;
}

.historyLottie{
	width: 150px;
	display: inline-block;
	vertical-align: middle;
}

.inputAmount{
	color: #F90B0B;
	width: 220px;
	height: 40px;
	border: none;
	font-size: 13px;
	padding: 8px 15px;
	background: #fff;
}

/* Select Style */
.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}

.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #fff;
	width: 220px;
	height: 40px;
}

.select-styled {
	width: 220px;
	font-size: 13px;
	color: #000;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #D2D2D2;
	padding: 8px 15px;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.select-styled:after {
	content: "";
	width: 0;
	height: 0;
	border: 7px solid #fff;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 16px;
	right: 10px;
}

.select-styled:active, .select-styled.active {	
	background-color: #D2D2D2;
}
.select-styled:active:after, .select-styled.active:after {
	top: 9px;
	border-color: transparent transparent #000 transparent;
}

.select-options {
	color: #000;
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-y: auto;
	max-height: 200px;
	background-color: #D2D2D2;
}
.select-options li {
	margin: 0;
	font-size: 13px;
	padding: 12px 0;
	text-indent: 15px;
	border-top: 1px solid #F90B0B;
	transition: all .2s;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.select-options li:hover {
	color: #fff;
	font-size: 14px;
	background: #F90B0B;
}
.select-options li[rel="hide"] {
	display: none;
}

.btnAll{
	width: 60px;
	height: 40px;
	color: #F90B0B;
	margin-left: 15px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	background: #fff;
	border: 1px solid #fff;
}

.btnAll:hover{
	color: #fff !important;
	background: #F90B0B;
	border: 1px solid #F90B0B;
}

.btnAll:active{
	color: #fff;
	border-color: #000;
}

.btnSubmit{
	width: 180px;
	height: 40px;
	color: #fff;
	border-radius: 5px;
	font-size: 13px;
	border: none;
	font-weight: bold;
	cursor: pointer;
	background: #57b846;
	box-shadow: 0 10px 30px 0px rgba(87, 184, 70, 0.5);
	-moz-box-shadow: 0 10px 30px 0px rgba(87, 184, 70, 0.5);
	-webkit-box-shadow: 0 10px 30px 0px rgba(87, 184, 70, 0.5);
	-o-box-shadow: 0 10px 30px 0px rgba(87, 184, 70, 0.5);
	-ms-box-shadow: 0 10px 30px 0px rgba(87, 184, 70, 0.5);

	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.btnSubmit:hover{
	background-color: #333333;
	box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
	-webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
	-o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
	-ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
}

/* HIDE RADIO */
[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img + span{
  cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img{
  -webkit-box-shadow: 0px 0px 5px 2px rgb(244 10 11);
  -moz-box-shadow: 0px 0px 5px 2px rgb(244, 10, 11);
  box-shadow: 0px 0px 5px 2px rgb(244, 10, 11);
  background: #fff;
  border: 2px solid #F90B0B;
  font-weight: bold;
}

input[type="radio"]:checked+img+span {
  font-weight: 600;
}


input[type="radio"]:checked+label {
  color: #fff;
  background-color: #F90B0B;
}


/* Deposit */
.depositOptionsImg{
	width: 115px;
	padding: 5px 10px;
	margin-right: 10px;
	box-shadow: 0px 0px 5px 0px rgb(199, 199, 199);
	-webkit-box-shadow: 0px 0px 5px 0px rgb(199, 199, 199);
	-moz-box-shadow: 0px 0px 5px 0px rgb(199, 199, 199);
}

.depositOptionsLabel{
  width: 110px;
  height: 35px;
  color: #F90B0B;
  font-weight: 600;
  margin-right: 5px;
  background: #fff;
  line-height: 35px;
  text-align: center;
  border-radius: 15px;
}

.depositOptionsLabel1{
  width: 160px;
  height: 35px;
  color: #F90B0B;
  cursor: pointer;
  font-weight: 600;
  margin-right: 5px;
  background: #fff;
  line-height: 35px;
  text-align: center;
  border-radius: 15px;
}

.depositForm label{
	cursor: pointer;
}

.bankImgTable td{
	width: max-content;
	height: 70px;
	padding: 15px;
}

.bankImg{
	width: auto;
	height: 40px;
	margin-right: 10px;
	box-shadow: 0px 0px 5px 0px rgb(199, 199, 199);
	-webkit-box-shadow: 0px 0px 5px 0px rgb(199, 199, 199);
	-moz-box-shadow: 0px 0px 5px 0px rgb(199, 199, 199);
}

.quickAmount{
	width: 60px;
	height: 40px;
	color: #000;
	margin-right: 15px;
	border: .5px solid #ccc;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	vertical-align: middle;
	background: rgb(248, 248, 248);
}

.quickAmount:active{
	border-color: #000;
}

.alterIcon{
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	margin-right: 5px;
}

.alterIcon svg{
	color: #F90B0B;
	font-size: 1.5rem;
	vertical-align: middle;
}

.phoneverify{
	color: #fff;
	cursor: pointer;
}

.phoneverify:hover{
	color: #f02e25 !important;
}

.tranDateOpt{
	width: 100px;
	height: 35px;
	color: #F90B0B;
	margin-bottom: 0px;
	border: .5px solid #ccc;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	vertical-align: middle;
	background: #fff;
	text-align: center;
	line-height: 35px;
	background: #fff;
}

.tranDateOpt:hover{
	color: #fff;
	background: #F90B0B;
}

.tranDateDiv{
	position: relative;
	margin-right: 15px;
	display: inline-block;
}

.tranDateRadio{
	opacity: 0;
	width: 100%;
	height: 100%;
	margin-right: 15px;
	cursor: pointer;
	position: absolute;
}

.tranDateRadio:hover{
	color: #000;
	background: #fff;
}

.tranDateRadio:checked+.tranDateOpt{
	color: #fff;
	background: #F90B0B;
}

#tranTableDiv{
	overflow-y: auto;
	max-height: 500px;
	margin-bottom: 20px;
}

.tranTable {
	width: 100%;
	border-collapse: collapse;
}

.tranTable td, .tranTable th {
	padding: 8px;
}

.tranTable tr:nth-child(even){
	color: #000;
	background-color: #EAEAEA;
}

.tranTable tr:hover {
	color: #fff;
	background: #F90B0B;
}

.tranTable th {
	top: 0;
	position: sticky;
	color: #000;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	border: none !important;
	background: #F0F0F0;
}

.news{
	width: 100%;
	color: #333333;
	height: 350px;
	overflow-y: auto;
	margin-left: auto;
}

.btnRead{
	color: #F90B0B !important;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	text-transform: uppercase;
}

.btnRead:hover{
	color: #000;
}

.news h2{	
	color: #E9372B;
	font-size: 15px;
}

.news img{
	width: 100%;
}

.delay-1{
	animation-delay: 0.2s;
}
.delay-2{
	animation-delay: 0.4s;
}
.delay-3{
	animation-delay: 0.6s;
}
.delay-4{
	animation-delay: 0.8s;
}
.delay-5{
	animation-delay: 1s;
}
.delay-6{
	animation-delay: 1.2s;
}
.delay-7{
	animation-delay: 1.4s;
}

.promotionsTable td{
	width: max-content;
	height: 70px;
	padding: 15px;
}

.promotionsImg{
	width: auto;
	height: 40px;
	margin-right: 10px;
	box-shadow: 0px 0px 5px 0px rgb(199, 199, 199);
	-webkit-box-shadow: 0px 0px 5px 0px rgb(199, 199, 199);
	-moz-box-shadow: 0px 0px 5px 0px rgb(199, 199, 199);
}

.betnowAHref{
	margin: 0 auto;
	display: block;
	cursor: pointer;
	position: relative;
	width: max-content;
}

.betnowAHref img{
	width: 250px;
	transition: all .5s;
}

.betnowAHref:hover img{
	filter: brightness(1.5);
}

.betnowWording{
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	position: absolute;
	text-transform: uppercase;
	white-space: break-spaces;
	transform: translate(-50%, -50%);
}

.btnPayout{
	color: #fff;
	width: 300px;
	height: 80px;
	border: unset;
	margin: 0 auto;
	display: block;
	font-size: 2rem;
	font-weight: 500;
	margin-top: 30px;
	border-radius: 10px;
	box-shadow: 0rem 0px 1rem 0px #E9372B;
	background: linear-gradient(#F90B0B, #6D0000);
}

.payoutTable{
	width: 500px;
	margin: 0 auto;
	font-size: 12px;
	background:#fff;
	white-space: pre;
	text-align: center;
	table-layout: fixed;
	border-collapse: collapse;
}

.payoutTable tr{
	height: 25px;
}

.payoutTable tr:first-child{
	color: #DBBD15;
	background: #000;
	font-weight: bold;
	font-size: 15px;
	height: 35px;
}

.payoutTable td{
	color: #000;
	border: 1px solid #DBBD15;
}

.drawDateSpan{
	margin-right: 20px;
	font-size: 15px;
}

.drawResultDiv{
	color: #fff;
	width: 1000px;
	padding: 20px;
	margin: 100px auto;
	text-align: center;
	border-radius: 10px;
	background: linear-gradient(#980000, #4C0000);
}

#drawresult{
    clear:both;
}
 #drawresult ul {
    margin:0px;
    padding:0px;
    list-style:none;
}
 #drawresult ul > li {
    display:-moz-inline-stack;
    display:inline-block;
    width:200px;
    margin:10px;
    padding:10px;
    text-align:center;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
 #drawresult ul > li table {
     width:100%;
}
 #drawresult ul > li table caption {
    font-size: 14px;
	text-transform: uppercase;
    padding:5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align:left;
	caption-side: top;
	font-weight: bold;
}
 #drawresult ul > li table caption div { 
    font-size: 10px;
} 
 #drawresult ul > #M table caption {	
    background:url("../media/static/magnum.png") #DDDDDD 10px 10px no-repeat;
    padding-left:60px;
    background-size: 20%;
}
 #drawresult ul > #P table caption {
    background:url("../media/static/damacai.png") #DDDDDD 10px 10px no-repeat;
    padding-left:60px;
    background-size: 20%;
}
 #drawresult ul > #T table caption {
    background:url("../media/static/toto.png") #DDDDDD 10px 5px no-repeat;
    padding-left:60px;
    background-size: 20%;
}
 #drawresult ul > #S table caption {
    background:url("../media/static/singaporepools.png") #DDDDDD 10px 5px no-repeat;
    padding-left:60px;
    background-size: 20%;
}
 #drawresult ul > #K table caption {
    background:url("../media/static/stc.png") #DDDDDD 10px 12px no-repeat;
    padding-left:60px;
    background-size: 20%;
}
 #drawresult ul > #W table caption {
    background:url("../media/static/cash.png") #DDDDDD 10px 5px no-repeat;
    padding-left:60px;
    background-size: 20%;
}
 #drawresult ul > #B table caption {
	background:url("../media/static/88.png") #DDDDDD 10px 6px no-repeat;
    padding-left:60px;
    background-size: 20%;
}
 #drawresult ul > #N table caption {
	background:url("../media/static/perdana.png") #DDDDDD 10px 5px no-repeat;
    padding-left:60px;
    background-size: 20%;
}
 #drawresult ul > #L table caption {
	background:url("../media/static/luckyhari2.png") #DDDDDD 10px 5px no-repeat;
    padding-left:60px;
    background-size: 20%;
}
 #drawresult ul > #H table caption {
	background:url("../media/static/gdlotto.png") #DDDDDD 10px 5px no-repeat;
    padding-left:60px;
    background-size: 20%;
}

 #drawresult ul > li table tr td {
    padding:10px 5px;
}
 #drawresult ul > li table tr:first-child td{
    border:0px;
}
 #drawresult ul > li ol {
    margin:0px;
    padding:0px;
    list-style:none;
	text-align: center;
}
 #drawresult ul > li ol li {
    display:inline;
}
 #drawresult ul > li ol.abc li {
    padding:0px 10px;
    font-weight:bold;
	font-size: 13px;
}
 #drawresult ul > li ol.p li {
    padding:0px 3px;
	font-size: 13px;
	display: inline-block;
	width: 35px;
}
 #drawresult ul > li ol.c li {
    padding:0px 3px;
	font-size: 13px;
}

/***4d***/
.f4d-date-selector{
	background-color: #FFFFFF;
	border: solid 4px #FFFFFF;
}

.r4dLimitorWord{
	color: #fff;
}

.result4dFrame{
	background: linear-gradient(#ec1c24, #811117);
	-webkit-box-shadow: 0px 0px 5px 4px rgba(51,41,51,1);
	-moz-box-shadow: 0px 0px 5px 4px rgba(51,41,51,1);
	box-shadow: 0px 0px 5px 4px rgba(51,41,51,1);
}

#drawresult ul > li {
	background:#efefef;
	border:1px solid #B2B2B2;
}

#drawresult ul > li table caption {
	color:#333333;
}

#drawresult ul > li table tr td {
	color:#333333;
	border-top:1px solid #888888;
}

.lotterySection{
	padding: 60px 0;
}

.lotteryTable{
	background-color: transparent;
}

.lotteryHeader{
	color: #fff;
	background: linear-gradient(#ec1c24, #811117);
}

.lotteryTable table tr td{
	color: #000000;
}

.lotteryTable td, th{
	border: 1px solid #794444;
}

.modal-dialog{
	max-width: 600px;
}

.commonModal{
	width: auto;
	color: #fff;
	margin: 0 auto;
	max-height: 800px;
	overflow-y: auto;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0rem 0px 1rem 0px #E9372B;
	background: linear-gradient(#980000, #4C0000);
}

.modalLogoWrap{
	width: 100%;
	text-align: center;
}

.modalLogoWrap img{
	width: 150px;
}

.close{
	color: #fff;
	opacity: 1;
}

.vipSection{
	padding: 60px 0px;
	background: linear-gradient(#4C0000, #F90B0B);
}

.vipSection2{
	padding-bottom: 60px;
	background: #F90B0B;
}

.vipTierLogo{
	padding-bottom: 50px;
}

.vipTierLogo img{
	width: 132px;
}

.vipTierDescWrap{
	color: #fff;
	height: 72px;
	display: block;
	position: relative;
	text-transform: uppercase;
}

.vipTierDescWrap span{
	display: block;
}

.vipTierDesc1{
	left: 0%;
	position: absolute;
	width: max-content;
	text-align: center;
	display: inline-block;
}

.vipTierDesc2{
	left: 25%;
	position: absolute;
	width: max-content;
	text-align: center;
	display: inline-block;
}

.vipTierDesc3{
	left: 50%;
	position: absolute;
	width: max-content;
	text-align: center;
	display: inline-block;
}

.vipTierDesc4{
	right: 0%;
	position: absolute;
	width: max-content;
	text-align: center;
	display: inline-block;
}

.vipFrame{
	width: 250px;
	display: block;
	margin: 0 auto;
	position: relative;
}

.vipLevel{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.vipProgressBar{
	left: 2%;
	top: 28%;
	height: 50%;
	position: absolute;
	border-radius: 30px;
	background: linear-gradient(to right, #F2C86C, #E99C00, #F2C86C);
}

.vipProgressBarBorder{
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
}

.vipStatusTable{
	width: 100%;
	color: #fff;
	border: none;
	font-size: 13px;
	font-weight: 500;
	table-layout: auto;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.vipLabelWrap{
	cursor: pointer;
	width: max-content;
	position: relative;
	margin-left: auto;
}

.vipLabel{
	height: 70px;
}

.vipLabelWord{
	top: 60%;
	left: 45%;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	text-align: center;
	transform: translate(-50%, -50%);
}

.vipTable{
	width: 100%;
	text-align: left;
	table-layout: auto;
}

.vipTable td{
	vertical-align: top;
	padding-bottom: 15px;
}

.launchGameTable{
	width: 100%;
	font-size: 14px;
	text-align: left;
	table-layout: auto;
}

.launchGameTable td{
	vertical-align: middle;
	padding-bottom: 15px;
}

.vipPrivilegesWrap{
	margin: 0 auto;
	width: max-content;
	position: relative;
}

.vipPrivilegesTable{
	width: 100%;
	border: none;
	margin: 0 auto;
	font-size: 14px;
	margin-top: 100px;
	table-layout: auto;
	text-align: center;
}

.vipPrivilegesTable td{
	vertical-align: middle;
}

.vipPrivilegesTable{
	color: #fff;
}

.vipSelectedImg{
	width: 140px;
	height: 100%;
	position: absolute;
}

.vipOpacity{
	background-color: rgb(255 255 255 / 20%);
}

.vipTierWrap{
	margin: 0 auto;
	font-size: 18px;
	text-align: right;
	font-weight: bold;
	position: relative;
	width: max-content;
	text-transform: uppercase;
}

.vipTierLabel-1{
	top: 65%;
	right: 15%;
	position: absolute;
	white-space: pre-wrap;
	transform: translate(0%, -50%);
}

.vipTierLabel-2{
	top: 55%;
	right: 12%;
	position: absolute;
	white-space: pre-wrap;
	transform: translate(0%, -50%);
}

.vipTierLabel-3{
	top: 60%;
	right: 8%;
	position: absolute;
	white-space: pre-wrap;
	transform: translate(0%, -50%);
}

.vipTierLabel-4{
	top: 55%;
	right: 13%;
	position: absolute;
	white-space: pre-wrap;
	transform: translate(0%, -50%);
}

.vipTierLabel-5{
	top: 55%;
	right: 13%;
	position: absolute;
	white-space: pre-wrap;
	transform: translate(0%, -50%);
}

.vipTierLabel-6{
	top: 55%;
	right: 13%;
	position: absolute;
	white-space: pre-wrap;
	transform: translate(0%, -50%);
}

.vipTierLabel-7{
	top: 55%;
	right: 13%;
	position: absolute;
	white-space: pre-wrap;
	transform: translate(0%, -50%);
}

.vipTierLabelImg{
	height: 150px;
	display: block;
}

.vipLogo{
	width: 280px;
}

.vipSelected{
	position: absolute;
}

.infoDiv{
	color: #fff;
	width: 900px;
	height: 500px;
	display: flex;
	margin: 0 auto;
	border-radius: 10px;
}

.infoUl{
	width: 20%;
	padding: 10px;
	margin: 0;
	list-style: none;
}

.infoUl li{
	font-size: 15px;
	font-weight: 300;
	cursor: pointer;
	text-align: center;
	background: #969696;
}

.infoUl li .selected{
	color: #E9372B;
	background: linear-gradient(#980000,#4C0000);
}

.infoUl li a{
	width: 100%;
	padding: 40px 30px;
	display: block;
	font-size: 13px;
}

.infoUl li:hover{
	color: #E9372B;
	background: linear-gradient(#980000,#4C0000);
}

.infoContent{
	width: 80%;
	height: 100%;
	padding: 10px;
}

.infoWrap{
	height: 100%;
	overflow-y: auto;
	background: linear-gradient(#980000,#4C0000);
}

.infoBannerDiv{
	width: 100%;
	position: relative;
}

.infoBanner{
	width: 100%;
}

.infoWord{
	top: 50%;
	left: 18%;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	position: absolute;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px #fff;
	transform: translate(-50%, -50%);
}

.homeDownloadSec{
	color: #fff;
	margin: 50px 0;
	padding: 20px 0;
	box-shadow: 0rem 5px 1rem 0px #F90B0B;
	background: linear-gradient(#E9372B, #FF5555, #E9372B);
}

.homeDownloadSec .caption{
	display: block;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.homeDownloadSec .caption2{
	display: block;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.phoneImg{
	width: 100%;
	bottom: -30px;
	margin-right: 0;
	position: relative;
}

/***Notification***/
.notification{
	position: relative;
	margin-right: 20px;
}

.notification .badge {
  top: -5px;
  right: 8px;
  font-size: 10px;
  padding: 3px 6px;
  border-radius: 50%;
  position: absolute;
  background: #F90B0B;
  color: #fff;
}

.notificationDivItem{
	color: #fff;
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	text-align: left;
	border-radius: 5px;
	box-shadow: 0rem 5px 1rem 0px #F90B0B;
	background: linear-gradient(#E9372B, #FF5555, #E9372B);
}

.notificationDivItem:hover{
	color: #fff;
}

.notificationDiv{
	color: #fff;
	width: 350px;
	padding: 10px;
	margin-top: 10px;
	overflow-x: unset;
	overflow-y: auto;
	border-radius: 5px;
	max-height: 350px;
	max-width: 350px;
	background: #fff;
}

.notificationDiv .logo{
	width: 80%;
	margin: auto;
}

.notificationDiv .notiNew{
	padding: 2px;
	font-size: 8px;
	background: red;
	font-weight: bold;
	border-radius: 5px;
	display: inline-block;
	text-transform: uppercase;
	vertical-align: middle;
}

.notificationDiv .notiDate{
	display: inline-block;
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.notificationDiv .notiTitle{
	display: block;
	font-size: 12px;
	padding-bottom: 5px;
	font-weight: bold;
}

.notificationDiv .notiText{
	display: block;
	font-size: 12px;
	white-space: normal;
	word-break: break-all;
	padding-bottom: 10px;
}

.btnChangePassword{
  display: block;
  width: max-content;
  margin-top: 10px;
  color: #fff !important;
  padding: 10px 20px;
  background: #F90B0B;
  cursor: pointer;
  border-radius: 5px;
}

.activitiesDiv{
	line-height: 20px;
	min-height: 80px;
	font-size: 11px;
	color: #F90B0B;
	width: 150px;
	max-height: 200px;
	padding: 10px;
	margin-top: 10px;
	overflow-x: unset;
	overflow-y: auto;
	border-radius: 5px;
	background: #fff;
	font-weight: bold;
}

.infoContentWrap{
  font-size: 12px;
  padding: 10px;
}

.infoContentWrap .title{
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
  margin-left: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.infoContentWrap ol{
  padding-left: 25px;
}

.page-item.active .page-link{
  border-color: #F90B0B;
  background-color: #F90B0B;
}

.page-link{
  color: #F90B0B;
}


@-webkit-keyframes vertical {
    0% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px)
    }
    4% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px)
    }
    8% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px)
    }
    12% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px)
    }
    16% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px)
    }
    20% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px)
    }
    100%,
    22% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes vertical {
    0% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px)
    }
    4% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px)
    }
    8% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px)
    }
    12% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px)
    }
    16% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px)
    }
    20% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px)
    }
    100%,
    22% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}


@media only screen and (max-width: 991px) {
	.fix1{
		width: 50%;
	}

	.fix2{
		width: 50%;
	}
}



