/* Auto-generated by Settings - do not edit by hand */
:root {
  --brand-primary: #82FF00;
  --brand-hover: #6CD400;
  --brand-accent: #82FF00;
  --brand-link: #478C00;
}
.btn-primary, .admin-cool-page .btn-primary, .sidebar-item.active > a,
.rp-segment a.is-active, .ap-strip-accent, .admin-page-header-actions .btn-primary {
  background-color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  color: #111111 !important;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: var(--brand-hover) !important;
  border-color: var(--brand-hover) !important;
  color: #111111 !important;
}
a, .text-brand { color: var(--brand-link); }
.sidebar-item.active > a { color: #111111 !important; }
.sidebar-link:hover { color: #fff !important; }
