
:root {
	/* Color definitions */
	--color-1: #154c84;
	--color-2: #0c94d2;
	--color-3: #ffffff;
	--color-4: #a6a6a6;
	
	--box-color-1: #e1e1e1;
	
	--hot-1: #d80000;
	
	--transparent-1: #154c84e6;
	
	--font-1: #ffffff;
	--font-2: #000000;
	
	--gradient-1: linear-gradient(180deg, #3af5c4, #3df1aa, #42ec89);
}
html, body {
    max-width: 100%;
}
html{ height:100%; }
body {    
	background: var(--color-1);
    height: 100%;
    margin: 0;
    font-size: 12px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: var(--font-1)
}
input, textarea, select, button {
    background-color:var(--font-1);
}
.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
	opacity: .6;
  }
}

header {
    padding: 10px 20px;
}

.hidden {
	display:none !important;
}
footer#footer_home {
	margin:20px 0;
}
footer#footer_games {
	display: table !important;
	border: 1px solid #e7e7e7;
	position: fixed;
	font-size: 8px;
	z-index: 1;
	width: 100%;
	height: 8vh;
	bottom: 0;
	background: #000 !important;
	padding: 7px;
	padding-bottom:0;	
	left: 0;
	bottom: 0;
}
#footer_games2{ 
	position:fixed; 
	bottom:0; 
	width:100%; 
	height:100px; 
	display: table !important;
	background: var(--color-2);
	padding: 7px;
	padding-bottom:0;	
	height: 60px;
	z-index:200;
}
.div_footer {
	width: 20vw;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.btn_footer {
	color: #FFD700;
	font-size: 3vw;
}

.row:after,
.row:before {
    display: none
}
a {
	color: var(--font-1) !important;
}

.container, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	padding:0;
}

::-webkit-input-placeholder {
	text-align:center;
}
:-moz-placeholder {
	text-align:center;
}
::-moz-placeholder {
	text-align:center;
}
:-ms-input-placeholder {
	text-align:center;
}
.input-read {
    background-color: #CCC!important
}

/* ==== BUTTON ==== */
.btn-wap {
    -moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
	background:-moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:var(--font-1);
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 10px;
	margin:0;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc9f52;
	display:inline-block;
}


.btn-live-chat {
    -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:var(--font-1);
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 10px;
	margin:0;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;	
	display:inline-block;
}

.btn-green {
	background: var(--gradient-1);
	color:var(--font-1) !important;
	font-size:12px;
	font-weight:bold;
	width:47%;
	display:inline-block;
	margin:0; 
    padding: 5px 0;
	text-shadow:1px 1px 0px var(--color-4);
    border-radius: 30px;
	border:3px solid var(--color-3);
}
.btn-green:hover {
	opacity::0.7;
}

.btn-red {
	background: var(--color-3);
	color: var(--font-2) !important;
	font-size:12px;
	font-weight:bold;
	width:47%;
	display:inline-block;
	margin:0; 
    padding: 5px 0;
	text-shadow:1px 1px 0px var(--color-4);
    border-radius: 30px;
	border:3px solid var(--color-3);
}
.btn-red:hover {
	opacity::0.7;
}
.btn-gray {
	-moz-box-shadow:inset 0px 1px 0px 0px var(--font-1);
	-webkit-box-shadow:inset 0px 1px 0px 0px var(--font-1);
	box-shadow:inset 0px 1px 0px 0px var(--font-1);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px var(--font-1);
}
.btn-gray:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}

/* ==== BUTTON ==== */



/* ==== Pengumuman ==== */
#home_pengumuman {
    color: var(--font-1);
    padding: 3px 0;
    font-size: 10px !important;
    margin-top: 10px;
    width: 100%;
}
#home_pengumuman_inside {
    color: var(--font-1);
    padding: 3px 0;
    font-size: 10px !important;
    position: relative;
    top: 10px;
    width: 740px;
}
.marquee {
    width: 100%;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    color: var(--font-1);
}
.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: .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: .5px
}
/* ==== Pengumuman ==== */

