:root {
  --bs-primary: #d72638;
  --bs-primary-rgb: 215, 38, 56;
  --bs-link-color: #d72638;
  --pc-sidebar-active-color: #d72638;
}

.pc-header,
.pc-sidebar {
  border-top: 3px solid #d72638;
}

.btn-primary,
.bg-primary,
.pc-badge,
.badge.bg-brand-color-2,
.badge.bg-brand-color-3 {
  background-color: #d72638 !important;
  border-color: #d72638 !important;
}

.btn-outline-primary {
  color: #d72638 !important;
  border-color: #d72638 !important;
}

.btn-outline-primary:hover {
  background-color: #d72638 !important;
  color: #fff !important;
}

.text-primary,
.pc-link.active,
.pc-link:hover {
  color: #d72638 !important;
}

.pc-sidebar .pc-item.active > .pc-link,
.pc-sidebar .pc-item.pc-trigger > .pc-link {
  background: rgba(215, 38, 56, 0.12) !important;
}

.form-control:focus,
.form-select:focus {
  border-color: #d72638;
  box-shadow: 0 0 0 0.2rem rgba(215, 38, 56, 0.16);
}
