/* GENERAL */
body{
    background-color : #000000 !important;
}

#pasaranFavorit .grid-item .subtitle {
    color : #fff !important;
}

#floating-snap-btn-wrapper {
	position: fixed;
	transform: translate(-50%, -50%);
	top: 80%;
	left: 15%;
	width: 138px;
	height: 120px;
	border-radius: 50%;
	z-index : 10000;
}
.rtp-btn {
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: url('../images/frontend_new/rtp.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;
}

.btn-copy {
    background: transparent !important;
    border: 1px solid #fff;
    color: #fff !important;
    padding : 5px 4px !important;
    border-radius: 5px !important;
    cursor: pointer;
}

.helper-msg{
	    text-transform : uppercase;
	    padding : 20px;
	    border-radius : 10px;
	    background : #004712;
	    border : 1px solid #FCF6BA;
}

.bank-container{
    display : flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding : 20px 0;
}

#ff-bandar_rekening {
    font-size : 11px ! important;
}
.primary {
    background : linear-gradient(90deg, #004712 0%, #00731c 25%,#009625 50%, #00731c 75%, #004712 100%) !important;
}

.secondary {
    background : #004712 !important;
}

.accent-bg {
    background : #FCF6BA !important;
}

.accent {
    color : #FCF6BA !important;
}

.border-theme {
	border-color: #FCF6BA !important;
}

.main-navbar {
    background: #004712 !important;
}

.main-navbar ul li a{
    color : #FCF6BA !important;
}

.main-navbar ul li:hover{
    background : #002e0c !important;
}

.main-navbar .active {
    background: #002e0c !important;
}

.main-navbar .active a{
    color : #FCF6BA  !important;
}

.main-navbar .active:hover a{
    color : #FCF6BA  !important;
}

.slide-menu-theme {
	background: #009625 !important;
	background: linear-gradient(0deg,#00290a 0%, #006119 100%) !important;
}

.slide-menu-theme .tabs .tab>a.active {
    background:linear-gradient(30deg, #BF953F, #FBF5B7, #BF953F);
    color : #402804 !important;
    font-weight: bold;
}

.slide-menu-theme .tabs .tab>a:focus {
    background:linear-gradient(30deg, #BF953F, #FBF5B7, #BF953F);
}

.slide-menu-theme .tabs .indicator {
    background-color: #FCF6BA;
}

.slide-menu-theme .tabs .tab>a.active,
.slide-menu-theme .tabs .tab>a:hover {
    background-color: #002e0c;
    color: #FCF6BA;
}

#tabContent .card {
    border: 1px solid #FCF6BA;
    background-color: #00290a;
}

.btn-primary {
    background:linear-gradient(140deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    border-radius: 5px;
    /*background: linear-gradient(180deg, rgba(255,222,0,1) 0%, rgba(255,166,0,1) 100%);*/
    color : #402804;
}

.btn-secondary {
    background: transparent !important;
    border-radius: 5px;
    border: 1px solid #FBF5B7;
    color: #FBF5B7 !important;
}

.gradient-btn{
	background:linear-gradient(140deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    color : #402804 !important;
}

.gradient-btn:hover{
	background:linear-gradient(140deg, #FBF5B7, #B38728, #FCF6BA, #B38728, #FBF5B7);
	color : #402804 !important;
}

table>tbody>tr:nth-child(odd){
    background : #00290a;
}

table>tbody>tr:nth-child(even){
    background : #004211;
}

.grid .grid-item {
	color: #FCF6BA;
	background-color: #00290a;
}

.grid .grid-item:hover {
	color: #FCF6BA;
	background-color: #004211;
}

.grid .grid-item.--box {
	border: 1px solid #FCF6BA;
}

.grid .grid-item.active {
	background-color: #FCF6BA;
	color: #000000;
}
.grid .grid-item.--box.active {
	border: 1px solid #000000;
}

/* View pasaran home */
table#latest_close_market {
    border-top: 1px dashed #FCF6BA !important;
    border-left: 1px dashed #FCF6BA !important;
    border-right: 1px dashed #FCF6BA !important;
    /* border-bottom: 1px dashed #ffee58 !important; */
    margin-bottom: 2rem;
}

table#latest_close_market>tbody>tr:last-child {
    border-bottom: 1px dashed #FCF6BA !important;
}

#pasaranFavorit {  
    background : #004211;
}

#pasaranFavorit .grid-item{
    background : #00290a;
    border : 1px solid #FCF6BA;
}

#pasaranFavorit .grid-item .date-label{  
    background : linear-gradient(180deg, #f7ef8a 30%, #ae8625 100%);
}

#pasaranFavorit .sTitle::after{  
    background: #004211;
}

#pasaranFavorit .grid-item .date-label{
	color : #000;
}

