@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quantico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa&display=swap");

body {
	background: #000;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative !important;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: #fff;
}
.nopadding {
	padding:0;
	margin:0;
}
.blink_me {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.4;
  }
}
.input__label-content--hoshi {
  color: #fff;
}
a {
  color: #FC0;
}
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: #fff;
  padding: 5px 0;
}
.container_1080 {
  width: 1080px;
  margin: 0 auto;
}
.row {
  margin-left: -0;
  margin-right: -0;
}
.opt_a {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
	border-top: 7px solid #000;
    top: 11px;
    left: 5px;
    position: relative;
    cursor: pointer;
}
/* ==== Header ==== */
.home_header {
  color: #fff;
  padding: 0;
  margin: 0;
  min-width: 1060px;
  width: 100%;
}
#header_logo {
  width: 350px;
  min-height:100px;
  margin: 0;
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
}
#logo {
  width: 400px;
  padding: 0;
}
#header_login {
  width: 720px;
  min-height:120px;
  margin: 0;
  padding: 40px 0px;
  display: inline-block;
  text-align:center;
}
#form_login {
  padding: 0;
  margin: 0;
}
#captchaimg {
  position: relative;
  height: 39px;
  top: -1px;
}
.log_icon {
  background: #ebebeb;
  height: 35px;
  display: inline-block;
  width: 190px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.log_icon i {
  text-align: center;
  color: #3d3d3d;
  width: 35px;
  font-size: 20px;
  line-height: 35px;
}
.log_icon input {
  height: 100%;
  top: -1px;
  position: relative;
  text-align: center;
}
.btn_masuk, .btn_daftar {
	cursor: pointer;
	text-decoration: none;
	padding: 8px 40px;
    border-radius: 20px;
	display: inline-block;
}
.btn_masuk span, .btn_daftar span{
	color: #fff;
	filter: drop-shadow(1px 1px 0px #000);
	font-weight:bold;
	letter-spacing:1px;
}
.btn_masuk {
  background-color: #4d5dfb;
  background-image: linear-gradient(315deg, #4d5dfb 0%, #08c8f6 74%);
}
.btn_masuk:hover, .btn_daftar:hover {
  background: #fff;
  text-decoration: none;
}
.btn_masuk:hover span, .btn_daftar:hover span{
	color: #000;
	filter: drop-shadow(0px 0px 3px #ddd);
}
.btn_daftar {
  background-color: #61210f;
  background-image: linear-gradient(315deg, #61210f 0%, #ee6c4d 74%);
}
#btn_lupa {
  position: relative;
  left: 144px;
  top: -11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: white;
}
.soc_med {
  font-size: 14px;
  display: inline-block;
  position: absolute;
  top: 70px;
  width: 435px;
}
#header_login_inside {
  border-radius: 5px;
  margin: 0;
  padding-top: 20px;
  display: inline-block;
  width:660px;
  height:100px;
}
#header_login_inside .left, #header_login_inside .right{
	display:inline-block;
	vertical-align: top;
}
#header_login_inside .left{
	width: 250px;
}
#header_login_inside .right{
	width: 400px;
	text-align: right;
}
#header_login_inside .right .top_btn {
	display: inline-block;
	width:75px;
	height:75px;
	border-radius: 4px;
	border: 3px outset #FFF;
  background-color: #d99058;
  background-image: linear-gradient(315deg, #d99058 0%, #f8de7e 74%);
	font-weight: bold;
	color: #000;
	font-size: 10px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	vertical-align: top;
	padding:10px 5px;
	text-align:center;
	position: relative;
}
#header_login_inside .right .top_btn:hover {
	text-decoration: none;
	background: #f2e284;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#header_login_inside .right .top_btn i{
  font-size: 30px;
}
#header_login_inside .right .top_btn .title{
  padding: 5px 0;
}
#header_login_inside .right .top_btn .memo_notif {
  font-weight: bold;
  position:absolute;
  top: 2px;
  right: 2px;
  font-size: 12px;
	background: #f2e284;
  border-radius: 10px;
  padding: 2px;
  color: #000;
  width: 25px;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.soc_med_inside {
  font-size: 14px;
  display: inline-block;
  position: relative;
  top: 6px;
}
#login_detail {
  border: 2px solid white;
  padding: 5px 10px;
  border-radius: 4px;
  background: steelblue;
}
#login_user {
  font-size: 18px;
}
.login_balance {
  font-size: 14px;
}
.user_menu {
  height: 45px;
  width: 90px;
  float: right;
  margin: 0 auto;
  line-height: 45px;
  border: 1px solid #f1b845;
  font-size: 12px;
  text-align: center;
  margin-left: 5px;
  border-radius: 10px;
  color: #fff;
	border: 3px outset #f2e284;
	background: #fedb37;
    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%
    );
}
.user_menu:hover {
  background-color: #5b3f08;
  background: -moz-linear-gradient(#5b3f08, #ac780d);
  background: -webkit-linear-gradient(#5b3f08, #ac780d);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#5b3f08), to(#ac780d));
  background: -o-linear-gradient(#5b3f08, #ac780d);
  background: linear-gradient(#5b3f08, #ac780d);
  color: #000;
}
#login_logout {
  background: -moz-linear-gradient(#b22b2b 5%, #ff0000 100%);
  background: -webkit-linear-gradient(#b22b2b 5%, #ff0000 100%);
  background: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(0.05, #b22b2b),
    to(#ff0000)
  );
  background: -o-linear-gradient(#b22b2b 5%, #ff0000 100%);
  background: linear-gradient(#b22b2b 5%, #ff0000 100%);
  border: 1px solid red;
}
#login_logout:hover {
  background: -moz-linear-gradient(#ff0000 5%, #b22b2b 100%);
  background: -webkit-linear-gradient(#ff0000 5%, #b22b2b 100%);
  background: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(0.05, #ff0000),
    to(#b22b2b)
  );
  background: -o-linear-gradient(#ff0000 5%, #b22b2b 100%);
  background: linear-gradient(#ff0000 5%, #b22b2b 100%);
  color: #000 !important;
}
/* ==== Header ==== */

/* ==== Menu Bar ==== */
.nav_container {
  width: 100%;
  margin: 0;
  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;
}
.nav_container .nav_menu {
  width: 100%;
  margin: auto;
}
.nav_container .nav_menu ul {
  width: 100%;
  margin: 0;
  padding: 0px;
  list-style: none;
  display: inline-block;
  text-align: center;
}
.nav_container .nav_menu li {
  display: inline-block;
  margin: 0px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.nav_container .nav_menu .header_submenu img{
  width:22px;
  display:inline-block;
}
.nav_container .nav_menu .menu_text {
  margin: 0px;
  text-align: center;
  padding: 0 0 0 3px;
  line-height: 14px;
  font-size: 14px;
  text-shadow: none;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  display:inline-block;
}
.nav_container .nav_menu li a {
  padding: 5px 8px;
  width: auto;
  margin: 0px;
  text-shadow: 0 1px 2px #191a1b, 0 1px 0 #191a1b;
  line-height: 32px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.nav_container .nav_menu li:hover {
  background: #f2e284;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.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;
}
/* ==== Menu Bar ==== */

/* ==== Pengumuman ==== */
#home_pengumuman {
  color: #fff;
  padding: 8px 0;
  font-size: 10px !important;
  position: relative;
  width: 100%;
}
#home_pengumuman_inside {
  color: #fff;
  padding: 0;
  width: 100%;
}
.marquee {
  width: 100%;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  color: #fff;
}
.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 ==== */
a.qr_code {
  float: left;
  padding: 0 20px;
  width: 48%;
  font-size: 20px;
}
a.qr_code:hover {
  font-weight: normal;
}

.box_popular_game .fa.fa-arrow-left,
.box_popular_game .fa.fa-arrow-right {
  position: absolute;
  z-index: 100;
  padding: 5px;
  transform: scale(1.3);
  top: -45px;
  border-radius: 4px;
}

.box_popular_game .fa-arrow-left {
  float: left;
  right: 60px;
}

.box_popular_game .fa-arrow-right {
  float: right;
  right: 20px;
}

.box_new_game .fa.fa-arrow-left,
.box_new_game .fa.fa-arrow-right {
  position: absolute;
  z-index: 100;
  padding: 5px;
  transform: scale(1.3);
  top: -45px;
  border-radius: 4px;
}

.box_new_game .fa-arrow-left {
  float: left;
  right: 60px;
}

.box_new_game .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: 5px;
  padding: 5px;
  display: inline-block;
  width: 170px;
  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: 8px;
  text-shadow: 0px 0px 1px #fff;
  color: #000 !important;
  border: 2px outset #FFF;
}
.list-market .box-result h3 {
  font-size: 20px;
  color: #000 !important;
  text-transform: uppercase;
  font-weight: bold;
  margin: 5px 0;
}
.list-market .box-result li {
  font-size: 32px;
  color: #fff !important;
  text-shadow: 1px 1px 1px #000;
  font-weight: bold;
  font-family: 'Orbitron', sans-serif;
  padding: 0px 2px;
}
.list-market .box-result hr {
  margin: 5px 0;
  border: 1px solid white;
}
.list-market .box-result p,
.list-market .box-result span {
  font-size: 12px;
  font-family: cursive;
  font-weight: bold;
  color:#000;
  padding: 0;
  margin: 0;
}
.list-market .box-result .result {
  margin-top: 10px;
}
.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: #fff;
  font-size: 12px;
}
.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;
}
.bank {
  padding: 0;
  margin: 0;
  float: right !important;
  width: 100%;
  display: inline-block;
  min-height: 185px;
}
.bank .list-bank {
	display: inline-block;
    padding: 3px;
    width: 10%;
    text-align: center;
    border: 3px outset #f1b845;
    margin: 2px;
    border-radius: 10px;
}
.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;
}
#list-depowd {
  width: 100%;
}
#list-depowd-left {
  width: 410px;
  display: inline-block;
}
#list-depowd-right {
  width: 665px;
  display: inline-block;
}
.box-listdepowd {
  display: inline-block;
  width: 49%;
  font-size: 12px;
  border: 2px solid #f1b845;
  border-radius: 10px;
  overflow: hidden;
}
.listdepowd {
  margin-bottom: 0px;
}
.qrcode_box {
  width: 1070px;
  margin: 10px 5px;
}
.qrcode_list {
  width: 350px;
  display: inline-block;
  border: 3px outset #f1b845;
  margin: 0px 1px;
  border-radius: 10px;
  overflow: hidden;
}
.qrcode_list .qrcode_title {
  width: 100%;
  border-bottom: 3px outset #f1b845;
	background: #fedb37;
    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%
    );
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 8px;
  font-weight: bold;
  cursor: default;
}
.qrcode_desc {
  display: inline-block;
  text-align: center;
  width: 190px;
  padding: 47px 5px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 2px #191a1b, 0 1px 0 #191a1b;
}
.box_popular_game {
	border: 3px outset #F1E2C1;
	padding:9px;
	border-radius:8px;
}
.box_popular_game h4{
	color: #fff;
  border-left: 5px solid #f2e284;
	padding-left:20px;
	font-weight:bold;
	margin-bottom:20px;
}
.box_popular_game .all_items .items{
  background-color: #d99058;
  background-image: linear-gradient(315deg, #d99058 0%, #f8de7e 74%);
  border-radius: 8px;
  display: inline-block;
  width:175px;
  height:200px;
  position:relative;
  vertical-align: top;
  margin:5px;
  text-align:center;
}
.box_popular_game .all_items .items.n0{
  width:350px !important;
  min-height: 410px !important;
  float:left;
}
.box_popular_game .all_items .items.n0 .game_image{
  padding:5px;
  width:100%;
  min-height: 350px;
  line-height: 350px;
}
.box_popular_game .all_items .items.n0 h3{
  color:#FFF;
  font-size:18px;
  margin:10px 0;
  padding:5px;
  text-decoration:none;
}
.box_popular_game .all_items .items h3{
  color:#FFF;
  font-size:16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin:0;
  padding:0px 10px;
  text-decoration:none;
}
.box_popular_game .all_items .items .game_image{
  padding:5px;
  width:100%;
  min-height: 165px;
  line-height: 165px;
}
.box_popular_game .all_items .items .game_image img{
  display:inline-block;
  width:100%;
  height:100%;
  vertical-align:middle;
}
.box_popular_game .all_items .items .game_logo_home{
  position:absolute;
  top:0;
  left:0;
  width:50px;
  filter: drop-shadow(1px 1px 2px #000);
}
.box_popular_game .all_items .items .daily_win{
  position:absolute;
  top:0;
  right:0;
  width:40px;
  filter: drop-shadow(1px 1px 2px #000);
}
.box_winner_game {
	border: 3px outset #F1E2C1;
	padding:9px;
	border-radius:8px;
}
.box_winner_game h4{
	color: #fff;
    border-left: 5px solid #f2e284;
	padding-left:20px;
	font-weight:bold;
	margin-bottom:20px;
}
.box_winner_game img{
	width:100px;
}
.box_winner_game .winner_gname{
	font-size:14px;
	font-weight:bold;
}
.box_winner_game .winner_name{
	font-size:12px;
}
.box_winner_game .winner_total{
	font-size:12px;
	font-weight:bold;
	color:#f2e284;
}

.box_new_game {
	border: 3px outset #F1E2C1;
	padding:9px;
	border-radius:8px;
}
.box_new_game h4{
	color: #fff;
    border-left: 5px solid #f2e284;
	padding-left:20px;
	font-weight:bold;
	margin-bottom:20px;
}
.box_new_game .items{
  background-color: #d99058;
  background-image: linear-gradient(315deg, #d99058 0%, #f8de7e 74%);
  border-radius: 8px;
  display: inline-block;
  width:350px;
  height:200px;
  position:relative;
  vertical-align: top;
  margin:5px;
  text-align:center;
}
.box_new_game .items h3{
  color:#fff;
  font-size:16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin:0;
  padding:0px 10px;
  text-decoration:none;
}
.box_new_game .items .game_image{
  padding:10px;
  width:100%;
  min-height: 175px;
  line-height: 155px;
}
.box_new_game .items .game_image img{
  display:inline-block;
  width:100%;
  height:100%;
  vertical-align:middle;
}
.box_new_game .items .game_logo_home{
  position:absolute;
  top:0;
  left:0;
  width:50px;
  filter: drop-shadow(1px 1px 2px #000);
}
.box_new_game .items .daily_win{
  position:absolute;
  top:0;
  right:0;
  width:40px;
  filter: drop-shadow(1px 1px 2px #000);
}
#api_carousel{
  background:inherit; 
}
#api_carousel .item{
  width: 1080px;
  margin: 0 auto;
}
#api_carousel .item .left_side, #api_carousel .item .right_side{
  display: inline-block;
  vertical-align:top;
}
#api_carousel .item .left_side{
  width: 49%;
}
#api_carousel .item .left_side img{
  width: 100%;
}
#api_carousel .item .right_side{
  width: 50%;
  text-align:right;
  padding: 20px 0px;
}
#api_carousel .item .right_side h2{
  font-weight:bold;
  font-size:50px; 
  text-transform: uppercase;
}
#api_carousel .item .right_side h3{
  font-size:24px;
  text-transform: uppercase;
}
#api_carousel .item .right_side a span{
	color: #fff;
	font-weight:bold;
	letter-spacing:1px;
	filter: drop-shadow(1px 1px 3px #000);
}
#api_carousel .item .right_side a:hover {
  background: #fff;
}
#api_carousel .item .right_side a:hover span{
	color: #000;
	filter: none;
}
.carousel-control.left, .carousel-control.right {
  background-image:none;
}
.all_product {
	display:inline-block;
	width:100%;
}
.all_product .title, .bank .title{
	display:block;
	font-size:24px;
	color: #fff;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
}
.all_product .group{
	padding:10px;
	text-align: center;
}
.all_product .group .product_logo{
	display:inline-block;
}
.all_product .group .product_logo img{
	height: 50px;
    padding: 5px 10px;
    filter: grayscale(100%);
}
.all_product .group .product_logo img:hover{
    filter: drop-shadow(0 0 1px #f2e284);
}

.autoplay3 .fa.fa-arrow-left,
.autoplay3 .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;
}

