/* GENERAL */
/* @media only screen and (max-width: 600px) {
    
} */

.fixed-position {
    position :fixed;
    overflow: hidden;
}

#slide-out{
    height : 100vh;
    width : 250px;
    top : 0;
    display: none;
    right : 0;
    position : absolute;
    z-index: 1000;
    background: rgba(0,0,0,.58);
    transition : transform 0.2s;
}

.transparent-btn-bg{
    background: rgba(255,255,255,.1);
	border: 1px solid rgba(255,255,255,.2);
}


.btn-sec-trans{
	background: rgba(255,255,255,.1);
	border: 1px solid rgba(255,255,255,.2);
	border-radius : 3px;
    color : white;
    padding : 5px 10px;
}

.btn-sec-trans:active{
    background: rgba(255,255,255,.2);
}

.display-show{
    display: block !important;
}

.transparent {
    background: transparent !important;
}

.btn-outline{
    border-radius: 10px;
    border : 1px solid #fccf03;
    padding : 5px 10px;
    color : #fccf03;
}

.btn-outline:hover{
    background: rgba(255,255,255,.06);
}

.red-text{
    color : red;
}

.green-text{
    color : green;
}

.btn-red {
    background : red;
    border-radius: 10px;
    padding : 5px 10px;
    color : white;
}

.modal-header{
    background: linear-gradient(90deg,#dba800, #fccf03, #dba800) !important;
    border-bottom: none !important;
}
.modal-title{
    font-weight: bold;
    color : #fff;
}

.modal-body{
    background: #111111;
}

.modal-body p{
    color : rgba(255,255,255,.8);
    text-align: center;
}

.reg_form .form-control{
    background: #111111;
    color : rgba(255,255,255,.8);
    border : 1px solid rgba(255,255,255,.3);
}

html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
}

body{
    background-color : #170500 !important;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.dark-input{
    font-size: 12px;
    background: #111111 !important;
    border : 1px solid #56520d;
    color : white;
	padding : 10px 5px !important;
}

.dark-input:focus{
	background: #111111 !important;
	color : white;
}

body::-webkit-scrollbar {
    display: none;
}

.dark-transparent{
    background: rgba(0,0,0,.3);
}

.dark {
    background: #111;
}

.row {
    width: 100%;
}

.floating-logo{
    position: absolute;
    margin-top: 20px;
    z-index: 9999;
}

.top-header-input{
    height:25px;
    font-size: 12px;
    background: rgba(255,255,255,.05);
    border : 1px solid #555;
    color : white;
}

.login-btn,
.register-btn{
    height : 25px;
    font-weight: 700;
    color: white;
    border-radius: 13px;
    font-size: 12px;
    line-height: 13px;
}

.login-btn:hover,
.register-btn:hover{
    color : white !important;
}

