/* src/styles/theme.css */
html {
  color-scheme: light;
  --mat-sys-primary: light-dark(#264148, #afcbd4);
  --mat-sys-on-primary: light-dark(#ffffff, #19343b);
  --mat-sys-primary-container: light-dark(#3c545b, #304b52);
  --mat-sys-on-primary-container: light-dark(#011f26, #cae7f0);
  --mat-sys-inverse-primary: light-dark(#afcbd4, #264148);
  --mat-sys-primary-fixed: light-dark(#cae7f0, #cae7f0);
  --mat-sys-primary-fixed-dim: light-dark(#afcbd4, #afcbd4);
  --mat-sys-on-primary-fixed: light-dark(#011f26, #011f26);
  --mat-sys-on-primary-fixed-variant: light-dark(#304b52, #304b52);
  --mat-sys-secondary: light-dark(#264148, #faabff);
  --mat-sys-on-secondary: light-dark(#ffffff, #560563);
  --mat-sys-secondary-container: light-dark(#ffd6fd, #70257c);
  --mat-sys-on-secondary-container: light-dark(#264148, #ffd6fd);
  --mat-sys-secondary-fixed: light-dark(#ffd6fd, #ffd6fd);
  --mat-sys-secondary-fixed-dim: light-dark(#faabff, #faabff);
  --mat-sys-on-secondary-fixed: light-dark(#35003f, #35003f);
  --mat-sys-on-secondary-fixed-variant: light-dark(#70257c, #70257c);
  --mat-sys-tertiary: light-dark(#006b5f, #4fdbc8);
  --mat-sys-on-tertiary: light-dark(#ffffff, #003731);
  --mat-sys-tertiary-container: light-dark(#71f8e4, #005048);
  --mat-sys-on-tertiary-container: light-dark(#264148, #71f8e4);
  --mat-sys-tertiary-fixed: light-dark(#71f8e4, #71f8e4);
  --mat-sys-tertiary-fixed-dim: light-dark(#4fdbc8, #4fdbc8);
  --mat-sys-on-tertiary-fixed: light-dark(#00201c, #00201c);
  --mat-sys-on-tertiary-fixed-variant: light-dark(#005048, #005048);
  --mat-sys-background: light-dark(#fff8f5, #220f00);
  --mat-sys-on-background: light-dark(#000000, #ffdcc0);
  --mat-sys-surface: light-dark(#ebebeb, #220f00);
  --mat-sys-surface-dim: light-dark(#ffd1ab, #220f00);
  --mat-sys-surface-bright: light-dark(#fff8f5, #582f00);
  --mat-sys-surface-container-lowest: light-dark(#ffffff, #1a0a00);
  --mat-sys-surface-container: light-dark(#ffeadb, #331900);
  --mat-sys-surface-container-high: light-dark(#ffe3cd, #422200);
  --mat-sys-surface-container-highest: light-dark(#ffdcc0, #512b00);
  --mat-sys-on-surface: light-dark(#000000, #ffdcc0);
  --mat-sys-shadow: light-dark(#000000, #000000);
  --mat-sys-scrim: light-dark(#000000, #000000);
  --mat-sys-surface-tint: light-dark(#264148, #afcbd4);
  --mat-sys-inverse-surface: light-dark(#000000, #ffdcc0);
  --mat-sys-inverse-on-surface: light-dark(#ffeee1, #000000);
  --mat-sys-outline: light-dark(#72787a, #8c9294);
  --mat-sys-outline-variant: light-dark(#c1c7ca, #42484a);
  --mat-sys-neutral10: light-dark( #2d1600, #2d1600 );
  --mat-sys-error: light-dark(#da260b, #ffb4ab);
  --mat-sys-on-error: light-dark(#ffffff, #690005);
  --mat-sys-error-container: light-dark(#ffdad6, #93000a);
  --mat-sys-on-error-container: light-dark(#410002, #ffdad6);
  --mat-sys-success: light-dark(#198F6A, #ffb4ab);
  --mat-sys-on-success: light-dark(#ffffff, #690005);
  --mat-sys-success-container: light-dark(#ffdad6, #93000a);
  --mat-sys-on-success-container: light-dark(#410002, #ffdad6);
  --mat-sys-information: light-dark(rgb(0, 122, 184), #ffb4ab);
  --mat-sys-on-information: light-dark(#ffffff, #690005);
  --mat-sys-information-container: light-dark(#ffdad6, #93000a);
  --mat-sys-on-information-container: light-dark(#410002, #ffdad6);
  --mat-sys-warn: light-dark(#ffa500, #ffb4ab);
  --mat-sys-on-warn: light-dark(#264148, #690005);
  --mat-sys-warn-container: light-dark(#ffdad6, #93000a);
  --mat-sys-on-warn-container: light-dark(#410002, #ffdad6);
  --mat-sys-surface-variant: light-dark(#dee3e6, #42484a);
  --mat-sys-on-surface-variant: light-dark(#42484a, #c1c7ca);
  --mat-sys-neutral-variant20: light-dark( #2b3133, #2b3133 );
  --mat-sys-brand-font-family: Roboto;
  --mat-sys-plain-font-family: Roboto;
  --mat-sys-bold-font-weight: 700;
  --mat-sys-medium-font-weight: 500;
  --mat-sys-regular-font-weight: 400;
  --mat-sys-body-large: var(--mat-sys-body-large-weight) var(--mat-sys-body-large-size) / var(--mat-sys-body-large-line-height) var(--mat-sys-body-large-font);
  --mat-sys-body-large-font: var(--mat-sys-plain-font-family);
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: var(--mat-sys-regular-font-weight);
  --mat-sys-body-medium: var(--mat-sys-body-medium-weight) var(--mat-sys-body-medium-size) / var(--mat-sys-body-medium-line-height) var(--mat-sys-body-medium-font);
  --mat-sys-body-medium-font: var(--mat-sys-plain-font-family);
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: var(--mat-sys-regular-font-weight);
  --mat-sys-body-small: var(--mat-sys-body-small-weight) var(--mat-sys-body-small-size) / var(--mat-sys-body-small-line-height) var(--mat-sys-body-small-font);
  --mat-sys-body-small-font: var(--mat-sys-plain-font-family);
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: var(--mat-sys-regular-font-weight);
  --mat-sys-display-large: var(--mat-sys-display-large-weight) var(--mat-sys-display-large-size) / var(--mat-sys-display-large-line-height) var(--mat-sys-display-large-font);
  --mat-sys-display-large-font: var(--mat-sys-brand-font-family);
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: var(--mat-sys-regular-font-weight);
  --mat-sys-display-medium: var(--mat-sys-display-medium-weight) var(--mat-sys-display-medium-size) / var(--mat-sys-display-medium-line-height) var(--mat-sys-display-medium-font);
  --mat-sys-display-medium-font: var(--mat-sys-brand-font-family);
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: var(--mat-sys-regular-font-weight);
  --mat-sys-display-small: var(--mat-sys-display-small-weight) var(--mat-sys-display-small-size) / var(--mat-sys-display-small-line-height) var(--mat-sys-display-small-font);
  --mat-sys-display-small-font: var(--mat-sys-brand-font-family);
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: var(--mat-sys-regular-font-weight);
  --mat-sys-headline-large: var(--mat-sys-headline-large-weight) var(--mat-sys-headline-large-size) / var(--mat-sys-headline-large-line-height) var(--mat-sys-headline-large-font);
  --mat-sys-headline-large-font: var(--mat-sys-brand-font-family);
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: var(--mat-sys-regular-font-weight);
  --mat-sys-headline-medium: var(--mat-sys-headline-medium-weight) var(--mat-sys-headline-medium-size) / var(--mat-sys-headline-medium-line-height) var(--mat-sys-headline-medium-font);
  --mat-sys-headline-medium-font: var(--mat-sys-brand-font-family);
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: var(--mat-sys-regular-font-weight);
  --mat-sys-headline-small: var(--mat-sys-headline-small-weight) var(--mat-sys-headline-small-size) / var(--mat-sys-headline-small-line-height) var(--mat-sys-headline-small-font);
  --mat-sys-headline-small-font: var(--mat-sys-brand-font-family);
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.3rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: var(--mat-sys-regular-font-weight);
  --mat-sys-label-large: var(--mat-sys-label-large-weight) var(--mat-sys-label-large-size) / var(--mat-sys-label-large-line-height) var(--mat-sys-label-large-font);
  --mat-sys-label-large-font: var(--mat-sys-plain-font-family);
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: var(--mat-sys-medium-font-weight);
  --mat-sys-label-large-weight-prominent: var(--mat-sys-bold-font-weight);
  --mat-sys-label-medium: var(--mat-sys-label-medium-weight) var(--mat-sys-label-medium-size) / var(--mat-sys-label-medium-line-height) var(--mat-sys-label-medium-font);
  --mat-sys-label-medium-font: var(--mat-sys-plain-font-family);
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: var(--mat-sys-medium-font-weight);
  --mat-sys-label-medium-weight-prominent: var(--mat-sys-bold-font-weight);
  --mat-sys-label-small: var(--mat-sys-label-small-weight) var(--mat-sys-label-small-size) / var(--mat-sys-label-small-line-height) var(--mat-sys-label-small-font);
  --mat-sys-label-small-font: var(--mat-sys-plain-font-family);
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: var(--mat-sys-medium-font-weight);
  --mat-sys-title-large: var(--mat-sys-title-large-weight) var(--mat-sys-title-large-size) / var(--mat-sys-title-large-line-height) var(--mat-sys-title-large-font);
  --mat-sys-title-large-font: var(--mat-sys-brand-font-family);
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: var(--mat-sys-regular-font-weight);
  --mat-sys-title-medium: var(--mat-sys-title-medium-weight) var(--mat-sys-title-medium-size) / var(--mat-sys-title-medium-line-height) var(--mat-sys-title-medium-font);
  --mat-sys-title-medium-font: var(--mat-sys-plain-font-family);
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: var(--mat-sys-medium-font-weight);
  --mat-sys-title-small: var(--mat-sys-title-small-weight) var(--mat-sys-title-small-size) / var(--mat-sys-title-small-line-height) var(--mat-sys-title-small-font);
  --mat-sys-title-small-font: var(--mat-sys-plain-font-family);
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: var(--mat-sys-medium-font-weight);
  --mat-sys-umbra-color: color-mix( in srgb, var(--mat-sys-shadow), transparent 80% );
  --mat-sys-penumbra-color: color-mix( in srgb, var(--mat-sys-shadow), transparent 86% );
  --mat-sys-ambient-color: color-mix( in srgb, var(--mat-sys-shadow), transparent 88% );
  --mat-sys-level0:
    0px 0px 0px 0px var(--mat-sys-umbra-color),
    0px 0px 0px 0px var(--mat-sys-penumbra-color),
    0px 0px 0px 0px var(--mat-sys-ambient-color);
  --mat-sys-level1:
    0px 2px 1px -1px var(--mat-sys-umbra-color),
    0px 1px 1px 0px var(--mat-sys-penumbra-color),
    0px 1px 3px 0px var(--mat-sys-ambient-color);
  --mat-sys-level2:
    0px 3px 3px -2px var(--mat-sys-umbra-color),
    0px 3px 4px 0px var(--mat-sys-penumbra-color),
    0px 1px 8px 0px var(--mat-sys-ambient-color);
  --mat-sys-level3:
    0px 3px 5px -1px var(--mat-sys-umbra-color),
    0px 6px 10px 0px var(--mat-sys-penumbra-color),
    0px 1px 18px 0px var(--mat-sys-ambient-color);
  --mat-sys-level4:
    0px 5px 5px -3px var(--mat-sys-umbra-color),
    0px 8px 10px 1px var(--mat-sys-penumbra-color),
    0px 3px 14px 2px var(--mat-sys-ambient-color);
  --mat-sys-level5:
    0px 7px 8px -4px var(--mat-sys-umbra-color),
    0px 12px 17px 2px var(--mat-sys-penumbra-color),
    0px 5px 22px 4px var(--mat-sys-ambient-color);
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}

/* src/styles.scss */
:root {
  --esqep-brand: rgba(38, 65, 72, 1);
  --esqep-brand-lighten-1: rgba(56, 96, 107, 1);
  --esqep-brand-lighten-2: rgba(74, 127, 140, 1);
  --esqep-brand-lighten-3: rgba(95, 155, 170, 1);
  --esqep-brand-darken-1: rgba(30, 51, 57, 1);
  --esqep-brand-darken-2: rgba(21, 36, 40, 1);
  --esqep-primary: rgba(74, 127, 140, 1);
  --esqep-secondary: rgba(166, 83, 184, 1);
  --esqep-alternate: rgba(223, 81, 60, 1);
  --esqep-error: rgba(218, 38, 11, 1);
  --esqep-warning: rgba(255, 128, 0, 1);
  --esqep-success: rgba(25, 143, 106, 1);
  --esqep-information: rgba(0, 122, 184, 1);
  --esqep-information-lighten-1: rgba(0, 152, 229, 1);
  --esqep-information-darken-1: rgba(0, 85, 128, 1);
  --esqep-header-background: rgba(38, 65, 72, 1);
  --esqep-background: rgba(244, 244, 244, 1);
  --esqep-menu-background: rgba(235, 235, 235, 1);
  --esqep-menu-background-active: rgba(218, 218, 218, 1);
  --esqep-border: rgba(193, 199, 202, 1);
  --esqep-primary-contrast: rgba(255, 255, 255, 1);
  --esqep-text-body: rgba(38, 65, 72, 1);
  --esqep-text-body-lighten-1: rgba(67, 102, 112, 1);
  --esqep-neutral: rgba(115, 135, 140, 1);
  --esqep-neutral-lighten-1: rgba(157, 171, 175, 1);
  --esqep-neutral-darken-1: rgba(80, 94, 98, 1);
  --esqep-gold: rgba(255, 204, 62, 1);
  --esqep-surface: rgba(255, 255, 255, 1);
  --esqep-status-notstarted-chart: rgba(190, 200, 202, 1);
  --esqep-status-notstarted: rgb(130, 138, 140);
  --esqep-status-inprogress: rgba(166, 83, 184, 1);
  --esqep-status-complete: rgba(22, 156, 117, 1);
  --esqep-status-overdue: rgba(218, 38, 11, 1);
  --essep-table-row: rgb(240, 241, 242);
  --essep-table-row_alternate: rgb(227, 228, 230);
  --mat-sys-surface: #ffffff;
}
:root h1,
:root .h1 {
  font-size: 2.5rem;
}
:root h2,
:root .h2 {
  font-size: 2rem;
}
:root h3,
:root .h3 {
  font-size: 1.75rem;
}
:root h4,
:root .h4 {
  font-size: 1.5rem;
}
:root h5,
:root .h5 {
  font-size: 1.25rem;
}
:root h6,
:root .h6 {
  font-size: 1rem;
}
:root h1,
:root .h1,
:root h2,
:root .h2,
:root h3,
:root .h3,
:root h4,
:root .h4,
:root h5,
:root .h5,
:root h6,
:root .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.skip-link {
  position: absolute;
  top: -1000px;
  left: 0;
  z-index: 100;
  padding: 8px 16px;
  background: var(--mat-sys-primary);
  color: var(--mat-sys-on-primary);
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
}
.skip-link:focus {
  top: 10px;
  left: 200px;
}
html {
  scroll-padding-top: 67px;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  font-size: 0.875rem;
}
mat-card {
  color: var(--mat-sys-primary);
}
mat-card mat-card-header {
  font-size: 1rem;
  font-weight: 500;
}
mat-card {
  --mat-card-outlined-container-color: var(--mat-sys-surface-container-lowest);
}
.mat-drawer-content {
  overflow: inherit !important;
}
.card-shadow {
  box-shadow: var(--mat-card-elevated-container-elevation, var(--mat-sys-level3)) !important;
}
html {
  --mat-progress-spinner-active-indicator-color: var(--mat-sys-information);
}
html {
  --mat-checkbox-label-text-weight: var(--mat-sys-bold-font-weight);
}
html {
  --mat-menu-container-color: var(--mat-sys-surface);
}
.mat-mdc-menu-content,
.mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text {
  font-weight: 400 !important;
  padding: 0 !important;
}
.mat-mdc-menu-item {
  border-top: 1px solid var(--mat-sys-outline-variant) !important;
}
html {
  --mat-list-list-item-label-text-size: var(--mat-sys-body-medium-size);
}
.mdc-list {
  padding: 0 !important;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mat-sys-primary);
}
.mat-mdc-icon-button {
  color: #000 !important;
}
.mat-mdc-icon-button[disabled],
.mat-mdc-icon-button.mat-mdc-button-disabled {
  color: var(--mat-icon-button-disabled-icon-color, color-mix(in srgb, var(--mat-sys-on-surface) 38%, transparent)) !important;
}
.mat-mdc-button-base .mat-icon {
  min-height: auto !important;
}
.mat-mdc-button > .mat-icon {
  margin-left: var(--mat-button-text-icon-offset, 1px) !important;
}
.mat-mdc-button > .mat-icon,
.mat-mdc-unelevated-button > .mat-icon,
.mat-mdc-raised-button > .mat-icon,
.mat-mdc-outlined-button > .mat-icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 1.5rem !important;
  width: 1.5rem !important;
}
.sqep-menu-inline .mat-mdc-menu-panel,
.sqep-menu-inline .mat-mdc-menu-content {
  background-color: #fff !important;
}
.sqep-menu-inline .mat-mdc-menu-item {
  background-color: #fff !important;
  line-height: normal !important;
}
.sqep-menu-inline .mat-mdc-menu-item.no-border {
  border-top: 0 !important;
}
html {
  --mat-focus-indicator-border-style: solid;
  --mat-focus-indicator-border-width: 3px;
  --mat-focus-indicator-border-radius: 4px;
  --mat-focus-indicator-border-color: var(--mat-sys-secondary, black);
  --mat-focus-indicator-display: block;
}
.mat-mdc-standard-chip .mdc-evolution-chip__cell--primary,
.mat-mdc-standard-chip .mdc-evolution-chip__action--primary,
.mat-mdc-standard-chip .mat-mdc-chip-action-label {
  overflow: visible;
}
html {
  --mat-sidenav-container-background-color: var(--mat-sys-surface);
}
html {
  --mat-focus-indicator-border-color: rgb(95, 155, 170);
}
html {
  --mat-icon-button-icon-color: var(--mat-sys-on-primary);
}
html {
  --mat-button-toggle-shape: 6px;
  --mat-button-toggle-height: 32px;
  --mat-button-toggle-selected-state-background-color: var(--mat-sys-primary-container);
  --mat-button-toggle-selected-state-text-color: var(--mat-sys-on-primary);
}
html {
  --mat-toolbar-container-background-color: none;
}
html {
  --mat-sidenav-container-background-color: var(--mat-sys-surface);
}
.mat-drawer-container {
  background-color: #f5f5f5 !important;
  position: static !important;
}
.mat-drawer-inner-container {
  overflow: hidden !important;
}
html {
  --mat-expansion-container-background-color: var(--mat-sys-surface-container-lowest);
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  border: none;
  box-shadow: none !important;
  padding: 0;
}
.mat-expansion-panel-body {
  padding: 8px 0 0 !important;
}
html {
  --mat-dialog-container-shape: 6px;
  --mat-dialog-container-color: var(--mat-sys-surface-container-lowest);
  --mat-dialog-container-elevation-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
.mat-mdc-dialog-surface {
  overflow-y: inherit !important;
}
.dialog-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  border-top-right-radius: var(--mat-sys-corner-large);
  border-top-left-radius: var(--mat-sys-corner-large);
}
.dialog-title h2 {
  font-weight: var(--mat-sys-medium-font-weight);
  color: #f5f5f5 !important;
  max-width: 95%;
  text-wrap: wrap;
  padding-left: 16px;
}
html {
  --mat-divider-color: --mat-sys-outline;
}
html {
  --mat-table-row-item-outline-color: var(--mat-sys-surface);
  --mat-table-row-item-container-height: 52px;
  --mat-table-background-color: var(--mat-sys-surface-container-lowest);
}
.mat-sort-header-content {
  font-weight: 500;
}
.mat-column-existsInJobRole {
  text-align: center;
}
mat-paginator {
  border-top: 1px solid var(--mat-sys-outline-variant);
  padding-top: 10px;
}
mat-paginator .mat-mdc-paginator-container {
  justify-content: left;
}
mat-paginator {
  --mat-paginator-container-text-size: var(--mat-sys-body-medium-font);
  --mat-paginator-container-background-color: var(--mat-sys-surface-container-lowest);
}
html {
  --mat-slide-toggle-track-height: 24px;
  --mat-slide-toggle-with-icon-handle-size: 16px;
  --mat-slide-toggle-track-width: 45px;
  --mat-slide-toggle-selected-pressed-track-color: #17b9a7;
  --mat-slide-toggle-selected-focus-track-color: #17b9a7;
  --mat-slide-toggle-selected-track-color: #17b9a7;
  --mat-slide-toggle-selected-hover-track-color: #17b9a7;
  --mat-slide-toggle-selected-focus-handle-color: #f5f5f5;
}
.mat-mdc-form-field {
  background-color: var(--mat-sys-surface-container-lowest);
}
.mat-mdc-option {
  font-size: var(--mat-sys-body-medium-size) !important;
}
html {
  --mat-select-panel-background-color: var(--mat-sys-surface-container-lowest);
  --mat-select-trigger-text-size: var(--mat-sys-body-medium-size);
}
html {
  --mat-form-field-container-height: 40px;
  --mat-form-field-container-vertical-padding: 8px;
  --mat-form-field-filled-label-text-size: var(--mat-sys-body-medium-font);
  --mat-form-field-outlined-label-text-size: var(--mat-sys-body-medium-size);
  --mat-form-field-container-text-size: var(--mat-sys-body-medium-size);
  --mat-form-field-outlined-focus-outline-color: rgb(95, 155, 170);
  --mat-form-field-outlined-focus-outline-width: 2px;
}
html {
  --mat-autocomplete-background-color: var(--mat-sys-surface-container-lowest);
}
.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple) {
  background-color: var(--mat-sys-outline-variant) !important;
}
.mat-mdc-optgroup-label {
  border-bottom: 1px solid var(--mat-sys-outline-variant);
  border-top: 1px solid var(--mat-sys-outline-variant);
}
.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple) {
  background-color: var(--mat-sys-outline-variant) !important;
}
html {
  --mat-autocomplete-background-color: var(--mat-sys-surface-container-lowest);
}
.mat-datepicker-content {
  border: 1px solid var(--mat-sys-outline);
  --mat-datepicker-calendar-container-background-color: var(--mat-sys-surface-container-lowest);
}
html {
  --mat-timepicker-container-background-color: var(--mat-sys-surface);
}
html {
  --mat-tooltip-container-color: var(--mat-sys-primary);
  --mat-tooltip-supporting-text-color: var(--mat-sys-on-primary);
}
.multiline-tooltip {
  white-space: pre-line;
}
.multiline-unset-width-tooltip .mdc-tooltip__surface {
  white-space: pre-line;
  max-width: 300px !important;
  max-height: unset !important;
}
html {
  --mat-tab-container-height: 80px;
}
.new-matrix {
  --mat-tab-container-height: 30px;
}
.mat-mdc-tab-label-container {
  border: none !important;
}
.mat-mdc-tab-body-wrapper {
  height: 100%;
}
.darkMode {
  --mat-sys-background: #121316;
  --mat-sys-error: #ffb4ab;
  --mat-sys-error-container: #93000a;
  --mat-sys-inverse-on-surface: #2f3033;
  --mat-sys-inverse-primary: #005cbb;
  --mat-sys-inverse-surface: #e3e2e6;
  --mat-sys-on-background: #e3e2e6;
  --mat-sys-on-error: #690005;
  --mat-sys-on-error-container: #ffdad6;
  --mat-sys-on-primary: #002f65;
  --mat-sys-on-primary-container: #d7e3ff;
  --mat-sys-on-primary-fixed: #001b3f;
  --mat-sys-on-primary-fixed-variant: #00458f;
  --mat-sys-on-secondary: #283041;
  --mat-sys-on-secondary-container: #dae2f9;
  --mat-sys-on-secondary-fixed: #131c2b;
  --mat-sys-on-secondary-fixed-variant: #3e4759;
  --mat-sys-on-surface: #e3e2e6;
  --mat-sys-on-surface-variant: #e0e2ec;
  --mat-sys-on-tertiary: #002f65;
  --mat-sys-on-tertiary-container: #d7e3ff;
  --mat-sys-on-tertiary-fixed: #001b3f;
  --mat-sys-on-tertiary-fixed-variant: #00458f;
  --mat-sys-outline: #8e9099;
  --mat-sys-outline-variant: #44474e;
  --mat-sys-primary: #abc7ff;
  --mat-sys-primary-container: #00458f;
  --mat-sys-primary-fixed: #d7e3ff;
  --mat-sys-primary-fixed-dim: #abc7ff;
  --mat-sys-scrim: #000000;
  --mat-sys-secondary: #bec6dc;
  --mat-sys-secondary-container: #3e4759;
  --mat-sys-secondary-fixed: #dae2f9;
  --mat-sys-secondary-fixed-dim: #bec6dc;
  --mat-sys-shadow: #000000;
  --mat-sys-surface: #121316;
  --mat-sys-surface-bright: #38393c;
  --mat-sys-surface-container: #1f2022;
  --mat-sys-surface-container-high: #292a2c;
  --mat-sys-surface-container-highest: #343537;
  --mat-sys-surface-container-low: #1a1b1f;
  --mat-sys-surface-container-lowest: #0d0e11;
  --mat-sys-surface-dim: #121316;
  --mat-sys-surface-tint: #abc7ff;
  --mat-sys-surface-variant: #44474e;
  --mat-sys-tertiary: #abc7ff;
  --mat-sys-tertiary-container: #00458f;
  --mat-sys-tertiary-fixed: #d7e3ff;
  --mat-sys-tertiary-fixed-dim: #abc7ff;
  --mat-sys-neutral-variant20: #2d3038;
  --mat-sys-neutral10: #1a1b1f;
  --mat-sys-level0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level2:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level3:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level4:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-sys-level5:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-sys-body-large: 400 1rem / 1.5rem Roboto;
  --mat-sys-body-large-font: Roboto;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Roboto;
  --mat-sys-body-medium-font: Roboto;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Roboto;
  --mat-sys-body-small-font: Roboto;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Roboto;
  --mat-sys-display-large-font: Roboto;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;
  --mat-sys-display-medium-font: Roboto;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;
  --mat-sys-display-small-font: Roboto;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Roboto;
  --mat-sys-headline-large-font: Roboto;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;
  --mat-sys-headline-medium-font: Roboto;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Roboto;
  --mat-sys-headline-small-font: Roboto;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-label-large-font: Roboto;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Roboto;
  --mat-sys-label-medium-font: Roboto;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Roboto;
  --mat-sys-label-small-font: Roboto;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;
  --mat-sys-title-large-font: Roboto;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Roboto;
  --mat-sys-title-medium-font: Roboto;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-title-small-font: Roboto;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
.tab-header {
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  padding-bottom: 16px;
}
.tab-heading {
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: 10px;
}
.tab-subheading {
  font-size: 0.875rem;
  font-weight: 400;
}
.red-icon {
  color: #dc3545 !important;
}
.amber-icon {
  color: #f7931d !important;
}
.grey-icon {
  color: #6c757d;
}
.green-icon {
  color: #198754;
}
.exists-in-icon {
  color: #198754;
}
.state-icon {
  text-align: center;
}
.mandatory-checklist-icon {
  color: var(--mat-sys-error);
  margin-left: 8px;
  width: 16px;
  height: auto;
}
.danger {
  color: var(--mat-sys-error);
}
.success {
  color: var(--mat-sys-success);
}
.paginator-action-container,
.paginator-actions-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--mat-sys-primary);
  margin-top: 8px;
  flex-wrap: wrap;
}
.paginator-action-container mat-paginator,
.paginator-actions-container mat-paginator {
  border: none;
  padding-top: 0;
}
.paginator-action-container mat-paginator .mat-mdc-icon-button.mat-mdc-button-disabled .mat-mdc-button-persistent-ripple::before,
.paginator-actions-container mat-paginator .mat-mdc-icon-button.mat-mdc-button-disabled .mat-mdc-button-persistent-ripple::before {
  background-color: transparent;
}
.paginator-action-container .action-buttons,
.paginator-action-container .actions-container,
.paginator-actions-container .action-buttons,
.paginator-actions-container .actions-container {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-left: 4px;
}
.no-data-row {
  text-align: center;
  padding-top: 16px;
}
.red-icon {
  color: #dc3545 !important;
}
.amber-icon {
  color: #f6921d !important;
}
.grey-icon {
  color: #6c757d;
}
.green-icon {
  color: #198754;
}
.mat-mdc-optgroup-label {
  border-bottom: 1px solid var(--mat-sys-outline-variant);
  border-top: 1px solid var(--mat-sys-outline-variant);
}
.mandatory-checklist-icon {
  color: var(--mat-sys-error);
  margin-left: 8px;
  width: 16px;
  height: auto;
}
.mat-mdc-tab-body-wrapper {
  height: 100%;
}
.inactive-badge {
  display: inline-block;
  padding: 4px 7px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  border-radius: 6px;
  width: auto;
  background-color: #f7931d !important;
  color: #264148 !important;
}
.setting-title {
  font-weight: 500;
  font-size: 16px;
}
.training-input-group .mdc-text-field--outlined,
.training-input-group .mdc-text-field {
  padding: 0 8px !important;
}
html {
  --mat-chip-label-text-color: var(--mat-sys-primary);
  --mat-chip-label-text-weight: 400;
  --mat-chip-elevated-container-color: var(--mat-sys-surface-container-lowest);
  --mat-chip-container-height: 24px;
  --mat-chip-with-icon-icon-size: 2px;
}
:root {
  --mat-chip-with-icon-icon-size: 24px;
}
:root sqep-certificate-status-chip mat-chip .mdc-evolution-chip__action--primary {
  padding-left: 6px;
  padding-right: 10px;
}
:root sqep-certificate-status-chip mat-chip .mdc-evolution-chip__icon,
:root sqep-certificate-status-chip mat-chip .mat-mdc-chip-edit .mat-icon,
:root sqep-certificate-status-chip mat-chip .mat-mdc-chip-remove .mat-icon {
  min-height: 100%;
}
:root sqep-certificate-status-chip mat-chip .mdc-evolution-chip__text-label {
  white-space: nowrap;
}
.role-setting-chip {
  display: inline-flex;
  padding: 2px 4px;
}
.lms .mat-mdc-chip-set .mdc-evolution-chip-set__chips {
  justify-content: flex-end;
}
mat-chip {
  height: auto !important;
}
.mdc-evolution-chip__text-label.mat-mdc-chip-action-label {
  text-wrap: wrap !important;
}
.esqep-chip {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  min-height: 24px;
  border-radius: 12px;
  white-space: nowrap;
}
.esqep-chip.large {
  min-height: 35px;
  white-space: normal;
}
.esqep-chip.warning {
  background-color: #f6921d !important;
  color: #264148 !important;
}
.new-matrix .mat-mdc-tab-list .mat-mdc-tab-labels {
  display: flex;
  flex-wrap: wrap !important;
  justify-content: space-evenly;
}
.new-matrix .mat-mdc-tab.mdc-tab {
  border-radius: 0.375rem;
  margin: 0 0.5rem;
  text-align: center;
}
.new-matrix .mat-mdc-tab.mdc-tab.mdc-tab-indicator--active {
  background-color: #264148;
}
.new-matrix .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #ffffff;
}
.new-matrix .mdc-tab .mdc-tab-indicator {
  display: none;
}
.new-matrix .mat-mdc-tab-group.mat-mdc-tab-group-stretch-tabs > .mat-mdc-tab-header .mat-mdc-tab {
  flex-grow: 0 !important;
}
.grp-progress-modal .grp-filter-stacked {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
  height: 20px;
}
.grp-progress-modal .grp-filter-validation {
  width: 100%;
  text-align: center;
  margin: 8px 0px;
  font-weight: 700;
}
.grp-progress-modal .grp-filter-actions {
  display: flex;
  flex-direction: column;
}
.grp-progress-modal .grp-filter-actions .grp-filter-button {
  display: flex;
  justify-content: flex-end;
}
.grp-progress-modal .mat-mdc-dialog-content {
  max-height: 85vh;
  padding: 16px !important;
}
.grp-progress-modal th {
  border-bottom: 1px solid #000;
}
.grp-progress-modal .scroll-container {
  max-height: 55vh;
  overflow: auto;
}
.grp-progress-modal .scroll-container table {
  border-collapse: separate;
}
.grp-progress-modal ::-webkit-scrollbar {
  width: 20px;
}
.grp-progress-modal ::-webkit-scrollbar-track {
  background-color: transparent;
}
.grp-progress-modal ::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}
.grp-progress-modal ::-webkit-scrollbar-thumb:hover {
  background-color: #264148;
}
.grp-progress-modal .grp-filters-errors-container {
  text-align: end;
  margin-top: 8px;
}
.grp-progress-modal .grp-filters-errors-container .grp-filter-errors {
  color: var(--mat-sys-error);
}
.mat-mdc-dialog-content {
  overflow-x: hidden !important;
}
.job-role-analysis .mat-icon {
  height: auto;
}
.job-role-analysis .people .assigned-status {
  display: inline-flex;
  margin-left: 10px;
  width: 40px;
}
.job-role-analysis .heading-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-size: 14px;
}
.job-role-analysis .heading-section .view-selection {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.job-role-analysis .heading-section .view-selection .status {
  width: 75px;
}
.job-role-analysis .heading-section .view-selection .status .status-badge {
  display: inline-block;
  padding: 4px 7px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 8px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
}
.job-role-analysis .heading-section .view-selection .status .status-badge.assigned {
  background-color: #198754;
  color: #ffffff;
}
.job-role-analysis .heading-section .view-selection .status .status-badge.additional {
  background-color: #007ab8;
  color: #f5f5f5;
}
.job-role-analysis .score-yellow {
  color: #ffa500;
}
.job-role-analysis .score-red {
  color: #dc3545;
}
.job-role-analysis .score-green {
  color: #198754;
}
.job-role-analysis mat-expansion-panel {
  border: 0.25px solid lightgray !important;
  padding: 8px;
}
.job-role-analysis mat-expansion-panel .mat-expansion-panel-header {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.job-role-analysis mat-expansion-panel .mat-expansion-panel-header.mat-expanded {
  background-color: #f8f9fa;
  border-bottom: 1px solid lightgray !important;
}
.job-role-analysis mat-expansion-panel .competency-summary {
  padding: 16px;
}
.framework-link {
  color: #0d6efd;
  text-decoration: underline;
}
.framework-link:hover {
  text-decoration: none;
  cursor: pointer;
}
.return-link-container {
  display: flex;
  justify-content: flex-end;
}
.return-link-container .return-link {
  cursor: pointer;
  color: #264148;
  margin-right: 16px;
  margin-top: 8px;
}
.error-charcount-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
}
mat-form-field .close-icon {
  display: flex;
  place-items: center;
  transform: scale(0.5);
}
.sqep-switch {
  --mat-slide-toggle-track-height: 24px;
  --mat-slide-toggle-with-icon-handle-size: 16px;
  --mat-slide-toggle-track-width: 45px;
  --mat-slide-toggle-selected-pressed-track-color: #17b9a7;
  --mat-slide-toggle-selected-focus-track-color: #17b9a7;
  --mat-slide-toggle-selected-track-color: #17b9a7;
  --mat-slide-toggle-selected-hover-track-color: #17b9a7;
  --mat-slide-toggle-selected-focus-handle-color: #f5f5f5;
}
main:has(.development-actions-card) header {
  z-index: 300;
}
main:has(.development-actions-card) mat-sidenav-container {
  overflow: visible;
}
main:has(.development-actions-card) mat-sidenav-content {
  overflow: visible;
  position: relative;
  z-index: 100;
}
.comment-container .NgxEditor__Popup:has(input[type=url]) {
  min-width: 300px !important;
}
.comment-container .NgxEditor__Popup input[type=url] {
  width: 100%;
  box-sizing: border-box;
}
.whats-new-panel .mat-mdc-dialog-surface.mdc-dialog__surface {
  padding: 0;
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
}
.whats-new-panel,
.help-menu-panel {
  --mat-sys-title-medium: 500 16px/1.4 "Roboto", sans-serif;
  --mat-sys-body-medium: 400 14px/1.5 "Roboto", sans-serif;
}
.mat-mdc-tab-body.mat-mdc-tab-body-active {
  overflow-y: hidden !important;
}
.mat-mdc-table {
  min-width: 99.9% !important;
  margin-left: 2px;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

/* src/scss/esqep.scss */
:root {
  --esqep-brand: rgba(38, 65, 72, 1);
  --esqep-brand-lighten-1: rgba(56, 96, 107, 1);
  --esqep-brand-lighten-2: rgba(74, 127, 140, 1);
  --esqep-brand-lighten-3: rgba(95, 155, 170, 1);
  --esqep-brand-darken-1: rgba(30, 51, 57, 1);
  --esqep-brand-darken-2: rgba(21, 36, 40, 1);
  --esqep-primary: rgba(74, 127, 140, 1);
  --esqep-secondary: rgba(166, 83, 184, 1);
  --esqep-alternate: rgba(223, 81, 60, 1);
  --esqep-error: rgba(218, 38, 11, 1);
  --esqep-warning: rgba(255, 128, 0, 1);
  --esqep-success: rgba(25, 143, 106, 1);
  --esqep-information: rgba(0, 122, 184, 1);
  --esqep-information-lighten-1: rgba(0, 152, 229, 1);
  --esqep-information-darken-1: rgba(0, 85, 128, 1);
  --esqep-header-background: rgba(38, 65, 72, 1);
  --esqep-background: rgba(244, 244, 244, 1);
  --esqep-menu-background: rgba(235, 235, 235, 1);
  --esqep-menu-background-active: rgba(218, 218, 218, 1);
  --esqep-border: rgba(193, 199, 202, 1);
  --esqep-primary-contrast: rgba(255, 255, 255, 1);
  --esqep-text-body: rgba(38, 65, 72, 1);
  --esqep-text-body-lighten-1: rgba(67, 102, 112, 1);
  --esqep-neutral: rgba(115, 135, 140, 1);
  --esqep-neutral-lighten-1: rgba(157, 171, 175, 1);
  --esqep-neutral-darken-1: rgba(80, 94, 98, 1);
  --esqep-gold: rgba(255, 204, 62, 1);
  --esqep-surface: rgba(255, 255, 255, 1);
  --esqep-status-notstarted-chart: rgba(190, 200, 202, 1);
  --esqep-status-notstarted: rgb(130, 138, 140);
  --esqep-status-inprogress: rgba(166, 83, 184, 1);
  --esqep-status-complete: rgba(22, 156, 117, 1);
  --esqep-status-overdue: rgba(218, 38, 11, 1);
  --essep-table-row: rgb(240, 241, 242);
  --essep-table-row_alternate: rgb(227, 228, 230);
  --mat-sys-surface: #ffffff;
}
.bg-sqeptech {
  background-color: #264148;
}
.bg-sqeptech:before {
  background-color: #264148;
}
.bg-reassured {
  background-color: #1870a0;
}
.bg-reassured:before {
  background-color: #1870a0;
}
.bg-gmfrs {
  background-color: #000000;
}
.bg-gmfrs:before {
  background-color: #000000;
}
.bg-mfrs {
  background-color: #174079;
}
.bg-mfrs:before {
  background-color: #174079;
}
.bg-mfrs-pilot {
  background-color: #76bc21;
}
.bg-mfrs-pilot:before {
  background-color: #76bc21;
}
.bg-pepper {
  background-color: #df0024;
}
.bg-pepper:before {
  background-color: #df0024;
}
.bg-lfrs {
  background-color: #fe1821 !important;
}
.bg-lfrs:before {
  background-color: #fe1821 !important;
}
.bg-rnli {
  background-color: #002663 !important;
}
.bg-rnli:before {
  background-color: #002663 !important;
}
.bg-sfrs {
  background-color: #003f71;
}
.bg-sfrs:before {
  background-color: #003f71;
}
.bg-rbfrs {
  background-color: #006bb4 !important;
}
.bg-rbfrs:before {
  background-color: #006bb4 !important;
}
.bg-stdaero {
  background-color: #004c7a !important;
}
.bg-stdaero:before {
  background-color: #004c7a !important;
}
.bg-met {
  background-color: rgb(0, 50, 160) !important;
}
.bg-met:before {
  background-color: rgb(0, 50, 160) !important;
}
.bg-getinge {
  background-color: #18274a;
}
.bg-getinge:before {
  background-color: #18274a;
}
.bg-aptiv {
  background-color: #191919 !important;
}
.bg-aptiv:before {
  background-color: #191919 !important;
}
.bg-hilton {
  background-color: #418fde !important;
}
.bg-hilton:before {
  background-color: #418fde !important;
}
.bg-plessey {
  background-color: #5279bb !important;
}
.bg-plessey:before {
  background-color: #5279bb !important;
}
.bg-wfrs {
  background-color: #096f48 !important;
}
.bg-wfrs:before {
  background-color: #096f48 !important;
}
.bg-vivo {
  background-color: #8db458 !important;
}
.bg-vivo:before {
  background-color: #8db458 !important;
}
.bg-skansa {
  background-color: #143275 !important;
}
.bg-skansa:before {
  background-color: #143275 !important;
}
.bg-ukae {
  background-color: #002f56 !important;
}
.bg-ukae:before {
  background-color: #002f56 !important;
}
.bg-sgn {
  background-color: #ea5b0c;
}
.bg-sgn:before {
  background-color: #ea5b0c;
}
.bg-biffa {
  background-color: rgb(228, 30, 9);
}
.bg-biffa:before {
  background-color: rgb(228, 30, 9);
}
.bg-coal-authority {
  background-color: #2e2e2e;
}
.bg-coal-authority:before {
  background-color: #2e2e2e;
}
.bg-getinge-pilot {
  background-color: #00cc00;
}
.bg-getinge-pilot:before {
  background-color: #00cc00;
}
.bg-cats-protection {
  background-color: #7a1b72 !important;
}
.bg-cats-protection:before {
  background-color: #7a1b72 !important;
}
.bg-shropshire-fire {
  background-color: #003d6f !important;
}
.bg-shropshire-fire:before {
  background-color: #003d6f !important;
}
.bg-south-wales-police {
  background-color: #064083 !important;
}
.bg-south-wales-police:before {
  background-color: #064083 !important;
}
.bg-west-midlands-police {
  background-color: #064083 !important;
}
.bg-west-midlands-police:before {
  background-color: #064083 !important;
}
.bg-getinge-stg {
  background-color: #ca0534;
}
.bg-getinge-stg:before {
  background-color: #ca0534;
}
.bg-joiff {
  background-color: #0a802a;
}
.bg-joiff:before {
  background-color: #0a802a;
}
.bg-newcleo {
  background-color: #025152;
}
.bg-newcleo:before {
  background-color: #025152;
}
.green-success-snackbar {
  --mat-snack-bar-container-color: #198754;
  --mat-snack-bar-supporting-text-color: #fff;
  --mat-snack-bar-supporting-text-weight: var(--mat-sys-body-medium-weight);
}
.red-error-snackbar {
  --mat-snack-bar-container-color: #dc3545;
  --mat-snack-bar-supporting-text-color: #fff;
  --mat-snack-bar-supporting-text-weight: var(--mat-sys-body-medium-weight);
}
.orange-warning-snackbar {
  --mat-snack-bar-container-color: #ffa500;
  --mat-snack-bar-supporting-text-color: #fff;
  --mat-snack-bar-supporting-text-weight: var(--mat-sys-body-medium-weight);
}
.default-snackbar {
  --mat-snack-bar-container-color: #1870a0;
  --mat-snack-bar-supporting-text-color: #fff;
  --mat-snack-bar-supporting-text-weight: var(--mat-sys-body-medium-weight);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.m-0 {
  margin: 0;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.ms-0 {
  margin-left: 0;
}
.me-0 {
  margin-right: 0;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.p-0 {
  padding: 0;
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.ps-0 {
  padding-left: 0;
}
.pe-0 {
  padding-right: 0;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.m-1 {
  margin: 0.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.ms-1 {
  margin-left: 0.25rem;
}
.me-1 {
  margin-right: 0.25rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.p-1 {
  padding: 0.25rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.ps-1 {
  padding-left: 0.25rem;
}
.pe-1 {
  padding-right: 0.25rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ms-2 {
  margin-left: 0.5rem;
}
.me-2 {
  margin-right: 0.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.ps-2 {
  padding-left: 0.5rem;
}
.pe-2 {
  padding-right: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.m-3 {
  margin: 1rem;
}
.mt-3 {
  margin-top: 1rem;
}
.mb-3 {
  margin-bottom: 1rem;
}
.ms-3 {
  margin-left: 1rem;
}
.me-3 {
  margin-right: 1rem;
}
.mx-3 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.p-3 {
  padding: 1rem;
}
.pt-3 {
  padding-top: 1rem;
}
.pb-3 {
  padding-bottom: 1rem;
}
.ps-3 {
  padding-left: 1rem;
}
.pe-3 {
  padding-right: 1rem;
}
.px-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.m-4 {
  margin: 1.5rem;
}
.mt-4 {
  margin-top: 1.5rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.ms-4 {
  margin-left: 1.5rem;
}
.me-4 {
  margin-right: 1.5rem;
}
.mx-4 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.p-4 {
  padding: 1.5rem;
}
.pt-4 {
  padding-top: 1.5rem;
}
.pb-4 {
  padding-bottom: 1.5rem;
}
.ps-4 {
  padding-left: 1.5rem;
}
.pe-4 {
  padding-right: 1.5rem;
}
.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.m-5 {
  margin: 3rem;
}
.mt-5 {
  margin-top: 3rem;
}
.mb-5 {
  margin-bottom: 3rem;
}
.ms-5 {
  margin-left: 3rem;
}
.me-5 {
  margin-right: 3rem;
}
.mx-5 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.p-5 {
  padding: 3rem;
}
.pt-5 {
  padding-top: 3rem;
}
.pb-5 {
  padding-bottom: 3rem;
}
.ps-5 {
  padding-left: 3rem;
}
.pe-5 {
  padding-right: 3rem;
}
.px-5 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.m-auto {
  margin: auto;
}
.ms-auto {
  margin-left: auto;
}
.me-auto {
  margin-right: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-auto {
  margin-top: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
.d-grid {
  display: grid;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-fill {
  flex: 1 1 auto;
}
.flex-grow-0 {
  flex-grow: 0;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-shrink-1 {
  flex-shrink: 1;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-baseline {
  align-items: baseline;
}
.align-items-stretch {
  align-items: stretch;
}
.align-self-start {
  align-self: flex-start;
}
.align-self-end {
  align-self: flex-end;
}
.align-self-center {
  align-self: center;
}
.align-self-stretch {
  align-self: stretch;
}
.gap-0 {
  gap: 0;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 1rem;
}
.gap-4 {
  gap: 1.5rem;
}
.gap-5 {
  gap: 3rem;
}
.text-start {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: right;
}
.text-wrap {
  text-wrap: wrap;
}
.text-nowrap {
  white-space: nowrap;
}
.text-break {
  word-wrap: break-word;
  word-break: break-word;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #6c757d;
}
.text-danger {
  color: #dc3545;
}
.text-warning {
  color: #ffa500;
}
.text-success {
  color: #198754;
}
.text-primary {
  color: #0d6efd;
}
.text-dark {
  color: #264148;
}
.text-white {
  color: #ffffff;
}
.text-info {
  color: #007ab8;
}
.fs-1 {
  font-size: 2.5rem;
}
.fs-2 {
  font-size: 2rem;
}
.fs-3 {
  font-size: 1.75rem;
}
.fs-4 {
  font-size: 1.5rem;
}
.fs-5 {
  font-size: 1.25rem;
}
.fs-6 {
  font-size: 1rem;
}
.fw-bold {
  font-weight: 500;
}
.fw-bolder {
  font-weight: 700;
}
.fw-normal {
  font-weight: 400;
}
.fw-light {
  font-weight: 300;
}
.small,
small {
  font-size: 0.875em;
}
.lh-1 {
  line-height: 1;
}
.lh-sm {
  line-height: 1.25;
}
.lh-base {
  line-height: 1.5;
}
.lh-lg {
  line-height: 2;
}
.w-25 {
  width: 25%;
}
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}
.w-auto {
  width: auto;
}
.h-100 {
  height: 100%;
}
.h-auto {
  height: auto;
}
.mw-100 {
  max-width: 100%;
}
.mh-100 {
  max-height: 100%;
}
.vw-100 {
  width: 100vw;
}
.vh-100 {
  height: 100vh;
}
.bg-primary {
  background-color: #0d6efd;
}
.bg-secondary {
  background-color: #6c757d;
}
.bg-success {
  background-color: #198754;
  color: #ffffff;
}
.bg-danger {
  background-color: #dc3545;
  color: #ffffff;
}
.bg-warning {
  background-color: #ffa500;
}
.bg-info {
  background-color: #007ab8;
  color: #ffffff;
}
.bg-light {
  background-color: #f8f9fa;
}
.bg-dark {
  background-color: #264148;
  color: #ffffff;
}
.bg-white {
  background-color: #ffffff;
}
.bg-transparent {
  background-color: transparent;
}
.bg-body {
  background-color: #f5f5f5;
}
.border {
  border: 1px solid #dee2e6;
}
.border-top {
  border-top: 1px solid #dee2e6;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6;
}
.border-start {
  border-left: 1px solid #dee2e6;
}
.border-end {
  border-right: 1px solid #dee2e6;
}
.border-0 {
  border: 0;
}
.border-warning {
  border-color: #ffa500;
}
.border-danger {
  border-color: #dc3545;
}
.border-success {
  border-color: #198754;
}
.rounded {
  border-radius: 0.375rem;
}
.rounded-0 {
  border-radius: 0;
}
.rounded-1 {
  border-radius: 0.25rem;
}
.rounded-2 {
  border-radius: 0.375rem;
}
.rounded-3 {
  border-radius: 0.5rem;
}
.rounded-circle {
  border-radius: 50%;
}
.rounded-pill {
  border-radius: 50rem;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.position-sticky {
  position: sticky;
}
.top-0 {
  top: 0;
}
.bottom-0 {
  bottom: 0;
}
.start-0 {
  left: 0;
}
.end-0 {
  right: 0;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.float-start {
  float: left;
}
.float-end {
  float: right;
}
.float-none {
  float: none;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.col {
  flex: 1 0 0%;
}
.col-1 {
  flex: 0 0 auto;
  width: calc(100% * 1 / 12);
}
.col-2 {
  flex: 0 0 auto;
  width: calc(100% * 2 / 12);
}
.col-3 {
  flex: 0 0 auto;
  width: calc(100% * 3 / 12);
}
.col-4 {
  flex: 0 0 auto;
  width: calc(100% * 4 / 12);
}
.col-5 {
  flex: 0 0 auto;
  width: calc(100% * 5 / 12);
}
.col-6 {
  flex: 0 0 auto;
  width: calc(100% * 6 / 12);
}
.col-7 {
  flex: 0 0 auto;
  width: calc(100% * 7 / 12);
}
.col-8 {
  flex: 0 0 auto;
  width: calc(100% * 8 / 12);
}
.col-9 {
  flex: 0 0 auto;
  width: calc(100% * 9 / 12);
}
.col-10 {
  flex: 0 0 auto;
  width: calc(100% * 10 / 12);
}
.col-11 {
  flex: 0 0 auto;
  width: calc(100% * 11 / 12);
}
.col-12 {
  flex: 0 0 auto;
  width: calc(100% * 12 / 12);
}
.container-fluid {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
.g-0 {
  --gutter-x: 0;
  --gutter-y: 0;
}
.gx-0 {
  --gutter-x: 0;
}
.gy-0 {
  --gutter-y: 0;
}
.g-1 {
  --gutter-x: 0.25rem;
  --gutter-y: 0.25rem;
}
.gx-1 {
  --gutter-x: 0.25rem;
}
.gy-1 {
  --gutter-y: 0.25rem;
}
.g-2 {
  --gutter-x: 0.5rem;
  --gutter-y: 0.5rem;
}
.gx-2 {
  --gutter-x: 0.5rem;
}
.gy-2 {
  --gutter-y: 0.5rem;
}
.g-3 {
  --gutter-x: 1rem;
  --gutter-y: 1rem;
}
.gx-3 {
  --gutter-x: 1rem;
}
.gy-3 {
  --gutter-y: 1rem;
}
.g-4 {
  --gutter-x: 1.5rem;
  --gutter-y: 1.5rem;
}
.gx-4 {
  --gutter-x: 1.5rem;
}
.gy-4 {
  --gutter-y: 1.5rem;
}
.g-5 {
  --gutter-x: 3rem;
  --gutter-y: 3rem;
}
.gx-5 {
  --gutter-x: 3rem;
}
.gy-5 {
  --gutter-y: 3rem;
}
.row[class*=g-] {
  margin-right: calc(var(--gutter-x, 0.75rem) * -0.5);
  margin-left: calc(var(--gutter-x, 0.75rem) * -0.5);
}
.row[class*=g-] > * {
  padding-right: calc(var(--gutter-x, 0.75rem) * 0.5);
  padding-left: calc(var(--gutter-x, 0.75rem) * 0.5);
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  transition:
    color 0.15s,
    background-color 0.15s,
    border-color 0.15s;
}
.btn:disabled,
.btn.disabled {
  opacity: 0.65;
  pointer-events: none;
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-link {
  color: #0d6efd;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:hover {
  text-decoration: none;
}
.btn-group {
  display: inline-flex;
}
.btn-group > .btn {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.btn-group > .btn:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.btn-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
  cursor: pointer;
}
.btn-close:hover {
  opacity: 0.75;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #264148;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  appearance: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.form-control:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #264148;
  background-color: #e9ecef;
  border: 0 solid #ced4da;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s, background-color 0.15s;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #264148;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  appearance: none;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-check-label {
  font-size: 1rem;
}
.input-group {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.card-body {
  padding: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
}
.card-footer {
  padding: 0.5rem 1rem;
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  gap: 0.5rem;
  border-top: 1px solid #dee2e6;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem;
  border-bottom-width: 1px;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover > tbody > tr:hover > * {
  background-color: rgba(0, 0, 0, 0.075);
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.375rem;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  font-size: 1rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.dropdown-menu.show {
  display: block;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  font-weight: 400;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #e9ecef;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.375rem 0.75rem;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  transition:
    color 0.15s,
    background-color 0.15s,
    border-color 0.15s;
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.375rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
.alert {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.popover {
  position: absolute;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-size: 0.875rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.popover-body {
  padding: 1rem;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  text-align: center;
  border-radius: 0.375rem;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  outline: 0;
}
.offcanvas {
  position: fixed;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #ffffff;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-first {
  order: -1;
}
.order-last {
  order: 6;
}
:root .mat-mdc-form-field-error-wrapper {
  padding: 0;
  min-height: 1.2rem;
  height: fit-content;
}
:root sqep-input:has(.mat-mdc-form-field-error-wrapper) + .char-count {
  margin-top: -1.2rem;
}
:root {
  --mat-stepper-header-icon-foreground-color: var(--esqep-primary);
  --mat-stepper-header-hover-state-layer-shape: 16px;
  --mat-stepper-header-height: 56px;
}
:root .mat-stepper-horizontal {
  background: var(--esqep-surface);
}
:root .mat-stepper-horizontal-line {
  position: relative;
  z-index: 100;
}
:root .mat-horizontal-content-container {
  padding: 16px;
}
:root .mat-horizontal-stepper-header[aria-selected=true] {
  background-color: var(--esqep-menu-background);
  border-radius: var(--mat-stepper-header-hover-state-layer-shape, var(--mat-sys-corner-medium));
}
:root .mat-horizontal-stepper-header .mat-step-icon {
  background-color: var(--esqep-information);
  color: var(--esqep-primary-contrast);
}
:root .mat-horizontal-stepper-header .mat-step-icon svg path {
  fill: var(--esqep-primary-contrast);
}
:root .mat-horizontal-stepper-header .mat-step-icon .mat-icon {
  margin: 0;
  overflow: visible;
}
:root .mat-horizontal-stepper-header .mat-step-icon .mat-icon[data-mat-icon-name=check_circle] {
  margin-top: -6px;
}
:root .mat-horizontal-stepper-header .mat-step-icon.mat-step-icon-state-edit {
  background-color: var(--esqep-information);
}
:root .mat-horizontal-stepper-header .mat-step-icon.mat-step-icon-state-warn {
  background-color: var(--esqep-warning);
}
:root .mat-horizontal-stepper-header .mat-step-icon.mat-step-icon-state-error {
  background-color: var(--esqep-error);
}
:root .mat-horizontal-stepper-header .mat-step-icon.mat-step-icon-state-error .mat-icon {
  margin: 0;
}
:root .mat-horizontal-stepper-header .mat-step-icon.mat-step-icon-state-done {
  background-color: var(--esqep-success);
}
:root .mat-horizontal-stepper-content.mat-horizontal-stepper-content-current {
  height: 100%;
}
:root .mat-horizontal-stepper-wrapper {
  position: relative;
  overflow: hidden;
}
:root .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container {
  position: absolute;
  width: 100%;
}
:root .mat-horizontal-stepper-wrapper .mat-horizontal-content-container {
  display: block;
  overflow: auto;
  overflow-x: hidden;
  margin-top: 59px;
  padding: 8px 0 0 0;
}
:root .mat-horizontal-stepper-wrapper .mat-horizontal-content-container .assign-chipset {
  margin-right: -8px;
  overflow: auto;
  align-items: flex-start;
}
:root .mat-horizontal-stepper-wrapper .mat-horizontal-content-container .assign-chipset > div {
  flex-flow: column;
}
:root .mat-horizontal-stepper-wrapper .mat-horizontal-content-container .assign-chipset .person {
  --mat-chip-outline-color: var(--esqep-border, #ccc);
  padding: 8px 4px 8px 4px;
  border-radius: 4px;
  margin-right: 8px;
  height: auto;
}
:root .mat-horizontal-stepper-wrapper .mat-horizontal-content-container .assign-chipset .person.org-unit {
  padding: 8px;
}
:root .mat-horizontal-stepper-wrapper .mat-horizontal-content-container .assign-chipset .person [role=button] {
  color: var(--esqep-neutral);
}
:root .mat-horizontal-stepper-wrapper .mat-horizontal-content-container .assign-chipset .person .mat-mdc-chip-action {
  padding: 0;
  width: 100%;
  display: grid;
  justify-content: stretch;
}
:root .mat-horizontal-stepper-wrapper .mat-horizontal-content-container .assign-chipset .person .mat-mdc-chip-action mat-icon {
  width: fit-content;
}
:root .mat-horizontal-stepper-wrapper .mat-horizontal-content-container .assign-chipset .person .mat-mdc-chip-action-label {
  display: grid;
  grid-template-columns: 4fr 1fr;
}
:root .mat-horizontal-stepper-wrapper .mat-horizontal-content-container .assign-chipset .person .mat-mdc-chip-action-label .person-info {
  display: flex;
  flex-flow: column;
}
:root .mat-horizontal-stepper-wrapper .mat-horizontal-content-container .assign-chipset .person .mat-mdc-chip-action-label .person-info span {
  padding: 0 0 0 8px;
}
:root .mat-horizontal-stepper-wrapper .mat-horizontal-content-container .assign-chipset .person .mat-mdc-chip-action-label .person-info .display-name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}
:root .mat-horizontal-stepper-wrapper .mat-horizontal-content-container .assign-chipset .person .mat-mdc-chip-action-label .person-info .info-text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
:root .mat-horizontal-stepper-wrapper .mat-horizontal-content-container .assign-chipset .person .mat-mdc-chip-action-label .actions {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
}
:root .mat-horizontal-stepper-wrapper .mat-horizontal-content-container .assign-chipset .person .mat-mdc-chip-action-label .actions mat-icon {
  width: 34px;
  flex-shrink: 0;
}
:root .mat-horizontal-stepper-wrapper .mat-horizontal-content-container .assign-chipset .person .mat-mdc-chip-action-label .actions .status {
  display: inline-block;
  height: 18px;
  border-radius: 9px;
  background: var(--esqep-neutral-lighten-1);
  line-height: 18px;
  color: var(--esqep-primary-contrast);
  font-weight: 400;
  font-size: 12px;
  padding: 0 8px 4px 8px;
}
:root .mat-horizontal-stepper-wrapper .mat-horizontal-content-container .assign-chipset .person .mat-mdc-chip-action-label .actions .status.active {
  background: var(--esqep-success);
}
:root .mat-horizontal-stepper-wrapper .mat-horizontal-content-container .assign-chipset .person .mat-mdc-chip-action-label .actions .status.information {
  background: var(--esqep-information);
}
.esqep-metric-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--esqep-surface, #fff);
  border: 1px solid var(--esqep-border, #c1c7ca);
  border-top: 3px solid var(--esqep-neutral, #73878c);
  border-radius: 8px;
  padding: 16px 20px;
  min-width: 120px;
}
.esqep-metric-card__value {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: var(--esqep-text-body, #264148);
}
.esqep-metric-card__label {
  font-size: 12px;
  line-height: 14px;
  margin-top: 6px;
  color: var(--esqep-neutral, #73878c);
}
.esqep-metric-card--primary {
  border-top-color: var(--esqep-primary, #4a7f8c);
}
.esqep-metric-card--primary .esqep-metric-card__value {
  color: var(--esqep-primary, #4a7f8c);
}
.esqep-metric-card--success {
  border-top-color: var(--esqep-success, #08a073);
}
.esqep-metric-card--success .esqep-metric-card__value {
  color: var(--esqep-success, #08a073);
}
.esqep-metric-card--warning {
  border-top-color: var(--esqep-warning, #ff8000);
}
.esqep-metric-card--warning .esqep-metric-card__value {
  color: var(--esqep-warning, #ff8000);
}
.esqep-metric-card--error {
  border-top-color: var(--esqep-error, #da260b);
}
.esqep-metric-card--error .esqep-metric-card__value {
  color: var(--esqep-error, #da260b);
}
:root {
  --mat-dialog-container-shape: var(--mat-sys-corner-large);
  --mat-dialog-container-color: var(--mat-sys-surface);
  --mat-dialog-subhead-color: var(--esqep-primary-contrast);
  --mat-dialog-container-elevation-shadow: -5px 5px 20px 5px rgba(0, 0, 0, 0.5);
  --mat-dialog-headline-padding: 8px 16px;
}
:root .cdk-overlay-container .cdk-overlay-dark-backdrop {
  backdrop-filter: blur(3px);
}
:root .esqep-modal {
  --mat-button-filled-container-color: var(--esqep-primary);
  --mat-dialog-container-color: var(--esqep-surface);
  --mat-dialog-with-actions-content-padding: 16px 16px 0 16px;
  --mat-dialog-subhead-size: 1.2rem;
  --mat-dialog-container-min-width: 95vw;
  --mat-dialog-container-max-width: 95vw;
  --mat-dialog-container-min-height: 90vh;
  --mat-dialog-container-max-height: 90vh;
}
:root .esqep-modal.mat-mdc-dialog-container,
:root .esqep-modal.cdk-overlay-pane.mat-mdc-dialog-panel {
  max-width: var(--mat-dialog-container-max-width, 80vw);
  min-width: var(--mat-dialog-container-min-width, 80vw);
  min-height: var(--mat-dialog-container-min-height, 80vh);
  max-height: var(--mat-dialog-container-max-height, 80vh);
}
:root .esqep-modal .modal-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: var(--esqep-brand-lighten-2);
  border-color: var(--esqep-brand-lighten-2);
  height: 60px;
  align-items: center;
  border-top-left-radius: var(--mat-dialog-container-shape, 16px);
  border-top-right-radius: var(--mat-dialog-container-shape, 16px);
}
:root .esqep-modal .modal-header .modal-title {
  padding: 0;
  font-size: var(--mat-sys-headline-small-size);
  font-weight: var(--mat-sys-headline-small-weight);
}
:root .esqep-modal .modal-header sqep-dialog-close-button button {
  margin: 0;
}
:root mat-dialog-actions,
:root .mat-mdc-dialog-actions {
  gap: 16px;
  border-top: none;
}
:root .modal-body .mat-mdc-dialog-content {
  overflow: visible;
  max-height: 100%;
}
:root .modal-body .upload-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 200px;
  width: 100%;
}
:root .modal-body .upload-container .drop-zone {
  width: 400px;
  height: 200px;
  border: 2px dashed var(--esqep-border);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: var(--esqep-surface-variant, rgba(0, 0, 0, 0.02));
  color: var(--esqep-text-secondary);
  gap: 8px;
  outline: none;
  margin: 20px auto;
  justify-self: center;
}
:root .modal-body .upload-container .drop-zone:hover,
:root .modal-body .upload-container .drop-zone.dragging {
  border-color: var(--esqep-primary);
  background-color: var(--esqep-primary-container, rgba(var(--esqep-primary-rgb), 0.05));
  color: var(--esqep-primary);
}
:root .modal-body .upload-container .drop-zone:focus-visible {
  outline: 2px solid var(--esqep-primary);
  outline-offset: 2px;
}
:root .modal-body .upload-container .drop-zone mat-icon {
  font-size: 48px;
  height: 48px;
  width: 48px;
  color: inherit;
}
:root .modal-body .upload-container .drop-zone p {
  margin: 0;
  font-weight: 500;
}
:root .modal-body .upload-container .drop-zone .hint {
  font-size: 12px;
  opacity: 0.7;
}
:root .modal-body .upload-container .instruction {
  font-size: 0.8rem;
  padding: 16px 0 0 0;
  line-height: 1.2rem;
  color: var(--esqep-neutral);
}
:root .modal-body .upload-container .instruction.small {
  font-size: 0.7rem;
  padding: 0;
  margin-top: -16px;
}
:root .modal-body .upload-container .preview-container {
  width: 100%;
  border: 1px solid var(--esqep-border);
  border-radius: 8px;
  background-color: white;
}
:root .modal-body .upload-container .preview-container .preview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  background-color: var(--esqep-surface-variant, #f5f5f5);
  border-bottom: 1px solid var(--esqep-border);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-weight: 500;
}
:root .modal-body .upload-container .preview-container .preview-header .remove-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--esqep-error);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 4px;
}
:root .modal-body .upload-container .preview-container .preview-header .remove-btn:hover {
  background-color: rgba(var(--esqep-error-rgb, 244, 67, 54), 0.1);
}
:root .modal-body .upload-container .preview-container .preview-image {
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
}
:root .modal-body .upload-container .preview-container .preview-image img {
  max-width: 360px;
  max-height: 180px;
  object-fit: contain;
}
:root .modal-body .upload-container .preview-container .preview-image.logo {
  padding: 16px;
}
:root .modal-body .upload-container .preview-container .preview-image.logo img {
  width: 400px;
  height: 200px;
  object-fit: contain;
  border: 1px solid var(--esqep-border);
  border-radius: 8px;
}
:root .modal-body .upload-container .preview-container .preview-image.signature {
  padding: 16px;
}
:root .modal-body .upload-container .preview-container .preview-image.signature img {
  width: 4000px;
  height: 200px;
  object-fit: contain;
  border: 1px solid var(--esqep-border);
  border-radius: 8px;
}
:root .modal-body .upload-container .cropper-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
:root .modal-body .upload-container .cropper-container .cropper-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
:root .modal-body .upload-container .cropper-container .cropper-wrapper .cropper-spinner {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
  border-radius: 8px;
}
:root .modal-body .upload-container .cropper-container image-cropper {
  width: 360px;
  height: 180px;
  border: 1px solid var(--esqep-border);
  border-radius: 8px;
  margin: 20px 0 0 0;
}
:root .modal-body .upload-container .cropper-container image-cropper.logo {
  width: 400px;
  height: 200px;
}
:root .modal-body .upload-container .preview-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 0 0 16px 0;
}
:root .modal-footer {
  gap: 8px;
}
.modal-footer > * {
  gap: 16px;
}
@media screen and (min-width: 769px) {
  :root .esqep-modal {
    --mat-dialog-container-min-width: 80vw;
    --mat-dialog-container-max-width: 80vw;
    --mat-dialog-container-min-height: 80vh;
    --mat-dialog-container-max-height: 80vh;
    --mat-dialog-subhead-size: 1.5rem;
  }
}
* {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  font-weight: 400;
}
body {
  margin: 0;
  background-color: #f5f5f5;
  font-size: 14px;
}
th {
  font-weight: 500;
}
.w-5 {
  width: 5%;
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-35 {
  width: 35%;
}
.w-40 {
  width: 40%;
}
.w-45 {
  width: 45%;
}
.w-50 {
  width: 50%;
}
.w-55 {
  width: 55%;
}
.w-60 {
  width: 60%;
}
.w-65 {
  width: 65%;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-80 {
  width: 80%;
}
.w-85 {
  width: 85%;
}
.w-90 {
  width: 90%;
}
.w-95 {
  width: 95%;
}
.w-100 {
  width: 100%;
}
.bg-offWhite {
  background-color: #f5f5f5;
}
.bg-sqeptech-cyan {
  background-color: #17b9a7;
}
.bg-sqeptech-purple {
  background-color: #90439a;
}
.bg-sqeptech-red {
  background-color: #ef432e;
}
.bg-sqeptech-orange {
  background-color: #f7931d;
}
.vertical-align-middle {
  vertical-align: middle;
}
.blur-text {
  color: transparent !important;
  text-shadow: 0 0 6px var(--mat-sys-primary) !important;
}
.text-esqep-warning {
  color: #f7931d;
}
.bg-esqep-warning {
  background-color: #f7931d !important;
  color: #264148 !important;
}
.spinner-border.esqep-loading-spinner {
  border-top-color: #90439a;
  border-right-color: #17b9a7;
  border-bottom-color: #ef432e;
  border-left-color: #f7931d;
  border-width: 1rem;
  animation: spinner-border 1s linear infinite;
  height: 5rem;
  width: 5rem;
  margin-bottom: 16px;
}
.spinner-border.esqep-loading-spinner-medium {
  border-top-color: #90439a;
  border-right-color: #17b9a7;
  border-bottom-color: #ef432e;
  border-left-color: #f7931d;
  border-width: 0.5rem;
  animation: spinner-border 1s linear infinite;
  height: 2.5rem;
  width: 2.5rem;
  margin-bottom: 16px;
}
.spinner-border.esqep-loading-spinner-small {
  border-top-color: #90439a;
  border-right-color: #17b9a7;
  border-bottom-color: #ef432e;
  border-left-color: #f7931d;
  border-width: 0.2rem;
  animation: spinner-border 1s linear infinite;
  height: 1rem;
  width: 1rem;
  margin-bottom: 16px;
}
#top-nav {
  height: 60px;
  padding: 10px;
  z-index: 1051;
}
.container-application:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}
.wrapper {
  display: flex;
  width: 100%;
}
.page-title h1 {
  color: #f5f5f5 !important;
  line-height: 1.4em;
}
.page-title {
  color: #f5f5f5;
  margin-top: 58px;
  margin-bottom: -3px;
  height: 60px;
  position: relative;
}
.page-title-position {
  margin-left: 100px;
  position: absolute;
  white-space: nowrap;
  animation-name: slide-left;
  animation-duration: 1s;
}
@keyframes slide-left {
  0% {
    left: 10%;
  }
  100% {
    left: 0;
  }
}
.page-title-expanded {
  margin-left: 270px;
  position: absolute;
  white-space: nowrap;
  animation-name: slide-right;
  animation-duration: 1s;
}
@keyframes slide-right {
  0% {
    left: 2%;
  }
  100% {
    left: 0;
  }
}
.card {
  overflow-y: auto;
  overflow-x: auto;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}
.card-title {
  color: #264148;
  font-weight: 500;
  border: none;
  padding-bottom: 0.5rem;
}
.esqepBtn {
  border: 1px solid #264148;
  color: #264148;
  background-color: transparent;
  margin-right: 6px;
}
.esqepBtn:hover {
  border: 1px solid #264148;
  color: #ffffff;
  background-color: #264148;
}
.esqepBtn.active {
  border: 1px solid #264148;
  color: #ffffff;
  background-color: #264148;
}
.homeLink {
  font-size: 2rem;
  text-decoration: none;
  color: #ffffff;
}
.homeLink:hover {
  color: #264148;
}
.logout {
  text-decoration: none;
  text-align: center;
  font-size: 1.2rem;
  background: #264148;
  color: #ffffff;
}
.btn.logout:hover {
  text-decoration: none;
  text-align: center;
  font-size: 1.2rem;
  background: #264148;
  color: #ffffff;
}
.modal-content {
  border: none;
}
#clientLogo {
  max-height: 40px;
  margin-bottom: 5px;
}
.pageNoSize {
  height: 25px;
}
.helper-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  font-weight: 500;
  color: rgba(33, 37, 41, 0.7490196078);
}
.selected-row {
  background-color: #264148 !important;
}
.selected-row td {
  color: #ffffff;
}
.cdk-overlay-container {
  z-index: 1100 !important;
}
.page-link.active,
.active > .page-link {
  background-color: #264148;
  border-color: #264148;
}
.page-link.active:hover,
.active > .page-link:hover {
  color: #ffffff;
}
.page-link {
  color: #264148;
}
.page-link:hover {
  color: #264148;
}
.striped-row {
  background-color: #f5f5f5;
}
.non-curric-row {
  background-color: #e9ecef;
}
.curric-row {
  background-color: #f5f5f5;
}
.ngxEditorContainer {
  background-color: transparent;
  border: 0.5px solid rgb(114, 120, 122);
  border-radius: 0.375rem;
  height: auto;
}
.ngxEditorContainer .NgxEditor__MenuBar {
  border-bottom: 1px solid rgb(114, 120, 122);
  background-color: transparent;
}
.ngxEditorContainer .NgxEditor {
  border: none;
  background-color: transparent;
}
.ngxEditorContainer .NgxEditor__Content--Disabled {
  background-color: #e9ecef;
}
.ngxEditorContainer .pointer {
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .highlighted {
  text-decoration: none !important;
}
.dp-hidden {
  width: 0;
  margin: 0;
  border: none;
  padding: 0;
}
.custom-day {
  text-align: center;
  padding: 0.185rem 0.25rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
}
.custom-day.focused {
  background-color: #e6e6e6;
}
.custom-day.range,
.custom-day:hover {
  background-color: rgb(2, 117, 216);
  color: #ffffff;
}
.custom-day.faded {
  background-color: rgba(2, 117, 216, 0.5);
}
ngb-typeahead-window.dropdown-menu {
  max-height: 200px;
  overflow-y: scroll;
}
.custom-popover {
  max-width: 100%;
  border-color: var(--mat-sys-primary);
}
.custom-popover .popover-header {
  background-color: var(--mat-sys-primary);
  color: #ffffff;
}
.custom-popover .popover-body {
  padding: 0.5rem 1rem;
}
.custom-popover {
  font-size: 0.5rem;
}
.custom-tooltip .tooltip-inner {
  background-color: #264148;
  font-size: 14px;
  color: #f5f5f5;
}
.role-details-ai-popover {
  min-width: 50% !important;
  z-index: 1000 !important;
  max-height: 90vh;
}
.role-details-ai-popover .popover-header {
  background-color: rgb(33, 37, 41);
  color: #f5f5f5;
}
.role-details-ai-popover .popover-body {
  color: #264148;
}
.xxl .modal-dialog {
  max-width: 90vw;
}
.border-start-danger-thick {
  border-left: 5px solid var(--mat-sys-error);
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
