/* ============================================================
   LENTERA Petugas - Operational Table Layer
   TANDA-style scanability: stable borders, compact rows, clear headers.
   ============================================================ */

.tbl-wrap,
.um-table-wrap {
  border: 2px solid var(--ops-border, #7f8fa3);
  border-radius: 3px !important;
  background: #fff;
  box-shadow: none !important;
}

table {
  font-size: 12.75px;
}

thead th,
thead.thead-yellow th,
.user-table thead th {
  padding: 10px 12px;
  border-right: 1px solid rgba(255, 255, 255, .14);
  background: #0f2347;
  color: #fff;
}

thead th:last-child,
.user-table thead th:last-child {
  border-right: 0;
}

thead tr.header-filter th {
  padding: 7px;
  border-right: 1px solid var(--ops-line, #d3ddea);
  background: #eef3f9;
}

tbody tr {
  border-bottom: 1px solid #ccd8e6;
}

tbody tr:nth-child(even) {
  background: #f6f9fd;
}

tbody tr:hover {
  background: #e8f0fa !important;
}

td {
  padding: 9px 12px;
  border-right: 1px solid #e2e8f0;
}

td:last-child {
  border-right: 0;
}

.pagination {
  padding: 10px 16px;
  border-top: 2px solid var(--ops-border-soft, #b8c4d3);
  background: #f7f9fc;
}
