body.branded .header-main {
  background-color: var(--midnight-8)!important;
}

body.branded .header-main a.active:not(.logo),
body.branded .header-main a:hover:not(.logo) {
  background: var(--midnight-5);
}

body.branded .main-subnav .badge {
  background-color: var(--primary)!important;
}

body.branded .btn.btn-primary {
  background-color: var(--primary)!important;
  border-color: var(--primary)!important;
}

body.branded .btn.btn-primary:hover {
  background-color: var(--primary)!important;
  border-color: var(--primary)!important;
  filter: brightness(.9)!important;
}

body.branded #analytics-disclaimer b {
  color: var(--primary)!important;
}

body.branded #footer.footer-main {
  background: var(--midnight-8)!important;
}

body.branded [id^="modal_overlay"].fade:not(.show) {
  opacity: 1!important;
}

body.branded .popover.fade:not(.show) {
  opacity: 1!important;
}

/* V2 (FF) color scheme */
body.branded.SuiteColorSchemeV2 .header-main a.active:not(.logo),
body.branded.SuiteColorSchemeV2 .header-main a:hover:not(.logo) {
  background: var(--midnight-850);
}

body.branded.SuiteColorSchemeV2 .main-subnav .badge {
  background-color: var(--midnight-650)!important;
}

body.branded.SuiteColorSchemeV2 .btn.btn-primary {
  background-color: var(--midnight-650)!important;
  border-color: var(--midnight-650)!important;
  color: white!important;
}

body.branded.SuiteColorSchemeV2 .btn.btn-primary:hover {
  background-color: var(--midnight-700)!important;
  border-color: var(--midnight-700)!important;
  color: white!important;
}

body.branded.SuiteColorSchemeV2 #analytics-disclaimer b {
  color: var(--midnight-650)!important;
}

body.branded.SuiteColorSchemeV2 #footer.footer-main {
  background: var(--midnight-8)!important;
}

body.SuiteColorSchemeV2 .dropdown.show>.btn-primary.dropdown-toggle {
  background-color: var(--midnight-650)!important;
  border-color: var(--midnight-650)!important;
}

body.SuiteColorSchemeV2 .artistlist .artist-progress {
  border-color: var(--midnight-650)!important;
}
body.SuiteColorSchemeV2 .artistlist .artist-progress-bar {
  background-color: var(--midnight-650)!important;
  border-right-color: var(--midnight-650)!important;
  border-left-color: var(--midnight-650)!important;
}
