@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quantico&display=swap");

@font-face {
    font-family: advanced_dot_digital;
    src: url("../../advanced_dot_digital-7.ttf");
}

html, body {
	font-family: "Lato", sans-serif;
    max-width: 100%;
	scroll-behavior: smooth;
}
html{ height:100%; }
body {
    /*background: url(../../img/resources/bg_mobile.jpg) center center no-repeat fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color:#000;
    font-size: 12px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #fff;
    min-height:100%; 
    position:relative;
}
input, textarea, select, button {
    background-color:#fff;
}
.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 {
	margin-left:0px;
	padding:0;
	padding-left:30px;
	background: rgb(191,133,13);
	background: -moz-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%);
	background: -webkit-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%);
	background: -webkit-gradient(linear, 100% 0, 0 0, from(rgba(191,133,13,1)), color-stop(0.33, rgba(252,244,154,1)), color-stop(0.36, rgba(252,244,154,1)), color-stop(0.39, rgba(252,244,154,1)), color-stop(0.45, rgba(248,236,187,1)), color-stop(0.82, rgba(191,133,13,1)), to(rgba(147,102,10,1)));
	background: -o-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%);
	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%);
}
.info_navbar {
    width: 100%;
    padding: 5px 10px 5px 0
}

.info_navbar_member {
    padding: 0;
	font-weight:bold;
    font-size: 12px;
    line-height: 18px;
    margin-top:10px;
}
.info_navbar_saldo {
    padding: 0;
	font-weight:bold;
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}

/* ==== Pengumuman ==== */
#home_pengumuman {
    color: #FFF;
    padding: 5px;
    font-size: 10px !important;
    position: relative;
    width: 100%;
}
#home_pengumuman img {
	position: relative;
    width: 5%;
    display: inline-block;
    vertical-align: top;
}
.marquee {
    width: 94%;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    color: #FFF;
    display: inline-block;
}
.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: 12px;
    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: 12px;
    font-weight: normal;
    letter-spacing: .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: #FFF !important;
	font-size: 3vw;
}

