.bg-dark-header { background-color: #0f172a; }
.badge-outline-light {
  border: 1px solid rgba(255,255,255,0.2);
  color: white;
  background: rgba(255,255,255,0.1);
}

.kpi-card-top {
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  padding: 1rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  transition: all 0.2s ease;
}
.kpi-card-top:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.icon-box-md {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 1.25rem;
}

.bg-soft-green { background-color: #dcfce7; }
.text-soft-green-dark { color: #15803d; }
.bg-soft-orange { background-color: #ffedd5; }
.text-soft-orange-dark { color: #c2410c; }
.bg-soft-blue { background-color: #e0f2fe; }
.text-soft-blue-dark { color: #0369a1; }
.bg-soft-purple { background-color: #f3e8ff; }
.text-soft-purple-dark { color: #7e22ce; }
.bg-soft-pink { background-color: #fce7f3; }
.text-soft-pink-dark { color: #be185d; }

.filter-lokasi-card {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
}
.sidebar-filter {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
}
.sidebar-filter .card-header {
  background-color: #1e293b !important;
  color: #fff !important;
  padding: 1rem 1.25rem;
}

.list-group-filter .list-group-item {
  border-left: none;
  border-right: none;
  padding: 0.75rem 1.25rem;
}
.list-group-filter .list-group-item:first-child { border-top: none; }
.custom-checkbox .custom-control-label::before { border-radius: 4px; }

.list-card-data {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  transition: all 0.2s ease;
  background-color: #fff;
}
.list-card-data:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.empty-state {
  padding: 4rem 2rem;
  text-align: center;
  background-color: #f8fafc;
  border: 1px dashed #e2e8f0;
  border-radius: 12px;
}
.empty-state i {
  font-size: 3rem;
  color: #cbd5e1;
  margin-bottom: 1rem;
}

.tag-filter {
  background-color: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #475569;
  padding: 0.35rem 0.75rem;
  border-radius: 8px;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.tag-filter button {
  background: none;
  border: none;
  color: #94a3b8;
  margin-left: 0.5rem;
  padding: 0;
  line-height: 1;
}
.tag-filter button:hover { color: #ef4444; }