.autoplay3 .fa-arrow-left {
  float: left;
  left: 20px;
}

.autoplay3 .fa-arrow-right {
  float: right;
  right: 20px;
}
/* ==== 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: #fedb37;
    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%
    );
  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: #000;
  color: #f1b845;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 0 0 10px;
  border: 0;
  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: #fff;
	border: 3px outset #f2e284;
	background: #fedb37;
    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%
    );
}
.box-menu ul a {
  color: #fff;
  text-decoration: none;
}
.box-games,
.box-games ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.box-games ul li {
  display: inline-block;
  padding: 5px 39px;
  margin: 2px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius:4px;
	color:#000;
	border: 3px outset #CCC;
  background: #FAC357;
}
.box-games ul li a {
  color: #fff;
}
.box-games ul li:hover {
  color: #fff;
	background: #000;
}
.left-side-content {
  display: inline-block;
}
.right-side-content {
  color: #fff;
  float: right;
  display: inline-block;
  font-size: 14px;
}
.main-content-right {
  width: 100%;
  padding: 5px;
  margin: 0;
  min-height: 720px;
}
.main-content-right p {
  color: #9fb002;
}
.peraturanContainer .panel-heading {
  background: #000;
  color: #fff;
}
.peraturanContainerBody p {
  color: #fff !important;
}
.box-market {
  width: 100%;
}
.box-market .closed {
  position: absolute;
  line-height: 12px;
  left: 22px;
  background: #000;
  color: #fff;
  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-bottom: 15px;
  margin-top: 15px;
}
.box-market .left-tab h3 {
  text-align: center;
  margin: 10px 0 0;
}
.box-market .left-tab ul {
  list-style: none;
  margin: 5px auto 0;
  padding: 10px;
  width: 100%;
  min-width:250px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px 0 #000 inset;
  border: 3px outset #FFF;
  border-radius: 8px; 
}
.box-market .left-tab ul li {
	width: 60%;
  background: #FAC357;
  color:#000;
	position: relative;
	margin: 0 0 10px;
	letter-spacing: 0.1px;
	border-radius: 8px; 
}
.box-market .left-tab ul li a {
	color: #000;
	line-height: 28px;
	padding: 0 5px;
	margin: 0;
	border: 0;
	border-radius: 4px;
	display: block;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.box-market .left-tab ul li a:hover {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	background: #222;
	color: #fff !important;
}
.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;
  border: 1px solid lime;
  height: 30px;
  width: 78px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -90px;
}
.box-market .left-tab ul li .offline {
  background: url(../../../others/img/bank/offline.gif) no-repeat;
  background-position: center;
  background-size: 110px;
  border: 1px solid red;
  height: 30px;
  width: 78px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -90px;
}
.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 {
	background: #800000; background: linear-gradient(to bottom, #800000 0%, #710000 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #800000), color-stop(100%, #710000)); background: -webkit-linear-gradient(top, #800000 0%, #710000 100%); background: -moz-linear-gradient(top, #800000 0%, #710000 100%); background: -o-linear-gradient(top, #800000 0%, #710000 100%); background: -ms-linear-gradient(top, #800000 0%, #710000 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#800000', endColorstr='#710000', GradientType=0); border: 1px solid #620000; box-shadow: inset 0 1px 0 #8F0F0F; -webkit-box-shadow: inset 0 1px 0 #8F0F0F; -moz-box-shadow: inset 0 1px 0 #8F0F0F;
  color: #fff;
	-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;
}
.box-market .right-tab {
  background: url(../../../others/img/resources/box-result-big.png) repeat-x;
  float: right;
  padding: 15px 10px;
  margin-left: 10px;
  width: 100%;
  height: 305px;
  border: 1px solid #0f0;
  margin-bottom: 15px;
}
.box-market .right-tab h3.offline {
  font-size: 20px;
  font-weight: 700;
  color: #ef0000;
  margin: 12px 0 6px;
}
.box-market .right-tab h3.offline span {
  margin-right: 5px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #ef0000;
}
.box-market .right-tab h3.online {
  font-size: 20px;
  font-weight: 700;
  color: #0f0;
  margin: 12px 0 6px;
}
.box-market .right-tab h3.online span {
  margin-right: 5px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #0f0;
}
.box-market .right-tab .closed {
  position: absolute;
  bottom: 10px;
  line-height: 11px;
  left: 45px;
  background: #000;
  color: #0f0;
  border-radius: 1px;
  border: 1px solid #0f0;
  font-size: 10px;
  padding: 3px;
  width: 193px;
  text-align: center;

  letter-spacing: 0.1px;
}
.box-market .right-tab .open {
  position: absolute;
  bottom: 325px;
  line-height: 11px;
  left: 45px;
  background: #000;
  color: #ef0000;
  border-radius: 1px;
  border: 1px solid #ef0000;
  font-size: 10px;
  padding: 3px;
  width: 193px;
  text-align: center;
}
.box-market .right-tab .tg-an1f span,
.box-market .right-tab .tg-l5d8 span {
  background: url(../../../others/img/resources/ball-white.png) no-repeat;
  height: 22px;
  width: 23px;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  color: #0e470e;
  display: inline-block;
}
.box-market .right-tab .tg-inner {
  margin-top: 5px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.box-market .right-tab .tg-inner td {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 5px 0;
  overflow: hidden;
  word-break: normal;
}
.box-market .right-tab .tg-inner th {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  overflow: hidden;
  word-break: normal;
}
.box-market .right-tab .tg-inner .tg-ezdf {
  font-weight: 700;
  font-size: 13px;
  background-color: #0e1f00;
  color: #0f0;
  text-align: center;
}
.box-market .right-tab .tg-inner .tg-an1f {
  font-size: 11px;
  background-color: #b3e08c;
  text-align: center;
  color: #010101;
}
.box-market .right-tab .tg-inner .tg-an1f:last-child {
  padding: 5px 2px !important;
}
.box-market .right-tab .tg-inner .tg-l5d8 {
  font-size: 11px;
  background-color: #91bf68;
  text-align: center;
  color: #010101;
}
#head1 th {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.2);
}
.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: #FAC357;
  border:1px solid #AAA;
  color:#000;
}
.inside_bank_content {  
  background: #800000; background: linear-gradient(to bottom, #800000 0%, #710000 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #800000), color-stop(100%, #710000)); background: -webkit-linear-gradient(top, #800000 0%, #710000 100%); background: -moz-linear-gradient(top, #800000 0%, #710000 100%); background: -o-linear-gradient(top, #800000 0%, #710000 100%); background: -ms-linear-gradient(top, #800000 0%, #710000 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#800000', endColorstr='#710000', GradientType=0); border: 1px solid #620000; box-shadow: inset 0 1px 0 #8F0F0F; -webkit-box-shadow: inset 0 1px 0 #8F0F0F; -moz-box-shadow: inset 0 1px 0 #8F0F0F;
  text-align: center;
  border-radius: 4px;
  padding: 0 0 5px 0px;
}
.inside_bank_content .inside_each_bank {
  width: 24.5%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background: #000;
  padding: 15px 0 10px 0px;
  border-radius: 10px;
  height: 115px;
}
.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: #fff;
}

#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: #fff;
}

#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: #fff;
  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 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.casino 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;
}

.casino img:hover:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.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: #fff;
	border: 3px outset #f2e284;
	background: #fedb37;
    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%
    );
  padding: 5px;
  text-transform: uppercase;
}

.date_forum {
  color: #fff;
}

.date_forum:hover {
  color: #000;
}

.title_forum {
  color: #f1b845;
}

.title_forum:hover {
  font-weight: 700;
}

div.memo {
  background-color: #fff;
  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: #fff;
}

#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: #fff;
}

#custom_modal {
	background-color: rgba(255, 255, 255, 1);
	padding: 5px 10px;
	border-radius: 50%;
}

.modal-content {
	background: #0c021f;
	border: 3px outset #f2e284;
}

.modal-content,
.modal-body,
.modal-header,
.modal-footer {
	color: #fff;
}

.modal-content {
	border-radius: 10px;
	overflow: hidden;
}
.modal-header {
  border-bottom: 1px solid #fff;
}

.modal-body h4 {
  color: #fff;
}

#myModalLabel {
  color: #fff;
}

.title_discount {
  color: #fff;
}

.close {
  background-color: #fff;
  opacity: 1;
}

#pagination_post {
  margin: 0;
  padding: 0;
  text-align: center;
}

#pagination_tabel {
  padding: 0;
}

#pagination_tabel li {
  display: inline-block;
  background-color: #555 !important;
  border-radius: 6px;
}

#pagination_tabel li a {
  color: #fff;
  float: left;
  padding: 4px 12px;
  text-decoration: none;
}

#pagination_tabel .active {
  background-color: #800000 !important;
  color: #FFF !important;
  border-radius: 6px;
}

#pagination_tabel li a:hover {
  background-color: #800000 !important;
  border-radius: 6px;
}

#pagination_modal {
  padding: 0;
}
#pagination_modal li {
  display: inline-block;
  background-color: #555 !important;
  border-radius: 6px;
}

#pagination_modal li a {
  color: #fff;
  float: left;
  padding: 4px 12px;
  text-decoration: none;
}

#pagination_modal .active {
  background-color: #800000 !important;
  color: #FFF !important;
  border-radius: 6px;
}

#pagination_modal li a:hover {
  background-color: #800000 !important;
  border-radius: 6px;
}

#pagination_trans {
  padding: 0;
}
#pagination_trans li {
  display: inline-block;
  background-color: #555 !important;
  border-radius: 6px;
}

#pagination_trans li a {
  color: #fff;
  float: left;
  padding: 4px 12px;
  text-decoration: none;
}

#pagination_trans .active {
  background-color: #800000 !important;
  color: #FFF !important;
  border-radius: 6px;
}

#pagination_trans li a:hover {
  background-color: #800000 !important;
  border-radius: 6px;
}

.print_detail,
.view_detail {
  padding: 5px 10px;
  color: #fff;
	border: 3px outset #f2e284;
	background: #fedb37;
    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%
    );
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #f1b845;
}
.print_detail:hover,
.view_detail:hover {
  color: #000;
	border: 3px outset #f2e284;
	background: #fedb37;
    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-submit {
  background-color: #61210f;
  background-image: linear-gradient(315deg, #61210f 0%, #ee6c4d 74%);
  border-radius: 4px;
  width: 285px;
}

@media screen and (max-width: 426px) {
  #bottom_menu span {
    width: 50%;
    border-bottom: 1px solid #fff;
  }
}
.btn-primary, .btn-primary:hover, .btn-primary:focus {   
  background: #FAC357;
  border:1px solid #AAA;
  color:#000;
}
.btn-warning, .btn-warning:hover, .btn-warning:focus {   
  background: #FAC357;
  border:1px solid #AAA;
  color:#000;
}
/* ========== 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;
	visibility: visible;
	z-index: 2147483639;
	background: transparent;
	border: 3px outset #f2e284;
	border-left: 0;
	padding: 0;
	float: left;
	margin-right: -10px;
	backface-visibility: hidden;
	opacity: 1;
	top: 50px;
	left: -200px;
	background: #005650;
  
}
#widget_sosmed #img_widget {
	height:175px;
}
#header_sosmed {
  min-height: 175px;
  padding:5px 0px;
}
#header_sosmed img {
  position: relative;
  padding: 0;
}
#close_social {
  position: relative;
  top: -30px;
  left: 150px;
  color: #fff;
  font-size: 10px;
  padding: 0 5px;
  background-color: red;
}
.social-icon {
  color: #fff;
  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: #bb830c;
  min-height: 167px;
}

#widget_lucky_spin {
  position: fixed;
  bottom: 5px;
  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 ----------- */

