.custom-bg-color-primary {
  background: #640000 !important;
}
.custom-text-color-primary {
  color: #640000 !important;
}
.custom-border-color-primary {
  --ct-border-opacity: 1;
  border-color: #640000 !important;
}
.custom-bg-color-primary-soft {
  background-color: #fadada !important;
}
.custom-bg-color-secondary {
  background: #ffffff !important;
}
.custom-text-color-secondary {
  color: #fe0000 !important;
}

.bg-color-secondary {
  background: #c51515 !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 */
}

.modal-backdrop {
  z-index: 1049; /* Atur z-index backdrop modal */
}

textarea {
  padding: 1rem .5rem;
  field-sizing: content;
  min-block-size: 3.5rlh;
  min-inline-size: 23ch;
  /* max-inline-size: 50ch; */
}

textarea.form-control {
  min-height: calc(3em + .9rem + 2px) !important;
}

@media (max-width: 992px) {
  .navbar-custom.bg-light {
      background-color: #640000 !important; /* Warna untuk tampilan mobile */
  }
}