body {
  background: #f8f9fa;
}
.sidebar-active {
  background: #e6529620 !important;
}
.glambox-color {
  color: #e65296 !important;
}
.glambox-bg-color {
  background: #e65296 !important;
}
.sidebar {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
  border-right: 1px solid #eee;
}

.sidebar a {
  display: block;
  padding: 10px;
  color: #555;
  border-radius: 8px;
  text-decoration: none;
}

.sidebar a:hover {
  background: #f1f1f1;
}

.main-content {
  padding: 20px;
}

.card-modern {
  border: none;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Wrapper glow effect */
.dup-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff3e0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 0 8px #fff3e0,
    0 0 0 16px #ffe0b220;
}
.dup-icon-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ffe0b2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: #e65100;
}

/* Detail card */
.dup-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}
.dup-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 11px 14px;
  border-bottom: 1px solid #f3f4f6;
}
.dup-row.border-0 {
  border-bottom: none;
}

.dup-icon-badge {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}
.bg-warning {
  background-color: #ff9d07 !important;
}

/* Badge colors */
.bg-green-soft {
  background: #d1fae5;
}
.text-green {
  color: #059669;
}
.bg-blue-soft {
  background: #dbeafe;
}
.text-blue {
  color: #2563eb;
}
.bg-purple-soft {
  background: #ede9fe;
}
.text-purple {
  color: #7c3aed;
}
.bg-orange-soft {
  background: #ffedd5;
}
.text-orange {
  color: #ea580c;
}

.dup-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #374151;
}
.dup-value {
  font-size: 0.8rem;
  color: #6b7280;
  word-break: break-all;
}

/* Tips box */
.dup-tips {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 0.8rem;
  color: #15803d;
  line-height: 1.5;
}
