html, body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.cursor-pointer {
  cursor: pointer;
}

#dataTable {
  font-size: 0.85rem;
}

#dataTable th,
#dataTable td {
  white-space: nowrap;
}

#dataTable thead th {
  font-weight: 600;
  background-color: #f8f9fa;
}

.navbar-brand {
  letter-spacing: 0.5px;
}

.card {
  border-radius: 0.5rem;
}

.badge {
  font-weight: 500;
}

.form-check-input {
  cursor: pointer;
}

.min-vh-100 {
  min-height: 100vh;
}

/* Filter row styling (first row in thead) */
#dataTable thead tr.filter-row th {
  background-color: #f8f9fa !important;
  border-bottom: 1px solid #dee2e6;
  padding: 4px 8px;
}

#dataTable thead tr.filter-row th.sorting,
#dataTable thead tr.filter-row th.sorting_asc,
#dataTable thead tr.filter-row th.sorting_desc {
  background-image: none !important;
  padding-right: 8px !important;
  cursor: default !important;
}

#dataTable thead tr.filter-row input {
  width: 100%;
  min-width: 70px;
  padding: 2px 6px;
  font-size: 0.8rem;
  border: 1px solid #ced4da;
  border-radius: 3px;
  cursor: text;
}

#dataTable thead tr.filter-row input:focus {
  outline: none;
  border-color: #86b7fe;
  box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.15);
}