.primary-btn-bg{
    background: linear-gradient(to right, #BF953F, #FCF6BA, #AA771C) !important;
}

.primary-btn-bg:hover{
    background: linear-gradient(90deg,#ffc53f, #ffa72a, #ffc53f) !important;
}

.secondary-btn-bg{
    background: linear-gradient(90deg,#BF953F, #FBF5B7, #BF953F) !important;
}

.secondary-btn-bg:hover{
    background: linear-gradient(90deg,#fccf03, #dba800, #fccf03) !important;
}

.nav-link.active{
    color : #dba800;
}

.secondary-accent{
    color : #dba800;
}

.dd-header {
    position: static;
}

.dd-header .dropdown-menu{
    width: 100%;
    position: fixed !important;
    top : 87px;
    left: -1px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.85);
}

.dd-header .dropdown.show a{
    color: #dba800;
}

.dd-header .dropdown-menu.show{
    display: block !important;
}

.dd-header .dropdown-item{
    cursor: pointer;
}

.dd-header .dropdown-item:hover{
    background: none;
}

.primary-transparent{
    background: linear-gradient(#111111b3, #19004Cb3, #2A0D65b3);
}

.secondary-transparent{
    background: rgba(255,255,255,.06);
}

#headerOne{
    background: linear-gradient(90deg, #170500, #260800, #170500);
    position: fixed;
    z-index: 9999;
    width: 100%;
}

#headerScnd{
    height: 50px;
    background: #1c0600;
    position:fixed;
    top:40px;
    z-index: 1000;
    width: 100%;
}

.navbar{
    padding-right: 0;
}

#pageContent{
    background: url("../../assets/images/background.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.toto-bg{
    background: url('../../assets/images/bg/toto-bg.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #111111;
}

.toto-icon{
    width : 35px;
    height : 35px;
    background : url('../../assets/images/icons/home/toto.png');
    background-repeat:no-repeat;
    background-size: cover;
}

.slot-icon{
    width : 35px;
    height : 35px;
    background : url('../../assets/images/icons/home/slot.png');
    background-repeat:no-repeat;
    background-size: cover;
}

.casino-icon{
    width : 35px;
    height : 35px;
    background : url('../../assets/images/icons/home/casino.png');
    background-repeat:no-repeat;
    background-size: cover;
}

.spb-icon{
    width : 35px;
    height : 35px;
    background : url('../../assets/images/icons/home/sports.png');
    background-repeat:no-repeat;
    background-size: cover;
}

.game-item{
    background : #111111;
    text-align : center;
    border-radius : 20px;
    padding : 0;
    position : relative;
}
.game-item img{
    width : 100%;
    height : 130px;
    object-fit : cover;
    border-top-right-radius : 20px;
    border-top-left-radius : 20px;
}
.game-item .game-title{
    font-weight : 700;
}

.game-item:hover .play-hover{
    opacity: 1;
}

.game-item .play-hover{
    transition-timing-function: ease-in;
    transition : 0.2s;
    opacity : 0;
    width : 100%;
    height : 100%; 
    position: absolute;
    border-radius : 20px;
    top : 0;
    left : 0;
    background : rgba(0,0,0,.85);
}

.game-item .play-btn{
    top : 50%;
    left : 50%;
    padding-left : 20px;
    padding-right : 20px;
    position : absolute;
    transform: translate(-50%, -50%);
}

nav ul li a{
    color : white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

nav ul li a:hover {
    color : #dba800;
}

.jackpot{
    background: url("../../assets/images/jackpot-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    position:relative;
    width: 100%;
}

.jp-title{
    position: absolute;
    color: white;
    left:0;
    top:0;
    margin-top:22px;
    font-size: 22px;
    width: 100%;
    font-weight: 700;
    text-align: center;
}

#jp-number{
    font-weight: 900;
    font-size: 70px;
    width: 100%;
    left: 0;
    position: absolute;
    top:63px;
    color : white;
    text-align: center;
}

.section-title{
    font-weight: 700;
    font-size: 20px;
    color: white;
}

.section-holder{
    padding : 20px;
    background: linear-gradient(#170500cc 0%, #0d0300cc 60%, #17050000 100%);
    border-radius: 20px;
}

.toto-item{
    background: #111111;
    border-radius: 20px;
    position : relative;
}

.toto-item-date{
    position: absolute;
    top:0;
    right:0;
    font-size: 12px;
    padding : 5px 15px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-weight: bold;
    background: linear-gradient(90deg,#ffa72a, #ffc53f, #ffa72a) !important;
    color : black;
}

.info-ro{
    width : 100px;
    height : 100px;
    position: relative;
    background-repeat: no-repeat;
    background : url('../../assets/images/royaloak.png');
    background-size: cover;
    margin : 0 auto;
}

.wa-icon{
    width : 25px;
    height : 25px;
    background : url('../../assets/images/wa.png');
    background-size : cover;
    background-repeat : no-repeat;
}

.tele-icon{
    width : 25px;
    height : 25px;
    background : url('../../assets/images/tele.png');
    background-size : cover;
    background-repeat : no-repeat;
}

.fb-icon{
    width : 25px;
    height : 25px;
    background : url('../../assets/images/fb.png');
    background-size : cover;
    background-repeat : no-repeat;
}

.privacy-icon{
    margin : 0 auto;
    width : 80px;
    height : 80px;
    background : url('../../assets/images/footer/privacy.png');
    background-size : cover;
    background-repeat : no-repeat;
}
.security-icon{
    margin : 0 auto;
    width : 80px;
    height : 80px;
    background : url('../../assets/images/footer/security.png');
    background-size : cover;
    background-repeat : no-repeat;
}
.twofour-icon{
    margin : 0 auto;
    width : 80px;
    height : 80px;
    background : url('../../assets/images/footer/24.png');
    background-size : cover;
    background-repeat : no-repeat;
}
.oneeight-icon{
    margin : 0 auto;
    width : 80px;
    height : 80px;
    background : url('../../assets/images/footer/18.png');
    background-size : cover;
    background-repeat : no-repeat;
}
.gacor-icon{
    margin : 0 auto;
    width : 80px;
    height : 80px;
    background : url('../../assets/images/footer/gacor.png');
    background-size : cover;
    background-repeat : no-repeat;
}

.read-text-dark{
    color : #111 !important;
}

.casino-games{
    background: url('../../assets/images/bg/casino-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: center;
    background-color: #111111;
}

.slot-games {
    background: url('../../assets/images/bg/slot-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: center;
    background-color: #111111;
}
.fishing-games {
    background: url('../../assets/images/bg/fishing-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: center;
    background-color: #111111;
}

.v-games {
    background: url('../../assets/images/bg/vg-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: center;
    background-color: #111111;
}

.sport-games {
    background: url('../../assets/images/bg/sports-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: center;
    background-color: #111111;
}

.rounded-card{
    border-radius: 20px !important;
}

.box-bg{
    background: linear-gradient(#111111b3, #181818b3, #1a1a1ab3);
}

.inner-box-bg{
    background: #111111;
}

.btn-copy {
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C) !important;
    border : none;
    font-weight:600;
    color: #111 !important;
    padding : 5px 4px !important;
    border-radius: 5px !important;
    cursor: pointer;
}

#pasaranFavorit .grid-item .subtitle{
    color : #fff !important;
}

.helper-msg ol{
    margin : 0;
}

.helper-msg{
    padding : 20px;
    font-size: 14px;
    border-radius : 10px;
    background : rgba(0,0,0,.3);
    border : 1px solid #dba800;
}

.primary {
    background : #170500 !important;
}

.secondary {
    background : #0d0300 !important;
}

.accent-bg {
    background: radial-gradient( #fff,#999) !important;
}
    
.accent {
    color : #ffc560!important;
}


.border-theme {
	border-color: #fff !important;
}

.main-navbar {
    background: linear-gradient(90deg, #070707,#252525,#070707) !important;
}

.main-navbar ul li a{
    color : #fff;
}

.main-navbar ul li:hover{
    background : linear-gradient(75deg, #878787,#efefef,#878787) !important;
}

.main-navbar ul li:hover a{
    color : #111 !important;
}

.main-navbar .active {
    background : linear-gradient(75deg, #878787,#efefef,#878787) !important;
}

.main-navbar .active a{
    color : #111 !important;
}

.main-navbar .active:hover a{
    color : #111 !important;
}

.nav-acc-info .uname{
    color : white;
    text-align: center;
    font-size: 10px;
}

.nav-acc-info .saldo{
    color : #07f0a2;
    text-align: center;
    font-size: 12px;
}

.top-nav-small-icon a.logout{
    background: red;
    padding : 5px 5px 0px 5px;
}

.top-nav-small-icon a{
    background: rgba(255,255,255,.2);
    padding : 5px 5px 0px 5px;
}

.top-nav-small-icon .material-icons{
    font-size: 18px;
    color : white;
}

.slide-menu-theme {
	background: #111111;
    border-radius: 20px;
    padding-top :20px;
    padding-bottom : 20px;
}

.slide-menu-theme .tabs .tab>a.active {
    background: linear-gradient(75deg, #878787,#efefef,#878787) !important;
    color : #000;
    font-weight: bold;
}

.slide-menu-theme .tabs .tab>a:focus {
    background-color: #fff !important;
}

.slide-menu-theme .tabs .indicator {
    background-color: #fff;
}

.slide-menu-theme .tabs .tab>a.active,
.slide-menu-theme .tabs .tab>a:hover {
    background: linear-gradient(75deg, #878787,#efefef,#878787) !important;
    color: #111;
}

#tabContent .card {
    border: 1px solid #888;
    background: radial-gradient( #252525,#070707) !important;
}

.btn-primary {
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C) !important;
    color : #000;
    border-radius: 100px;
    border: none;
    font-size: 14px;
}

.btn-primary:hover {
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C)!important;
}

.btn-secondary {
    background: transparent !important;
    border: 1px solid #fff;
    color: #fff !important;
}

.gradient-btn{
	background: radial-gradient( #fff , #ddd,#666 );
    color : #402804 !important;
}

.gradient-btn:hover{
	background: radial-gradient( #fff , #ddd,#333 );
	color : #ffffff !important;
}

/* table>tbody>tr:nth-child(odd){
    background : #131313;
}

table>tbody>tr:nth-child(even){
    background : #242424;
} */

.grid .grid-item {
	color: #fff;
	background: radial-gradient( #252525,#070707);
}

.grid .grid-item:hover {
	color: #fff;
	background: rgba(255,255,255,.15) !important;
}

.grid .grid-item.--box {
    background: rgba(255,255,255,.06);
}

.grid .grid-item.active {
	background: linear-gradient(90deg,#fccf03, #dba800, #fccf03) !important;
	color: #fff;
}


/* View pasaran home */
table#latest_close_market {
    border-top: 1px dashed #fff !important;
    border-left: 1px dashed #fff !important;
    border-right: 1px dashed #fff !important;
    /* border-bottom: 1px dashed #ffee58 !important; */
    margin-bottom: 2rem;
}

table#latest_close_market>tbody>tr:last-child {
    border-bottom: 1px dashed #fff !important;
}

#pasaranFavorit {  
    background : #151515;
}

#pasaranFavorit .grid-item{
    background : #131313;
    border : 1px solid #888;
}

#pasaranFavorit .grid-item .date-label{  
    background : linear-gradient(180deg, #fff 0%, #888 100%);
}

#pasaranFavorit .sTitle::after{  
    background: #151515;
}

#pasaranFavorit .grid-item .date-label{
	color : #000;
}

#pasaranFavorit .grid-item .date-label{
	color : #000;
}

.ballSmall {
	color : #ffc200;
	background: rgba(255,255,255,.06);
}

span.ballVerySmall{
    background : radial-gradient(closest-side at 42% 42%, #fff 70%, #888 100%);
    color: #000;
}

#pasaran {
    padding : 0;
}

#pasaran li:nth-child(even){
    padding : 10px;
    background-color: rgba(0,0,0,.3) !important;
}

#pasaran li:nth-child(odd){
    padding : 10px;
    background-color: rgba(0,0,0,.1) !important;
}


/* buku mimpi */
#bukuMimpi .tabs .indicator {
    background-color: #fff !important;
    height: 5px;
}

#bukuMimpi .tabs .tab a {
    color: #fff !important;
    font-weight: normal;
    font-size: 2em;
}
#bukuMimpi .tabs .tab a:hover {
    background-color: #fff !important;
    color : #000 !important;
}

#bukuMimpi .tabs .tab a.active {
    background-color: transparent !important;
    font-weight: bolder;
    color : #fff !important;
    /* color: #ffee00 !important; */
}

/* PAITO */
#paito .grid-item {
    border: 1px solid #fff;
    background : radial-gradient( #252525,#070707) !important;
    color: #fff;
}

#paito .grid-item:hover {
    background: radial-gradient( #fff,#888) !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: #fff !important;
}

#member-box table thead tr, #member-box table{
    background : #131313 !important;
    border : 1px solid #fff;
}


/* PILIH PASARAN */
#pilih_pasaran .dropdown-content li a:hover {
    background: #fff !important;
    color: #000000 !important;
}

#pilih_pasaran .dropdown-content li:nth-child(odd) a{
    background : #131313 ;
}

#pilih_pasaran .dropdown-content li:nth-child(even) a{
    background : #242424;
}

/* MENU GAMES */

#menuGames a:hover{
    background: radial-gradient( #fff,#999) !important;
    color : #000 !important;
}

#menuGames .col-3{
    padding : 5px;
}

#menuGames a {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    padding : 10px 0;
    border-radius : 10px;
    background: rgba(255,255,255,.06) !important;
    color : #ffffff !important;
}

