/* --- New Style Add --- */
.related_keyword {
	width: 100%;
	margin: 20px 0px 20px 0px;
	float: left;
}
.header_keyword {
	padding: 5px 10px 5px 10px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #EC10A0;
}
.keyword {
	padding: 5px 10px 5px 10px;
	float: left;
	font-size: 14px;
	font-weight: bold;
}
.ads_header_01{
    height: 100px;
    width: 400px;
    float: left;
    margin-right: 50px;;
    background-color: red;
    border: 1px solid red;
}
.btn_register {
	cursor: pointer;
	background-color: #B9D544; 
	width: 78px;
	height: 80px;
	color: white;
	padding-top: 8px;
	text-align: center;
	float: left;
	margin-left: 5px;
}

.btn_register:hover {opacity: 0.6;}
.btn_deposit {
	cursor: pointer;
	background-color: #00ADEE; 
	width: 78px;
	height: 80px;
	color: white;
	padding-top: 8px;
	text-align: center;
	float: left;
	margin-left: 5px;
}

.btn_deposit:hover {opacity: 0.6;}
.btn_withdraw {
	float: left;
	background-color: #D41920;
	cursor: pointer;
	width: 78px;
	height: 80px;
	color: white;
	padding-top: 8px;
	text-align: center;
	margin-left: 5px;
}
.btn_withdraw:hover {opacity: 0.6;}
.btn_play{
	float: left;
	background-color:#FDBF0F;
	cursor: pointer;
	width: 78px;
	height: 80px;
	color: white;
	padding-top: 8px;
	text-align: center;
	margin-left: 5px;
}
.btn_play:hover {opacity: 0.6}


.user_deposit{
	background-image:url(../../images/ico-useronline.svg?00);
	background-repeat: no-repeat;
	background-size: 100% auto;
	left: 50%;
	top: 0;
	margin-left: 14px;
	margin-bottom: 10px;
	width: 50px;
	height: 50px;
}
.user_register{
	background-image:url(../../images/btn_register.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	left: 50%;
	top: 0;
	margin-left: 14px;
	margin-bottom: 10px;
	width: 50px;
	height: 50px;
}
.user_withdraw{
	background-image:url(../../images/ico-useronline.svg?00);
	background-repeat: no-repeat;
	background-size: 100% auto;
	transform:rotate(180deg);
	left: 50%;
	top: 0;
	margin-left: 14px;
	margin-bottom: 10px;
	width: 50px;
	height: 50px;
}
.user_play{
	background-image:url(../../images/btn_play_now.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position:center 100%;
	left: 50%;
	top: 0;
	margin-left: 14px;
	margin-bottom: 1px;
	width: 50px;
	height: 50px;
}
.btn_register_effect {
	width: 346px;
	height: 90px;
	margin-left: 20px;
	margin-top: 20px;
	background: url(https://sports.aa2888.vip/core-libs/support-material/images/frontend/imgs/btn_register_kh.png);
}
.btn_deposit_effect_kh {
	width: 346px;
	height: 90px;
	margin-left: 20px;
	margin-top: 20px;
	background: url(https://sports.aa2888.vip/core-libs/support-material/images/frontend/imgs/btn_deposit_kh.png);
}

.btn_register_effect:hover,  .btn_register_effect_kh:hover,.btn_deposit_effect:hover,.btn_deposit_effect_kh:hover,.btn_withdraw_effect:hover,.btn_withdraw_effect_kh:hover,.btn_playnow_effect:hover, .btn_playnow_effect_kh:hover {
	opacity: 0.6;
	
}



 /* --- End New Style Add -- */