@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quantico&display=swap');

/* ==== GLOBAL STYLE ==== */
body {
    color: #FFF;
	font-family: 'Lato', sans-serif !important;
	font-size:14px;
	min-height:500px;	
	background:#100E09;
}
.blink_me {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
	opacity: .4;
  }
}
input,
select {
    color: #000;
    border-radius: 5px
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}
a {
	color:#Fc0;
}
a:hover {
	color:#Fc0;
}
a:visited {
	color:#Fc0;
}
.modal-content {
	background-color:#74ad5a;
	color:#FFF;
}
.close {
	background-color:#FFF;
	color:#FFF;
	opacity:1.0;
}
.imprtn {
	color:red;
}
.font_black {
	color:#000;
}
.label {
	color:#000;
}
/* ==== GLOBAL STYLE ==== */


/* ==== BUTTON STYLE ==== */
.btn-darkred {
	background: linear-gradient(220deg, #BF953F, #FCF6BA, #efc274, #FBF5B7, #AA771C);
	color:#000;
	font-family: 'Quantico', sans-serif;
	width:100%;
	display:inline-block;
	margin:0; 
	padding:7px 0;
}
.btn-darkgrey {
	background-color:#1f1f1f;
	color:#FFF;
	font-family: 'Quantico', sans-serif;
	width:100%;
	display:inline-block;
	margin:0; 
	padding:7px 0;
}
.btn-gray {
	background-color:#f9f9f9;
	color:#000 !important;
	font-family: 'Quantico', sans-serif;
	font-size:16px;
	width:100%;
	display:inline-block;
	margin:0; 
	padding:7px 0;
}
.btn-darkgreen {
	background-color:#FFF;
	color:#000;
	font-family: 'Quantico', sans-serif;
	width:100%;
	display:inline-block;
	margin:0; 
	padding:7px 0;
}
.btn-custom {
	background-color:#00638c;
	color:#FFF;
	font-family: 'Quantico', sans-serif;
	width:100%;
	display:inline-block;
	margin:0; 
	padding:7px 0;
}
#btn-masuk {
	color:#000;
	width:95%;
	margin:5px 10px;
	margin-top:0;
	border-radius:8px;
	font-size:16px;
	background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 0%, #9f7928 0%, #8A6E2F 0%, transparent 80%),
	radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 70%, #FDB931 100%, #5d4a1f 100%);
}
#btn-daftar {
	width:95%;
	margin:5px 10px;
	border-radius:8px;
	font-size:16px;
	color:#FFF !important;
	-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;
}
.btn-primary {
    color: #FFF;
    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-color:#00638c;
	color:#FFF;
	font-family: 'Quantico', sans-serif;
	width:100%;
	display:inline-block;
	margin:0; 
	padding:7px 0;
	border:0;
}
.btn-default  {	
	background:linear-gradient(220deg, #BF953F, #FCF6BA, #efc274, #FBF5B7, #AA771C);
	color:#000;
	font-family: 'Quantico', sans-serif;
	width:100%;
	display:inline-block;
	margin:0 0 10px; 
	padding:7px 0;
	border:0;
}
.btn-success  {	
	background: linear-gradient(220deg, #BF953F, #FCF6BA, #efc274, #FBF5B7, #AA771C);
	color:#000;
	font-family: 'Quantico', sans-serif;
	width:100%;
	display:inline-block;
	margin:0 0 10px; 
	padding:7px 0;
	border:0;
}
.btn-yellow{
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-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-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;
}
.btn-add-bank {
	float:right;
	color:#32CD32 !important;
}
.copy_text {
	padding:8px 10px;
	margin-top:-5px;
	margin-left:6px;
	display:inline-block;
	font-size:12px;
	border-radius:4px;
}
.copy_text .fa-copy {
	color:#000
}
/* ==== BUTTON STYLE ==== */


/* ==== NAVBAR STYLE ==== */
#logo {
    margin:0px auto;
    text-align:center;
}
#logo img {
    width: 100%;
}
/* ==== NAVBAR STYLE ==== */


/* ==== PENGUMUMAN STYLE ==== */
#home_pengumuman {
	color: #FFF;  
	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: #FFF;
	font-size:14px;
	font-weight:normal;
	letter-spacing:0.5px;
}
#pengumuman2 {
	margin-left:100px; 
	margin-right:100px; 
	font-weight:bold;
    color: #FFF;
	font-size:14px;
	font-weight:normal;
	letter-spacing:0.5px;
}
/* ==== PENGUMUMAN STYLE ==== */


/* ==== PASARAN STYLE ==== */
.pasaran {
	width:93%;
    color: #FFF;
    margin:20px;
}
.list_pasaran {
	background:#00638c;
	border:3px solid #FC0;
	margin-bottom:5px;
	border-radius:7px;
	font-size:16px;
	padding:5px;
	color:#fff;
	width:49%;
	display: inline-block;
}
.jam_pasaran {
	width:100%;
	color:#fff;
	font-size:12px;
	text-align:center;
}
.nama_pasaran {
	width:100%;
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:30px;
	text-align:center;
}
.hasil_pasaran {
	width:100%;
	display: inline-block;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 0.5px;
    line-height: 40px;
}
/* ==== PASARAN STYLE ==== */


