.income_btn{
    margin-left: 30px;
}
label {
    font-weight: 500 !important;
    font-size: 17px;
}    
.btn-group-toggle .btn.active {
    background-color: #6c757d;
    color: #fff;
    border-color: #6c757d;
  }
  
  /* Add some basic styles to the toast container and notifications */
#toast-container {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
  }
  
  .toast {
    background-color: #333;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  
  .toast-close {
    background-color: transparent;
    border: none;
    padding: 5px;
    cursor: pointer;
  }
  
  .btn-group-toggle .active {
    background-color: #007bff;
    color: #ffffff;
}
