/* ==== 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 {
	color: var(--font-1);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 14px;
	min-height: 500px;
	background-color: #101010;
	background: #101010;
}

.blink_me {
	animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: .4;
	}
}

input,
select {
	color: #000;
	border-radius: 5px
}

.input-read {
	background-color: #CCC !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}

a {
	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;
}

.modal-content {
	background-color: #74ad5a;
	color: var(--font-1);
}

.close {
	background-color: var(--font-1);
	opacity: 1.0;
}

#btn-masuk {
	font-size: 16px;
	border: 0px;
	background: none;
	width: 100%;
}

#btn-daftar {
	width: 100%;
	margin: 0 auto;
}

.btn-primary {
	color: var(--font-1);
	background-color: #700000;
	border-color: #CCC;
}

.btn-game.modallg {
	padding: 2px 5px;
	font-size: 30px;
	border: 1px solid grey;
	border-radius: 10px;
	font-size: 16px;
	letter-spacing: 3px;
}

.btn:focus,
.btn:hover,
.btn-game:hover,
.wap_button:hover {
	transition: .2s;
	transform: scale(0.98);
	font-size: 16px;
	color: black;
}

.btn-game {
	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: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #810e05;
	border: 1px solid #fff;
	box-shadow: 3px 3px rgba(0, 0, 0, .3);
	border-radius: 5px;
}

.btn-default {
	width: 100%;
	height: 35px;
	margin-top: 5px;
	margin-bottom: 2px;
	border-radius: 5px;
	border: 0;
	background: var(--gradient-1);
	border: 1.5px solid #d3b15f;
}

.btn-default>.btn-text {
	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;
}

.btn-yellow {
	background: var(--gradient-1);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #d02718;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #810e05;
	box-shadow: 3px 3px rgba(0, 0, 0, .3);
	border-radius: 5px;
}

.btn-gray {
	width: 100%;
	height: 35px;
	margin-top: 5px;
	margin-bottom: 2px;
	border-radius: 5px;
	font-weight: 550 !important;
	background-color: #037AB1;
	color: #000 !important;
}

.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 #000;
}

.btn-gold {
	-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, #ffef7a), color-stop(1, #e3c139));
	background: -moz-linear-gradient(top, #ffef7a 5%, #e3c139 100%);
	background: -webkit-linear-gradient(top, #ffef7a 5%, #e3c139 100%);
	background: -o-linear-gradient(top, #ffef7a 5%, #e3c139 100%);
	background: -ms-linear-gradient(top, #ffef7a 5%, #e3c139 100%);
	background: linear-gradient(to bottom, #ffef7a 5%, #e3c139 100%);
	background-color: #ffef7a;
	border: 1px solid #292929;
	display: inline-block;
	cursor: pointer;
	color: #000000 !important;
	font-family: Arial;
	font-size: 17px !important;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
}

#logo {
	margin: 0px auto;
	text-align: center;
}

#logo img {
	width: 75%;
}

#home_pengumuman {
	color: var(--font-1);
	padding: 0;
}

.marquee {
	width: 100%;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
}

.marquee span {
	display: inline-block;
	padding-left: 100%;
	/* show the marquee just outside the paragraph */
	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: bold;
	color: var(--font-1);
	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: bold;
	color: var(--font-1);
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.5px;
}

#info_wap {
	padding: 15px 15px;
	text-align: justify;
	line-height: 12px;
}

#foott {
	background-color: #222;
	padding-bottom: 0;
	left: -15px;
	margin-top: 10px;
	text-align: center
}

p.form-control-static {
	padding-top: 0;
}

.control-label {
	padding: 0;
}

#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-color: #2a8fbd;
	padding: 5px 10px;
	border-radius: 5px;
}

#pagination_tabel .active {
	background: linear-gradient(#144f93 0%,
			#153d6c 46%,
			#0c4475 50%,
			#112f53 55%,
			#0d395b 100%);
	color: #FFF !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)
}

.view_detail_wap {
	padding: 5px 10px;
	border: 1px solid grey;
	border-radius: 5px;
	color: aqua;
}

.view_detail_wap:hover {
	cursor: pointer;
	background-color: rgba(227, 227, 227, 1.00);
	color: black;
}

.bank_box {
	border: 1.5px solid #d3b15f;
	border-radius: 3px;
	margin-bottom: 20px;
}

.bank_box h3 {
	font-family: monospace;
	color: #2a8fbd;
	border: 1.5px solid #d3b15f;
	border-radius: 3px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #010101;
	position: relative;
	top: -15px;
	width: 70%;
	font-size: 22px;
	letter-spacing: 1px;
}

.qrcode_box {
	margin: 10px 0px;
	text-align: center;
}

.qrcode_list {
	width: 32%;
	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;
}

.list_pasaran {
	text-align: center;
	margin: 15px 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: var(--font-1);
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

.nama_pasaran {
	font-size: 22px;
	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;
	position: relative;
	top: 0px;
	letter-spacing: 1px;
}

.hasil_pasaran {
	font-size: 48px;
	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;
}

.front_bank_content {
	background: #2A1E07;
	border: 1.5px solid #d3b15f;
	border-radius: 7px;
	overflow: hidden;
}

.front_header_bank {
	background: var(--gradient-1);
}

.front_header_bank h1 {
	font-size: 18px;
	text-align: center;
	line-height: 32px;
}

.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;
}

.custom_navbar {
	background: var(--gradient-1);
	border-bottom: 0px;
	height: 30px;
	min-height: 25px;
	padding-top: 7px;
	color: var(--font-1);
}