table.dataTable.dt-checkboxes-select tbody tr,
table.dataTable thead th.dt-checkboxes-select-all,
table.dataTable tbody td.dt-checkboxes-cell {
  cursor: pointer;
}

table.dataTable thead th.dt-checkboxes-select-all,
table.dataTable tbody td.dt-checkboxes-cell {
  text-align: center;
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info,
  div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}

/* test css tanggal 19/10/2024 */

/* Semua header h1 hingga h5 menjadi bold dan hitam */
h1, h2, h3, h4, h5 {
  font-weight: bold;
  color: black;
}

/* Semua label menjadi bold dan hitam */
label {
  font-weight: bold;
  color: black;
}

/* Semua teks umum (p, div, a, li, text) menjadi bold dan hitam */
p, div, a, li, text {
  font-weight: bold;
  color: black;
}

/* Tabel secara umum */
table, th, td {
  font-weight: bold;
  color: black;
}

/* Semua elemen th, tr, td di dalam tabel dengan kelas .dataTable menjadi bold dan hitam */
.dataTable th, .dataTable tr, .dataTable td {
  font-weight: bold;
  color: black;
}

/* Title menjadi bold dan putih */
title {
  font-weight: bold;
  color: white;
}