/* ==== NAVBAR STYLE ==== */
.navbar_fixed {
  position:fixed;
  width: 100%;
  z-index:99999;
  background:inherit;
}
#div_navbar {
  text-align:center;
  width: 100%;
}
#div_navbar .row{
  width: 100%;
  margin: 0;
}
#div_navbar .col-5{
	padding:12px 0;
}
#div_navbar_menubar {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
  width: 100%;
  padding:0 10px;
  background:#272727;
}
#div_navbar_user {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
  width: 100%;
  padding:0 10px;
  background:#272727;
}
#div_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#web_logo {
	padding:5px;
  margin-top:5px;
}
#web_logo_user {
  flex-shrink: 0;
  width: 90%;
  height: 90%;
  position:absolute;
  left:0;
}
.navbar {
  margin-left: 0px;
  padding: 0;
  padding-left: 30px;
  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,
      var(--font-1) 0%,
      var(--font-1)fac 8%,
      #d1b464 70%,
      #fdb931 100%,
      #5d4a1f 100%
    );
}
.nav_menu {
	background: var(--color-2);
	overflow-x: auto;
	padding: 0 0 5px 0;
}
.nav_menu ul {
    width: 950px;
	margin: 0;
	padding: 0px;
	list-style: none;
	display: inline-block;
	text-align:left
}
.nav_menu li {
	display: inline-block;
	margin: 0px;
	text-align: center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    padding:0 5px;
	line-height:24px;
}
.nav_menu li img{
	width:15px;
	display:inline-block;
	filter: invert(1);
}
.nav_menu li .menu_text{
	display:inline-block;
    vertical-align: middle;
}
.info_navbar_member {
  text-align: right;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 32px;
}
.info_navbar_member a {
  color: #000 !important;
}
.info_navbar_saldo {
  text-align: left;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 32px;
  color: #000;
}
.button-header {
  display: inline-block;
  padding: 0 4px;
  position: relative;
  top: -7px;
}
.button-header img {
  width: 27px;
}
.mobile-wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.mobile {
  width: 100%;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.mobile .right-navbar {
    padding: 12px 0;
}
.line {
  width: 25px;
  height: 2px;
  margin: 7px 0;
  background-color: var(--font-1);
}
.menu-toggle:hover {
  cursor: pointer;
}
.mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-nav {
  background: var(--color-1);
  max-width: 65%;
  width: 100%;
  height: 100%;
  transform: translate(300%, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Arimo", sans-serif;
  position: fixed;
  top: 0;
  border-left: 1px solid #222;
  z-index: 99999 !important;
  padding-top: 30px;
  font-size: 14px;
}
.mobile-nav .row {
  margin:0; 
  padding:10px 0; 
  width:100%; 
}
.mobile-nav .l_menu {
  overflow-y: auto;
  max-height: 90%;
}
.mobile-nav .col-12 {
  margin:0; 
  padding:10px 0 0; 
  width:100%; 
  max-height: 100%;
}
.mobile-nav h2 {
  padding: 25px 20px;
}
.mobile-nav li a {
  color: var(--font-1);
  display: block;
  padding: 7px 10px;
}
.mobile-nav li a:hover {
  background-color: #23252b;
  color: var(--font-1);
  border-left: 3px solid #44bfc6;
}
.mobile-nav .user_logo .fa-user{
	text-align:center;
	padding:0;
	background: #00638c;
	border: 3px outset var(--font-1);
  border-radius: 50%;
	font-size: 50px;
  line-height: 90px;
	width: 100px;
	height: 100px;
  margin-left:10px;
}
.btn-close-nav {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: 10px;
  top: -15px;
  margin-top: 20px;
  margin-right: 20px;
}
.btn-close-nav::before,
.btn-close-nav::after {
  content: "";
  width: 25px;
  height: 6px;
  display: block;
  background: var(--font-1);
}
.btn-close-nav::before {
  margin-top: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-close-nav::after {
  margin-top: -6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#username_log_games {
  border-radius: 5px !important;
  border: 1px solid #333 !important;
  background: #000 !important;
  color: var(--font-1) !important;
  padding: 6px !important;
  margin: 3px 0;
}
#pass_log_games {
  border-radius: 5px !important;
  border: 1px solid #333 !important;
  background: #000 !important;
  color: var(--font-1) !important;
  padding: 6px !important;
  margin: 3px 0 6px;
}
#captcha_code_games {
  border-radius: 5px !important;
  border: 1px solid #333 !important;
  width: 80px !important;
  color: var(--font-2) !important;
  padding: 6px !important;
}
#logo-user {
  float: left;
margin-left: 25px;
margin-top: -38px;
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #fc0 !important;
}
#logo-pass {
  float: left;
  margin-left: 25px;
  margin-top: -38px;
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #fc0 !important;
}
.title-games {
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  font-family: "Abel", sans-serif;
  text-transform: uppercase;
  position: relative;
  top: -6px;
  width: 100%;
}
.menu-link, .games-link {
  display:inline-block;
}
.games-link {
  height:70px;
  color:var(--font-1);
}
.games-link.active {
  filter: invert(100%);
  filter: sepia(100%);
}
.menu-link img, .games-link img {
  width: 60px;
  position:relative; 
  top:3px;
}
.games-title {
  width: 90%;
  border: 1px solid var(--font-1);
  border-radius: 6px;
  margin: 10px auto;
  padding:0 5px;
  font-size:10px;
}
.games-detail {
  display: none;
  padding-top: 10px;
}
.games-detail .row .col-3 {
  text-align: center;
  margin-bottom: 10px;
}
.games-logo {
  width: 100% !important;
}

