@font-face{
	font-family: 'Arial';
	src: url('../fonts/arial.ttf') format('opentype');
}

@font-face{
	font-family: 'Arial-Black';
	src: url('../fonts/arial-black.ttf') format('opentype');
}

@font-face{
	font-family: 'Casino';
	src: url('../fonts/American-Captain.ttf') format('opentype');
}

@font-face{
	font-family: 'Black-Caps';
	src: url('../fonts/BlackCaps.ttf') format('opentype');
}

html, body {
	font-family: 'Arial';
	background-size: cover;
	background-position: top center;
	margin: 0px;
	padding: 0px;
	max-width: 100%;
	width: 100%;
	max-height: max-content;
	height: auto;
	overflow-x: hidden;
}

.gtelcoList{
	line-height: 2.5;
	padding-left: 15px;
	padding-top: 10px;
}

.slick-list{
	width: 100%;
}

.slick-slide{
	height: max-content !important;
}

.slick-slider{
	height: max-content !important;
}

.homeCarousel img{
	width: 100%;
}

.howtoTitle{
	color: gold;
	padding: 15px 0;
	font-weight: bold;
	font-size: 1.25rem;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

.btn-toolbar{
	height: 100%;
}

.ebanking{
	margin-left: 30px;
}

.bankImg{
	width: auto;
	height: auto;
	max-width: 150px;
}

/* HIDE RADIO */
[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img{
	-webkit-box-shadow: 0px 0px 20px 5px rgba(255,255,255,1) !important;
	-moz-box-shadow: 0px 0px 20px 5px rgba(255,255,255,1) !important;
	box-shadow: 0px 0px 20px 5px rgba(255,255,255,1) !important;
	border-radius: 10px;
	background: linear-gradient(#fafafa, #a1a1a1, #fafafa);
}

#paymentBy [type=radio]:checked + span{
	color: gold;
}

.packageIcon img{
	width: 40px;
	height: 40px;
}

.backLink{
	float: right;
	text-transform: capitalize;
}


label{
	margin-bottom: 0;
}

.btn-group{
	margin: 0 auto;
}

.container{
	max-width: 1920px !important;
}

/***Limitor***/
.limitorContainer{
	margin-left: 8%;
	margin-right: 8%;
}

/***Header***/
.headContainer{
	position: relative;
	max-width: 100%;
	width: 100%;
	z-index: 200;
}

.headerNav{
	font-size: 14px;
	display: inline-block;
	margin-top: 4%;
	vertical-align: middle;
}

.headerSeparator{
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}

.navbar-dark .navbar-nav .nav-link{
	font-size: 14px;
}

.nav-item{
	cursor: pointer;
	margin-top: auto;
	margin-bottom: auto;
}

.headerButton{
	margin-top: 3.5%;
	font-size: 14px;
	padding-left: 30px;
}

.lang img{
	width: 25px;
}

.navMainLogo{
	width: 100px;
}

.dropdown-menu{
	min-width: auto;
	text-align: center;
}

.navheader{
	padding: unset;
	position: relative;
	min-height: 72px;
	height: 90px;
	width: 100%;
}

.mainLogo{
	display: none;
}

.mainLogo.scrolled{
	display: block;
	width: 130px;
}

.navheader.scrolled {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	transition: background-color 500ms linear;
	-webkit-transition: background-color 500ms linear;
}

.loginContainer{
	max-width: 100%;
	padding-left: 8%;
	padding-right: 8%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding-top: 15px;
	height: 120px;
	padding-bottom: 5px;
	position: relative;
	z-index: 100;
}

.nav-link{
	text-align: center;
	padding: unset;
	display: inline-block;
	padding-left: 10px;
}

.nav-link img{
	display: block;
	padding-bottom: 3px;
	margin: 0 auto;
	width: 50px;
	height: 35px;
}

.navbar-nav.scrolled{
	margin-right: auto;
}

.loginFooter{
	width: 100%;
}

.navbar-brand{
	margin-left: 1rem;
}

/***Logos***/
.logos{
	max-height: max-content;
	height: auto;
	max-width: 100%;
	width: 100%;
	padding: unset;
	margin: unset;
}

.logos img{
	width: 80%;
}

.logosIcon{
	width: auto;
	height: auto;
	padding-top: 10px;
}

.logoContainer{
	margin: unset;
	max-width: 100%;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 25px;
}

.wording{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 0px;
}

.poweredByIcon{
	padding: 0px;
}

.poweredBy .row{
	width: 95%;
}

.certifiedByIcon{
	padding: 0px;
}

.certifiedBy .row{
	width: 95%;
}

/***Footer***/
section {
    padding: 35px 0;
}

section .section-title {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.list-unstyled{
	margin-bottom: unset;
}

#footer h5{
	padding-left: 10px;
    padding-bottom: 6px;
    margin-bottom: 20px;
}
#footer a {
    text-decoration: none !important;
    background-color: transparent;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

.footerContainer{
	padding: unset;
	margin: unset;
}

.footerLogo{
	width: 210px;
	height: auto;
}

.copyright{
	font-size: 12px;
}

/***OnscreenLeft***/
.downloadBar{
	position: fixed;
	left: -153;
	top: 23%;
	width: 215px;
	height: 280px;
	z-index: 300;
	-webkit-transition-duration: .4s; /* Safari */
	transition-duration: .4s;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.downloadBar:hover{
	left: -1;
}

.downloadBarTitle{
	width: 30%;
	height: 100%;
	display: inline-block;
	position: relative;
	float: right;
}

.downloadtext{
	font-size: 25px;
	font-weight: bolder;
	-webkit-transform: rotate(-90deg);
	position: absolute;
	top: 40%;
	right: -65%;
}

.downloadContent{
	width: 70%;
	height: 100%;
	display: inline-block;
}

.downloadIcon{
	height: 50%;
	text-align: center;
}

.downloadIcon i{
	font-size: 80px;
	margin-top: 20px;
}
/***OnscreenRight***/
.hide {
  display: none;
}
.head-nav li:before {
  position: absolute;
  right: -0.925rem;
  top: 0;
  width: 0.925rem;
  height: 100%;
  content: "";
  z-index: 1;
  transition: background 400ms;
  -webkit-transition: background 400ms;
}
.head-nav ul {
  margin-top: 1rem;
  margin-right: 0;
  margin-bottom: 0rem;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.head-nav li {
  position: relative;
  clear: both;
  width: 100%;
  padding: 0;
  transition: background 400ms;
  -webkit-transition: background 400ms;
}
.head-nav li a {
  display: flex;
  padding-top: 1.2vh;
  padding-bottom: 1.2vh;
}
.head-nav a {
  align-items: center;
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  transition: color 400ms;
  -webkit-transition: color 400ms;
}
.head-nav a span {
  position: relative;
  display: block;
  z-index: 0;
  font-family: Arial;
  font-size: 13px;
  text-indent: -1em;
  white-space: nowrap;
  transition: text-indent 400ms ease-in-out;
  -webkit-transition: text-indent 400ms ease-in-out;
}

.head-nav i{
	position: relative;
	padding-left: 22px;
	min-width: 80px;
	max-width: 80px;
	max-height: 30px;
	z-index: 1;
	background: transparent;
	transition: 400ms;
	-webkit-transition: 400ms;
	font-size: 25px;
}

.main-head{
  position: fixed;
  right: 0;
  top: 23%;
  width: 60px;
  height: 280px;
  z-index: 200;
  transition: width 400ms;
  -webkit-transition: width 400ms;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.main-head:hover {
  width: 250px;
}

.main-head:hover .head-nav li:nth-of-type(1) span {
  transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
}
.main-head:hover .head-nav li:nth-of-type(2) span {
  transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
}
.main-head:hover .head-nav li:nth-of-type(3) span {
  transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
}
.main-head:hover .head-nav li:nth-of-type(4) span {
  transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
}
.main-head:hover .head-nav span {
  text-indent: 5px;
}

@media screen and (max: 768px) {
  .main-head {
    width: 70px;
    padding: 0 0.925rem;
  }
  .main-head .head-nav {
    padding-left: 7px;
  }
  .main-head:hover .head-nav span {
    text-indent: 1em;
  }
}

/***Separator***/
.separator{
	max-height: 3.5px;
	height: 3.5px;
	max-width: 100%;
	width: 100%;
}

.separator img{
	height: 3.5px;
}

/***Home***/
.fullHomeContainer{
	max-width: 100%;
	width: 100%;
	max-height: max-content;
	height: auto;
}

.homeContainerColor{
	position: relative;
	width: 100%;
	height: 340px;
	margin-bottom: -270px;
}


.home{
	overflow: hidden;
	position: relative;
	max-width: 100%;
	width: 100%;
	padding: unset;
}

.announceLogo{
	width: 250px;
	height: auto;
	margin-top: 10px;
	position: relative;
}

/***Descriptions***/
.description{
	max-width: 100%;
	width: 100%;
	margin: unset;
	padding: unset;
}

.description .row{
	margin: unset;
}

.speedo{
	padding: unset;
	padding-top: 3px;
	height: 250px;
}

.speedo .row{
	margin: unset;
}

.speedo img{
	width: 315px;
	height: 210px;
}

.step{
	padding: unset;
	padding-top: 3px;
	height: 250px;
}


.step img{
	width: auto;
	height: 210px;
	margin: 0 auto;
}


/***iRewards***/
.irewardsContainer{
	max-width: 100%;
	max-height: max-content;
	width: 100%;
	height: auto;
	padding: unset;
	margin: unset;
}

.irewardsContent{
	position: relative;
	max-width: 100%;
	max-height: 350px;
	height: 350px;
	width: 100%;
	margin: unset;
	padding: unset;
	display: flex;
	text-align: center;
}

.irewardsImg{
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	width: 100%;
	height: auto;
}

.irewardsImg img{
	width: 100%;
	height: 100%;
	opacity: 0.8;
}

.glow{
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
	-webkit-transition: .5s;
	transition: .5s;
}

.glow:hover{
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}

/* Flashing */
.irewardsImg figure:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}



/***Ranking***/
.homes{
	max-width: 100%;
	width: 100%;
	max-height: max-content;
	height: auto;
	padding: unset;
	margin: unset;
	margin-bottom: 40px;
	margin-top: 20px;
}

.homes .row{
	margin: unset;
	padding: unset;
}

.rankingContainer{
	width: 100%;
	height: 500px;
	padding: unset;
	margin: unset;
}

.rankDrawDate{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
	width: 50%;
}

.towerContainer{
	max-width: 100%;
	width: 100%;
	max-height: max-content;
	height: auto;
	padding: unset;
	margin: unset;
	display: inline-block;
	text-align: right;
}

.towerContainer .row{
	margin: unset;
	padding: unset;
}

.towerContents{
	width: 100px;
	height: 500px;
	margin-left: 10px;
	padding: unset;
	transform:skewY(10deg);
	-webkit-transform: skewY(10deg);
	-moz-transform: skewY(10deg);
	-ms-transform: skewY(10deg);
	-o-transform: skewY(10deg);
}

.rankingContents{
	position: relative;
	width: 100%;
	height: 500px;
}

.rankingImage{
	position: absolute;
	width: auto;
	height: auto;
}

.winnerBoard{
	width: 100%;
	height: 100%
}

.ranking1{
	top: 130px;
	width: 100%;
	text-align: center;
}

.ranking2{
	top: 285px;
	left: 50%;
	width: 100%;
	text-align: center;
	display: inline-block;
	transform: translate(-50%);
}

.rankingBrowser{
	width: 100%;
	height: auto;
	bottom: 0;
	margin: 0 auto;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.rankNumber1{
	position: absolute;
	left: 50%;
	top: 48%;
	font-weight: bold;
	font-size: 14px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.rankPrice1{
	position: absolute;
	left: 50%;
	top: 64%;
	font-weight: bold;
	font-size: 24px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.rankNumber2{
	position: absolute;
	left: 50%;
	top: 48%;
	font-weight: bold;
	font-size: 14px;
	transform: translate(-200%, -50%);
	-webkit-transform: translate(-200%, -50%);
	-moz-transform: translate(-200%, -50%);
	-ms-transform: translate(-200%, -50%);
	-o-transform: translate(-200%, -50%);
}

.rankPrice2{
	position: absolute;
	left: 52%;
	top: 64%;
	font-weight: bold;
	font-size: 24px;
	transform: translate(-200%, -50%);
	-webkit-transform: translate(-200%, -50%);
	-moz-transform: translate(-200%, -50%);
	-ms-transform: translate(-200%, -50%);
	-o-transform: translate(-200%, -50%);
}

.rankNumber3{
	position: absolute;
	left: 50%;
	top: 48%;
	font-weight: bold;
	font-size: 14px;
	transform: translate(100%, -50%);
	-webkit-transform: translate(100%, -50%);
	-moz-transform: translate(100%, -50%);
	-ms-transform: translate(100%, -50%);
	-o-transform: translate(100%, -50%);
}

.rankPrice3{
	position: absolute;
	left: 52%;
	top: 64%;
	font-weight: bold;
	font-size: 24px;
	transform: translate(100%, -50%);
	-webkit-transform: translate(100%, -50%);
	-moz-transform: translate(100%, -50%);
	-ms-transform: translate(100%, -50%);
	-o-transform: translate(100%, -50%);
}

.rm{
	transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.rankContainer{
	max-width: 100%;
	width: 100%;
	max-height: max-content;
	height: auto;
	margin: unset;
	padding: unset;
	min-height: 250px;
}

.rankBar{
	max-width: 1000px;
	width: 100%;
	height: auto;
	margin: unset;
	padding: unset;
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.rankNum1{
	position: absolute;
	left: 29.5%;
	top: 48%;
	font-weight: bold;
	font-size: 14px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.rankPrices1{
	position: absolute;
	left: 29.5%;
	top: 59%;
	font-weight: bold;
	font-size: 24px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.rankNum2{
	position: absolute;
	left: 50%;
	top: 48%;
	font-weight: bold;
	font-size: 14px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.rankPrices2{
	position: absolute;
	left: 50%;
	top: 59%;
	font-weight: bold;
	font-size: 24px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.rankNum3{
	position: absolute;
	left: 70.5%;
	top: 48%;
	font-weight: bold;
	font-size: 14px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.rankPrices3{
	position: absolute;
	left: 70.5%;
	top: 59%;
	font-weight: bold;
	font-size: 24px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.rankingTable{
	margin: 0 auto;
	width: 470px;
	height: auto;
	border-collapse: collapse;
	margin-top: 30px;
	margin-bottom: 30px;
}

.rankHeader{
	background: linear-gradient(#ec1c24, #811117);
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.4;
	text-align: center;
}

.rankHeader td{
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	font-size: 15px !important;
}

.rankingTable tr td{
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.rankingTable td, th {
	padding: 5px 15px;
}

.rankWords{
	width: 500px;
	height: 485px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 15px;
	padding: 15px;
}

.rankWords .title{
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	vertical-align: middle;
}

.rankWords .title .titles{
	vertical-align: sub;
	display: inline-block;
}

.rankWords .title .logo{
	width: 130px;
	height: auto;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
}

.rankWords .content{
	font-size: 13px;
	margin-top: 20px;
	text-align: justify;
	margin-top: 20px;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 50px;
}

.rankLink{
	font-weight: bold;
	font-size: 13px !important;
	padding-left: 10px;
}

.rankPopUp ul{
	padding: 10px 30px;
	list-style-type: square;
	margin-bottom: unset;
}

.rankPopUp ul > li{
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
}

.rankPopUp .coverup_subtitle{
	margin-top: unset !important;
	padding: unset !important;
}

.rankPopUp .btnOk{
	margin-bottom: 40px !important;
}

.prizeTable{
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	width: auto;
}

.prizeTable td{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
}

.prizeTable td, th {
	 border: 1px solid #d0c6c6;
	 padding: 5px 15px;
}

/* Shine */
figure {
	overflow: hidden;
}

figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.column::after {
	content: '';
	clear: both;
	display: block;
}

.towerContents figure {
	position: relative;
}
.towerContents figure::before {
	position: absolute;
	top: 0;
	left: -156%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.towerContents figure:hover::before {
	-webkit-animation: shine .5s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


/***Details***/
.details{
	width: 100%;
	max-width: 100%;
	max-height: max-content;
	height: auto;
	margin: unset;
	padding: unset;
	padding-top: 20px;
}

.detailsSize{
	width: 100%;
	max-width: 100%;
	margin: unset;
	padding: unset;
}

.detailsSize .title{
	padding-left: 10px;
	width: 100%;
	font-size: 14px;
	text-align: left;
	font-size: 1.25rem;
}

.details .content{
	width: 90%;
	text-align: justify;
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 30px;
}

.details .row{
	margin: unset;
	padding: unset;
}

/***Progressive Counter***/
.jackpot{
	position: absolute;
	max-width: 100%;
	width: 100%;
	display: inline-block;
	margin-top: -5%;
	z-index: 100;
}

.jackpotContainer{
	width: 75%;
	margin: 0 auto;
	text-align: center;
}

.jackpotBar{
	width: 75%;
	height: 116px;
	margin: 0 auto;
}

div#counter {
	letter-spacing: 22px;
	font-size: 1.8em;
	text-align: center;
	height: auto;
	display: inline-block;
	font-size: 50px;
	width: 300px;
}

.counter2 {
	letter-spacing: 0px;
	font-size: 1em;
	text-align: center;
	height: auto;
	display: inline-block;
	/* font-size: 17px; */
	/* width: 300px; */
}

.currency{
	font-family: 'Casino';
	position: absolute;
	width: 100%;
	text-align: center;
	display: inline-block;
	font-size: 50px;
	margin-top: 38px;
	letter-spacing: 20px;
}

.currency2{
	/* font-family: 'Casino'; */
	position: absolute;
	width: 65%;
	text-align: center;
	font-size: 30px;
	margin-top: 50px;
	margin-left:17.5%;
}

.announcement{
	width: 70%;
	margin: 0 auto;
	position: relative;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	top: -1px;
	z-index: -1;
	display: inline-block;
}

.announcement .row{
	margin: unset;
}

.announDiv1{
	width: 20%;
	margin-top: 6px;
	margin-bottom: 6px;
}

.announWording1{
	margin-left: 10%;
}

.announDiv2{
	width: 79%;
	margin-top: 6px;
	margin-bottom: 6px;
}

/***FAQ***/
.faqContainer{
	padding: unset;
	margin: unset;
	width: 100%;
	max-width: 100%;
	max-height: max-content;
	height: auto;
}

.faqContentContainer{
	max-width: 100%;
	max-height: max-content;
	width: 100%;
	height: auto;
	text-align: center;
}

.accordion{
	max-width: 100%;
	width: 100%;
}

.faqContent{
	max-width: 100%;
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
}

.card{
	margin-top: 3%;
}

.card1{
	margin-top: 3%;
	margin-bottom: 3%;
}


.card-header{
	padding: 0px;
	border-radius: 0px;
}

.mb-0{
	padding-top: 5px;
	padding-bottom: 15px;
}

.btn-link{
	font-size: 16px;
	
}

.btn-link:hover{
	text-decoration: none;
}

.btn-link.focus, .btn-link:focus{
	text-decoration: none;
}

.card-body{
	font-size: 13px;
}

/***Services***/
.servicesContainer{
	max-width: 100%;
	width: 100%;
	max-height: max-content;
	height: auto;
	margin: unset;
	padding: unset;
}

.servicesBox{
	min-height: 290px;
	padding: 40px 15px 25px 15px;
	position: relative;
	text-align: left;
}

.servicesIcon{
	border-radius: 90px;
	display: inline-block;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: left;
	margin-bottom: 10px;
}

.servicesHeader{
	text-align: left;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: underline;
}

.servicesContent{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	padding: 5px;
}

.servicesContent p{
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
}


/***Responsible Gambling***/
.responsibleContainer{
	max-width: 100%;
	width: 100%;
	max-height: max-content;
	height: auto;
	margin: unset;
	padding: unset;
}

.responsibleBox{
	min-height: 200px;
	padding: 40px 15px 25px 15px;
	position: relative;
	text-align: left;
}

.responsibleIcon{
	border-radius: 90px;
	display: inline-block;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: left;
	margin-bottom: 10px;
}

.responsibleHeader{
	text-align: left;
	font-size: 17px;
	text-transform: uppercase;
	text-decoration: underline;
}

.responsibleContent{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	padding: 5px;
}

.responsibleWording{
	font-size: 12px;
	text-align: left;
	line-height: 20px;
}

.responsibleWording2{
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	padding-top: 5px;
}


/***Privacy***/
.privacyContainer{
	max-width: 100%;
	width: 100%;
	max-height: max-content;
	height: auto;
	margin: unset;
	padding: unset;
}

.privacyBox{
	min-height: 135px;
	padding: 40px 15px 25px 15px;
	position: relative;
	text-align: left;
}

.privacyBox1{
	padding: 10px 15px 20px 27px;
	position: relative;
	text-align: left;
}

.privacyBox2{
	position: relative;
	text-align: left;
	padding: 10px 15px 10px 15px;
}

.privacyIcon{
	border-radius: 90px;
	display: inline-block;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: left;
	margin-bottom: 10px;
}

.privacyHeader{
	text-align: left;
	font-size: 17px;
	text-transform: uppercase;
}

.privacyContent{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	padding: 5px;
}

.privacyWording{
	font-size: 12px;
	text-align: left;
	line-height: 20px;
}

.privacyWording ol{
	margin: unset;
	padding: unset;
}

.privacyWording ul{
	list-style-type: square;
}

.privacyWording li{
	padding-top: 5px;
}

.privacyWording2{
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	padding-top: 5px;
}

.privacyTitle{
	font-size: 18px;
	padding: 40px 15px 25px 100px;
}


/***TNC***/
.tncContainer{
	max-width: 100%;
	width: 100%;
	max-height: max-content;
	height: auto;
	margin: unset;
	padding: unset;
}

.tncSubtitle{
	padding: 25px 20px 0px 0px;
	text-align: left;
	text-decoration: underline;
}

.tncBox{
	padding: 0px 20px 0px 0px;
	position: relative;
	text-align: left;
}

.privacyBox1{
	padding: 10px 15px 20px 27px;
	position: relative;
	text-align: left;
}

.tncIcon{
	border-radius: 90px;
	display: inline-block;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: left;
	margin-bottom: 10px;
}

.tncHeader{
	text-align: left;
	font-size: 17px;
	text-transform: uppercase;
}

.tncContent{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tncWording{
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	text-align: justify;
}

.privacyWording2{
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	padding-top: 5px;
}

.tncTitle{
	font-size: 30px;
	padding: 23px 15px 23px 86px;
	color: #FFFFFF;
}

.tncTitleBar{
	background-size: 100%;
}


/*** MODAL POP ***/
#lean_overlay {
    position: fixed;
    z-index:300;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.popupContainer{ 
	display:none;
	width: 400px;
	height: auto;
	max-height: max-content;
	overflow: hidden;
	text-align: center;
	border: none;
}

.announceImg{
	margin-left: 0px !important;
}

.btnOk{
	position: relative !important;
	height: 30px !important;
	width: 100px !important;
	margin: 0 auto !important;
	top: 15px !important;
	right: unset !important;
	border-radius: 10px;
	border: none;
	cursor: pointer;
}

.btnOkPleaseLogin{
	display: block;
	position: relative;
	height: 25px;
	width: 65px;
	margin: 0 auto;
	top: 15px;
	right: unset;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	padding: 3px;
}

.formPadding{
	padding: 10px;
	margin-bottom: 0px;
}


.popupContainer .title{
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	line-height: 1.2;
	padding-top: 35px;
	padding-bottom: 10px;	
}

.popupContainer .subtitle{
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
	padding-top: 10px;
	padding-bottom: 20px;
}

.popupContainer .coverup_subtitle{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
	padding-top: 10px;
	padding-bottom: 20px;
	padding: 15px;
}

.modal_trigger{
	text-decoration: none;
}

.popupContainer p{
	font-size: 14px;
}

.createAcc{
	font-size: 14px;
	padding-left: 5px;
}

.modal_close{ 
	position: absolute; 
    top: 12px; 
    right: 12px; 
    display: block; 
    width: 14px; 
    height: 14px; 
    z-index: 2;
}



/***Games***/
.gamesContainer{
	max-width: 100%;
	width: 100%;
	max-height: max-content;
	height: auto;
	padding: unset;
	padding-bottom: 50px;
}

.gamesBox{
	margin-top: 20px;
	padding: 10px !important;
	position: relative;
	padding: unset;
	margin: unset;
	width: 100%;
}

.gamesBox img{
	width: 100%;
}

.gamesContents{
	position: absolute;
	height: 100%;
	width: 50%;
	top: 0;
	right: 0;
	font-weight: bold;
	font-size: 13px;
	padding: 10px;
}

.gamesContents .title{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: gold;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
}

.gamesContents .contact-container{
	display: block;
	margin-top: 10px;
	vertical-align: middle;
}

.smallicon{
	margin-right: 10px;
	vertical-align: middle;
	width: 25px !important;
	height: 25px !important;
}


.copyButton{
	width: 100%;
	height: 16px;
	font-size: 10px;
	font-weight: bold;
	border-radius: 7px;
	cursor: pointer;
	border: none;
}

.orange-button{	
	display: inline-block;
	max-width: 250px;
	line-height: 25px;
	height: 25px;
	margin-top: 25px;
	margin-left: 5px;
	margin-right: 5px;
	width: 90px;
	text-decoration:none;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-o-border-radius: 12px;
	
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */ 
}

.gamesTable td, tr{
	vertical-align: bottom;
	padding-top: 5px;
}

.gamesTable input{
	border: none;
}

.copy-tiny-textbox{
	font-weight: bold;
	font-size: 12px;
	border: none;
}

.gamesLogin{
	font-weight: bold;
	font-size: 14px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.gdetailsContainer{
	width: 100%;
	max-width: 100%;
	margin: auto;
}

.gdetailsContainerLimiter{
	padding-top: 30px;
	padding-bottom: 30px;
	position:relative;
	width:100%;
	margin: 0 auto;
	max-width:1000px;
	text-align: center;
}

.gamedetailsDescription{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 65%;
	min-width: 250px;
	min-height: 600px;
	margin: 10px;
	border: none;
	
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.gamedetailsLimter .title{
    text-transform: uppercase;
	text-align: left;
	display: block;
	font-size: 24px;
	letter-spacing: 2px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: normal;
}

.gamedetailsLimter .wording{
	text-align: left;
	display: inline-block;
	position:relative;
	font-size: 11px;
	letter-spacing: 2px;
	width: 100%;
}

.gamedetailsLimter .wording p,
.gamedetailsLimter .wording h2{
    text-transform: uppercase;
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.gdetailsContainer .gamedetailsLimterRight{
	display: none;
	width: 30%;
	min-width: 250px;
	margin: 10px;
}

.gamedetailsLimter .youTubeContainer,
.gamedetailsLimter .gamesIDContainer{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 100%;
	min-height: 200px;
	margin-bottom: 20px;
	padding: 30px;
	border: none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.gamedetailsLimterRight .contact-container img{
	display: inline-block;
	width: 35px;
	margin-right: 10px;
	padding-top: 10px;
	vertical-align: middle;
	text-align: center;
}


/***About US***/
.aboutus{
	max-width: 100%;
	width: 100%;
	max-height: max-content;
	height: auto;
	padding: unset;
	padding-bottom: 40px;
}

.aboutusTitle{
	font-weight: bold;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.aboutusWording{
	font-size: 12px;
	line-height: 20px;
}

.aboutusWording1{
	margin-bottom: 15px;
}

.aboutusWording1 ul{
	list-style-type: square;
	padding-left: 15px;
}

.createNowButton{
	text-decoration: none;
	font-size: 24px;
	padding: 20px 10px 20px 10px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 8px;
}


/***ContactUs***/
.contactus{
	max-width: 100%;
	width: 100%;
	max-height: max-content;
	height: auto;
	padding: unset;
	padding-bottom: 40px;
}

.contactusImage img{
	width: 100%;
	height: auto;
}

.contactusWording{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	font-size: 24px;
	font-weight: bold;
	padding: 45px 0;
}

.contactusWording p{
	padding-top: 20px;
	text-align: left;
	font-size: 14px;
	margin-left: 55%;
}

.contactusWording ul{
	text-align: left;
	margin-left: 55%;
	font-size: 15px;
	list-style: none;
	padding: unset;
}

.contactusWording li{
	padding: 0 0 15px;
}

.contactusWording i{
	font-size: 24px;
	padding-right: 10px;
}

.contactusTitle{
	margin-left: 20%;
}

.contactusContent{
	padding: unset;
}

/***Banking***/
.bankingContainer{
	max-width: 100%;
	width: 100%;
	max-height: max-content;
	height: auto;
	padding: unset;
}

.bankingContainer table{
	border-collapse: collapse;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.bankingHeader{
	line-height: 1.4;
	font-family: Helvetica, Arial, sans-serif;
}

.bankingHeader td{
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	text-align: center;
	border: unset !important;
}

.bankingContainer table tr td{
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
}

.bankingContainer td, th {
	padding: 5px 15px;
}

.bankingWording1{
	padding: unset;
}


/***Our Apps***/
.ourappsContainer{
	max-width: 100%;
	width: 100%;
	max-height: max-content;
	height: auto;
	padding: unset;
}

.ourappsLink{
	font-size: 12px !important;
	display: inline !important;
	height: auto !important;
	line-height: unset !important;
	text-transform: lowercase !important;
	text-align: left !important;
}

.ourappsImage{
	max-width: 100%;
	width: 100%;
	max-height: max-content;
	height: auto;
	padding: unset;
}

.ourappsImage img{
	width: 100%;
	height: auto;
}

.ourappsContainer ul{
	position: relative;
	display: table;
	width: 100%;
	padding: unset;
	margin: unset;
	list-style-type: none;
}

.ourappsContainer li{
	display: table-cell;
	width:25%;
}

.ourappsContainer a{
	display: block;
	width: 100%;
	height: 68px;
	line-height: 68px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.ourappsContent{
	position: relative;
	height: auto;
	background-size: contain;
	background-repeat: no-repeat;
}

.ourappsContent img{
	width: 100%;
}

.tab-content.hide{
    display: none;
}

.tab-content.active{
    display: block;
}

.ourappsBackground{
	position: absolute;
	width: 100%;
	height: auto;
}

.ourappsQRBox{
	position: absolute;
	width : 225px;
	height: 200px;
	right: 6%;
	top: 17%;
	text-align: center;
	border-radius: 15px;
}

.ourappsQRBox img{
	width: auto;
	height: 100%;
	padding: 15px;
}

.ourappsQRBox .logo{
	width: 70%;
	height: auto;
	margin-top: 50px;
}

.comingSoon{
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
}

.ourappsDetailsBox{
	position: absolute;
	width: 225px;
	height: 200px;
	right: 27%;
	top: 17%;
	border-radius: 15px;
	
}

.ourappsDetailsBox p{
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	text-align: center;
}

.ourappsDetailsBox .title{
	font-size: 13px;
}

.mobileDetailsBox{
	position: absolute;
	width: 225px;
	height: 200px;
	right: 27%;
	top: 17%;
	border-radius: 15px;
}

.mobileDetailsBox .title{
	font-size: 14px;
}

.mobileQRBox{
	position: absolute;
	width : 225px;
	height: 200px;
	right: 6%;
	top: 17%;
	text-align: center;
	border-radius: 15px;
}

.mobileQRBox img{
	width: auto;
	height: 100%;
	padding: 15px;
}

.mobileDetailsBox p{
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
	height: auto;
	padding: 15px;
	text-align: center;
}


/***4d***/
.payoutTitle{
	color: #DBBD15;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}

.payoutTable{
	width: 500px;
	margin: 0 auto;
	font-size: 12px;
	background:#fff;
	white-space: pre;
	text-align: center;
	table-layout: fixed;
	border:1px solid #DBBD15;
}

.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;
}

.lotteryContents{
	width: 350px;
	margin: 0 auto;
}

.lotteryContact{
	font-size: 14px;
}

.lotteryContact img{
	width: 35px;
	height: 35px;
	vertical-align: middle;
	margin-right: 30px;
}

.result4dContainer{
	max-width: 100%;
	width: 100%;
	max-height: max-content;
	height: auto;
	padding: unset;
	margin: unset;
}

.result4dTitle{
	text-align: center;
}

.f4d-date-selector{
	width: auto;
	font-size: 14px;
	height: 30px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.r4dLimitorWord{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
}

.w1000{
	max-width: 1000px;
	width: 1000px;
	margin: 0 auto;
}

.result4dFrame{
	color: #fff;
	font-size: 13px;
	padding: 20px;
	margin-top: 20px;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
}

 #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 > #magnum table caption {
    background:url("../media/static/magnum4d.png") #DDDDDD 10px 8px no-repeat;
    padding-left:50px;
}
 #drawresult ul > #damacai table caption {
    background:url("../media/static/damacai4d.gif") #DDDDDD 10px 8px no-repeat;
    padding-left:50px;
}
 #drawresult ul > #toto table caption {
    background:url("../media/static/toto4d.png") #DDDDDD 10px 8px no-repeat;
    padding-left:50px;
}
 #drawresult ul > #singaporePool table caption {
    background:url("../media/static/sin4d.png") #DDDDDD 10px 8px no-repeat;
    padding-left:50px;
}
 #drawresult ul > #sandakan table caption {
    background:url("../media/static/san4d.png") #DDDDDD 10px 8px no-repeat;
    padding-left:50px;
}
 #drawresult ul > #sarawak table caption {
    background:url("../media/static/sar4d.png") #DDDDDD 10px 8px no-repeat;
    padding-left:50px;
}
 #drawresult ul > #sabah88 table caption {
	background:url("../media/static/sab4d.png") #DDDDDD 10px 8px no-repeat;
    padding-left:50px;
}
 #drawresult ul > #luckyhari2 table caption {
	background:url("../media/static/luckyhari2.png") #DDDDDD 10px 3px no-repeat;
    padding-left:50px;
    background-size: 30px;
}
 #drawresult ul > #perdana table caption {
	background:url("../media/static/perdana.png") #DDDDDD 10px 3px no-repeat;
    padding-left:50px;
    background-size: 30px;
}

 #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;
}

.lotteryTable{
	width: 350px;
	margin-top: 25px;
	margin-left: auto;
	margin-bottom: 30px;
	border-collapse: collapse;
}

.lotteryHeader{
	line-height: 1.4;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
}

.lotteryTable table tr td{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: middle;
}

.lotteryTable td{
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	text-align: center;
}

.lotteryTable td, th{
	padding: 5 15px;
}

/***Login Page***/
.input-container {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	width: 100%;
	margin-bottom: 15px;
}

.input-container {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	width: 100%;
	margin-bottom: 15px;
}

.icon {
	padding: 12px;
	min-width: 50px;
	text-align: center;
	height: 46px;
	width: 50px;
}

.input-field {
	width: 75%;
	padding: 10px;
	outline: none;
	border: 2px;
	border-style: solid;
}


/* Set a style for the submit button */
.formButton {
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	width: 75%;
	height: 50px;
	border: none;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	cursor: pointer;
}

.footerForm{
	width: 100%;
	height: 60px;
	padding: unset;
	margin: unset;
	overflow: hidden;
}

.footerForm img{
	width: 100%;
}

/***My Profile***/
/* Style the tab */
.tab {
	overflow: hidden;
	text-align: center;
	height: 70px;
}

/* Style the buttons inside the tab */
.tab button {
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 14px;
	font-weight: bold;
	height: 100%;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
}

/* Style the tab content */
.bankingDetailsContent{
	color: #fff;
	padding: 30px;
	font-size: 14px;
	font-weight: bold;
}

.tabcontent {
	display: none;
	padding: 6px 12px;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
}

.profileContent{
	max-width: 100%;
	width: 100%;
	max-height: max-content;
	min-height: 400px;
	text-align: center;
}

.myprofileLimitor{
	width: 400px;
	height: auto;
	margin: 0 auto;
}

.myprofileBox{
	width: 400px;
	height: 300px;
}

.myprofiletitle{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
}

.profileTable{
	margin: 0 auto;
	margin-top: 5px;
}

.profileTable .title{
	font-weight: bold;
	font-size: 16px;
	width: auto;
	height: 50px;
	vertical-align: middle;
	text-align: right;
}

.profileTable .contents{
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
	width: 130px;
	height: 70px;
	text-align: left;
	padding-left: 20px;
	padding-right: 30px;
}

.profileTable .contents .password{
	padding: 0 0 0 10px;
	height: 30px;
	line-height: 30px;
	width: 300px;
}

.btnChangePass{
	text-align: left;
}

.btnChange{
	margin-left: 30px;
	width: 167px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: none;
	cursor: pointer;
	margin-top: 40px;
}

.standard-selectbox{
	display: inline-block;
	width: 150px;
	height: 26px;
	margin-left: 30px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 10px;
	-o-border-radius: 3px;
}

.bank-selectbox{
	display: inline-block;
	width: 200px;
	height: 50px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 10px;
	-o-border-radius: 3px;
}

.transactionCard{
	min-width: 400px;
	max-width: 400px;
	border-radius: 23px;
	min-height: 200px;
	text-align: center;
	padding-bottom: 50px;
	max-height: 200px;
	margin: 0 auto;
}

.platform-container, .transaction-platform-container{
	width: 100%;
	display: inline-block;
	padding-top: 10px;
	min-height: 40px;
	text-align: left;
	font-size: 14px;
	padding-bottom: 10px;
}

.gameAccContainer{
	max-width: 100%;
	max-height: max-content;
	width: 100%;
	height: auto;
	padding: unset;
	margin: unset;
	min-height: 400px;
}

.gameAccTable{
	margin: 0 auto;
	min-width: 600px;
	width: auto;
	margin-top: 20px;
	border-collapse: collapse;
	margin-bottom: 30px;
}

.gameAccHeader{
	line-height: 1.4;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
}

.gameImg{
	width: 80px;
	height: 43px;
	padding: 5px;
	background: #000;
	border-radius: 5px;
}

.gameAccContainer table tr td{
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: middle;
	text-align: center;
}

.gameAccHeader td{
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	border: unset !important;
	text-align: center;
}

.gameAccContainer td, th{
	padding: 5 15px;
}

.gameAccContainer table tr td i{
	padding: 0px 5px;
	font-size: 25px;
}

.gameActive{
	cursor: pointer;
}

.gameDisable{
	cursor: default;
}

.gameAndroidActive{
	cursor: pointer;
}

.gameAndroidDisable{
	cursor: default;
}

.historyContainer{
	max-width: 100%;
	max-height: max-content;
	width: 100%;
	height: auto;
	padding: unset;
	margin: unset;
}

.historyTable{
	margin: 0 auto;
	width: 900px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-collapse: collapse;
}

.historyHeader{
	line-height: 1.4;
	text-transform: uppercase;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}

.historyContainer table tr td{
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}

.historyHeader td{
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	border: unset !important;
}

.historyContainer td, th{
	padding: 5 15px;
}

.btndeposit{
	cursor: pointer;
	height: 23px;
	width: 75px;
	font-size: 12px;
	border-radius: 10px;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
}

.btnwithdraw{
	cursor: pointer;
	height: 23px;
	width: 75px;
	font-size: 12px;
	border-radius: 10px;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
}

.myAccTable{
	margin: 0 auto;
	width: 400px;
	margin-top: 50px;
	border-collapse: collapse;
	margin-bottom: 30px;
	font-weight: bold;
}

.myAccTableHeader{
	line-height: 1.4;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.memberContainer table tr td{
	font-size: 13px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: middle;
}

.bankDContainer table tr td{
	font-size: 13px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: middle;
}

.myAccTableHeader td{
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	border: unset !important;
	text-align: center;
}

.memberContainer td, th{
	padding: 5 15px;
}

.bankDContainer td, th{
	padding: 5 15px;
}

.myAccTable .title{
	text-align: right;
}


/***Deposit***/
.depositContainer{
	max-width: 100%;
	max-height: max-content;
	width: 100%;
	padding: unset;
	height: auto;
}

.depositTable{
	width: 100%;
	display: inline-block;
	margin-top: 20px;
}

.depositTable .title{
	font-weight: bold;
	font-size: 12px;
	width: 100px;
	height: 50px;
	vertical-align: middle;
	text-align: left;
	display: block;
}

.depositTable .contents{
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	width: auto;
	height: 50px;
	text-align: left;
	padding-left: 30px;
}

.inputTextBox{
	height: 33px;
	width: 200px;
	border-radius: 10px;
	padding-left: 5px;
	font-size: 12px;
}

.inputTextBox::-webkit-input-placeholder {
	text-align: left;
}

.depositTable .selectbox{
	display: inline-block;
	width: 200px;
	height: 35px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 10px;
	-o-border-radius: 3px;
}

.imagebox{
	margin-left: 30px;
}

.imagebox img{
	width: 40px;
	vertical-align: middle;
}

.infobox{
	width: 150px;
	vertical-align: middle;
}

.actionbox{
	padding-top: 15px;
	vertical-align: middle;
}

.infobox .title{
	width: auto;
	height: auto;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	margin-left: 10px;
	vertical-align: middle;
}

.sandbox-container{
	font-size: 13px;
	font-weight: 400;
	margin: 20 auto;
	width: max-content;
	display: inline-block;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child){
	text-align: center;
	width: 150px;
	padding: 0;
	font-size: 14px;
	height: 35px;
	margin-top: 0px;
	border-radius: 5px;
}

.btn-choose{
	font-weight: bold;
	height: 100%;
	border-bottom-left-radius: unset;
	border-bottom-right-radius: 10px;
	border-top-left-radius: unset;
	border-top-right-radius: 10px;
	font-size: 12px;
}

.input-file{
	height: 35px;
	vertical-align: middle;
	width: 200px;
}

.btnUpload{
	font-weight: bold;
	font-size: 14px;
}

.depositTable .platform-field{
	width: 100%;
	margin-left: 30px;
	font-size: 12px;
}

.datepicker{
	border-radius: 10px;
	font-size: 12px;
	width: auto;
}

.clockpicker{
	border-radius: 10px;
}

.btnSubmits{
	border-radius: 10px;
	text-align: center;
}

.btnSubmit{
	margin-left: 30px;
	width: 167px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 5px;
}

.message{
	margin-top: 50px;
}

.depositImg{
	width: 100px;
	height: auto;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 8px;
	margin-right: 10px;
}

.gamesDiv{
	column-count: 3;
}

.gamesDiv1{
	column-count: 3;
	width: 420px;
	margin-left: 30px;
}

.depositTNCwords{
	font-weight: bold;
	font-size: 12px;
	width: 500px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

.timeHint{
	font-weight: bold;
	width: 56px;
	display: inline-block;
	text-align: left;
	padding-left: 5px;
}

.checkboxwords{
	font-weight: bold;
	font-size: 12px;
}

.combodate select{
	padding: 4px 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	vertical-align: middle;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height: 30px;
	height: 30px;
}

.depositTNC{
	width: 500px;
	height: max-content;
	margin: 0 auto;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.depositTNC .title{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

.depositTNC .contents{
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
}

/***Promotion***/
.promotionContainer{
	max-width: 100%;
	width: 100%;
	max-height: max-content;
	height: auto;
	padding: unset;
}

.promoBox{
	margin-top: 20px;
}

.promotionContainer img{
	width: 100%;
}

.promotionContainer p{
	float: left;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 14px;
}

.promotionContainer span{
	float: right;
	margin-top: 14px;
	margin-right: 10px;
	font-size: 12px;
	cursor: pointer;
	border-radius: 10px;
	height: 23px;
	width: 75px;
	text-align: center;
	padding-top: 2px;
}

.promoHiddenContents{
	font-size: 12px;
	display: none;
}

.promotionContents{
	width: 100%;
	height: 50px;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.promoHiddenContents{
	font-size: 14px;
	text-align: justify;
	padding: 5px;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}


/***Withdrawal***/
.withdrawalContainer{
	max-width: 100%;
	max-height: max-content;
	height: auto;
	width: 100%;
	padding: unset;
}

.withdrawTable{
	margin-left: 50px;
	margin-top: 25px;
}

.withdrawTable .title{
	font-weight: bold;
	font-size: 12px;
	width: auto;
	height: 50px;
	vertical-align: top;
	text-align: left;
}

.withdrawTable .contents{
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
	width: 130px;
	height: 70px;
	text-align: left;
}

.withdrawTable .selectbox{
	display: inline-block;
	width: 200px;
	height: 35px;
	margin-left: 30px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 10px;
	-o-border-radius: 3px;
}

.withdrawBankDetails table{
	border-collapse: collapse;
	width: 350px;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 30px;
}

.accHeader{
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.4;
}

.accHeader td{
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.withdrawBankDetails table tr td{
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
}

.withdrawBankDetails td, th {
	padding: 5px 15px;
}

.bankingWording1{
	padding: unset;
}

.withdrawBankDetails p{
	width: 350px;
	margin-left: auto;
	font-size: 12px;
}

.withdrawBankDetails .title{
	text-align: right;
}

#modal-update-withdrawal .subtitle{
	padding: 10px;
}

#modal-update-withdrawal .formButton{
	margin: 0 auto;
}


/***Title Bar***/
.titleBar{
	width: 100%;
	height: auto;
	max-width: 100%;
	margin: unset;
	padding: unset;
}

.titleBar img{
	width: 100%;
}

.marginTitleBar{
	margin-bottom: 30px;
}

/***Free Spin***/
.FreeSpinContainer{
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: max-content;
	margin: unset;
	padding: unset;
}

.wheelspin{
	text-align: center;
}

.wheelspinImgBox{
	width: 350px;
	height: 350px;
	margin: 0 auto;
}

.wheelspinImg{
	position: absolute;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: -webkit-translate(-50%, -50%);
}

.wheelspin-1{
	width: 275px;
	height: auto;
	top: 35%;
	left: 50%;
}

.wheelspin-1 img{
	width: 100%;
}

.wheelspin-2{
	top: 35%;
	left: 50%;
	width: 321px;
}

.wheelspin-3{
	top: 35%;
	left: 50%;
}

.wheelspin-4{
	top: 7%;
	left: 50%;
}

.creditsWonTable{
	border-collapse: collapse;
	width: 280px;
	margin-top: 50px;
}

.freespinHeader{
	text-align: center;
	line-height: 1.4;
	font-family: Helvetica, Arial, sans-serif;
}

.freespinHeader td{
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	text-align: center;
	border: unset !important;
}

.creditsWonTable tr td{
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	width: 50%;
}

.divbtnSpin{
	margin-top: 30px;
	width: 280px;
	text-align: center;
}

.btnSpin{
	width: 150px;
	height: 50px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border: unset;
	cursor: pointer;
}

.freeSpinWords{
	width: 440px;
	height: 450px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 15px;
	padding: 15px;
}

.freeSpinWords .title{
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}

.freeSpinWords .title .titles{
	display: block;
}

.freeSpinWords .title .logo{
	width: 130px;
	height: auto;
	margin-right: 10px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.freeSpinWords .content{
	font-size: 13px;
	margin-top: 20px;
	text-align: justify;
	margin-top: 20px;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 50px;
}


/***Voucher***/
.voucherContainer{
	max-width: 100%;
	width: 100%;
	max-height: max-content;
	height: auto;
	padding: unset;
}

.voucherBox{
	margin-top: 20px;
}

.voucherContainer img{
	width: 100%;
}

.voucherContainer p{
	float: left;
	padding-left: 10px;
	padding-top: 14px;
}

.voucherContainer span{
	float: right;
	margin-top: 14px;
	margin-right: 10px;
	font-size: 12px;
	cursor: pointer;
	border-radius: 10px;
	height: 23px;
	width: 75px;
	text-align: center;
	padding-top: 2px;
}

.voucherHiddenContents{
	font-size: 12px;
	display: none;
}

.voucherContents{
	width: 100%;
	height: 50px;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.voucherHiddenContents{
	font-size: 14px;
	text-align: justify;
	padding: 5px;
}

.no_voucher{
	width: 100%;
	min-height: 200px;
	text-align: center;
	position: relative;
}

.no_voucher h3{
	top: 50%;
	left: 50%;
	font-size: 1.2em;
	color: #fff;
	position: absolute;
	transform: translate(-50%, -50%);
}

.suggestionCard{
	padding: 10px;
	margin: 0 auto;
}

.suggestionContent{
	color: #fff;
	font-size: 16px;
}

.suggestionContent p{
	width: 80%;
	padding: 20px;
	margin: 0 auto;
	margin: 0 auto;
	font-size: 15px;
}

.suggestionContent h1{
	color: gold;
	font-size: 18px;
	margin-top: 20px;
	text-transform: uppercase;
}

.suggestionContent textarea{
	color: #fff;
	background: transparent;
	border: 1px solid #b8afad;
}

.suggestionContent input{
	color: #fff;
	background: transparent;
	border: 1px solid #b8afad;
}


.suggestionContent textarea::-webkit-input-placeholder{
	color: #b8afad;
}


/***Notification***/
.notification{
	position: relative;
	margin-right: 20px;
}

.notificationDivItem{
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	text-align: left;
	border-radius: 5px;
}

.notification .badge {
  top: -5px;
  right: -12px;
  font-size: 10px;
  padding: 3px 6px;
  border-radius: 50%;
  position: absolute;
}

.notificationDiv{
	color: #fff;
	width: 350px;
	padding: 5px;
	margin-top: 10px;
	overflow-x: unset;
	overflow-y: auto;
	border-radius: 5px;
	max-height: 350px;
	max-width: 350px;
}

.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;
}


/***BigWin***/
.bigwinImage{
	left: 50%;
	top: -10%;
	width: 500px;
	height: 600px;
	position: absolute;
	transform: translate(-50%, 0%);
}

.bigwin{
	left: 50%;
	height: 60%;
	width: 355px;
	bottom: 0px;
	position: absolute;
	transform: translate(-50%, 0%);
}

.bigwinTable{
	width: 100%;
	color: #fff;
	font-size: 11px;
	text-align: center;
	table-layout: fixed;
	border-collapse: collapse;
}

.bigwinTable tr{
	height: 30px;
	vertical-align: middle;
}

.bigwinTable td, th{
	border: none;
	position: relative;
}

.bigwinSeperator{
	right: 0px;
	height: 15px;
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	border-right: 3px solid rgb(255, 255, 255, 0.2);
}

.bigwinSeperator2{
	right: -6px;
	top: 5px;
	height: 40px;
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid white;
}

.bigwinSeperator3{
	right: 0px;
	height: 50px;
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	border-right: 2px solid gold;
}

.bigwinGameLogo{
	width: 45px;
}

.bigwinIcon{
	top: 0;
	left: 0;
	width: auto;
	height: 30px;
	position: absolute;
	display: inline-block;
	vertical-align: middle;
}

.bigwinTD{
	background: #012863;
}

.bigwinSpacing{
	height: 5px !important;
}

.hallContainer{
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #100222;
	background-image: url('../media/static/hallBg.png');
}

.bigwin2{
	left: 50%;
	width: 85%;
	bottom: 10%;
	height: 60%;
	display: block;
	position: absolute;
	overflow-y: auto;
	overflow-x: hidden;
	transform: translate(-50%);
}

.bigwinTable2{
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 11px;
	text-align: center;
	table-layout: fixed;
	border-collapse: collapse;
}

.bigwinTable2 tr{
	height: 30px;
	cursor: pointer;
	vertical-align: middle;
}

.bigwinTable2 td, th{
	border: none;
	position: relative;
}

.bigwinSpacing2{
	height: 20px !important;
}

.bigwinGameLogo2{
	width: 50px;
}

.bigwinTableDiv{
	max-width: 33%;
	min-width: 33%;
	padding: 10px;
	vertical-align: top;
	display: inline-block;
}

.bigwinModal{
	color: #fff;
	width: 450px;
	height: auto;
	background: linear-gradient(#262261, #100222);
}

.bigwinModalTable{
	margin: .5rem; 
	width: 100%;
	color: #fff;
	font-size: 14px;
	table-layout: auto;
}

.bigwinModalTable tr{
	height: 30px;
}

.bigwinImgText{
	cursor: pointer;
}

.bigwinModalImg{
	top: -30%;
	left: 50%;
	z-index: 1;
	width: 620px;
	position: absolute;
	transform: translate(-50%);
}

.bigwinText{
	margin: 0;
	color: #fff;
	height: 65px;
	font-size: 3.5rem;
	font-family: 'Black-Caps';
	-webkit-text-stroke-color: #000;
	-webkit-text-stroke-width: 1px;
}

.bigwinTextwin{
	background: -webkit-linear-gradient(#F5F5F5, #A5A5A5, #F5F5F5, #B7B7B7, #FFFFFF);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

.bigwinTextprice{
	font-size: 4rem;
	background: -webkit-linear-gradient(#FFFAFF, #FEE74D, #ED9F00, #FFFA70);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

/***Scroll***/
::-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
}


/***4D Bet***/
.4dContainer{
	background: url('../media/static/4dbg.png');
}

.betnowBtn{
	background: transparent;
	border: none;
}

.betnowAHref{
	margin: 0 auto;
	display: block;
	width: max-content;
}

.betnowAHref:hover img{
	filter: brightness(1.5);
}

.betnowWording{
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 3rem;
	text-align: center;
	position: absolute;
	text-transform: uppercase;
	white-space: break-spaces;
	transform: translate(-50%, -50%);
	font-family: 'Poppins', sans-serif;
}

.betnowPic{
	width: 250px;
	transition: all .5s;
	position: relative;
}

/***Kaya Raya***/
.kayaSection{
	font-family: 'Poppins';
}

.kayaContainer{
	z-index: 2;
	font-size: 20px;
}

.kayaLeft{
	height: inherit;
	max-height: 100%;
	overflow-y: auto;
	position: relative;
}

.kayaCenter{
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: space-between;
}

.kayaRight{
	height: inherit;
	max-height: 100%;
	overflow-y: auto;
	position: relative;
}

.kayaRight .activity{
	height: 30px;
	display: flex;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
}

.kayaContainer .title2{
	color: grey;
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 10px;
}

.kayaContainer2{
	height: 250px;
	overflow-y: auto;
	margin-top: 20px;
	padding-top: 20px;
}

.ticketDiv1{
	width: 110px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: inline-block;;
}

.ticketDiv2{
	top: 12%;
	width: 100%;
	text-align: center;
	position: absolute;
}

.kayaContainer2 .title4{
	font-size: 25px;
	font-weight: 400;
	padding-bottom: 20px;
}

.kayaSection .title3{
	font-size: 25px;
	font-weight: 800;
	padding-top: 30px;
}

.kayaTitle{
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0;
	text-transform: uppercase;
}

.kayaUl{
	margin: 0;
	padding: 0;
	height: 80%;
	display: grid;
	line-height: 1.3;
	text-align: left;
	position: relative;
	list-style-type: none;
}

.kayaUl li{
	display: block;
	margin-top: auto;
	margin-bottom: auto;
	max-height: max-content;
}

.kayaUl span{
	display: block;
}

.kayaUl2{
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-align: left;
}

.kayaCenter2{
	height: 125px;
	padding: 20px;
	display: block;
	position: relative;
}

.kayaCenter3{
	padding: 20px;
	height: 250px;
	position: relative;
}

.kayaPrizeList{
	height: 130px;
	width: 400px;
	margin: 0 auto;
	display: block;
	font-size: 17px;
	overflow-y: auto;
	line-height: 34px;
	text-align: center;
}

/***Referral***/
.referralContainer{
	padding: 0;
	min-height: 100%;
	position: relative;
	font-family: 'Poppins' !important;
	max-height: max-content;
	background: linear-gradient(#262261, #100222);
}

.referralContainer2{
	padding: 0 100px;
}

.referralBg{
	width: 100%;
	height: 100%;
	position: absolute;
}

.referralTitle{
	width: 800px;
	margin: 40 auto;
	display: block;
}

.referralUser{
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.referralWrap{
	width: 180px;
	height: auto;
	margin: auto;
	z-index: 2;
	display: block;
	cursor: pointer;
	position: relative;
}

.referralTop{
	width: 100%;
	position: relative;
}

.referralTopText{
	top: 50%;
	left: 50%;
	color: #fff;
	width: 100%;
	display: block;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	position: absolute;
	transform: translate(-50%, -50%);
}

.referralFrameWrap{
	width: 80%;
	position: relative;
	margin: -50px auto 0 auto;
}

.referralFrame{
	width: 100%;
	display: block;
	position: relative;
}

.referralContentWrap{
	top: 30%;
	left: 13%;
	width: 76%;
	height: 58%;
	padding: 30px;
	text-align: center;
	position: absolute;
	transform: translate(0%, 0%);
}

.referralText1{
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 5px;
}

.referralText2{
	color: #fff;
	font-size: 30px;
	display: block;
	font-weight: 600;
	text-shadow: 1px 1px 4px #fff;
}

.referralPopoutBg{
	width: 100%;
	height: 100%;
	padding: 20px;
	position: relative;
	border-radius: 10px;
	background-color: #464646;
}

.referralPopoutBgImg{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.referralPopoutBgImg2{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.referralTable{
	width: 100%;
	color: #fff;
	border: none;
	text-align: center;
}

.referralTable th{
	font-size: 16px;
	border: none !important;
	text-shadow:  1px 1px 4px #fff;
}

.referralTable td{
	padding: 5px;
	height: 35px;
	font-size: 13px;
}

.referralTable th:nth-child(1) {
	width: 20%;
	border-right: 1px solid #fff !important;
}

.referralTable td:nth-child(1) {
	width: 20%;
  border-right: 1px solid #fff;
}

.referralTable th:nth-child(2) {
	width: 40%;
	border-right: 1px solid #fff !important;
}

.referralTable td:nth-child(2) {
	width: 40%;
  border-right: 1px solid #fff;
}

.referralAhref{
	display: block;
	margin: 0 auto;
	width: max-content;
	position: relative;
}

.referralBtn{
	width: 100px;
	height: auto;
	display: block;
}

.referralBtnText{
	top: 50%;
	left: 50%;
	color: #000;
	font-size: 13px;
	font-weight: 600;
	width: max-content;
	position: absolute;	
	transform: translate(-50%, -50%);
}

.downlineDiv{
	bottom: 2%;
	width: 225px;
	margin: 0 auto;
	cursor: pointer;
	position: relative;
}

.downlineBtn{
	width: 100%;
}

.downlineBtnText{
	width: 100%;
	text-align: center;
	top: 50%;
	left: 50%;
	color: #000;
	font-size: 25px;
	font-weight: 600;
	position: absolute;	
	transform: translate(-50%, -50%);
}

.referralTnc{
	height: 100%;
	color: #fff !important;
}

.referralTnc span{
	font-size: 15px;
}

.referralTnc li{
	font-size: 13px;
}

.referralLoading{
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 11;
	width: 100%;
	height: auto;
	display: block;
	margin-top: auto;
	text-align: center;
	position: absolute;
	margin-bottom: auto;
	background: #464646;
	background-image: url('https://cdnxspace.com/mclub77/m/media/static/referral-popout.png');
	background-size: 100% 100%;

}

.referralLoading .fa-spin{
	top: 45%;
	color: #fff;
	font-size: 3rem;
	display: block;
	position: relative;
}

.emptyTable{
	width: 100%;
	border:  none;
}

.emptyTable th{
	width: 33.33%;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	border:  none !important;
}

/**** Vault ****/
#PastWinnerModal{
	font-family: 'Montserrat', sans-serif;
}

 .vaultSection{
 	color: #fff;
 	width: 100%;
 	min-height: 100%;
 	height: max-content;
    background:url("../media/static/vault/bg.jpg") no-repeat;
    background-size: 100% 100%;
    font-family: 'Montserrat', sans-serif;
}

.vaultSection .title1{
	font-size: 18px;
	font-weight: 600;
}

.vaultSection .text1{
	font-size: 15px;
	font-weight: 400;
}

.vaultSection .text3{
	font-size: 14px;
	font-weight: 600;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.vaultSection .divBox{
	top: 50%;
	left: 50%;
	width: 80%;
	margin: 0 auto;
	line-height: 2;
	text-align: center;
	position: absolute;
	transform: translate(-50%, -50%);
}

.vaultSection .divBox2{
	top: 5%;
	left: 50%;
	width: 70%;
	height: 90%;
	text-align: center;
	position: absolute;
	transform: translate(-50%, 0%);
}

.vaultSection .divBox3{
	width: 95%;
	height: 95%;
	margin: 0 auto;
	font-size: 12px;
	line-height: 2.5;
	overflow-y: auto;
}

.vaultSection .title4{
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.vaultSection .pastBtn{
	color: #fff;
	width: 65%;
	border: none;
	display: block;
	margin: 0 auto;
	position: relative;
	background: transparent;
}

.vaultSection .pastBtn .text{
	top: 50%;
	left: 50%;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	transform: translate(-50%, -50%);
}

.vaultSection .ticketBox{
	top: 50%;
	left:  50%;
	width: 85%;
	height: 75%;
	position: absolute;
	transform: translate(-50%, -50%);
}

/***Resolution***/
@media only screen and (max-width: 991px) {
	.navbar .nav-link img{
		margin-left: 0px !important;
	}
}

@media only screen and (max-width: 470px) {
	.container{
		width: 100%;
		max-width: 100%;
		padding: unset;
		margin: unset;
		overflow-x: hidden;
	}
	
	.nav-link img{
		margin: unset;
	}

}