/* ==== GLOBAL STYLE ==== */
:root {
	/* Color definitions */
	--color-1: #FAE72D;
	--color-2: #000000;
	--color-3: #fdff00;

	--font-1: #ffffff;
	--font-2: #000000;
	
	--gradient-1 : linear-gradient(var(--color-1) 0%, var(--color-2) 50%, var(--color-1) 100%);
}

body {
	background: url(../../img/resources/bg_dph2.png?b) center center no-repeat fixed;
	background-size: cover;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative !important;
    font-family: 'Inter', sans-serif !important;
	font-size: 17px;
	color: var(--font-1);
}

.blink_me {
	animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0.4;
	}
}

.input__label-content--hoshi {
	color: var(--font-1);
}

a {
	color: var(--color-3);
}

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: #cbcbcb;
}

:-moz-placeholder {
	font-style: italic;
	color: #cbcbcb;
}

::-moz-placeholder {
	font-style: italic;
	color: #cbcbcb;
}

:-ms-input-placeholder {
	font-style: italic;
	color: #cbcbcb;
}

.container {
	width: 100%;
	margin: 0 auto;
	background-color: var(--font-1);
	padding: 5px 0;
}

.container_1080 {
	width: 1080px;
	margin: 0 auto;
}

.row {
	margin-left: -0;
	margin-right: -0;
}

/* ==== Header ==== */
.home_header {
	color: var(--font-1);
	padding: 0;
	margin: 0;
	min-width: 1060px;
	width: 100%;
}

#header_logo {
	width: 510px;
	margin: 0;
	padding: 5px;
	display: inline-block;
	vertical-align: top;
}

.header_fixed {
	margin-bottom: 10px;
}

.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;
	float: right;
	width: 370px;
}

.soc_med_inside {
	font-size: 14px;
	display: inline-block;
	position: relative;
	top: 6px;
}


.login_box {
	border: 1.5px solid #d3b15f;
	border-radius: 3px;
	margin-top: 10px;
	background: #000;
}

.login_box h3 {
	font-size: 14px;
	color: var(--font-1);
	border: 1.5px solid #d3b15f;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 auto;
	position: relative;
	top: 3px;
	letter-spacing: 1px;
	width: 90%;
	text-align: center;
}

.login_content {
	font-size: 15px;
	padding: 5px 10px;
}

.login_content #date_time {
	margin-top: 10px;
	font-size: 12px;
	text-align: right;
}

.menu_box {
	border: 1.5px solid #d3b15f;
	border-radius: 3px;
	margin-top: 10px;
	padding: 16px 0px;
	background: #000;
}

.menu_box h3 {
	font-size: 14px;
	background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
	background-size: 150%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	border: 1.5px solid #d3b15f;
	border-radius: 3px;
	font-weight: bold;
	margin: 0 auto;
	position: relative;
	top: -9px;
	letter-spacing: 1px;
	width: 20%;
	text-align: center;
}

.menu_box .nav_menu {
	text-align: center;
}

.menu_box .nav_menu li {
	border-radius: 3px;
}

.menu_box .nav_menu li a {
	padding: 9px 25px;
}

.user_menu {
	height: 45px;
	width: 90px;
	float: right;
	margin: 0 auto;
	line-height: 45px;
	border: 1px solid #d3b15f;
	font-size: 12px;
	text-align: center;
	margin-left: 5px;
	border-radius: 10px;
	color: var(--font-1);
	background-color: #010198;
	background: var(--gradient-1);
}

.user_menu:hover {
	background-color: #010198;
	background: var(--gradient-1);
	color: #000;
}

.memo_notif {
	font-weight: bold;
	font-size: 12px;
	background: white;
	border-radius: 10px;
	padding: 2px;
	color: #000;
	width: 25px;
	line-height: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}

