/* ==== 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%);
}

html,
body {
	max-width: 100%;
}

html {
	height: 100%;
}

body {
	background: var(--color-2);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 12px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	color: var(--font-1);
	min-height: 100%;
	position: relative;
}

input,
textarea,
select,
button {
	background-color: #fff;
}

.row {
	width: 100%;
	margin: 0;
	padding: 0;
}

.blink_me {
	animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: .4;
	}
}

header {
	padding: 10px;
}

.hidden {
	display: none !important;
}

.navbar {
	margin-left: 0px;
	padding: 0px 15px;
	background-color: #144f93;
	background: var(--gradient-1);
}

.info_navbar {
	width: 100%;
	padding: 5px 10px 5px 0
}

.info_navbar_member {
	text-align: right;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 32px;
}

.info_navbar_member a {
	color: #fff !important;
}

.info_navbar_saldo {
	text-align: left;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 32px;
	color: var(--font-1);
}


footer#footer_home {
	margin: 20px 0;
}

footer#footer_games {
	display: table !important;
	border: 1px solid #e7e7e7;
	position: fixed;
	font-size: 8px;
	z-index: 1;
	width: 100%;
	height: 8vh;
	bottom: 0;
	background: #000 !important;
	padding: 7px;
	padding-bottom: 0;
	left: 0;
	bottom: 0;
}

.div_footer {
	width: 20vw;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.btn_footer {
	font-size: 3vw;
	text-shadow: 0 1px 2px #191a1b, 0 1px 0 #191a1b;
}

.btn_footer>label {
	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-shadow: none;
}

.btn_footer>.fa {
	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-shadow: none;
}

.btn-text {
	color: #fff;
	filter: drop-shadow(0px 0px 2px #000);
}

#footer_games2 {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 100px;
	display: table !important;
	border: 1px solid #555;
	background-color: #144f93;
	background: -moz-linear-gradient(#144f93 0%, #153D6C 46%, #0c4475 50%, #112F53 55%, #0d395b 100%);
	background: -webkit-linear-gradient(#144f93 0%, #153D6C 46%, #0c4475 50%, #112F53 55%, #0d395b 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#144f93), color-stop(0.46, #153D6C), color-stop(0.5, #0c4475), color-stop(0.55, #112F53), to(#0d395b));
	background: -o-linear-gradient(#144f93 0%, #153D6C 46%, #0c4475 50%, #112F53 55%, #0d395b 100%);
	background: var(--gradient-1);
	padding: 5px 7px 0;
	height: 7vh;
}

.row:after,
.row:before {
	display: none
}

a {
	color: #d3b15f !important;
}

.container,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	padding: 0;
}

::-webkit-input-placeholder {
	text-align: center;
}

:-moz-placeholder {
	text-align: center;
}

::-moz-placeholder {
	text-align: center;
}

:-ms-input-placeholder {
	text-align: center;
}

.input-read {
	background-color: #CCC !important
}

.new_header_menu {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	background: var(--gradient-1);
	padding: 5px 0px;
	border-bottom: 1px solid #d3b15f;
	position: fixed;
	z-index: 99999 !important;
	top: 0;
	left: 0;
}

.new_header_menu 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;
	font-weight: 900;
}

/* ==== BUTTON ==== */
.btn-custom {
	background-color: #144f93;
	background: -moz-linear-gradient(#144f93 0%, #153D6C 46%, #0c4475 50%, #112F53 55%, #0d395b 100%);
	background: -webkit-linear-gradient(#144f93 0%, #153D6C 46%, #0c4475 50%, #112F53 55%, #0d395b 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#144f93), color-stop(0.46, #153D6C), color-stop(0.5, #0c4475), color-stop(0.55, #112F53), to(#0d395b));
	background: -o-linear-gradient(#144f93 0%, #153D6C 46%, #0c4475 50%, #112F53 55%, #0d395b 100%);
	background: var(--gradient-1);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1.5px solid #d3b15f;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	padding: 6px 10px;
	margin: 0;
	text-decoration: none;
	text-shadow: 0px 1px 0px #cc9f52;
	display: inline-block;
}

.btn-wap {
	-moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
	box-shadow: inset 0px 1px 0px 0px #fce2c1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
	background: -moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background: -webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background: -o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background: -ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background: linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25', GradientType=0);
	background-color: #ffc477;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #eeb44f;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 10px;
	margin: 0;
	text-decoration: none;
	text-shadow: 0px 1px 0px #cc9f52;
	display: inline-block;
}

.menu_btn {
	text-transform: uppercase;
	color: #fff !important;
	font-size: 12px;
	width: 24%;
	font-weight: bold;
}

.btn-green {
	background-color: #27ae60;
	-moz-border-radius: 28px;
	border: 1px solid #18ab29;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	padding: 5px 10px;
	text-decoration: none;
	position: relative;
	top: 20px;
}

.btn-green:hover {
	background-color: #5cbf2a;
}

.btn-red {
	-moz-box-shadow: inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow: inset 0px 1px 0px 0px #cf866c;
	box-shadow: inset 0px 1px 0px 0px #cf866c;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background: -moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315', GradientType=0);
	background-color: #d0451b;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #942911;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	padding: 5px 10px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #854629;
	position: relative;
	top: 20px;
}

.btn-red:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background: -moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background: -webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background: -o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background: -ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background: linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b', GradientType=0);
	background-color: #bc3315;
}

.btn-gray {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9', GradientType=0);
	background-color: #f9f9f9;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	color: #666666;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
}

.btn-gray:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9', GradientType=0);
	background-color: #e9e9e9;
}

/* ==== BUTTON ==== */


/* ==== LOGIN ==== */
#form_login {
	text-align: center;
	position: relative;
	margin-top: 0;
	border: 1.5px solid #d3b15f;
	border-radius: 3px;
	margin-top: 20px;
	padding: 5px;
}

