/*	START Background color tools */

.bg-transparent{
	background: transparent;;
}
.bg-red{
	background: #a31c1c !important;
}
.bg-dark-red{
	background: #4d060e !important;
}
.bg-light-red{
	background: #b80039  !important;
}
.bg-light-gray{
	background: #818285 !important;
}
.bg-gray{
	background: #303236 !important;
}
.bg-dark-gray{
	background: #1d1d1d !important;
}
.bg-blue{
	background: #375e97 !important;
}
.bg-black{
	background: #000000 !important;
}
.bg-light-grey{
	background: #262626 !important;
}
.bg-cream{
	background: #ededed !important;
}
.bg-pink{
	background: #b80039 !important
}
.bg-dark-blue{
	background: #18233c !important;
}
.bg-light-blue{
	background: #26314b;
}
.bg-white{
	background: #fff !important;
}

/*	END Background color tools */
/*======================================================================*/
/*	Buttons tools */

.btn{
	border: 0px solid transparent;
	border-radius: 3px;
	font-size: 12px !important;
	font-weight: bold;
}
.md .btn{
	/*line-height: 1.96875rem;*/
}
.btn-disabled{
	background: #303236;
}
.btn-orange{
	background-image: linear-gradient(to bottom, #e49406 0%, #865808 100%) !important;
}
.btn-light-orange{
	background-image: linear-gradient(to bottom, #ed9d00 0%, #bb7d06 100%) !important;
}
.btn-plain-orange{
	background-image: #b97907 !important;
}
.btn-plain-dark-orange{
	background: #c75f3e !important;
}
.btn-pink{
	background-image: linear-gradient(to bottom, #ef2967 0%, #9e234a 100%) !important;
}
.btn-plain-pink{
	background-image: #ef2967 !important;
}
.btn-dark-pink{
	background-image: #b80039 !important;
}
.btn-blue{
	background-image: linear-gradient(to bottom, #407cd2 0%, #234b86 100%)!important;
}
.btn-light-blue{
	background-image: linear-gradient(to bottom, #059fd4 0%, #066788 100%) !important;
}
.btn-light-blue:active{
	background-image: linear-gradient(to bottom, #066788 0%, #059fd4 100%) !important;
}
.btn-plain-blue{
	background: #2979c0 !important;
}
.btn-gray{
	background: #a5a5a5 !important;
	border-radius: 3px;
}
.btn-plain-green{
	background: #23b15b !important;
}
.btn-purple{
	background-image: linear-gradient(to bottom, #af68c3 0%, #6e4379 100%)!important;
}
.btn-plain-purple{
	background: #a25eb5 !important;
}
.btn-green{
	background-image: linear-gradient(to bottom, #25bd61 0%, #1c7d42 100%) !important;
}
.btn-green:active{
	background-image: linear-gradient(to bottom, #1c7d42 0%, #25bd61 100%) !important;
}

/*	END Buttons tools */
/*======================================================================*/
/* START Font tools */

h1 {
	font-size: 20px;
	margin-bottom: 0.625rem;
	font-weight: bold;
}
.font-white{
	color: #ffffff !important;
}
.font-black{
	color: #000000 !important;
}
.font-light-orange{
	color: rgb(247, 211, 139);
}
.font-orange{
	color: #d19e2e !important;
}
.font-dark-orange{
	color: #DC4A38;
}
.font-red{
	color: #a31c1c !important;
}
.font-blue{
	color: #3b579d;
}
.font-light-blue{
	color: #28a9e2;
}
.font-pink{
	color: #C82F85;
}
.font-orange{
	color: orange;
}
.font-green{
	color: #26a714 !important;
}
.font-underline{
	text-decoration: underline;
}
.font-decoration-none{
	text-decoration: none !important;
}
.font-capitalize{
	text-transform: uppercase;
}
.font-center{
	text-align: center;
}
.font-initial{
	text-align: initial;
}
.font-justify{
	text-align: justify;
}
.font-bold{
	font-weight: bold;
}
.font-valign-baseline{
	vertical-align: baseline;
}
.font-unset{
	white-space: unset !important;
}
.font-size-10{
	font-size: 10px;
}
.font-size-11{
	font-size: 11px;
}
.font-size-12{
	font-size: 12px;
}
.font-size-13{
	font-size: 13px !important;
}
.font-size-14{
	font-size: 14px !important;
}
.font-size-15{
	font-size: 15px;
}
.font-size-16{
	font-size: 16px;
}
.font-size-18{
	font-size: 18px;
}
.font-size-20{
	font-size: 20px !important;
}
.font-size-21{
	font-size: 21px !important;
}
.font-size-30{
	font-size: 30px !important;
}
.font-size-35{
	font-size: 35px !important;
}
.font-size-40{
	font-size: 40px;
}
.font-weight-100{
	font-weight: 100 !important;
}
.csn-sm{
	font-size: 11px;
}
.csn-md{
	font-size: 15px;
}
.csn-lg{
	font-size: 18px;
}

/* END Font tools */
/*======================================================================*/

/* START Images tools */

.width-10percent{
	width: 10%;
}
.width-20percent{
	width: 20%;
}
.width-30percent{
	width: 30%;
}
.width-40percent{
	width: 40%;
}
.width-90percent{
	width: 90%;
}
.width-100percent{
	width: 100% !important;
}
.height-100percent{
	height: 100% !important;
}
.width-150{
	width: 150px !important;
}

/* END Image tools */
/*======================================================================*/
/* START Utility tools */

.decoration{
	border-bottom: 1px solid rgba(48, 48, 48, 1);
}
.force-left{
	float: left;
}
.force-right{
	float: right;
}
.break-float{
	clear: both;
}
.display-block{
	display: block;
}
.display-none{
	display: none;
}
.position-fix{
	position: fixed;
}
.position-absolute{
	position: absolute;
}
.no-margin{
	margin:0;
}
.remove-margin-left{
	margin-left: 0;
}
.remove-margin-right{
	margin-right: 0;
}
.remove-margin-top{
	margin-top: 0;
}
	.remove-margin-bottom{
	margin-bottom: 0;
}
.no-padding{
	padding: 0;
}
.remove-padding-left{
	padding-left: 0;
}
.remove-padding-right{
	padding-right: 0;
}
.remove-padding-top{
	padding-top: 0;
}
.remove-padding-bottom{
	padding-bottom: 0;
}
.height-0{
	height: 0;
}
.height-1{
	height: 0.0625rem;
}
.height-5{
	height: 0.3125rem;
}
.height-7{
	height: 0.4375rem;
}
.height-10{
	height: 0.625rem;
}
.height-15{
	height: 0.9375rem;
}
.height-20{
	height: 1.25rem;
}
.height-27{
	height: 1.6875rem;
}
.height-28{
	height: 1.75rem;
}
.height-38{
	height: 2.375rem;
}
.height-40{
	height: 2.5rem;
}
.height-48{
	height: 48px;
}
.height-56{
	height: 3.5rem;
}
.height-57{
	height: 7.5625rem;
}
.height-60{
	height: 3.75rem;
}
.height-70{
	height: 4.375rem;
}
.height-80{
	height: 5rem;
}
.height-90{
	height: 5.625rem;
}
.height-97{
	height: 97px;
}
.margin-10{
	margin: 0.625rem;
}
.margin-left-10{
	margin-left: 0.625rem;
}
.margin-left-12{
	margin-left: 0.75rem;
}
.margin-left-25{
	margin-left: 1.5625rem;
}
.margin-left-40{
	margin-left: 2.5rem;
}
.margin-right-10{
	margin-right: 0.625rem;
}
.margin-right-30{
	margin-right: 1.875rem;
}
.margin-bottom-10{
	margin-bottom: 0.625rem;
}
.margin-bottom-15{
	margin-bottom: 0.9375rem;
}
.margin-bottom-20{
	margin-bottom: 1.25rem;
}
.margin-top-5{
	margin-top: 0.3125rem;
}
.margin-top-10{
	margin-top: 0.625rem;
}
.margin-top-15{
	margin-top: 0.9375rem;
}
.margin-top-36{
	margin-top: 2.25rem;
}
.padding-3-0{
	padding: 3px 0; 
}
.padding-0-5{
	padding: 0 5px; 
}
.padding-10-0{
	padding: 10px 0;
}
.padding-5{
	padding: 0.3125rem;
}
.padding-10{
	padding: 0.625rem;
}
.padding-15{
	padding: 0.9375rem;
}
.padding-top-3{
	padding-top: 0.1875rem;
}
.padding-top-5{
	padding-top: 0.3125rem;
}
.padding-top-9{
	padding-top: 0.5625rem;
}
.padding-top-10{
	padding-top: 0.625rem;
}
.padding-top-11{
	padding-top: 0.6875rem;
}
.padding-left-15{
	padding-left: 0.9375rem;
}
.padding-left-25{
	padding-left: 1.5625rem;
}
.padding-right-15{
	padding-right: 0.9375rem;
}
.border-radius-0{
	border-radius: 0px;
}
.border-radius-1{
	border-radius: 1px;
}
.border-radius-4{
	border-radius: 4px;
}
.game-block{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
    margin: 5px 0px;
}
.game-block.live-dealer-banner{
	grid-template-columns: repeat(2, 1fr);
}
.game-block.live-casino{ 
	/*grid-template-columns: repeat(2, 1fr);*/
}
.game-block.live-casino .game-grid-whole{
	grid-column: auto;
}
.game-block.mickey-mouse{
	grid-template-columns: repeat(1, 1fr);
}
.game-block.bolatangkas{
	grid-template-columns: repeat(1, 1fr);
}
.game-block.idn-raffle{
    grid-template-columns: repeat(1, 1fr);
}
.game-block.sportsbook{
	grid-template-columns: repeat(2, 1fr);
}
.game-block.e-sports{
    grid-template-columns: repeat(2, 1fr)!important;
}
.game-block.sexy-gaming :first-child, .game-block .big-space, .game-block .full-space {
    grid-column: 1 / -1;
}
.game-block.idntrade :first-child{
    grid-column: 1 / -1;
}
.game-block.arcade{
    grid-template-columns: repeat(1, 1fr);
}
.game-block.arcade.lobby{
    grid-template-columns: repeat(3, 1fr);
}
.game-block.arcade.lobby :first-child{
    grid-column: 1/ -1;
}
.game-block.arcade-category .game-lobi-pos:first-child{
  grid-column: 1 / span 3;
}
/*.game-block.togel{
    grid-template-columns: repeat(1, 1fr);
}*/
/* END Utility tools */
/*======================================================================*/
/*	START MEDIA QUERY */

@media (orientation: landscape) {
	.game-three-panel {
		width: 25% !important;
		float: left;
	}
	.header-logo-div {
		width: 15% !important;
	}
}
@media screen and (min-width:320px) and (max-width:340px) {
	.red-boxgamesslot{
		height: 95px;
		background: #4f4f4f;
	}
}

@media screen and (min-width:341px) and (max-width:360px) {
	.red-boxgamesslot{
		height: 108px;
		background: #4f4f4f;
	}
}

@media screen and (min-width:361px) and (max-width:375px) {
	.red-boxgamesslot{
		height: 112px;
		background: #4f4f4f;
	}
}

@media screen and (min-width:380px) and (max-width:436px) {
	.red-boxgamesslot{
		height: 121px;
		background: #4f4f4f;
	}
	.popup {
        width: 80%!important
    }
}
@media screen and (min-width:437px) and (max-width:600px) {
    .popup {
        width: 295px!important
    }
}
@media screen and (min-width:440px) and (max-width:590px) {
	.red-boxgamesslot{
		height: 143px;
		background: #4f4f4f;
	}
}
@media screen and (min-width:440px) and (max-width:500px) and (orientation:landscape){
	.red-boxgamesslot{
		height: 108px !important;
		background: #4f4f4f;
	}
}
@media screen and (min-width:501px) and (max-width:590px) and (orientation:landscape){
	.red-boxgamesslot{
		height: 127px !important;
		background: #4f4f4f;
	}
}
@media screen and (min-width:591px) and (max-width:640px) and (orientation:landscape){
	.red-boxgamesslot{
		height: 141px !important;
		background: #4f4f4f;
	}
}
@media screen and (min-width:650px) and (max-width:680px) and (orientation:landscape){
	.red-boxgamesslot{
		height: 146px !important;
		background: #4f4f4f;
	}
}
@media screen and (min-width:681px) and (max-width:750px) and (orientation:landscape){
	.red-boxgamesslot{
		height: 159px !important;
		background: #4f4f4f;
	}
}
@media screen and (min-width:600px) and (max-width:750px) and (orientation:portrait) {
	.red-boxgamesslot{
		height: 192px;
		background: #4f4f4f;
	}
	/*.game-grid-whole {
		grid-column: 1 / 5 !important;
	}*/
}
@media screen and (min-width:759px) and (max-width:799px) {
	.red-boxgamesslot{
		height: 215px;
		background: #4f4f4f;
	}
	/*.game-grid-whole {
		grid-column: 1 / 5 !important;
	}*/
}
@media screen and (min-width:759px) and (max-width:799px) and (orientation:landscape) {
	.red-boxgamesslot{
		height: 165px;
		background: #4f4f4f;
	}
	/*.game-grid-whole {
		grid-column: 1 / 5 !important;
	}*/
}
@media screen and (min-width:800px) and (max-width:899px) {
	.red-boxgamesslot{
		height: 175px;
		background: #4f4f4f;
	}
	/*.game-grid-whole {
		grid-column: 1 / 5 !important;
	}*/
}
@media screen and (min-width:900px) and (max-width:999px) {
	.red-boxgamesslot{
		height: 225px;
		background: #4f4f4f;
	}
	/*.game-grid-whole {
		grid-column: 1 / 5 !important;
	}*/
}
@media screen and (min-width:1000px) and (max-width:1180px) {
	.red-boxgamesslot{
		height: 281px;
		background: #4f4f4f;
	}
	/*.game-grid-whole {
		grid-column: 1 / 5 !important;
	}*/
}
@media screen and (min-width:1181px) and (max-width:1299px) {
	.red-boxgamesslot{
		height: 349px;
		background: #4f4f4f;
	}
	/*.game-grid-whole {
		grid-column: 1 / 5 !important;
	}*/
}
@media screen and (min-width:1300px) {
	.red-boxgamesslot{
		height: 285px;
		background: #4f4f4f;
	}
	/*.game-grid-whole {
		grid-column: 1 / 5 !important;
	}*/
}
@media screen and (min-width:1600px) and (orientation:portrait) {
	.red-boxgamesslot{
		height: 442px;
		background: #4f4f4f;
	}
	/*.game-grid-whole {
		grid-column: 1 / 5 !important;
	}*/
}
@media screen and (min-width:2500px) and (orientation:landscape) {
	.red-boxgamesslot{
		height: 696px;
		background: #4f4f4f;
	}
	/*.game-grid-whole {
		grid-column: 1 / 5 !important;
	}*/
}

/* START min-width:320px */
@media screen and (max-width: 320px) and (min-width: 320px) {
	.login-register-innerdiv span{
		font-size: 13px !important;
	}
	.header-logo {
		height: 38px !important;
	}
	.btn {
		padding: 7px 12px 3px 12px !important;
	}
}
/* END min-width:320px */

@media screen and (min-width:300px) and (max-width:319px) {
	.popup{
		width: 295px !important;
	}
}

/* START min-width:320px to max-width:500px */
@media screen and (min-width:320px) and (max-width:375px) {

	.header-logo-div {
		width: 17% !important;
	}
	.login-register-div{
		width: 85% !important;
	}
	.login-register-innderdiv{
		padding-right: 0 !important;
	}
	.btn-orange{
		/*font-size: 12px;*/
		padding: 8px 12px 4px 12px !important;
	}
	.btn-blue{
		font-size: 12px;
		padding: 8px 12px 4px 12px !important;
	}
	.popup{
		width: 310px !important;
	}
	.button-small{
		padding: 12px 0 0 0 !important;
	}
	.title-foot {
		font-size: 10px !important;
	}
}
/* END min-width:320px to max-width:500px */

/* START min-width:600px to max-width:750px */

@media screen and (min-width:600px) and (max-width:750px) {
	.game-block {
		grid-template-columns: repeat(6, 1fr) !important;
	}
	.tournament-grid-99 {
		grid-column-start: 1 !important;
		grid-column-end: 7 !important;
	}
	.game-block.live-casino {
		grid-template-columns: repeat(3, 1fr) !important;
	}
	.game-block.bolatangkas{
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.beli-base2 {
		position: absolute;
		right: 10%;
		bottom: 43.5%;
		z-index: 1;
	}
	.beli-base3 {
		right: 6% !important;
		bottom: 28.5% !important;
	}
	.selengkapnya-base2 {
		position: absolute;
		bottom: 4%;
		right: 8%;
		z-index: 1;
	}
	.selengkapnya-base2 .selengkapnya {
		font-size: 22px !important;
	}
	.selengkapnya-base3 {
		bottom: 2% !important;
		right: 8% !important;
	}
	.selengkapnya-base3 .selengkapnya2 {
		font-size: 22px !important;
	}
	.beli-sekarang {
		font-size: 18px;
		width: 190px;
		height: 40px;
		background: #eb3e16;
		border-radius: 2px;
		color: #fff;
		padding-top: 4px;
	}
	.beli-sekarang2 {
		font-size: 18px !important;
		width: 190px !important;
		height: 40px !important;
		padding-top: 4px !important;
	}
	.depo-volume{
		font-size: 31px !important;
		padding: 6px 15px !important;
	}
	.float_button_banner {
		bottom: 2%;
		right: 1.4%
	}
	/*.video-play-btn{
		width: 32% !important;
		padding: 7% !important;
	}*/
}

/* END min-width:600px to max-width:750px */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* START min-width:760px to max-width:999px */

@media screen and (min-width:760px) and (max-width:999px) {
	.button-small {
		width: 42%;
		padding: 0.9375rem 0;
		margin: 0 0.9375rem;
		height: 55px;
		font-size: 25px;
		border-radius: 2px
	}
	.game-block {
		grid-template-columns: repeat(6, 1fr) !important;
	}
	.tournament-grid-99 {
		grid-column-start: 1 !important;
		grid-column-end: 7 !important;
	}
	.game-block.live-casino {
		grid-template-columns: repeat(3, 1fr) !important;
	}
	.game-block.bolatangkas{
		grid-template-columns: repeat(1, 1fr) !important;
	}
	/*.game-grid-whole {
		grid-column: 2 / 6 !important;
	}*/
	.side-login {
		padding-top: 0.6875rem;
		width: 200px;
		height: inherit;
		/*padding-left: 2.1875rem;*/
	}
	.side-reg {
		padding-top: 0.5625rem;
		height: 60px;
		margin-top: -0.625rem
	}
	.foot-icons,
	.highlight-foot-icons {
		height: 33px;
		width: 34px;
		margin: 6px auto
	}
	.highlight-foot-icons {
		display: none
	}
	.selengkapnya-base {
		position: absolute;
		bottom: 3%;
		right: 6%;
	}
	.selengkapnya {
		font-size: 13px !important;
	}
	.selengkapnya2 {
		font-size: 13px !important;
	}
	.depo-volume{
		font-size: 30px !important;
		padding: 7px 12px !important;
	}
	.float_button_banner {
		bottom: 2%;
		right: 1.4%
	}
	.btn-banner {
		min-width: 160px !important;
		padding: 10px 0 !important;
	}
	.ios .btn{
		line-height: 26px !important;
	}
}

/* END min-width:760px to max-width:999px */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* START min-width:1000px */

@media screen and (min-width:1000px) {
	.side-login {
		padding-top: 0.75rem;
		width: 200px;
		height: inherit;
		/*padding-left: 1.4375rem;*/
	}
	.game-block {
		grid-template-columns: repeat(6, 1fr) !important;
	}
	.tournament-grid-99 {
		grid-column-start: 1 !important;
		grid-column-end: 7 !important;
	}
	.game-block.live-casino {
		grid-template-columns: repeat(3, 1fr) !important;
	}
	.game-block.bolatangkas{
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.side-reg {
		/*padding-top: 0.875rem;*/
		height: 60px;
		margin-top: -0.625rem;
	}
	.foot-icons,
	.reg-show {
		display: inline-block
	}
	.foot-icons,
	.highlight-foot-icons {
		height: 33px;
		width: 34px;
		margin: 6px auto
	}
	.highlight-foot-icons {
		display: none
	}
	.formInput, .formInput2 {
		float: right;
		width: 60%;
		font-size: 20px;
	}
	.beli-base2 {
		position: absolute;
		right: 6%;
		bottom: 42%;
		z-index: 1;
	}
	.beli-base3 {
		right: 6% !important;
		bottom: 32% !important;
	}
	.selengkapnya-base2 .selengkapnya {
		font-size: 17px !important;
	}
	.selengkapnya-base2 {
		position: absolute;
		bottom: 3.5%;
		right: 8%;
		z-index: 1;
	}
	.selengkapnya-base3 .selengkapnya2 {
		font-size: 30px !important;
	}
	.selengkapnya-base3 {
		bottom: 3.5% !important;
		right: 8% !important;
	}
	.beli-sekarang {
		font-size: 17px;
		width: 170px;
		height: 40px;
	}
	.beli-sekarang2 {
		font-size: 25px !important;
		width: 227px !important;
		height: 63px !important;
	}
	.selengkapnya-base {
		position: absolute;
		bottom: 3%;
		right: 7%;
		width: 120px!important;
	}
	.selengkapnya {
		font-size: 17px !important;
	}
	.selengkapnya2 {
		font-size: 17px !important;
	}
	.depo-volume{
		font-size: 20px !important;
		padding: 3px 8px !important;
	}
	.float_button_banner {
		bottom: 2%;
		right: 1.4%
	}
	.btn-banner {
		min-width: 160px !important;
		font-size: 25px !important;
		padding: 8px 0 !important;
	}
	.ios .btn{
		line-height: 26px !important;
	}
}

/* END min-width:1000px */

/*	END MEDIA QUERY */
/*======================================================================*/
/*	START CUSTOM STYLES */

body{
	font-size: 13px !important;
	font-family: Avenir-Roman, Arial, sans-serif !important;
}
p span a{
	text-decoration: none !important;
}

@font-face {
    font-family: Avenir-Roman;
    src: url(../fonts/AvenirLTStd-Roman.eot);
    src: url(../fonts/AvenirLTStd-Roman.eot?#iefix) format('embedded-opentype'),
    	url(../fonts/AvenirLTStd-Roman.woff) format('woff'),
    	url(../fonts/AvenirLTStd-Roman.ttf) format('truetype'),
    	url(../fonts/AvenirLTStd-Roman.svg#AvenirLTStd55RomanRegular) format('svg');
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: Avenir-Heavy;
    src: url(../fonts/AvenirLTStd-Heavy.eot);
    src: url(../fonts/AvenirLTStd-Heavy.eot?#iefix) format('embedded-opentype'),
   	 	url(../fonts/AvenirLTStd-Heavy.woff) format('woff'),
   	 	url(../fonts/AvenirLTStd-Heavy.ttf) format('truetype'),
    	url(../fonts/AvenirLTStd-Heavy.svg#AvenirLTStd85HeavyRegular) format('svg');
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: Oswald, sans-serif
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),
    	url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),
    	url(../fonts/glyphicons-halflings-regular.woff) format('woff'),
    	url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),
    	url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

@font-face {
    font-family: BigNoodleTitling;
    src: url(../fonts/bignoodletitling.eot);
    src: url(../fonts/bignoodletitling.ttf)
}

.header-logo{
	height: 40px;
    margin-top: -9px;
    margin-left: 10px;
}
.header-logo-div{
	width: 25%;
	margin-top: 5px;
}
.login-register-div{
	float: right;
	width: 100%;
}
.login-register-innerdiv{
	float: right;
	padding-right: 5px;
}
.ios .login-register-innerdiv{
	float: right;
	padding-right: 0;
}
.sidebar-icon{
	font-size: 30px;
	margin-left: 10px;
}
.ios .sidebar-icon{
	margin-left: 2px;
}
.breadcrumb {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	padding: 2px 0.625rem 0 !important;
	margin-bottom: 0 !important;
	list-style: none !important;
	background-color: #a31c1c !important;
	border-radius: 0px !important;
	border-bottom: 1px solid #212121;
}
.breadcrumb > li + li::before {
	color: #fff;
	content: "/" !important;
	padding: 0px 5px !important;
	float: left !important;
}
.breadcrumb li a{
	color: #fff;
	font-size: 12px;
	float: left;
	font-weight: bold;
}
.navbar{
	height: 50px !important;
	background: #1e1e1e !important;
	position: fixed;
	top: 0;
	left: 0;
}
.swiper-box{
	margin: 0px 0 35px;
	font-size: 18px;
	height: 120px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff !important;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img{
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 168px;
	width: 100%;
}
.panel{
	background: #fff;
}
.nav-item {
	font-size: 16px;
	padding: 1.125rem 1.375rem 1.0625rem 0.625rem;
	line-height: 0;
	display: block;
}
.nav-item,
.nav-items {
	color: #fff
}
.nav-items,
.nav-submenu a {
	border-bottom: solid 1px rgba(0, 0, 0, .1);
	text-decoration: none;
}
.nav-item {
	height: 50px;
	/*box-shadow: 0 1px 0 0 rgba(48, 48, 48, .5)*/
}
.nav-item:hover {
	color: #fff !important;
    background-color: #a31c1c;
	text-decoration: none;
}
.nav-items {
	height: 55px;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, .05)
}
.nav-active,
.navigation-item .nav-item:hover .navigation-item {
	color: #fff;
    background-color: #a31c1c;
}
.nav-active .nav-item{
	color: #fff !important;
}
.navigation-item a{
	color: #000 !important;
}
.sidebar-decoration {
	/*height: 1px;*/
	background-color: #6d6a6a;
}
.side-img {
	display: inline-block;
	height: 22px;
	width: 22px;
	float: left;
	margin: 0.375rem 0.3125rem 0 0.625rem;
}
.sidebar-breadcrumb a {
	display: inline-block!important
}
.sidebar-breadcrumb {
	color: #9a9a9a;
	font-size: 11px;
	padding: 0.3125rem 0.9375rem;
	border-top: 1px solid #a21c1b;
}
.button-small {
	width: 36%;
	padding: 0.375rem 0;
	margin: 0 0.25rem;
	font-size: 17px;
	height: 40px;
	display: inline-block;
	font-weight: bolder;
	vertical-align: middle
}
.button-small a {
	margin-top: 0;
	color: #fff;
}
.icon-user {
	height: 14px;
	width: 14px;
	margin: -0.1875rem 0 0 0px;
}
.side-login {
	margin-top: -0.4375rem;
	padding-top: 0.3125rem;
	color: #fff;
	width: 100px;
}
.side-reg {
	color: #000000;
}
.sidebar-metode-pembayaran{
	float: left;
	margin-top: 0.3125rem;
	margin-left: 0.5rem;
	color: #fff;
	margin-bottom: -0.9375rem;
	font-size: 12px;
}
.sidebar-img {
	padding: 0;
	width: 95%;
	height: auto;
	margin-left: 0.375rem;
}
.footer {
	/*overflow-x: hidden;*/
	left: 0;
	bottom: -2px;
	width: 100%;
	position: fixed;
	z-index: 9999;
	/*padding-bottom: 1px;*/
	font-weight: 700;
	background-image: linear-gradient(to bottom, #fcfcfc 0%, #cfcfcf 100%) !important;
	padding-top: 5px;
	max-height: 52px;
	border-top-left-radius: 21px !important;
    border-top-right-radius: 21px !important;
}
.ui-navbar,
.ui-navbar ul {
	max-width: 100%
}
.ui-navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	border: 0;
	overflow: visible;
	background-color: #000;
}
.ui-navbar li {
	/*border-left: 1px solid #fff;
	background-color: #cdcdcd;*/

}
.ui-navbar li:first-child {
	border-left: none;

}
.ui-navbar ul:after,
.ui-navbar ul:before {
	content: "";
	display: table
}
.ui-footer .ui-navbar .ui-btn {
	border-top-width: 0;
	border-bottom-width: 0
}

.ui-navbar li .ui-btn {
	display: block;
	margin: 0;
	padding: 2px 0px;
	border-right-width: 0
}
.ui-navbar a {
	color: #000;
}

.ui-navbar .ui-grid-c .ui-block-a a {
	border: none
}
.ui-navbar .ui-block-a a:active,
.ui-navbar .ui-block-a a:active .fa-3,
.ui-navbar .ui-block-a a:hover,
.ui-navbar .ui-block-a a:hover .fa-3,
.ui-navbar .ui-block-b a:active,
.ui-navbar .ui-block-b a:active .fa-3,
.ui-navbar .ui-block-b a:hover,
.ui-navbar .ui-block-b a:hover .fa-3,
.ui-navbar .ui-block-c a:active,
.ui-navbar .ui-block-c a:active .fa-3,
.ui-navbar .ui-block-c a:hover,
.ui-navbar .ui-block-c a:hover .fa-3,
.ui-navbar .ui-block-d a:active,
.ui-navbar .ui-block-d a:active .fa-3,
.ui-navbar .ui-block-d a:hover,
.ui-navbar .ui-block-d a:hover .fa-3 {
	color:#fff;
	background: #a31c1c;
}
.highlight-foot-icons,
.ui-navbar .ui-block-a a:active .foot-icons,
.ui-navbar .ui-block-a a:hover .foot-icons,
.ui-navbar .ui-block-b a:active .foot-icons,
.ui-navbar .ui-block-b a:hover .foot-icons,
.ui-navbar .ui-block-c a:active .foot-icons,
.ui-navbar .ui-block-c a:hover .foot-icons,
.ui-navbar .ui-block-d a:active .foot-icons,
.ui-navbar .ui-block-d a:hover .foot-icons {
	display: none
}
.ui-navbar .ui-block-a a:active .highlight-foot-icons,
.ui-navbar .ui-block-a a:hover .highlight-foot-icons,
.ui-navbar .ui-block-b a:active .highlight-foot-icons,
.ui-navbar .ui-block-b a:hover .highlight-foot-icons,
.ui-navbar .ui-block-c a:active .highlight-foot-icons,
.ui-navbar .ui-block-c a:hover .highlight-foot-icons,
.ui-navbar .ui-block-d a:active .highlight-foot-icons,
.ui-navbar .ui-block-d a:hover .highlight-foot-icons {
	display: inline-block
}
.glyphicon,
.source,
.ui-navbar li .ui-btn {
	font-size: 10px
}
.ui-grid-c>.ui-block-a,
.ui-grid-c>.ui-block-b,
.ui-grid-c>.ui-block-c,
.ui-grid-c>.ui-block-d,
.ui-grid-c>.ui-block-e {
	width: 20%;
	float: left;
}
.foot-icons,
.highlight-foot-icons {
	height: 23px;
	width: 24px;
	margin: 3px auto
}
.foot-icons {
	display: inline-block
}
.highlight-foot-icons,
.reg-show {
	display: none
}
.ui-navbar i{
	font-size: 27px;
}
.game-three-panel {
	width: 33%;
    float: left;
}
.page {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
}
.page-content {
	margin-bottom:0.0625rem;
}
.formInput,
.formInput2 {
	float: right;
	width: 60%;
	background: #ffffff;
	border-radius: 4px;
}
.depo-warn>div,
.formInput2>img {
	display: inline-block
}
.formInput2>img {
	height: 24px
}
.formLabel,
.formLabel2 {
	width: 40%;
	padding-right: 0.3125rem;
	float: left
}
.formLabel {
	color: #000;
}
.contactFields {
	height: 40px;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	margin-bottom: 0;
}
.InputAddOn {
	display: flex;
}

.InputAddOn-field {
	flex: 1;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	margin-left: 0 !important;
}
.InputAddOn-field:not(:first-child) {
	border-left: 0;
}
.InputAddOn-field:not(:last-child) {
	border-right: 0;
}

.InputAddOn-item {
	background-color: #e9ecef;
	color: #495057;
	font: inherit;
	font-weight: normal;
	line-height: 33px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.InputAddOn-field,
.InputAddOn-item {
	padding: 0.2em 0.75em;
}
.InputAddOn-field:first-child,
.InputAddOn-item:first-child {
	border-radius: 7px 0 0 7px;
}
.InputAddOn-field:last-child,
.InputAddOn-item:last-child {
	border-radius: 7px 0 0 7px;
}
.inputrow > * {
	border-radius: 2px;
	min-width: 0;
}
.input-radius{
	border-top-right-radius: 7px !important;
	border-bottom-right-radius: 7px !important;
	background: #ffffff !important;
    border: 1px solid #000 !important;
}
.contactOption {
	padding-right: 30px;
	background-image: url(../img/ui/arrow-down.png);
	background-repeat: no-repeat;
	background-size: 15px 9px;
	background-position: 96% 15px;
}
.contactField {
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0;
}
.contactField, .contactTextarea {
	min-width: 100%;
	display: block;
	box-sizing: border-box;
}
.contactField {
	/*background-color: #fff;*/
	color: #fff;
	letter-spacing: 0;
}
.contactField, .contactTextarea {
	font-family: inherit;
	font-size: 13px;
}
.note{
	width: 100%;
    font-size: 12px;
    color: #ca911f;
}
.note2{
	width: 100%;
    font-size: 12px;
    color: #a31c1c;
}
.captcha{
	width: 60%;
	float: right;
	padding: 10px 0;
}
.checkbox-confirmation{
	width: 20px;
	height: 20px;
	float: left;
	-webkit-appearance: checkbox;
	box-sizing: border-box;
	margin-right: 5px;
}
.contactSubmitButton {
	line-height: 32px!important;
	display: block!important;
	height: 40px!important;
	margin-right: 0;
	width: 100%;
}
.number-list li {
	overflow: visible!important;
	list-style: decimal;
	margin-left: -20px;
}
.nav-icon{
	width: 30px;
	float: left;
	font-size: 20px !important;
}
.nav-icon i{
	line-height: 0.7;
}
.nav-title{
	float:left;
	line-height: 1;
	font-weight: bold;
}
.nav-icon-alignment{
	margin-top: -3px;
}
.accordion-item a{
	text-decoration: none;
}
.nav-title-accordion{
	float: left;
	margin-top: 2px;
}
.tab-link-active{
	background: #a31c1c;
}
.depo-volume{
	font-size: 36px;
	padding: 6% 4%;
}
.offlinebank-icon{
	width: 85px !important;
	float: left;
	margin-right: 3px;
	height: 39px !important;
}
.beli-base2 {
	position: absolute;
	right: 4%;
	bottom: 40%;
	z-index: 1;
}
.beli-base3 {
	position: absolute;
	right: 4%;
	bottom: 20%;
	z-index: 1;
}
.selengkapnya-base2 {
	position: absolute;
	bottom: 1.5%;
	right: 8%;
	z-index: 1;
}
.selengkapnya-base2 .selengkapnya {
	font-size: 12px;
}
.selengkapnya-base3 {
	position: absolute;
	bottom: 1%;
	right: 8%;
	z-index: 1;
}
.selengkapnya-base3 .selengkapnya2 {
	font-size: 12px;
}
.beli-sekarang{
	font-size: 14px;
	width: 140px;
	height: 36px;
	background: #eb3e16;
	border-radius: 2px;
	color: #fff;
	padding-top: 5px;
	border: 0;
}
.beli-sekarang2{
	font-size: 14px;
	width: 140px;
	height: 36px;
	background: #eb3e16;
	border-radius: 2px;
	color: #fff;
	padding-top: 5px;
	border: 0;
}
.selengkapnya{
	font-size: 14px;
	font-style: italic;
	text-decoration: underline;
	color: #fff;
	font-weight: 100;
}
.selengkapnya2{
	font-size: 14px;
	font-style: italic;
	text-decoration: underline;
	color: #fff;
	font-weight: 100;
}
.promo-title{
	background: #a31c1c;
	padding: 2px 5px;
	color: #fff;
	font-weight: bold;
	margin-top: 7px;
}
.promosi-btn {
    width: 31.7%;
    margin: 8px 1px;
    color: #fff!important;
    border-radius: 0;
    line-height: 23px !important;
    font-size: 10px!important;
    font-weight: 700;
    padding: 10px 0px 5px 0px !important;
}
.promosi-btn-before{
	width: 50%;
	margin: 0px -2px;
	color: #fff!important;
	border-radius: 0;
	line-height: 23px !important;
	font-size: 10px!important;
	font-weight: 700;
	padding: 10px 0px 5px 0px !important;
}
.promosi-btn-after{
	width: 33.33%;
	margin: 0px -2px;
	color: #fff!important;
	border-radius: 0;
	line-height: 23px !important;
	font-size: 10px!important;
	font-weight: 700;
	padding: 10px 0px 5px 0px !important;
}
.slidetoggle{
	font-size: 17px;
	background-color: #ffffff !important;
	border-bottom: 1px solid #fff;
	padding: 7px 10px 7px 30px;
	width: 100%;
	color: #000;
	font-weight: bold;
}
.dropdown-tentang{
	width: 15%;
	float: right;
	padding: 17px 15px;
	margin-top: -55px;
}
.dropdown-tentang i{
	color: #000;
	font-size: 30px;
}
.bg-tentang-kami{
	background: #595959
}
.tutorial-bermain {
	background: linear-gradient(#ec2866, #981940);
	width: 280px;
	padding: 8px 0;
	border-radius: 5px;
	margin-top: 10px;
}
.video-tutorial {
	background: linear-gradient(#28adeb, #196b92);
	width: 280px;
	padding: 8px 0;
	border-radius: 5px;
	margin-top: 15px;
}
.link-alternatif {
	background: linear-gradient(#28ea56, #1a9336);
	width: 280px;
	padding: 8px 0;
	border-radius: 5px;
	margin-top: 15px;
}
.cara-bermain {
	background: linear-gradient(#ec2866, #981940);
	width: 280px;
	padding: 8px 0;
	border-radius: 5px;
	margin-top: 10px;
}
.tentang-icon {
	font-size: 30px;
	color: #fff;
	padding: 6px 0px 4px 13px;
}
.tentang-text {
	float: left;
	font-size: 15px;
	margin-left: 14px;
	margin-top: 10px;
	color: #fff;
}
.link-alt{
	width:100%;
	display:block;
	background-color:#b80039;
	text-align:center;
	padding:10px;
	margin-top:5px;
	font-size: 16px;
	color: #fff;
	font-weight: bolder;
}
.float_button_banner {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	position: absolute
}

.float_button_banner {
	bottom: 5%;
	right: 2%;
	border-radius: 1px
}
.btn-banner{
	font-size: 17px;
	min-width: 100px;
	padding: 10px 0 5px 0 !important;
	border-radius: 4px;
	display: inline-block;
	color: #fff !important;
	text-align: center;
	font-weight: bold;
}
.popup {
    background: #fff;
    width: 342px;
    top: calc(50% - 154px);
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 18px;
    border: 1px solid #fff;
}
.contactField {
	height: 40px;
	padding: 4px 7px 0 !important;
	margin-bottom: 0 !important;
	border-radius: 4px !important;
	color: #000000 !important;
	font-size: 15px !important;
	border: 1px solid #000 !important;
	width: 100%;
}
.popup-btn-masuk{
	border: 0px solid transparent;
	background-image: linear-gradient(to bottom, #25bd61 0%, #1c7d42 100%) !important;
	border-radius: 3px;
	width: 100%;
	color: #fff !important;
	padding: 8px 0 3px 0;
	border-radius: 0px;
}
.popup-border{
	border: 2px solid linear-gradient(to bottom, #15b6ed 0%, #0d83ab 100%);
}
.footer-active{
	color: #a31c1c !important;
	/*background-color:#a31c1c;*/
}
.step-head {
	height: 70px;
	width: 100%;
	background: #a31c1c;
}
.step-head a button {
	float: right;
	font-size: 13px;
	width: 130px;
	height: 28px;
	background: #19ac51;
	border: 0px solid transparent;
	color: #fff;
	padding-top: 2px;
	font-weight: bold;
}
.step-head-title{
	color: #fff;
	font-size: 25px !important;
	font-weight: bold;
	float: left;
	margin-bottom: 0;
}
.step-head span {
	float: left;
	font-size: 11px;
	min-width: 315px;
	text-align: left;
	line-height: 1;
	padding-top: 3px;
	color: #fff;
}
.memo-notification{
	color: #f5070a;
	padding: 3px 8px 0px;
	margin-top: 2px;
	position: absolute;
	z-index: 9;
	margin-left: 62%;
	border-radius: 50%;
	background: #fff;
	font-weight: bold;
}
.memo-notif{
	/* position: absolute; */
    /* margin: -49px 0 0 51px; */
    background: none;
    border-radius: 100%;
    font-size: 13px;
    width: 17px;
    height: 17px;
    padding-left: 1px;
    display: block;
    text-align: center;
    color: #000;
    padding-top: 11px;
    float: right;
    font-weight: bold;
}
.form__choice2 {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	font-size: 11px;
	text-align: center;
	width: 25%;
	float: left;
	padding-right: 6px;
}
.form__choice2 input[type="radio"]:checked ~ label {
	opacity: 1;
	border: 1px solid #19ac51;
	background: #19ac51;
	color: #fff;
	text-decoration: none;
}
.form__choice2 label {
	border: 1px solid #19ac51;
	box-sizing: border-box;
	display: block;
	padding: 13px 0px;
	cursor: pointer;
	height: 40px;
	color: #000;
}
.form__choice2 input[type="radio"] {
	opacity: 0;
	width: 0;
	height: 0;
}
.radio-banks {
	-webkit-appearance: radio;
	float: left;
}
.bank-btn {
	width: 100%;
	height: 44px;
	background-image: linear-gradient(to bottom, #25bd61 0%, #1c7d42 100%);
	border-radius: 3px !important;
	color: #fff;
	margin: 0 auto;
	text-align: center;
}
.masuk-e-bank {
	float: left;
	padding: 13px 16px;
	font-size: 16px;
}
.bank-img {
	width: 87px !important;
    height: 25px !important;
    float: left;
    margin: 10px 0 0 10px;
}
.bank-img.PERMATA{
	width: 115px !important;
	height: 32px !important;
	float: left;
	margin-top: 5px;
	margin-left: 8px;
}
.bank-img.panin{
	width: 97px !important;
	height: 33px !important;
	margin-top: 6px;
}
.bank-img.mega{
	width: 97px !important;
	height: 15px !important;
	margin-top: 15px;
}
.bank-img.cimb{
	width: 87px !important;
	height: 17px !important;
	margin-top: 15px;
}
.deposit-bank-div{
	width: 317px;
	margin: 0 auto;
}
.nomor {
	/*margin-left: 3px;*/
	text-decoration: underline;
	color: #ca911f !important;
	text-transform: capitalize!important;
}
.formInput-validisi{
	width: 35%;
	background: #fff;
	float: right;
	border-radius: 4px;
}
.voucher88-captcha{
	float: left;
	width: 50px !important;
	height: 20px !important;
}
.voucher88-refresh{
	width: 22px !important;
	height: 22px !important;
	float: left;
}
.akun-saya-link{
	color: #b50000 !important;
	text-decoration: underline;
	font-size: 12px;
	padding: 8px 0;
	font-weight: bold;
}
.changepass-kembal{
	padding: 8px 9px 5px 9px;
	background: #a31c1c;
	text-align: center;
	border-radius: 2px;
	color: #fff !important;
}
.changepass-kembali{
	width: 96px;
	margin: 20px auto;
}
.message-detail-title{
	background: #808080 !important;
    width: 95%;
    height: 25px;
    color: #fff !important;
    padding-left: 5px !important;
}
.message-detail-desc{
	height: 300px;
	background: #808080;
	color: #fff;
	padding: 3px 5px;
	width: 95%;
}
.tutorial-nav {
	display: inline-block;
	padding: 4px 10px;
	font-size: 18px;
	float: left;
	color: #000 !important;
}

.tutorial-nav-active {
	color: #a31c1c !important;
}
.game-hide{
	display: none;
}
.info-navigation-div{
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	overflow-x: scroll;
	overflow-y: hidden;
}
.info-tutorial-div{
	overflow:hidden;
	width:100%;
	height:auto;
	padding: 0;
}
.info-navigation-width{
	margin: 0 auto;
	width: 1500px;
}
.game-div img{
	width: 100%;
	height: 100%;
}
.video-play-btn{
	color: #fff !important;
	position: absolute;
	font-size: 45px;
	width: 100%;
	background: rgb(0,0,0,0.4);
	text-align: center;
	height: 100%;
	padding-top: 29%;
}
.video-iframe{
	width: 100%;
	min-height: 300px;
}
.preloader-modal{
	padding: 100%;
}
.deposit-tab-style{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px !important;
	padding-top: 5px;
}
.formSubmitButtonErrorsWrap{
	margin-top: 5px;
}
.memo-delete{
	background: transparent;
    border: 0;
    text-decoration: underline;
}
.footer-line{
	border-left: 1px solid #fff;
    padding: 5px 0;
}
.home-accordion-tab{
	/*border-bottom: 1px solid #55565b;*/
    background: #ededed;
    color: #fff;
    padding-bottom: 1px;
}
.item-title{
	padding-left: 10px;
	padding-top: 3px;
	color: #fff;
	font-size: 14px;
}
.lihat-button{
	color: #fff!important;
	border: 1px solid #fff;
	padding: 5px 5px 3px;
	font-size: 10px;
	text-transform: capitalize;
	/* background: #febe2f; */
	border-radius: 13px;
	margin-right: 3px;
	float: right;
}
.lihat-button-div{
	width: 100%;
	height: 100%;
	background: #b70038;
}
.md .list .item-inner {
    letter-spacing: 1px;
    min-height: 42px;
    background-size: auto;
    background-position: unset !important;
}
.ios .list .item-inner {
    letter-spacing: 1px;
    min-height: 42px;
    background-size: auto !important;
    background-position: unset !important;
}
.voucher88-navbutton{
	position: absolute;
	margin-top: 30px;
	width: 95%;
}
.voucher-swiper{
	color: #434b48;
	font-size: 30px;
	font-weight: bold;
}
.marquee {
    width: 100%;
    margin: -7px auto;
    padding: 7px;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 50s linear infinite;
    background: #1d1d1d;
}
.dp-content{
	font-size: 14px;
	text-align: left;
}
.dp-margin{
	margin-top: 70%;
}
.page-link{
	color: #000 !important;
}
.btn-balas{
	padding: 9px 12px 3px 12px;
}
.bank-sidebar-grid{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin-left: 5px;
	margin-top: 5px;
	/*grid-gap: 10px;*/
}
.bank-icons img{
	width: 45px;
}
.lihat-semua-div{
	width: 121.66px !important;
    height: 125.66px !important;
    background: #b70038;
}
.wd-bank-div{
	margin-top: 5px;
}
.game-one-half {
    width: 50%;
    float: left;
    height: 215px;
}
.ios .list ul:after {
    background-color: transparent !important;
}
.app-container {
    height: 90px;
    z-index: 9;
    display: none;
    position: relative;
}
/*.tutorial-vid-div{
	height: 170px;
}*/
@media (orientation: landscape){
	.ios.device-iphone-x .login-popup-panel {
		padding-left: calc(15px + constant(safe-area-inset-left));
		padding-left: calc(15px + env(safe-area-inset-left));
	}
	.ios.device-iphone-x .ios-popuplogin {
		width: 360px;
		margin-left: -40px;
	}
}
.home-game-play{
	text-align: center;
	background: #febe2f;
	padding: 3px 0 0px 0;
}
.home-game-play span{
	color: #000;
	font-weight: bold;
}
.home-slot-live-banner{
	background: #fff;
	padding: 1px 5px;
}
.home-slot-live-banner img{
	margin: 3px 0;
}

/* CUSTOM HOME GAME STYLE */
.game-box.BANNER .home-game-play {
  display: none;
}
.game-box.BANNER .home-game-play{
  display: none;
}
.game-box.BANNER{
  background: #fff;
  /*margin: 5px;*/
}
.game-box.BANNER:first-child{
  padding-top: 0;
}
.pd5-bottom-white{
  padding-bottom: 5px;
  background-color: #fff;
}
.hiddenplay ~ .home-game-play{
  display: none;
}
/*	END CUSTOM STYLES */
.game-box{
	position:relative;
}
.game-tag{
	position: absolute;
    background: red;
    padding: 4px 3px;
    font-weight: bold;
    right: 0px;
    top: 0px;
    z-index: 2;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    /*line-height: 23px;*/
    vertical-align: middle;
    /*height: 20px;*/
}
.game-tag-left{
	position: absolute;
	background: #bd181e;
	padding: 4px 3px;
	font-weight: bold;
	left: 0px;
	top: 2px;
	z-index: 2;
	font-size: 12px;
	color: #fff;
	text-align:center;
	text-transform: uppercase;
	/*line-height: 23px;*/
	vertical-align: middle;
	/*height: 23px;*/
}
.hvrbox,
.hvrbox * {
    box-sizing: border-box;
}
.hvrbox {
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
		text-align:center;
}

.hvrbox img {
    max-width: 100%;
}

.hvrbox .hvrbox-layer_bottom {
    display: block;
}

.hvrbox .hvrbox-layer_top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.content-footer, .content-icon-footer {
    color: #000;
    font-size: 12px;
    padding: 0px 0px 20px 0px;
    float: left;
    width: 100%;
}
.gray{
	padding: 5px 5px 7rem 5px;
	background-color: #fff;
	float: left;
	color: #000000;
	font-size: 13px !important;
	text-align: center;
	border-top: 1px solid #fff;
	margin-top: -1px !important;
	width: 100vw;
}
.title-foot{
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
}
.copyright p {
    color: #000;
    font-size: 10px;
    margin-bottom: 1rem;
    padding-top: 0px;
}
.icon-three-panel {
    width: 33.333%;
    float: left;
}
.content-center {
    text-align: center;
    width: 100%;
    float: left;
	padding: 5px 5px 0px 5px;
}
.icon-box {
    height: 35px;
		vertical-align: middle;
    line-height: 35px;
}
.icon-bank-footer{
	padding: 5px;
    max-width: 85px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.icon-foot {
    /*width: auto;*/
    padding: 5px 10px;
    /*max-width: 100%;
    max-height: 50px;*/
    width: 105px;
}
.menu-footer {
    background: transparent !important;
    position: static;
    text-align: center;
    line-height: 2;
}
.menu-footer a {
    color: #ffcf60;
}
.menu-footer a {
    padding: 0px 5px;
    border-right: 1px solid #fff;
    line-height: 1;
}
.marquee span{
	color: #c48806;
}
.btn-masuk-bank{
	padding: 10px 10px 5px;
	min-width: 150px;
}
.btn-tulis-memo{
	padding: 10px 10px 5px;
}
.pagination{
	display: -webkit-inline-box;
    text-align: center;
}
.page-link {
    color: #000 !important;
    padding: 7px 7px;
}
.table td, .table th {
    border-top: 0px solid #dee2e6 !important;
}
.tentang-kami0{
  background: linear-gradient(#ec2866, #981940);
  width: 280px;
  padding: 8px 0;
  border-radius: 5px;
  margin-top: 10px;
}
.tentang-kami1{
  background: linear-gradient(#28adeb, #196b92);
  width: 280px;
  padding: 8px 0;
  border-radius: 5px;
  margin-top: 10px;
}
.tentang-kami2{
  background: linear-gradient(#28ea56, #1a9336);
  width: 280px;
  padding: 8px 0;
  border-radius: 5px;
  margin-top: 10px;
}
.game-box-bg{
	background: #ffbe2f !important;
}
.depo-announcement-bg{
	background: #a31c1c;
}
.slot.game-holder{
	width: 100%;
	display: block;
}
.game-three-panel.LIVE-DEALER{
	width: 100% !important;
}
.sprite-icon {
    background-image: url(../img/icon-sprite-2.png);
    background-repeat: no-repeat;
}
.gamemenu-microgaming {
    height: 26px;
    width: 23px;
    background-position: -1px 0px;
    /* filter: invert(100%); */
    position: absolute;
    margin: 2px;
    background-image: url(../img/mg-logo.png) !important;
}
.gamemenu-pragmatic-play {
    height: 26px;
    width: 21px;
    background-position: -8px -2px;
    /* filter: invert(100%); */
    position: absolute;
    background-image: url(../img/pp.png) !important;
    margin: 2px;
    background-size: 39px;
}
.gamemenu-habanero {
    height: 26px;
    width: 21px;
    background-position: -2px 0;
    /*filter: invert(100%);*/
    position: absolute;
    margin: 2px;
    background-image: url(../img/hb-logo.png) !important;
}
.gamemenu-isoftbet {
    height: 26px;
    width: 18px;
    background-position: 0px 2px;
    position: absolute;
    margin: 2px;
    /* filter: invert(0%) !important; */
    background-size: 18px;
    background-image: url(../img/isoftbet3.png) !important;
}
.gamemenu-idnslot{
	position: absolute;
    margin-left: 3px;
    height: 24px;
    width: 21px;
    background-position: 0px 3px;
    background-image: url(../../img/icons/game/idnslot.png) !important;
    background-size: 20px;
    background-repeat: no-repeat;
}
.gamemenu-skywind {
    position: absolute;
    margin-left: 3px;
    height: 24px;
    width: 21px;
    background-position: 0px 3px;
    background-image: url(../../img/icons/game/skywind-logo.png) !important;
    background-size: 20px;
    background-repeat: no-repeat;
}
.gamemenu-playstar {
    position: absolute;
    margin-left: 3px;
    height: 24px;
    width: 29px;
    background-position: 0px 3px;
    background-image: url(../../img/icons/game/playstar-icon.png) !important;
    background-size: 20px;
    background-repeat: no-repeat;
}
.gamemenu-playtech {
    position: absolute;
    margin-left: 3px;
    height: 24px;
    width: 29px;
    background-position: 0px 4px;
    background-image: url(../../img/icons/game/playtech-logo.svg) !important;
    background-size: 25px;
    background-repeat: no-repeat;
}
.gamemenu-spade-gaming {
    position: absolute;
    margin-left: 3px;
    height: 24px;
    width: 29px;
    background-position: 1px 4px;
    background-image: url(../../img/icons/game/spadegaming-icon.png) !important;
    background-size: 19px;
    background-repeat: no-repeat;
}
.gamemenu-ttg {
    position: absolute;
    margin-left: 3px;
    height: 24px;
    width: 29px;
    background-position: 1px 4px;
    background-image: url(../../img/icons/game/ttg-icon.png) !important;
    background-size: 14px;
    background-repeat: no-repeat;
}
.gamemenu-top-trend-gaming {
    position: absolute;
    margin-left: 3px;
    height: 24px;
    width: 29px;
    background-position: 1px 4px;
    background-image: url(../../img/icons/game/ttg-icon.png) !important;
    background-size: 14px;
    background-repeat: no-repeat;
}
.gamemenu-red-tiger {
    position: absolute;
    margin-left: 3px;
    height: 24px;
    width: 29px;
    background-position: 1px 4px;
    background-image: url(../../img/icons/game/red-tiger-icon.png) !important;
    background-size: 19px;
    background-repeat: no-repeat;
}
.gamemenu-cq9 {
    position: absolute;
    margin-left: 3px;
    height: 24px;
    width: 29px;
    background-position: 1px 0px;
    background-image: url(../../img/icons/game/cq9-icon.png) !important;
    background-size: 27px;
    background-repeat: no-repeat;
}
.gamemenu-pg-soft {
    position: absolute;
    margin-left: 3px;
    height: 24px;
    width: 29px;
    background-position: 1px 0px;
    background-image: url(../../img/icons/game/pg-icon-w.png) !important;
    background-size: 27px;
    background-repeat: no-repeat;
}
.gamemenu-booming {
    position: absolute;
    margin-left: 3px;
    height: 24px;
    width: 29px;
    background-position: 0px 2px;
    background-image: url(../../img/icons/game/bg-icon.png) !important;
    background-size: 21px;
    background-repeat: no-repeat;
}
.gamemenu-playsons {
    position: absolute;
    margin-left: 3px;
    height: 24px;
    width: 29px;
    background-position: 2px 4px;
    background-image: url(../../img/icons/game/playsons-icon.png) !important;
    background-size: 18px;
    background-repeat: no-repeat;
}
.gamemenu-gameart {
    position: absolute;
    margin-left: 3px;
    height: 24px;
    width: 29px;
    background-position: 0px 0px;
    background-image: url(../../img/icons/game/gameart-icon.png) !important;
    background-size: 26px;
    background-repeat: no-repeat;
}
.gamemenu-betsoft {
    position: absolute;
    margin-left: 3px;
    height: 26px;
    width: 29px;
    background-position: -1px 2px;
    background-image: url(../../img/icons/game/betsoft.png) !important;
    background-size: 30px;
    background-repeat: no-repeat;
}
.gamemenu-gameplay {
    position: absolute;
    margin-left: 3px;
    height: 24px;
    width: 29px;
    background-position: 0px 2px;
    background-image: url(../../img/icons/game/gameplay.png) !important;
    background-size: 22px;
    background-repeat: no-repeat;
}
.gamemenu-rtg {
    position: absolute;
    margin-left: 3px;
    height: 24px;
    width: 29px;
    background-position: 3px 2px;
    background-image: url(../../img/icons/game/rtg.png) !important;
    background-size: 16px;
    background-repeat: no-repeat;
}
.gamemenu-btg {
    position: absolute;
    margin-left: 3px;
    height: 24px;
    width: 29px;
    background-position: 1px 1px;
    background-image: url(../../img/icons/game/btg-icon-w.png) !important;
    background-size: 22px;
    background-repeat: no-repeat;
}
.gamemenu-mannaplay {
    position: absolute;
    margin-left: 3px;
    height: 24px;
    width: 29px;
    background-position: 2px 6px;
    background-image: url(../../img/icons/game/mannaplay-icon-w.png) !important;
    background-size: 26px;
    background-repeat: no-repeat;
}
.gamemenu-gmw {
    position: absolute;
    margin-left: 3px;
    height: 24px;
    width: 29px;
    background-position: 1px 8px;
    background-image: url(../../img/icons/game/gmw-icon-c.png) !important;
    background-size: 27px;
    background-repeat: no-repeat;
}
.gamemenu-nlc {
    position: absolute;
    margin-left: 3px;
    height: 24px;
    width: 29px;
    background-position: 1px 4px;
    background-image: url(../../img/icons/game/nlc-icon.png) !important;
    background-size: 20px;
    background-repeat: no-repeat;
}
.gamemenu-dodo-gaming {
    position: absolute;
    margin-left: 3px;
    height: 24px;
    width: 29px;
    background-position: 1px 4px;
    background-image: url(../../img/icons/game/dodo-icon.svg) !important;
    background-size: 12px;
    background-repeat: no-repeat;
}
.gamemenu-reevo {
    position: absolute;
    margin-left: 3px;
    height: 20px;
    width: 20px;
    background-size: 20px;
    background-image: url(../../img/icons/game/reevo-icon.webp) !important;
    top: 1px;
    z-index: 2;
}
.gamemenu-fast-spin {
    position: absolute;
    margin-left: 3px;
    height: 20px;
    width: 20px;
    background-size: 20px;
    background-image: url(../../img/icons/game/fastspin-icon.svg) !important;
    top: 1px;
    z-index: 2;
}
.gamemenu-png {
    display:none;
}
.game-box.NEW img{
	height: 98px;
}
.game-grid-whole{
	grid-column: 1 / 4;
}
.game-grid-whole.idnlive{
	grid-column: auto;
}
.game-grid-whole.popular .home-game-play{
	display:none;
}
@media(orientation: landscape){
	.game-grid-whole{
		grid-column: 2 / 6;
	}
	.game-grid-whole.popular{
		grid-column: 1 / 4 !important;
	}
	/*.game-block {
		grid-template-columns: repeat(6, 1fr);
	}*/
}
.popup-daftar{
	padding: 0px 22px !important;
	color: #fff !important;
	width: 38%;
}
.md .popup-daftar{
	padding: 4px 22px 0px!important;
    line-height: 25px !important;
    border-radius: 0px;
}
.ios .popup-daftar{
	padding: 4px 22px 0px!important;
    line-height: 25px !important;
    border-radius: 0px;
}

/*new depo sched*/
.deposit-item{
	background: #a70500;
	/*padding: 5px 5px;*/
	border-radius: 5px;
	margin-top: 5px;
	color: #fff;
}
.dp-sched-txt{
    list-style-type: none;
    flex-direction: row;
    display: flex;
    margin-left: 0;
    padding: 0;
    margin-bottom: 0px;
}
.dp-sched-txt li{
    /*display: flex;*/
    justify-content: center;
    flex-direction: row;
    align-items: center;
    list-style-type: none;
    margin: auto;
    /*padding: 0 5px;*/
    text-align: center;
    /*margin-right: 7px;*/
    margin-bottom: auto !important;
}
.dp-sched-img{
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-left: 0;
    padding: 18px 6px;
}
.dp-online{
    border-radius: 25px;
    background: #2fd835;
    height: 13px;
    width: 13px;
    color: #ffffff;
    z-index: 1000;
    /*float: left;*/
    margin-right: 5px;
}
.dp-offline{
    border-radius: 25px;
    background: #ca2424;
    height: 13px;
    width: 13px;
    color: #ffffff;
    z-index: 1000;
   /* float: left;*/
    margin-right: 5px;
}
.dp-issue{
    border-radius: 25px;
    background: orange;
    height: 13px;
    width: 13px;
    color: #ffffff;
    z-index: 1000;
   /* float: left;*/
    margin-right: 5px;
}
.dp-logo{
    margin: 0 10px;
}
.dp-logo img{
    width: 70px;
    height: auto;
}
.dp-text span{
    text-align: center;
    padding:0 10px;
    border-right: 1px solid #033541;
}
.dp-text span:last-child{
    border-right: 1px solid transparent;
}
.sched-text-small p{
    font-size:11px;
    margin: 0;
}
.dp-icon-div{
	background: #fff;
	border: 1px solid #002c41;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.depo-legend-div{
    text-align: center;
    display: flex;
    margin: 6px auto;
    width: 265px;
}
.depo-legend-icon{
    margin-top: 2px;
    margin-left: 5px;
}
.depo-legend-div span{
	font-size: 13px;
}

.dl-grey{
	clear: both;
    background-color: #cdcdcd;
    padding: .8rem;
    margin-left: -15px; 
    margin-right: -15px; 
  }
  .dl-button-black{
    background-color: #a31c1c;
    padding: 1rem 1.5rem .7rem;
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box;
  }
  .dl-button-black p{
    line-height: 1;
    margin-top:.4rem;
  }
  .dl-pull-left{
    float: left;
  }
  .dl-margin-btn1{
    margin-bottom:.7rem;
  }
  .dl-margin-btn2{
    margin-top:.7rem;
  }
  .dl-image-android{
    height: auto;
    max-width: 71px;
    vertical-align: middle;
  }
  .dl-image-apple{
    height: auto;
    max-width: 80px;
    vertical-align: middle;
  }
  .dl-font-16{
    font-size: 16px !important;
  }
  .dl-font-20{
    font-size: 20px !important;
  }
  .dl-font-45{
    font-size: 45px !important;
  }
  .clear-10{
    clear: both;
    height: 10px;
  }
  .dl-red-btn{
    background-color: #a31c1c;
    padding: .5rem;
    text-align: center;
    border-radius: 2px;
    margin: .7rem 0;
    position: relative;
  }
  .dl-div-button i{
        position: absolute;
    left: 15px;
    top: 11px;
  }
  .dl-div-button p{
    margin-top: .2rem;
    margin-bottom: 0;
  }

  a:hover{
  	text-decoration: none;
  }

  @media only screen and (min-width: 600px) {
    .dl-button-black{
      min-width: 95.3vw;
      margin: .7rem;
      float: left;
    }
    /*.dl-margin-btn1{
      margin-right:.7rem;
      margin-bottom:0;
    }*/
    .dl-margin-btn2{
      margin-left:.7rem;
      margin-top:0;
    }
    .dl-grey{
      margin-left: -20px; 
      margin-right: -20px; 
    }
    p{
      margin-bottom: 0px;
    }
    .dl-button-black{
      min-height: 118px;
    }
  }

  .gamemenu-tag{
  	font-size: 8px;
    border-radius: 3px;
    margin-left: 4px;
    background: #ED8C31;
    padding: 2px 5px;
    margin-right: 5px;
  }
  .gamemenu-tag-promo{
  	background: #25bd61 !important;
  }
  .footer-event{
	position: inherit;
    right: 0px;
    padding: 0 3px;
    font-size: 16px;
    margin-top: -9px;
}
.footer-nav-link{
	width: 50%;
	float: left;
	padding: 7px 15px;
    text-align: initial;
    background: #ececec;
    border-bottom: 1px solid #cbcbcb;
}
.footer-nav-link a{
	color: #000;
	font-size: 14px;
}
.footer-nav-link-div{
	background: #ececec;
    float: left;
    /*border-bottom: 1px solid #cbcbcb;*/
    padding: 0px 5px 0;
    margin-top: 5px;
    width: 100%;
}
.preloader-modal{
	position: fixed;
	height: 100%;
}
.navigation-item{
	position: relative;
}
.sidenav-forgot-live{
  font-size: 13px;
  margin-top: 5px;
  font-weight: bold;
}
.sidenav-livetxt{
  font-size: 13px;
  margin-left: 3px;
  font-weight: bold;
}
#notification-dewacrm {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.nw-badge:after {
	top: 1.1rem !important;
	right: 1.3rem !important;
	content: attr(data-count);
	position: absolute;
	background: none;
	border-radius: 100%;
	font-size: 13px;
	width: 17px;
	line-height: 1rem;
	height: 17px;
	padding-left: 0px;
	display: block;
	text-align: center;
	color: #000;
	float: right;
	font-weight: bold;
	border: 0px;
}

.nw-table thead>tr{
  background: #a31c1c;
}
.nw-table thead>tr>th{
  color: #fff !important;
  font-weight: bold;
}
.nw-table tbody > tr:nth-child(even){
  background: #ff9595;
}

.nw-m-dialog-titlebar{
  border: 1px solid #a31c1c;
  background: #a31c1c;
  font-weight: bolder;

}
.nw-m-row a{
  background: #a31c1c;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  padding: 10px !important;
  border-bottom: 2px solid #27180a !important;
  cursor: pointer;
}

.nw-m-row a:hover{
  opacity: .8;
}

.nw-m-dialog-titlebar-content {
  padding: 2px 10px;
}
.nw-pre {
  background: transparent;
  border: none;
  color: #fff;

}
#msg-dps::first-letter{
	text-transform: uppercase;
}
#msg-withdraw::first-letter{
	text-transform: uppercase;
}
#msg-changepass::first-letter{
	text-transform: uppercase;
}
#msg-memo::first-letter{
	text-transform: uppercase;
}
#msg-reg::first-letter{
	text-transform: uppercase;
}
#msg-forgotpass::first-letter{
	text-transform: uppercase;
}
#msg-login::first-letter{
	text-transform: uppercase;
}
#msg-v88::first-letter{
	text-transform: uppercase;
}
#msg-dps{
	display: block;
}
#msg-withdraw{
	display: block;
}
#msg-changepass{
	display: block;
}
#msg-memo{
	display: block;
}
#msg-reg{
	display: block;
}
.cari-button{
	color: #fff!important;
	/* border: 1px solid #fff; */
	padding: 5px 8px 3px;
	font-size: 10px;
	text-transform: capitalize;
	background: #e0a40d;
	border-radius: 5px;
	float: right;
}
.promo-badge-sprite{
    width: 52px;
    height: 49px;
    position: absolute;
    background-repeat: no-repeat;
}
.badge-tournament-pp{
	background-image: url(../../img/icons/pp-promo-badge.png);
	background-size: 50px;
}
.badge-tournament-flash{
    background-image: url(../../img/icons/promo-flash.png);
    background-size: 107px;
}
.badge-tournament-slot-mania{
	background-image: url(../../img/icons/pp-slot-mania.png);
	background-size: 31px;
	top: 4px;
	right: 3px !important;
}
.badge-tournament-cash-splash{
	background-image: url(../../img/icons/ttg-cash-splash.png);
	background-size: 31px;
	top: 4px;
	right: 3px !important;
}
.badge-tournament-gold-pot{
	background-image: url(../../img/icons/gold-pot.png);
	background-size: 31px;
	top: 4px;
	right: 3px !important;
}
.badge-tournament-bonuszila{
    background-image: url(../../img/icons/pg-bonuszila.png);
    background-size: 33px;
    top: 4px;
    right: 3px !important;
}
.promo-badge-sprite-right{
    width: 32px;
    height: 41px;
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
}
.badge-tournament-daily-win{
    background-image: url(../../img/icons/pp-daily-win.png);
    background-size: 128px;
}
.minimaltextshow {
    /*max-width: 50%;*/
    min-width: 100px;
}
.tournament-grid-99{
    grid-column-start: 1;
    grid-column-end: 4;
}
.tournament-grid-99 .home-game-play{
    display:none;
}

/*bootstrap css start*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
    margin: 0;
    font-weight: 400;
    text-align: left;
    background-color: #fff;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
p {
    margin-bottom: 1rem;
}
label {
	display: inline-block;
    margin-bottom: .5rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
.dropdown-menu {
    position: absolute;
    float: left;
    min-width: 10rem;
    margin: .125rem 0 0;
    color: #212529;
    text-align: left;
    list-style: none;
    border: 1px solid rgba(0,0,0,.15);
}
.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}
.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: #04c;
}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom,#08c,#04c);
    background-image: -ms-linear-gradient(to bottom,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(to bottom,#08c,#04c);
    background-image: -o-linear-gradient(to bottom,#08c,#04c);
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}
.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}
.datepicker table {
    margin: 0;
    user-select: none;
}
table {
    border-collapse: collapse;
}
.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}
.pagination {
    display: -ms-flexbox;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-link {
    position: relative;
    display: block;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
}
/*bootstrap css end*/
.hidden-title{
	display: none;
}
.showhidden{
	display: none;
}
.page-title{
	font-size: 21px !important;
	font-weight: bold;
	text-transform: uppercase;
	margin: 3px 0;
}
.promotion{
	margin-bottom: 7px;
}
.popup-login-logo{
	height: 62px;
	margin: 7px 0 7px 7px;
}
.popup-login-form ::placeholder{
	color: #cecece;
	text-transform: capitalize;
}
.popup-login-input{
	min-width: 87.5% !important;
	height: 40px;
	padding: 4px 7px 0 !important;
	margin-bottom: 0 !important;
	font-size: 15px !important;
	letter-spacing: 0;
	border: 1px solid #000 !important;
}
.popup-input-row .InputAddOn-item{
	border-radius: 0 !important;
	background: #c51817;
	max-height: 40px;
	padding: 6px 0.75em;
}
.popup-login-passhide{
	position: absolute;
	background: none;
	border: none;
	width: 10%;
	right: 4%;
	padding: 0;
	margin-top: 10px;
	font-size: 17px;
}
.swiper-pagination-bullet-active{
    background: #1c7d42 !important;
    
}
.swiper-pagination-bullet {
    background: gray;
    margin-right: 5px;
}
.icon-provider {
    height: 40px;
    vertical-align: middle;
    line-height: 35px;
}
.bank-slider{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.game-box-glow-in-yellow {
    border: solid 2px #eb9e00;
    position: absolute;
    height: 100%;
    width: 100%;
    box-shadow: inset 0 0 5px #fff700;
    z-index: 1;
    /* animation: glowing-inside 1300ms infinite; */
}
.game-box-glow-out-yellow {
    border: solid 2px #eb9e00;
    box-shadow: 0 0 5px #fff700;
    z-index: 1;
    /* animation: glowing-outside 1300ms infinite; */
}

.exclusive-promo-yellow{
    text-align: center;
    z-index: 5;
    position: absolute;
    left: calc(50% - 30px);
    font-size: 11px;
    background-color: #eb9e00;
    color: #fff;
    width: 62px;
    border: 0 !important;
    padding-top:4px;
}
.exclusive-promo-yellow:before {
    content: "";
    position: absolute;
    display: block;
    border-top: 20px solid #eb9e00;
    border-left: 9px solid transparent;
    border-right: 0px solid transparent;
    left: -9px;
    top: 0;
}
.exclusive-promo-yellow:after {
    content: "";
    position: absolute;
    display: block;
    border-top: 20px solid #eb9e00;
    border-left: 0px solid transparent;
    border-right: 9px solid transparent;
    right: -9px;
    top: 0;
}

.game-box-glow-in-red {
    border: solid 2px #fb0200;
    position: absolute;
    height: 100%;
    width: 100%;
    box-shadow: inset 0 0 5px #fb0200;
    z-index: 1;
    /* animation: glowing-inside 1300ms infinite; */
}
.game-box-glow-out-red {
    border: solid 2px #fb0200;
    box-shadow: 0 0 5px #fb0200;
    z-index: 1;
    /* animation: glowing-outside 1300ms infinite; */
}

.exclusive-promo-red{
    text-align: center;
    z-index: 5;
    position: absolute;
    left: calc(50% - 30px);
    font-size: 11px;
    background-color: #fb0200;
    color: #fff;
    width: 62px;
    border: 0 !important;
    padding-top:4px;
}
.exclusive-promo-red:before {
    content: "";
    position: absolute;
    display: block;
    border-top: 20px solid #fb0200;
    border-left: 9px solid transparent;
    border-right: 0px solid transparent;
    left: -9px;
    top: 0;
}
.exclusive-promo-red:after {
    content: "";
    position: absolute;
    display: block;
    border-top: 20px solid #fb0200;
    border-left: 0px solid transparent;
    border-right: 9px solid transparent;
    right: -9px;
    top: 0;
}
.live-casino .home-game-play{
	/*display:none;*/
}
.game-box-glow-in-orange {
    border: solid 2px #ff4800;
    position: absolute;
    height: 100%;
    width: 100%;
    box-shadow: inset 0 0 5px #ffc107;
    z-index: 1;
    /* animation: glowing-inside 1300ms infinite; */
}
.game-box-glow-out-orange {
    border: solid 2px #ff4800;
    box-shadow: 0 0 5px #ffc107;
    z-index: 1;
    /* animation: glowing-outside 1300ms infinite; */
}

.exclusive-promo-orange{
    text-align: center;
    z-index: 5;
    position: absolute;
    left: calc(50% - 30px);
    font-size: 11px;
    background-color: #ff4800;
    color: #fff;
    width: 62px;
    border: 0 !important;
    padding-top:4px;
}
.exclusive-promo-orange:before {
    content: "";
    position: absolute;
    display: block;
    border-top: 20px solid #ff4800;
    border-left: 9px solid transparent;
    border-right: 0px solid transparent;
    left: -9px;
    top: 0;
}
.exclusive-promo-orange:after {
    content: "";
    position: absolute;
    display: block;
    border-top: 20px solid #ff4800;
    border-left: 0px solid transparent;
    border-right: 9px solid transparent;
    right: -9px;
    top: 0;
}
.tournament-lht-btn{
  width: 50%;
  float: left;
  background: #febe2f;
  color: #000;
  padding: 3px 0 0px 0;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.tournament-lht-full-btn{
  width: 100%;
  float: left;
  background: #febe2f;
  color: #000;
  padding: 3px 0 0px 0;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.tournament-leader-btn{
  width: 50%;
  float: left;
  background: #23ae5a;
  color: #fff;
  padding: 3px 0 0px 0;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.video-holder{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 5px;
	margin: 5px 0px;
}
.video-sub-holder{
	display: grid;
	grid-template-rows: auto auto;
}
.game-box-glow-in-green {
    border: solid 2px #0f5900;
    position: absolute;
    height: 100%;
    width: 100%;
    box-shadow: inset 0 0 5px #0f5900;
    z-index: 1;
    /* animation: glowing-inside 1300ms infinite; */
}
.game-box-glow-out-green {
    border: solid 2px #0f5900;
    box-shadow: 0 0 5px #0f5900;
    z-index: 1;
    /* animation: glowing-outside 1300ms infinite; */
}

.exclusive-promo-green{
    text-align: center;
    z-index: 4;
    position: absolute;
    left: calc(50% - 30px);
    font-size: 11px;
    background-color: #0f5900;
    color: #fff;
    width: 62px;
    border: 0 !important;
    padding-top:4px;
}
.exclusive-promo-green:before {
    content: "";
    position: absolute;
    display: block;
    border-top: 20px solid #0f5900;
    border-left: 9px solid transparent;
    border-right: 0px solid transparent;
    left: -9px;
    top: 0;
}
.exclusive-promo-green:after {
    content: "";
    position: absolute;
    display: block;
    border-top: 20px solid #0f5900;
    border-left: 0px solid transparent;
    border-right: 9px solid transparent;
    right: -9px;
    top: 0;
}
.game-box-glow-in-purple {
    border: solid 2px #923aff;
    position: absolute;
    height: 100%;
    width: 100%;
    box-shadow: inset 0 0 5px #923aff;
    z-index: 1;
    /* animation: glowing-inside 1300ms infinite; */
    top: 0 !important;
}
.game-box-glow-out-purple {
    border: solid 2px #923aff;
    box-shadow: 0 0 5px #923aff;
    z-index: 1;
    /* animation: glowing-outside 1300ms infinite; */
}

.exclusive-promo-purple, .special-promo-purple {
    text-align: center;
    z-index: 1;
    position: absolute;
    left: calc(50% - 30px);
    font-size: 11px;
    background-color: #923aff;
    color: #fff;
    width: 62px;
    border: 0 !important;
    padding-top:4px;
}
.exclusive-promo-purple:before, .special-promo-purple:before {
    content: "";
    position: absolute;
    display: block;
    border-top: 20px solid #923aff;
    border-left: 9px solid transparent;
    border-right: 0px solid transparent;
    left: -9px;
    top: 0;
}
.exclusive-promo-purple:after, .special-promo-purple:after {
    content: "";
    position: absolute;
    display: block;
    border-top: 20px solid #923aff;
    border-left: 0px solid transparent;
    border-right: 9px solid transparent;
    right: -9px;
    top: 0;
}
.container-need-help-refnum {
	float: right;
	width: 56%;
}
.need-help-refnum {
	color: #da9e19 !important;
	text-decoration: underline;
}
.idnlive-icon{
	margin: 0 auto;
	width: 110px;
	height: 40px;
	background-position: 0px 10px;
	background-size: 109px;
	background-image: url(../../img/icons/game/idnlive-b.png);
	background-repeat: no-repeat;
}
.ho-icon{
	margin: 0 auto;
	width: 110px;
	height: 40px;
	background-position: 10px 5px;
	background-size: 94px;
	background-image: url(../img/footer/ho.png);
	background-repeat: no-repeat;
}
.pp-icon{
	margin: 0 auto;
	width: 110px;
	height: 40px;
	background-position: -2px 2px;
	background-size: 116px;
	background-image: url(../img/footer/pp-updated.png);
	background-repeat: no-repeat;
}
.hb-icon{
	margin: 0 auto;
	width: 110px;
	height: 40px;
	background-position: -5px 3px;
	background-size: 121px;
	background-image: url(../img/footer/hb-updated.png);
	background-repeat: no-repeat;
}
.mg-icon{
	margin: 0 auto;
	width: 110px;
	height: 40px;
	background-position: 0px 4px;
	background-size: 112px;
	background-image: url(../img/footer/mg-updated.png);
	background-repeat: no-repeat;
}
.isoftbet-icon{
	margin: 0 auto;
	width: 110px;
	height: 40px;
	background-position: -4px 4px;
	background-size: 118px;
	background-image: url(../img/footer/isoftbet.png);
	background-repeat: no-repeat;
}
.opus-icon{
	margin: 0 auto;
	width: 110px;
	height: 40px;
	background-position: -4px 4px;
	background-size: 114px;
	background-image: url(../img/footer/opus.png);
	background-repeat: no-repeat;
}
.skywind-icon{
	margin: 0 auto;
	width: 110px;
	height: 40px;
	background-position: 6px 5px;
	background-size: 100px;
	background-image: url(../img/footer/skywind-footer.png);
	background-repeat: no-repeat;
}
.playstar-icon{
	margin: 0 auto;
	width: 110px;
	height: 40px;
	background-position: 5px 4px;
	background-size: 97px;
	background-image: url(../img/footer/playstar-footer.png);
	background-repeat: no-repeat;
}
.playtech-icon{
	margin: 0 auto;
	width: 110px;
	height: 40px;
	background-position: 5px 10px;
	background-size: 102px;
	background-image: url(../img/footer/playtech-footer.png);
	background-repeat: no-repeat;
}
.spadegaming-icon{
	margin: 0 auto;
	width: 110px;
	height: 40px;
	background-position: 9px 7px;
	background-size: 98px;
	background-image: url(../../img/spadegaming-footer.png);
	background-repeat: no-repeat;
	filter: invert(100%);
}
.ttg-icon{
	margin: 0 auto;
	width: 110px;
	height: 40px;
	background-position: 9px 7px;
	background-size: 98px;
	background-image: url(../../img/ttg-footer-w.png);
	background-repeat: no-repeat;
	filter: invert(100%);
}
.red-tiger-icon{
	margin: 0 auto;
	width: 110px;
	height: 40px;
	background-position: 4px 5px;
	background-size: 104px;
	background-image: url(../../img/red-tiger-footer-w.png);
	background-repeat: no-repeat;
	filter: invert(100%);
}
.cq9-icon{
	margin: 0 auto;
	width: 110px;
	height: 40px;
	background-position: 21px 6px;
	background-size: 70px;
	background-image: url(../../img/cq9-footer-w.png);
	background-repeat: no-repeat;
	filter: invert(100%);
}
.pg-icon{
	margin: 0 auto;
	width: 110px;
	height: 40px;
	background-position: 9px 5px;
	background-size: 101px;
	background-image: url(../../img/pg-footer.png);
	background-repeat: no-repeat;
}
.bg-icon{
	margin: 0 auto;
	width: 110px;
	height: 40px;
	background-position: 13px -15px;
	background-size: 85px;
	background-image: url(../../img/bg-footer2.png);
	background-repeat: no-repeat;
	filter: brightness(0) invert(0);
}
.playson-icon{
	margin: 0 auto;
	width: 110px;
	height: 40px;
	background-position: 10px 12px;
	background-size: 99px;
	background-image: url(../../img/playson-footer.png);
	background-repeat: no-repeat;
	filter: brightness(0) invert(0);
}
.gameart-icon{
	margin: 0 auto;
	width: 110px;
	height: 40px;
	background-position: 10px 12px;
	background-size: 99px;
	background-image: url(../../img/gameart-footer.png);
	background-repeat: no-repeat;
	filter: brightness(0) invert(0);
}
.betsoft-icon{
	margin: 0 auto;
	width: 110px;
	height: 40px;
	background-position: 5px 0px;
	background-size: 99px;
	background-image: url(../../img/betsoft.png);
	background-repeat: no-repeat;
	filter: brightness(0) invert(0);
}
.gameplay-icon{
	margin: 0 auto;
	width: 110px;
	height: 40px;
	background-position: 0px 10px;
	background-size: 110px;
	background-image: url(../../img/gameplayfoot.png);
	background-repeat: no-repeat;
	filter: brightness(0) invert(0);
}
.rtg-icon{
	margin: 0 auto;
	width: 110px;
	height: 40px;
	background-position: 0px 10px;
	background-size: 110px;
	background-image: url(../../img/rtg.png);
	background-repeat: no-repeat;
	/*filter: brightness(0) invert(0);*/
}
.evogaming-icon{
	margin: 0 auto;
	width: 110px;
	height: 40px;
	background-position: 0px 4px;
	background-size: 110px;
	background-image: url(../../img/evo-gaming.png);
	background-repeat: no-repeat;
	filter: brightness(0) invert(0);
}
.btg-icon{
    margin: 0 auto;
    width: 110px;
    height: 40px;
    background-position: -1px 7px;
    background-size: 110px;
    background-image: url(../../img/btg-footer-w.png);
    background-repeat: no-repeat;
    filter: brightness(0) invert(0);
}
.mannaplay-icon{
    margin: 0 auto;
    width: 110px;
    height: 40px;
    background-position: -3px 7px;
    background-size: 114px;
    background-image: url(../../img/mannaplay-footer-w.png);
    background-repeat: no-repeat;
    filter: brightness(0) invert(0);
}
.gmw-icon{
    margin: 0 auto;
    width: 110px;
    height: 40px;
    background-position: 9px 5px;
    background-size: 98px;
    background-image: url(../../img/gmw-footer-c.png);
    background-repeat: no-repeat;
}
.ebet-icon{
    margin: 0 auto;
    width: 110px;
    height: 40px;
    background-position: 9px 5px;
    background-size: 98px;
    background-image: url(../../img/ebet-footer.png);
    background-repeat: no-repeat;
}
.wm-casino-icon{
    margin: 0 auto;
    width: 110px;
    height: 40px;
    background-position: 11px 5px;
    background-size: 88px;
    background-image: url(../../img/wm-casino-footer.png);
    background-repeat: no-repeat;
    filter: brightness(0) invert(0);
}
.sexy-gaming-icon{
    margin: 0 auto;
    width: 110px;
    height: 40px;
    background-position: 15px 5px;
    background-size: 87px;
    background-image: url(../../img/sexy-gaming-footer-w.png);
    background-repeat: no-repeat;
    filter: brightness(0) invert(0);
}
.provider-slider{
	overflow-y:auto; 
	overflow-x:hidden !important;
}
.game-box.LIVE.CASINO img{
	width: inherit !important;
    height: 134px!important;
}
.accordion-item-content {
    overflow-x: scroll;
}
.accordion-item-content-overflow-hidden{
	overflow-x: hidden!important;
}
.game-box-glow-in-gold {
    border: 4px solid;
  	border-image-slice: 1;
	border-image-source: linear-gradient(to left, #e0aa3e, #f9f295, #b88a44);
    position: absolute;
    height: calc(100% - 20.59px);
    width: 100%;
    z-index: 0;
    /* animation: glowing-inside 1300ms infinite; */
	animation: .75s linear infinite;
	top: 0 !important;
}
.game-box-glow-out-gold {
    border: solid 4px;
    border-image-slice: 1;
	border-image-source: linear-gradient(to left, #e0aa3e, #f9f295, #b88a44);
    position: absolute;
    z-index: 1;
    /* animation: glowing-outside 1300ms infinite; */
	animation: .75s linear infinite;
}
.exclusive-promo-gold, .special-promo-gold {
    text-align: center;
    z-index: 1;
    position: absolute;
    left: calc(50% - 30px);
    font-size: 11px;
	font-weight: bold;
    background: linear-gradient(to right, #c9a75a, #f9f295, #dfb958);
    color: #000;
    width: 62px;
    border: 0 !important;
    padding-top: 4px;
}
.exclusive-promo-gold:before, .special-promo-gold:before {
    content: "";
    position: absolute;
    display: block;
    border-top: 20px solid #c9a75a;
    border-left: 9px solid transparent;
    border-right: 0;
    left: -9px;
    top: 0;
}
.exclusive-promo-gold:after, .special-promo-gold:after {
    content: "";
    position: absolute;
    display: block;
    border-top: 20px solid #dfb958;
    border-left: 0;
    border-right: 9px solid transparent;
    right: -9px;
    top: 0;
}
.gamemenu-netent {
    position: absolute;
    margin-left: 3px;
    height: 24px;
    width: 29px;
    background-position: 2px 3px;
    background-image: url(../../img/icons/game/netent-icon.png) !important;
    background-size: 20px;
    background-repeat: no-repeat;
}
.netent-icon{
    margin: 0 auto;
    width: 110px;
    height: 40px;
    background-position: 9px 5px;
    background-size: 95px;
    background-image: url(../../img/netent-footer.png);
    background-repeat: no-repeat;
    filter: brightness(0) invert(0);
}
/*.game-block.homepage.poker{
    grid-template-columns: repeat(1, 1fr)!important;
}*/
.btn-register{
	border: 1px solid #fff !important;
    border-radius: 13px !important;
    min-width: 80px !important;
}
.btn-side-register{
	border: 1px solid #000 !important;
	border-radius: 13px !important;
	min-width: 80px !important;
	line-height: 30px !important;
}
.md .btn-register{
	padding: 1px 8px 3px 8px!important;
}
.ios .btn-side-register{
	padding: 4px 8px 3px 8px!important;
}
.btn-login{
	border: 1px solid #41be4d !important;
    border-radius: 12px !important;
    background: #41be4d;
    min-width: 80px !important;
}
.md .btn-login{
	padding: 1px 8px 3px 8px!important;
}
.bg-game-menu{
	background-image: linear-gradient(to bottom, #ea1c25 0%, #800b14 100%) !important;
}
.ui-navbar .ui-block-c a:hover{
	background: none !important;
}
.md .fab>a {
	width: 65px !important;
	height: 65px !important;
	border-radius: 38px !important;
	bottom: 30px !important;
	background: #ad0404 !important;
}
.ios .fab>a{
	width: 65px !important;
	height: 65px !important;
	border-radius: 38px !important;
	bottom: 30px !important;
	background: #ad0404 !important;
}
.ui-navbar span{
	font-size: 10px;
}
.fab{
	position: relative !important;
}
.md .fab-buttons a, .md .fab>a{
	background: #ad0404 !important;
}
.ios .fab-buttons a, .md .fab>a{
	background: #ad0404 !important;
}
.fab div.fab-buttons a {
	width: 50px !important;
	height: 50px !important;
}
.fab-buttons span{
	font-size: 9px;
}
.fab>a i.main_menu{
	left: 32% !important;
}
.main_menu img{
	width: 155%;
}
.main_title{
	font-size: 8px;
	margin: 2px 0 0 0;
}
.ios .ios-zona{
	left: 100% !important;
	margin-top: -20px !important;
	bottom: 120% !important;
	top: unset !important;
	margin-bottom: unset !important;
	margin-left: 0px !important;
}
.ios .ios-android{
	display: none;
}
.md .fab-buttons-center a:nth-child(1){
	bottom: 135% !important;
	margin-left: -24px !important;
}
.fab-buttons-center a:nth-child(2){
	bottom: 120% !important;
	top: unset !important;
	margin-left: 0px !important;
}
.fab-buttons-center a:nth-child(4){
	bottom: 120% !important;
	top: unset !important;
	margin-right: 0px !important;
}
/* [START] HEADER BG EVENTS*/
.navbar{
	height: 50px !important;
	position: fixed;
	top: 0;
	left: 0;
	/* background: #000 url(../img/events/event-bg.webp) repeat-x left top !important;
    background-size: cover !important; */
}
.relative{
	position: relative !important;
}
.absolute{
	position: absolute !important;
}
.bg-header{
	display: block; /*flex*/
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    left: 0;
    z-index: -10;
	left: 36%;
}
.bg-header > img{
	height: 47px;
	margin: -0;
	z-index: -10;
}
.padding-left-100{
	padding-left: 100px;
}
.bg-theme-table{
	display: none;
}

@media only screen and (min-device-width: 768px) {
	/* Styles for tablets only */
	.bg-theme-table{
		display: block;
	}
	.bg-theme-mobile{
		display: none;
	}
}
@media (orientation: landscape) {
	.theme-left-part{
		padding-left: 5% !important;
	}
}
/* [END] HEADER BG EVENTS*/

.md .gametitle{
	width: 115px;
}

.ios .gametitle{
	width: 120px;
}
/*sticky and category menu*/
.sticky-menu-scroll{
  overflow-x: scroll;
  height: auto;
  padding: 0 5px;
  background: #fff;
}
.sticky-menu-grid{
  display: flex;
  grid-gap: 0px;
}
.sticky-pos {
  display: block !important;
}
.sticky-menu-items{
  background: #900f17;
  color: white;
  padding: 6px 8px;
  	white-space: nowrap;
  margin: 10px 5px 10px 0px;
  border-radius: 27px;
}

.sticky-menu-items:last-child {
  position: relative;
}
.sticky-menu-items:last-child:after {
	position: absolute;
	content: '';
	right: -4px;
	width: 70px;
	height: 20px;
}
.sticky-menu-items img{
  width: 28px;
}
.sticky-menu-items span{
  font-size: 12px;
  color: #fff !important;
}
.sticky-menu-active{
  background: #f4c150 !important;
}
.category-promo{
  padding: 10px 0;
  overflow: hidden;
  width: 100%;
}
.cat-promo-header{
  padding: 8px 5px;
}
.cat-promo-header span{
  font-weight: bold;
}
.cat-promo-header a{
  float: right;
  color: #000 !important;
  text-decoration: underline;
  font-size: 11px;
  font-weight: bold;
  line-height: 2;
}
li::marker {
  content: none;
}
.provider-menu-jdb img{
	margin: 12% 0;
}
.provider-menu-gmw img{
	margin: 18% 0;
}
.provider-menu-mannaplay img{
	margin: 9% 0;
}
.provider-content-slider{
  overflow:hidden;
  background: #fff;
}
.provider-menu-container {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
}
.provider-flex-item {
  width: calc(87% / 4); /* Adjust width based on desired element size */
  box-sizing: border-box; /* Include padding/border in width calculation */
  margin: 5px; /* Add spacing between elements (optional) */
  line-height: 0.6em;
  height: 75px;
}
.provider-flex-item img{
  width: 31px !important;
  height: auto !important;
}
.provider-flex-item span{
  font-size: 10px;
  color: #000;
}
.provider-flex-item div{
  background: #900f17;
  padding: 11px 0;
  border-radius: 36px;
  width: 55px;
  border: #ea1f29 1px solid;
  min-height: 55px;
  margin-bottom: 5px;
}
.swiper-button-next-provider,.swiper-button-prev-provider {
  position: absolute;
  top: var(--swiper-navigation-top-offset,50%);
  width: calc(var(--swiper-navigation-size)/ 66 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.swiper-button-prev-provider:before {
  position: absolute;
  top: 0px;
  left: -22px;
  content: "";
  display: block;
  width: 44px;
  height: 43px;
  background: #f4c150;
  border-top-left-radius: 20px;
  -ms-transform: rotate(133deg) skew(8deg, 8deg);
  -webkit-transform: rotate(133deg) skew(8deg, 8deg);
  transform: rotate(133deg) skew(8deg, 8deg);
}
.swiper-button-next-provider:before {
  position: absolute;
  top: 0px;
  left: -4px;
  content: "";
  display: block;
  width: 44px;
  height: 43px;
  background: #f4c150;
  border-bottom-right-radius: 20px;
  -ms-transform: rotate(133deg) skew(8deg, 8deg);
  -webkit-transform: rotate(133deg) skew(8deg, 8deg);
  transform: rotate(133deg) skew(8deg, 8deg);
}

.swiper-button-next-provider.swiper-button-disabled,.swiper-button-prev-provider.swiper-button-disabled {
  cursor: auto;
  pointer-events: none
}

.swiper-button-next-provider.swiper-button-hidden,.swiper-button-prev-provider.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next-provider,.swiper-navigation-disabled .swiper-button-prev-provider {
  display: none!important
}

.swiper-button-next-provider:after,.swiper-button-prev-provider:after {
  font-family: swiper-icons;
  font-size: 15px;
  font-weight: bold;
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev-provider,.swiper-rtl .swiper-button-next-provider {
  left: var(--swiper-navigation-sides-offset,0px);
  right: auto
}

.swiper-button-prev-provider:after,.swiper-rtl .swiper-button-next-provider:after {
  content: 'prev';
  position: relative;
}

.swiper-button-next-provider,.swiper-rtl .swiper-button-prev-provider {
  right: var(--swiper-navigation-sides-offset,0px);
  left: auto
}

.swiper-button-next-provider:after,.swiper-rtl .swiper-button-prev-provider:after {
  content: 'next';
  position: relative;
}

.swiper-button-lock {
  display: none
}

.provider-content-div{
  width: 20%;
  float: left;
}
.provider-content-div img{
  width: 31px !important;
  height: auto !important;
}
/*sticky and category menu*/

.top-container{
	background: #1d1d1d;
	padding: 10px;
	color:#fff;
}
.sidebar-username{
	font-size: 20px;	
	font-weight: 600;
	margin-left: 5px;
}
.user-sidebar{
	margin-top: 10px;
}
.d-flex{
	display:inline-flex;
	width:100%;
}
.justify-content{
	align-items: center;
    justify-content: space-between;
}
.sidebar-reload{
	margin:0px 10px;
	color:#e9c021;
}
.koin88-btn{
	background: #fff;
    border-radius: 4px;
    color: #000 !important;
    font-size: 10px;
    padding: 2px 6px;
    font-weight: 700;
}
.koin88-btn img{
	width: 9px;
    vertical-align: text-top;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5);
}

.text-center {
    text-align: center;
}

.flex-fill {
    flex: 1;
}

.btnx {
    color: #fff;
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    margin-bottom: 0;
    font-size: none;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
}

.green-btn {
    background-image: linear-gradient(to bottom, #009a33 0%, #085621 100%);
    padding: 6px 18px;
    border-bottom: none;
    font-weight: 600;
    border: 1px solid #085621;
    font-weight: bold !important;
}

.bank-accounts {
    row-gap: 1rem;
    color: rgba(255, 255, 255);
}

.bank-accounts .card {
    height: 100%;
    margin: 0;
	background-color: #a13224 !important;
    font-size: 0.7rem;
}

.bank-accounts .card > div {
	padding: 0.5rem;
}

.bank-accounts .card .card-headers {
    background-color: rgba(0, 0, 0, 0.03);
    border: 1px #585858 solid;
}

.bank-accounts .card .card-headers img {
	height: 1.5rem;
}

.bank-accounts .card .text-sub {
    margin-bottom: 0.25rem;
	font-size: 0.8rem;
}

.bank-accounts .card.add-new {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    border: 2px dashed #ffffff80;
    cursor: pointer;
    color: white;
}

.bank-accounts .card.add-new button {
    width: auto;
    padding: 0.5rem 0.75rem;
    border-radius: 50%;
    font-size: 1rem;
	font-weight: bold;
    line-height: 1rem;
}

.bank-accounts .card.add-new h3 {
    font-size: 1rem;
}

.bank-accounts .card .card-footers {
    padding: 0.5rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.bank-accounts .card .card-footers span {
    display: block;
    padding: 6px 18px;
	font-weight: bold;
	color: white;
    font-size: 0.8rem;
}

.bank-accounts .card .card-footers span.text-rejected {
    color: #ff0018;
}

.bank-accounts .card .card-footers span.text-warning {
    color: #ffc107;
}

#add-bank-form {
    color: #000000;
}

#add-bank-form input {
    width: 100%;
    background: white;
    color: #000;
}

#add-bank-form .row {
    margin-bottom: 0.5rem !important;
}

#add-bank-form button, #add-bank-form a {
    color: white;
}

#add-bank-form .text-danger {
    color: #dc3545;
}

.btn-red {
    background-image: linear-gradient(to bottom, #d24433 0%, #6d251c 100%)!important
}

.btn-light-orange {
    background-image: linear-gradient(to bottom, #ed9d00 0%, #bb7d06 100%)!important
}