#menuGames a:hover{
    font-weight: bold;
    background: rgba(255,255,255,.1) !important;
    color : white !important;
}

#menuGames a.active{
    font-weight: bold;
    background: linear-gradient(90deg,#fccf03, #dba800, #fccf03) !important;
}

#menuGames > a.accent-bg {
    color : #131313 !important;
}

#pilih_games .dropdown-content li a:hover {
    background-color: #ffee58 !important;
    color: #000000 !important;
}

/* GAMES */
table.games.compact{
    border-radius : 10px !important;
}

table.games.compact tfoot tr{
    background: rgba(255,255,255,.06);
}

table.games.compact tbody table.games tbody tr{
    background: transparent !important;
}

table.games.compact tbody tr:nth-child(odd){
    background: rgba(255,255,255,.06) !important;
}

table.games.compact tbody tr:nth-child(even){
    background: rgba(255,255,255,.1) !important;
}
table.games.compact tfoot tr:last-child td:first-child{
    border-bottom-left-radius: 10px !important;
}

table.games.compact tfoot tr:last-child td:last-child{
    border-bottom-right-radius: 10px !important;
}

table.games.compact thead tr th:first-child{
    border-top-left-radius: 10px !important;
}

table.games.compact thead tr th:last-child{
    border-top-right-radius: 10px !important;
}