.ballSmall {
	color : #00290a;
	border: 1px solid #161616;
	background: rgb(255,205,0);
	background: radial-gradient(closest-side at 40% 40%, #fff 0%, #fff46b 65%, #ae8625 100%);
}

span.ballVerySmall{
    background: radial-gradient(closest-side at 40% 40%, #fff 0%, #fff46b 65%, #ae8625 100%);
    color: #000;
}

#pasaran {
    border : 1px solid #FCF6BA !important;
}

#pasaran li:nth-child(even){
    background-color: #004211 !important;
}

#pasaran li:nth-child(odd){
    background-color: #00290a !important;
}


/* buku mimpi */
#bukuMimpi .tabs .indicator {
    background-color: #FCF6BA !important;
    height: 5px;
}

#bukuMimpi .tabs .tab a {
    color: #FCF6BA !important;
    font-weight: normal;
    font-size: 2em;
}
#bukuMimpi .tabs .tab a:hover {
    background-color: #FCF6BA !important;
    color : #000 !important;
}

#bukuMimpi .tabs .tab a.active {
    background-color: transparent !important;
    font-weight: bolder;
    color : #FCF6BA !important;
    /* color: #ffee00 !important; */
}

/* PAITO */
#paito .grid-item {
    border: 1px solid #FCF6BA;
    background : #004211 !important;
    color: #FCF6BA;
}

#paito .grid-item:hover {
    background-color: #FCF6BA !important;
    color: #000;
    font-weight: bold;
}

#paito .grid-item .sub{
    color : rgba(255,255,255,.8);
}

#paito .grid-item:hover .sub {
    color: #000;
}

#paito .grid-item .sub{
    color : rgba(255,255,255,.8);
}

#member-box table thead tr th{
    color: #FCF6BA !important;
}

#member-box table thead tr, #member-box table{
    background : #00290a !important;
    border : 1px solid #FCF6BA;
}


/* PILIH PASARAN */
#pilih_pasaran .dropdown-content li a:hover {
    background: #FCF6BA !important;
    color: #000000 !important;
}

#pilih_pasaran .dropdown-content li:nth-child(odd) a{
    background : #00290a ;
}

#pilih_pasaran .dropdown-content li:nth-child(even) a{
    background : #004211;
}

/* MENU GAMES */

#menuGames > a:hover{
    background: #004211 !important;
    color : #FCF6BA !important;
}

#menuGames > a {
    color : #ffffff !important;
}

#menuGames > a.accent-bg {
    color : #000 !important;
}

#pilih_games .dropdown-content li a:hover {
    background-color: #ffee58 !important;
    color: #000000 !important;
}

/* GAMES */
table.games.compact{
	border : 1px solid #FCF6BA !important;
	background: #004712 !important;
}

table.games.compact tfoot tr{
	border-bottom : 1px solid #FCF6BA !important;
}

table.games.compact thead {
	border-bottom : 1.5px solid #FCF6BA !important;
	background: #004712 !important;
	color : #FCF6BA !important;
}

table.games.compact button{
    background: linear-gradient(140deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    color : #402804 !important;
}

table.games.compact button:hover{
    background: linear-gradient(140deg, #FBF5B7, #B38728, #FCF6BA, #B38728, #FBF5B7);
    color : #402804 !important;
}

#form-pola_tarung label {
    color : #FCF6BA !important;
}

#form-pola_tarung .row input{
    background : #004712 !important;
    color : #fff !important;
}

/* TRANSFER */
#saldo .collection-item:nth-child(even){
    background : #004211;
}

#saldo .collection-item:nth-child(odd){
    background : #00290a;
}

#saldo .secondary-content {
    color: #000000;
    font-weight: bold;
}

#saldo .total{
    border-top : 1px solid #FCF6BA !important;
}


#saldo #toto {
    border-bottom : 1px solid #FCF6BA !important;
}

#saldo .pSaldo {
    color : 'white';
}

#saldo .collection-header{
    color: #000000;
    background: #ffee58;
}

#saldo .collection{
    border : 1px solid #FCF6BA !important;
}

/* DEPOSIT */
#deposit-cont .card-panel{
    background : #00290a !important;
}

#deposit-cont .table-responsive thead {
    border-bottom : 1.2px solid #FCF6BA !important;
    background : #00290a !important;
}

/* WITHDRAW */
#withdraw-cont .card-panel{
    background : #00290a !important;
}

#withdraw-cont .table-responsive thead {
    border-bottom : 1.2px solid #FCF6BA !important;
    background : #00290a !important;
}

/* HISTORY TRANSAKSI */
#transaction-cont .table-responsive table thead {
    background : #00290a !important;
    border : 1.2px solid #FCF6BA;
}

#transaction-cont .table-responsive table tbody {
    border : 1.2px solid #FCF6BA;
}

/* INVOICE */
#invoice-cont .table-responsive table thead {
    background : #00290a !important;
    border : 1.2px solid #FCF6BA;
}

