.dash-img {
    max-width: 70px;
    max-height: 70px;    
  }

  .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: white;
    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;
  }

  .navbar-custom {
    background-color: #014F96 !important;
    
}
.btn-primary {
  color: #fff;
  background-color: #014F96;
  border-color: #014F96;
}
.expense-title{
  border-bottom: 2px solid #F2F2F2 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  text-align: center !important;
  color: #014F96 !important;
  font-size: 15px !important;
  font-weight: bold !important;
}
.card-custom{
  border-radius: 1rem !important;
}
.expense-amount{
  color: #014F96 !important;
  font-size: 35px !important;
  font-weight: bold !important; 
  margin-top: 0px !important; 
  text-align: center !important;
  padding-top: 10px !important;
  padding-bottom: 20px !important;
}
.expense-dollar{    
  padding-right: 5px !important;
  font-size: 40px !important;  
}
/*
.right-bar {
    overflow: hidden !important;
    display: none !important;
}
*/