/* ==== GLOBAL STYLE ==== */
:root {
	/* Color definitions */
	--color-1: #100E09;
	--color-2: #DAA520;
	--color-3: #ffffff;
	--color-4: #D0D0D0;
	--color-5: #e0ff89;
	--color-6: #053827;
	--color-7: #2c67fc;
	--color-8: #000000;
	
	--font-1: #ffffff;
	--font-2: #000000;
    
	--gradient-1: repeating-linear-gradient(145deg, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 45%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
	--gradient-2: repeating-linear-gradient(145deg, #58a22a 0%, #72be3c 8%, #3fb11b 18%, #67ae46 27%, #99f3a9 45%, #69c750 58%, #52ba37 67%, #1f8e20 77%, #3bbb32 83%, #65ae2f 88%, #53e154 93%, #23881c 100%);
}
html, body {
    max-width: 100%;
}
html{ height:100%; }
body {
	background: url("../../img/resources/bg_royalsk.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 12px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: var(--font-1);
    min-height:100%; 
    position:relative;
}
input, textarea, select, button {
    background-color: var(--color-3);
}
.hidden {
	display:none !important;
}
.row:after,
.row:before {
  display: none;
}
.row {
  margin: 0;
  padding: 0;
}
.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;
}
a,
a:hover,
a:visited {
  color: var(--font-1);
}
a:hover {
  font-weight: 700;
}
a.icon {
  color: #000;
}
.blink_me {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
	opacity: .4;
  }
}
@keyframes zoominout {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}
.hidden {
	display:none !important;	
}


/* ==== NAVBAR STYLE ==== */
.navbar_fixed {
  position:fixed;
  width: 100%;
  z-index:99999;
  background:inherit;
}
#div_navbar {
	text-align:center;
	width: 100%;
}
#div_navbar .fixed_menubar {
	z-index:10000;
	position:fixed;
    width: 100%;
	background: var(--color-6);
	max-height:200px;
}
#div_navbar .fixed_menubar .icon-logout{
	filter: invert(1);
    margin-top: 12px;
    width: 25px;
}
#div_navbar .gap_menubar {
	height:135px;
}
#div_navbar .gap_menubar_inside {
	height:135px;
}
#div_navbar .col-5{
	padding:10px 0 0;
}
#div_navbar .col-6{
	text-align:left;
}
#div_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#web_logo {
  width:135px;
}
#web_logo_user {
  flex-shrink: 0;
  width: 90%;
  height: 90%;
  position:absolute;
  left:0;
}
.info_navbar_member {
  text-align: left;
  padding: 0;
  margin-top:5px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  color: var(--font-1) !important;
}
.info_navbar_member a {
  color: var(--font-1) !important;
}
.info_navbar_saldo {
  text-align: left;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  color: var(--font-1);
}
.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: 20px;
  height: 2px;
  margin: 5px 0;
  background-color: var(--color-3);
}
.menu-toggle:hover {
  cursor: pointer;
}
.mobile-nav {
	background: var(--color-6);
	max-width: 60%;
	width: 100%;
	height: 100%;
	transform: translate(-100%, 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;
	padding-top:10px;
	font-size: 14px;
	overflow-y: auto;
}
.mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-nav .row {
  margin:0 0 10px 0; 
  padding:10px 0; 
  width:100%; 
}
.mobile-nav .l_menu {
  margin-bottom:70px;
}
.mobile-nav .col-12 {
  margin:0; 
  padding:10px 0 0; 
  width:100%; 
  overflow-y: auto;
  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: var(--color-2);
	border: 3px outset #fff;
	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;
  right: 0;
  z-index: 1;
}
.btn-close-nav::before,
.btn-close-nav::after {
  content: "";
  width: 25px;
  height: 6px;
  display: block;
  background: #fff;
}
.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: #fff !important;
  padding: 6px !important;
  margin: 3px 0;
}
#pass_log_games {
  border-radius: 5px !important;
  border: 1px solid #333 !important;
  background: #000 !important;
  color: #fff !important;
  padding: 6px !important;
  margin: 3px 0 6px;
}
#captcha_code_games {
  border-radius: 5px !important;
  border: 1px solid #333 !important;
  width: 80px !important;
  background: #000 !important;
  color: #fff !important;
  padding: 6px !important;
}
#logo-user {
  float: left;
  margin-left: 10px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: var(--color-5) !important;
}
#logo-pass {
  float: left;
  margin-left: 10px;
  margin-top: -32px;
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: var(--color-5) !important;
}
/* ==== NAVBAR STYLE ==== */

