table thead th {
  position: sticky !important;
  top: 0 !important;
  z-index: 30 !important;
  background-color: #12141d !important;
  background-clip: padding-box !important;
}

table thead th:first-child {
  z-index: 40 !important;
}
