.dash-img {
    max-width: 70px;
    max-height: 70px;
    background-color: blue; /* Change background color to blue */
}
  .hist-number {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
  }

  
  .number-custome-style {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;   
  }

  .errormsg{
    border: 5px solid white;
    background-color: white;
    border-radius: 10px;
    color: red;
    font-weight: bold;
  }

  .custom-margin {
    margin-left: 20px;
  }

  .return-color{
    color: red;
    font-weight: bold;
  }

.balance-card {
    background-color: blue; /* Change background color to blue */
    font-size: 18px;
    color: rgb(51, 49, 49);
    border-radius: 10px;
    padding: 5px;
}

  .for-custom-space{
    margin: 10px;
  }

  .balance-font{
    font-weight: bold;
    color: green;
  }
  .title-txt{
    font-family: Poppins,sans-serif;
    font-size: 1rem;
    columns: #323a46;
    line-height: 70px;
    margin: 0;
    display: block;
    font-weight: 500;
  }

  .request-page-balance
  {
    margin: 5px;
    font-size: 15px;
  }

  .total-balance
  {
      text-align: right;
     
      font-size: 15px;
      margin-right: 15px;
  }