/* ----------- PROFILE ----------- */

.table-profile {
  width: 60%;
  border: 0px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 86px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(52px);
  -ms-transform: translateX(52px);
  transform: translateX(52px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.on {
  display: none;
}

.on,
.off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

input:checked + .slider .on {
  display: block;
}

input:checked + .slider .off {
  display: none;
}

.tab__container {
  width: 100%;
  margin: 0;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}
.tab__title {
  margin: 0;
  margin-bottom: 30px;
  border-radius: 10px;
}
.tab__title .tab__button:first-of-type {
  margin: 0;
}
.tab__title .tab__button {
  background: #f5f5f5;
  padding: 15px 5px;
  color: #545454;
  border: 0;
  outline: none;
  margin: 0 -5px;
  cursor: pointer;
  width: 150px;
  font-size: 16px;
}
.tab__title .tab_button-active {
  border-bottom: none;
  background: #84d6ff;
  color: #003a79;
}
.tab__title .tab_button-active img {
  filter: none;
}
.tab__inside {
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  display: none;
  opacity: 0;
  height: 0;
  transform: translateY(10px);
  transition: transform 0.3s ease-in;
  margin: 0 auto;
  font-size: 14px !important;
}
.tab__inside-active {
  display: block;
  opacity: 1;
  height: 100%;
  transform: translateY(0);
  transition: transform 0.3s ease-out 0.1s, opacity 0.3s ease-out 0.1s;
}

.input-profile {
  border-radius: 7px !important;
  border: 1px solid #424242 !important;
  background: #272727 !important;
  color: #fff !important;
  padding: 6px !important;
  margin: 3px 0;
}
.label-profile {
  margin: 0;
  font-size: 14px;
}

.div-bank {
  padding: 5px;
}
.bank-list {
  background-color: #212121;
  color: #aaa;
  width: 400px;
  border: 1px solid #424242 !important;
  margin: 0 auto;
}
.bank-list tr,
.bank-list tr td {
  padding: 2px 15px;
  text-align: left;
}

/* ----------- PROFILE ----------- */

/* ----------- 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 ----------- */





.main_container {
  width: 1080px;
  margin: 0 auto;
}
.main_body {
  width: 1080px;
  margin: auto;
}
.main_form {
  padding: 0;
  margin: 0;
}
.main_label {
  margin: 0;
  font-size: 14px;
}
.main_input {
  background: #272727 !important;
  font-style:normal;
  color: #fff !important;
  border: 1px solid #424242;
  border-radius: 7px;
  padding: 4px 5px;
  margin: 0;
}
.main_title {
  font-family: "Quantico", sans-serif;
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
  text-transform: uppercase;
}
.page_title {
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.guide-text {
  font-size: 11px;
  color: #979797;
}
.error-text {
  color:red;
font-weight:bold;
font-size:12px; 
}
.inp-captcha {
  background-color: #fff;
  color: #000;
  padding: 2px 0;
  width: 70px;
  height: 30px;
  display: inline-block;
  border-radius: 6px;
}
.imprtn {
color:red;
}
.icon-pointer {
cursor:pointer;
}
.chosen-opt {
background: #000 !important;
color:#fff;
}

/* ==== BUTTON STYLE ==== */
.btn-main, .btn-masuk,
.btn-main:focus, .btn-masuk:focus {
    background: #800000; background: linear-gradient(to bottom, #800000 0%, #710000 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #800000), color-stop(100%, #710000)); background: -webkit-linear-gradient(top, #800000 0%, #710000 100%); background: -moz-linear-gradient(top, #800000 0%, #710000 100%); background: -o-linear-gradient(top, #800000 0%, #710000 100%); background: -ms-linear-gradient(top, #800000 0%, #710000 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#800000', endColorstr='#710000', GradientType=0); border: 1px solid #620000; box-shadow: inset 0 1px 0 #8F0F0F; -webkit-box-shadow: inset 0 1px 0 #8F0F0F; -moz-box-shadow: inset 0 1px 0 #8F0F0F;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    padding: 3px 15px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 10px;
}
.btn-main:hover, .btn-masuk:hover {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}

.btn-green, .btn-daftar {    
    background: #FAC357;
    border:1px solid #AAA;
    color:#000;
    cursor: pointer;
    text-decoration: none;
    padding: 3px 15px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 10px;
}
.btn-green:hover, .btn-daftar:hover {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}
.btn-masuk, .btn-daftar {
    width:100%;
    margin:5px 0 2px;
}
#btn-register {
    width: 100%;
}
/* ==== BUTTON STYLE ==== */

/* ==== NAVBAR ==== */
.main_navbar {
  width:100%;
  min-width:1060px;
  margin:0;
  padding: 0;
  color:#FFF;
}
#navbar_left {
  width: 320px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align:top;
}
#navbar_right {
  width: 750px;
  margin: 0;
  padding: 6px 0;
  display: inline-block;
  text-align:right;
}
#navbar_right_1 {
  margin:10px 0;
}
#navbar_right_2 {
  margin:18px 0 0;
}
.navbar_right_top {
  padding:2px 6px; 
  display:inline-block;
  border-right: 1px dotted #FFF;
}
#web_logo {
  height:77px;
  padding: 0;
  margin: 15px 0;
}
.navbar_url, .navbar_url:focus, .navbar_url:hover {
  color:#FFF !important;
}
#username_log, #pass_log {
width:120px;
  margin-right:3px;
}
#captcha_code {
width:60px;
  margin-right:3px;
}
#captchaimg {
  position:relative;