.wwH {
    background: rgba(255,255,255,.06);
    border-radius: 10px;
}

table.games.compact thead tr{
	background: linear-gradient(90deg,#fccf03, #dba800, #fccf03) !important;
	color : #fff !important;
}

table.games.compact input[type="text"]{
    border : none;
    border-radius : 5px;
}

#form-pola_tarung label {
    color : #fff;
}

#form-pola_tarung .row input{
    background : #fff !important;
    border-radius: 4px;
    border : none !important;
    color : #000 !important;
}

#form-pola_tarung .grid .grid-item{
    background: rgba(255,255,255,.06) !important;
}


/* TRANSFER */
#saldo .collection-item:nth-child(even){
    background : #242424;
}

#saldo .collection-item:nth-child(odd){
    background : #131313;
}

#saldo .secondary-content {
    color: #000000;
    font-weight: bold;
}

#saldo .total{
    border-top : 1px solid #fff !important;
}


#saldo #toto {
    border-bottom : 1px solid #fff !important;
}

#saldo .pSaldo {
    color : 'white';
}

#saldo .collection-header{
    color: #000000;
    background: #ffee58;
}

#saldo .collection{
    border : 1px solid #fff !important;
}

#rekening-profil table thead tr th{
    border-top : 1px solid #dba800;
    border-bottom:  1px solid #dba800;
}