#login_logout {
	background: -moz-linear-gradient(#931313 0%,
			#6c1414 46%,
			#750c0c 50%,
			#531010 55%,
			#5b0c0c 100%);
	background: -webkit-linear-gradient(#931313 0%,
			#6c1414 46%,
			#750c0c 50%,
			#531010 55%,
			#5b0c0c 100%);
	background: -webkit-gradient(linear,
			0 0,
			0 100%,
			from(#931313),
			color-stop(0.46, #6c1414),
			color-stop(0.5, #750c0c),
			color-stop(0.55, #531010),
			to(#5b0c0c));
	background: -o-linear-gradient(#931313 0%,
			#6c1414 46%,
			#750c0c 50%,
			#531010 55%,
			#5b0c0c 100%);
	background: linear-gradient(#931313 0%,
			#6c1414 46%,
			#750c0c 50%,
			#531010 55%,
			#5b0c0c 100%);
}

#login_logout:hover {
	opacity: 0.8;
}

/* ==== Header ==== */

/* ==== Menu Bar ==== */
.nav_container {
	width: 100%;
	margin: 0;
	background: rgb(191, 133, 13);
	background: -moz-linear-gradient(180deg,
			rgba(191, 133, 13, 1) 0%,
			rgba(252, 244, 154, 1) 33%,
			rgba(252, 244, 154, 1) 36%,
			rgba(252, 244, 154, 1) 39%,
			rgba(248, 236, 187, 1) 45%,
			rgba(191, 133, 13, 1) 82%,
			rgba(147, 102, 10, 1) 100%);
	background: -webkit-linear-gradient(180deg,
			rgba(191, 133, 13, 1) 0%,
			rgba(252, 244, 154, 1) 33%,
			rgba(252, 244, 154, 1) 36%,
			rgba(252, 244, 154, 1) 39%,
			rgba(248, 236, 187, 1) 45%,
			rgba(191, 133, 13, 1) 82%,
			rgba(147, 102, 10, 1) 100%);
	background: -webkit-gradient(linear,
			100% 0,
			0 0,
			from(rgba(191, 133, 13, 1)),
			color-stop(0.33, rgba(252, 244, 154, 1)),
			color-stop(0.36, rgba(252, 244, 154, 1)),
			color-stop(0.39, rgba(252, 244, 154, 1)),
			color-stop(0.45, rgba(248, 236, 187, 1)),
			color-stop(0.82, rgba(191, 133, 13, 1)),
			to(rgba(147, 102, 10, 1)));
	background: -o-linear-gradient(180deg,
			rgba(191, 133, 13, 1) 0%,
			rgba(252, 244, 154, 1) 33%,
			rgba(252, 244, 154, 1) 36%,
			rgba(252, 244, 154, 1) 39%,
			rgba(248, 236, 187, 1) 45%,
			rgba(191, 133, 13, 1) 82%,
			rgba(147, 102, 10, 1) 100%);
	background: linear-gradient(180deg,
			rgba(191, 133, 13, 1) 0%,
			rgba(252, 244, 154, 1) 33%,
			rgba(252, 244, 154, 1) 36%,
			rgba(252, 244, 154, 1) 39%,
			rgba(248, 236, 187, 1) 45%,
			rgba(191, 133, 13, 1) 82%,
			rgba(147, 102, 10, 1) 100%);
	border-radius: 4px;
}

.header_left,
.header_middle,
.header_right {
	display: inline-block;
	width: 33%;
	padding: 0;
	margin: 0;
}

.header_middle {
	text-align: center;
}

.header_left .nav_menu {
	text-align: right;
}

.header_right .nav_menu {
	text-align: left;
}

.header_left .nav_menu li:first-child {
	border: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.header_right .nav_menu li:last-child {
	border: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.header_middle {
	padding: 10px;
}

.header_middle img {
	width: 100%;
}

.nav_menu ul {
	width: 100%;
	padding: 0;
	margin: 0;
	border-radius: 10px;
}

.nav_menu li {
	box-shadow: 0px 1px 5px #000;
	display: inline-block;
	text-decoration: none;
	list-style: none;
	padding: 7px 0px;
	background: var(--gradient-1);
}

.nav_menu li a {
	color: var(--font-1);
	text-align: center;
	text-transform: uppercase;
	padding: 7px 15px;
	font-size: 14px;
	color: #d3b15f;
	background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
	background-size: 150%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 900;
}

.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 {
	cursor: pointer;
	color: #d3b15f;
	background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
	background-size: 150%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.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.2);
	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;
	max-height: 70px;
}

.submenu_list_item a {
	background-color: transparent !important;
	border-image: none !important;
}

.submenu_list_item {
	padding: 20px 20px 20px;
	display: inline-block;
}

.submenu_list {
	display: none;
	width: 1055px;
	min-height: 100px;
	min-width: 1055px;
	text-align: center;
	position: absolute;
	top: 161px;
	left: 232px;
	background: #040404;
	border-radius: 10px;
}

/* ==== Menu Bar ==== */

/* ==== Pengumuman ==== */
#home_pengumuman {
	color: var(--font-1);
	padding: 15px 55px;
	font-size: 10px !important;
	position: relative;
	width: 100%;
	background: url(../../img/resources/pengumuman.png?e) center center no-repeat #000;
	background-size: cover;
	border-radius: 20px;
}

#home_pengumuman_inside {
	color: var(--font-1);
	padding: 10px 0;
	width: 100%;
}

.marquee {
	width: 100%;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	color: var(--font-1);
}

.marquee span {
	display: inline-block;
	padding-left: 100%;
	animation: marquee 30s 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: 0.5px;
}

#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: 0.5px;
}

/* ==== Pengumuman ==== */

/* ==== Home ==== */
.home_content_left,
home_content_right {
	display: inline-block;
}

.home_content_left {
	width: 74%;
	float: left;
}

.home_content_right {
	width: 25%;
	float: right;
}

#form_login {
	background: url(../../img/resources/member_login.png?b) center center no-repeat;
	background-size: contain;
	width: 100%;
	height: 315px;
	padding: 45px 10px 10px 10px;
	margin-top: 15px;
}

#username_log,
#pass_log {
	background: #010101 !important;
	color: var(--font-1);
	border: 0px;
	width: 180px;
	background: none;
	margin-left: 5px;
	padding: 9px;
	margin-top: 1px;
}

#username_box,
#pass_box,
#captcha_box {
	margin: 5px;
	height: 44px;
}

#username_box {}

#pass_box {}

#captcha_code {
	background: #010101 !important;
	color: var(--font-1);
	border: 1.5px solid #22749a;
	padding: 9px;
	width: 58%;
	background: none;
}

#captchaimg {
	position: relative;
	height: 48px;
	top: -1.5px;
}

#btn_lupa img {
	width: 100%;
	padding: 5px;
}