#form_login 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-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 auto;
	position: relative;
	top: 0;
	letter-spacing: 1px;
	width: 80%;
	text-align: center;
}

#username_log,
#pass_log {
	color: var(--font-1);
	border: 1px solid #d3b15f;
	width: 100%;
	background: none;
	vertical-align: middle;
	padding: 22px;
	font-size: 18px;
	padding-left: 100px;
}

#username_box,
#pass_box,
#captcha_box {
	background: #000;
	margin: 10px;
	height: 75px;
}

#username_box {
	background: url(../../img/resources/username.png) left center no-repeat #000;
	background-size: contain;
}

#pass_box {
	background: url(../../img/resources/password.png) left center no-repeat #000;
	background-size: contain;
}

#captcha_code {
	font-size: 18px;
	background: #000;
	color: var(--font-1);
	border: 1px solid #d3b15f;
	padding: 14px;
	width: 40%;
	display: inline-block;
}

#captchaimg {
	position: relative;
	top: -4px;
	padding: 0;
	width: 33%;
	height: 60px;
}

#form_reg {
	text-align: center;
	position: relative;
	margin-top: 0
}

#form_reg fieldset {
	border: 0;
	border-radius: 5px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .4);
	padding: 5px;
	padding-top: 10px;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	position: relative
}

#form_reg fieldset:not(:first-of-type) {
	display: none
}

#form_reg input,
#form_reg textarea {
	text-align: center;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 7px;
	margin: 0 15px;
	margin-bottom: 10px;
	width: 93%;
	box-sizing: border-box;
	color: #000;
	font-size: 14px;
	background-color: var(--font-1);
}

#form_reg select {
	background-color: #FFF !important;
	color: #000;
	margin: 0 15px;
	border-radius: 7px;
	width: 93% !important;
}

#form_reg select option {
	background-color: #FFF !important;
	color: #000;
}

#form_reg input:focus,
#form_reg textarea:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	caret-color: red;
	border: 1px solid #9b0103;
	outline-width: 0;
	transition: All .5s ease-in;
	-webkit-transition: All .5s ease-in;
	-moz-transition: All .5s ease-in;
	-o-transition: All .5s ease-in
}

#btn-masuk {
	padding: 7px 6px;
	border: 0;
	width: 100%;
	background: none;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

#btn-masuk:hover {
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	opacity: 0.7;
}

#btn-masuk img {
	width: 100%;
}

#btn-daftar {
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

#btn-daftar:hover {
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	opacity: 0.7;
}

#btn-daftar img {
	width: 97%;
	margin-bottom: 10px;
}

/* ==== LOGIN ==== */

.pasaran {
	width: 93%;
	color: var(--font-1);
	margin: 20px;
}

.list_pasaran {
	text-align: center;
	margin: 20px 0px 5px 0px;
	padding: 5px;
	display: inline-block;
	width: 49%;
	border: 1.5px solid #d3b15f;
	border-radius: 3px;
	background: #010101;
	font-family: monospace;
}

