:root {
  --primary: #4f2d7f;
  --primary-rgb: 133, 82, 199;
}

/* AdminLTE specific utility overrides */
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:disabled {
  background-color: #4f2d7f !important;
  border-color: #4f2d7f !important;
}

.bg-primary,
.badge-primary {
  background-color: #4f2d7f !important;
}

.text-primary {
  color: #4f2d7f !important;
}

a {
  color: #4f2d7f;
}
a:hover {
  color: #6d3ead;
}

/* Custom switch / range primary accents */
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #4f2d7f !important;
  border-color: #4f2d7f !important;
}
