body{
    background-color: #2b2a2a;
    color: #f2f7fa;
    --icon-width:20px;
}
.mcolor{
    color: #dcbc80;
}
.card_bg{
    background: #212121;
}
.btn_style{
    background: linear-gradient(to right, #edd8b2, #e8b86f);
    color: #3c1d00;
}
.txt_gray{
    color: #89888d;
}
h1, h2, h3, h4, h5, h6{
    color: #f2f7fa;
}
#language-select{
    border:1px solid #dcbc80;
    border-radius: 5px;
    color: #dcbc80;
    background: transparent;
    padding: 1px 8px;
}
.sectionTitle .title h1,.postCarousel .item .title{
    color: #dcbc80;
}
.sectionTitle .title a{
    color: #dcbc80;
}
.text-muted{
    color: #f2f7fa;
}
.postItem{
    background: #212121;
}
.coyu{
    background: #e3c878;
    color: #3c1d00;
}
.itemList .item,.listView div.listItem{
    background: #212121;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 8px;
    border: none;
}
.itemList .item .text .title{
    color: #f2f7fa;
}
.itemList .text-muted{
    color: #89888d;
}
.news-today-wrapper{
    background: transparent;
}
#appCapsule{
    background: transparent;
}
.appBottomMenu{
    background: #222;
}
#tit span.select{
    background: #e3c878;
    color: #3c1d00;
    border-color: #e3c878;
    border-radius: 8px;
}
.appContent{
    background: transparent;
}
.listView a.listItem{
    background: #212121;
    margin-bottom:8px;
}
.listView .listItem .text strong{
    color: #89888d;
}
.listView .listItem .text strong span{
    color: #dcbc80;
}
.text p{
    background: linear-gradient(to right, #edd8b2, #e8b86f);
    color: #3c1d00;
}
.listItem .icon_tag{
    background: #e3c878;
    font-size: 12px;
    border-radius: 0 0 10px 0;
    padding: 0 10px 0 5px;
    color: #3c1d00;
}
.pmew,.transaction-list li{
    background: #212121;
}
#tit span{
    background: #212121;
    padding: 5px 0;
    border-radius: 8px;
    color: #888984;
    line-height: 1.5em;
}
.uine{
    color: #888984;
}
.uine span{
    color: #fff;
}
.iconed{
    background: #212121;
}

.listView .listItem .text strong{
    color: #fff;
}
.btn_recharge{
    background: transparent;
    border: 2px solid #e8b86f;
    color: #e8b86f;
    border-radius: 30px;
}
.btn_recharge .icon{
    overflow: hidden;
    width: var(--icon-width);
    height: var(--icon-width);
}
.btn_recharge img{
    width: 100%; 
    height: 100%; 
    transform: translateX(var(--icon-width)); 
    filter: drop-shadow(#e8b86f calc(var(--icon-width) * -1) 0px 0px); 
}
.btn_withdraw{
    background: linear-gradient(to right, #edd8b2, #e8b86f);
    color: #3c1d00;
    border-radius: 30px;
}
.btn_withdraw .icon{
    overflow: hidden;
    width: var(--icon-width);
    height: var(--icon-width);
}
.btn_withdraw img{
    width: 100%; 
    height: 100%; 
    transform: translateX(var(--icon-width)); 
    filter: drop-shadow(#3c1d00 calc(var(--icon-width) * -1) 0px 0px); 
}
.btn_logout{
    background: #212121;
    border-radius: 20px;
}
.per_nav_list .listItem .image .iconBox{
    background: transparent !important;
    color: #fff;
}
.form-group>label{
    color: #ffffff;
}
.quick_amount p,.quick_method p{
    background: #212121;
    border: none;
    color: #fff;
}
.quick_amount p.active,.quick_method p.active{
    background: #dcbc80;
    color: #222;
    border: none;
}
.form-control{
    background: #212121;
    border-color: #222;
    color: #fff;
}
.form-control:focus{
    background: #212121;
    border-color: #222;
    color: #fff;
}
.postBody,.contentBox-body{color: #fff;}
.appHeader{
    background: #000;
    color: #fff;
    border-bottom: 1px solid #333;
}
.pro_detail .title{
    color: #dcbc80;
}

.pro_detail #tit span,.wallet_detail  #tit span{
    line-height: 1.5em;
}
.cobn,.cobn p{
    color: #fff;
}
.cart-bottom{
    background: #222;
}
.title-color{
    color: #fff;
}
.btn-solid{
     background: linear-gradient(to right, #edd8b2, #e8b86f);
    color: #3c1d00;
}
.dropload-down{
    background: transparent;
    color: #eee;
}
#tit{
    background: transparent;
}

.form-control:disabled, .form-control[readonly]{
    background-color: #535050;
}
.appBottomMenu .item.active>a{
    color: #dcbc80 !important;
}
.postCarousel .item .image{
    max-width: 160px;
}

.divider{
    background-color: #666;
}