#btn_masuk {
	padding: 7px 6px;
	border: 0;
	width: 100%;
	background: none;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#btn_masuk:hover {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	opacity: 0.7;
}

#btn_masuk img {
	width: 100%;
}

#btn_daftar {
	padding: 5px 6px;
	border: 0;
	background: none;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#btn_daftar:hover {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	opacity: 0.7;
}

#btn_daftar img {
	width: 95%;
}

a.qr_code {
	float: left;
	padding: 0 20px;
	width: 48%;
	font-size: 20px;
}

a.qr_code:hover {
	font-weight: normal;
}

.fa.fa-arrow-left,
.fa.fa-arrow-right {
	position: absolute;
	z-index: 100;
	padding: 5px;
	transform: scale(1.5);
	background: rgba(0, 0, 0, 0.7);
	top: 75px;
	border-radius: 4px;
}

.fa-arrow-left {
	float: left;
	left: 20px;
}

.fa-arrow-right {
	float: right;
	right: 20px;
}

.home_seocontent {
	background: #c0c0c0;
	border-top: 5px solid #899600;
}

.home_seocontent .container_1080 h1 {
	font-size: 18px;
	margin: 10px 0px;
	color: #000;
	font-weight: bold;
}

.home_seocontent .desc {
	background: #dcdcdc;
	text-align: center;
	padding: 10px;
}

.list-market {
	padding: 0;
	margin: 10px 0px;
}

.list-market .box-result {
	text-align: center;
	margin: 10px 5px 5px 5px;
	padding: 5px;
	float: left;
	display: inline-block;
	width: 170px;
	border: 1.5px solid #d3b15f;
	border-radius: 3px;
	background: var(--gradient-1);
	font-family: monospace;
}

.list-market .box-result .result_name {
	width: 100%;
	transform: scale(1.1);
	position: relative;
	top: -5px;
}

.list-market .box-result h3 {
	font-size: 26px;
	color: #d3b15f;
	background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
	background-size: 150%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	font-weight: bold;
	margin: 5px 0;
	position: relative;
	top: -8px;
	letter-spacing: 1px;
}

