@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'bignoodletitlingregular';
  src: url('../../fonts/ptpk/big_noodle_titling-webfont.eot');
  src: url('../../fonts/ptpk/big_noodle_titling-webfont.eot?#iefix') format('embedded-opentype'),
       /*url('../../fonts/ptpk/big_noodle_titling-webfont.woff2') format('woff2'),*/
       url('../../fonts/ptpk/big_noodle_titling-webfont.woff') format('woff'),
       url('../../fonts/ptpk/big_noodle_titling-webfont.ttf') format('truetype'),
       url('../../fonts/ptpk/big_noodle_titling-webfont.svg#bignoodletitlingregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
	margin:0;
	left:0;
	top:0;
	font-family: arial, sans-serif;
	background: #C6A174;
}

img{
	margin:0;
	border:0;
	vertical-align:middle;
}

strong{
	color:white;
}

input, input:focus, button, button:focus{
    outline: none;
}

input[type=button], input[type=submit], input[type=reset], button{
    cursor: pointer;
}

#header_container{
	position:relative;
	top:0;
    min-width: 1250px;
	width:100%;
	/*height:45px;*/
	/*min-height: 90px;*/
	float:left;
	border-bottom:none;
	z-index:2000;
	background:#533415; /** new background for laravel 2021 */
    background-size: 100% 92px;
    background-position: top;
}
.bg-head {
    /* background: #533415 no-repeat !important; */
    background:  url(../../img/ptpk/back-main/head_main.webp) #533415 no-repeat !important;
    background-size: 100% 66% !important;
    background-position: top !important;
}
.back-main {
    /* background: #9d7f5b no-repeat; */
    background: url(../../img/ptpk/back-main/back_main.webp) #9d7f5b no-repeat;
    background-size: 100% 85% !important;
    background-position: 100% 0%;
}
#header_1200{
	width:1200px;
	height:auto;
	padding: 7px 0 2px 0;
	/*background:yellow;*/
}

#logo{
	margin-top:-50px;
	position:absolute;
}

.avatar{
	width:75px;height:75px;
}

.avatar-default{
	width:75px;
	height:75px;
	background:url(../../img/ptpk/avatar.jpg) no-repeat;
	background-size:75px 75px;
}

a.navigation{
	font-family: 'bignoodletitlingregular', arial, sans-serif;
	color:#50442e;
	font-size:24px;
	font-weight:bold;
	width:110px;
	float:left;
	text-align:center;
	text-decoration:none;

	height:35px;
	margin:0px 0px 0px 0px;
	padding-right:8px;
	padding-left:8px;
	padding-top:9px;
	border-right:1px #50442e solid;
}
a.navigation2{
	font-family: 'bignoodletitlingregular', arial, sans-serif;
	color:#50442e;
	font-size:24px;
	font-weight:bold;
	width:110px;
	float:left;
	text-align:center;
	text-decoration:none;

	height:35px;
	margin:0px 0px 0px 0px;
	padding-left:6px;
	padding-right:5px;
	padding-top:9px;
	border-left:1px #50442e solid;
}

a.navigation:hover{
	background:#a0825d;
}
a.navigation2:hover{
	background:#a0825d;
}
.navigation_icon{
	height:25px;
	margin-right:8px;
}
.navigation_logo{
	width:125px;
	float:left;
	margin-top:2px;
	z-index: 99;
    position: relative;
}

.button_red{
	font-family: 'bignoodletitlingregular', arial, sans-serif;
	background:url(../../img/ptpk/btn_red.jpg) repeat-x;
	color:white;
	border:none;
	font-size:22px;
	padding:9px 25px 4px 25px;
	border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
	cursor:pointer;
	text-decoration:none;
}

.button_green{
	font-family: 'bignoodletitlingregular', arial, sans-serif;
	background:url(../img/btn_green.jpg) repeat-x;
	color:black;
	border:none;
	font-size:17px;
	padding:9px 7px 4px 7px;
	border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
	cursor:pointer;
	text-decoration:none;
}

.loginbut{
	position:absolute;
	width:100px;
}

.button_red:hover{
	color:#dfbb5f;
}

.btn-gray {
  background: #1e5b09;
  background-image: -webkit-linear-gradient(top, #3bcf09, #1e5b09);
  background-image: -moz-linear-gradient(top, #3bcf09, #1e5b09);
  background-image: -ms-linear-gradient(top, #3bcf09, #1e5b09);
  background-image: -o-linear-gradient(top, #3bcf09, #1e5b09);
  background-image: linear-gradient(to bottom, #3bcf09, #1e5b09);
}

.btn-gray:hover {
  background: #1c4e0a;
  background-image: -webkit-linear-gradient(top, #38881a, #1c4e0a);
  background-image: -moz-linear-gradient(top, #38881a, #1c4e0a);
  background-image: -ms-linear-gradient(top, #38881a, #1c4e0a);
  background-image: -o-linear-gradient(top, #38881a, #1c4e0a);
  background-image: linear-gradient(to bottom, #38881a, #1c4e0a);
  text-decoration: none;
}

.btn-register{
    float: right;
    margin-left: 105px;
}

#login_panel{
    margin-top: -85px;
    text-align: right;
    float: right;
    margin-right: 176px;
    width: 100%;
}

.login_form{
	margin-right:4px;
	width:100px;
	height:28px;
	border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
	padding-left:10px;
	color:white;
	border:#3a88a0;
	background:#0e0e0e;
}
.login_form2{
	margin-right:4px;
	width:60px;
	height:28px;
	border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
	padding-left:10px;
	color:white;
	border:#3a88a0;
	background:#0e0e0e;
}

#sliderx{
    width: 100%;
    float: left;
    height: 302px;
    z-index: -100;
    margin-top: 0px;
    /* background: #9d7f5b;* new background for laravel 2021 */
    background: transparent; /** new background for laravel 2021 */
}

.sliderx_1920{
	/*width:100%;*/
	width: 1200px;
}

#jackpot_container{
	background:url(../img/bg-jackpot.png) no-repeat center top;
	width:100%;
	height:130px;
	text-align:center;
	float:left;
	margin-top:575px;
	color:#50442e;
	font-family:"Times New Roman", Times, serif;
	font-size:65px;
	padding-top:75px;
	z-index:100;
	position:absolute;
}

#jackpot_center{
	height:76px;width:100%;
	float:left;
	margin-top:-1px;
	z-index: 4;
	position: relative;
}

#jackpot_mid{
	background:url(../../img/ptpk/bck_jackpot_repeat.jpg) repeat-x;
	height: 76px;
    width: 1200px;
}

#jackpot_center2{
	height:62px;width:1200px;padding-top:8px;
	background:url(../../img/ptpk/jackpot_center_image.png) center no-repeat;
	background-position-x: -8px;
}

#bg_news{
	background:url(../../img/ptpk/bg-news.jpg) repeat-x;
	width:1200px;
	height:29px;
	float:left;
	font-family:Arial;
	color:white;
	font-size:14px;
	padding-top:4px;
}

#forget_pass{
	text-align:right;
	width:100%;
	margin-top: 10px;
    margin-left: 205px;
}
.forget_pass{
	font-size:15px;
	font-style:italic;
	color:white;
	text-decoration:none;
	/*margin-right:15px;*/
}

#bottom_container{
	width:100%;
	float:left;
	margin-top:0px;
	background: transparent; /** new background for laravel 2021 */
	background-size: auto 50%;
	background-position: 2% center, 98% center;
}
#running_text_container{
	width:1236px;
	clear:both;
}
#fly_runningtext{
	background:#efd684;
	color:#120100;
	position:absolute;
	width:500px;
	font-size:15px;
	margin-top:62px;
	padding:4px;
}
.ribbon{
	width:18px;
	float:left;
	height:29px;
}

