/* GENERAL */
body{
    background-color : #000000 !important;
}
.slide-menu {
    width : 100vw !important;
}
.disable-scroll{
    overflow: hidden;
}

#floating-snap-btn-wrapper {
	position: fixed;
	transform: translate(-50%, -50%);
	top: 80%;
	left: 80%;
	width: 120px;
	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/fb_29.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 #ffa600;
    color: #ffa600 !important;
    padding : 5px 4px !important;
    border-radius: 5px !important;
    cursor: pointer;
}

#pasaranFavorit .grid-item .subtitle{
    color : #fff !important;
}

.helper-msg{
	    text-transform : uppercase;
	    padding : 20px;
	    border-radius : 10px;
	    background : #520000;
	    border : 1px solid #ffa600;
}

.primary {
    background : linear-gradient(15deg,#730000,#790000,#990000,#790000,#730000) !important;
}

.secondary {
    background : #520000 !important;
}

.accent-bg {
    background : #ffa600 !important;
}

.accent {
    color : #ffa600 !important;
}

.border-theme {
	border-color: #ffa600 !important;
}

.main-navbar {
    background: linear-gradient(90deg, #400100,#690000,#400100) !important;
}

.main-navbar ul li a{
    color : #ffa600;
}

.main-navbar ul li:hover{
    background : #ffa600 !important;
}

.main-navbar ul li:hover a{
    color : #520000 !important;
}

.main-navbar .active {
    background: #ffa600 !important;
}

.main-navbar .active a{
    color : #520000 !important;
}

.main-navbar .active:hover a{
    color : #520000 !important;
}

.slide-menu-theme {
	background: linear-gradient(90deg, #400100,#790000,#400100) !important;
}

.slide-menu-theme .tabs .tab>a.active {
    background-color: #ffa600;
    color : #000;
    font-weight: bold;
}

.slide-menu-theme .tabs .tab>a:focus {
    background-color: #ffa600 !important;
}

.slide-menu-theme .tabs .indicator {
    background-color: #ffa600;
}

.slide-menu-theme .tabs .tab>a.active,
.slide-menu-theme .tabs .tab>a:hover {
    background-color: #ffa600;
    color: #520000;
}

#tabContent .card {
    border: 1px solid #ffa600;
    background-color: #520000;
}

.btn-primary {
    background: linear-gradient(180deg, rgba(255,222,0,1) 0%, rgba(255,166,0,1) 100%);
    color : #000;
}

.btn-secondary {
    background: transparent !important;
    border: 1px solid #ffa600;
    color: #ffa600 !important;
}

.gradient-btn{
	background: linear-gradient(180deg, rgba(255,222,0,1) 0%, rgba(255,166,0,1) 100%);
    color : #402804 !important;
}

.gradient-btn:hover{
	background: linear-gradient(180deg,rgba(255,166,0,1) 0%, rgba(255,222,0,1) 100%);
	color : #ffffff !important;
}

table>tbody>tr:nth-child(odd){
    background : #520000;
}

table>tbody>tr:nth-child(even){
    background : #6b0000;
}

.grid .grid-item {
	color: #ffa600;
	background-color: #520000;
}

.grid .grid-item:hover {
	color: #ffa600;
	background-color: #820000;
}

.grid .grid-item.--box {
	border: 1px solid #ffa600;
}

.grid .grid-item.active {
	background-color: #ffa600;
	color: #000000;
}
.grid .grid-item.--box.active {
	border: 1px solid #000000;
}

/* View pasaran home */
table#latest_close_market {
    border-top: 1px dashed #ffa600 !important;
    border-left: 1px dashed #ffa600 !important;
    border-right: 1px dashed #ffa600 !important;
    /* border-bottom: 1px dashed #ffee58 !important; */
    margin-bottom: 2rem;
}

table#latest_close_market>tbody>tr:last-child {
    border-bottom: 1px dashed #ffa600 !important;
}

#pasaranFavorit {  
    background : #820000;
}

#pasaranFavorit .grid-item{
    background : #520000;
    border : 1px solid #ffa600;
}

#pasaranFavorit .grid-item .date-label{  
    background : linear-gradient(180deg, rgba(255,222,0,1) 0%, rgba(255,166,0,1) 100%);
}

#pasaranFavorit .sTitle::after{  
    background: #820000;
}

#pasaranFavorit .grid-item .date-label{
	color : #000;
}

#pasaranFavorit .sTitle::after{  
    background: #820000;
}

#pasaranFavorit .grid-item .date-label{
	color : #000;
}

