/* GENERAL */
body{
    background-color : #000000 !important;
}
.disable-scroll{
    position : fixed;
    height : 100%;
    overflow: hidden;
}

#floating-snap-btn-wrapper {
	position: fixed;
	transform: translate(-50%, -50%);
	bottom: 10px;
	left: 80%;
	width: 125px;
	height: 109px;
	border-radius: 50%;
	z-index : 10000;
}
.fab-btn {
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: url('../images/frontend_new/freespin2.gif');
	background-size : cover;
	color: white;
	z-index: 10000;
}
#floating-snap-btn-wrapper-pp {
    position: fixed;
	transform: translate(-50%, -50%);
	top: 20%;
	left: 5%;
	width: 138px;
	height: 170px;
	border-radius: 50%;
	z-index : 10000;
}

.pp-btn {
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: url('../images/frontend_new/pp.gif');
	background-size : cover;
	color: white;
	z-index: 10000;
}
#rekening-detail{
    text-align: center;
    position: relative;
    background : #002630;
    border-radius : 5px;
    border : 1px solid #00de8d;
    padding : 10px;
    margin-bottom : 10px;
}

#rekening-detail #salin-rekening{
    position : absolute;
    right : 0;
    top : 0;
    border-top-left-radius : 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#rekening-header{
    text-transform: uppercase;
    margin:0px; 
    font-size: 16px !important;
    font-weight: 900;
    color : #00de8d;
}

#rekening-body {
    font-size : 14px;
    color : #fff;
}

#rekening-no{
    font-weight: bold;
    font-size: 18px !important;
    color : #fff;
}

#salin-rekening {
    display: none;
    background: transparent !important;
    border: 1px solid #00de8d;
    color: #00de8d !important;
    padding : 5px 4px !important;
    border-radius: 5px !important;
    cursor: pointer;
}

.bank-container{
    display : flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding : 20px 0;
}

.web .swiper-container {
    border-radius : 5px !important;
    margin-top: 25px !important;
    margin-bottom: 30px !important;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 20px 30px;
}

.web .marqueeHolder{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding : 10px;
}

#pasaranFavorit .grid-item .subtitle{
    color : #fff !important;
}

.primary {
    background : #002630 !important;
}

.headerContainer {
    background : #002630 !important;
}

.secondary {
    background : #00171d !important;
}

.secondary-bg {
    background : rgba(0,0,0,.3) !important;
}

.padding10{
    padding : 20px;
}

.bottom-br {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.accent-bg {
    background : #00de8d;
}

.accent {
    color : #00de8d !important;
}

.border-theme {
	border-color: #00de8d !important;
}

.main-navbar {
    background: #001d24;
}
.main-navbar ul li a{
    color : #fff !important;
    font-size: 11pt !important;
}

.main-navbar ul li:hover{
    background : linear-gradient(#07ecae,#00de8d) !important;
    /* transform: skew(-10deg,0deg); */
}

/* .main-navbar ul li:hover a{
    color : #111 !important;
    transform: skew(10deg,0deg);
} */

.main-navbar .active {
    background : linear-gradient(#07ecae,#00de8d) !important;
    /* transform: skew(-10deg,0deg); */
}

.main-navbar .active a{
    color : #111  !important;
    /* transform: skew(-10deg,0deg); */
}

.main-navbar .active:hover a{
    color : #00de8d  !important;
}

.slide-menu-theme {
	background: rgba(0,38,48,.8) !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    /* margin-top : 10px !important; */
}


.slide-menu-theme .tabs .tab>a.active {
    background: rgba(0,0,0,.3);
    color : #00de8d !important;
    font-weight: bold;
}

.slide-menu-theme .tabs .tab>a:focus {
    background: rgba(0,0,0,.3);
    color : #00de8d !important;
}

.slide-menu-theme .tabs .indicator {
    background-color: #00de8d;
    
}

.slide-menu-theme .tabs .tab>a.active,
.slide-menu-theme .tabs .tab>a:hover {
    background: rgba(0,0,0,.3);
    color: #00de8d;
}

.web #tabContent {
    padding : 20px !important;
}

.tab_content-item{
    margin-top:20px;
}

#tabContent {
    margin : 0 0 20px 0 !important;
    /* padding : 20px !important; */
    background :rgba(0, 0, 0, 0.2);
}

#tabContent .card {
    /* border: 1px solid #00de8d; */
    background-color: #002630;
}