#rectangle_container{
	width:1200px;
}

.box_slider{
	background: #5C4A36;
    height: 130px;
    width: 100%;
    margin-top: 14px;
    border-radius: 10px;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
}

.slidegames{
	position: relative;
	float: left;
	cursor: pointer;
	margin-top: -8px;
	text-align: center;
}

.slidegames img{
	display: block;
	/*width: 92%;*/
	height: 145px;
	margin-left: -20px;
}

.slidegames span{
	color: white;
	font-size: 14px;
    font-weight: bold;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.brown_box1{
	margin-top:15px;
	background:#5d4b35;
	float:left;
	width:390px;
	height:215px;
	border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
	padding-top:10px;
}

.brown_box2{
	width:350px;
	height:190px;
	padding:10px;
	border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
	background: #dec982; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#dec982, #e2bb58); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#dec982, #e2bb58); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#dec982, #e2bb58); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#dec982, #e2bb58); /* Standard syntax */
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
}

.tittlebox{
	height:22px;
}

.bluer{
	font-family: 'bignoodletitlingregular', arial, sans-serif;
	color:#0c504c;
	font-size:45px;
	width:110px;
	float:left;
	text-align:left;
	height:30px;
}

.yellower{
	font-family: 'bignoodletitlingregular', arial, sans-serif;
	color:#dfbf61;
	font-size:45px;
	width:200px;
	float:left;
	text-align:left;
	height:30px;
	text-shadow: 2px 2px #000;
}

.jadwal-title .yellower{
	font-family: 'bignoodletitlingregular', arial, sans-serif;
	color:#63513B;
	font-size:45px;
	width:100%;
	float:left;
	text-align:center;
	height:70px;
	text-shadow: none;
}

.fa-star{
	font-size: 22px !important;
	vertical-align: middle;
	margin: -1px;
}

.yellower hr{
	position: static;
	margin: -36px -549px 0px 214px;
	background: #dfbf61;
	border: none;
	height: 3px;
}

.five_stars{
	width:100px;float:left;text-align:left;padding:3px 0px 5px 0px;
}
.point_reward_title{
	font-family: 'bignoodletitlingregular', arial, sans-serif;
    color: #3f2402;
    font-size: 33px;
    width: 150px;
    float: left;
    text-align: right;
}

.liner{
	border-bottom:1px #886c49 solid;
	width:800px;
	float:left;
	margin-bottom:5px;
}

.list_top_point1{
	background:#b39756;
	color:#3f2402;
	font-family:Arial;
	font-size:15px;
	text-align:left;
	padding:4px 10px 4px 10px;
	width:330px;
	float:left;
	font-weight:bold;
	clear:both;
}

.list_top_point2{
	color:#3f2402;
	font-family:Arial;
	font-size:17px;
	text-align:left;
	padding:4px 10px 4px 10px;
	width:330px;
	float:left;
	font-weight:bold;
}

.list_top_point3{
	background:#907452;
	color:white;
	font-family:Arial;
	font-size:17px;
	text-align:left;
	padding:4px 10px 4px 10px;
	width:330px;
	float:left;
	font-weight:bold;
}

.list_top_point4{
	color:white;
	font-family:Arial;
	font-size:17px;
	text-align:left;
	padding:4px 10px 4px 10px;
	width:330px;
	float:left;
	font-weight:bold;
}

.brown_box3{
	margin-top:15px;
	background:#5d4b35;
	float:left;
	width:760px;
	height:215px;
	border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
	padding-top:10px;
	margin-left:20px;
}

.brown_fullpage{
	width: 97.5%;
    margin-left: 0;
}

.inside_box{
	width:100%;
	padding:0px;
	border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
}

.kumpulkan{
	width:550px;
	float:left;
	text-align:right;
	font-size:13px;
	color:white;
	line-height:20px;
}

a.klikdisini{
	color:#c5a859;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
}
a.klikdisini:hover{
	text-decoration:underline;
	font-weight:bold;
}

.brown_box4{
	width:220px;
	height:128px;
	padding:10px;
	border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
	background: #3f3121;
	float:left;
	margin-top:10px;
	margin-right:10px;
}

.sidebarbrownbox{
	height:170px;
	width:340px;
}

.sidebarbrownbox1{
	height:305px;
}

.brown_box5{
	width:200px;
	height:20px;
	padding:7px 0px 5px 15px;
	background: #5d4b35;
	float:left;
	border-left:5px solid  #dfbf62;
	font-family: 'bignoodletitlingregular', arial, sans-serif;
	color:white;
	font-size:20px;
	text-align:left;
}

.clear{
	clear:both;
}

.itemshow{
	float:left;
	width:85px;
	margin:8px 10px 0px 0px;
}

.prize{
	color:white;
	font-size:22px;
	width:123px;
	float:left;
	line-height:50px;
	margin-top:4px;
	text-align:left;
}

.sidebarprize{
	margin-left:20px;
	font-size:25px;
	margin-top:22px;
}

.shop{
	font-size:18px;
}

.sidebarshop{
	position:absolute;
	width:130px;
	padding:0px 0px 0px 12px;
	margin-top:25px;
}

.brown_box6{
	margin-top:15px;
	background:url(../../img/ptpk/brown_box6.jpg) repeat-x;
	float:left;
	width:390px;
	height:235px;
	border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
	padding-top:10px;
}

.browner{
	color:#694e1d;
	font-family: 'bignoodletitlingregular', arial, sans-serif;
	font-size:25px;
	text-align:left;
	font-weight:bold;
}

.avatar_jackpot{
	width:140px;
	float:left;
	border:5px solid #5d4b35;
	margin-top:15px;
}

.brown_box7{
	width:170px;
	height:20px;
	padding:5px 0px 10px 15px;
	background: #5d4b35;
	float:left;
	border-right:5px solid  #dfbf62;
	color:white;
	font-size:20px;
	text-align:left;
	margin-top:15px;
	margin-left:10px;
	font-weight:bold;
}

.jackpot_ket{
	width:180px;
	float:left;
	border-bottom:1px #886c49 solid;
	color:white;
	font-size:17px;
	font-weight:bold;
	padding:5px;
	text-align:left;
	margin-left:10px;
}

.nominal{
	color:#ffff7e;
	font-size:25px;
	font-weight:bold;
}

.tanggal{
	color:white;
	font-size:14px;
	width:200px;
	float:left;
	text-align:center;
	padding-top:10px;
}

.padderleft{
	margin-left:15px;
}

.padderleft2{
	margin-left:40px;
}

.padderbot{
	margin-bottom:20px;
}

.list1{
	width:110px;float:left;text-align:left;
}

.list2{
	width:130px;float:left;text-align:left;
}

.list3{
	width:80px;float:left;text-align:left;color:#255357;
}

.banner{
	width: 580px; float:left;
}

#footer_container{
	width:100%;float:left;background:#786247;margin-top:15px;
}

