#loading-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Full viewport height */
}

.loading-image {
  width: 50px; /* Adjust size as needed */
  height: 50px; /* Adjust size as needed */
}

/* Highlight selected rows using Bootstrap's primary color scheme */
tr.selected {
  background-color: #007bff !important;
  color: white;
}