.btn-copy {
    background: transparent !important;
    border: 1px solid #00de8d;
    color: #00de8d !important;
    padding : 5px 4px !important;
    border-radius: 5px !important;
    cursor: pointer;
}

.helper-msg{
	    text-transform : uppercase;
	    padding : 20px;
	    border-radius : 10px;
	    background : rgba(255,255,255,.1);
	    border : 1px solid #00de8d;
}

.btn-primary {
    background: linear-gradient(180deg,#00de8d,#00a167);
    color : #00171d !important;
}

.btn-secondary {
    background: transparent !important;
    border: 1px solid #00de8d;
    color: #00de8d !important;
}

.gradient-btn{
	background: linear-gradient(180deg,#00de8d,#00a167);
    color : #00171d !important;
}

.gradient-btn:hover{
	background: linear-gradient(180deg,#00a167,#00de8d);
	color : #000 !important;
}


table>tbody>tr:nth-child(odd){
    background : #001d25;
    margin-top: 5px;
}

table>tbody>tr:nth-child(even){
    background : #00171d;
    margin-top: 5px;
}

.grid .grid-item {
	color: #00de8d;
	background-color: #00171d;
}

.grid .grid-item:hover {
	color: #00de8d;
	background-color: #002630;
}

.grid .grid-item.--box {
	border: 1px solid #00de8d;
}

.grid .grid-item.active {
	background-color: #00de8d;
	color: #000000;
}
.grid .grid-item.--box.active {
	border: 1px solid #000000;
}

/* View pasaran home */
table#latest_close_market {
    background: transparent !important;
    /* border-top: 1px dashed #00de8d !important;
    border-left: 1px dashed #00de8d !important;
    border-right: 1px dashed #00de8d !important; */
    /* border-bottom: 1px dashed #ffee58 !important; */
    border-collapse:separate; 
    border-spacing: 0 1em;
    margin-bottom: 2rem;
}

table#latest_close_market>tbody>tr>td {
    background: #002630 !important;
}

table#latest_close_market>tbody>tr>td:first-child {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

table#latest_close_market>tbody>tr>td:last-child {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

table#latest_close_market>tbody>tr:last-child {
    /* border-bottom: 1px dashed #00de8d !important; */
}

#pasaranFavorit {  
    background : #002630;
}

#pasaranFavorit .grid-item{
    background : #00171d;
    border : 1px solid #00de8d;
}

#pasaranFavorit .grid-item .date-label{  
    color : #111 !important;
    background : linear-gradient(180deg,#00de8d,#00a167);
}

#pasaranFavorit .sTitle::after{  
    background: #002630;
}

#pasaranFavorit .grid-item .date-label{
	color : #000;
}

.ballSmall {
	color : #111;
    border-radius: 5px !important;
    background: #00de8d;
    font-weight: 900 !important;
	/* background: radial-gradient(closest-side at 40% 40%, #f7ef8a 0%, #f7ef8a 65%, #ae8625 100%); */
    border : 1px solid #00de8d;
}

span.ballVerySmall{
    color : #111;
    border-radius: 5px !important;
    background: #00de8d;
	/* background: radial-gradient(closest-side at 40% 40%, #f7ef8a 0%, #f7ef8a 65%, #ae8625 100%); */
    border : 1px solid #00de8d;
}

#pasaran {
    border : 1px solid #00de8d !important;
}

#pasaran li:nth-child(even){
    background-color: #00171d !important;
}

#pasaran li:nth-child(odd){
    background-color: #001d25 !important;
}

/* buku mimpi */
#bukuMimpi .tabs .indicator {
    background-color: #00de8d !important;
    height: 5px;
}

#bukuMimpi .tabs .tab a {
    color: #00de8d !important;
    font-weight: normal;
    font-size: 2em;
}
#bukuMimpi .tabs .tab a:hover {
    background-color: #00de8d !important;
    color : #000 !important;
}

#bukuMimpi .tabs .tab a.active {
    background-color: transparent !important;
    font-weight: bolder;
    color : #00de8d !important;
    /* color: #ffee00 !important; */
}