/* ==== Pengumuman ==== */
#home_pengumuman {
	padding: 5px 0 0;
	font-size: 10px !important;
	position: relative;
	width: 100%;
}
#home_pengumuman .fa-bullhorn{
	vertical-align: top;
    font-size: 14px;
    line-height: 28px;
    position: relative;
    top: -5px;
    left: 5px;
}
.marquee {
  width: 94%;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  color: var(--font-1);
  display: inline-block;
}
.marquee span {
  display: inline-block;
  padding-left: 60%;
  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;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.5px;
}
#pengumuman2 {
  margin-left: 100px;
  margin-right: 100px;
  font-weight: 700;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.5px;
}
/* ==== Pengumuman ==== */

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;
}
.div_footer {
	width: 20vw;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.btn_footer {
	color: #FFD700;
	font-size: 3vw;
	text-shadow: 0 1px 2px #191a1b, 0 1px 0 #191a1b;
}

#footer_games2{ 
	position:fixed; 
	bottom:0; 
	width:100%;
	display: table !important;
	border: 1px solid #555;
	background:#4caf50;
	padding: 7px;
	padding-bottom:0;	
	height: 60px;
}

/* ==== BUTTON ==== */
.btn-custom {
	background: var(--gradient-1);
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border: 2px solid var(--color-3);
	display:inline-block;
	cursor:pointer;
	color: var(--font-1);
	font-family:Arial;
	font-size:14px;
	padding:6px 10px;
	margin:0;
	text-decoration:none;
	text-shadow:1px 1px 2px var(--font-2);
	display:inline-block;
}
.btn-register {
	background: var(--gradient-2);
	text-shadow:1px 1px 2px var(--font-2);
	color: var(--font-1) !important;
	font-family: "Arimo", sans-serif;
	width: 40%;
	display: inline-block;
	margin: 0;
	padding: 5px 0;
	border-radius: 8px;
	border: 1px solid var(--color-3);
	font-size:10px;
}
.btn-login {
	background: var(--gradient-1);
	text-shadow:1px 1px 2px var(--font-2);
	color: var(--font-1) !important;
	font-family: "Arimo", sans-serif;
	width: 40%;
	display: inline-block;
	margin: 0;
	padding: 5px 0;
	border-radius: 8px;
	border: 1px solid var(--color-5);
	font-size:10px;
}
.btn-danger {
	color: var(---font-1) !important;
    padding: 5px 15px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}
.menu_btn {
	text-transform:uppercase;
	color:#000 !important;
	font-size:12px;
	margin:0px 5px;
	font-weight:bold;
}
.btn-gray {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
/* ==== BUTTON ==== */



/* ==== LOGIN ==== */
.log_icon {
	width:100%;
	background:#EBEBEB;
	margin-bottom:10px;
	border-radius: 7px;
	overflow:hidden;
}
.log_icon i {
	display:inline-block;	
	width:12%;
	color:#222;
	font-size:16px;
}
.log_captcha {
	clear:both;
	width:60%;
	text-align:center;
	margin: 0 auto;
	display:inline-block;
    vertical-align: middle;
}
#form_login {
    text-align: center;
    position: relative;
    margin-top: 0
}

#form_login input,
#form_login textarea {
	display:inline-block;
	text-align:center;
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    background-color: var(--color-3);
	padding:8px 2px;
}
#form_login select {
	background-color:#FFF !important;
	color:#000;
    margin:0 15px;   
    border-radius:7px;
    width:93% !important;
}
#form_login select option {
	background-color:#FFF !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
}
#form_login .btn-login, #form_login .btn-register {
	display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
}
#form_reg {
    text-align: center;
    position: relative;
    margin-top: 0
}
#form_reg fieldset {
    border: 0;
    border-radius: 5px;
    padding: 5px;
    padding-top:10px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative
}
#form_reg fieldset:not(:first-of-type) {
    display: none
}
#form_reg input,
#form_reg textarea {
	text-align:center;
	padding:8px 2px;
    border: 1px solid #ccc;
    border-radius: 7px;
    margin-bottom:10px;
    width: 100%;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    background-color: var(--color-3);
}
#form_reg select {
	background-color:#FFF !important;
	color:#000; 
    border-radius:7px;
    width: 100% !important;
}
#form_reg select option {
	background-color:#FFF !important;
	color:#000;
}
#form_reg input:focus,
#form_reg 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
}
#form_reg .btn-register{
	display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
}
/* ==== LOGIN ==== */

