body {
    background: url(../../img/resources/bg2.png) no-repeat center center fixed #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative!important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
    font-size: 17px;
    color:#fff !important;
}
.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
	opacity: .6;
  }
}
.input__label-content--hoshi {
	color:#fff;
}
a {
	color:#F0F;
}
select,
select option {
    background-color: #FFF!important;
    color: #000!important;
    border-radius: 7px!important;
    padding-left: 8px!important
}
textarea {
    background-color: #000!important;
    color: #FFF!important;
    border-radius: 7px!important;
    padding-left: 8px!important
}
input[type=number] {
    padding: 0!important
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    margin: 0!important
}
.input-read {
    background-color: #CCC!important
}
::-webkit-input-placeholder {
    font-style: italic;
    color: #000;
}
:-moz-placeholder {
    font-style: italic;
    color: #000;
}
::-moz-placeholder {
    font-style: italic;
    color: #000;
}
:-ms-input-placeholder {
    font-style: italic;
    color: #000;
}


.container {
    width:100%;
    margin:0 auto;
    background-color: #FFF;
    padding:5px 0;
}
.container_1080 {
    width: 1080px;
    margin: 0 auto;
}
.container_200 {
	display:inline-block;
    width: 300px;
}
.container_880 {
	display:inline-block;
    width: 775px;
}
.row {
    margin-left: -0;
    margin-right: -0
}

/* ==== Header ==== */
.home_header {
    color:#FFF;
    padding: 0;
    margin:0;
    min-width:1060px;
    width:100%;
}

.header_fixed {
    padding:5px;
}

#header_logo {
    width: 440px;
    margin: 0;
    padding: 5px;
    display: inline-block;
    vertical-align:top;
}

#logo {
    padding: 0;
	width: 440px;
}

#header_login {
	width:620px;
    margin: 0;
	padding-top: 20px;
    display: inline-block;
    float:right;
}


#form_login {
    display: inline-block;
    height: 100px;
    padding: 0;
    margin: 0;
    position: relative;
    left: 165px;
}

#form_login input{
    border-radius:4px;
	text-align:center;
	display:inline-block;
	color:#fff;
    background: #041066;
	line-height:32px;
    border: 2px solid #f29a12;
	font-size:14px;
	letter-spacing:1px;
}

#form_login input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(255,255,255,0.40);
	opacity: 1; /* Firefox */
	text-transform:uppercase;
	font-size:12px;
}

#form_login input::-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(255,255,255,0.40);
	text-transform:uppercase;
	font-size:12px;
}

#form_login input::-ms-input-placeholder { /* Microsoft Edge */
	color: rgba(255,255,255,0.40);
	text-transform:uppercase;
	font-size:12px;
}

#username_log, #pass_log {
	color:#fff;
	width:150px !important;
}
#captcha_code {
	color:#fff;
	width:73px !important;
    position:relative;
	top: 45px;
    left: -310px;
}
#captchaimg {    
	height: 38px;
    position: relative;
    border-radius: 4px;
    top: 45px;
    left: -310px;
    border: 2px solid #f29a12;
}