height: 26px;
top: -2px;	
}
.login_form form {
  display:inline-block;
}
#btn-login {
  margin:0 5px;
}
#login_user_detail {
  display:inline-block; 
  vertical-align: middle;
  font-size:12px;
  margin:0;
  text-align:left;
  float:left;
}
.memo_notif {
font-weight: bold;
  font-size: 10px;
  background: white;
  border-radius: 6px;
  padding: 2px 3px;
  color: #000;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  text-align:center;
}
#username_txt {
  font-size:14px;
  color:#FFF;
}
#hide_pass {
position: absolute;
  margin-top: 8px;
  margin-left: -25px;
  color: #fff;
text-shadow: 0 0 2px #000;
cursor:pointer;
font-size:11px;
}

.submenu_list {
	background: #202020;
	display: none;
	width: 100%;
	min-height: 124px;
	min-width: 1080px;
	text-align: center;
	position: absolute;
	top: 145px;
	left: 0;
  z-index:10;
}
.submenu_list_item {
	cursor:pointer;
  padding:15px 20px;
	display:inline-block;
}
.submenu_list_item a {
	background-color:transparent !important;
	border-image:none !important;
  color:#FFF;
  padding:0;
}

.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;
	width:75px;
}
.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.20);
	border-radius:4px;
}
/* ==== NAVBAR ==== */


