.ptr--ptr {
	box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.12);
}
.marquee {
	height: 20px;
	overflow: hidden;
	position: relative;
	color: #fff;
	font-size:10px;
}
.marquee p {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	line-height: 30px;
	text-align: center;
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-moz-animation: scroll-left 2s linear infinite;
	-webkit-animation: scroll-left 2s linear infinite;
	animation: scroll-left 20s linear infinite;
	bottom:1px;
}

@-moz-keyframes scroll-left {
	0% {
		-moz-transform: translateX(100%);
	}
	100% {
		-moz-transform: translateX(-100%);
	}
}

@-webkit-keyframes scroll-left {
	0% {
		-webkit-transform: translateX(100%);
	}
	100% {
		-webkit-transform: translateX(-100%);
	}
}

@keyframes scroll-left {
	0% {
		-moz-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	100% {
		-moz-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

/* ------------------ Marquee -----------------
.slider{
	width:100%;
	overflow:hidden;
	position:relative;
	margin:0;
}
.edge{
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:absolute;
	height:100%;
	display:block;
}
.slideContainer{
	background:none;
	overflow:hidden;
	width:1000%;
	margin:0;
	color:white;
	font-size:10px
}
.slideItem{
	list-style:none;
	display:inline-block;
	padding:0 50px;
}
--------------------------------------------------------*/
.iv_vendorItem .icon-wrapper{
	width: 40px;
	height: 40px;
	margin: 0 auto -4px auto;
	border-radius: 100%;
}
.iv_vendorItemLogin .icon-wrapper{
	width: 40px;
	height: 40px;
	margin: 0 auto -4px auto;
	border-radius: 100%;
}
.iv_tpg img{
	width: 39px !important;
	bottom: 3px;
	right: 2px;
}
.iv_vendorItem img{
	width: 39px;
	position: relative;
}
.iv_vendorItem strong{
	display: block;
	font-weight: 600;
	font-size: 11px;
	line-height: 1.6em;
}
.iv_vendorItemLogin img{
	width: 39px;
	position: relative;
}
.iv_vendorItemLogin strong{
	display: block;
	color: #bcbcbc;
	font-weight: 600;
	font-size: 11px;
	line-height: 1.6em;
}
.iv_radiusLeft{
	border-top-left-radius: 10px;
}
.iv_radiusRight{
	border-top-right-radius: 10px;
}
.iv_tableVendor {
	width: 100%;
	margin:0 auto -3px auto;
	/*border: 1px solid #c9c9c9;*/
	height: 74px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.iv_tableVendor td{
	text-align: center;
	width:20%;
}
.iv_vendorItem{
	margin-bottom:-1px;
}
.iv_vendorItemLogin{
	margin-bottom:-1px;
}
.iv_tableJackpot {
	width: 95%;
	margin:0 auto;
	height: 39px;
}
.iv_notActive{
	background:#fff !important;
}
.iv_resBg{
	background:#ededf5 !important;
}
.iv_separatorTbl{
	width: 1px !important;
}
.iv_separatorTbl div{
	background: #cdcdcd;
	height: 70%;
	width: 1px;
}
.iv_jdlActiveBola{
	color:#FFF !important;
}
.iv_loPink{
	color:#feb2d8 !important;
}
.iv_displayNone{
	visibility:hidden;
}
.iv_displayBlock{
	visibility:visible;
}
#iv_lowText{
	font-size:16px;
	color:#feb2d8;
}
.iv_vendorItemImgRes{
	display:inline-block;
}
.iv_vendorItemImgRes img{
	width: 41px;
	position: relative;
}
.iv_jackpotTitle{
	font-size: 11px;
}
.iv_imgTitle{
	font-size: 11px;
}
.iv_jackpot{
	font-size: 30px;
	position: relative;
	width: 175px;
	height: 25px;
	text-align: left;
	margin: 0 auto;
	color: rgba(0,0,0,0.1);
	background: #cccccc;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	text-shadow: 0px 3px 3px rgba(255,255,255,0.7);
	font-weight: 600;
}
.tempDaftarLogin{
	padding: 0px 16px;
	position: relative;
	z-index: 1;
	margin-top: -17px;
}
.tampungDaftarLogin{
	background:white;
	border-radius:10px;
	-webkit-box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.3);
}
.nav-tabs.lined .nav-item .nav-link {
	color: #958d9e;
	font-weight: 500;
	font-size: 13px;
	border: 0 !important;
	border-bottom: 2px solid transparent !important;
	line-height: 1.2em;
	width: 100%;
	border-radius: 0;
	padding: 3px 0px 0px 0px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	border-bottom-color: 2px solid;
}
.form-button-group {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0 16px;
	background: #FFF;
	min-height: 65px;
	padding-bottom: env(safe-area-inset-bottom);
}
.wallet-card {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
	border-radius: 10px;
	padding: 0px 24px 16px 24px;
	position: initial;
	z-index: 10;
}
.wallet-card:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 76px;
	width: 91%;
	margin: 0 auto;
	content: "";
	display: block;
	height: 54.1px;
	background: none;
	z-index: -1;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.3);
}
.wallet-card-section:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	content: "";
	z-index: -1;
	display: block;
	height: 68px;
}
.wallet-card .balance {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	padding-top: 13px;
}
.wallet-card .wallet-footer .item .icon-wrapper {
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	color: #fff;
	font-size: 24px;
	margin-bottom: 9px;
}
.wallet-card .wallet-footer {
	padding-top: 13px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.wallet-card .wallet-footer .item strong {
	display: block;
	font-weight: 500;
	font-size: 11px;
	line-height: 3px;
}
.iv_saldoDmptUtm{
	display:inline-block;
	margin-left: 4px;
}
.balance table{
	width:100%;
}
.balance table td{
	width:50%;
}
.iv_rightTdHeadSaldo{
	text-align:right;
}
.iv_refreshIndex{
	display:inline-block;
	margin-left:13px;
}
.right{
	width:185px;
}
@media (min-width: 450px) {
	.balance table{
		width:100%;
	}
	.balance table td{
		text-align:center;
	}
	.iv_rightTdHeadSaldo{
		text-align:center;
	}
	.iv_refreshIndex{
		display:inline-block;
		margin-left:13px;
	}
	.right{
		width:auto;
	}
	
	.wallet-card:before {
		position: absolute;
		left: 0;
		right: 0;
		top: 66px;
		width: 95%;
		margin: 0 auto;
		content: "";
		display: block;
		height: 64.1px;
		background: none;
		z-index: -1;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		-webkit-box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.3);
		box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.3);
	}
	
}