/* ==== NAVBAR STYLE ==== */

/* ==== LOGIN ==== */
#form_login {
    text-align: center;
    position: relative;
    margin-top: 0
}

#form_login fieldset {
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0);
    padding: 5px;
    padding-top:10px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative
}

#form_login fieldset:not(:first-of-type) {
    display: none
}

#form_login input,
#form_login textarea {
	text-align:center;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 7px;
    margin:0 15px;
    margin-bottom:10px;
    width: 93%;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    background-color: var(--font-1);
}
#form_login select {
	background-color:var(--font-1) !important;
	color:#000;
    margin:0 15px;   
    border-radius:7px;
    width:93% !important;
}
#form_login select option {
	background-color:var(--font-1) !important;
	color:#000;
}
#form_login input:focus,
#form_login textarea:focus {
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    caret-color: red;
    border: 1px solid #9b0103;
    outline-width: 0;
    transition: All .5s ease-in;
    -webkit-transition: All .5s ease-in;
    -moz-transition: All .5s ease-in;
    -o-transition: All .5s ease-in
}
#btn-masuk {
	width:95%;
	margin:5px 10px;
	margin-top:0;
	border-radius:8px;
	font-size:16px;
}
#btn-daftar {
	width:95%;
	margin:5px 10px;
	border-radius:8px;
	font-size:16px;
}
/* ==== LOGIN ==== */

/* ==== JACKPOT STYLE ==== */
#div_jackpot {
	background: var(--color-2);
    padding: 10px 20px;
}
#div_jackpot .jackpot-title {
	font-family: "Arimo", sans-serif;
	text-align: center;
	text-transform: uppercase;
	width:34%;
	display:inline-block;
    padding: 0 5px;
    vertical-align: middle;
}
#div_jackpot .jackpot-title .title_1{
	font-size: 12px;
	background: var(--color-1);
	color: var(--color-2);
	font-weight:bold;
}
#div_jackpot .jackpot-title .title_2{
	font-size: 20px;
}
#div_jackpot #jackpot-text {
	width:65%;
	font-family: "Arimo", sans-serif;
	text-align: center;
	font-size: 7vw;
	margin: 0 auto;
	display:inline-block;
    vertical-align: middle;
}

[class^="line-"] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 0.3rem);
  height: calc(100% + 0.3rem);
  overflow: hidden;
}
[class^="line-"]:before,
[class^="line-"]:after {
  content: "";
  position: absolute;
}

.line-x:before,
.line-x:after {
  width: 100%;
  height: 5px;
  background-image: linear-gradient(
    90deg,
    transparent,
    #00638c 20% 80%,
    transparent
  );
}

.line-x:before {
  top: 0;
  -webkit-animation: move-x 2s both infinite linear;
  animation: move-x 2s both infinite linear;
}

.line-x:after {
  bottom: 0;
  animation: move-x 2s both infinite linear reverse;
}

@-webkit-keyframes move-x {
  from {
    left: -100%;
  }
  to {
    left: 100%;
  }
}

@keyframes move-x {
  from {
    left: -100%;
  }
  to {
    left: 100%;
  }
}
.line-y:before,
.line-y:after {
  width: 5px;
  height: 100%;
  background-image: linear-gradient(
    0deg,
    transparent,
    #00638c 20% 80%,
    transparent
  );
}

.line-y:before {
  left: 0;
  -webkit-animation: move-y 2s -1s both infinite linear;
  animation: move-y 2s -1s both infinite linear;
}

.line-y:after {
  right: 0;
  animation: move-y 2s -1s both infinite linear reverse;
}

@-webkit-keyframes move-y {
  from {
    top: 100%;
  }
  to {
    top: -100%;
  }
}
@keyframes move-y {
  from {
    top: 100%;
  }
  to {
    top: -100%;
  }
}

