.wallet-dashboard-cont {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
}
.wallet-dashboard-cont .wallet-header {
    display: flex;
    justify-content: space-between;
}
.wallet-dashboard-cont .wallet-price {
    align-items: center;
    display: flex;
    gap: 6px;
}
.table-wallet-transaction th,
.table-wallet-transaction td {
    text-align: center;
    vertical-align: middle;
}
.table-wallet-transaction .item-date {
    direction: ltr;
}
.table-wallet-transaction .item-desc {
    text-align: right;
}