table {
  text-wrap: nowrap;
}

a {
  text-decoration: none;
}

/* upload.php */
.autocomplete-wrapper {
  position: relative;
}

#autocompleteList {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
  background-color: white;
}

#autocompleteList button.active {
  background-color: #007bff;
  color: white;
}

/* dashboard.php */
td img {
  display: block;
  margin: 0 auto;
}

.ion-icon {
  font-size: 26px;
}

.excel-icon {
  color: rgb(69, 159, 48);
}

.excel-icon:hover {
  color: rgb(33, 121, 11);
}

/* dashboard_print.php */
.print-title {
  text-decoration: underline;
}

.table-preview thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa; /* match your table header background */
  z-index: 10; /* keep it above table rows */
  border: 2px solid #dee2e6; /* re-add the border */
}