#rekening-profil table td{
    border : none;
}

/* DEPOSIT */
#deposit-cont .card-panel{
    background : rgba(0,0,0,.4) !important;
}

#deposit-cont .table-responsive thead {
    border-bottom : 1.2px solid #dba800 !important;
    background : rgba(0,0,0,.4) !important;
}

/* WITHDRAW */
#withdraw-cont .card-panel{
    background : rgba(0,0,0,.4) !important;
}

#withdraw-cont .table-responsive thead {
    border-bottom : 1.2px solid #dba800 !important;
    background : rgba(0,0,0,.4) !important;
}

/* HISTORY TRANSAKSI */
#transaction-cont .table-responsive table thead {
    background : rgba(0,0,0,.4);
}

#transaction-cont .table-responsive table thead tr th:first-child{
    border-top-left-radius: 10px !important;
}

#transaction-cont .table-responsive table thead tr th:last-child{
    border-top-right-radius: 10px !important;
}

#transaction-cont .table-responsive table tbody tr:last-child td:first-child{
    border-bottom-left-radius: 10px !important;
}

#transaction-cont .table-responsive table tbody tr:last-child td:last-child{
    border-bottom-right-radius: 10px !important;
}

#transaction-cont .table-responsive table tbody tr:nth-child(odd) {
    background: rgba(0,0,0,.1);
}

#transaction-cont .table-responsive table tbody tr:nth-child(even) {
    background: rgba(0,0,0,.2);
}

/* INVOICE */
#invoice-cont .table-responsive table thead {
    background : #131313 !important;
    border : 1.2px solid #fff;
}

#invoice-cont .table-responsive table tbody {
    border : 1.2px solid #fff;
}

#invoiceTable th{
    border-top : 1px solid #fff;
    border-bottom : 1px solid #fff;
}

/* DASHBOARD MOBILE */
#lottery .saldo {
    background: #7d0000;
    border : 1px solid #fff;
    color: #fff;
}

/* HISTORY MOBILE */
#historyTable th{
    border-top : 1px solid #fff;
    border-bottom : 1px solid #fff;
}

#historyTable tbody tr:nth-child(odd){
    background-color: #131313 !important;
    color : #fff !important;

}

#historyTable tbody tr:nth-child(even){
    background-color: #242424 !important;
    color : #fff !important;
}

/* FOOTER MOBILE */
.fixed-footer .item{
	color: #fff;
}

.tabGames .owl-nav .owl-prev {
    color: #fff !important;
}

.tabGames .owl-nav .owl-next {
    color: #fff !important;
}

.tabGames .item.active {
    
}

.tabGames .item.active>.title {
    color: #131313;
}