.jam_pasaran {
	width: 100%;
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

.nama_pasaran {
	font-size: 22px;
	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;
	position: relative;
	top: 0;
	letter-spacing: 1px;
}

.hasil_pasaran {
	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;
}

.bank_box {
	border: 1.5px solid #d3b15f;
	border-radius: 3px;
	text-align: center;
}

.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;
	border-radius: 3px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
	top: 10px;
	width: 70%;
	font-size: 22px;
	letter-spacing: 1px;
}

.footer_seo_box {
	border: 1.5px solid #d3b15f;
	border-radius: 3px;
	padding: 10px;
}

.menu_box a {
	margin: 2px;
	padding: 0 auto;
	text-align: center;
	min-height: 70px;
	border: 1.5px solid #d3b15f;
	border-radius: 10px;
	background-color: #144f93;
	background: -moz-linear-gradient(#144f93 0%, #153D6C 46%, #0c4475 50%, #112F53 55%, #0d395b 100%);
	background: -webkit-linear-gradient(#144f93 0%, #153D6C 46%, #0c4475 50%, #112F53 55%, #0d395b 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#144f93), color-stop(0.46, #153D6C), color-stop(0.5, #0c4475), color-stop(0.55, #112F53), to(#0d395b));
	background: -o-linear-gradient(#144f93 0%, #153D6C 46%, #0c4475 50%, #112F53 55%, #0d395b 100%);
	background: var(--gradient-1);
}

.btn.link {
	padding: 0;
	font-size: 4vw;
	letter-spacing: unset;
}

a,
a:hover,
a:visited {
	color: #0f0
}

a:hover {
	font-weight: 700
}

a.icon {
	color: #000
}

.bg-primary {
	background-image: radial-gradient(circle, #cb4d4d, #b73f3f, #a43031, #912124, #7e1018)
}

.content-wrap {
	background-image: radial-gradient(circle, #d7d0d0, #bcb7b9, #a29fa1, #898889, #717171)
}

.tabs {
	box-shadow: 0 0 20px 5px #fff
}

.link_pasaran {
	color: red
}

section.cta {
	background-image: linear-gradient(to bottom, #fff, #e0d1e4, #cfa2bc, #c07286, #a64646);
	padding-top: unset
}

.rekening_header {
	text-align: center;
	font-size: 60px;
	font-weight: 700
}

.bank_depo_row {
	background-color: rgba(0, 0, 0, .7);
	padding: 10px;
	margin: 5px;
	box-shadow: 0 0 20px 10px #000
}

#nt-example1 li,
#nt-example11 li {
	background-color: rgba(62, 0, 1, .7);
	overflow: hidden;
	height: 45px;
	padding: 10px;
	line-height: 20px;
	list-style: none;
	font-size: 16px;
	text-align: left;
	border-radius: 10px;
	margin-bottom: 5px;
	font-weight: 700
}

#nt-example1 li {
	color: #C39B38
}

#nt-example11 li {
	color: #A47A00
}

.block_title,
section.game_list {
	text-align: center
}

#nt-example1 li:hover,
#nt-example11 li:hover {
	background: rgba(255, 255, 255, .4)
}

.block_title {
	color: var(--font-1);
	font-size: 25px
}

.input_box_login {
	padding: 5px
}

.btn-outline-primary {
	color: var(--font-1);
	border-color: #fff
}

.btn-primary {
	border: 1.5px solid #d3b15f;
}

.link,
.link:hover,
.link:visited,
.link_dp_wd_lg:hover,
.link_dp_wd_lg:visited {
	color: #FFF !important;
	font-size: 13px !important;
}

.nav_btn {
	font-size: 1.5vh;
	margin-top: 5px
}

.casino_header,
.game_list>div>div:nth-Child(2)>div,
.sport_header {
	font-size: 30px
}

#download {
	padding-top: unset;
	padding-bottom: unset
}

.menu {
	padding: 20px
}

.label_depo {
	padding-top: 10px
}

.custom_footer {
	min-height: 150px
}

section.agreement {
	background-image: #000
}

.agreement_button {
	text-align: right;
	padding: 10px
}

#game_btn,
.agreement_title,
.casino_header,
.game_image_div,
.menu_box,
.menu_depo_wd,
.pasaran_header,
.pasaran_item,
.sport_header {
	text-align: center
}

.agreement_div {
	padding-top: unset
}

.casino_header {
	color: var(--font-1);
	font-weight: 700
}

.sport_header {
	color: var(--font-1);
	font-weight: 700
}

.slide_show {
	margin-top: 50px
}

.menu_box {
	margin: 0 auto;
	padding: 0 auto
}

.btn.link {
	padding: 0;
	font-size: 4vw;
	letter-spacing: unset
}

.a,
.h {
	padding-right: unset;
	padding-left: unset;
	margin: 0 auto;
	height: 180vh
}

#main_content {
	background: url(../flexor/img/loader.gif) center center no-repeat;
	background-size: 50px;
	-webkit-transform: scale(.5);
	-webkit-transform-origin: 0 0;
	width: 200%;
	height: 200%;
	position: absolute
}

