/* /file/site/style/ob.theme.base.less:L1 */
:root,
body.theme-ncgroup {
  --brand-primary: #116069;
  --brand-light: #1a95a2;
  --brand-secondary: var(--brand-light);
  --brand-dark: #0d5159;
  --brand-tertiary: #444554;
  /* Adjust logo position vertically */
  --logo-adjust-top: 0px;
  --logo-height: 1.25rem;
  /* Theme colors not necessarily based on brand colors */
  --theme-dark: #363932;
  --theme-success: #198d9a;
  --navbar-dark: #0b4046;
  --sidebar-bg-color: #172121;
  --sidebar-header-color: #aeb1b7;
  --sidebar-link-color: white;
  --sidebar-link-bg-color: transparent;
  --sidebar-link-bg-hover: rgba(255, 255, 255, 0.1);
  --sidebar-link-bg-active: rgba(78, 99, 101, 0.25);
  /* Background and foreground color for lists with selectable items */
  --color-bg-active: rgba(29, 184, 201, 0.2);
  --color-fg-active: black;
  /* Border color for app sections */
  --color-border-top: #e5e6e9;
  --color-border-side: #dfe0e4;
  --color-border-bottom: #d0d1d5;
  --block-header-background: #f3f4f7;
  --block-alternating-background: #f9fafb;
  --block-hover-background: #edeff3;
  --block-header-hover-background: #f3f7f4;
  --block-content-border-color: #e5e5e5;
  --block-header-button-hover: #e7e9ef;
  --block-header-button-border: #ced0d4;
  --block-header-button-active: #d4d9e2;
}
/* /file/site/style/ob.theme.base.less:L45 */
.partner-nav__logo,
.theme-ncgroup .partner-nav__logo {
  height: 0.5rem;
  width: auto;
}
@media screen and (min-width: 374px) {
  .partner-nav__logo,
  .theme-ncgroup .partner-nav__logo {
    height: 0.75rem;
  }
}
@media screen and (min-width: 450px) {
  .partner-nav__logo,
  .theme-ncgroup .partner-nav__logo {
    height: 1rem;
  }
}