#footer_games2{ 
	position:fixed; 
	bottom:0; 
	width:100%; 
	display: table !important;	
	background: #800000; 
  background: linear-gradient(to bottom, #800000 0%, #c10000 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #800000), color-stop(100%, #c10000)); 
  background: -webkit-linear-gradient(top, #800000 0%, #c10000 100%); 
  background: -moz-linear-gradient(top, #800000 0%, #c10000 100%); 
  background: -o-linear-gradient(top, #800000 0%, #c10000 100%); 
  background: -ms-linear-gradient(top, #800000 0%, #c10000 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#800000', endColorstr='#c10000', 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;
	padding: 7px 0;
	padding-bottom:0;	
	height: 60px;
	z-index:20;
}

.row:after,
.row:before {
    display: none
}
a:link, a:visited, a:hover, a:active {
  color: #fff;
}
.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
}
.new_header_menu {
	text-align:center;
	width:100%;
	margin:0 auto;
	background: rgb(191,133,13);
	background: -moz-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%);
	background: -webkit-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%);
	background: -webkit-gradient(linear, 100% 0, 0 0, from(rgba(191,133,13,1)), color-stop(0.33, rgba(252,244,154,1)), color-stop(0.36, rgba(252,244,154,1)), color-stop(0.39, rgba(252,244,154,1)), color-stop(0.45, rgba(248,236,187,1)), color-stop(0.82, rgba(191,133,13,1)), to(rgba(147,102,10,1)));
	background: -o-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%);
	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%);
	padding:5px 0px;
}
/* ==== BUTTON ==== */
#btn_masuk, #btn_daftar {
	cursor: pointer;
	text-decoration: none;
	padding: 2px 5vw;
    border-radius: 20px;
	line-height: 20px;
	display: inline-block;
}
#btn_masuk span, #btn_daftar span{
	color: #fff;
	font-weight:bold;
	letter-spacing:1px;
	font-size:10px;
	filter: drop-shadow(1px 1px 3px #000);
}
#btn_masuk, .btn_log_masuk {
	background: #800000; 
	background: linear-gradient(to bottom, #800000 0%, #c10000 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #800000), color-stop(100%, #c10000)); 
	background: -webkit-linear-gradient(top, #800000 0%, #c10000 100%); 
	background: -moz-linear-gradient(top, #800000 0%, #c10000 100%); 
	background: -o-linear-gradient(top, #800000 0%, #c10000 100%); 
	background: -ms-linear-gradient(top, #800000 0%, #c10000 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#800000', endColorstr='#c10000', 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 !important;
}
#btn_masuk:hover, #btn_daftar:hover {
	background: #fff;
}
#btn_masuk:hover span, #btn_daftar:hover span{
	color: #000;
	filter: none;
}
#btn_daftar, .btn_log_daftar {
	background: #fb9f28;
	background: -moz-linear-gradient( #fb9f28 0%, #efaf2e 46%, #f7ba11 50%, #e0a808 55%, #ffcd37 100% );
	background: -webkit-linear-gradient( #fb9f28 0%, #efaf2e 46%, #f7ba11 50%, #e0a808 55%, #ffcd37 100% );
	background: -webkit-gradient( linear, 0 0, 0 100%, from(#fb9f28), color-stop(0.46, #efaf2e), color-stop(0.5, #f7ba11), color-stop(0.55, #e0a808), to(#ffcd37) );
	background: -o-linear-gradient( #fb9f28 0%, #efaf2e 46%, #f7ba11 50%, #e0a808 55%, #ffcd37 100% );
	background: linear-gradient( #fb9f28 0%, #efaf2e 46%, #e0a808 50%, #ffcd37 100% );
	color:#000 !important;
}
.btn-custom, .btn-green {
    background-color: #FAC357 !important;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#000 !important;
	font-family:Arial;
	font-size:14px;
	padding:6px 10px;
	margin:0;
	text-decoration:none;
	display:inline-block;
}
.btn-gray {
	box-shadow: 0px 1px 0px 0px #1c1b18;
    background-color: #dedede;
    border-radius: 5px;
    border: 1px solid #333029;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    padding: 0 10px !important;
    line-height: 32px;
    text-decoration: none;
    text-align: center;
}
.btn_log_masuk, .btn_log_daftar {
	cursor: pointer;
    text-decoration: none;
    padding: 10px;
    border-radius: 20px;
    line-height: 20px;
    display: inline-block;
    width: 90%;
	margin:5px 0;
}
.btn_log_masuk span, .btn_log_daftar span{
	color: #fff;
	font-weight:bold;
	letter-spacing:1px;
	font-size:16px;
	filter: drop-shadow(1px 1px 3px #000);
}
.btn_log_masuk:hover, .btn_log_daftar:hover {
	background: #fff;
}
.btn_log_masuk:hover span, .btn_log_daftar:hover span{
	color: #000;
	filter: none;
}
/* ==== 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: #FFF;
	padding:10px 5px;
}
#form_login select {
	background-color:#FFF !important;
	color:#000;
    margin:0 15px;   
    border-radius:8px;
    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_reg {
    text-align: center;
    position: relative;
    margin-top: 0
}
#form_reg fieldset {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .4);
    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: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin:0 15px;
    margin-bottom:10px;
    width: 93%;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    background-color: #FFF;
}
#form_reg select {
	background-color:#FFF !important;
	color:#000;
    margin:0 15px;   
    border-radius:8px;
    width:93% !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
}
/* ==== LOGIN ==== */


/* ==== PASARAN STYLE ==== */
.list_pasaran {
  background: transparent;
  border: 3px outset #fc0;
  margin: 5px;
  border-radius: 7px;
  font-size: 16px;
  padding: 5px;
  color: #fff;
  width: 95%;
  display: inline-block;
  text-shadow: 1px 1px 1px #000;
}
.jam_pasaran {
  width: 100%;
  color: #fff;
  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: #fc0;
}
.hasil_pasaran {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 40px;
}
/* ==== PASARAN STYLE ==== */


.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: 3px outset #FFF;
	border-radius:8px;
    background-color: #d99058;
    background-image: linear-gradient(315deg, #d99058 0%, #f8de7e 74%);
    color:#000;
}

.menu_box img{
	filter: drop-shadow(1px 1px 1px #ddd);
}

.btn.link{
	padding: 0;
	font-size: 4vw;
	letter-spacing: unset;	
}

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: #fff;
    font-size: 25px
}

.input_box_login {
    padding: 5px
}

.btn-outline-primary {
    color: #fff;
    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: #fff;
    font-weight: 700
}

.sport_header {
    color: #fff;
    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: #fff;
    box-shadow: 0 0 20px 7px #acacac
}

#game_btn {
    font-size: 30px;
    color: #fff;
    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: #fff;
    text-decoration: none
}
.game_image {
    width: 30%
}

.main_content {
    margin-top: 50px;
    background: #000
}

.pasaran_header {
    font-size: 50px;
    color: #fff;
    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: #FFF;
    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: #000 !important;
	background:#FFF;
    padding:5px 10px;
    border-radius:5px;
}

#pagination_tabel .active a {
    background-color: #800000!important;
	background: rgb(191,133,13);
    color: #FFF !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)
}

.qrcode_box {
	text-align: center;
	margin: 10px 5px;
}

.qrcode_list {
	width:49%;
	display:inline-block;
	border: 3px outset #f1b845;
	border-radius:8px;
	overflow:hidden;
}

.qrcode_list .qrcode_title{
	width:100%;
	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:#000;
	text-align:center;
	font-size:14px;
	padding: 8px;
	font-weight: bold;
}

.qrcode_desc {
	width:100%;
	display:inline-block;
	text-align: center;
	padding: 10px 5px;
}

/* ============== New Interface =========== */

#header_new_sn {
	text-align: center;
	width:100%;
	padding:0;
	margin:0;
  background:#000;
}
#header_new_sn .col-6 img {
	width:100%;
	margin:0;
	padding:5px;
}
#header_new_sn .col-6 {
	text-align:right;
	line-height: 60px;
	padding-right: 10px;
}
.number-diy .currency {
	display:inline-block;
	width:10%;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: -10px;
	left: 10px;
}
.number-diy .total {
	display:inline-block;
	width:89%;
}

#menubar_new_sn {
	position:fixed; 
	bottom:0; 
	width:100%; 
	display: table !important;  
    background:linear-gradient( 180deg,rgba(191,133,13,1) 0%,rgba(252,244,154,1) 10%,rgb(252, 229, 136) 5%,rgba(191,133,13,1) 82%,rgba(147,102,10,1) 100% );
	padding: 7px 0px;
	padding-bottom:0;	
	height: 60px;
	z-index:100;
}
#menubar_new_sn .menulist_new_sn {
	width: 20vw;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#menubar_new_sn .btn_footer {
	color: #fff !important;
	text-shadow: #000000 1px 1px 1px ;
	font-size: 3vw;
}

.all_list_game {
    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% );
    text-align:left;
    width:700px;
}
.all_list_game .nav-link {
	width:80px;
	height:65px;
	padding:5px 20px;
	display: inline-block;
	text-align:center;
}
.all_list_game .nav-link .img_game{
	width:100%;
}
.all_list_game .nav-link .title_game{
	font-size:10px;
	font-weight:bold;
	color:#fff;
	text-shadow: #000000 1px 1px 1px ;
}
.all_list_game #v-pills-tab {
	text-align:center;
	text-transform:uppercase;
}
.all_list_game #v-pills-tab .nav-link {
	width:100%;
	padding: .0rem 0.6rem;
	background: url(../../img/mobile_new/game_list_inactive.png?a) center center no-repeat;
	background-size: contain;
	color: #808080 !important;
}
.nav-pills .nav-link {
	border-radius:0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #bc820c !important;
}
.all_list_game #v-pills-tab .nav-link img {
	filter: grayscale(100%);
	opacity:0.3;
	padding-top: 2px;
}
.all_list_game #v-pills-tab .nav-link.active {
	background: url(../../img/mobile_new/game_list_active.png) center center no-repeat;
	background-size: contain;
    color: #fff !important;
}
.all_list_game #v-pills-tab .nav-link.active img{
	filter: grayscale(0%);
	opacity:1;
	animation: zoominout .7s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#game_desc_sn .tab-pane.fade {
  transform: translateX(1rem);
}
#game_desc_sn .tab-pane.fade.show {
  transition: all 0.5s;
  transform: translateX(0rem);
}
#game_desc_sn #v-pills-tabContent {
	border: 3px outset #f1b845;
	padding:9px;
	margin:20px 10px 0px 10px;
	border-radius:8px;
}
#game_desc_sn #v-pills-tabContent .desc_title_sn img {
	width:50px;
	display:inline-block;
}
#game_desc_sn #v-pills-tabContent .desc_title_sn .title_sn {
	color: #fff;
    border-left: 5px solid #f2e284;
	padding-left:20px;
	font-weight:bold;
	font-size: 16px;
	margin-bottom:20px;
	text-transform:uppercase;
}
#game_desc_sn .desc_content_sn {
	width:100%;
	text-align:center;
}
#game_desc_sn .desc_content_sn .list_game_sn{
	width:32%;
	display:inline-block;
	border: 1px outset #f1b845;
	border-radius:8px;
	margin:2px 0px;
    padding: 5px;
    line-height: 50px;
	text-align:center;
	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% );
}
#game_desc_sn .desc_content_sn .list_game_sn img{
	filter: drop-shadow(1px 1px 1px #000);
}

