.wallet-card{

    background:
    linear-gradient(
        135deg,
        #0d6efd,
        #0b5ed7
    );

    border-radius:30px;

    padding:50px;

    color:white;

    box-shadow:
    0 10px 40px rgba(13,110,253,0.3);
}



.wallet-label{

    font-size:18px;

    opacity:0.9;
}



.wallet-balance{

    font-size:56px;

    font-weight:800;

    margin-top:10px;
}



.wallet-icon{

    width:120px;
    height:120px;

    background:rgba(255,255,255,0.15);

    border-radius:30px;

    display:inline-flex;

    align-items:center;
    justify-content:center;

    font-size:55px;
}