/* PAITO */
#paito .grid-item {
    border: 1px solid #00de8d;
    background : #00171d !important;
    color: #00de8d;
}

#paito .grid-item:hover {
    background-color: #00de8d !important;
    color: #000;
    font-weight: bold;
}

#paito .grid-item:hover .sub {
    color: #2c1b02;
}

#paito .grid-item .sub{
    color : rgba(255,255,255,.8);
}

#member-box table thead tr th{
    color: #00de8d !important;
}

#member-box table thead tr, #member-box table{
    background : #00171d !important;
    border : 1px solid #00de8d;
}


/* PILIH PASARAN */
#pilih_pasaran .dropdown-content li a:hover {
    background: #00de8d !important;
    color: #000000 !important;
}

#pilih_pasaran .dropdown-content li:nth-child(odd) a{
    background : #001d25 ;
}

#pilih_pasaran .dropdown-content li:nth-child(even) a{
    background : #00171d;
}

/* MENU GAMES */

#menuGames > a:hover{
    background: #002630 !important;
    color : #00de8d !important;
}

#menuGames > a {
    color : #00de8d !important;
}

#menuGames > a.accent-bg {
    color : #00171d !important;
    background: #00de8d !important;
}

#pilih_games .dropdown-content li a:hover {
    background-color: #ffee58 !important;
    color: #000000 !important;
}

/* GAMES */
table.games.compact{
	border : 1px solid #00de8d !important;
	background: #00171d !important;
}

table.games.compact tfoot tr{
	border-bottom : 1px solid #00de8d !important;
}

table.games.compact thead {
	border-bottom : 1.5px solid #00de8d !important;
	background: #00171d !important;
	color : #00de8d !important;
}

table.games.compact button{
    background: linear-gradient(180deg,#00de8d,#00a167);
    color : #002630 !important;
}

table.games.compact button:hover{
    background: linear-gradient(180deg,#00a167,#00de8d);
    color : #002630 !important;
}

#form-pola_tarung label {
    color : #00de8d;
}

/* TRANSFER */
#saldo .collection-item:nth-child(even){
    background : #00171d;
}

#saldo .collection-item:nth-child(odd){
    background : #001d25;
}

#saldo .secondary-content {
    color: #000000;
    font-weight: bold;
}

#saldo .total{
    border-top : 1px solid #00de8d !important;
}


#saldo #toto {
    border-bottom : 1px solid #00de8d !important;
}

#saldo .pSaldo {
    color : 'white';
}

#saldo .collection-header{
    color: #000000;
    background: #ffee58;
}

#saldo .collection{
    border : 1px solid #00de8d !important;
}

/* DEPOSIT */
#deposit-cont .card-panel{
    background : #00171d !important;
}

#deposit-cont .table-responsive thead {
    border-bottom : 1.2px solid #00de8d !important;
    background : #00171d !important;
}

/* WITHDRAW */
#withdraw-cont .card-panel{
    background : #00171d !important;
}

#withdraw-cont .table-responsive thead {
    border-bottom : 1.2px solid #00de8d !important;
    background : #00171d !important;
}

/* HISTORY TRANSAKSI */
#transaction-cont .table-responsive table thead {
    background : #00171d !important;
    border : 1.2px solid #00de8d;
}

#transaction-cont .table-responsive table tbody {
    border : 1.2px solid #00de8d;
}

/* INVOICE */
#invoice-cont .table-responsive table thead {
    background : #00171d !important;
    border : 1.2px solid #00de8d;
}

#invoice-cont .table-responsive table tbody {
    border : 1.2px solid #00de8d;
}

#invoiceTable th{
    border-top : 1px solid #00de8d;
    border-bottom : 1px solid #00de8d;
}

/* DASHBOARD MOBILE */
#lottery .saldo {
    background: #002630;
    border : 1px solid #00de8d;
    color: #00de8d;
}

/* HISTORY MOBILE */
#historyTable th{
    border-top : 1px solid #00de8d;
    border-bottom : 1px solid #00de8d;
}

#historyTable tbody tr:nth-child(odd){
    background-color: #001d25 !important;
    color : #00de8d !important;

}

