body {
  background-color: #f8f9fa;
}

.container {
  background: #fff;
  border-radius: 8px;
  padding: 25px;
  margin-top: 40px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}

.select2-container--bootstrap4 .select2-selection {
  height: 42px !important;
  padding: 5px 10px !important;
}
.select2-container--bootstrap4 .select2-selection__rendered {
  line-height: 28px !important;
}

#sample_6_wrapper {
  font-size: 14px;
}

.table td, .table th {
  vertical-align: top !important;
  padding: 0.55rem 0.75rem !important;
}

.table td .fw-semibold {
  line-height: 1.1;
}

.table td .lh-sm {
  line-height: 1.1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Kecilkan font dalam DataTable */
#sample_6_wrapper {
  font-size: 13px;
}

