.btn-primary {
  background-color: #eb2866 !important;
  border: 1px solid #eb2866 !important;
  color: #fff !important;
  padding: 0.5rem 1rem !important;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: transparent !important;
  color: #eb2866 !important;
}
a {
  color: #eb2866 !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}


/* Ubah warna checkbox (Bootstrap 5) */
.form-check-input:checked {
  background-color: #eb2866 !important;
  border-color: #eb2866 !important;
}

/* Tambahan: warna saat focus (outline ring) */
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(235, 40, 102, 0.25) !important;
  border-color: #eb2866 !important;
}

/* Warna teks label (judul grup menu seperti "Widget", "Admin Panel") */
.pc-caption label {
  color: #eb2866 !important;
}

/* Warna icon svg */
.pc-icon use {
  fill: #eb2866 !important;
}

/* Warna teks menu utama */
.pc-link,
.pc-link span,
.pc-link svg {
  color: #eb2866 !important;
  fill: #eb2866 !important;
  transition: all 0.3s ease;
}

/* Warna teks dan icon saat hover */
.pc-link:hover,
.pc-link:hover span,
.pc-link:hover svg use {
  color: #c91f55 !important; /* versi hover */
  fill: #c91f55 !important;
}

/* Warna panah dropdown */
.pc-arrow i {
  color: #eb2866 !important;
}

/* Warna teks submenu */
.pc-submenu .pc-link {
  color: #eb2866 !important;
}

.pc-submenu .pc-link:hover {
  color: #c91f55 !important;
}
