.table.table-enhanced thead th {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #6c757d;
  background: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  position: sticky;
  top: 0;
  z-index: 2;
}

.table.table-enhanced tbody td {
  vertical-align: middle;
}

.table.table-enhanced tbody tr:hover {
  background-color: #f8f9fc;
}

.table.table-enhanced .sortable {
  user-select: none;
}

.table.table-enhanced .sort-indicator {
  font-size: 0.7rem;
}

.table-toolbar {
  border: 1px solid #dee2e6;
  border-bottom: 0;
  border-radius: 0.35rem 0.35rem 0 0;
  background: #f8f9fa;
  padding: 0.5rem 0.75rem;
}

.table-toolbar .input-group-text {
  background-color: #fff;
}

.table-scroll {
  max-height: 60vh;
  overflow: auto;
  border: 1px solid #dee2e6;
  border-radius: 0.35rem;
}

.settings-sidebar-scroll {
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: sticky;
  top: 1rem;
}

.settings-header-block {
  margin-bottom: 0.75rem;
}

.settings-main {
  overflow: visible !important;
}