.object_container {
	height: 900px;
	width: 100%
}

.game_link.container {
	max-width: 1140px
}

img {
	width: 100%
}

.game_desc {
	text-align: center
}

.game_menu {
	background-image: linear-gradient(to right top, #b51a1a, #b01817, #ab1515, #a61312, #a11010);
	display: none;
	flex-direction: row;
	flex-wrap: wrap;
	color: var(--font-1);
	box-shadow: 0 0 20px 7px #acacac
}

#game_btn {
	font-size: 30px;
	color: var(--font-1);
	font-weight: 700;
	background: #000;
	border-bottom-left-radius: 35px;
	border-bottom-right-radius: 35px;
	border-left: 5px gold solid;
	border-bottom: 5px gold solid;
	border-right: 5px gold solid;
	background-image: linear-gradient(to bottom, #aa1818, #95271e, #802f24, #6c3429, #56362f)
}

div>div.game_menu>.col-3 {
	border-left: 1px gray solid;
	border-right: 1px gray solid
}

#game_btn>a,
div>div.game_menu>.col-3>a {
	color: var(--font-1);
	text-decoration: none
}

.game_image {
	width: 30%
}

.main_content {
	margin-top: 50px;
	background: #000
}

.pasaran_header {
	font-size: 50px;
	color: var(--font-1);
	font-weight: 900
}

.pasaran_item {
	font-size: 15px;
	color: #fff
}

.online {
	color: green
}

.offline {
	color: red
}

.pasaran_item_box {
	margin-top: 5px;
	margin-bottom: 5px;
	box-shadow: inset 0 0 20px 4px #fff;
	padding-top: 10px;
	padding-bottom: 10px
}

.link_dp_wd_lg {
	color: var(--font-1);
	font-weight: 700;
	margin: 0;
	padding: 0;
	font-size: 14px
}

#depo_wd_area {
	margin-left: 0;
	margin-right: 0;
	background-image: linear-gradient(to right top, #979695, #a7a6a5, #b7b6b6, #c7c6c7, #d7d7d7);
	margin-bottom: 20px
}

#depo_wd_area .container {
	padding: 0
}

.menu_depo_wd {
	margin: auto 0
}

.data_promo,
.label_promo {
	width: 50%;
	text-align: left;
	padding: 0 10px;
	display: inline-block
}

.input_depo_wd {
	margin-bottom: 10px
}

.label_promo {
	float: left
}

.data_promo {
	float: right
}

.menu_icon {
	width: 25px
}

.modal-content {
	background-color: rgba(55, 0, 0, .7);
	color: #EBEBEB
}

#pagination_modal li a,
#pagination_tabel li a {
	float: left;
	padding: 6px;
	text-decoration: none
}

#pagination_post {
	margin: 0;
	padding: 0;
	text-align: center
}

#pagination_tabel {
	padding: 0;
	margin: 0
}

#pagination_tabel li {
	display: inline-block
}

#pagination_tabel li a {
	color: var(--font-1);
	background: #2a8fbd;
	padding: 5px 10px;
	border-radius: 5px;
}

#pagination_tabel .active a {
	background-color: #FFF !important;
	color: #000 !important;
	border-radius: 5px;
}

#pagination_tabel li a:hover {
	background-color: #FFF !important;
	color: #000 !important;
	border-radius: 5px;
}

#pagination_modal li {
	display: inline-block;
}

#pagination_modal li a {
	color: #000;
}

#pagination_modal .active {
	background-color: #40A600 !important;
	color: #000 !important
}

#pagination_modal li a:hover {
	color: rgba(254, 192, 0, 1)
}