/* ==== PASARAN STYLE ==== */
.list_pasaran {
  background: var(--color-6);
  border: 3px solid var(--color-5);
  margin: 5px;
  border-radius: 7px;
  font-size: 16px;
  padding: 5px;
  color: var(--font-1);
  width: 95%;
  display: inline-block;
  text-shadow: 1px 1px 1px #000;
}
.jam_pasaran {
	width: 100%;
	color: var(--font-1);
	font-size: 14px;
	text-align: center;
}
.nama_pasaran {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 28px;
	text-align: center;
	color: var(--color-5);
	background-image: var(--gradient-1);
	background-size: 150%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	overflow:hidden;
	text-shadow:none;
}
.hasil_pasaran {
	width: 100%;
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 50px;
	text-align: center;
	color: var(--color-5);
	background-image: var(--gradient-1);
	background-size: 150%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow:none;
}
/* ==== PASARAN STYLE ==== */


.bank_list_header {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    color: #FFF
}

.menu_box a{
	margin: 2px;
	padding: 0 auto;
	text-align: center;
	min-height:90px;
	border: 2px solid var(--color-5);
	border-radius:10px;
	background: var(--color-6);
}

.menu_box img{
	filter: drop-shadow(1px 1px 1px #ddd);
}

.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 #fff
}

.link_pasaran {
    color: red
}

section.cta {
    background-image: linear-gradient(to bottom, #fff, #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: #fff
}

.link,
.link:hover,
.link:visited,
.link_dp_wd_lg:hover,
.link_dp_wd_lg:visited {
    color: #FFF !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: #fff
}

.online {
    color: green
}

.offline {
    color: red
}

.pasaran_item_box {
    margin-top: 5px;
    margin-bottom: 5px;
    box-shadow: inset 0 0 20px 4px #fff;
    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: var(--font-2);
    padding:5px 10px;
    border-radius:5px;
}

#pagination_tabel .active a {
    background: var(--gradient-1)!important;
	text-shadow: 1px 1px 2px var(--font-2);
    color: var(--font-1) !important;    
    border-radius:5px;
}

#pagination_tabel li a:hover {
    background: var(--color-3) !important;
    color: var(--font-2) !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)
}

/* ==== 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 #fff;
}
.content-popup-rm img {
    width:100%;
	border:1px solid #AAA;
}
.btn-footer-close-popup-rm {
	padding:10px 5px;
	background:#fff;
	color:#000;
	text-align:center;
	cursor:pointer;
}
/* ==== BANNER RECOMMEND MATCH ==== */


/* ==== BUTTON SEAMLESS/TRANSFER ==== */
.button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button-wallet {
	position: relative;
	top: 0;
	width: 144px;
	height: 30px;
	overflow: hidden;
	margin: 5px 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: #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: 26px;
  color: var(--font-1);
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 6px 0px;
  background-color: #03a9f4;
  border-radius: 8px;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
  font-size:12px;
}

#button-1 .checkbox:checked + .knobs:before {
  content: "TRANSFER";
  left: 42px;
  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;
}
/* ==== BUTTON SEAMLESS/TRANSFER ==== */


/* ==== HOME ==== */
.cst_menu {
	overflow-x: auto;
	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	background: var(--color-6);
	z-index:10;
}
.cst_menu .row{
	min-width: 600px;
    width: auto;
}
::-webkit-scrollbar{
    width: 1px;
	height:1px;
}
.cst_menu .col-3{
	width:60px;
	flex:none;
}
.cst_menu .title-games{
	font-size:8px
}
.cst_menu .games-link{
	filter: grayscale(1);
	opacity:0.8;
	width:100%;
	padding-bottom:5px;
	border-bottom: 2px solid var(--line-1);
}
.menu_games {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
.menu_games_member {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  padding-top:100px;
}
.title-games {
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  font-family: "Abel", sans-serif;
  text-transform: uppercase;
  position: relative;
  width: 100%;
}
.menu-link, .games-link {
  display:inline-block;
}
.games-link, .btn-play {
  color: var(--font-1);
}
.cst_menu .games-link.active {
	filter: grayscale(0);
	opacity:1;
	border-bottom: 2px solid var(--color-5);
}
.cst_menu .games-link.active .title-games{
	color: var(--color-5);
}
.menu-link img, .games-link img {
  width: 40px;
}
.games-title {
  width: 90%;
  border: 1px solid #fff;
  border-radius: 6px;
  margin: 10px auto;
  padding:0 5px;
  font-size:10px;
}
.games-detail {
	padding-top: 10px;
}
.games-detail .row .col-3 {
	text-align: center;
}
.games-detail .games-link{
	margin:2px;
	overflow:hidden;
	border-radius:5px;
	background: url(../../img/resources/bg_icon.png?b) center no-repeat ;
    border: 2px solid var(--color-5);
}
.games-detail .games-logo {
	width: 100% !important;
}

.page-title,
.block-title {
  font-family: "Arimo", sans-serif;
  text-align: center;
  font-size: 20px;
  margin: 10px 0;
  text-transform: uppercase;
}
.box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.1rem 0.2rem;
  background-image: linear-gradient(90deg, #f8cd09, #eb8c03, #ec7c02);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.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{		
  border: 2px solid var(--color-5);
  border-radius:7px;
  min-height:50px;  
  max-height:50px;  
  display: flex;
  align-items: center;
  text-align:center;
  margin: 2px;
}
.all_product .group .product_logo img{
  padding: 2px;
	filter: drop-shadow(0 0 1px var(--color-6));  
  text-align:center;  
}
.all_product .fa.fa-arrow-left,
.all_product .fa.fa-arrow-right {
  position: absolute;
  z-index: 100;
  padding: 5px;
  background: rgba(0, 0, 0, 0.4);
  top: 19px;
  border-radius: 4px;
}
.all_product .fa-arrow-left {
  float: left;
  left: 5px;
}
.all_product .fa-arrow-right {
  float: right;
  right: 5px;
}
/* ==== HOME ==== */


/* ============ START MEMO ============ */
span.fa-comment {
	position: relative;
	float: right;
	font-size: 24px;
	top: 2px;
	color: red;
	right: 2px;
	float: right;
	z-index:10;
}
span.num {
	position: relative;
	float: right;
	font-size: 14px;
	top: 2px;
	color: #fff;
	right: -14px;
	font-weight: bold;
	text-align: center;
	z-index:11;
}
/* ============ END MEMO ============ */

/* ============ START PROFILE ============ */
.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: 33%;
	font-size:13px;
}
.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);
	visibility: hidden;
	opacity: 0;
	height: 0;
	transform: translateY(10px);
	transition: transform 0.3s ease-in;
	text-align:left;
}
.tab__inside-active {
	visibility: visible;
	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:100%;
	border:1px solid #424242 !important;
}
.bank-list tr, .bank-list tr td {		
	padding:2px 15px;
}
/* ============ END PROFILE ============ */