.list-market .box-result li {
	font-size: 48px;
	color: #d3b15f;
	background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
	background-size: 150%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	padding: 0px 2px;
}

.list-market .box-result hr {
	margin: 5px 0;
	border: 1px solid #d3b15f;
}

.list-market .box-result p,
.list-market .box-result span {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	font-family: "Cambria Math";
}

.list-market .box-result .result ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.list-market .box-result .result li {
	list-style: none;
	display: inline-block;
}

.list-market .box-result .result li img {
	width: 32px;
	margin: 2px;
}

.list-market .box-result .see-now {
	color: var(--font-1);
	font-size: 12px;
	text-transform: uppercase;
}

.list-market .box-result .see-now:hover {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-weight: 700;
	text-decoration: none;
}

.box-listdepowd {
	display: inline-block;
	width: 49%;
	font-size: 12px;
	overflow: hidden;
	height: 287px;
	border: 1.5px solid #d3b15f;
}

.box-listdepowd.depo {
	background: url(../../img/resources/latest_depo.jpg?b) top center no-repeat #010101;
	background-size: contain;
}

.box-listdepowd.wd {
	background: url(../../img/resources/latest_wd.jpg?b) top center no-repeat #010101;
	background-size: contain;
}

.listdepowd {
	margin-bottom: 0px;
	margin-top: 115px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background: var(--gradient-1);
}

#lastDepo,
#lastWd {
	padding: 0;
	margin: 0;
	border: 0;
}

#lastDepo .table,
#lastWd .table {
	padding-bottom: 0px;
	background-color: transparent;
	color: white;
	margin: 12px;
}

#lastDepo .table td,
#lastWd .table td {
	border-top: 1px solid #d3b15f;
}

.bank_box {
	border: 1.5px solid #d3b15f;
	border-radius: 3px;
	margin: 10px 17px 0px 0px;
	background: #010101;
}

.bank_box h3 {
	font-family: monospace;
	color: #d3b15f;
	background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
	background-size: 150%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
	top: 4px;
	width: 100px;
	font-size: 26px;
	letter-spacing: 1px;
	border: 2px solid #d3b15f;
	border-radius: 10px;
}

.bank_box .bank {
	padding: 0;
	margin: 0;
	text-align: center;
}

.bank_box .bank .list-bank {
	display: inline-block;
	padding: 5px;
}

.bank_box .bank .list-bank .blink_me {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	box-shadow: 0px 0px 10px #fff;
	margin-right: -10px;
}

.footer_seo_box {
	border: 1.5px solid #d3b15f;
	border-radius: 3px;
	margin: 10px 17px 0px 0px;
	background: #010101;
	padding: 10px;
}

.qrcode_box {
	margin: 20px 10px 10px 0px;
	text-align: center;
}

.qrcode_list {
	width: 32.8%;
	display: inline-block;
	border: 1.5px solid #d3b15f;
	margin: 5px 0px;
	border-radius: 3px;
	vertical-align: middle;
	background: #010101;
}

.qrcode_list h3 {
	font-family: monospace;
	margin: 0 auto;
	padding: 0;
	color: #2a8fbd;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: -15px;
	background: #010101;
	width: 80%;
	border: 2px solid #d3b15f;
	border-radius: 10px;
}

.qrcode_list img {
	background: #fff;
	width: 90%;
	text-align: center;
}

.qrcode_desc {
	text-align: center;
	font-size: 20px;
	padding: 10px 0px;
	color: #2a8fbd;
	font-weight: bold;
}

.fpage_box {
	border: 1.5px solid #d3b15f;
	border-radius: 3px;
	margin: 20px 5px 20px 0px;
	background: var(--gradient-1);
}

