/* Brand overrides to switch forum theme to blue (rgb(0,94,255)) */
:root {
	--theme-brand_primary: 0, 94, 255;
	--theme-brand_secondary: 0, 140, 255;
	--theme-brand_gradient: linear-gradient(60deg, rgb(0, 94, 255), rgba(0, 140, 255, 0.9));
	--theme-brand_gradient_webkit: linear-gradient(60deg, rgb(0, 94, 255), rgba(0, 140, 255, 0.9));
}

.onlineIcon { background-image: linear-gradient(to right, #0040cc, #005eff, #0040cc) !important; }
/* Footer links hover effect */
#elFooterLinks li a:hover {
  color: #0066ff !important;
}

.copyright:hover {
  color: #0066ff !important;
}

::-webkit-scrollbar-thumb { background: var(--theme-brand_gradient) !important; }