/* ==== JACKPOT STYLE ==== */

/* ==== PASARAN STYLE ==== */
.list_pasaran {
  background: var(--color-2);
  border: 3px outset var(--color-3);
  margin: 5px;
  border-radius: 7px;
  font-size: 16px;
  padding: 5px;
  color: var(--font-1);
  width: 95%;
  display: inline-block;
  text-shadow: 1px 1px 1px var(--font-2);
}
.jam_pasaran {
  width: 100%;
  color: var(--font-1);
  font-size: 11px;
  text-align: center;
}
.nama_pasaran {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  color: var(--font-1);
}
.hasil_pasaran {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: var(--font-1);
  letter-spacing: 0.5px;
  line-height: 40px;
}
/* ==== PASARAN STYLE ==== */

.bank_list_header {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    color: var(--font-1)
}

.menu_box{
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
}

.btn.link{
	padding: 0;
	font-size: 4vw;
	letter-spacing: unset;	
}

a,
a:hover,
a:visited {
    color: #0f0
}

a:hover {
    font-weight: 700
}

a.icon {
    color: #000
}

.bg-primary {
    background-image: radial-gradient(circle, #cb4d4d, #b73f3f, #a43031, #912124, #7e1018)
}

.content-wrap {
    background-image: radial-gradient(circle, #d7d0d0, #bcb7b9, #a29fa1, #898889, #717171)
}

.tabs {
    box-shadow: 0 0 20px 5px var(--font-1)
}

.link_pasaran {
    color: red
}

section.cta {
    background-image: linear-gradient(to bottom, var(--font-1), #e0d1e4, #cfa2bc, #c07286, #a64646);
    padding-top: unset
}

.rekening_header {
    text-align: center;
    font-size: 60px;
    font-weight: 700
}

.bank_depo_row {
    background-color: rgba(0, 0, 0, .7);
    padding: 10px;
    margin: 5px;
    box-shadow: 0 0 20px 10px #000
}

#nt-example1 li,
#nt-example11 li {
    background-color: rgba(62, 0, 1, .7);
    overflow: hidden;
    height: 45px;
    padding: 10px;
    line-height: 20px;
    list-style: none;
    font-size: 16px;
    text-align: left;
    border-radius: 10px;
    margin-bottom: 5px;
    font-weight: 700
}

#nt-example1 li {
    color: #C39B38
}

#nt-example11 li {
    color: #A47A00
}

.block_title,
section.game_list {
    text-align: center
}

#nt-example1 li:hover,
#nt-example11 li:hover {
    background: rgba(255, 255, 255, .4)
}

.block_title {
    color: var(--font-1);
    font-size: 25px
}

.input_box_login {
    padding: 5px
}

.btn-outline-primary {
    color: var(--font-1);
    border-color: var(--font-1)
}

.link,
.link:hover,
.link:visited,
.link_dp_wd_lg:hover,
.link_dp_wd_lg:visited {
    color: var(--font-1) !important;
    font-size:13px !important;
}

.nav_btn {
    font-size: 1.5vh;
    margin-top: 5px
}

.casino_header,
.game_list>div>div:nth-Child(2)>div,
.sport_header {
    font-size: 30px
}

#download {
    padding-top: unset;
    padding-bottom: unset
}

.menu {
    padding: 20px
}

.label_depo {
    padding-top: 10px
}

.custom_footer {
    min-height: 150px
}

section.agreement {
    background-image: #000
}

.agreement_button {
    text-align: right;
    padding: 10px
}

#game_btn,
.agreement_title,
.casino_header,
.game_image_div,
.menu_box,
.menu_depo_wd,
.pasaran_header,
.pasaran_item,
.sport_header {
    text-align: center
}

.agreement_div {
    padding-top: unset
}

.casino_header {
    color: var(--font-1);
    font-weight: 700
}

.sport_header {
    color: var(--font-1);
    font-weight: 700
}

.slide_show {
    margin-top: 50px
}

.menu_box {
    margin: 0 auto;
    padding: 0 auto
}

.btn.link {
    padding: 0;
    font-size: 4vw;
    letter-spacing: unset
}

.a,
.h {
    padding-right: unset;
    padding-left: unset;
    margin: 0 auto;
    height: 180vh
}

#main_content {
    background: url(../flexor/img/loader.gif) center center no-repeat;
    background-size: 50px;
    -webkit-transform: scale(.5);
    -webkit-transform-origin: 0 0;
    width: 200%;
    height: 200%;
    position: absolute
}