#footer_1200{
	width:1200px;
	color:white;
}

.footer-container{
	width:1200px !important;
}

.footer_left1{
	width:80%;float:left;
}

.footer_right1{
	width:20%;float:right;text-align:right;
}

#fotter_border{
	width:100%;float:left; padding:20px 0px 20px 0px;
	border-bottom: 1px solid #63513a;
}

#footer_desc{
	margin-top:5px;
	width:100%;
	float:left;
	font-size:14px;
}

#sidebar_container{
	width:390px;
	float:left;
}

#content_container{
	width:790px;
	float:left;
}

.color_welcome{
	font-weight:bold;
	color:#000000;
}

.color_poin{
	color:#920000;
	font-weight:bold;
}

.redeem{
	font-family:Arial;
	position:absolute;
	width:150px;
	text-align:center;
	color:yellow;
	vertical-align:middle;
	margin-top:-20px;
}

.welcomepart1{
	height:310px;
}
.welcomepart2{
	height:280px;
}
.welcome_navigation{
	width:160px;float:left;
	text-align:left;
	margin-top:5px;
}
.navigation_welcome{
	font-size:17px;
	font-family:Arial;
	color:black;
	text-decoration:none;
}
.navigation_welcome:hover{
	color:#920000;
}


.sidebarhotitem{
	background:#5d4b35;
	width:360px;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);
}

.sidebaritemshow{
	width:125px;
}

.sidebrownbox5{
	width:320px;
}

.right_selengkapnya{
	width:300px;float:right;text-align:right;padding-top:5px;
}

a.selengkapnya{
	color:white;
	font-style:italic;
	text-decoration:none;
	font-size:14px;
}
a.selengkapnya:hover{
	color:#cbac62;
}

.contentpage{
	width:100%;float:left;
}

.playnow{
	font-size:30px;
	width:120px;
	text-align:center;
	padding:6px 10px 10px 10px;
	position:absolute;
}

.playnow_container{
	width:200px;float:left;
}

.fontentalignleft{
	width:100%;
	float:left;
	text-align:left;
	margin-top:50px;
}

.brown_box3_page{
	clear:both;
	float:left;
	height:auto;
	padding: 15px;
}

.slider_image{
	width:1920px;text-align:center;
	/*background:url(../img/bg-slider.jpg) no-repeat center top;*/
	background:#243f46;
	padding-top:170px;
}

.cover{
	width:720px;
	float:left;
	height:70px;
	cursor:pointer;
	padding:20px;
}
.cover:hover{
	background:#b39756;
}
.support_icon{
	width:120px;
	float:left;
	text-align:left;
}
.support_text{
	width:250px;
	float:left;
	font-family: 'bignoodletitlingregular', arial, sans-serif;
	font-size:40px;
	color:white;
	text-align:left;
	padding-top:20px;
}

.uialert{
	background : #fab529;
	color:black;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	width:300px;
	text-align:center;
	position:fixed;
	top:0;
	display:none;
	padding:30px;
	border:2px solid white;
	border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -ms-border-radius: 6px 6px 6px 6px;
    -o-border-radius: 6px 6px 6px 6px;
}


/**** Forms ****/
.login-form{
    float: right !important;
    padding: 10px 15px;
    margin-top: 34px;
    margin-right: -10px;
    margin-bottom: 8px;
    margin-left: 0px;
}

