/* custom.css */
.custom-bg-color {
    background-color: #2D1C58; /* Change this to your desired background color */
  }
  
  .white-txt-color {
    color: #ffffff;
  }
  
  .balance-colorr {
    background-color: #b3998c !important;;
  }

  .other-colorr {
    background-color: #0000001a !important;;
  }