.object_container {
    height: 900px;
    width: 100%
}

.game_link.container {
    max-width: 1140px
}

img {
    width: 100%
}

.game_desc {
    text-align: center
}

.game_menu {
    background-image: linear-gradient(to right top, #b51a1a, #b01817, #ab1515, #a61312, #a11010);
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    color: var(--font-1);
    box-shadow: 0 0 20px 7px #acacac
}

#game_btn {
    font-size: 30px;
    color: var(--font-1);
    font-weight: 700;
    background: #000;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    border-left: 5px gold solid;
    border-bottom: 5px gold solid;
    border-right: 5px gold solid;
    background-image: linear-gradient(to bottom, #aa1818, #95271e, #802f24, #6c3429, #56362f)
}

div>div.game_menu>.col-3 {
    border-left: 1px gray solid;
    border-right: 1px gray solid
}

#game_btn>a,
div>div.game_menu>.col-3>a {
    color: var(--font-1);
    text-decoration: none
}

.game_image {
    width: 30%
}

.main_content {
    margin-top: 50px;
    background: #000
}

.pasaran_header {
    font-size: 50px;
    color: var(--font-1);
    font-weight: 900
}

.pasaran_item {
    font-size: 15px;
    color: var(--font-1)
}

.online {
    color: green
}

.offline {
    color: red
}

.pasaran_item_box {
    margin-top: 5px;
    margin-bottom: 5px;
    box-shadow: inset 0 0 20px 4px var(--font-1);
    padding-top: 10px;
    padding-bottom: 10px
}

.link_dp_wd_lg {
    color: var(--font-1);
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 14px
}

#depo_wd_area {
    margin-left: 0;
    margin-right: 0;
    background-image: linear-gradient(to right top, #979695, #a7a6a5, #b7b6b6, #c7c6c7, #d7d7d7);
    margin-bottom: 20px
}

#depo_wd_area .container {
    padding: 0
}

.menu_depo_wd {
    margin: auto 0
}

.data_promo,
.label_promo {
    width: 50%;
    text-align: left;
    padding: 0 10px;
    display: inline-block
}

.input_depo_wd {
    margin-bottom: 10px
}

.label_promo {
    float: left
}

.data_promo {
    float: right
}

.menu_icon {
    width: 25px
}

.modal-content {
    background-color: rgba(55, 0, 0, .7);
    color: #EBEBEB
}

#pagination_modal li a,
#pagination_tabel li a {
    float: left;
    padding: 6px;
    text-decoration: none
}

#pagination_post {
    margin: 0;
    padding: 0;
    text-align: center
}

#pagination_tabel {
    padding: 0;
    margin: 0
}

#pagination_tabel li {
    display: inline-block
}

#pagination_tabel li a {
    color: var(--font-1);
    background-color: var(--color-2);
    padding:5px 10px;
    border-radius:5px;
}

#pagination_tabel .active a {
    background-color: var(--font-1)!important;
    color: #000 !important;    
    border-radius:5px;
}

#pagination_tabel li a:hover {
    background-color: var(--font-1)!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)
}

/* ============== New Interface =========== */

/* ==== HOME STYLE ==== */

.sec_1, .sec_2, .sec_3, .sec_4, .sec_5, .sec_6 {
	width:100%;
	text-align:center;
    padding: 10px 2px;
	vertical-align:top;
}
.sec_1 .left{
	width:69%;
	display:inline-block;
	padding:5px 2px 5px 0;
	vertical-align:top;
}
.sec_1 .right{
	width:30%;
	display:inline-block;
	padding:5px 2px 5px 0;
	vertical-align:top;
}