/* ==== Menu Bar ==== */
.nav_menu {
  width: 100%; 
  margin: 0;
  background: #800000; background: linear-gradient(to bottom, #800000 0%, #710000 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #800000), color-stop(100%, #710000)); background: -webkit-linear-gradient(top, #800000 0%, #710000 100%); background: -moz-linear-gradient(top, #800000 0%, #710000 100%); background: -o-linear-gradient(top, #800000 0%, #710000 100%); background: -ms-linear-gradient(top, #800000 0%, #710000 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#800000', endColorstr='#710000', GradientType=0); border: 1px solid #620000; box-shadow: inset 0 1px 0 #8F0F0F; -webkit-box-shadow: inset 0 1px 0 #8F0F0F; -moz-box-shadow: inset 0 1px 0 #8F0F0F;
  color:#FFF;
  height:40px;
}
.nav_menu ul {
width: 100%;
margin: 0;
padding: 0px;
list-style: none;
display: inline-block;
  text-align: center;
  height:100%;
}
.nav_menu li {
display: inline-block;
margin: 0px;
text-align: center;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  padding:0 3px;
  height:100%;
}
.menu_text, .menu_text:focus {
display: block;
margin: 0px;
  text-align: center;
  padding: 10px;
font-size:14px;
font-weight:bold;
  text-shadow: none;
  letter-spacing: 1px;
  font-weight: bold;
text-transform:uppercase;
text-shadow:0 1px 2px #191a1b, 0 1px 0 #191a1b;
  height:100%;
text-decoration:none;
  color:#FFF !important;
}
.menu_text:hover {
  color:#d7be69;
text-decoration:none;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

#menu_hot:hover #submenu_hot {
  display:block;	
}
#menu_togel:hover #submenu_togel {
  display:block;	
}
#menu_slot:hover #submenu_slot {
  display:block;	
}
#menu_casino:hover #submenu_casino {
  display:block;	
}
#menu_sport:hover #submenu_sport {
  display:block;	
}
#menu_arcade:hover #submenu_arcade {
  display:block;	
}
#menu_sabung:hover #submenu_sabung {
  display:block;	
}
#menu_poker:hover #submenu_poker {
  display:block;	
}
#menu_esports:hover #submenu_esports {
  display:block;	
}