.control-label{
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.control-label-header{
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #d67100;
    font-family: "century gothic";
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.form-group{
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-group-full{
    display: inline-block;
    width: 800px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.form-control{
    width: 470px;
    height: 20px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5em;
    color: #261600;
    background-color: #fff;
    background-image: none;
    border: 1px solid #7a4500;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-small{
    height: 37px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5em;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #7a4500;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-login{
    display: block;
    width: 130px;
    height: 37px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5em;
    color: #261600;
    background-color: #fff;
    background-image: none;
    border: 1px solid #7a4500;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-captcha{
    display: block;
    width: 120px;
    height: 35px;

    font-size: 14px;
    line-height: 1.5em;
    color: #075b6f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #7a4500;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus{
    border-color: #7a4500;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder{
    color: #c7c7c7;
    opacity: 1;
}

.form-control:-ms-input-placeholder{
    color: #c7c7c7;
}

.form-control::-webkit-input-placeholder{
    color: #c7c7c7;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

/**** Column ****/
.text-left{
    text-align: left;
    font-family: "Avenir";
}

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

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

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

#pendaftaran p, ol, ul, h5{
    padding-left: 11px;

}

#withdraw p, ol, ul, h5{
    padding-left: 11px;
}

#masalah-umum p, ol, ul, h5{
    padding-left: 11px;
}

#deposit p, ol, ul, h5{
    padding-left: 11px;
}

.m-l{
    margin-left: 15px;
}

.m-l-none{
    margin-left: 0;
}

.m-l-mini{
    margin-left: 5px;
}

.m-l-small{
    margin-left: 10px;
}

.m-l-large{
    margin-left: 20px;
}

.m-l-n{
    margin-left: -15px;
}

.m-l-n-mini{
    margin-left: -5px;
}

.m-l-n-small{
    margin-left: -10px;
}

.m-l-n-large{
    margin-left: -20px;
}

.m-t{
    margin-top: 15px;
}

.m-t-none{
    margin-top:0;
}

.m-t-mini{
    margin-top: 5px;
}

.m-t-small{
    margin-top: 10px;
}

.m-t-large{
    margin-top: 20px;
}

.m-t-n{
    margin-top: -15px;
}

.m-t-n-xmini{
    margin-top: -1px;
}

.m-t-n-mini{
    margin-top: -5px;
}

.m-t-n-small{
    margin-top: -10px;
}

.m-t-n-large{
    margin-top: -20px;
}

.m-r{
    margin-right: 15px;
}

.m-r-none{
    margin-right: 0;
}

.m-r-mini{
    margin-right: 5px;
}

.m-r-small{
    margin-right: 10px;
}

.m-r-large{
    margin-right: 20px;
}

.m-r-n{
    margin-right: -15px;
}

.m-r-n-mini{
    margin-right: -5px;
}

.m-r-n-small{
    margin-right: -10px;
}

.m-r-n-large{
    margin-right: -20px;
}

.m-b{
    margin-bottom: 15px;
}

.m-b-none{
    margin-bottom: 0;
}

.m-b-mini{
    margin-bottom: 5px;
}

.m-b-small{
    margin-bottom: 10px;
}

.m-b-large{
    margin-bottom: 20px;
}

.m-b-n{
    margin-bottom: -15px;
}

.m-b-n-mini{
    margin-bottom: -5px;
}

.m-b-n-small{
    margin-bottom: -10px;
}

.m-b-n-large{
    margin-bottom: -20px;
}

.selectdom{
	height:35px;
	width:492px;
}

.line {
    width: 750px;
    height: 2px;
    margin: 10px 0;
    font-size:0;
    overflow: hidden;
    background-color: #330704;
    border-width:0;
    border-top: 1px solid #330704;
}

.line-mini{
    margin: 0;
}

.line-dashed{
    border-style: dashed;
    background: transparent;
}

.line-large{
    margin-top:15px;
    margin-bottom: 15px;
}

.media-mini{
    min-width: 50px;
}

.media-small{
    min-width: 80px;
}

.media-large{
    min-width: 90px;
}

.thumb-mini{
    width: 24px;
    display: inline-block;
}

.thumb-small{
    width: 36px;
    display: inline-block;
    text-align: center;
}

.thumb{
    display: inline-block;
}

.thumb-large{
    width: 90px;
    display: inline-block;
}

.thumb img, .thumb-mini img, .thumb-small img, .thumb-large img{
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.col-lg-1{
    float: left;
    position: relative;
    min-height: 1px;
    width: 180px;
    padding-right: 15px;
    padding-left: 15px;
	color:white;
	font-family:Arial;
}

.col-lg-2{
    float: left;
    position: relative;
    min-height: 1px;
    min-width: 200px;
    padding-right: 15px;
    padding-left: 15px;
	color:white;
	font-family:Arial;
}

.col-lg-3{
    float: left;
    position: relative;
    min-height: 1px;
    min-width: 150px;
    padding-right: 15px;
    padding-left: 15px;
	color:white;
	font-family:Arial;
}

.media, .media-body{
    overflow: hidden;
    zoom: 1;
}

.media, .media .media{
    margin-top: 15px;
}

.media:first-child{
    margin-top: 0;
}

.media-object{
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left{
    margin-right: 10px;
}

.media > .pull-right{
    margin-left: 10px;
}

.media-list{
    padding-left: 0;
    list-style: none;
}

.space_5{
	height: 5px;
}

.alert{
	background : #fab529;
	color:black;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	width:600px;
	text-align:center;
	padding:10px;
	border:2px solid white;
	border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -ms-border-radius: 6px 6px 6px 6px;
    -o-border-radius: 6px 6px 6px 6px;
}

.alert-danger{
	margin-left:40px;
	margin-bottom:10px;
}

.alert-success{
	margin-left:40px;
	margin-bottom:10px;
}

.deco {
    width: 60%;
    height: 30%;
    border: 0;
    border-radius: 0;
    margin: 0 0 20px 0;
    position: relative;
    left: auto;
    bottom: auto;
}

.blink {
    webkit-animation-name: blink;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0, 0.5, 0.5, 1.0);
    -webkit-animation-duration: 0.7s;
}

.promo_box{
	position: relative;
	float: left;
	margin-right: 13px;
	cursor: pointer;
	text-align: center;
	width: 183px;
}

.promo_box img{
	display: block;
	margin-bottom: 10px;
}

.promo_layer{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 130px;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #000;
}

.promo_box:hover .promo_layer{
	opacity: 0.7;
}

.promo_box a{
	text-decoration: none;
}

.promo_layer span{
	font-size: 12px !important;
	font-weight: normal !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-decoration: none;
}

.promo_box span{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.btn-free {
  background: #9adc00;
  background-image: -webkit-linear-gradient(top, #9adc00, #354d00);
  background-image: -moz-linear-gradient(top, #9adc00, #354d00);
  background-image: -ms-linear-gradient(top, #9adc00, #354d00);
  background-image: -o-linear-gradient(top, #9adc00, #354d00);
  background-image: linear-gradient(to bottom, #9adc00, #354d00);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 3px 4px 3px #666666;
  -moz-box-shadow: 3px 4px 3px #666666;
  box-shadow: 3px 4px 3px #666666;
  font-family: 'bignoodletitlingregular', arial, sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 30px 5px 30px;
  border: none;
  cursor: pointer;
  position: absolute;
  margin: 12px -210px;
  font-size: 28px;
  text-decoration: none;
}

.btn-free:hover {
  background: #88bb04;
  background-image: -webkit-linear-gradient(top, #88bb04, #364504);
  background-image: -moz-linear-gradient(top, #88bb04, #364504);
  background-image: -ms-linear-gradient(top, #88bb04, #364504);
  background-image: -o-linear-gradient(top, #88bb04, #364504);
  background-image: linear-gradient(to bottom, #88bb04, #364504);
  -webkit-box-shadow: 0 0 3px #666666;
  -moz-box-shadow: 0 0 3px #666666;
  box-shadow: 0 0 3px #666666;
}


/*lobby*/
.subcontainer-lobby{
    float:left;
	margin-bottom: 20px!important;
	margin-top: 20px !important;
	justify-content: center;
	width: 20%;
}

.subcontainer-lobby img:hover ~ .play .btn-playnow{
  background: #ac693b;
  background-image: -webkit-linear-gradient(top, #ac693b, #71350a);
  background-image: -moz-linear-gradient(top, #ac693b, #71350a);
  background-image: -ms-linear-gradient(top, #ac693b, #71350a);
  background-image: -o-linear-gradient(top, #ac693b, #71350a);
  background-image: linear-gradient(to bottom, #ac693b, #71350a);
  text-decoration: none;
  box-shadow: 1px 1px 3px #c49f85, -1px -1px 3px #c49f85;
  color: #fed004;
}

/* .ceme{
	margin: 0 0 0 0px !important;
}

.pn{
	margin: 0 0 0 0px !important;
}

.an{
	margin: 0 0 0 0px !important;
}

.cemekeliling{
	margin: 0 0 0 0px !important;
}

.domino{
	margin: 0 0 0 0px !important;
}

.capsa{
	margin: 0 0 0 0px !important;
}

.livepoker{
	margin: 0 0 0 0px !important;
}

.blackjack{
	margin: 0 0 0 0px !important;
}

.tournament{
	margin: 0 0 0 0px !important;
}
.superten{
	margin: 0 0 0 0px !important;
} */
.play{
	display: block;
	text-align: center;
	margin-top: -35px;
}

.btn-playnow {
  background: #fed402;
  background-image: -webkit-linear-gradient(top, #fed402, #f6a620);
  background-image: -moz-linear-gradient(top, #fed402, #f6a620);
  background-image: -ms-linear-gradient(top, #fed402, #f6a620);
  background-image: -o-linear-gradient(top, #fed402, #f6a620);
  background-image: linear-gradient(to bottom, #fed402, #f6a620);
  border-radius: 3px;
  box-shadow: 1px 1px 3px #fcd462, -1px -1px 3px #fcd462;
  font-family: Arial;
  color: #000;
  font-size: 11px;
  padding: 3px 10px 3px 10px;
  text-decoration: none;
  border: none;
  font-weight:700;
}

.btn-playnow:hover {
  background: #ac693b;
  background-image: -webkit-linear-gradient(top, #ac693b, #71350a);
  background-image: -moz-linear-gradient(top, #ac693b, #71350a);
  background-image: -ms-linear-gradient(top, #ac693b, #71350a);
  background-image: -o-linear-gradient(top, #ac693b, #71350a);
  background-image: linear-gradient(to bottom, #ac693b, #71350a);
  text-decoration: none;
  box-shadow: 1px 1px 3px #c49f85, -1px -1px 3px #c49f85;
  color: #fed004;
  cursor: pointer;
}

.lobby-desc{
	color: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	float: left;
	width: 645px;
	margin: 50px 30px 20px 30px;
	font-size: 16px;
	text-align: left;
}

.download{
	width: 50%;
	float: left;
	margin: 0 0 20px 0;
}

.download img{
	position: relative;
}

.btn-dandroid {
  background: #96bf42;
  background-image: -webkit-linear-gradient(top, #96bf42, #586f30);
  background-image: -moz-linear-gradient(top, #96bf42, #586f30);
  background-image: -ms-linear-gradient(top, #96bf42, #586f30);
  background-image: -o-linear-gradient(top, #96bf42, #586f30);
  background-image: linear-gradient(to bottom, #96bf42, #586f30);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: sans-serif;
  position: absolute;
  margin: 116px -158px;
}

.btn-dandroid:hover {
  background: #586f30;
  background-image: -webkit-linear-gradient(top, #586f30, #96bf42);
  background-image: -moz-linear-gradient(top, #586f30, #96bf42);
  background-image: -ms-linear-gradient(top, #586f30, #96bf42);
  background-image: -o-linear-gradient(top, #586f30, #96bf42);
  background-image: linear-gradient(to bottom, #586f30, #96bf42);
  text-decoration: none;
}

.btn-dios {
  background: #96bf42;
  background-image: -webkit-linear-gradient(top, #96bf42, #586f30);
  background-image: -moz-linear-gradient(top, #96bf42, #586f30);
  background-image: -ms-linear-gradient(top, #96bf42, #586f30);
  background-image: -o-linear-gradient(top, #96bf42, #586f30);
  background-image: linear-gradient(to bottom, #96bf42, #586f30);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 14px 8px 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: sans-serif;
  position: absolute;
  margin: 76px -352px;
}

.btn-dios:hover {
  background: #586f30;
  background-image: -webkit-linear-gradient(top, #586f30, #96bf42);
  background-image: -moz-linear-gradient(top, #586f30, #96bf42);
  background-image: -ms-linear-gradient(top, #586f30, #96bf42);
  background-image: -o-linear-gradient(top, #586f30, #96bf42);
  background-image: linear-gradient(to bottom, #586f30, #96bf42);
  text-decoration: none;
}

.btn-guidance {
  background: #e34e4e;
  background-image: -webkit-linear-gradient(top, #e34e4e, #ad1b1b);
  background-image: -moz-linear-gradient(top, #e34e4e, #ad1b1b);
  background-image: -ms-linear-gradient(top, #e34e4e, #ad1b1b);
  background-image: -o-linear-gradient(top, #e34e4e, #ad1b1b);
  background-image: linear-gradient(to bottom, #e34e4e, #ad1b1b);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 14px 8px 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: sans-serif;
  position: absolute;
  margin: 76px -234px;
}

.btn-guidance:hover {
  background: #ad1b1b;
  background-image: -webkit-linear-gradient(top, #ad1b1b, #e34e4e);
  background-image: -moz-linear-gradient(top, #ad1b1b, #e34e4e);
  background-image: -ms-linear-gradient(top, #ad1b1b, #e34e4e);
  background-image: -o-linear-gradient(top, #ad1b1b, #e34e4e);
  background-image: linear-gradient(to bottom, #ad1b1b, #e34e4e);
  text-decoration: none;
}


.content-promo{
	padding: 50px 0 0 0;
}

.img-promo{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 100%;
}

.btn-promotion{
	width: 50%;
	float: left;
	border-radius: 0;
	background-image: -webkit-linear-gradient(top, #fec508 0%, #fd9101 100%);
    background-image:         linear-gradient(to bottom, #fec508 0%, #fd9101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffec508', endColorstr='#fffd9101', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(48, 38, 78, .15), 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 0 rgba(48, 38, 78, .15), 0 1px 1px rgba(0, 0, 0, .075);
    background-repeat: repeat-x;
    border: 1px solid #fd9101;
    color: #fff;
	font-size: 14px;
	padding: 6px 12px;
	cursor: pointer;
}

.btn-promotion:hover{
	background-image: -webkit-linear-gradient(top, #fd9101 0%, #fec508 100%);
    background-image:         linear-gradient(to bottom, #fd9101 0%, #fec508 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffec508', endColorstr='#fffd9101', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.toggle-content{
	display: none;
	float: left;
	width: 96%;
	background: #c6a272;
	color: #000;
	padding: 15px;
	margin-bottom: 20px;
}

.toggle-content img{
	width: 100%;
	height: auto;
}

.btn-ios {
  background: #9adc00;
  background-image: -webkit-linear-gradient(top, #1A91A9, #13697B);
  background-image: -moz-linear-gradient(top, #1A91A9, #13697B);
  background-image: -ms-linear-gradient(top, #1A91A9, #13697B);
  background-image: -o-linear-gradient(top, #1A91A9, #13697B);
  background-image: linear-gradient(to bottom, #1A91A9, #13697B);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 3px 4px 3px #8A7539;
  -moz-box-shadow: 3px 4px 3px #8A7539;
  box-shadow: 3px 4px 3px #8A7539;
  font-family: 'bignoodletitlingregular', arial, sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 30px 5px 30px;
  border: none;
  cursor: pointer;
  position: absolute;
  margin: 12px -210px;
  font-size: 28px;
  text-decoration: none;
}

.btn-android {
  background: #9adc00;
  background-image: -webkit-linear-gradient(top, #009D4C, #006F36);
  background-image: -moz-linear-gradient(top, #009D4C, #006F36);
  background-image: -ms-linear-gradient(top, #009D4C, #006F36);
  background-image: -o-linear-gradient(top, #009D4C, #006F36);
  background-image: linear-gradient(to bottom, #009D4C, #006F36);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 3px 4px 3px #8A7539;
  -moz-box-shadow: 3px 4px 3px #8A7539;
  box-shadow: 3px 4px 3px #8A7539;
  font-family: 'bignoodletitlingregular', arial, sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 30px 5px 30px;
  border: none;
  cursor: pointer;
  position: absolute;
  margin: 12px -210px;
  font-size: 28px;
  text-decoration: none;
}

.modal-body{
background-color: #e4be8d;
border-top-right-radius: 6px;
border-top-left-radius: 6px;
}

.modal-footer{
border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: white;
    text-align: left;
    font-size: 13px;
    padding-left: 30px;
    border-top: 2px solid #614F3A;
    background-color: #98764A;
}

.bnk-off .row {
	background: url('../../img/ptpk/bank/bank-schedule-box.png') center no-repeat;
	background-size: 100% 100%;
    float: left;
    width: 30%;
	height: 200px;
    margin: 5px;
    padding: 10px 5px 0 5px;
    text-align: center;
}

.bnk-off img{
	width: 100px;
}

.sched{
	font-size: 13px;
	margin-top: 10px;
}

.sched table{
	width: 100%;
	height: 125px;
}

/*password criteria*/
#pass_criteria ul{
	list-style: none;
    font-style: italic;
    margin: 0 0 0 200px;
    display:grid;
    text-align: left;
}

#pass_criteria ul li{
    margin: 2px 25px;
}

#pass_criteria ul li label{
    float: left;
    color: #cddc39;
    font-size: 11px;
    font-weight: normal;
}

.check, .cross{
    width:13px;
    float:left;
    margin-left:10px;
    display:none;
}

.err-pass{
    background: rgb(242, 222, 222);
    padding: 5px 10px;
    width: 470px;
    border-radius: 3px;
    margin: 2px 15px !important;
}

.err-pass label{
    color: #a94442 !important
}
/*modal download before login*/
.hover_bkgr_fricc{
    background: rgba(0,0,0,.4);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999999;
    color: black;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    top: 40%;
    left: 28%;
    min-height: auto;
    vertical-align: middle;
    width: 70%;
    position: absolute;
    border-radius: 8px;
    padding: 15px 5%;
}
.hover_bkgr_fricc > div h3 {
    color: black;
    padding: 2%;
    font-weight: 900;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -11px;
    right: -13px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
/*end modal*/
.allgames{
	width: 50%;
	float: left;
}
.tournament_box {
    width: 49%;
    float: right;
}
.pad20tp {
    padding: 10px;
}
.pad20wp {
    padding: 0px 10px;
}
.tour_head {
    width: 100%;
    display: block;
    background: #E0C880;
    height: 33px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.tour_foot {
    width: 100%;
    display: block;
    background: #362D1E;
    height: 75px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.tour_head h3 {
    margin: 0px;
    padding: 0px;
    color: #3f2402;
    float: left;
    padding-top: 8px;
}
.tour_head h5 {
    margin: 0px;
    padding: 0px;
    color: #3f2402;
    float: right;
    padding-top: 10px;
}
.tour_foot .col-gc-1 {
    width: 8.333333%;
    float: left;
    padding-top: 15px;
}
.tour_foot .col-gc-8 {
    width: 66.666667%;
    float: left;
    color: white;
}
.tour_foot .col-gc-3 {
    width: 25%;
    float: left;
    padding-top: 18px;
}
.whitegc {
    color: white;
    font-family: arial, sans-serif;
    font-size: 49px;
    text-align: left;
    font-weight: bold;
}
.tour_foot .col-gc-1 img {
    height: 45px;
}
.btn-def {
    border-radius: 5px;
    border: none;
    color: #3f2402;
    font-size: 21px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    width: 120px;
    height: 35px;
    font-weight: 600;
}
.orgbtn {
    margin-top: 2px;
    background: rgb(156,133,67);
    background: linear-gradient(0deg, rgba(156,133,67,1) 0%, rgba(200,177,103,1) 100%);
    color: black;
}
.pk_barcode img:hover {
    transform: scale(2) translateX(30px) translateY(-28px);
}

.pk_barcode img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

/*GRID*/
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}
.texta-left{
	text-align: left;
}
.texta-right{
	text-align: right;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
/*END GRID*/
.loginpk{
	margin: auto;
    margin-right: 0;
    padding-right: 0;
    text-align: right;
    float: right;
}

.loginpk .form-control-login {
    display: block;
    width: 120px;
    font-size: 12px;
    color: #000;
    background-color: #fff;
    height: auto !important;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    padding: 7px 7px;
    border: none;
}

.loginpk .form-group button, .btn-login1{
    line-height: normal;
    font-family: 'Muli', sans-serif;
    width: 100%;
    /* height: 37px; */
    padding: 7px 22px;
    border: 1px solid;
    font-size: 12px;
    line-height: 1.5em;
    color: white;
    border:none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.loginpk .btn-login {
    padding: 9px 22px;
    border-radius: 4px;
    font-size: 12px;
    border: none;
    color: white;
}

.loginpk .form-group .shpass {
	margin-left: -24px;
	margin-right: 9px;
	margin-top: 7px;
}

.loginpk .form-control-password {
    padding-right: 30px;
    width: 90px;
    float: left;
}

.bluelogin{
	background: rgb(81,197,218);
    background: linear-gradient(180deg, rgba(81,197,218,1) 0%, rgba(17,157,182,1) 100%);
    color: white;
}

.bluelogin:hover{
	background: rgb(69,168,186);
	background: linear-gradient(180deg, rgba(69,168,186,1) 0%, rgba(13,116,134,1) 100%);
}

.greenlogin{
	background: rgb(97,224,101);
	background: linear-gradient(180deg, rgba(97,224,101,1) 0%, rgba(53,159,56,1) 100%);
    color: white;
}

.greenlogin:hover{
	background: rgb(83,190,86);
	background: linear-gradient(180deg, rgba(83,190,86,1) 0%, rgba(42,122,44,1) 100%);
}

.loginhl{
	display: block;
    margin-top: 16px;
}

.loginpk .forgot-password {
    text-align: end;
    display: block;
    margin-top: 6px;
}

.loginpk .forgot-password a{
    text-decoration: none;
    color: white;
    cursor: pointer;
    font-size: 13px;
    font-style: italic;
}

.allmenu{
    margin-top: 5px;
    width: 100%;
    display: flex;}

.allmenu ul{
	padding: 0;
    margin: 0;
}

.allmenu .menudownload{
    width: 210px;
}

.allmenu a{
	list-style: none;
	text-decoration: none;
    display: table-cell;
    width: 107px;
    background: rgb(244,227,155);
    background: linear-gradient(180deg, rgba(244,227,155,1) 0%, rgba(230,195,101,1) 100%);
    padding:15px 0px 3px 0px;
    margin: 0;
    height: 27px;
    color: #694e1d;
    font-family: 'bignoodletitlingregular', arial, sans-serif;
    font-size: 22px;
    border-bottom: 1px solid #FFE999;
    border-left: 1px solid #C6A174;
    border-right: 1px solid #C6A174;
}

.allmenu a:after{
	margin: 0;
}

.allmenu a li{
	display: inline;
}

.allmenu a:hover, .allmenu .active{
	background: rgb(210,196,135);
	background: linear-gradient(180deg, rgb(218 203 140) 0%, rgb(179 151 76) 100%);
}

.menudownload{
	background: rgb(15,150,177);
	background: linear-gradient(180deg, rgba(15,150,177,1) 0%, rgba(19,113,133,1) 100%) !important;
    color: white !important;
    border-bottom: 1px solid rgb(19 113 133) !important;
}

.menudownload:hover{
    background: linear-gradient(180deg, rgb(12 115 136) 0%, rgb(10 65 76) 100%) !important;
}

.iosandro{
	position: relative;
    float: left;
    text-align: left;
    left: -2px;
    top: -2px;
}

#bottom_container{
	padding-top: 0 !important;
}

.head-prof{
	color: #fff;
}

.head-prof a{
	text-decoration: none;
}

.setdiv{
	margin-bottom: 4px;
}

.setdiv .w1{
	display: inline-block;
	width: 45%;
}
.setdiv .w2{
	display: inline-block;
	width: 22%;
}
.setdiv .w3{
	display: inline-block;
	width: 20%;
}
.setdiv .wall{
    margin-top: 0.5rem;
}

.blue_ {
    color: #186db2;
}

.green_ {
    color: #3d6508;
}

.red_ {
    color: red;
}

.orange_ {
    color: #3f2402;
}

.btn-blue {
    background: rgb(235,150,53);
    background: linear-gradient(180deg, rgba(235,150,53,1) 21%, rgba(117,75,26,1) 100%);
}

.btn-blue:hover {
    background: rgb(162,106,43);
    background: linear-gradient(180deg, rgba(162,106,43,1) 26%, rgba(82,52,17,1) 100%);
}

.btn-darkblue {
    background: rgb(41,136,210);
    background: linear-gradient(180deg, rgba(41,136,210,1) 0%, rgba(30,100,155,1) 45%, rgba(19,62,96,1) 100%);
}

.btn-darkblue:hover {
    background: rgb(31,92,140);
    background: linear-gradient(180deg, rgba(31,92,140,1) 0%, rgba(17,53,80,1) 45%, rgba(7,24,37,1) 100%);
}

.btn-darkgreen{
	background: rgb(55,190,8);
	background: linear-gradient(180deg, rgba(55,190,8,1) 0%, rgba(41,144,6,1) 46%, rgba(27,95,4,1) 100%);
}
.btn-darkgreen:hover{
	background: rgb(43,145,7);
	background: linear-gradient(180deg, rgba(43,145,7,1) 0%, rgba(31,99,7,1) 46%, rgba(18,64,3,1) 100%);
}

.spin {
    font-size: 16px;
    font-family: 'big_noodle_titlingx';
    margin-left: 20px;
    margin-top: -78px;
    background: red;
    color: #fff;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    animation: changecolor 1s infinite;
    -moz-animation: changecolor 1s infinite;
    -webkit-animation: changecolor 1s infinite;
    -ms-animation: changecolor 1s infinite;
    -o-animation: changecolor 1s infinite;
}
@keyframes changecolor
{
    0%   {color: white;}
    25%  {color: green;}
    50%  {color: blue;}
    100% {color: yellow;}
}
/* Mozilla Browser */
@-moz-keyframes changecolor
{
    0%   {color: white;}
    25%  {color: green;}
    50%  {color: blue;}
    100% {color: yellow;}
}
/* WebKit browser Safari and Chrome */
@-webkit-keyframes changecolor
{
    0%   {color: white;}
    25%  {color: green;}
    50%  {color: blue;}
    100% {color: yellow;}
}
/* IE 9,10*/
@-ms-keyframes changecolor
{
    0%   {color: white;}
    25%  {color: green;}
    50%  {color: blue;}
    100% {color: yellow;}
}
/* Opera Browser*/
@-o-keyframes changecolor
{
    0%   {color: white;}
    25%  {color: green;}
    50%  {color: blue;}
    100% {color: yellow;}
}


@-webkit-keyframes blink {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.2;
    }
}
.blink {
    -webkit-animation-name: blink;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0, 0.5, 0.5, 1.0);
    -webkit-animation-duration: 0.7s;
}

.running-text-container{
    width: 100%;
    float: left;
    background: #533415;
    color: #fff;
    font-weight: 500;
}

.running-text{
    width: 1200px;
    padding: 5px 0;
    margin-top: 5px;
    font-size:15px;
    z-index: 9999;
    position: relative;
}

.running-text .info{
    color: #c6a174;
    font-weight: 600;
    display: inline-block;
    width: 4%;
}

.running-text .runtext{
    display: inline-block;
    width: 95%;
    text-align: left;
    vertical-align: middle;
}
.slgpromo {
    display: block;
    background: #c01f25;
    font-size: 15px;
    border-radius: 2px;
    width: auto;
    color: white;
    padding: 4px 0px 0px 0px;
    margin-top: -22px;
}
.togel_games{display: inline-block;}
/* HOT MATCH HOTMATC */
.hotmatchdv{background: #5C4B36;width: 1169px;min-height: 220px; padding: 15px;display: inline-block;text-align: left;margin-top: 14px;border-radius: 10px;}
.head-hotmatch h2, .head-hotmatch ul , .head-hotmatch ul li{display: inline;color: white;}
.head-hotmatch{text-align: left;}
.head-matchdv p{margin: 6px 0;color: #3a2c0a;}
.head-hotmatch h2{margin-right: 25px;}
.head-hotmatch h2 img{vertical-align: top;}
.category-hotmatch li{margin: 0 10px;}
.catematch{cursor: pointer;padding: 5px 10px;border-radius: 5px;}
.catematch.active, .catematch:hover{background: #E0C880;color: #3a2c0a;}
.body-hotmatch{text-align: left;overflow: hidden;white-space: nowrap;width: 100%;display: block;}
.hotmatchcontent{display: none;padding-top: 20px;overflow-x: auto;white-space: nowrap;}
.matchdv{display: inline-block;margin-right: 10px;margin-bottom: 10px;width: 19rem}
.head-matchdv{background: #E0C880;padding: 5px 10px;border-top-left-radius:5px;border-top-right-radius:5px;}
.hot80{display: inline-block;width: 79%;vertical-align: sub;margin-right: 10px;text-overflow: ellipsis;}
.hot20{display: inline-block;width: 19%;text-align: right;padding-right: 10px;}
.hot20 i{margin-right: 6px;}
.body-matchdv{padding: 10px;}
.teamvs{width:200px;text-overflow: ellipsis;overflow: hidden;}
.body-matchdv.sepakbola{background-image:url(../../img/general/hotmatch/sepakbola.webp);background-size: 100%;min-height: 100px;}
.body-matchdv.basket{background-image:url(../../img/general/hotmatch/basketball.webp);background-size: 100%;min-height: 100px;}
.body-matchdv.e-sport{background-image:url(../../img/general/hotmatch/esport.webp);background-size: 100%;min-height: 100px;}
.homedv{margin-bottom: 10px;}
.bgteam{width: 10%;background: red;text-align: center;border-radius: 10px;padding: 3px;display: inline-block;}
.Hfont{background: #62B944;}
.Wfont{background: #FB0102;}
.teamname{display: inline-block;width: 79%;margin-left: 10px;color:white}
.theodds{margin-top: 10px;text-align: center;}
.hdp,.odds{display: inline-block;width: 48%;color: black;background: white;border-radius: 10px;padding: 3px;}
.hdp{}
.odds{}
.footer-matchdv a{color: white;text-decoration: none;}
.hotplay{text-align: center;padding: 5px;background: rgb(62,174,65);background: linear-gradient(0deg, rgba(62,174,65,1) 0%, rgba(80,201,86,1) 48%);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
a:hover .hotplay{color:#393c3d;}
.hotmatchcontent::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-radius: 10px;background-color: #F5F5F5;}
.hotmatchcontent::-webkit-scrollbar{height: 8px;background-color: #F5F5F5;}
.hotmatchcontent::-webkit-scrollbar-thumb{border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);background-color: #333333;}
/* END HOT MATCH HOTMATC */

/*promo*/
.icon-special{background: url(../../img/general/promo-ico/off/Special.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
#tab-button li a:hover .icon-special,#tab-button .is-active a .icon-special{background: url(../../img/general/promo-ico/on/Special.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
.icon-poker{background: url(../../img/general/promo-ico/off/Poker.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
#tab-button li a:hover .icon-poker,#tab-button .is-active a .icon-poker{background: url(../../img/general/promo-ico/on/Poker.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
.icon-idnlive{background: url(../../img/general/promo-ico/off/Idnlive.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
#tab-button li a:hover .icon-idnlive,#tab-button .is-active a .icon-idnlive{background: url(../../img/general/promo-ico/on/Idnlive.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
.icon-livecasino{background: url(../../img/general/promo-ico/off/Livecasino.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
#tab-button li a:hover .icon-livecasino,#tab-button .is-active a .icon-livecasino{background: url(../../img/general/promo-ico/on/Livecasino.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
.icon-idnrng{background: url(../../img/general/promo-ico/off/Idnrng.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
#tab-button li a:hover .icon-idnrng,#tab-button .is-active a .icon-idnrng{background: url(../../img/general/promo-ico/on/Idnrng.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
.icon-tangkas{background: url(../../img/general/promo-ico/off/Tangkas.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
#tab-button li a:hover .icon-tangkas,#tab-button .is-active a .icon-tangkas{background: url(../../img/general/promo-ico/on/Tangkas.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
.icon-togel{background: url(../../img/general/promo-ico/off/Togel.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
#tab-button li a:hover .icon-togel,#tab-button .is-active a .icon-togel{background: url(../../img/general/promo-ico/on/Togel.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
.icon-esport{background: url(../../img/general/promo-ico/off/Esport.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
#tab-button li a:hover .icon-esport,#tab-button .is-active a .icon-esport{background: url(../../img/general/promo-ico/on/Esport.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
.icon-sportbook{background: url(../../img/general/promo-ico/off/Sportbooks.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}.sportbook-fnt{font-size: 10px;}
#tab-button li a:hover .icon-sportbook,#tab-button .is-active a .icon-sportbook{background: url(../../img/general/promo-ico/on/Sportbook.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
.icon-slot{background: url(../../img/general/promo-ico/off/Slot.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
#tab-button li a:hover .icon-slot,#tab-button .is-active a .icon-slot{background: url(../../img/general/promo-ico/on/Slot.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
/*end promo*/
.btn-left-promo,.btn-right-promo{width:50%;color:#fff;font-size:12px;padding:10px 0;border:none;border-radius:0;margin-top:-5px}
.btn-left-promo:active,.btn-right-promo:active{border:none}
.btn-left-promo{background:#727272;float:left}
.btn-left-promo:hover{opacity:.7;cursor:pointer}
.btn-right-promo{background:#c6a174;float:right}
.btn-right-promo:hover{opacity:.7;cursor:pointer}
