body {
    background: #000;
}

nav.navbar {
    background: #1f1400;
}

#banner {
    -webkit-box-shadow: 0 0 20px #3d2903;
            box-shadow: 0 0 20px #3d2903;
}

#main-nav .inner-nav {
    background: #3d2903 !important;
}

a.nav-link {
    border-bottom: 1px solid #ffb503;
}

.user-logout a {
    background: #ffb503;
}

.loginBtn,
.tab a,
.other-function, .common-function {
    background: #3d2903 !important;
}

.joinBtn,
.tab a.active {
    background: rgb(241,245,172) !important;
    background: -moz-linear-gradient(180deg, rgba(241,245,172,1) 0%, rgba(218,188,116,1) 30%, rgba(142,101,31,1) 71%, rgba(87,60,12,1) 100%) !important;
    background: -webkit-linear-gradient(180deg, rgba(241,245,172,1) 0%, rgba(218,188,116,1) 30%, rgba(142,101,31,1) 71%, rgba(87,60,12,1) 100%) !important;
    background: linear-gradient(180deg, rgba(241,245,172,1) 0%, rgba(218,188,116,1) 30%, rgba(142,101,31,1) 71%, rgba(87,60,12,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f5ac",endColorstr="#573c0c",GradientType=1) !important;
}

#dropping-hot-wrapper .dropping-hot .group .games-list .nav-tabs li .tablinks.active {
    background: #ffb503;
    border: .01rem solid #ffb503;
    color: #3D2903;
}

#dropping-hot-wrapper .dropping-hot .group .games-list .nav-tabs .tablinks.active span {
    color: #3D2903;
}

#dropping-hot-wrapper .game-content li p:after, 
#dropping-hot-wrapper .game-content li p:before {
    background: #ffb503;
}

.trust-partner, 
.powered-by {
    border-top: 1px dashed #ffb503;
}

.option-switcher > div, .option-switcher > .option-item {
    background: #3d2903 !important;
}

.option-switcher > div.active, .option-switcher > .option-item.active,
#withdrawal-form #ssubmit, .form2 #ssubmit, .form2 .ssubmit,
#bank-info-form #ssubmit,
.popup-header,
.stepper-dot-wrapper.active .stepper-dot,
#register-form fieldset .form-group-submit-btn {
    background: #ffb503 !important;
}

.stepper-dot-wrapper.active .stepper-label-title {
    color: #ffb503 !important;
}

#register-form fieldset .form-group input {
    border: 1px solid #ffb503 !important;
}

.member-center-content,
.wallet-details-btn {
    background-color: #311f00!important;
}

.member-center {
    background-color: #000!important;
}

.control-nav {
    background: #af802f;
}

.control-nav .control-nav-ewallet {
    background: rgb(104,73,24);
    background: -moz-linear-gradient(180deg, rgba(104,73,24,1) 0%, rgba(149,110,47,1) 50%, rgba(199,167,101,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(104,73,24,1) 0%, rgba(149,110,47,1) 50%, rgba(199,167,101,1) 100%);
    background: linear-gradient(180deg, rgba(104,73,24,1) 0%, rgba(149,110,47,1) 50%, rgba(199,167,101,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#684918",endColorstr="#c7a765",GradientType=1);
}

.content-promopage .promo-list .btn-promo-details,
.wallet-balance-total-balance,
.wallet-total-amount {
    background: #ffb503 !important;
    color: #3d2903;
}