.qrcode_box {
	margin: 10px 0px;
	text-align: center;
}

.qrcode_list {
	width: 32.5%;
	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;
	border: 1.5px solid #d3b15f;
	border-radius: 3px;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: -8px;
	background: #010101;
	width: 90%;
	font-size: 12px;
}

.qrcode_list img {
	background: #fff;
	width: 90%;
	text-align: center;
}

.qrcode_desc {
	text-align: center;
	font-size: 10px;
	padding: 10px 0px;
	color: #2a8fbd;
	font-weight: bold;
}

.front_product {
	border: 1.5px solid #d3b15f;
	border-radius: 3px;
	margin: 0;
}

.front_product 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;
	border-radius: 3px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
	top: 5px;
	width: 70%;
	font-size: 22px;
	letter-spacing: 1px;
}

.front_each_p {
	text-align: center;
}

.front_each_p h2 {
	text-transform: uppercase;
	font-family: monospace;
	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;
	border-radius: 3px;
	text-align: center;
	font-weight: bold;
	position: relative;
	top: -5px;
	width: 50%;
	margin: 10px auto;
}

.front_all_p.sportsbook {
	width: 32%;
}

.front_all_p.sportsbook {
	width: 32%;
}

.front_each_p {
	border: 1.5px solid #d3b15f;
	border-radius: 7px;
	margin: 10px 5px;
	padding: 10px 0px;
}

.front_each_p.sportsbook img,
.front_each_p.casino img,
.front_each_p.slot img,
.front_each_p.idn img,
.front_each_p.skceme img,
.front_each_p.other img {
	width: 32%;
	border: 1px solid #d3b15f;
	filter: drop-shadow(0 0 0.5px #fff);
}

.front_each_p.tgp img {
	width: 24%;
}

.front_each_bank {
	padding: 10px;
	width: 49%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.front_each_bank img {
	width: 80%;
}

.front_each_bank_det li {
	list-style: none;
	font-size: 10px;
}

.game_logo {
	filter: brightness(0) invert(1);
}


/* ----------- 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: 80%;
	height: auto;
	display: block;
	margin: 0 auto;
	text-align: center;
	position: relative;
	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: 24px;
	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;
}

.content-popup-rm img {
	width: 100%;
	border: 1px solid #AAA;
}

.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: 25px;
	right: 0;
	left: 10px;
	width: 125px;
	height: 25px;
	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: #CCC;
}

.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: 90px;
	height: 21px;
	color: var(--font-1);
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding: 4px 0px;
	background-color: #03a9f4;
	border-radius: 8px;
	transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
	font-size: 12px;
}

#button-1 .checkbox:checked+.knobs:before {
	content: "TRANSFER";
	left: 33px;
	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;
}

/* ----------- APK TOP BANNER  ----------- */

#div_navbar_apk {
	background: var(--gradient-1);
	color: #222;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 57px;
}

#img_apk {
	width: 45px;
	margin-left: 15px;
	margin-right: 10px;
	display: inline-block;
	border-radius: 8px;
	position: relative;
	top: -5px;
}

#text_apk {
	display: inline-block;
	position: relative;
	top: 5px;
	color: #fff;
}

#btn_download_apk {
	font-size: 12px;
	position: relative;
	top: 5px;
	background-color: #222;
	color: #FFF !important;
}

#btn_close_apk {
	color: #fff !important;
	font-size: 20px;
	position: relative;
}

/* ----------- APK TOP BANNER  ----------- */

.cabang_div {
	position:fixed;
	bottom:200px;
	left:5px;
	z-index:100;
	display:block;
}
.cabang_div .cabang_link img{
	width:60px;
	background: var(--gradient-1);
	border: 3px outset var(--color-1);
	border-radius: 50%;
	padding: 8px;
}
.apk_div {
	position:fixed;
	bottom:130px;
	left:5px;
	z-index:100;
	display:none;
}
.apk_div .apk_link img{
	width:60px;
	background: var(--gradient-1);
	border: 3px outset var(--color-1);
	border-radius: 50%;
	padding: 8px;
}
.rtp_div {
	position:fixed;
	bottom:65px;
	left:5px;
	z-index:100;
	display:none;
}
.rtp_div .rtp_link img{
	width:60px;
	background: var(--gradient-1);
	border: 3px outset var(--color-1);
	border-radius: 50%;
	padding: 8px;
}