.box_popular_game {
	border: 3px solid var(--color-3);
	padding:5px;
	width:100%;
}
.box_popular_game h4{
	color: var(--color-3);
	font-weight:bold;
	margin-bottom:20px;
	font-size:16px;
    text-align: left;
}
.box_popular_game .all_items .items{
	background: var(--color-2);
	display: inline-block;
	width:110px;
	height:105px;
	position:relative;
	vertical-align: top;
	margin:5px 0;
	text-align:center;
}
.box_popular_game .all_items .items.n0{
	width:140px !important;
	min-height: 220px !important;
	float:left;
}
.box_popular_game .all_items .items.n0 .game_image{
	width:100%;
	min-height: 170px;
	line-height: 170px;
}
.box_popular_game .all_items .items.n0 .game_image img{
	width:100%;
}
.box_popular_game .all_items .items.n0 h3{
	color: var(--color-3);
	font-size:11px;
	margin:10px 0;
	text-decoration:none;
}
.box_popular_game .all_items .items h3{
	color: var(--color-3);
	font-size:11px;
	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: 80px;
	line-height: 80px;
}
.box_popular_game .all_items .items .game_image img{
	display:inline-block;
	width:80%;
	height:100%;
	vertical-align:middle;
}
.box_popular_game .all_items .items .game_logo_home{
	position:absolute;
	top:0;
	left:0;
	width:25px;
	filter: drop-shadow(1px 1px 2px #000);
}
.box_popular_game .all_items .items .daily_win{
	position:absolute;
	top:0;
	right:0;
	width:20px;
	filter: drop-shadow(1px 1px 2px #000);
}
.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: -40px;
	border-radius: 4px;
	color:#fff;
}
.box_popular_game .fa-arrow-left {
	float: left;
	right: 30px;
}
.box_popular_game .fa-arrow-right {
	float: right;
	right: 0px;
}
.simply-scroll-list .table td, .simply-scroll-list .table th {
	padding: 5px;
}
.box_winner_game {
	border: 3px solid var(--color-3);
	padding:2px;
	width:100%;
}
.box_winner_game .winner_gname{
	font-size:12px;
	font-weight:bold;
}
.box_winner_game .winner_name{
	font-size:10px;
}
.box_winner_game .winner_total{
	font-size:11px;
	font-weight:bold;
	color:var(--color-3);
}
.box_winner_game .content{
	width:100%;
}
.box_winner_game .content .left{
	width:40%;
	display:inline-block;
	padding:0;
	margin:0;
	vertical-align:middle;
}
.box_winner_game .content .left img{
	width:100%;
}
.box_winner_game .content .right{
	width:55%;
	display:inline-block;
	padding:0;
	margin:0;
	vertical-align:middle;
    text-align: left;
}
.box_winner_game .simply-scroll, .simply-scroll .simply-scroll-clip {
	height: 275px;
}
.box_new_game {
	border: 3px solid var(--color-3);
	padding:5px;
	width:100%;
}
.box_new_game h4{
	color: var(--color-3);
	font-weight:bold;
	margin-bottom:20px;
	font-size:16px;
    text-align: left;
}
.box_new_game .items{
	background: var(--color-2);
	display: inline-block;
	width:110px;
	position:relative;
	vertical-align: top;
	margin:5px;
	text-align:center;
}
.box_new_game .items h3{
	color: var(--color-3);
	font-size:11px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
}
.box_new_game .items .game_image{
	padding:5px;
	width:100%;
	min-height: 125px;
	line-height: 125px;
}
.box_new_game .items .game_image img{
	display:inline-block;
	width:100%;
	vertical-align:middle;
}
.box_new_game .items .game_logo_home{
	position:absolute;
	top:0;
	left:0;
	width:25px;
	filter: drop-shadow(1px 1px 2px #000);
}
.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: -40px;
	border-radius: 4px;
	color:#fff;
}
.box_new_game .fa-arrow-left {
	float: left;
	right: 30px;
}
.box_new_game .fa-arrow-right {
	float: right;
	right: 0px;
}

#api_carousel{
	background: var(--color-2);
	padding: 0 10px 30px 10px;
}
#api_carousel .carousel-item{
	width: 100%;
	margin: 0 auto;
}
#api_carousel .carousel-item .left_side, #api_carousel .carousel-item .right_side{
  display: inline-block;
  vertical-align:top;
}
#api_carousel .carousel-item .left_side{
  width: 49%;
}
#api_carousel .carousel-item .left_side img{
  width: 100%;
}
#api_carousel .carousel-item .right_side{
  width: 50%;
  text-align:right;
  padding: 20px 0px;
}
#api_carousel .carousel-item .right_side h2{
  font-weight:bold;
  font-size:20px; 
  text-transform: uppercase;
}
#api_carousel .carousel-item .right_side h3{
  font-size:14px;
  text-transform: uppercase;
}
#api_carousel .carousel-item .right_side a{
	border: 3px solid var(--color-3);
	cursor: pointer;
	text-decoration: none;
	padding: 5px 20px;
    border-radius: 20px;
	display: inline-block;
}
#api_carousel .carousel-item .right_side a span{
	color: #fff;
	font-weight:bold;
	letter-spacing:1px;
	filter: drop-shadow(1px 1px 3px #000);
}
#api_carousel .carousel-item .right_side a:hover {
  background: #fff;
}
#api_carousel .carousel-item .right_side a:hover span{
	color: #000;
	filter: none;
}
#api_carousel .carousel-indicators {
	bottom:0;
}
.list-market {
	padding: 0;
	margin: 10px 0px;
	width:100%;
}
.list-market .box-result {
	background: var(--color-2);
	text-align: center;
	margin: 2px;
	padding: 5px;
	display: inline-block;
	border: 3px solid var(--color-3);
}
.list-market .box-result h3 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 5px 0;
}
.list-market .box-result li {
  font-size: 6vw;
  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: 8px;
  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 {
  font-size: 8px;
}
.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;
}
.list-market .fa.fa-arrow-left,
.list-market .fa.fa-arrow-right {
  position: absolute;
  z-index: 100;
  padding: 5px;
  background: rgba(0, 0, 0, 0.7);
  top: 55px;
  border-radius: 4px;
}
.list-market .fa-arrow-left {
  float: left;
  left: 10px;
}
.list-market .fa-arrow-right {
  float: right;
  right: 10px;
}
.all_product {
	display:inline-block;
	width:100%;
}
.all_product .title, .bank .title{
	display:block;
	font-size:24px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
}
.all_product .group{
	padding:5px 2px;
	text-align: center;
}
.all_product .group .product_logo{
	display:inline-block;
	width:19%;
}
.all_product .group .product_logo img{
    padding: 2px;
	filter: drop-shadow(0 0 1px var(--color-3));
}
.bank {
	padding: 0;
	margin: 0;
	width: 100%;
	display: inline-block;
	text-align:center;
}
.bank .list-bank {
	display: inline-block;
    padding: 5px;
    width: 18%;
    text-align: center;
    border: 3px solid var(--color-3);
    margin: 2px;
	background: var(--color-2);
	line-height:35px;
}
.bank .list-bank img{
	filter: drop-shadow(1px 1px 0px var(--color-4));
}