/* ==== APK ==== */
.apk_div {
	position:fixed;
	bottom:170px;
	left:5px;
	z-index:100;
	display:none;
}
.apk_div .apk_link img{
	width:50px;
	background: var(--color-6);
    border: 3px outset var(--color-5);
    border-radius: 50%;
    padding: 8px;
}
/* ==== APK ==== */

/* ==== RTP ==== */
.rtp_div {
	position:fixed;
	bottom:115px;
	left:5px;
	z-index:100;
	display:none;
}
.rtp_div .rtp_link img{
	width:50px;
	background: var(--color-6);
    border: 3px outset var(--color-5);
    border-radius: 50%;
    padding: 8px;
}
/* ==== RTP ==== */

/* ==== FOOTER STYLE ==== */
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;
}
.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: var(--color-8);
	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: #ffffff;
}
.fab1 {
	width: 40px;
	height: 40px;
	background: var(--color-8);
	color:var(--font-1);
}
.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-8);
	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-8);
	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;
}

#div_footer_seo {
  margin:10px; 
  margin-top:40px;
  padding:20px 0;
  border-top:1px solid #9f9f9f;
  border-bottom:1px solid #9f9f9f;
}
#footer_seo {
  text-align: center;
}
.footer_seo_content {
  min-height: 200px;
  height: 200px;
  overflow: hidden;
}
#footer_seo .btn_seemore{
  position: relative;
  top: 5px;
  font-size: 14px;
  background: var(--gradient-1);
  color: var(--font-1);
  text-shadow:1px 1px 2px var(--font-2);
}
.panel i {
  padding-top:12px;
}
/* ==== FOOTER STYLE ==== */

/* ==== BOT NAVBAR STYLE ==== */
#menubar {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: table !important;
  border-top: 2px solid var(--color-5);
  background: var(--color-6);
  padding: 10px 5px;
  padding-bottom: 0;
  height: 60px;
  z-index: 10000;
}
#menubar .menulist {
  width: 20vw;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#menubar .btn_footer {
  color: var(--font-1);
  font-size: 12px;
}
/* ==== BOT NAVBAR STYLE ==== */

/* ==== SLOT LOBBY ==== */
.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(--color-3);
	border-radius: 3px;
	background: var(--background-2);
	padding: 10px 20px;
}
.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: #282828;		
}

.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:11px;
	color: var(--font-1);
	border: 1.5px solid var(--color-3);
	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-5);
}
.form div a.selected {
	color: var(--font-1) !important;
	font-weight:bold;
	background: var(--color-5);
}
#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:#000;
}
.game-logo {
	width:30px !important;
	position:absolute;
	top:0;
	left:0;
}
.daily-win {
	width:30px !important;
	position:absolute;
	top:-10px;
	right:-3px;
}
/* ==== SLOT LOBBY ==== */