.tracking-mail {
  padding: 1.5rem;
}

.forwarded-to-list {
  list-style-type: none;
  padding-left: 0;
}

.forwarded-to-list li {
  padding: 5px;
  background-color: #f8f9fa;
  border-radius: 4px;
}

.timeline .event.latest {
  color: black;
  /* Spesifik untuk elemen p di dalam .event.latest */
  /* Spesifik untuk elemen h1-h6 di dalam .event.latest */
  /* Spesifik untuk elemen li di dalam .event.latest */
}
.timeline .event.latest p {
  color: black;
}
.timeline .event.latest h1, .timeline .event.latest h2, .timeline .event.latest h3, .timeline .event.latest h4, .timeline .event.latest h5, .timeline .event.latest h6 {
  color: black;
}
.timeline .event.latest li {
  color: black;
}

.breadcrumb-item.breadcrumb-highlight {
  color: rgb(101, 113, 255);
}

.highlight-status {
  font-weight: 500;
  color: rgb(101, 113, 255);
}

.select2-container--open {
  z-index: 9999 !important;
}

.modal .select2-container {
  z-index: 1051 !important;
}

@media (min-width: 768px) {
  .overflow-md-auto {
    max-height: 300px; /* Atur sesuai kebutuhan */
    overflow-y: auto;
  }
}

/*# sourceMappingURL=extra.css.map */
