#loading-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(to right, #00c6ff, #0072ff);
  z-index: 9999;
  transition: width 0.3s ease;
}

#ajax-result {
  display: none;
}




#invoicesDataTable tbody tr{
    cursor: pointer;
}
#invoicesDataTable tbody tr:hover {
  filter: brightness(95%);
  cursor: pointer;
}