#game_desc_sn .desc_content_sn .list_game_sn .title{
	line-height:24px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.btn-darkgreen {
	background: #fb9f28;
	background: -moz-linear-gradient( #fb9f28 0%, #efaf2e 46%, #f7ba11 50%, #e0a808 55%, #ffcd37 100% );
	background: -webkit-linear-gradient( #fb9f28 0%, #efaf2e 46%, #f7ba11 50%, #e0a808 55%, #ffcd37 100% );
	background: -webkit-gradient( linear, 0 0, 0 100%, from(#fb9f28), color-stop(0.46, #efaf2e), color-stop(0.5, #f7ba11), color-stop(0.55, #e0a808), to(#ffcd37) );
	background: -o-linear-gradient( #fb9f28 0%, #efaf2e 46%, #f7ba11 50%, #e0a808 55%, #ffcd37 100% );
	background: linear-gradient( #fb9f28 0%, #efaf2e 46%, #e0a808 50%, #ffcd37 100% );
	color:#000 !important;
	font-weight:bold;
	width:49%;
	display:inline-block;
	margin:0; 
	padding:7px 0;
}
.btn-darkred {
	background: #800000; 
	background: linear-gradient(to bottom, #800000 0%, #c10000 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #800000), color-stop(100%, #c10000)); 
	background: -webkit-linear-gradient(top, #800000 0%, #c10000 100%); 
	background: -moz-linear-gradient(top, #800000 0%, #c10000 100%); 
	background: -o-linear-gradient(top, #800000 0%, #c10000 100%); 
	background: -ms-linear-gradient(top, #800000 0%, #c10000 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#800000', endColorstr='#c10000', 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 !important;
	font-weight:bold;
	width:49%;
	display:inline-block;
	margin:0; 
	padding:7px 0;
}

.box_popular_game {
	border: 3px outset #f1b845;
	padding:8px;
	margin:20px 10px 0px 10px;
	border-radius:8px;
}
.box_popular_game h4{
	color: #fff;
    border-left: 5px solid #f2e284;
	padding-left:10px;
	font-weight:bold;
	font-size: 16px;
	margin-bottom:20px;
}
.box_popular_game .all_items .items{
	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;
  display: inline-block;
  width:95%;
  height:150px;
  position:relative;
  vertical-align: top;
  margin:5px;
  text-align:center;
}
.box_popular_game .all_items .items h3{
  color:#fff;
  font-size:12px;
  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: 120px;
  line-height: 120px;
}
.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:5px;
  left:0;
  width:40px;
  filter: drop-shadow(1px 1px 2px #000);
}
.box_popular_game .all_items .items .daily_win{
  position:absolute;
  top:5px;
  right:0;
  width:30px;
  filter: drop-shadow(1px 1px 2px #000);
}
.box_winner_game {
	border: 3px outset #f1b845;
	padding:9px;
	margin:20px 10px 0px 10px;
	border-radius:8px;
}
.box_winner_game h4{
	color: #fff;
    border-left: 5px solid #f2e284;
	padding-left:20px;
	font-weight:bold;
	font-size: 16px;
	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 #f1b845;
	padding:8px;
	margin:20px 10px 0px 10px;
	border-radius:8px;
}
.box_new_game h4{
	color: #fff;
    border-left: 5px solid #f2e284;
	padding-left:20px;
	font-weight:bold;
	font-size: 16px;
	margin-bottom:20px;
}
.box_new_game .items{
	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;
	display: inline-block;
	width:130px;
	height:150px;
	position:relative;
	vertical-align: top;
	margin:5px;
	text-align:center;
}
.box_new_game .items h3{
  color:#fff;
  font-size:12px;
  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: 120px;
  line-height: 120px;
}
.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:5px;
  left:0;
  width:40px;
  filter: drop-shadow(1px 1px 2px #000);
}
.box_new_game .items .daily_win{
  position:absolute;
  top:5px;
  right:0;
  width:30px;
  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: 10;
  padding: 5px;
  transform: scale(1.3);
  top: -40px;
  border-radius: 4px;
}

.box_popular_game .fa-arrow-left {
  float: left;
  right: 40px;
}

.box_popular_game .fa-arrow-right {
  float: right;
  right: 0;
}

.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;
}

.box_new_game .fa-arrow-left {
  float: left;
  right: 40px;
}

.box_new_game .fa-arrow-right {
  float: right;
  right: 0;
}
.bank {
	border: 3px outset #f1b845;
	padding:8px;
	margin:20px 10px 0px 10px;
	border-radius:8px;
    text-align: center;
}
.bank h4{
	color: #fff;
    border-left: 5px solid #f2e284;
	padding-left:20px;
	font-weight:bold;
	font-size: 16px;
	margin-bottom:20px;
	text-transform:uppercase;
	text-align:left;
}
.bank .list-bank {
	display: inline-block;
    padding: 5px 0px;
    width: 31%;
    text-align: center;
    border: 3px outset #f1b845;
    margin: 2px;
    border-radius: 8px;
    vertical-align: top;
    min-height: 55px;
	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% );
}
.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;
}

.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;
	max-width:24%;
}
.all_product .group .product_logo img{
	height: 25px;
    padding: 3px;
    filter: grayscale(100%);
}
.all_product .group .product_logo img:hover{
    filter: drop-shadow(0 0 1px #f2e284);
}


.line {
  width: 25px;
  height: 2px;
  margin: 7px 0;
  background-color: #fff;
}
.menu-toggle {
  position: relative;
  top: 5px;
}
.menu-toggle:hover {
  cursor: pointer;
}
.mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-nav {
  background-color: #0e0e0e;
  max-width: 60%;
  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: "Quantico", 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: 70%;
}
.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: #fff !important;
  display: block;
  padding: 7px 10px;
}
.mobile-nav li a:hover {
  background-color: #23252b;
  color: #fff;
  border-left: 3px solid #44bfc6;
}
.mobile-nav .user_logo .fa-user{
	padding:0;
    background-color: #d99058;
    background-image: linear-gradient(315deg, #d99058 0%, #f8de7e 74%);
	border: 3px outset #f1b845;
    border-radius: 50%;
	font-size: 50px;
    line-height: 90px;
	width: 100px;
	height: 100px;
}
.btn-close-nav {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  left: -20px;
  top: -15px;
  margin-top: 20px;
  margin-right: 20px;
}
.btn-close-nav::before,
.btn-close-nav::after {
  content: "";
  width: 15px;
  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);
}
/* ============== New Interface =========== */


/* ============ 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 ============ */

/* ----------- 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 ----------- */


/* ==== JACKPOT STYLE ==== */
.jackpot-title {
    font-family: "Quantico", sans-serif;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
  }
  #jackpot-currency {
    color: #FAC357;
  }
  #jackpot-text {
    font-family: "Quantico", sans-serif;
    text-align: center;
    font-size: 7vw;
    height: 60px;
    padding-top: 0;
    margin: 0 auto;
    display: table;
  }
  
  #div_jackpot {
    max-height:100px;
    margin: 10px 0;
  }
  #jackpot-text {
    position:relative;
    top:-51px;
    font-size:24px;
  }

  [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,
      #FAC357 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,
      #FAC357 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 ==== */

  
/* ==== PROFILE STYLE ==== */
.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: #424242;
    padding: 15px 5px;
    color: #fff;
    border: 0;
    outline: none;
    margin: 0 -5px;
    cursor: pointer;
    width: 33%;
    font-size: 13px;
  }
  .tab__title .tab_button-active {
    border-bottom: none;
    background: #FAC357;
    color: #000;
  }
  .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;
  }
  
  .label-input {
    text-align: left;
    margin: 0 15px;
    font-size: 12px;
    text-transform: uppercase;
  }
  .input-new {
    background: #272727 !important;
    color: #fff !important;
    padding: 6px !important;
    margin: 3px 0;
    border: 0 !important;
    text-align: left !important;
  }
  .input-new::-webkit-input-placeholder {
    text-align: left;
  }
  .input-new:-moz-placeholder {
    text-align: left;
  }
  .input-new::-moz-placeholder {
    text-align: left;
  }
  .input-new:-ms-input-placeholder {
    text-align: left;
  }
  .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;
  }
  /* ==== PROFILE STYLE ==== */
  
  
  /* ==== TOGEL STYLE ==== */
  .opt_unsur,
  .opt_shio,
  .opt_as,
  .opt_kop,
  .opt_kepala,
  .opt_ekor,
  .opt_campuran {
    border-radius: 6px;
    padding: 2px;
  }
  #unsur_view {
    margin-top: 30px;
  }
  .unsur_tbl {
    text-align: center;
  }
  .amount,
  .input_4d_3d_2d,
  .amount_4d_3d_2d,
  .input_3d,
  .amount_3d,
  .input_2d,
  .amount_2d,
  .numeric_only,
  #num_gen,
  #bet_gen {
    border-radius: 6px;
  }
  /* ==== TOGEL 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: 125px;
    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: 90px;
    height: 21px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 4px 0px;
    background-color: #03a9f4;
    border-radius: 8px;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
    font-size:11px;
  }
  
  #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;
  }
  .info_navbar_member {
      margin-top: 10px;
  }
  .l_menu {
      overflow-y: auto;
      max-height: 70%;
  }
  /* ==== SEAMLESS/TRANSFER STYLE ==== */
  
  
  /* ==== SLOT STYLE ==== */
  .slot-option,
  .slot-option-home {
    position: relative;
    display: inline-block;
    margin: 2px 0 8px !important;
    vertical-align: middle;
    text-align: center;
    opacity: 1;
    transition: opacity 0.2s ease;
    cursor: pointer;
    padding: 5px 0;
    border-radius: 5px;
    border: 1px solid #3f3f3f;
  }
  .slot-option h3,
  .slot-option-home h3 {
    margin: 0;
    margin-top: 10px;
    font-size: 9px !important;
  }
  .game-image {
    margin: 0 auto;
    width: 90%;
  }
  .game-logo {
    width: 30px !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .daily-win {
    width: 30px !important;
    position: absolute;
    top: -10px;
    right: -3px;
  }
  .ribbon-transfer {
    background-color: #e43;
    color: #fff;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 1px;
    padding: 0;
    width: 85px;
    border-radius: 8px;
    white-space: nowrap;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .ribbon-seamless {
    background-color: #1aa7ec;
    color: #fff;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 1px;
    padding: 0;
    width: 85px;
    border-radius: 8px;
    white-space: nowrap;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  /* ==== SLOT STYLE ==== */
  
  
  /* ==== OTHER STYLE ==== */
  .menu_box a {
    margin: 2px;
    padding: 2px auto;
    text-align: center;
    min-height: 90px;
    border-radius: 10px;
    border: 3px outset #fc0;
    background-color: #FAC357;
    background-image: none;
  }
  .menu_box img {
    filter: drop-shadow(0.1px 0.1px 0px #ddd);
  }
  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, 0.7);
    padding: 10px;
    margin: 5px;
    box-shadow: 0 0 20px 10px #000;
  }
  .block_title {
    color: #fff;
    font-size: 25px;
  }
  
  .input_box_login {
    padding: 5px;
  }
  
  .btn-outline-primary {
    color: #fff;
    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: 10px 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: #fff;
    font-weight: 700;
  }
  
  .sport_header {
    color: #fff;
    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(0.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: #fff;
    box-shadow: 0 0 20px 7px #acacac;
  }
  
  #game_btn {
    font-size: 30px;
    color: #fff;
    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: #fff;
    text-decoration: none;
  }
  .game_image {
    width: 30%;
  }
  
  .main_content {
    margin-top: 50px;
    background: #000;
  }
  
  .pasaran_header {
    font-size: 50px;
    color: #fff;
    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: #fff;
    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:#222;
    box-shadow:none;
  }
  
  .title-games {
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    font-family: "Quantico", sans-serif;
    text-transform: uppercase;
    position: relative;
    top: -6px;
    width: 100%;
  }
  .games-link, .btn-play {
    color:#fff;
  }
  .games-link.active {
  
  }
  .games-detail {
    display: none;
  }
  .games-detail .row .col-3 {
    text-align: center;
    margin-bottom: 10px;
  }
  .games-logo {
    width: 98%;
  }
  
  .page-title,
  .block-title {
    font-family: "Quantico", 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;
  }
  
  .copyright {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #FFF;
  }
  .table thead th {
    border: 0;
    color: #fc0;
    padding-bottom: 5px;
  }
  .table td {
    border-top: 1px solid #4c4c4c;
    padding: 8px 2px !important;
  }
  .selectric {
    border-radius: 7px !important;
    border: 1px solid #424242 !important;
    background: #272727 !important;
    color: #fff !important;
  }
  .selectric .button {
    background: #272727 !important;
    color: #fff !important;
  }
  .selectric .label {
    background: #272727 !important;
    color: #fff !important;
  }
  /* ==== OTHER STYLE ==== */
  
  /* ============ START POPUP DEPO WD ============ */
  .blur-popup-dpwd {
      -webkit-filter: blur(5px);
      -moz-filter: blur(5px);
      -o-filter: blur(5px);
      -ms-filter: blur(5px);
      filter: blur(5px);
  }
  .modal-popup-wrapper-dpwd {
      width: 100%;
      height: 100%;
      position: fixed;
      z-index: 99999 !important;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.7);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
  }
  .modal-popup-wrapper-dpwd.open {
      opacity: 1;
      visibility: visible;
  }
  .modal-popup-dpwd {
      width: 90%;
      height: 200px;
      display: block;
      margin: 0 auto;
      position: relative;
      top: 40%;
      background: none;
      opacity: 0;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
  }
  .modal-popup-wrapper-dpwd.open .modal-popup-dpwd {
      opacity: 1;
  }
  .head-popup-dpwd {
      width: 100%;
      height: 34px;
      padding: 0;
      overflow: hidden;
      background: none;
  }
  .btn-close-popup-dpwd {
      width: 28px;
      height: 28px;
      display: block;
      float: right;
  }
  .btn-close-popup-dpwd::before,
  .btn-close-popup-dpwd::after {
      content: "";
      width: 32px;
      height: 6px;
      display: block;
      background: white;
  }
  .btn-close-popup-dpwd::before {
      margin-top: 12px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  .btn-close-popup-dpwd::after {
      margin-top: -6px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }
  .content-popup-dpwd {
      background:#222;
      color:#fff;
      border:2px solid #fff;
  }
  .content-popup-dpwd img {
      width: 100% !important;
  }
  .btn-footer-close-popup-dpwd {
      padding:10px 5px;
      background:#fff;
      color:#000;
      text-align:center;
      cursor:pointer;
  }
  
  /* ============ END POPUP DEPO WD ============ */
  
  
  /* ============ WD NOTICE ============ */
  #snackbar {
    visibility: hidden;
    min-width: 200px;
    margin-left: -125px;
    background-color: #222;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    position: fixed;
    z-index: 1;
    left: 57%;
    bottom: 80px;
    font-size: 17px;
    border-radius: 5px;
    border: 2px solid #ddd;
    pointer-events: none;
    font-size:10px;
  }
  
  #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 ============ */
  
  #server_now_opt {
    padding:2px 5px;
    border-radius:8px;
    position:relative;
    top:1px;
    left:30px;
  }
  
  #c_provider {
    border-radius: 7px !important;
    border: 1px solid #424242 !important;
    background: #272727 !important;
    color: #FFF !important;
    padding: 0 5px !important;
    margin: 0 0 0;
    width: 130px;
    height:30px;
    font-size: 12px;
  }
  #label_sort {
    width:40px;
    display:inline-block;
  }
  #c_sort {
    display:inline-block;
    border-radius: 7px !important;
    border: 1px solid #424242 !important;
    background: #272727 !important;
    color: #FFF !important;
    padding: 0 5px !important;
    margin: 0 0 0;
    width: 80px;
    height:30px;
    font-size: 12px;
  }
  