#historyTable tbody tr:nth-child(even){
    background-color: #00171d !important;
    color : #00de8d !important;
}

/* FOOTER MOBILE */
.fixed-footer .item{
	color: #00de8d;
}

.tabGames .owl-nav .owl-prev {
    color: #00de8d !important;
}

.tabGames .owl-nav .owl-next {
    color: #00de8d !important;
}

.tabGames .item.active {
    background-color: #00171d;
    border-bottom: 3px solid #00de8d;
}

.tabGames .item.active>.title {
    color: #00de8d;
}

/* WD MOBILE */
#withdrawTable th{
    border-top : 1px solid #00de8d;
    border-bottom : 1px solid #00de8d;
}

/* DEPO MOBILE */
#transferTable th{
    border-top : 1px solid #00de8d;
    border-bottom : 1px solid #00de8d;
}

/* TRANSFER MOBILE */
#saldo .collection-header,
#saldo .collection-item {
		color: #000000;
		background: #ffee58;
}

#saldo .secondary-content {
    color: #000000;
}

/* GAMES MOBILE */ 

#breadcrumb {  
    border : 1px solid #00de8d;
}

#breadcrumb .breadcrumb,
#breadcrumb .breadcrumb:before{
    color : #00de8d !important;
}

#pilih_games .dropdown-content li a:hover {
    background-color: #00de8d !important;
    color: #000000 !important;
}

.section-games input {
	background : #fff !important;
	border : none !important;
	border-radius : 2px !important;
}

.section-games .input-field input:focus + label {
   color: #00de8d !important;
 }

.section-games[dt-tipe_game="diskon"] .bg {
    border : 1px solid #07f0a2;
    color : #07f0a2 !important;
}

.section-games[dt-tipe_game="no-diskon"] .bg {
    border : 1px solid #ffd903;
    color : #ffd903 !important;
}

.section-games[dt-tipe_game="bolak-balik"] .bg {
    border : 1px solid #ff03c0;
    color : #ff03c0 !important;
}

footer {
	background : #00171d !important;
}

.result-card li:nth-child(even){
    background : #00171d;
    border : none;
}
.result-card li:nth-child(odd){
    background : #001d25;
    border : none;
}

.collection,
.collection-header {
    border-color : #00de8d !important;
}

#header nav .dropdown-content li a {
	background-color: #00de8d !important;
	color: #000000 !important;
}

#header nav .dropdown-content li a:hover {
	background-color: #002630 !important;
	color: #00de8d !important;
}

.mPage #headerSaldo {
	background: #00171d !important;
	border-top : 1px solid #00de8d;
	border-bottom : 1px solid #00de8d;
}

.pagination li a:hover {
	color: #00de8d !important;
}
.pagination li.active {
	background-color: #00de8d;
}
.pagination li.active a {
	color: #000;
}

/* TRANSFER */
#saldo .card-content label {
    color : #00de8d !important;
}

/* DEPOSIT */
#deposit-cont .card-content span{
    color : #00de8d !important;
}

/* WITHDRAW */
#withdraw-cont .card-content span{
    color : #00de8d !important;
}

#aGames .grid .grid-item {
	background : #00171d !important;
    border : 1px solid #00de8d;
}

#aGames .grid .grid-item .title {
    color : #00de8d;
}

.wwH label {
    color : #00de8d !important;
}

.section-games .input-field input{
    color : #000 !important;
}

.select-dropdown.dropdown-content {
	background-color: #00171d !important;
}

.select-dropdown.dropdown-content li:nth-child(odd){
	background-color: #001d25 !important;
}

.select-dropdown.dropdown-content li:nth-child(even){
	background-color: #00171d !important;
}

.select-dropdown li > a,
.select-dropdown li > span {
	color: #00de8d !important;
}

.select-dropdown.dropdown-content li:hover {
	background: #00de8d !important;
}

.select-dropdown.dropdown-content li:hover > span {
	color: #000000 !important;
}

.rtp-fab img{
    width : 150px;
    height : 150px;
}

.fb-fab{
    bottom : 90px !important;
}

.fb-bg{
    background-color: #4267B2 !important;
}

.fb-bg:hover{
    background-color: #29487D !important;
}
.fb-fab {
    bottom: 90px!important;
}