#btn_masuk {
	background: -moz-linear-gradient(#8cff8e, #41d43e, #34a603);
    background: -webkit-linear-gradient(#8cff8e, #41d43e, #34a603);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#8cff8e), color-stop(0.5, #41d43e), to(#34a603));
    background: -o-linear-gradient(#8cff8e, #41d43e, #34a603);
    background: linear-gradient(#8cff8e, #41d43e, #34a603);
    background-color: #8cff8e;
    -moz-border-radius: 28px;
    border: 0px solid #f29a12;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    padding: 10px 0px;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-shadow: 0px 1px 1px #000;
    font-weight: bold;
    position: relative;
    top: 46px;
    left: -309px;
    width: 150px;
}

#btn_masuk:hover {
	background:-moz-linear-gradient(#80E982, #39B837, #2A8A01);
	background:-webkit-linear-gradient(#80E982, #39B837, #2A8A01);
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#80E982), color-stop(0.5, #39B837), to(#2A8A01));
	background:-o-linear-gradient(#80E982, #39B837, #2A8A01);
	background:linear-gradient(#80E982, #39B837, #2A8A01);
	background-color:#39B837;
}

#btn_daftar {
	background: -moz-linear-gradient(#ff8a8a, #d63e3e, #a60202);
    background: -webkit-linear-gradient(#ff8a8a, #d63e3e, #a60202);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff8a8a), color-stop(0.5, #d63e3e), to(#a60202));
    background: -o-linear-gradient(#ff8a8a, #d63e3e, #a60202);
    background: linear-gradient(#ff8a8a, #d63e3e, #a60202);
    background-color: #ff8a8a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 0px solid #f29a12;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 0px;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-shadow: 0px 1px 1px #000;
    font-weight: bold;
    position: relative;
    top: 7px;
    width: 151px;
    left: 309px;
}

#btn_daftar:hover {
	background:-moz-linear-gradient(#ED8080, #C13636, #920202);
	background:-webkit-linear-gradient(#ED8080, #C13636, #920202);
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#ED8080), color-stop(0.5, #C13636), to(#920202));
	background:-o-linear-gradient(#ED8080, #C13636, #920202);
	background:linear-gradient(#ED8080, #C13636, #920202);
	background-color:#C13636;
}

#btn_bantuan {
	background: -moz-linear-gradient(#361efc, #0d88df, #9600c7);
	background: -webkit-linear-gradient(#361efc, #0d88df, #9600c7);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#361efc), color-stop(0.5, #0d88df), to(#9600c7));
	background: -o-linear-gradient(#361efc, #0d88df, #9600c7);
	background: linear-gradient(#361efc, #0d88df, #9600c7);
    background-color: #0d88df;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 0px solid #f29a12;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    padding: 10px 0px;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-shadow: 0px 1px 1px #000;
    font-weight: bold;
    position: relative;
    top: -40px;
    left: 153px;
    width: 151px;
}

#btn_bantuan:hover {
	background: -moz-linear-gradient(#2C19D0, #0A6EB5, #74029A);
	background: -webkit-linear-gradient(#2C19D0, #0d88df, #74029A);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#2C19D0), color-stop(0.5, #0A6EB5), to(#74029A));
	background: -o-linear-gradient(#2C19D0, #0A6EB5, #74029A);
	background: linear-gradient(#2C19D0, #0A6EB5, #74029A);
    background-color: #0A6EB5;
}

.soc_med {
    font-size: 14px;
    display:inline-block;
    position: absolute;
    top: 70px;
    width: 435px;
}


#header_login_inside {
    border-radius: 5px;
    margin: 0;
    padding:5px 10px;
    display: inline-block;
	width:620px;
}

.soc_med_inside {
    font-size: 14px;
    display:inline-block;
    position: relative;
	left: 20px;
}

#login_detail {
    padding: 5px 0px;
    border-radius: 4px;
}

#login_user {
	font-size:18px;
}

.login_balance {
	font-size:14px
}

.user_menu {
    width: 80px;
	top: -10px;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    line-height: 45px;
    font-size: 12px;
    text-align: center;
    margin-left: 5px;
    border-radius: 8px;
    color: #fff !important;
	background-color: #733abe;
	background: -moz-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.05, #733abe), to(#041066));
	background: -o-linear-gradient(#733abe 5%, #041066 100%);
	background: linear-gradient(#733abe 5%, #041066 100%);
	border:2px solid #f29a12;
}

.user_menu:hover {
	background: -moz-linear-gradient(#d55901 5%, #f29a12 100%);
	background: -webkit-linear-gradient(#d55901 5%, #f29a12 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.05, #d55901), to(#f29a12));
	background: -o-linear-gradient(#d55901 5%, #f29a12 100%);
	background: linear-gradient(#d55901 5%, #f29a12 100%);
}

.memo_notif {
	font-weight:bold;
    font-size: 12px;
    background: white;
    border-radius: 50px;
    padding: 2px;
    color: #000;
    width: 30px;
    line-height: 14px;
    display: inline-block;	
}

.logout_menu {
	background: -moz-linear-gradient(#e30000 5%, #510000 100%);
	background: -webkit-linear-gradient(#e30000 5%, #510000 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.05, #e30000), to(#510000));
	background: -o-linear-gradient(#e30000 5%, #510000 100%);
	background: linear-gradient(#e30000 5%, #510000 100%);
	
}
/* ==== Header ==== */


/* ==== Menu Bar ==== */
.box_nav_menu {
	background: -moz-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.05, #733abe), to(#041066));
	background: -o-linear-gradient(#733abe 5%, #041066 100%);
	background: linear-gradient(#733abe 5%, #041066 100%);
}

#btn_lupa {
    position: relative;
    top: -75px;
    left: 445px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: white;	
}

#home_pengumuman_inside {
	margin-top: 5px;
}

.nav_container {
	width: 100%; 
	margin:0;
}
.nav_container .nav_menu {width: 100%; margin: auto;}
.nav_container .nav_menu ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
	margin: 3px 0px;
}
.nav_container .nav_menu li {
	display: inline-block;
	margin: 0px;
	text-align: center;
}

.nav_front li a {
	padding: 7px 18px !important;	
}

.nav_container .nav_menu ul {
	margin:0;
}

.nav_container .nav_menu li a {
	padding: 7px 13px;
	width: auto;
	color: #FFF;
	line-height: 30px;
	font-size: 14px;
	font-weight:bold;
	text-transform: uppercase;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	letter-spacing:0.1px;
	border-bottom:3px solid rgba(0,0,0,0);
}

.nav_container .nav_menu li:hover a , .nav_container .nav_menu li.active a {
	width: auto;
	text-decoration: none; 
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.nav_container .nav_menu li:hover > a {
	border-bottom:3px solid #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
}

.nav_container .nav_menu li.active {
	background: #7d278d;
	height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
}

.menu_games_list {
	padding:0px;
	margin:5px;
	display:inline-block;
	width:256px;
	border:2px solid white;
    box-shadow: 0 0 5px 2px #84D6FF;
	border-radius: 0px !important;
}

.submenu_list_item img:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
  background:rgba(0,0,0,0.20);
  border-radius:4px;
  
}

.submenu_list_item img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height:95px;
}

.submenu_list_item a {
	background-color:transparent !important;
	border-image:none !important;
}

.submenu_list_item {
	padding:20px;
	display:inline-block;
	cursor:pointer;
}

.submenu_list {
	background: #041066;
	display: none;
	width: 100%;
	min-height: 124px;
	min-width: 1080px;
	text-align: center;
	position: absolute;
	top: 217px;
	left: 0;
}


/* ==== Menu Bar ==== */


/* ==== Pengumuman ==== */
#home_pengumuman {
    color: #FFF;
    padding: 5px 0 10px 0;
    font-size: 10px !important;
    position: relative;
}
}
#home_pengumuman_inside {
    color: #FFF;
    padding: 3px 0;
    font-size: 10px !important;
    position: relative;
    top: 10px;
    width: 570px;
}
.marquee {
    width: 100%;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    color: #FFF;
}
.marquee span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 50s linear infinite;
    font-size: 18px;
}
.marquee span:hover {
    animation-play-state: paused
}
@keyframes marquee {
    0% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(-100%, 0)
    }
}
#pengumuman1 {
    margin-right: 100px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: .5px;
	text-shadow:1px 1px 2px #041066;
}
#pengumuman2 {
    margin-left: 100px;
    margin-right: 100px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: .5px
}
/* ==== Pengumuman ==== */

/* ==== Home ==== */

.list-market {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.list-market .box-result {
	text-align:center;
    margin: 0px 5px 10px 5px;
    padding: 1px;
	display:inline-block;
	width:180px;
	border:2px solid #f29a12;
	background: -moz-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.05, #733abe), to(#041066));
	background: -o-linear-gradient(#733abe 5%, #041066 100%);
	background: linear-gradient(#733abe 5%, #041066 100%);	
	border-radius: 10px;
	color: #fff;
}

.list-market .box-result h3 {
	font-size:20px;
    color: #f29a12  !important;
	text-transform:uppercase;
	font-weight:bold;
    padding: 10px 0;
    border-bottom: 3px solid #f29a12;
    margin: 0;
}

.list-market .box-result span {
	font-size:16px;
}

.list-market .box-result p {
	font-size:12px;
}

.list-market .box-result .result {
	padding:10px 0px 5px 0px;
}

.list-market .box-result .result p {
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    letter-spacing: 5px;
    font-family: cursive;
    font-weight: bold;
    border: 0;
    line-height: 18px;
    color: #000;
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
}

.list-market .box-result .result ul {
    margin: auto;
    padding: 0;
    list-style: none;
    display: table;
    letter-spacing: .1px;
	padding-bottom:5px;
}

.list-market .box-result .result ul li {
    color: #fff;
    float: left;
    margin: 0 2px 0 2px;
    height: 50px;
    line-height: 42px;
    font-size: 60px;
    font-weight: bold;
    width: 36px;
    text-align: center;
    font-family: monospace;
}

.red-res {
    <!--background: url(../../../others/img/resources/red.png) no-repeat;-->
}

.blue-res {
    <!--background: url(../../../others/img/resources/blue.png) no-repeat;-->
}

.green-res {
    <!--background: url(../../../others/img/resources/green.png) no-repeat;-->
}

.purple-res {
    <!--background: url(../../../others/img/resources/purple.png) no-repeat;-->
}

.list-market .box-result .see-now {
	color: #fff;
	font-size:12px;
	padding-bottom:10px;
	display:inline-block;
    font-weight: 700;
	opacity:0.7;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.list-market .box-result .see-now:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity:1;
	text-decoration:none;
}

.bank {
    padding: 0;
	margin: 0;
    display: inline-block;
	text-align:center;
	width:100%;
}

.bank .list-bank {
	display:inline-block;
	margin: 5px;
    width: 165px;
    height: 100px;
	border-radius:10px;
	border:2px solid #f29a12;
	background: -moz-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.05, #733abe), to(#041066));
	background: -o-linear-gradient(#733abe 5%, #041066 100%);
	background: linear-gradient(#733abe 5%, #041066 100%);
}

.bank .list-bank img {
    width: 80%;
    padding: 10px 0px 5px 0px;
}

.bank .list-bank p {
	font-size:15px;
	letter-spacing:3px;
}

.bank .online p{
	background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	color:#000;
}
.bank .offline p{
    background: #F21111;
}

.online_img {
	background-size:10px;
	background:url(../../img/bank/online.gif);
}

.offline_img {
	width:95px;
	background:url(../../img/bank/offline.gif);
}

.bank .online p, .bank .offline p {
    color: white;
	font-weight:bold;
}

.bank .online a:hover, .bank .offline a:hover {
    text-decoration:none;
}

#list-depowd {
	width:100%;
	padding: 0px 5px;
}

.box-listdepowd {
	display: inline-block;
	width: 100%;
	font-size:12px;
	border: 2px solid #f29a12;
	border-radius: 10px;
	overflow: hidden;
}

.listdepowd {
	margin-bottom:0px;	
}

.listdepowd th {
	background: -moz-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.05, #733abe), to(#041066));
	background: -o-linear-gradient(#733abe 5%, #041066 100%);
	background: linear-gradient(#733abe 5%, #041066 100%);
	color:#FFF;
	font-size:14px;
	text-align:center;
	letter-spacing:3px;
}
	
.listdepowd thead th {
	border-bottom:2px solid #f29a12 !important;
}

/* ==== Home ==== */


/* ==== QRCODE ==== */
.qrcode_box {
	width: 1070px;
	margin: 10px 5px;
}

.qrcode_list {
	width:350px;
	height:250px;
	display:inline-block;
	border: 2px solid #f29a12;
	margin:0px 1px;
	border-radius: 10px;
	overflow: hidden;
	background: -moz-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.05, #733abe), to(#041066));
	background: -o-linear-gradient(#733abe 5%, #041066 100%);
	background: linear-gradient(#733abe 5%, #041066 100%);
}
.qrcode_list a {
	text-align: center;
    margin: 10px auto;
    display: inline-block;
}

.qrcode_list img {
	width:50%;
}

.qrcode_desc {
	margin-top:10px;
	display:inline-block;
	text-align: center;
	width: 100%;
	background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	color:#000;
    font-family: monospace;
    font-size: 20px;
}

a.qr_code {
	float:left; 
	padding:0 20px;
	width:48%;
	font-size:20px;
}
a.qr_code:hover {
	font-weight:normal;
}

/* ==== QRCODE ==== */


/* ==== Login Modal ==== */

#username_log_mdl, #pass_log_mdl {
	color:black;
}

/* ==== Login Modal ==== */

/* ==== Togel ==== */
.hover {
	color:white;
}

.main-content {
	display: inline-block;
	padding: 0px;
	z-index: 1;
}

.nav-bottom ul {
	float:right;
	z-index: 1;
}


.nav-bottom ul li {
	float:left;
	background: -moz-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.05, #733abe), to(#041066));
	background: -o-linear-gradient(#733abe 5%, #041066 100%);
	background: linear-gradient(#733abe 5%, #041066 100%);
	list-style:none;
	text-decoration:none;
	padding:5px 10px;
	margin:0px 10px;
	border-radius:4px;
	z-index: 1;
}

.box-games, .box-games ul  {
	padding:0;
	margin:0;
}

.box-games ul li {
	width:50%;
	display:inline-block;
	padding:5px;
	border:1px solid black;	
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:14px;
	line-height: 22px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	background-color: #733abe;
	background: -moz-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.05, #733abe), to(#041066));
	background: -o-linear-gradient(#733abe 5%, #041066 100%);
	background: linear-gradient(#733abe 5%, #041066 100%);
}

.box-games ul li a {
	color: #fff;
}

.box-games ul li:hover{
	color: #fff;
	border:1px solid black;
	background-color: #733abe;
	background: -moz-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.05, #733abe), to(#041066));
	background: -o-linear-gradient(#733abe 5%, #041066 100%);
	background: linear-gradient(#733abe 5%, #041066 100%);
}

.left-side-content {
    display: inline-block;
}

.right-side-content {
    float: right;
    display: inline-block;
    font-size: 14px;
}


.main-content-right {
    width: 100%;
    padding: 5px;
    margin: 0 0 15px;
    min-height: 780px;
}

.main-content-right p {
    color: #00abff
}

.box-market {
    width: 100%
}

.box-market .closed {
	position: absolute;
    bottom: 20px;
    line-height: 12px;
    left: 22px;
    background: #000;
    color: #fff;
    border-radius: 1px;
    border: 1px solid #fff;
    font-size: 11px;
    padding: 3px;
    width: 200px;
    text-align: center;
    letter-spacing: 0.1px;
}
.box-market .left-tab {
    height: 470px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.box-market .left-tab h3 {
    text-align: center;
    margin: 10px 0 0
}

.box-market .left-tab ul {
    list-style: none;
    margin: 5px auto 0;
    padding: 10px;
    width: 100%;
    display: inline-block;
}

.box-market .left-tab ul li {
    width: 100%;
    background: #000;
    position: relative;
    margin: 0 0 5px;
    border-radius: 4px;
    border: 2px solid #f29a12;
	overflow:hidden;
    letter-spacing: .1px
}

.box-market .left-tab ul li a {
    color: #f29a12;
    line-height: 28px;
    padding: 5px;
    border: 0;
    display: block;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    font-size: 16px;
    font-weight: 700;
	text-transform: uppercase;
	background-color: #733abe;
	background: -moz-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.05, #733abe), to(#041066));
	background: -o-linear-gradient(#733abe 5%, #041066 100%);
	background: linear-gradient(#733abe 5%, #041066 100%);
	border-radius:0;
	margin:0;
}

.box-market .left-tab ul li a:hover {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
	background-color: #733abe;
	background: -moz-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.05, #733abe), to(#041066));
	background: -o-linear-gradient(#733abe 5%, #041066 100%);
	background: linear-gradient(#733abe 5%, #041066 100%);
    color: #000;
}

.box-market .left-tab ul li a:hover:hover {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.box-market .left-tab ul li .online {
    background: url(../../../others/img/bank/online.gif) no-repeat;
    background-position: center;
    background-size: 110px;
    border: 1px solid lime;
    height: 30px;
    width: 78px;
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 5px;
}

.box-market .left-tab ul li .offline {
    background: url(../../../others/img/bank/offline.gif) no-repeat;
    background-position: center;
    background-size: 110px;
    border: 1px solid red;
    height: 30px;
    width: 78px;
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 5px;
}

.box-market .left-tab ul li:last-child {
    margin: 0
}

ul.nav-tabs li.active a,
ul.nav-tabs li.active a:hover,
ul.nav-tabs li.active a:focus {
	border:0px;
    color: #000
}

.box-market .left-tab ul .active a {
	background: #7d278d;
    color: #fff;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.box-market .left-tab ul .active a:hover {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.box-market .right-tab {
    background: url(../../../others/img/resources/box-result-big.png) repeat-x;
    float: right;
    padding: 15px 10px;
    margin-left: 10px;
    width: 100%;
    height: 305px;
    border: 1px solid #0f0;
    margin-bottom: 15px
}

.box-market .right-tab h3.offline {
    font-size: 20px;
    font-weight: 700;
    color: #ef0000;
    margin: 12px 0 6px
}

.box-market .right-tab h3.offline span {
    margin-right: 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #ef0000
}

.box-market .right-tab h3.online {
    font-size: 20px;
    font-weight: 700;
    color: #0f0;
    margin: 12px 0 6px
}

.box-market .right-tab h3.online span {
    margin-right: 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #0f0
}

.box-market .right-tab .closed {
    position: absolute;
    bottom: 10px;
    line-height: 11px;
    left: 45px;
    background: #000;
    color: #0f0;
    border-radius: 1px;
    border: 1px solid #0f0;
    font-size: 10px;
    padding: 3px;
    width: 193px;
    text-align: center;

    letter-spacing: .1px
}

.box-market .right-tab .open {
    position: absolute;
    bottom: 325px;
    line-height: 11px;
    left: 45px;
    background: #000;
    color: #ef0000;
    border-radius: 1px;
    border: 1px solid #ef0000;
    font-size: 10px;
    padding: 3px;
    width: 193px;
    text-align: center
}

.box-market .right-tab .tg-an1f span,
.box-market .right-tab .tg-l5d8 span {
    background: url(../../../others/img/resources/ball-white.png) no-repeat;
    height: 22px;
    width: 23px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    color: #0e470e;
    display: inline-block
}

.box-market .right-tab .tg-inner {
    margin-top: 5px;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

.box-market .right-tab .tg-inner td {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 5px 0;
    overflow: hidden;
    word-break: normal
}

.box-market .right-tab .tg-inner th {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 5px;
    overflow: hidden;
    word-break: normal
}

.box-market .right-tab .tg-inner .tg-ezdf {
    font-weight: 700;
    font-size: 13px;
    background-color: #0e1f00;
    color: #0f0;
    text-align: center
}

.box-market .right-tab .tg-inner .tg-an1f {
    font-size: 11px;
    background-color: #b3e08c;
    text-align: center;
    color: #010101
}

.box-market .right-tab .tg-inner .tg-an1f:last-child {
    padding: 5px 2px!important
}

.box-market .right-tab .tg-inner .tg-l5d8 {
    font-size: 11px;
    background-color: #91bf68;
    text-align: center;
    color: #010101
}

#head1 th, #head2 th{
	text-align:center;	
	font-size:16px;
	font-weight:bold;
	background-color: #733abe;
	background: -moz-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.05, #733abe), to(#041066));
	background: -o-linear-gradient(#733abe 5%, #041066 100%);
	background: linear-gradient(#733abe 5%, #041066 100%);
	color: #f29a12;
}

.red-ball, .blue-ball, .purple-ball, .green-ball {
	width:40px;
	height:40px;
    display: inline-block;
	text-align:center;
	line-height:36px;
	font-weight:bold;
	margin:2px;
    background-color: #733abe;
    background: -moz-linear-gradient(#733abe 5%, #041066 100%);
    background: -webkit-linear-gradient(#733abe 5%, #041066 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.05, #733abe), to(#041066));
    background: -o-linear-gradient(#733abe 5%, #041066 100%);
    background: linear-gradient(#733abe 5%, #041066 100%);
    border: 2px solid #f29a12;
	color: #f29a12;
	border-radius:4px;
	font-size: 32px;
}

.v_middle {
	font-size:16px;
	line-height:42px !important;
	text-align:center;
}

.btn-game {
	background-color: #733abe;
	background: -moz-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.05, #733abe), to(#041066));
	background: -o-linear-gradient(#733abe 5%, #041066 100%);
	background: linear-gradient(#733abe 5%, #041066 100%);
	color:#fff;
}

.btn-game:hover {
	color:#f29a12;
}

/* ==== Togel ==== */

header .activity-user {
    padding: 0;
    float: right;
    display: inline-block;
    margin-top: 3px;
    margin-right: 7px
}

header .activity-user .box-deal {
    background: url(../../../others/img/resources/box-invoice.png) no-repeat;
    width: 171px;
    height: 110px;
    float: left;
    position: relative;
    margin: 5px
}

header .activity-user .box-deal h3 {
    text-align: center;
    line-height: 25px;
    color: #0e1e00;
    font-size: 12px;
    margin: 0;
    font-weight: 700
}

header .activity-user .box-deal:last-child {
    float: right
}

.ws_cover {
	border:0 !important;
}
#wrapper-slider {
    position: absolute;
    top: 27px;
    left: 10px;
    overflow: hidden;
    width: 150px;
    height: 76px
}

#wrapper-slider #carousel-depo .item {
    float: left;
    font-size: 10px;
    width: 150px;
    color: #fff
}

#wrapper-slider #carousel-depo .item > div {
    overflow: hidden
}

#wrapper-slider #carousel-depo .item div.text {
    float: left;
    position: relative;
    width: 150px
}

#wrapper-slider #carousel-depo .item div.text p {
    margin: 0;
    display: block;
    clear: both;
    color: #05e5f9;
    font-size: 10px;
    line-height: 15px;
    font-weight: 700
}

#wrapper-slider #carousel-depo .item div.text p span {
    font-weight: 700;
    float: right
}

#wrapper-slider #carousel-depo .item div.text:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    margin-top: -10px;
    position: absolute;
    left: -20px;
    top: 50%
}

#wrapper-slider #carousel-wd .item {
    float: left;
    font-size: 10px;
    width: 150px;
    color: #fff
}

#wrapper-slider #carousel-wd .item > div {
    overflow: hidden
}

#wrapper-slider #carousel-wd .item div.text {
    float: left;
    position: relative;
    width: 150px;
    margin-top: 3px
}

#wrapper-slider #carousel-wd .item div.text p {
    margin: 0;
    display: block;
    clear: both;
    color: #fd5318;
    font-size: 10px;
    line-height: 15px;
    font-weight: 700
}

#wrapper-slider #carousel-wd .item div.text p span {
    font-weight: 700;
    float: right
}

#wrapper-slider #carousel-wd .item div.text:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    margin-top: -10px;
    position: absolute;
    left: -20px;
    top: 50%
}

header .nav-menu {
    margin: 30px 0 15px;
    padding: 0;
    display: block
}

header .nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: url(../../../others/img/resources/bg-nav.png) repeat-x;
    height: 33px;
    border-radius: 5px;
    border: 1px solid #cbcbcb;
    display: block
}

header .nav-menu ul li {
    float: left;
    line-height: 33px;
    font-size: 14px;
    letter-spacing: .5px
}

header .nav-menu ul li:first-child a {
    border-radius: 5px 0 0 5px
}

header .nav-menu ul li a {
    color: #2b2b2b;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    padding: 10px 45px 7px;
    border-right: 1px solid #a8a1a1;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .1px
}

header .nav-menu ul li a:hover {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    background: url(../../../others/img/resources/bg-nav-hover.png) repeat-x;
    color: #0f0;
    border-bottom: 1px solid #000
}

header .nav-menu ul li a:hover:hover {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

header .nav-menu ul li .select {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    background: url(../../../others/img/resources/bg-nav-hover.png) repeat-x;
    color: #0f0;
    border-bottom: 1px solid #000
}

header .nav-menu ul li .select:hover {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

#div_container {
    width: 1080px!important;
    margin: 0 auto!important;
    display: block;
    min-height: 580px
}

#home_body {
    width: 1080px;
    margin: 0 auto
}

#body_container {
    padding: 0
}

#body_slider {
    float: left;
    display: inline-block
}

#carousel {
    margin-top: 10px;
    padding: 0
}

#market_table {
	background: #333399;
	color: #fff;	
}

#body_market {
    width: 245px;
    padding: 0 5px;
    float: right;
    display: inline-block;
    height: 360px
}
#confirm_bet {
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    border: 2px solid #f29a12;
    padding: 10px;
}
#confirm_bet p {
	font-size: 24px;
    color: #fff;
	letter-spacing:1px;
    font-weight: bold;
}
.psr_result {
    float: right
}

.each_result {
    border: 1px solid #FFF;
    border-radius: 10px;
    padding: 0 5px;
    margin-right: 5px
}

#date_open {
    color: #FFF;
    font-size: 14px
}

.casino {
    position: absolute;
    top: 620px;
    background: url(../../../others/img/resources/box-casino.png) no-repeat;
    height: 78px;
    width: 520px;
    background-size: 100%;
    background-position: 0 4px;
    margin: 10px 0;
    box-shadow: 0 5px 5px 0 #000;
    padding: 0!important
}

.casino .head-img {
    position: relative;
    left: -8px;
    top: 1px;
    display: inlin-block;
    float: left
}

.casino img {
    margin-right: 20px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.casino img:hover {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: .7
}

.casino img:hover:hover {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.contact {
    position: absolute;
    top: 710px;
    padding: 0!important;
    height: 78px;
    width: 530px!important;
    float: right!important;
    background-position: 0 0;
    margin: 10px 0;
    box-shadow: 0 5px 5px 0 #000
}

.contact .inner-contact {
    height: 70px;
    position: absolute;
    top: 4px;
    z-index: 1;
    left: 0;
    width: 520px
}

.contact .head-img {
    position: relative;
    left: -3px;
    top: 1px;
    float: left
}

.contact ul {
    float: left;
    padding: 0;
    margin: 18px 0 0;
    list-style: none
}

.contact ul li {
    float: left;
    margin: 0 12px
}

.contact ul li img {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.contact ul li img:hover {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: .7
}

.contact ul li img:hover:hover {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.contact ul li .btn-soc {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    padding: 0
}

.popover .popover-title {
    color: #000;
    font-weight: 400
}

footer {
    margin:0 auto;
    padding:0;
    width: 1080px;
}
footer .footer {
    text-align: left;
    font-size: 14px;
    display:inline-block;
    float:left;
}

#body_all {
	width:1080px;
	margin:auto;
    padding-top: 35px;
}

.all_games {
	width:33%;
	display:inline-block;
	padding:10px;
	text-align:center;	
}

#all_games_header {
	width:100%;
	display:inline-block;
	text-align:center;
	font-size:42px;
}

.main-btn-play {
	width:100%;
    color: #fff;
	background-color: #733abe;
	background: -moz-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.05, #733abe), to(#041066));
	background: -o-linear-gradient(#733abe 5%, #041066 100%);
	background: linear-gradient(#733abe 5%, #041066 100%);
	padding: 5px;
	text-transform:uppercase;
}


.date_forum {
    color: #FFF
}

.date_forum:hover {
    color: #000
}

.title_forum {
    color: #f29a12
}

.title_forum:hover {
    font-weight: 700
}

div.memo {
    background-color: #FFF;
    color: #000;
    padding: 10px;
    margin-bottom: 10px
}

div.memo-detail {
    margin: 10px;
    border-bottom: dotted 1px #ccc;
    padding-bottom: 10px
}

div.memo-detail span {
    float: right;
    font-size: 11px
}

#fragment {
    position: absolute;
    width: 80px;
    height: 440px;
    top: -40px;
    left: 0;
    z-index: 1000
}

span.closing {
    position: relative;
    top: 30px;
    left: 60px;
    cursor: pointer;
    color: #fff
}

#fragment2 {
    position: absolute;
    width: 80px;
    height: 440px;
    top: 320px;
    left: 0;
    z-index: 1000
}

span.closing2 {
    position: relative;
    top: 30px;
    left: 60px;
    cursor: pointer;
    color: #fff
}

#custom_modal {
    background-color: rgba(255, 255, 255, 1);
    padding: 5px
}

.modal-content,
.modal-body,
.modal-header,
.modal-footer {
    background: #250466;
    color: #FFF;
    border: 0
}

.modal-header {
    border-bottom: 1px solid #FFF
}

.modal-body h4 {
    color: #FFF
}

#myModalLabel {
    color: #FFF
}

.title_discount {
    color: #FFF
}

.close {
    background-color: #FFF;
    opacity: 1
}

#pagination_post {
    margin: 0;
    padding: 0;
    text-align: center;
}
  
#pagination_tabel {
    padding: 0;
}
  
#pagination_tabel li {
    display: inline-block;
    background-color: #555 !important;
    border-radius: 6px;
}
  
#pagination_tabel li a {
    color: #fff;
    float: left;
    padding: 4px 12px;
    text-decoration: none;
}
  
#pagination_tabel .active {
    background-color: #733abe !important;
    color: #000 !important;
    border-radius: 6px;
}
  
#pagination_tabel li a:hover {
    color: rgba(254, 192, 0, 1);
}
  
#pagination_modal {
    padding: 0;
}
#pagination_modal li {
    display: inline-block;
    background-color: #555 !important;
    border-radius: 6px;
}
  
#pagination_modal li a {
    color: #fff;
    float: left;
    padding: 4px 12px;
    text-decoration: none;
}
  
#pagination_modal .active {
    background-color: #733abe !important;
    color: #000 !important;
    border-radius: 6px;
}
  
#pagination_modal li a:hover {
    color: rgba(254, 192, 0, 1);
}
  
#pagination_trans {
    padding: 0;
}
#pagination_trans li {
    display: inline-block;
    background-color: #555 !important;
    border-radius: 6px;
}
  
  #pagination_trans li a {
    color: #fff;
    float: left;
    padding: 4px 12px;
    text-decoration: none;
  }
  
#pagination_trans .active {
    background-color: #733abe !important;
    color: #000 !important;
    border-radius: 6px;
}
  
#pagination_trans li a:hover {
    color: rgba(254, 192, 0, 1);
}

.btn-submit {
    color: #fff;
	background-color: #733abe;
	background: -moz-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-linear-gradient(#733abe 5%, #041066 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.05, #733abe), to(#041066));
	background: -o-linear-gradient(#733abe 5%, #041066 100%);
	background: linear-gradient(#733abe 5%, #041066 100%);
    border-radius: 4px;
    width: 285px;
}

.btn-submit:hover {
    color: #fff;
	background: -moz-linear-gradient(#d55901 5%, #f29a12 100%);
	background: -webkit-linear-gradient(#d55901 5%, #f29a12 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.05, #d55901), to(#f29a12));
	background: -o-linear-gradient(#d55901 5%, #f29a12 100%);
	background: linear-gradient(#d55901 5%, #f29a12 100%);
}

@media screen and (max-width: 426px) {
    #bottom_menu span {
        width: 50%;
        border-bottom: 1px solid #fff
    }
}

/* ========== GAME ========= */

.period_header {
	display:inline-block;
	line-height:55px;
	font-size:18px;
}

.my_custom_table {
	margin-top:10px;
	background: white;
	color:black;
}

.my_custom_table td {
	border: 1px dotted green !important;
    line-height: 28px !important;
    text-align: center !important;
	padding: 4px !important;
}

.input_4d_3d_2d, .input_2d, .input_3d {
	line-height:24px;
	height:32px;
	width:40px;
	text-align:center;
	color:black;
	margin-left:2px;
	margin-right:2px;
}


.opt_unsur, .opt_as, .opt_kop, .opt_kepala, .opt_ekor, .opt_campuran, .opt_shio {
	line-height:24px;
	height:32px;
	text-align:center;
	color:black;
	margin-left:2px;
	margin-right:2px;
	border-radius:4px !important;
}

.f12 {
	font-size:12px !important;
}
/* ========== GAME ========= */


/* ----------- START SOCIAL MEDIA ----------- */

#widget_sosmed {
	position: fixed; 
	bottom: 15px; 
	visibility: visible;
	z-index: 2147483639; 
	background: transparent; 
	border: 0px; 
	padding: 10px 10px 0px 0px; 
	float: left; 
	margin-right: -10px; 
	backface-visibility: hidden; 
	opacity: 1;
	top: 100px;
	left: -200px;
}

#header_sosmed {
	background: -moz-linear-gradient(to right, #733abe 5%, #041066 100%);
	background: -webkit-linear-gradient(to right, #733abe 5%, #041066 100%);
	background: -webkit-gradient(linear, 100% 0, 0 0, color-stop(0.05, #733abe), to(#041066));
	background: -o-linear-gradient(to right, #733abe 5%, #041066 100%);
	background: linear-gradient(to right, #733abe 5%, #041066 100%);
    min-height: 167px;
}

#header_sosmed img {
	position: relative;
    padding: 0;
}

#close_social {
	position: relative;
	top:-30px;
	left:150px;;
	color:#FFF;
	font-size:10px;
	padding:0 5px;
    background-color:red;
}
.social-icon {
	color: #FFF;
    width: 200px;
    position: relative;
    padding: 3px 7px;
    padding-left: 5px;
    border-bottom: solid white 1px;
    font-size: 14px;
}
.social-logo {
	width: 30px;
    padding-right: 5px;
}


#widget_link {
	position: fixed; 
	bottom: 15px; 
	visibility: visible; 
	z-index: 2147483639; 
	background: transparent; 
	border: 0px; 
	padding: 10px 10px 0px 0px; 
	float: right; 
	margin-right: -10px; 
	backface-visibility: hidden; 
	opacity: 1;
	top: 100px;
}

#header_link {
	background: -moz-linear-gradient(to right, #041066 5%, #733abe 100%);
	background: -webkit-linear-gradient(to right, #041066 5%, #733abe 100%);
	background: -webkit-gradient(linear, 100% 0, 0 0, color-stop(0.05, #041066), to(#733abe));
	background: -o-linear-gradient(to right, #041066 5%, #733abe 100%);
	background: linear-gradient(to right, #041066 5%, #733abe 100%);
    min-height: 167px;
}
/* ----------- END SOCIAL MEDIA ----------- */


label.tutorial_label {
	cursor: pointer;
	display: inline-block;
	text-align: left;
	background: #dd5e89;
	color: white;
	padding: 10px 20px;
	border-right: 1px solid rgba(0,0,0,0.1);
	&:last-of-type {
		border-right: 0;
	}
}

input.tutorial_input {
	display: none;
}

input[id="tab-1"]:checked ~ .tabs-wrapper .label-tab-1,
input[id="tab-2"]:checked ~ .tabs-wrapper .label-tab-2,
input[id="tab-3"]:checked ~ .tabs-wrapper .label-tab-3,
input[id="tab-4"]:checked ~ .tabs-wrapper .label-tab-4,
input[id="tab-5"]:checked ~ .tabs-wrapper .label-tab-5,
input[id="tab-6"]:checked ~ .tabs-wrapper .label-tab-6,
input[id="tab-7"]:checked ~ .tabs-wrapper .label-tab-7,
input[id="tab-8"]:checked ~ .tabs-wrapper .label-tab-8,
input[id="tab-9"]:checked ~ .tabs-wrapper .label-tab-9,
input[id="tab-10"]:checked ~ .tabs-wrapper .label-tab-10,
input[id="tab-11"]:checked ~ .tabs-wrapper .label-tab-11,
input[id="tab-12"]:checked ~ .tabs-wrapper .label-tab-12,
input[id="tab-13"]:checked ~ .tabs-wrapper .label-tab-13 {
	background: white;
	color: black;
}

.tab {
	display: none;
	width: 100%;
	color: black;
	padding: 10px 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 5px 5px 13px -6px rgba(0,0,0,0.29);
	p {
		text-align: left;
		padding: 0;
	}
}
.label-tab  {
	padding:5px 15px;
	border-radius:8px;
	background-color: #733abe;
    background: -moz-linear-gradient(#733abe 5%, #041066 100%);
    background: -webkit-linear-gradient(#733abe 5%, #041066 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.05, #733abe), to(#041066));
    background: -o-linear-gradient(#733abe 5%, #041066 100%);
    background: linear-gradient(#733abe 5%, #041066 100%);
}

.label-tab:hover{
	background: white;
	color: black;
	cursor:pointer;
}
.panel-heading {
	background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	color:#000 !important;
	font-weight:bold;
	font-size:24px;
}
.panel-danger {
	background: white;
}

.aturan {
	color:#000;
}

.panel-body {
	color:#000;
}
#desc_game p {
	color:#000;
}

input[id="tab-1"]:checked ~ .tab-1,
input[id="tab-2"]:checked ~ .tab-2,
input[id="tab-3"]:checked ~ .tab-3,
input[id="tab-4"]:checked ~ .tab-4,
input[id="tab-5"]:checked ~ .tab-5,
input[id="tab-6"]:checked ~ .tab-6,
input[id="tab-7"]:checked ~ .tab-7,
input[id="tab-8"]:checked ~ .tab-8,
input[id="tab-9"]:checked ~ .tab-9,
input[id="tab-10"]:checked ~ .tab-10,
input[id="tab-11"]:checked ~ .tab-11,
input[id="tab-12"]:checked ~ .tab-12,
input[id="tab-13"]:checked ~ .tab-13 {
	display: block;
}


/* ----------- BANNER RECOMMEND MATCH ----------- */

.blur-popup-rm {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.modal-popup-wrapper-rm {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999 !important;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.modal-popup-wrapper-rm.open {
    opacity: 1;
    visibility: visible;
}
.modal-popup-rm {
    width: 500px;
    height: 200px;
    display: block;
    margin: 50% 0 0 -300px;
    position: relative;
    top: 40%;
    left: 52%;
    background: none;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.modal-popup-wrapper-rm.open .modal-popup-rm {
    opacity: 1;
}
.head-popup-rm {
    width: 100%;
    height: 34px;
    padding: 0;
    overflow: hidden;
    background: none;
}
.btn-close-popup-rm {
    width: 28px;
    height: 28px;
    display: block;
    float: right;
}
.btn-close-popup-rm::before,
.btn-close-popup-rm::after {
    content: "";
    width: 32px;
    height: 6px;
    display: block;
    background: white;
}
.btn-close-popup-rm::before {
    margin-top: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-close-popup-rm::after {
    margin-top: -6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.content-popup-rm {
	background:#222;
	border:2px solid #fff;
}
.btn-footer-close-popup-rm {
	padding:10px 5px;
	background:#fff;
	color:#000;
	text-align:center;
	cursor:pointer;
}
/* ----------- BANNER RECOMMEND MATCH ----------- */