/* ==== FOOTER STYLE ==== */
  footer#footer_home {
    width:100%;
    margin: 10px 0 30px 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: "Quantico", sans-serif;
    font-size: 11px;
  }
  .fab-container {
      position: fixed;
      bottom: 70px;
      left: 10px;
      z-index: 999;
      cursor: pointer;
  }
  .fab-icon-holder {
      width: 30px;
      height: 30px;
      border-radius: 100%;
      background: #FAC357;
      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: #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;
}
  .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: #FAC357;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  }
  .fab-options li a {
      color: #fff;
  }
  .fab-label {
      padding: 1px 2px 3px 2px;
      margin-left: 35px;
      white-space: nowrap;
      border-radius: 3px;
      font-size: 12px;
      background: #FAC357;
      color: #ffffff;
      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;
  }
  .rtp_div {
      position:fixed;
      bottom:70px;
      left:10px;
      z-index:100;
      display:none;
  }
  .rtp_div .rtp_link img{
      width:60px;
	  padding:5px;
		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: 3px outset #ffbf00;
      border-radius: 50%;
  }
  .vpn_div {
      position:fixed;
      bottom:70px;
      right:0;
      z-index:100;
      display:none;
  }
  .vpn_div .vpn_link img{
      width:70px;
      border-radius: 50%;
      padding: 8px;
  }
  .server_div {
      position:fixed;
      bottom:130px;
      left:3px;
      z-index:100;
  }
  .server_div .server_link img{
      width:75px;
      border-radius: 50%;
      padding: 8px;
  }
  .copyright {
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #FFF;
  }
  /* ==== FOOTER STYLE ==== */

  
