.mhb-select-wallet{
    color: #e8f4ff;
}
.mhb-select-wallet .mhb-selection {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    margin: auto;
    background: #0a3769;
    font-size: 14px;
    border-radius: 5px;
    width: 100%;
    max-width: 550px;
    padding: 0;
}
.mhb-selection table{
    color: #e8f4ff;
}
.mhb-selection table td, 
.mhb-selection table th{
    padding:10px;
    border-bottom: 1px solid #002956;
}
.mhb-selection table td:nth-child(2){
    text-align: right;
}
.mhb-selection table tbody tr:hover{
    background: rgba(255, 255, 255, 0.05);
}
.mhb-selection>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mhb-select-wallet .mhb-selection>ul>li{
    cursor: pointer;
}
.mhb-selection>ul>li .m-label {
    display: block;
    padding: 14px 0;
    color: #fff;
}

.mhb-selection .has-children {
    position: relative;
}

.mhb-selection .has-children>i {
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 9px;
    color: #23d7d9;
    display: none;
}
.mhb-selection>ul>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    position: relative;
    padding: 0 10px;
    margin: 0;
}
.mhb-selection>ul>li:hover,
.mhb-selection>ul>li.active {
    background: rgba(255, 255, 255, 0.05);
}

.mhb-selection .has-children>ul {
    list-style: disc;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 12px;
    margin-top: -5px;
    letter-spacing: 0;
    padding-left: 15px;
    max-width: 450px;
}
.mhb-selection .has-children>ul li{
    float:left;
    width: 40%;
}
.mhb-selection .has-children>ul>li .m-label {
    color: #f5bc13;
}
.m-amount {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
}
.has-children.open-menu>i:before {
    content: "\f068";
}
.m-icon {
    display: none;
    background: -webkit-linear-gradient(#ffd370 0%, #f7ad07 50%);
    background: -o-linear-gradient(#ffd370 0%, #f7ad07 50%);
    background: linear-gradient(#ffd370 0%, #f7ad07 50%);
    color: #0a3769;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    vertical-align: middle;
}
.wallet-desc {
    font-size: 10px;
    font-style: italic;
    padding-left: 30px;
    display: none;
}

.a-right {
    position: absolute;
    top: 12px;
    right: 10px;
}

.mhb-selection>ul>li.h-highlight .m-label{
    padding: 8px 0;
}
.h-highlight,
.mhb-selection>ul>li.h-highlight:hover {
    background: #085ab6;
}
.m-option {
    background: #0a3769;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid #085ab6;
    margin-left: 3px;
}

.mhb-selection>ul>li.active .m-option,
.mhb-selection>ul>li:hover .m-option{
    background: #f5bc13;
}

.open-select{
    overflow: hidden;
}
.open-select .mhb-select-wallet,
.open-select .bg-select-overlay{
    display: block;
}

.mhbc-modal{
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999;
    padding: 10px;
}
.mhbc-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100%;
}

.btn-exchange,
.btn-mainwallet {
    background: #f5bc13;
    color: #0a3769;
    padding: 3px 5px;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}
.btn-exchange:after{
    content: "";
    display: block;
    background: url(../images/exchange-icon.svg);
    background-size: 17px;
    width: 17px;
    height: 17px;
}

.btn-mainwallet:after{
    content: "";
    display: block;
    background: url(../images/mainwallet-icon.svg);
    background-size: 17px;
    width: 17px;
    height: 17px;
}

.wallet-row-desc{
    padding-left: 15px!important;
    font-size: 10px!important;
    display:block!important;
}

.wallet-row-desc li{
    float: left!important;
    width: 50%!important;
    max-width: 140px!important;
    margin-bottom: 0!important;
    list-style: disc!important;
    border-bottom: 0!important;
    padding: 1px 4px !important;
    display: list-item!important;
}

.login-after .sub-menu div.left {
    width: 310px!important;
}

.popup-transfer{
    display: none;
    position: fixed;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    padding: 10px 0;
    margin: auto;
}
.popup-transfer>div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100%;
}
.choose-transfer{
    width: 330px;
    background: #0a3769;
    text-align: center;
    color: #fff;
    z-index: 9999;
    border-radius: 10px;
    overflow: hidden;
}
.choose-transfer>div {
    cursor: pointer;
    padding: 13px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.choose-transfer>div:hover{
    background: rgba(255, 255, 255, 0.05);
}
.choose-transfer>div:last-child{
    border-bottom: 0;
}
.choose-transfer img{
    max-width: 197px;
    margin-bottom: 10px;
}

.popup-transfer-main {
    display: none;
    position: fixed;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    z-index: 9999;
    padding: 10px 0;
    margin: auto;
}
.popup-transfer-main>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100%;
}
.popup-transfer-main .choose-transfer>div {
    border: none;
}
.popup-transfer-main .choose-transfer>div:hover {
    background-color: transparent;
}

#tbWalletBal .text-right {width: auto;}

#popupLayer {
	background-color: rgba(10, 55, 105, 0.9)!important;
}

.btnTransferConfirm, .btnTransferClose {
	background: #f5bc13;
    color: #23527c;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
}