/* globals.css */

/* default */
:root {
  --primary: #0D6EFD;
}

/* subscriber wise */
html[data-subscriber="ACSL"] { --primary: #65b8eb; }
html[data-subscriber="RES_IN"]  { --primary: #9d9d9d; }
html[data-subscriber="RES"]  { --primary: #9d9d9d; }
html[data-subscriber="TA"] { --primary: #6c757d; }
html[data-subscriber="VIL"]  { --primary: #93B874; --secondary:#93B874 }
html[data-subscriber="VSS"]  { --primary: #272727; }
html[data-subscriber="VSS_IN"]  { --primary: #272727; }

/* bootstrap override */
.bg-primary,
.bg-secondary,
.btn-primary,
.btn-outline-primary:hover {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff !important;
}