.ballSmall {
	color : #520000;
	border: 1px solid #161616;
	background: rgb(255,205,0);
	background: radial-gradient(closest-side at 40% 40%, rgba(255,205,0,1) 25%, rgba(226,132,0,1) 100%);
}

span.ballVerySmall{
    background : radial-gradient(closest-side at 40% 40%, rgba(255,205,0,1) 25%, rgba(226,132,0,1) 100%);
    color: #000;
}

#pasaran {
    border : 1px solid #ffa600 !important;
}

#pasaran li:nth-child(even){
    background-color: #6b0000 !important;
}

#pasaran li:nth-child(odd){
    background-color: #520000 !important;
}


/* buku mimpi */
#bukuMimpi .tabs .indicator {
    background-color: #ffa600 !important;
    height: 5px;
}

#bukuMimpi .tabs .tab a {
    color: #ffa600 !important;
    font-weight: normal;
    font-size: 2em;
}
#bukuMimpi .tabs .tab a:hover {
    background-color: #ffa600 !important;
    color : #000 !important;
}

#bukuMimpi .tabs .tab a.active {
    background-color: transparent !important;
    font-weight: bolder;
    color : #ffa600 !important;
    /* color: #ffee00 !important; */
}

/* PAITO */
#paito .grid-item {
    border: 1px solid #ffa600;
    background : #820000 !important;
    color: #ffa600;
}

#paito .grid-item:hover {
    background-color: #ffa600 !important;
    color: #000;
    font-weight: bold;
}

#paito .grid-item .sub{
    color : rgba(255,255,255,.8);
}

#paito .grid-item:hover .sub {
    color: #ffa600;
}

#paito .grid-item .sub{
    color : rgba(255,255,255,.8);
}

#member-box table thead tr th{
    color: #ffa600 !important;
}

#member-box table thead tr, #member-box table{
    background : #520000 !important;
    border : 1px solid #ffa600;
}


/* PILIH PASARAN */
#pilih_pasaran .dropdown-content li a:hover {
    background: #ffa600 !important;
    color: #000000 !important;
}

#pilih_pasaran .dropdown-content li:nth-child(odd) a{
    background : #520000 ;
}

#pilih_pasaran .dropdown-content li:nth-child(even) a{
    background : #6b0000;
}

/* MENU GAMES */

#menuGames > a:hover{
    background: #820000 !important;
    color : #ffa600 !important;
}

#menuGames > a {
    color : #ffffff !important;
}

#menuGames > a.accent-bg {
    color : #520000 !important;
}

#pilih_games .dropdown-content li a:hover {
    background-color: #ffee58 !important;
    color: #000000 !important;
}

/* GAMES */
table.games.compact{
	border : 1px solid #ffa600 !important;
	background: #520000 !important;
}

table.games.compact tfoot tr{
	border-bottom : 1px solid #ffa600 !important;
}

table.games.compact thead {
	border-bottom : 1.5px solid #ffa600 !important;
	background: #520000 !important;
	color : #ffa600 !important;
}

table.games.compact button{
    background: linear-gradient(180deg, rgba(255,222,0,1) 0%, rgba(255,166,0,1) 100%);
    color : #520000 !important;
}

table.games.compact button:hover{
    background: linear-gradient(180deg, rgba(255,166,0,1) 0%, rgba(255,222,0,1) 100%);
    color : #520000 !important;
}

#form-pola_tarung label {
    color : #ffa600;
}

#form-pola_tarung .row input{
    background : #6b0000 !important;
    color : #fff !important;
}

/* TRANSFER */
#saldo .collection-item:nth-child(even){
    background : #6b0000;
}

#saldo .collection-item:nth-child(odd){
    background : #520000;
}

#saldo .secondary-content {
    color: #000000;
    font-weight: bold;
}

#saldo .total{
    border-top : 1px solid #ffa600 !important;
}


#saldo #toto {
    border-bottom : 1px solid #ffa600 !important;
}

#saldo .pSaldo {
    color : 'white';
}

#saldo .collection-header{
    color: #000000;
    background: #ffee58;
}

#saldo .collection{
    border : 1px solid #ffa600 !important;
}

/* DEPOSIT */
#deposit-cont .card-panel{
    background : #520000 !important;
}

#deposit-cont .table-responsive thead {
    border-bottom : 1.2px solid #ffa600 !important;
    background : #520000 !important;
}

/* WITHDRAW */
#withdraw-cont .card-panel{
    background : #520000 !important;
}

#withdraw-cont .table-responsive thead {
    border-bottom : 1.2px solid #ffa600 !important;
    background : #520000 !important;
}