#invoice-cont .table-responsive table tbody {
    border : 1.2px solid #FCF6BA;
}

#invoiceTable th{
    border-top : 1px solid #FCF6BA;
    border-bottom : 1px solid #FCF6BA;
}

/* DASHBOARD MOBILE */
#lottery .saldo {
    background: #009625;
    border : 1px solid #FCF6BA;
    color: #FCF6BA;
}

/* HISTORY MOBILE */
#historyTable th{
    border-top : 1px solid #FCF6BA;
    border-bottom : 1px solid #FCF6BA;
}

#historyTable tbody tr:nth-child(odd){
    background-color: #00290a !important;
    color : #FCF6BA !important;

}

#historyTable tbody tr:nth-child(even){
    background-color: #004211 !important;
    color : #FCF6BA !important;
}

/* FOOTER MOBILE */
.fixed-footer .item{
	color: #FCF6BA;
}

.tabGames .owl-nav .owl-prev {
    color: #FCF6BA !important;
}

.tabGames .owl-nav .owl-next {
    color: #FCF6BA !important;
}

.tabGames .item.active {
    background: linear-gradient(30deg, #BF953F, #FBF5B7, #BF953F);
    border-bottom: 3px solid #FCF6BA;
}

.tabGames .item.active>.title {
    color: #402804;
}

/* WD MOBILE */
#withdrawTable th{
    border-top : 1px solid #FCF6BA;
    border-bottom : 1px solid #FCF6BA;
}

/* DEPO MOBILE */
#transferTable th{
    border-top : 1px solid #FCF6BA;
    border-bottom : 1px solid #FCF6BA;
}

/* TRANSFER MOBILE */
#saldo .collection-header,
#saldo .collection-item {
		color: #000000;
		background: #ffee58;
}

#saldo .secondary-content {
    color: #000000;
}

/* GAMES MOBILE */ 

#breadcrumb {  
    border : 1px solid #FCF6BA;
}

#breadcrumb .breadcrumb,
#breadcrumb .breadcrumb:before{
    color : #FCF6BA !important;
}

#pilih_games .dropdown-content li a:hover {
    background-color: #FCF6BA !important;
    color: #000000 !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 : #004712 !important;
}

.result-card li:nth-child(even){
    background : #004211;
    border : none;
}
.result-card li:nth-child(odd){
    background : #00290a;
    border : none;
}

.collection,
.collection-header {
    border-color : #FCF6BA !important;
}

#header nav .dropdown-content li a {
	background-color: #FCF6BA !important;
	color: #000000 !important;
}

#header nav .dropdown-content li a:hover {
	background-color: #009625 !important;
	color: #FCF6BA !important;
}

.mPage #headerSaldo {
	background: #004712 !important;
	border-top : 1px solid #FCF6BA;
	border-bottom : 1px solid #FCF6BA;
}

.pagination li a:hover {
	color: #FCF6BA !important;
}
.pagination li.active {
	background-color: #FCF6BA;
}
.pagination li.active a {
	color: #000;
}

/* TRANSFER */
#saldo .card-content label {
    color : #FCF6BA !important;
}

/* DEPOSIT */
#deposit-cont .card-content span{
    color : #FCF6BA !important;
}

/* WITHDRAW */
#withdraw-cont .card-content span{
    color : #FCF6BA !important;
}

#aGames .grid .grid-item {
	background : #004712 !important;
    border : 1px solid #FCF6BA;
}

#aGames .grid .grid-item .title {
    color : #FCF6BA;
}

.wwH label {
    color : #ffffff !important;
}

#form-pola_tarung #kolom-content .grid .grid-item {
    color : #ffffff !important;
}

.section-games .input-field input{
    border : none !important;
    background-color: #fff !important;
    color: #000 !important;
}

table.games input {
    color : #000 !important;
    background-color : #fff !important;
    border : none !important;
}

label.active{
    color : #FCF6BA !important;
}

.select-dropdown.dropdown-content {
	background-color: #00290a !important;
}

.select-dropdown.dropdown-content li:nth-child(odd){
	background-color: #00290a !important;
}

.select-dropdown.dropdown-content li:nth-child(even){
	background-color: #004211 !important;
}

.select-dropdown li > a,
.select-dropdown li > span {
	color: #FCF6BA !important;
}

.select-dropdown.dropdown-content li:hover {
	background: #FCF6BA !important;
}

.select-dropdown.dropdown-content li:hover > span {
	color: #000000 !important;
}

#pasaran {
		border : 1px solid #ffa600 !important;
}

#pasaran li{
	border : none;
}

#pasaran li:nth-child(even){
	background-color: #004211 !important;
}

#pasaran li:nth-child(odd){
	background-color: #00290a !important;
}

.fb-fab{
    bottom : 200px !important;
}

.fb-bg{
    background-color: #4267B2 !important;
}

.fb-bg:hover{
    background-color: #29487D !important;
}

