.woo-wallet-price{
    position:relative;
    background:linear-gradient(135deg,#8b0000,#d40000);
    color:#fff;
    border-radius:22px;
    padding:28px;
    text-align:center;
    font-size:34px;
    font-weight:800;
    overflow:hidden;
}

.wallet-jtech-title{
    color:#fff;
    font-size:18px;
    font-weight:700;
    margin-bottom:12px;
}

.balance-eye{
    position:absolute;
    right:18px;
    bottom:18px;
    width:42px;
    height:42px;
    border-radius:50%;
    background:rgba(255,255,255,.15);
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    color:#fff;
    z-index:99999;
}