/* ==== BUTTON STYLE ==== */
.btn-darkgrey {
  background-color: #1f1f1f;
  color: #fff;
  font-family: "Quantico", sans-serif;
  width: 49%;
  display: inline-block;
  margin: 0;
  padding: 7px 0;
}
.btn-gray {
  background-color: #f9f9f9;
  color: #000;
  font-family: "Quantico", sans-serif;
  width: 49%;
  display: inline-block;
  margin: 0;
  padding: 7px 0;
}
.btn-green {
  background-color: #27ae60;
  -moz-border-radius: 28px;
  border: 1px solid #18ab29;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 10px;
  text-decoration: none;
  position: relative;
  top: 20px;
}
.btn-green:hover {
  background-color: #5cbf2a;
}
.btn-add-bank {
  float:right;
  color:#32CD32 !important;
}
.btn-request {
  background-color: #27ae60;
  -moz-border-radius: 28px;
  border: 1px solid #18ab29;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  width: 95%;
}
.btn-request:hover {
  background-color: #318755;
}
.btn-custom {
  background-color: #4682B4;
  color: #fff;
  font-family: "Quantico", sans-serif;
  width: 49%;
  display: inline-block;
  margin: 0;
  padding: 7px 0;
}
.btn-navbar {
	background: #fb9f28;
	background: -moz-linear-gradient( #fb9f28 0%, #efaf2e 46%, #f7ba11 50%, #e0a808 55%, #ffcd37 100% );
	background: -webkit-linear-gradient( #fb9f28 0%, #efaf2e 46%, #f7ba11 50%, #e0a808 55%, #ffcd37 100% );
	background: -webkit-gradient( linear, 0 0, 0 100%, from(#fb9f28), color-stop(0.46, #efaf2e), color-stop(0.5, #f7ba11), color-stop(0.55, #e0a808), to(#ffcd37) );
	background: -o-linear-gradient( #fb9f28 0%, #efaf2e 46%, #f7ba11 50%, #e0a808 55%, #ffcd37 100% );
	background: linear-gradient( #fb9f28 0%, #efaf2e 46%, #e0a808 50%, #ffcd37 100% );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9f28', endColorstr='#ffcd37',GradientType=0 );
	color: #000;
	font-family: "Quantico", sans-serif;
	width: 49%;
	display: inline-block;
	margin: 0;
	padding: 7px 0;
}
/* ==== BUTTON STYLE ==== */

.separator {
    margin:10px; 
    padding-bottom:10px; 
    padding-left:20px;
    border-bottom:3px outset #FFF;
}
  
.cst_menu {
	overflow-x:auto;
}
.cst_menu .row{
	width:680px;
}
.cst_menu .col-3{
	width:65px;
	flex:none;
}
.cst_menu .title-games{
	font-size:10px
}
.games-link, .btn-play {
  color:#2BFF00;
}
.games-link {
	display: block;
    border: 3px solid rgba(0,0,0,0);
	border-radius:5px;
	opacity:0.7;
}
.games-detail .games-link {
	opacity:1;
}
.games-link.active {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    border: 3px solid #ffcd37;
	opacity:1;
}
.games-detail {
  display: none;
}
.games-detail .row .col-3 {
  text-align: center;
  margin-bottom: 5px;
}
#otp_3 form .form-body .form-group .label-profile {
  color:#FFF;
}

/* ==== LOGIN STYLE ==== */
#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: #fff;
    padding: 10px 5px;
  }
  #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 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
  }
  #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: #fc0 !important;
  }
  #logo-pass {
    float: left;
    margin-left: 10px;
    margin-top: -32px;
    position: relative;
    z-index: 2;
    font-size: 18px;
    color: #fc0 !important;
  }
  #hide_pass {
      position: absolute;
      margin-top: 10px;
      margin-left: -30px;
      color: #fff;
      text-shadow: 0 0 2px #000;
      cursor: pointer;
      font-size: 16px;
  }
  /* ==== LOGIN STYLE ==== */