/* ==== HOME STYLE ==== */

/* ==== FOOTER STYLE ==== */

.div_footer {
  width: 20vw;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-family: "Arimo", sans-serif;
  font-size: 11px;
}
.fab-container {
	position: fixed;
	bottom: 70px;
	left: 5px;
	z-index: 999;
	cursor: pointer;
}
.fab-icon-holder {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: #00638c;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.fab-icon-holder:hover {
	opacity: 0.6;
}
.fab-icon-holder i {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 25px;
	color: var(--font-1);
}
.fab1 {
	width: 40px;
	height: 40px;
	background: var(--color-2);
}
.fab1 span{
	width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}
.fab-options {
	list-style-type: none;
	margin: 0;
	position: absolute;
	bottom: 50px;
	left: -30px;
	opacity: 0;
	transition: all 0.3s ease;
	transform: scale(0);
	transform-origin: 85% bottom;
}
.fab1:hover+.fab-options,
.fab-options:hover {
	opacity: 1;
	transform: scale(1);
}
.fab-options li {
	margin: 2px;
    line-height: 30px;
    text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: var(--color-2);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.fab-options li a {
	color: var(--font-1);
}
.fab-label {
	padding: 1px 2px 3px 2px;
    margin-left: 35px;
	white-space: nowrap;
	border-radius: 3px;
	font-size: 12px;
	background: var(--color-2);
	color: var(--font-1);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
	top: -32px;
    position: relative;
    width: 80px;
    line-height: 16px;
    vertical-align: middle;
    display: inline-block;
}
/* ==== FOOTER STYLE ==== */

/* ==== SEAMLESS/TRANSFER STYLE ==== */
.button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button-wallet {
  position: relative;
  top: -5px;
  width: 100px;
  height: 25px;
  overflow: hidden;
  margin: 0 auto;
}

.button-wallet.r,
.button-wallet.r .layer {
  border-radius: 8px;
}

.button.b2 {
  border-radius: 2px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
  background: #CCC;
}

.layer {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1;
}

#button-1 .knobs:before {
  content: "SATU DOMPET";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 65px;
  height: 21px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 7px 0px;
  background-color: #03a9f4;
  border-radius: 8px;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
  font-size:8px;
}

#button-1 .checkbox:checked + .knobs:before {
  content: "TRANSFER";
  left: 33px;
  background-color: #f44336;
}

#button-1 .checkbox:checked ~ .layer {
  background-color: #fcebeb;
}