/* HISTORY TRANSAKSI */
#transaction-cont .table-responsive table thead {
    background : #520000 !important;
    border : 1.2px solid #ffa600;
}

#transaction-cont .table-responsive table tbody {
    border : 1.2px solid #ffa600;
}

/* INVOICE */
#invoice-cont .table-responsive table thead {
    background : #520000 !important;
    border : 1.2px solid #ffa600;
}

#invoice-cont .table-responsive table tbody {
    border : 1.2px solid #ffa600;
}

#invoiceTable th{
    border-top : 1px solid #ffa600;
    border-bottom : 1px solid #ffa600;
}

/* DASHBOARD MOBILE */
#lottery .saldo {
    background: #7d0000;
    border : 1px solid #ffa600;
    color: #ffa600;
}

/* HISTORY MOBILE */
#historyTable th{
    border-top : 1px solid #ffa600;
    border-bottom : 1px solid #ffa600;
}

#historyTable tbody tr:nth-child(odd){
    background-color: #520000 !important;
    color : #ffa600 !important;

}

#historyTable tbody tr:nth-child(even){
    background-color: #6b0000 !important;
    color : #ffa600 !important;
}

/* FOOTER MOBILE */
.fixed-footer .item{
	color: #ffa600;
}

.tabGames .owl-nav .owl-prev {
    color: #ffa600 !important;
}

.tabGames .owl-nav .owl-next {
    color: #ffa600 !important;
}

.tabGames .item.active {
    background-color: #ffa600;
    border-bottom: 3px solid #ffa600;
}

.tabGames .item.active>.title {
    color: #520000;
}

.slide-menu-game-theme .tabGames .item.active>.title {
    color: #ffa600 !important;
}

/* WD MOBILE */
#withdrawTable th{
    border-top : 1px solid #ffa600;
    border-bottom : 1px solid #ffa600;
}

/* DEPO MOBILE */
#transferTable th{
    border-top : 1px solid #ffa600;
    border-bottom : 1px solid #ffa600;
}

/* TRANSFER MOBILE */
#saldo .collection-header,
#saldo .collection-item {
		color: #000000;
		background: #ffee58;
}

#saldo .secondary-content {
    color: #000000;
}

/* GAMES MOBILE */ 

#breadcrumb {  
    border : 1px solid #ffa600;
}

#breadcrumb .breadcrumb,
#breadcrumb .breadcrumb:before{
    color : #ffa600 !important;
}

#pilih_games .dropdown-content li a:hover {
    background-color: #ffa600 !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 : #520000 !important;
}

.result-card li:nth-child(even){
    background : #6b0000;
    border : none;
}
.result-card li:nth-child(odd){
    background : #520000;
    border : none;
}

.collection,
.collection-header {
    border-color : #ffa600 !important;
}

#header nav .dropdown-content li a {
	background-color: #ffa600 !important;
	color: #000000 !important;
}

#header nav .dropdown-content li a:hover {
	background-color: #7d0000 !important;
	color: #ffa600 !important;
}

.mPage #headerSaldo {
	background: #520000 !important;
	border-top : 1px solid #ffa600;
	border-bottom : 1px solid #ffa600;
}

.pagination li a:hover {
	color: #ffa600 !important;
}
.pagination li.active {
	background-color: #ffa600;
}
.pagination li.active a {
	color: #000;
}

/* TRANSFER */
#saldo .card-content label {
    color : #ffa600 !important;
}

/* DEPOSIT */
#deposit-cont .card-content span{
    color : #ffa600 !important;
}

/* WITHDRAW */
#withdraw-cont .card-content span{
    color : #ffa600 !important;
}

#aGames .grid .grid-item {
	background : #520000 !important;
    border : 1px solid #ffa600;
}

#aGames .grid .grid-item .title {
    color : #ffa600;
}

.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 : #FFA600 !important;
}

.select-dropdown.dropdown-content {
	background-color: #520000 !important;
}

.select-dropdown.dropdown-content li:nth-child(odd){
	background-color: #520000 !important;
}

.select-dropdown.dropdown-content li:nth-child(even){
	background-color: #6b0000 !important;
}

.select-dropdown li > a,
.select-dropdown li > span {
	color: #ffa600 !important;
}

.select-dropdown.dropdown-content li:hover {
	background: #ffa600 !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: #6b0000 !important;
}

#pasaran li:nth-child(odd){
	background-color: #520000 !important;
}

.fb-fab {
    bottom: 90px!important;
}