/* Page: tuzuk */
.table-responsive thead th {
  position: sticky;
  top: 0;
  background-color: var(--blue-11);
  z-index: 2;
}
