@import url("./../shared/css/fonts.css");
@import url("./../shared/css/styles.css");
@import url("./colors.css");

:root {
  --menu-mobile-color: var(--theme-color-core-contrast) !important;
  --menu-mobile-bg-color: var(--theme-color-core) !important;
  --menu-mobile-bg-color-active: var(--theme-color-core) !important;
  --menu-mobile-bg-color-hover: var(--theme-color-core) !important;

  --copyright-logo-height: 0px !important;

  --disabled-component-color: #737373 !important;

  --theme-empty-chart-color-rgb: 234, 234, 234 !important;
  --theme-bar-chart-color-rgb: var(--theme-color-core-rgb) !important;
  --theme-line-chart-color-rgb: var(--theme-color-core-rgb) !important;
  --theme-progressbar-chart-color-rgb: var(--theme-color-core-rgb) !important;

  --menu-mobile-color: var(--theme-color-text) !important;
  --menu-mobile-bg-color: rgb(var(--theme-color-core-contrast-rgb)) !important;
  --menu-mobile-color-hover: var(--theme-color-text) !important;
  --menu-mobile-bg-color-hover: rgb(var(--theme-color-core-contrast-rgb)) !important;
  --menu-mobile-color-active: rgb(var(--theme-color-core-rgb)) !important;
  --menu-mobile-bg-color-active: rgb(var(--theme-color-core-contrast-rgb)) !important;
}

* {
  --theme-font-family: KPNMetric, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif !important;
  --theme-h1-font: normal normal 600 32px/30px var(--theme-font-family) !important;
  --theme-h2-font: normal normal 600 26px/30px var(--theme-font-family) !important;
  --theme-h3-font: normal normal 600 22px/26px var(--theme-font-family) !important;
  --theme-h4-font: normal normal 600 20px/20px var(--theme-font-family) !important;
  --theme-h5-font: normal normal 600 18px/24px var(--theme-font-family) !important;
  --theme-h6-font: normal normal 600 16px/20px var(--theme-font-family) !important;
  --theme-subtitle-font: normal normal 300 13px/15px var(--theme-font-family) !important;
  --theme-body-font: normal normal 300 16px/24px var(--theme-font-family) !important;
  --theme-strong-font: normal normal 700 16px/19px var(--theme-font-family) !important;
  --theme-small-font: normal normal 300 14px/18px var(--theme-font-family) !important;
  --theme-small-strong-font: normal normal 600 14px/20px
    var(--theme-font-family) !important;
  --theme-button-font: normal normal 600 15px/20px, var(--theme-font-family) !important;
}

.nav {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1) !important;
}

.nav--core,
.nav--core .nav-btn,
.nav--core .nav-dropdown__btn {
  --color-core: rgb(var(--theme-color-core-contrast-rgb)) !important;
  --color-core-rgb: var(--theme-color-core-contrast-rgb) !important;
  --color-core-contrast: var(--theme-color-text) !important;
  --color-core-hover: rgb(var(--theme-color-secondary-rgb)) !important;
  --color-core-hover-rgb: var(--theme-color-secondary-rgb) !important;
  --color-core-focus: rgb(var(--theme-color-secondary-rgb)) !important;
  --color-core-focus-rgb: var(--theme-color-secondary-rgb) !important;
  --color-core-active: rgb(var(--theme-color-secondary-rgb)) !important;
  --color-core-active-rgb: var(--theme-color-secondary-rgb) !important;
  --background-opacity-hover: 0.06 !important;
  --background-opacity-active: 0.06 !important;
  --background-opacity-focus: 0.06 !important;
}

.app-top-header-btn-link.active .app-top-header-btn {
  border-bottom: 3px solid rgb(var(--theme-color-core-rgb)) !important;
  border-top: 3px solid transparent !important;
  color: rgb(var(--theme-color-core-rgb)) !important;
  font-weight: bolder !important;
}

.webcontent-filter-settings__presets__btn.inactive {
  --color-base: rgba(var(--color-hover-rgb), 0.35) !important;
  --color-contrast: rgb(var(--color-core-rgb)) !important;
}

.cui-pill {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.note__icon svg,
.note__icon img {
  height: 1.2em !important;
  margin-top: 0px !important;
}

.cui-badge--danger {
  background: #f9e7e6 !important;
  border: 1px solid var(--color-danger) !important;
}

.cui-badge--success {
  background: #dcf3dc !important;
  border: 1px solid var(--color-success) !important;
}

.cui-badge--warning {
  background: rgba(var(--color-warning-rgb), 0.05) !important;
  border: 1px solid var(--color-warning) !important;
}

.cui-badge--core .cui-badge-content {
  color: rgb(var(--theme-color-core-contrast-rgb)) !important;
}

.protection-status__body {
  padding-bottom: 2px !important;
}

.protection-status--danger a {
  color: rgb(var(--theme-color-primary-rgb)) !important;
}

.protection-status--danger a:hover {
  color: rgb(var(--theme-color-primary-hover-rgb)) !important;
  text-decoration: none !important;
}

.cui-badge-content {
  color: var(--color-text) !important;
}

.note {
  flex-wrap: wrap !important;
}

.note__border {
  flex: 1 1 100% !important;
  height: 3px !important;
}

.note__content {
  flex: 1 1 !important;
}

.btn {
  --border-radius: 20px !important;
}

.btn--secondary.btn--outline {
  --color-secondary: rgb(var(--theme-color-primary-hover-rgb)) !important;
  --color-secondary-rgb: var(--theme-color-primary-hover-rgb) !important;
  --color-secondary-hover: rgb(
    var(--theme-color-primary-contrast-rgb)
  ) !important;
  --color-secondary-hover-rgb: var(--theme-color-primary-hover-rgb) !important;
  --color-secondary-focus: rgb(
    var(--theme-color-primary-contrast-rgb)
  ) !important;
  --color-secondary-focus-rgb: var(--theme-color-primary-focus-rgb) !important;
  --color-secondary-active: rgb(
    var(--theme-color-primary-contrast-rgb)
  ) !important;
  --color-secondary-active-rgb: var(
    --theme-color-primary-active-rgb
  ) !important;

  --background-opacity-hover: 1 !important;
  --background-opacity-focus: 1 !important;
  --background-opacity-active: 1 !important;
}

.card {
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.07),
    0px 1px 10px 0px rgba(0, 0, 0, 0.06), 0px 2px 4px -1px rgba(0, 0, 0, 0.1) !important;
}

.app-impersonation-frame-panel {
  color: #fff !important;
}

.wcf-preset-preview-li {
  box-shadow: none !important;
}

.web-content-filter__categories__btn-show-all .btn {
  font-weight: bold !important;
}

.web-content-filter__categories__btn-show-all .btn:hover {
  color: var(--theme-color-text) !important;
}