/* ==== Menu Bar ==== */


/* ==== Seamless / Transfer ==== */
.button-cover,
.knobs,
.layer {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

.button-wallet {
position: relative;
top: -13px;
left:140px;
width: 130px;
height: 28px;
margin: -20px auto 0 auto;
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: 24px;
color: #fff;
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: 27px;
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;
}
/* ==== Seamless / Transfer ==== */


/* ==== BANNER PROMO STYLE ==== */
.theme-event-img {
  width: 100%;
  border: 1px solid #535353;
}
.li_promo_list {
  list-style-type: none;
  margin-bottom: 0;
  text-align: right;
}
.li_promo_list a {
  position: relative;
  top: -30px;
  border-radius: 5px;
  border: 1px solid #fff;
}
.promo_list {
  list-style-type: none;
  display: none;
  margin-bottom: 5px;
  padding: 10px 20px;
  margin-bottom: 40px;
  background: #000;
  border-radius: 7px;
}
/* ==== BANNER PROMO STYLE ==== */

/* ==== PENGUMUMAN STYLE ==== */
#pengumuman {
  color: #fff;
  padding: 0;
  margin-top: 7px;
  font-size: 10px !important;
  position: relative;
  width: 100%;
  background: #000;
  border-radius: 10px;
  border: 1px solid #535353;
  text-align: right;
}
.marquee {
  width: 97%;
  margin: 0;
  padding: 2px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
}
.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 40s linear infinite;
  font-size: 18px;
}
.marquee span:hover {
  animation-play-state: paused;
}
#pengumuman .fa-bullhorn {
  position: relative;
  top: -6px;
  left: -7px;
  margin: 0;
  font-size: 14px;
  display: inline-block;
  text-align: left;
}
@keyframes marquee {
  0% {
      transform: translate(0, 0);
  }
  100% {
      transform: translate(-100%, 0);
  }
}
#pengumuman1 {
  margin-right: 100px;
  font-weight: 700;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.5px;
}
#pengumuman2 {
  margin-left: 100px;
  margin-right: 100px;
  font-weight: 700;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.5px;
}
/* ==== PENGUMUMAN STYLE ==== */

