/* 🚫 Cegah keclap sidebar */
.sidebar-hide-temp .main-sidebar {
  visibility: hidden !important;
}

.my-table thead td {
  vertical-align: middle;
  text-align: center;
  background-color: #f8f9fa; /* pakai versi terakhir yang sudah ada background */
}

.text-success {
  color: green;
  font-weight: bold;
}

.text-danger {
  color: red;
  font-weight: bold;
}

#searchInput {
  width: 30%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* Versi pagination lama (pagination-controls) */
.pagination-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

/* Versi pagination terbaru */
.pagination {
  margin-top: 12px;
  display: flex;
  justify-content: space-between; /* kiri = info, kanan = prev/next */
  align-items: center;
  gap: 10px;
}
.pagination .controls {
  display: flex;
  gap: 8px;
  align-items: center;
}
.rows-select {
  min-width: 80px;
}
