.walletBalance-section {
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  row-gap: 30px;
  background-color: #f8f9fa;
  border-radius: 8px;
}

.wallet-balance-sections {
  display: flex;
}

.wallet-balance {
  font-size: 25px;
  font-weight: bold;
  color: #343a40;
  margin: 0 10px 0 0;
}
.red-color {
  color: red;
}
.green-color {
  color: green;
}
p span {
  color: gren;
}
.price {
  /* background-color: red; */
  font-size: 20px;
}
.bdt {
  font-size: 20px;
  color: #49b349;
  margin: 0 10px 0 0;
  font-weight: bold;
  margin-left: 5px;
}

.req-withdraw-btn {
  background-color: #49b349;
  color: white;
  padding: 10px 20px;
  border: none;
}

/* table */
.wallet_balance_table{
   margin-top: 20px;
   
}