/* ==== MEMO STYLE ==== */
#composemail {
	background:#222;
}
#composemail .title{
	color:#fff;
	font-size:18px;
}
#isi_memo {
	text-align:left;
	color:#000;
}
/* ==== MEMO STYLE ==== */


/* ==== BANK STYLE ==== */
.front_bank_content {
	background:#001636;
	border:3px solid #FC0;
	border-radius: 7px;
	overflow: hidden;
}
.front_header_bank {
	background:-moz-linear-gradient(#000612, #08366f);
	background:-webkit-linear-gradient(#000612, #08366f);
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#000612), to(#08366f));
	background:-o-linear-gradient(#000612, #08366f);
	background:linear-gradient(#000612, #08366f);
}
.front_header_bank h1 {
	font-size:18px;
	text-align:center;
	line-height:32px;
	border-bottom: 5px outset #f9c667;
}
.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:linear-gradient(220deg, #BF953F, #FCF6BA, #efc274, #FBF5B7, #AA771C);
	border-bottom:0px;
	height: 30px;
	min-height: 25px;
	padding-top: 7px;
    color: #000 !important;
}
.page-title, .block-title {
	font-family: 'Quantico', sans-serif;
    text-align: center;
	font-size:20px;
	margin:10px 0;
	text-transform: uppercase;
}

.bank-online, .bank-offline {
	display:inline-block;
	padding:0;
	text-align:center;
}
.bank-online img {
	padding:0 10px;
	width:90%
}
.bank-offline img {
	padding:0 10px;
	width:90%
}
.bank-online::before {
	content: '';
    position: absolute;
    top: 7px;
    left: 0;
    bottom: 0;
    width: 5px;
	height:20px;
    border-radius: 2px;
	background-color: #0f0;
}
.bank-offline::before {
	content: '';
    position: absolute;
    top: 7px;	
    left: 0;
    bottom: 0;
    width: 5px;
	height:20px;
    border-radius: 2px;
	background-color: #F00;
}
#bank-bri {
	width:100%;
	position:relative;
	top:-3px;
}
#bank-mandiri {
	position:relative;
	top:-3px;
}
#bank-bsi {
	position:relative;
	top:-5px;
}
/* ==== BANK STYLE ==== */


/* ==== LUCKYSPIN STYLE ==== */
text{
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	pointer-events:none;
}
#chart{
	width:380px;
	height:380px;
	margin:0 auto;
	zoom:0.9;
}
.lucky_spin_reward {
	text-align:center;
	width:330px;
	margin:5px auto;
	border:1px solid #fff;
}
.lucky_spin_reward>thead>tr>th{
	border:1px solid #fff;
	text-align:center;
	font-size:18px;
}
.lucky_spin_reward .jackpot {
	color:#ffc459
}
.lucky_spin_reward .column {
	border:1px solid #fff;
	width:50%;
	vertical-align:middle;
}
/* ==== LUCKYSPIN STYLE ==== */


/* ==== OTHER STYLE ==== */
#info_wap {
	padding:15px 15px;
	text-align:justify;
	line-height: 12px; 
}
#foott {
    padding-bottom: 0;
    left: -15px;
    margin-top: 10px;
    text-align: center;
	color:rgb(175, 175, 175);
}

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: #FFF;
    background-color:#00638c;
    padding:5px 10px;
    border-radius:5px;
}

#pagination_tabel .active a {
    background-color: #00638c!important;
    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;
}

.qrcode_box {
	width: 100%;
	text-align: center;
    margin: 10px 0px;
}

.qrcode_list {
	width:49%;
	display:inline-block;
	border: 3px solid #FC0;
	border-radius:7px;
	overflow:hidden;
}

.qrcode_list .qrcode_title{
	width:100%;
	background:#00638c;
	border-bottom: 3px solid #FC0;
	color:#FFF;
	text-align:center;
	font-size:14px;
	padding: 8px;
	font-weight: bold;
}

.qrcode_desc {
	width:100%;
	display:inline-block;
	text-align: center;
	padding: 10px 5px;
}
.nav-pills li {
	font-family: 'Quantico', sans-serif;
}
/* ==== OTHER STYLE ==== */

/* ============ START POPUP DEPO WD ============ */
.blur-popup-dpwd {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.modal-popup-wrapper-dpwd {
    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-dpwd.open {
    opacity: 1;
    visibility: visible;
}
.modal-popup-dpwd {
    width: 90%;
    height: 200px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 40%;
    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-dpwd.open .modal-popup-dpwd {
    opacity: 1;
}
.head-popup-dpwd {
    width: 100%;
    height: 34px;
    padding: 0;
    overflow: hidden;
    background: none;
}
.btn-close-popup-dpwd {
    width: 28px;
    height: 28px;
    display: block;
    float: right;
}
.btn-close-popup-dpwd::before,
.btn-close-popup-dpwd::after {
    content: "";
    width: 32px;
    height: 6px;
    display: block;
    background: white;
}
.btn-close-popup-dpwd::before {
    margin-top: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-close-popup-dpwd::after {
    margin-top: -6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.content-popup-dpwd {
	background:#222;
	color:#fff;
	border:2px solid #fff;
}
.content-popup-dpwd img {
	width: 100% !important;
}
.btn-footer-close-popup-dpwd {
	padding:10px 5px;
	background:#fff;
	color:#000;
	text-align:center;
	cursor:pointer;
}

/* ============ END POPUP DEPO WD ============ */