.fpage_box h3 {
	font-family: monospace;
	color: #d3b15f;
	background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
	background-size: 150%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
	top: 4px;
	width: 90%;
	font-size: 26px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.fpage_box .fpage_content {
	min-height: 100px;
}

/* ==== Home ==== */

/* ==== 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-color: #010198;
	background: var(--gradient-1);
	box-shadow: 0 0 5px 2px #84d6ff;
	list-style: none;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0px 10px;
	border-radius: 4px;
	z-index: 1;
}

.box-menu ul {
	list-style: none;
	margin: 5px auto 0;
	padding: 10px;
	width: 100%;
	display: inline-block;
	background: rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px 0 #000 inset;
	border: 0;
	text-transform: uppercase;
}

.box-menu ul li {
	background-color: #010198;
	background: var(--gradient-1);
	color: var(--font-1);
	border-radius: 4px;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin: 0 0 10px;
	border: 1.5px solid #d3b15f;
	letter-spacing: 0.1px;
	padding: 5px 10px;
	font-size: 16px;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.box-menu ul li:hover {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	color: #d3b15f;
	background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
	background-size: 150%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border: 1.5px solid #d3b15f;
}

.box-menu ul a {
	color: var(--font-1);
	text-decoration: none;
}

.box-games {
	border: 1.5px solid #d3b15f;
	border-radius: 3px;
	margin-top: 10px;
	padding-bottom: 10px;
	background: #000;
}

.box-games h3 {
	font-size: 14px;
	color: #d3b15f;
	background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
	background-size: 150%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border: 1.5px solid #d3b15f;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 auto;
	position: relative;
	top: 5px;
	letter-spacing: 1px;
	width: 10%;
	text-align: center;
}

.box-games ul {
	padding: 0;
	margin: 0;
	text-align: center;
	margin-top: 10px;
}

.box-games ul li {
	display: inline-block;
	padding: 5px 39px;
	margin: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1.5px solid #d3b15f;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background-color: #010101;
}

.box-games ul li a {
	color: #d3b15f;
	background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
	background-size: 150%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.box-games ul li:hover {
	color: var(--font-1);
	opacity: 0.8;
}

.left-side-content {
	display: inline-block;
	padding-left: 0;
}

.right-side-content {
	color: var(--font-1);
	float: right;
	display: inline-block;
	font-size: 14px;
	padding: 0px;
}

.main-content-right {
	width: 100%;
	padding: 10px;
	margin: 10px 0 15px;
	min-height: 780px;
	background-color: #101010;
	border: 1.5px solid #d3b15f;
	border-radius: 3px;
}

.main-content-right p {
	color: #9fb002;
}

.box-market,
.box-menu {
	width: 100%;
	border: 1.5px solid #d3b15f;
	border-radius: 3px;
	margin-top: 0;
	background: #000;
}

.box-menu {
	margin-top: 20px;
}

.box-market h3,
.box-menu h3 {
	font-size: 24px;
	color: #d3b15f;
	background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
	background-size: 150%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border: 1.5px solid #d3b15f;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 auto;
	position: relative;
	top: 5px;
	letter-spacing: 1px;
	width: 90%;
	text-align: center;
}

.box-market .closed {
	position: absolute;
	bottom: 20px;
	line-height: 12px;
	left: 22px;
	background: #000;
	color: var(--font-1);
	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 {
	margin: 0px;
}

.box-market .left-tab ul {
	list-style: none;
	margin: 5px auto 0;
	padding: 10px;
	width: 100%;
	display: inline-block;
	background: rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px 0 #000 inset;
	border: 0;
}

.box-market .left-tab ul li {
	width: 100%;
	background: #000;
	position: relative;
	margin: 0 0 10px;
	border: 1.5px solid #d3b15f;
	letter-spacing: 0.1px;
}

.box-market .left-tab ul li a {
	color: var(--font-1);
	line-height: 28px;
	padding: 5px;
	border-radius: 4px;
	display: block;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border: 1.5px solid rgba(42, 143, 189, 0);
}

.box-market .left-tab ul li a:hover {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	color: #d3b15f;
	background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
	background-size: 150%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.box-market .left-tab ul li a:hover:hover {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.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;
	height: 30px;
	width: 78px;
	position: absolute;
	top: 4px;
	right: 0px;
}

.box-market .left-tab ul li .offline {
	background: url(../../../others/img/bank/offline.gif) no-repeat;
	background-position: center;
	background-size: 110px;
	height: 30px;
	width: 78px;
	position: absolute;
	top: 4px;
	right: 0px;
}

.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 {
	color: #d3b15f;
	background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
	background-size: 150%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.box-market .left-tab ul .active a:hover {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	color: #d3b15f;
	background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
	background-size: 150%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#head1 th {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: var(--gradient-1);
}

#head2 th {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #010198;
	background: var(--gradient-1);
}

.blue-ball {
	background: url(../../img/resources/blue.png);
}

.purple-ball {
	background: url(../../img/resources/purple.png);
}

.green-ball {
	background: url(../../img/resources/green.png);
}

.red-ball {
	background: url(../../img/resources/red.png);
}

.red-ball,
.blue-ball,
.purple-ball,
.green-ball {
	background-size: 40px;
	width: 40px;
	height: 40px;
	display: inline-block;
	color: black;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	margin: 2px;
}

.v_middle {
	font-size: 16px;
	line-height: 42px !important;
	text-align: center;
}

.btn-game {
	background-color: #010198;
	background: var(--gradient-1);
}

.inside_bank_content {
	background-color: #010198;
	background: var(--gradient-1);
	text-align: center;
	border-radius: 4px;
	padding: 5px 0px;
}

.inside_bank_content .inside_each_bank {
	width: 24.5%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	background: #000;
	padding: 10px 0px;
	border-radius: 10px;
	height: 130px;
}

.inside_bank_content .inside_each_bank img {
	width: 50%;
}

.inside_bank_content .inside_each_bank li {
	list-style: none;
	font-size: 11px;
}

/* ==== 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: var(--font-1);
}

#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: var(--font-1);
}

#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: 0.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 0.5s ease-out;
	transition: all 0.5s ease-out;
	padding: 10px 45px 7px;
	border-right: 1px solid #a8a1a1;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.1px;
}

header .nav-menu ul li a:hover {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.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 0.5s ease-out;
	transition: all 0.5s ease-out;
}

header .nav-menu ul li .select {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.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 0.5s ease-out;
	transition: all 0.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;
}

#body_market {
	width: 245px;
	padding: 0 5px;
	float: right;
	display: inline-block;
	height: 360px;
}

.psr_result {
	float: right;
}

.each_result {
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 0 5px;
	margin-right: 5px;
}

#date_open {
	color: var(--font-1);
	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 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.contact ul li img:hover {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: 0.7;
}

.contact ul li img:hover:hover {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.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: var(--font-1);
	background-color: #010198;
	background: var(--gradient-1);
	padding: 5px;
	text-transform: uppercase;
}

.date_forum {
	color: var(--font-1);
}

.date_forum:hover {
	color: #000;
}

.title_forum {
	color: #2a8fbd;
}

.title_forum:hover {
	font-weight: 700;
}

div.memo {
	background-color: var(--font-1);
	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: var(--font-1);
}

#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: var(--font-1);
}

#custom_modal {
	background-color: rgba(255, 255, 255, 1);
	padding: 5px;
}

.modal-content,
.modal-body,
.modal-header,
.modal-footer {
	background: #010101;
	color: var(--font-1);
	border: 0;
}

.modal-header {
	border-bottom: 1px solid #fff;
}

.modal-body h4 {
	color: var(--font-1);
}

#myModalLabel {
	color: var(--font-1);
}

.title_discount {
	color: var(--font-1);
}

.close {
	background-color: var(--font-1);
	opacity: 1;
}

#pagination_post {
	margin: 0;
	padding: 0;
	text-align: center;
}

#pagination_tabel {
	padding: 0;
}

#pagination_tabel li {
	display: inline-block;
}

#pagination_tabel li a {
	background: #222;
	color: var(--font-1);
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	border-radius: 8px;
}

#pagination_tabel .active a {
	background: linear-gradient(#010198 0%, #000047 50%, #010198 100%) !important;
	color: #FFF !important;
	border-radius: 8px;
}

#pagination_tabel li a:hover {
	color: rgba(254, 192, 0, 1);
}

#pagination_modal li {
	display: inline-block;
}

#pagination_modal li a {
	color: var(--font-1);
	float: left;
	padding: 8px 16px;
	text-decoration: none;
}

#pagination_modal .active {
	background: linear-gradient(#144f93 0%,
			#153d6c 46%,
			#0c4475 50%,
			#112f53 55%,
			#0d395b 100%);
	color: #FFF !important;
	border-radius: 8px;
}

#pagination_modal li a:hover {
	color: rgba(254, 192, 0, 1);
}

.print_detail,
.view_detail {
	padding: 5px 10px;
	color: var(--font-1);
	background-color: #010198;
	background: var(--gradient-1);
	border-radius: 4px;
	cursor: pointer;
	border: 1px solid #d3b15f;
}

.print_detail:hover,
.view_detail:hover {
	color: #000;
	background-color: #010198;
	background: var(--gradient-1);
}

.btn-submit {
	color: var(--font-1);
	background-color: #010198;
	background: var(--gradient-1);
	border-radius: 4px;
	width: 285px;
}

.btn-submit:hover {
	color: var(--font-1);
	background-color: #010198;
	background: var(--gradient-1);
}

@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;
}

/* ========== 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: 50px;
	left: -200px;
}

#widget_sosmed .widget_sosmed_img {
	float: left;
	transform: scale(1.15);
	margin-left: 2px;
	margin-top: 11px;
	height: 150px;
	background: var(--color-2);
}

#header_sosmed {
	background: var(--color-2);
	min-height: 173px;
}

#header_sosmed img {
	position: relative;
	padding: 0;
}

#close_social {
	position: relative;
	top: -30px;
	left: 150px;
	color: var(--font-1);
	font-size: 10px;
	padding: 0 5px;
	background-color: red;
}

.social-icon {
	color: var(--font-1);
	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: 50px;
}

#header_link {
	background-color: #216f93;
	min-height: 172px;
}

#widget_lucky_spin {
	position: fixed;
	bottom: 10px;
	visibility: visible;
	z-index: 2147483639;
	background: transparent;
	border: 0px;
	padding: 10px 10px 0px 0px;
	float: left;
	margin-right: -10px;
	backface-visibility: hidden;
	opacity: 1;
	left: 0px;
}

/* ----------- 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: #010198;
	background: var(--gradient-1);
}

.label-tab:hover {
	background: white;
	color: black;
	cursor: pointer;
}

.panel-heading {
	background-color: #010198;
	background: var(--gradient-1);
	color: #fff !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 ----------- */


/* Button Wallet CSS */
.button-cover,
.knobs,
.layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.button-wallet {
	position: relative;
	top: 0;
	left: 50px;
	width: 144px;
	height: 30px;
	margin: 5px 0;
	overflow: hidden;
}

.button-wallet.r,
.button-wallet.r .layer {
	border-radius: 8px;
}

.button.b2 {
	border-radius: 2px;
}

.checkbox {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
}

.knobs {
	z-index: 2;
	background: #FFF;
}

.layer {
	width: 100%;
	background-color: #ebf7fc;
	transition: 0.3s ease all;
	z-index: 1;
}

/* Button 1 */
#button-1 .knobs:before {
	content: "SATU DOMPET";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 100px;
	height: 26px;
	color: var(--font-1);
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding: 6px 0;
	background-color: #03a9f4;
	border-radius: 8px;
	transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked+.knobs:before {
	content: "TRANSFER";
	left: 42px;
	background-color: #f44336;
}

#button-1 .checkbox:checked~.layer {
	background-color: #fcebeb;
}

#button-1 .knobs,
#button-1 .knobs:before,
#button-1 .layer {
	transition: 0.3s ease all;
}

.cabang_div {
	position:fixed;
	bottom:240px;
	left:10px;
	z-index:100;
	display:block;
}
.cabang_div .cabang_link img{
	width:80px;
	background: var(--gradient-1);
	border: 3px outset var(--color-1);
	border-radius: 50%;
	padding: 8px;
}
.apk_div {
	position:fixed;
	bottom:150px;
	left:10px;
	z-index:100;
}
.apk_div .apk_link img{
	width:80px;
	background: var(--gradient-1);
	border: 3px outset var(--color-1);
	border-radius: 50%;
	padding: 8px;
}
.rtp_div {
	position:fixed;
	bottom:60px;
	left:10px;
	z-index:100;
}
.rtp_div .rtp_link img{
	width:80px;
	background: var(--gradient-1);
	border: 3px outset var(--color-1);
	border-radius: 50%;
	padding: 8px;
}