.iv_vendorDiv{
	border-radius:10px;
}
.iv_divAllVdr{
	margin-bottom: 75px;
	padding:0 16px;
}
.iv_tblAllVdr{
	height: 195px;
	width: 100%;
	margin-top: 0px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.iv_tblAllVdrDiv{
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
#iv_tblJokerFishing{
	height: 305px;			
}
#iv_tblJokerFishing td{
	padding: 8px 5px 0px 5px;				
}
.iv_tblAllVdr td{
	vertical-align:top;
	width: 20%;
	text-align:center;
	padding: 18px 5px 10px 5px;
	line-height: 10px;
}
.iv_tblAllVdr .iv_logoOn{
	height: 48px;
	width: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	color: #fff !important;
	opacity: 1 !important;
	margin-bottom:10px;
}
.iv_tblAllVdr .iv_logoVdr{
	height: 48px;
	width: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	opacity: 1;
	/*background: #ececec;
	border-color: #ececec;
	color: #888893;
	opacity: .65;*/
	margin-bottom:3px;
}
.iv_tblAllVdr .iv_logoVdrLogin{
	height: 48px;
	width: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	opacity: 1;
	/*background: #ececec;
	border-color: #ececec;
	color: #888893;
	opacity: .65;*/
	margin-bottom:3px;
}
.iv_tblAllVdr img{
	width:35px;
}
.iv_tblAllVdr .iv_jdlVdr1Line{
	font-size: 11px;
	height: 11px;
	color: #8a8a8a;
	font-weight:500;
	letter-spacing:0.5px;
}
.iv_tblAllVdr .iv_jdlVdr12Line{
	font-size: 11px;
	height: 7px;
	color: #8a8a8a;
	font-weight:500;
}
.iv_tblAllVdr .iv_jdlVdr2Line{
	font-size: 11px;
	height: 20px;
	color: #8a8a8a;
	font-weight:500;
}
.iv_tblAllVdrDivFish{
	background: white;
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
	background-position: 100% 100%;
	background-size: 183px;
	-webkit-background-size: 183px;
	-moz-background-size: 183px;
	-o-background-size: 183px;
	border-radius:10px;
	margin-top: 42.5px;
}
.iv_jdl05{
	width: 1.5px;
	display: inline-block;
}
.iv_hideArea{
	display:none !Important;
}
.iv_active .iv_logoVdrLogin{
	color: #b2b2b2 !important;
}
.iv_inactive .iv_logoVdrLogin{
	background: #151515 !important;
	border-color: #cacaca !important;
	color: #b2b2b2 !important;
	box-shadow: none;
}
.iv_liveGamesSpan{
	font-size:24px;
	font-weight:600;
	color: #cacaca;
}
.iv_liveGamesSpanLogin{
	font-size:24px;
	font-weight:600;
	color: #cacaca;
}
.iv_inactive .iv_liveGamesSpan{
	color: #d9d9d9 !important;
}
.iv_inactive .iv_liveGamesSpanLogin{
	color: #9e9e9e !important;
}