/* WD MOBILE */
#withdrawTable th{
}

/* DEPO MOBILE */
#transferTable th{
    border-top : 1px solid #fff;
    border-bottom : 1px solid #fff;
}

/* TRANSFER MOBILE */
#saldo .collection-header,
#saldo .collection-item {
		color: #000000;
		background: #ffee58;
}

#saldo .secondary-content {
    color: #000000;
}

/* GAMES MOBILE */ 

#breadcrumb {  
    border : 1px solid #fff;
}

#breadcrumb .breadcrumb,
#breadcrumb .breadcrumb:before{
    color : #fff !important;
}

#tipeGame a{
    display: block;
    padding : 10px 0 !important;
    color : #ffffff;
    font-weight: 600;
    width: 100% !important;
    border-radius : 8px;
    box-sizing: border-box;
    background: rgba(255,255,255,.06);
}

#tipeGame .option-holder{
    padding : 0 10px;
}

#tipeGame a:hover{
    background: rgba(255,255,255,.15);
}

#tipeGame a.active{
    background : linear-gradient(90deg,#dba800, #fccf03, #dba800) !important;
}

#pilih_games .dropdown-content li a:hover {
    background-color: #fff !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 : #131313 !important;
}

.result-card li:nth-child(even){
    background : #242424;
    border : none;
}
.result-card li:nth-child(odd){
    background : #131313;
    border : none;
}

.collection,
.collection-header {
    border-color : #fff !important;
}

#header nav .dropdown-content li a {
	background-color: #ddd !important;
	color: #000000 !important;
}

#header nav .dropdown-content li a:hover {
	background: radial-gradient( #252525,#070707) !important;
	color: #fff !important;
}

.mPage #headerSaldo {
	background: #131313 !important;
	border-top : 1px solid #fff;
	border-bottom : 1px solid #fff;
}

.pagination li a:hover {
	color: #fff !important;
}
.pagination li.active {
	background-color: #fff;
}
.pagination li.active a {
	color: #000;
}

/* TRANSFER */
#saldo .card-content label {
    color : #fff !important;
}

/* DEPOSIT */
#deposit-cont .card-content span{
    color : #fff !important;
}

/* WITHDRAW */
#withdraw-cont .card-content span{
    color : #fff !important;
}

#aGames .grid .grid-item {
	background : #111111 !important;
    border: 1px solid #ffc560;
    border-radius: 20px;
}

#aGames .grid .grid-item .title {
    color : #fff;
}

.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;
}

.keterangan-prize thead tr{
    background: linear-gradient(90deg,#fccf03, #dba800, #fccf03) !important;
    color : #fff;
}

.keterangan-prize thead tr th:first-child{
    border-top-left-radius: 10px !important;
}

.keterangan-prize thead tr th:last-child{
    border-top-right-radius: 10px !important;
}

.keterangan-prize tbody tr td{
    color: #fff;
}

.keterangan-prize tbody tr:last-child td:first-child{
    border-bottom-left-radius: 10px !important;
}

.keterangan-prize tbody tr:last-child td:last-child{
    border-bottom-right-radius: 10px !important;
}

.keterangan-prize tbody tr:nth-child(odd){
    background: rgba(255,255,255,.06);
}

.keterangan-prize tbody tr:nth-child(even){
    background: rgba(255,255,255,.1);
}

table.games input {
    color : #000 !important;
    background-color : #fff !important;
    border : none !important;
    border-radius: 4px;
}

label.active{
    color : #FFF !important;
}

.select-dropdown.dropdown-content {
	background-color: #131313 !important;
}

.select-dropdown.dropdown-content li:nth-child(odd){
	background-color: #131313 !important;
}

.select-dropdown.dropdown-content li:nth-child(even){
	background-color: #242424 !important;
}

.select-dropdown li > a,
.select-dropdown li > span {
	color: #fff !important;
}

.select-dropdown.dropdown-content li:hover {
	background: #fff !important;
}

.select-dropdown.dropdown-content li:hover > span {
	color: #000000 !important;
}

/* #pasaran {
	border : 1px solid #fff !important;
}

#pasaran li{
	border : none;
}

#pasaran li:nth-child(even){
	background-color: #242424 !important;
}

#pasaran li:nth-child(odd){
	background-color: #131313 !important;
} */

table thead.accent-bg {
    background: linear-gradient(75deg, #878787,#efefef,#878787) !important;
}