
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@600&display=swap');
body {
    color: #FFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size:14px;
	min-height:500px;
	background-color:#0c021f;
	background:#0c021f;
}
.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 {
	color:#FFF;
}
a:hover {
	color:#FFF;
}
a:visited {
	color:#FFF;
}
.modal-content {
	background-color:#74ad5a;
	color:#FFF;
}
.close {
	background-color:#FFF;
	opacity:1.0;
}
#btn-masuk, #btn-daftar {
	display: block;
    margin: 10px auto;
    width: 100%;
	color:#fff !important;
	border-radius:20px;
	font-size:16px;
	border:0;
	padding:8px;
    height: 40px;
	font-weight:bold;
}
#btn-masuk {
	background: #000;
	background: linear-gradient(#18a76b, #16ce84, #18a76b);
    border: 3px solid #FFF;
}
#btn-daftar {
	background: linear-gradient(#393a39, #3a3c3b, #393a39);
    border: 3px solid #FFF;
}
.btn-primary {
    color: #FFF;
    background-color: #700000;
    border-color: #CCC;
}
.btn-game.modallg {
    padding:2px 5px 2px 8px;
	font-size:30px;
	border:1px solid #257cf7;
	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: linear-gradient(to bottom, rgba(54, 11, 73, 29) 0%, rgba(183, 92, 221, 53) 30%, rgba(183, 92, 221, 53) 70%, rgba(54, 11, 73, 29) 100%);  
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	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;
    border: 1px solid #fff;
    box-shadow: 3px 3px rgba(0, 0, 0, .3);
    border-radius: 5px;
}
.btn-default  {	
    height: 35px;
    margin-top: 5px;
    margin-bottom: 2px;
    border-radius: 8px;
    border:0;
}
.btn-gray  {	
    color:#000 !important;
	margin:5px 0;
}
#logo {
    margin:0px auto;
    text-align:center;
}
#logo img {
    width: 75%;
}

#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;
    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: #FFF;
    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 {
    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: #257cf7;
	background: linear-gradient(to bottom, rgba(54, 11, 73, 29) 0%, rgba(183, 92, 221, 53) 30%, rgba(183, 92, 221, 53) 70%, rgba(54, 11, 73, 29) 100%);  
    padding:5px 10px;
    border-radius:5px;
}

#pagination_tabel .active a {
    background: #FFF!important;
    color: #000 !important;    
    border-radius:5px;
}

#pagination_tabel li a:hover {
    background: #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;
}

.qrcode_list {
	width:49%;
	display:inline-block;
	border: 2px solid #257cf7;
	border-radius:7px;
	overflow:hidden;
}

.qrcode_list .qrcode_title{
	width:100%;
	background: linear-gradient(to bottom, rgba(54, 11, 73, 29) 0%, rgba(183, 92, 221, 53) 30%, rgba(183, 92, 221, 53) 70%, rgba(54, 11, 73, 29) 100%);  
	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;
}


.pasaran {
	width:93%;
    color: #FFF;
    margin:20px;
}
.list_pasaran {
	background: linear-gradient(to bottom, rgba(54, 11, 73, 29) 0%, rgba(183, 92, 221, 53) 30%, rgba(183, 92, 221, 53) 70%, rgba(54, 11, 73, 29) 100%);  
	border: 3px outset #257cf7;
	margin-bottom:5px;
	border-radius:8px;
	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;
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 2px;
    line-height: 40px;
    text-shadow: 1px 1px 1px #000;
}

.bank {
	border: 3px outset #257cf7;
	padding:8px;
	margin:10px 0;
	border-radius:8px;
    text-align: center;
}
.bank h4{
	color: #fff;
    border-left: 5px solid #257cf7;
	padding-left:20px;
	font-weight:bold;
	font-size: 16px;
	margin-bottom:20px;
	text-transform:uppercase;
	text-align:left;
}
.bank .list-bank {
	display: inline-block;
    padding: 5px 0px;
    width: 31%;
    text-align: center;
    border: 3px outset #257cf7;
    margin: 2px;
    border-radius: 8px;
    vertical-align: top;
    min-height: 55px;
}
.bank .list-bank .blink_me {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.bank .online {
  /*box-shadow: 0 0 5px 2px lime;*/
}
.bank .offline {
  /*box-shadow: 0 0 5px 2px red;*/
}
.online_img {
  background-size: 10px;
  background: url(../../img/bank/online.gif);
}
.offline_img {
  width: 95px;
  background: url(../../img/bank/offline.gif);
}
.bank .online p,
.bank .offline p {
  color: white;
  font-weight: bold;
}
.bank .online a:hover,
.bank .offline a:hover {
  text-decoration: none;
}

.custom_navbar {
	background: linear-gradient(to bottom, rgba(54, 11, 73, 29) 0%, rgba(183, 92, 221, 53) 30%, rgba(183, 92, 221, 53) 70%, rgba(54, 11, 73, 29) 100%);  
	border-bottom:0px;
	height: 30px;
	min-height: 25px;
	padding-top: 7px;
    color: #fff;
}


/* ==== MODAL STYLE ==== */
.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.modal-wrapper-bank {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index:99999;
    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-wrapper-bank.open {
    opacity: 1;
    visibility: visible;
}
.modal-bank {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top:170px;
    padding:10px;
    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-wrapper-bank.open .modal-bank {
    opacity: 1;
}
.content-bank {
    background: #222;
    border-radius:10px;
    padding:20px;
}
.content-bank a {
    color:#FFF;
}
/* ==== MODAL STYLE ==== */