.custom-bg-color-primary {
  background: #132B50 !important;
}
.custom-text-color-primary {
  color: #132B50 !important;
}
.custom-border-color-primary {
  --ct-border-opacity: 1;
  border-color: #132B50 !important;
}

.custom-bg-color-secondary {
  background: #E8BF6F !important;
}
.custom-text-color-secondary {
  color: #E8BF6F !important;
}

.bg-color-secondary {
  background: #ecf2f5 !important;
}

.long-text {
  white-space: normal !important; /* Membuat teks membungkus ke baris berikutnya */
  word-wrap: break-word !important; /* Memastikan kata panjang dibungkus */
  max-width: 20px !important; /* Atur lebar sesuai kebutuhan agar pembungkusan sesuai */
}