/* Custom style DEV-AMPLI */
.status-dot-custom {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.link-muted-small {
  font-size: 12px;
  color: #667085;
}

.table-url {
  max-width: 520px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* DVA-3D Map Nasional */
#mapNasional {
  width: 100%;
  height: 560px;
  border-radius: 12px;
  overflow: hidden;
  background: #eef2f7;
}

.map-marker-dot {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.35);
}

.map-marker-mabes {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 4px solid #fff;
  box-shadow: 0 3px 12px rgba(0,0,0,.45);
  background: #1d4ed8;
}

.map-marker-aman { background: #16a34a; }
.map-marker-warning { background: #f59e0b; }
.map-marker-error { background: #dc2626; }
.map-marker-belum { background: #6b7280; }

.map-legend-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  display: inline-block;
  margin-right: 6px;
}

/* DVA-3E Sidebar disabled agar tetap terbaca */
.navbar-dark .nav-link.disabled,
.navbar-dark .nav-link:disabled {
  color: rgba(255,255,255,.45) !important;
  opacity: 1;
  cursor: not-allowed;
}

/* DVA-8B marker polda sudah input tetapi belum kirim ke Mabes */
.map-marker-input {
  background: #3b82f6;
}

/* DVA-8C daftar polda dashboard */
.polda-list-compact {
  max-height: 220px;
  overflow-y: auto;
  padding-right: 4px;
}

/* DVA-8D warna marker status resmi dashboard nasional */
.map-marker-terkirim {
  background: #16a34a;
}

.map-marker-siap {
  background: #2563eb;
}

.map-marker-validasi {
  background: #f59e0b;
}

.map-marker-tinjauan {
  background: #fb923c;
}

.map-marker-bermasalah {
  background: #dc2626;
}

.map-marker-input {
  background: #3b82f6;
}

.map-marker-belum {
  background: #6b7280;
}