/* ==== HOME STYLE ==== */
#home_popular_game,
#home_new_game,
#home_bank_stats {
  margin: 40px 0;
}
.home_title {
  text-align: left;
  display: inline-block;
}
.home_title .fa-fire {
  color: red;
  margin-right: 10px;
}
.home_title .fa-gem {
  color: limegreen;
  margin-right: 10px;
}
.home_title .fa-bank {
  color: aqua;
  margin-right: 10px;
}
#home_popular_game .home_title_separator {
  width: 720px;
  border-bottom: 2px solid #FFF;
  display: inline-block;
  position: relative;
  top: -10px;
  left: 15px;
}
#home_new_game .home_title_separator {
  width: 710px;
  border-bottom: 2px solid #FFF;
  display: inline-block;
  position: relative;
  top: -10px;
  left: 15px;
}
#home_bank_stats .home_title_separator {
  width: 880px;
  border-bottom: 2px solid #FFF;
  display: inline-block;
  position: relative;
  top: -10px;
  left: 15px;
}
.bank_stats_box {
	width: 100%;
}

.bank_stats_list {
	width:49%;
	display:inline-block;
}

.bank_in {
	text-align:center;
	padding:3px;
}
.bank_in .bank_in_box {
	background: #8e9eab;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #eef2f3, #8e9eab);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #eef2f3, #8e9eab); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	text-align: center;
	margin: 5px 1px;
	border-radius: 4px;
	height:70px;
	width: 115px;
	display: inline-block;
	vertical-align: middle;
}
.bank_in .bank_in_box .img-bank {
	padding:5px 3px;
	height:38px;
}
.bank_in .bank_in_box .status-bank {
	background: #000;
	width:100%;
}
.bank_in .bank_in_box .status-bank img{
	width:80%;
}
.bank_in .bank_in_box h4{
	line-height: 19px;
	font-size: 22px;
	font-weight:bold;
}
.home_title_button {
  width: 170px;
  text-align: right;
  display: inline-block;
}
.slot-option-home {
  position: relative;
  display: inline-block;
  margin: 2px 2px 8px !important;
  vertical-align: middle;
  text-align: center;
  opacity: 1;
  transition: opacity 0.2s ease;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #3f3f3f;
  width: 173px;
  height: 150px;
}
.slot-option-home h3 {
  margin: 0;
  margin-top: 10px;
  font-size: 13px;
  font-family: "Lato", sans-serif;
}
.slot-option-home a {
  color: #fff;
  text-decoration: none;
}
.game-image {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.game-logo-home {
  width: 30px !important;
  position: absolute;
  top: 0;
  left: 0;
}
.slot-option-home:hover {
  transform: scale(1.1);
}
.daily-win {
  width: 30px !important;
  position: absolute;
  top: -10px;
  right: -3px;
}
.qrcode_box {
  width: 1070px;
  margin: 10px 5px;
}
.qrcode_list {
  width: 350px;
  height: 175px;
  max-height: 175px;
  display: inline-block;
  border: 3px solid #fc0;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
  vertical-align: middle;
  margin: auto 0;
}
.qrcode_list img {
  background: #fff;
  height: 130px;
}
.qrcode_list .qrcode_title {
  width: 100%;
  background: #800000; background: linear-gradient(to bottom, #800000 0%, #710000 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #800000), color-stop(100%, #710000)); background: -webkit-linear-gradient(top, #800000 0%, #710000 100%); background: -moz-linear-gradient(top, #800000 0%, #710000 100%); background: -o-linear-gradient(top, #800000 0%, #710000 100%); background: -ms-linear-gradient(top, #800000 0%, #710000 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#800000', endColorstr='#710000', GradientType=0); border: 1px solid #620000; box-shadow: inset 0 1px 0 #8F0F0F; -webkit-box-shadow: inset 0 1px 0 #8F0F0F; -moz-box-shadow: inset 0 1px 0 #8F0F0F;
  border-bottom: 3px solid #fc0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 8px;
  font-weight: bold;
  cursor: default;
}
.qrcode_desc {
  display: inline-block;
  text-align: center;
  width: 210px;
  font-size: 20px;
  color: #fcf0da;
  font-weight: bold;
  text-shadow: 0 1px 2px #191a1b, 0 1px 0 #191a1b;
}
.qrcode_color {
  color: #f1b845 !important;
}
.blur-popup {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.modal-popup-wrapper {
  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.open {
  opacity: 1;
  visibility: visible;
}
.modal-popup {
  width: 804px;
  height: 405px;
  display: block;
  margin: 50% 0 0 -300px;
  position: relative;
  top: 39%;
  left: 43%;
  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.open .modal-popup {
  margin-top: -200px;
  opacity: 1;
}
.head-popup {
  width: 100%;
  height: 34px;
  padding: 0;
  overflow: hidden;
  background: none;
  position: absolute;
  top: 5px;
  right: 10px;
}
.btn-close-popup {
  width: 28px;
  height: 28px;
  display: block;
  float: right;
}
.btn-close-popup::before,
.btn-close-popup::after {
  content: "";
  width: 32px;
  height: 6px;
  display: block;
  background: white;
}
.btn-close-popup::before {
  margin-top: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-close-popup::after {
  margin-top: -6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content-popup {
  background: none;
}
.content-popup img {
  width:100%;
border:1px solid #AAA;
}
.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;
}

.blur-popup-pass {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.modal-popup-wrapper-pass {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999 !important;
  top: 150px;
  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-pass.open {
  opacity: 1;
  visibility: visible;
}
.modal-popup-pass {
width: 500px;
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-pass.open .modal-popup-pass {
  opacity: 1;
}
.head-popup-rm {
  width: 100%;
  height: 34px;
  padding: 0;
  overflow: hidden;
  background: none;
}
.btn-close-popup-pass {
  width: 28px;
  height: 28px;
  display: block;
  float: right;
}
.btn-close-popup-pass::before,
.btn-close-popup-pass::after {
  content: "";
  width: 24px;
  height: 6px;
  display: block;
  background: white;
}
.btn-close-popup-pass::before {
  margin-top: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-close-popup-pass::after {
  margin-top: -6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content-popup-pass {
background: #222;
border:2px solid #fff;
}
.content-popup-pass img {
  width:100%;
border:1px solid #AAA;
}
.blur-popup-login {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.modal-popup-wrapper-login {
  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-login.open {
  opacity: 1;
  visibility: visible;
}
.modal-popup-wrapper-login .modal-popup-login {
  width: 804px;
  height: 405px;
  display: block;
  margin: 50% 0 0 -300px;
  position: relative;
  top: 45%;
  left: 43%;
  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-login.open .modal-popup-login {
  margin-top: -300px;
  opacity: 1;
}
.modal-popup-wrapper-login .head-popup-login {
  width: 100%;
  height: 34px;
  padding: 0;
  overflow: hidden;
  background: none;
  position: absolute;
  top: 5px;
  right: 10px;
}
.btn-close-popup-login {
  width: 28px;
  height: 28px;
  display: block;
  float: right;
}
.btn-close-popup-login::before,
.btn-close-popup-login::after {
  content: "";
  width: 32px;
  height: 6px;
  display: block;
  background: white;
}
.btn-close-popup-login::before {
  margin-top: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-close-popup-login::after {
  margin-top: -6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content-popup-login {
  background: #222;
border-radius:8px;
min-height:200px;
border: 1px solid #fff;
color:#fff;
padding:20px;
}
.content-popup-login img {
  width:100%;
border:1px solid #AAA;
}
/* ==== HOME STYLE ==== */

/* ==== PASARAN STYLE ==== */
.list-market {
  padding: 0;
  margin: 10px 0px;
}
.list-market .box-result {
  text-align: center;
  margin: 5px;
  padding: 5px;
  display: inline-block;
  width: 201px;
  border: 3px solid #FFF;
  border-radius: 10px;
  background: #FAC357;
}
.list-market .box-result h3 {
  font-size: 20px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
  margin: 5px 0;
}
.list-market .box-result li {
  font-size: 48px;
  color: #fff !important;
  font-weight: bold;
  padding: 0px 2px;
  text-shadow: 2px 2px 3px #000;
}
.list-market .box-result hr {
  margin: 5px 0;
  border: 1px solid white;
}
.list-market .box-result p,
.list-market .box-result span {
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.list-market .box-result .result {
  margin-top: 10px;
}
.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: #000;
  font-size: 12px;
}
.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;
}
.jam_pasaran {
  padding: 15px 10px 0;
}
.jam_pasaran table {
  width: 100%;
}
.jam_pasaran .td-col-1 {
  text-align: left;
}
.jam_pasaran .td-col-2 {
  text-align: center;
}
.jam_pasaran .td-col-3 {
  text-align: center;
}

/* ==== PASARAN STYLE ==== */

/* ==== FOOTER ==== */
footer {
  margin:0 auto;
  padding:0;
  width: 1080px;
  display:inline-block; 
  text-align:right; 
  margin: 15px 0px; 
  width:100%; 
  line-height:26px;
  border-bottom:1px solid #FFF;
  padding:10px 0 10px;
}
footer .footer {
  text-align: left;
  font-size: 14px;
  display:inline-block;
  color:#FFF;
}
#footer_seo {
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:1px solid #FFF;
}
.provider-container {
  border-radius:5px;
  border:1px solid #FFF;
  color:#FFF;
  margin-bottom:30px;
  padding: 0 10px 10px;
}
.footer-section-title {
  margin:30px 0;
  color:#FFF;
  font-size:14px;
}
.provider-container h5 {
  position:relative;
  top:-15px;
  left:2px;
  margin:0;
  padding:5px 10px;
  background: #800000; background: linear-gradient(to bottom, #800000 0%, #710000 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #800000), color-stop(100%, #710000)); background: -webkit-linear-gradient(top, #800000 0%, #710000 100%); background: -moz-linear-gradient(top, #800000 0%, #710000 100%); background: -o-linear-gradient(top, #800000 0%, #710000 100%); background: -ms-linear-gradient(top, #800000 0%, #710000 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#800000', endColorstr='#710000', GradientType=0); border: 1px solid #620000; box-shadow: inset 0 1px 0 #8F0F0F; -webkit-box-shadow: inset 0 1px 0 #8F0F0F; -moz-box-shadow: inset 0 1px 0 #8F0F0F;
  border-radius:5px;
  width:70px;
  text-align:center;
  color:#FFF;
  font-weight:bold;
}
.hover-list {
  list-style-type: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.hover-list li {
  display:inline-block;
}
.hover-list li img {
  height:50px;
  padding:5px 10px;
  filter: #CCC; /* IE6-9 */
  filter: grayscale(100%);
}
.hover-list li img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.rtp_div {
  position:fixed;
  bottom:160px;
  left:10px;
  z-index:100;
}
.rtp_div .rtp_link img{
  width:70px;
  background: #004170;
  border: 3px outset #ffbf00;
  border-radius: 50%;
}
.vpn_div {
  position:fixed;
  bottom:230px;
  left:5px;
  z-index:100;
}
.vpn_div .vpn_link img{
  width:80px;
  border-radius: 50%;
  padding: 8px;
}
.server_div {
  position:fixed;
  bottom:85px;
  left:10px;
  z-index:100;
}
.server_div .server_link img{
  width:70px !important;
  background: #004170;
  border: 3px outset #ffbf00;
  border-radius: 50%;
}
/* ==== FOOTER ==== */


/* ==== WD NOTICE ==== */
#snackbar {
visibility: hidden;
min-width: 250px;
margin-left: -125px;
background-color: #222;
color: #fff;
text-align: center;
padding: 15px 30px;
position: fixed;
z-index: 1;
left: 50%;
bottom: 30px;
font-size: 17px;
border-radius: 5px;
border: 2px solid #ddd;
pointer-events: none;
font-size:12px;
}

#snackbar.show {
visibility: visible;
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
from {bottom: 0; opacity: 0;} 
to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
from {bottom: 30px; opacity: 1;} 
to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
from {bottom: 30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
}

/* ==== WD NOTICE ==== */