#button-1 .knobs,
#button-1 .knobs:before,
#button-1 .layer {
  transition: 0.3s ease all;
}
.all_list_game {
	width:730px;
}
.title_game {
	width:70px;
	margin-left:-15px;
}
.info_navbar_member, .info_navbar_saldo {
	color:#fff;
    text-align: center;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
}
.l_menu {
	overflow-y: auto;
	max-height: 100%;
}
/* ==== SEAMLESS/TRANSFER STYLE ==== */

/* ==== RTP POPUP STYLE ==== */
.rtp_div {
	position:fixed;
	bottom:125px;
	left:5px;
	z-index:100;
	display:none;
}
.rtp_div .rtp_link img{
	width:60px;
	background: var(--color-1);
    border: 3px outset var(--font-1);
    border-radius: 50%;
    padding: 8px;
}

.apk_div {
    position: fixed;
    bottom: 190px;
    left: 5px;
    z-index: 100;
    display: none;
}
.apk_div .apk_link img{
	  width: 60px;
    background: #0c021f;
    border: 3px outset #f8a003;
    border-radius: 50%;
    padding: 8px;
}
/* ==== RTP POPUP STYLE ==== */


/* ==== SLOT LOBBY STYLE ==== */
*,
*:before,
*:after {
	box-sizing: border-box;
}

.slot-option {
	position:relative;
	display: inline-block;
	width: 100%;
	margin:0 !important;
	vertical-align: middle;
	min-height:60px;
	font-size: 13px;
	opacity: 1;
	transition: opacity .2s ease;
	cursor:pointer;
	border: 1.5px solid var(--font-1);
	border-radius: 3px;
	background: var(--color-1);
	padding: 10px 20px;
	border-radius:10px;
}
.slot-option h3 {
	margin: 0;
	margin-top:10px;
}
.games_slot img {
	margin:0 auto;
	width:100%;
}	
div.form {
	position:relative;
	width:100%;
	margin:auto;
	padding:0;
	list-style: none;
	overflow:hidden;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	box-shadow:  1px 1px 10px rgba(0, 0, 0, 0.1);
	
	background: var(--color-2);	
}

.form div {
	display: inline-block;
}
.form div a {
	width:100%;
	height:35px;
	line-height:35px;
	display:block;
	overflow:hidden;
	position:relative;
	text-decoration:none;
	font-size:12px;
	color:var(--font-1) !important;
	border:1.5px solid var(--font-1);
	padding:0 10px;
	
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;			
}

.form div a:hover {		
	color: var(--font-1) !important;
	font-weight:bold;		
	background: var(--color-1);
}
.form div a.selected {
	color: var(--font-1) !important;
	font-weight:bold;		
	background: var(--color-1);
}
#search_txt::placeholder {
	font-family: "Font Awesome 5 Free", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 500;
	font-style:normal;
}
#search_txt {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	width:100%; 
	height:30px; 
	padding:2px 8px; 
	font-size:13px;
	font-style:normal;
	color: var(--font-2);
}
.game-logo {
	width:30px !important;
	position:absolute;
	top:0;
	left:0;
}
.daily-win {
	width:30px !important;
	position:absolute;
	top:-10px;
	right:-3px;
}
/* ==== SLOT LOBBY STYLE ==== */

/* ----------- BANNER RECOMMEND MATCH ----------- */

.blur-popup-rm {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.modal-popup-wrapper-rm {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999 !important;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.modal-popup-wrapper-rm.open {
    opacity: 1;
    visibility: visible;
}
.modal-popup-rm {
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background: none;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.modal-popup-wrapper-rm.open .modal-popup-rm {
    opacity: 1;
}
.head-popup-rm {
    width: 100%;
    height: 34px;
    padding: 0;
    overflow: hidden;
    background: none;
}
.btn-close-popup-rm {
    width: 28px;
    height: 28px;
    display: block;
    float: right;
}
.btn-close-popup-rm::before,
.btn-close-popup-rm::after {
    content: "";
    width: 24px;
    height: 6px;
    display: block;
    background: white;
}
.btn-close-popup-rm::before {
    margin-top: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-close-popup-rm::after {
    margin-top: -6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.content-popup-rm {
	background: #222;
	border:2px solid var(--font-1);
}
.content-popup-rm img {
    width:100%;
	border:1px solid #AAA;
}
.btn-footer-close-popup-rm {
	padding:10px 5px;
	background:var(--font-1);
	color:#000;
	text-align:center;
	cursor:pointer;
}
/* ----------- BANNER RECOMMEND MATCH ----------- */