/* Custom styles for Admin Panel */

:root {
  --brand: #4520a3; /* Purple */
  --brand-light: #4520a3db; /* Purple */
}

.text-primary {
  color: var(--brand) !important;
}

.text-primary:hover {
  color: var(--brand-light) !important;
}

.bg-primary {
  background-color: var(--brand) !important;
}

.bg-primary:hover {
  background-color: var(--brand-light) !important;
}

/* Prevent the side modal from flickering on page load: */
[x-cloak] { display: none !important; }