/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/frontend/src/styles.scss?ngGlobalStyle ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* source-sans-pro-latin-300-normal */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  src: url('source-sans-pro-latin-300-normal.f7a8acf8464bd548.woff2') format("woff2"), url('source-sans-pro-latin-300-normal.5fc389f330bd4abb.woff') format("woff");
}
/* source-sans-pro-latin-400-normal */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  src: url('source-sans-pro-latin-400-normal.0ac14a3c407fb3c4.woff2') format("woff2"), url('source-sans-pro-latin-400-normal.134a821b8c2e491d.woff') format("woff");
}
/* source-sans-pro-latin-600-normal */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  src: url('source-sans-pro-latin-600-normal.fc6fba7ce0876fef.woff2') format("woff2"), url('source-sans-pro-latin-600-normal.b497d45c6a205546.woff') format("woff");
}
/* material-icons-round-latin-400-normal */
@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('material-icons-round-latin-400-normal.b10ec9db5b7fbc74.woff2') format("woff2"), url('material-icons-round-latin-400-normal.92dc7ca2f4c591e7.woff') format("woff");
}
.mat-icon.material-icons {
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
.mat-icon.material-icons.lpz-tiny-icon {
  font-size: 12px;
  height: 16px;
  width: 16px;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.mat-button-loading .mdc-button__label,
.mat-button-loading .mat-icon {
  visibility: hidden;
}
.mat-button-loading .mat-mdc-progress-spinner {
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}

.mat-column-resize-table.cdk-column-resize-with-resized-column {
  table-layout: fixed;
}

.mat-column-resize-flex .mat-mdc-header-cell,
.mat-column-resize-flex .mat-mdc-cell {
  box-sizing: border-box;
  min-width: 32px;
}

.mat-mdc-header-cell {
  position: relative;
}

.mat-resizable {
  box-sizing: border-box;
}

.mat-mdc-header-cell:not(.mat-resizable)::after,
.mat-resizable-handle {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 1px;
  background: transparent;
  transition: background 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
}

.mat-mdc-header-cell:not(.mat-resizable)::after {
  content: "";
}

[dir=rtl] .mat-mdc-header-cell:not(.mat-resizable)::after,
[dir=rtl] .mat-resizable-handle {
  left: 0;
  right: auto;
}
[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-header-cell,
[dir=rtl] .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell {
  border-left: none;
}

.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell {
  border-right: none;
}
.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell:not(.mat-resizable)::after {
  background-color: var(--mtx-grid-resizable-handle-disabled-background-color, var(--mat-sys-outline-variant));
}
.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle {
  background-color: var(--mtx-grid-resizable-handle-hover-background-color, var(--mat-sys-primary));
}

.mat-resizable.cdk-resizable-overlay-thumb-active > .mat-resizable-handle {
  opacity: 0;
  transition: none;
}

.mat-resizable-handle:focus,
.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle:focus {
  outline: none;
  background-color: var(--mtx-grid-resizable-handle-active-background-color, var(--mat-sys-primary));
}

.mat-column-resize-overlay-thumb {
  background: transparent;
  cursor: col-resize;
  width: 100%;
  height: 100%;
  transition: background 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
  -webkit-user-select: none;
  user-select: none;
}
.mat-column-resize-overlay-thumb:active {
  will-change: transform;
  background: linear-gradient(90deg, transparent, transparent 7px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-sys-primary)) 7px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-sys-primary)) 9px, transparent 9px, transparent);
}
.mat-column-resize-overlay-thumb:active .mat-column-resize-overlay-thumb-top {
  background: linear-gradient(90deg, transparent, transparent 4px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-sys-primary)) 4px, var(--mtx-grid-resizable-handle-active-background-color, var(--mat-sys-primary)) 12px, transparent 12px, transparent);
}

.mat-column-resize-overlay-thumb-top {
  width: 100%;
}

/* Adjustments for MatMenu */
/* Adjustments for MatMenu */
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url('material-symbols-outlined.af4009ce9bf7cc18.woff2') format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url('material-symbols-rounded.0912da80954c8730.woff2') format("woff2");
}
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Symbols Sharp";
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url('material-symbols-sharp.4c97d5d842f55249.woff2') format("woff2");
}
.material-symbols-sharp {
  font-family: "Material Symbols Sharp";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

.mat-elevation-z0, .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}

.mat-elevation-z1, .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}

.mat-elevation-z2, .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}

.mat-elevation-z3, .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}

.mat-elevation-z4, .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}

.mat-elevation-z5, .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}

.mat-elevation-z6, .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}

.mat-elevation-z7, .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}

.mat-elevation-z8, .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}

.mat-elevation-z9, .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}

.mat-elevation-z10, .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}

.mat-elevation-z11, .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}

.mat-elevation-z12, .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}

.mat-elevation-z13, .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}

.mat-elevation-z14, .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}

.mat-elevation-z15, .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}

.mat-elevation-z16, .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}

.mat-elevation-z17, .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}

.mat-elevation-z18, .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}

.mat-elevation-z19, .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}

.mat-elevation-z20, .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}

.mat-elevation-z21, .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}

.mat-elevation-z22, .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}

.mat-elevation-z23, .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}

.mat-elevation-z24, .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}

html {
  --mat-sys-on-surface: initial;
}

.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}

html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}

html {
  --mat-option-selected-state-label-text-color: #032c58;
  --mat-option-label-text-color: #323232;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-accent {
  --mat-option-selected-state-label-text-color: #d7dbe8;
  --mat-option-label-text-color: #323232;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-warn {
  --mat-option-selected-state-label-text-color: #d3000c;
  --mat-option-label-text-color: #323232;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

html {
  --mat-optgroup-label-text-color: #323232;
}

html {
  --mat-full-pseudo-checkbox-selected-icon-color: #d7dbe8;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
html {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #d7dbe8;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #032c58;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
.mat-primary {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #032c58;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #d7dbe8;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
.mat-accent {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #d7dbe8;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #d3000c;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
.mat-warn {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #d3000c;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: #323232;
  --mat-app-elevation-shadow-level-0: 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-app-elevation-shadow-level-1: 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-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3: 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-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6: 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-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8: 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-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12: 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-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

html {
  --mat-option-label-text-font: Source Sans Pro;
  --mat-option-label-text-line-height: 1.5;
  --mat-option-label-text-size: 17px;
  --mat-option-label-text-tracking: 0.2px;
  --mat-option-label-text-weight: 400;
}

html {
  --mat-optgroup-label-text-font: Source Sans Pro;
  --mat-optgroup-label-text-line-height: 1.5;
  --mat-optgroup-label-text-size: 17px;
  --mat-optgroup-label-text-tracking: 0.2px;
  --mat-optgroup-label-text-weight: 400;
}

html {
  --mdc-elevated-card-container-shape: 4px;
}
html {
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
}
html {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 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);
}
html {
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation: 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);
}
html {
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
}

html {
  --mat-card-title-text-font: Source Sans Pro;
  --mat-card-title-text-line-height: 1.5;
  --mat-card-title-text-size: 16px;
  --mat-card-title-text-tracking: 0.2px;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Source Sans Pro;
  --mat-card-subtitle-text-line-height: 1.5;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.1px;
  --mat-card-subtitle-text-weight: 400;
}

html {
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #032c58;
  --mdc-linear-progress-track-color: rgba(3, 44, 88, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #d7dbe8;
  --mdc-linear-progress-track-color: rgba(215, 219, 232, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #d3000c;
  --mdc-linear-progress-track-color: rgba(211, 0, 12, 0.25);
}

html {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
}

html {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}

html {
  --mdc-plain-tooltip-supporting-text-font: Source Sans Pro;
  --mdc-plain-tooltip-supporting-text-size: 14px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.1px;
}

html {
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
}
html {
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
}
html {
  --mdc-filled-text-field-caret-color: #032c58;
  --mdc-filled-text-field-focus-active-indicator-color: #032c58;
  --mdc-filled-text-field-focus-label-text-color: rgba(3, 44, 88, 0.87);
  --mdc-filled-text-field-container-color: rgb(244.8, 244.8, 244.8);
  --mdc-filled-text-field-disabled-container-color: rgb(249.9, 249.9, 249.9);
  --mdc-filled-text-field-label-text-color: rgba(50, 50, 50, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(50, 50, 50, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(50, 50, 50, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(50, 50, 50, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #d3000c;
  --mdc-filled-text-field-error-focus-label-text-color: #d3000c;
  --mdc-filled-text-field-error-label-text-color: #d3000c;
  --mdc-filled-text-field-error-caret-color: #d3000c;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #d3000c;
  --mdc-filled-text-field-error-focus-active-indicator-color: #d3000c;
  --mdc-filled-text-field-error-hover-active-indicator-color: #d3000c;
}
html {
  --mdc-outlined-text-field-caret-color: #032c58;
  --mdc-outlined-text-field-focus-outline-color: #032c58;
  --mdc-outlined-text-field-focus-label-text-color: rgba(3, 44, 88, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(50, 50, 50, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(50, 50, 50, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(50, 50, 50, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(50, 50, 50, 0.6);
  --mdc-outlined-text-field-error-caret-color: #d3000c;
  --mdc-outlined-text-field-error-focus-label-text-color: #d3000c;
  --mdc-outlined-text-field-error-label-text-color: #d3000c;
  --mdc-outlined-text-field-error-hover-label-text-color: #d3000c;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #d3000c;
  --mdc-outlined-text-field-error-hover-outline-color: #d3000c;
  --mdc-outlined-text-field-error-outline-color: #d3000c;
}
html {
  --mat-form-field-focus-select-arrow-color: rgba(3, 44, 88, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #d3000c;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}

.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #d7dbe8;
  --mdc-filled-text-field-focus-active-indicator-color: #d7dbe8;
  --mdc-filled-text-field-focus-label-text-color: rgba(215, 219, 232, 0.87);
}
.mat-mdc-form-field.mat-accent {
  --mdc-outlined-text-field-caret-color: #d7dbe8;
  --mdc-outlined-text-field-focus-outline-color: #d7dbe8;
  --mdc-outlined-text-field-focus-label-text-color: rgba(215, 219, 232, 0.87);
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: rgba(215, 219, 232, 0.87);
}

.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #d3000c;
  --mdc-filled-text-field-focus-active-indicator-color: #d3000c;
  --mdc-filled-text-field-focus-label-text-color: rgba(211, 0, 12, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-outlined-text-field-caret-color: #d3000c;
  --mdc-outlined-text-field-focus-outline-color: #d3000c;
  --mdc-outlined-text-field-focus-label-text-color: rgba(211, 0, 12, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: rgba(211, 0, 12, 0.87);
}

html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}

html {
  --mdc-filled-text-field-label-text-font: Source Sans Pro;
  --mdc-filled-text-field-label-text-size: 17px;
  --mdc-filled-text-field-label-text-tracking: 0.2px;
  --mdc-filled-text-field-label-text-weight: 400;
}
html {
  --mdc-outlined-text-field-label-text-font: Source Sans Pro;
  --mdc-outlined-text-field-label-text-size: 17px;
  --mdc-outlined-text-field-label-text-tracking: 0.2px;
  --mdc-outlined-text-field-label-text-weight: 400;
}
html {
  --mat-form-field-container-text-font: Source Sans Pro;
  --mat-form-field-container-text-line-height: 1.5;
  --mat-form-field-container-text-size: 17px;
  --mat-form-field-container-text-tracking: 0.2px;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 17px;
  --mat-form-field-subscript-text-font: Source Sans Pro;
  --mat-form-field-subscript-text-line-height: 1.5;
  --mat-form-field-subscript-text-size: 14px;
  --mat-form-field-subscript-text-tracking: 0.1px;
  --mat-form-field-subscript-text-weight: 400;
}

html {
  --mat-select-container-elevation-shadow: 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);
}

html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(50, 50, 50, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(50, 50, 50, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(50, 50, 50, 0.38);
  --mat-select-focused-arrow-color: rgba(3, 44, 88, 0.87);
  --mat-select-invalid-arrow-color: rgba(211, 0, 12, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(50, 50, 50, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(50, 50, 50, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(50, 50, 50, 0.38);
  --mat-select-focused-arrow-color: rgba(215, 219, 232, 0.87);
  --mat-select-invalid-arrow-color: rgba(211, 0, 12, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(50, 50, 50, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(50, 50, 50, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(50, 50, 50, 0.38);
  --mat-select-focused-arrow-color: rgba(211, 0, 12, 0.87);
  --mat-select-invalid-arrow-color: rgba(211, 0, 12, 0.87);
}

html {
  --mat-select-arrow-transform: translateY(-8px);
}

html {
  --mat-select-trigger-text-font: Source Sans Pro;
  --mat-select-trigger-text-line-height: 1.5;
  --mat-select-trigger-text-size: 17px;
  --mat-select-trigger-text-tracking: 0.2px;
  --mat-select-trigger-text-weight: 400;
}

html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 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);
}

html {
  --mat-autocomplete-background-color: white;
}

html {
  --mdc-dialog-container-shape: 4px;
}
html {
  --mat-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}

html {
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(50, 50, 50, 0.87);
  --mdc-dialog-supporting-text-color: rgba(50, 50, 50, 0.6);
}
html {
  --mdc-dialog-subhead-font: Source Sans Pro;
  --mdc-dialog-subhead-line-height: 1.5;
  --mdc-dialog-subhead-size: 16px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: 0.2px;
  --mdc-dialog-supporting-text-font: Source Sans Pro;
  --mdc-dialog-supporting-text-line-height: 1.5;
  --mdc-dialog-supporting-text-size: 17px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0.2px;
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}

.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-disabled-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-flat-disabled-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip {
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #032c58;
  --mdc-chip-elevated-selected-container-color: #032c58;
  --mdc-chip-elevated-disabled-container-color: #032c58;
  --mdc-chip-flat-disabled-selected-container-color: #032c58;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-elevated-container-color: #d7dbe8;
  --mdc-chip-elevated-selected-container-color: #d7dbe8;
  --mdc-chip-elevated-disabled-container-color: #d7dbe8;
  --mdc-chip-flat-disabled-selected-container-color: #d7dbe8;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #d3000c;
  --mdc-chip-elevated-selected-container-color: #d3000c;
  --mdc-chip-elevated-disabled-container-color: #d3000c;
  --mdc-chip-flat-disabled-selected-container-color: #d3000c;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}

.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Source Sans Pro;
  --mdc-chip-label-text-line-height: 1.5;
  --mdc-chip-label-text-size: 16px;
  --mdc-chip-label-text-tracking: 0.2px;
  --mdc-chip-label-text-weight: 400;
}
html {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
html .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}

html {
  --mdc-switch-selected-focus-state-layer-color: #032750;
  --mdc-switch-selected-handle-color: #032750;
  --mdc-switch-selected-hover-state-layer-color: #032750;
  --mdc-switch-selected-pressed-state-layer-color: #032750;
  --mdc-switch-selected-focus-handle-color: #01102d;
  --mdc-switch-selected-hover-handle-color: #01102d;
  --mdc-switch-selected-pressed-handle-color: #01102d;
  --mdc-switch-selected-focus-track-color: #5a79a5;
  --mdc-switch-selected-hover-track-color: #5a79a5;
  --mdc-switch-selected-pressed-track-color: #5a79a5;
  --mdc-switch-selected-track-color: #5a79a5;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow: 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);
  --mdc-switch-disabled-handle-elevation-shadow: 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);
}
html {
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: #323232;
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #032750;
  --mdc-switch-selected-handle-color: #032750;
  --mdc-switch-selected-hover-state-layer-color: #032750;
  --mdc-switch-selected-pressed-state-layer-color: #032750;
  --mdc-switch-selected-focus-handle-color: #01102d;
  --mdc-switch-selected-hover-handle-color: #01102d;
  --mdc-switch-selected-pressed-handle-color: #01102d;
  --mdc-switch-selected-focus-track-color: #5a79a5;
  --mdc-switch-selected-hover-track-color: #5a79a5;
  --mdc-switch-selected-pressed-track-color: #5a79a5;
  --mdc-switch-selected-track-color: #5a79a5;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #ce000a;
  --mdc-switch-selected-handle-color: #ce000a;
  --mdc-switch-selected-hover-state-layer-color: #ce000a;
  --mdc-switch-selected-pressed-state-layer-color: #ce000a;
  --mdc-switch-selected-focus-handle-color: #b70003;
  --mdc-switch-selected-hover-handle-color: #b70003;
  --mdc-switch-selected-pressed-handle-color: #b70003;
  --mdc-switch-selected-focus-track-color: #e04d55;
  --mdc-switch-selected-hover-track-color: #e04d55;
  --mdc-switch-selected-pressed-track-color: #e04d55;
  --mdc-switch-selected-track-color: #e04d55;
}

html {
  --mdc-switch-state-layer-size: 40px;
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-font: Source Sans Pro;
  --mat-switch-label-text-line-height: 1.5;
  --mat-switch-label-text-size: 16px;
  --mat-switch-label-text-tracking: 0.2px;
  --mat-switch-label-text-weight: 400;
}

html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #032c58;
  --mdc-radio-selected-hover-icon-color: #032c58;
  --mdc-radio-selected-icon-color: #032c58;
  --mdc-radio-selected-pressed-icon-color: #032c58;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #032c58;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: #323232;
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #d7dbe8;
  --mdc-radio-selected-hover-icon-color: #d7dbe8;
  --mdc-radio-selected-icon-color: #d7dbe8;
  --mdc-radio-selected-pressed-icon-color: #d7dbe8;
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #d7dbe8;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: #323232;
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #d3000c;
  --mdc-radio-selected-hover-icon-color: #d3000c;
  --mdc-radio-selected-icon-color: #d3000c;
  --mdc-radio-selected-pressed-icon-color: #d3000c;
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #d3000c;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: #323232;
}

html {
  --mdc-radio-state-layer-size: 40px;
}
html {
  --mat-radio-touch-target-display: block;
}

html {
  --mat-radio-label-text-font: Source Sans Pro;
  --mat-radio-label-text-line-height: 1.5;
  --mat-radio-label-text-size: 16px;
  --mat-radio-label-text-tracking: 0.2px;
  --mat-radio-label-text-weight: 400;
}

html {
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation: 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);
}
html {
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
}

html {
  --mdc-slider-handle-color: #032c58;
  --mdc-slider-focus-handle-color: #032c58;
  --mdc-slider-hover-handle-color: #032c58;
  --mdc-slider-active-track-color: #032c58;
  --mdc-slider-inactive-track-color: #032c58;
  --mdc-slider-with-tick-marks-inactive-container-color: #032c58;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
}
html {
  --mat-slider-ripple-color: #032c58;
  --mat-slider-hover-state-layer-color: rgba(3, 44, 88, 0.05);
  --mat-slider-focus-state-layer-color: rgba(3, 44, 88, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mdc-slider-handle-color: #d7dbe8;
  --mdc-slider-focus-handle-color: #d7dbe8;
  --mdc-slider-hover-handle-color: #d7dbe8;
  --mdc-slider-active-track-color: #d7dbe8;
  --mdc-slider-inactive-track-color: #d7dbe8;
  --mdc-slider-with-tick-marks-inactive-container-color: #d7dbe8;
}
html .mat-accent {
  --mat-slider-ripple-color: #d7dbe8;
  --mat-slider-hover-state-layer-color: rgba(215, 219, 232, 0.05);
  --mat-slider-focus-state-layer-color: rgba(215, 219, 232, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color: #d3000c;
  --mdc-slider-focus-handle-color: #d3000c;
  --mdc-slider-hover-handle-color: #d3000c;
  --mdc-slider-active-track-color: #d3000c;
  --mdc-slider-inactive-track-color: #d3000c;
  --mdc-slider-with-tick-marks-inactive-container-color: #d3000c;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
html .mat-warn {
  --mat-slider-ripple-color: #d3000c;
  --mat-slider-hover-state-layer-color: rgba(211, 0, 12, 0.05);
  --mat-slider-focus-state-layer-color: rgba(211, 0, 12, 0.2);
}

html {
  --mdc-slider-label-label-text-font: Source Sans Pro;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 1.5;
  --mdc-slider-label-label-text-tracking: 0.1px;
  --mdc-slider-label-label-text-weight: 400;
}

html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow: 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);
}

html {
  --mat-menu-item-label-text-color: #323232;
  --mat-menu-item-icon-color: #323232;
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-menu-item-label-text-font: Source Sans Pro;
  --mat-menu-item-label-text-size: 17px;
  --mat-menu-item-label-text-tracking: 0.2px;
  --mat-menu-item-label-text-line-height: 1.5;
  --mat-menu-item-label-text-weight: 400;
}

html {
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
}

html {
  --mdc-list-list-item-label-text-color: #323232;
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: #323232;
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: #323232;
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #032c58;
  --mdc-radio-selected-hover-icon-color: #032c58;
  --mdc-radio-selected-icon-color: #032c58;
  --mdc-radio-selected-pressed-icon-color: #032c58;
}

.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #d7dbe8;
  --mdc-radio-selected-hover-icon-color: #d7dbe8;
  --mdc-radio-selected-icon-color: #d7dbe8;
  --mdc-radio-selected-pressed-icon-color: #d7dbe8;
}

.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #d3000c;
  --mdc-radio-selected-hover-icon-color: #d3000c;
  --mdc-radio-selected-icon-color: #d3000c;
  --mdc-radio-selected-pressed-icon-color: #d3000c;
}

.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #032c58;
  --mdc-checkbox-selected-hover-icon-color: #032c58;
  --mdc-checkbox-selected-icon-color: #032c58;
  --mdc-checkbox-selected-pressed-icon-color: #032c58;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #032c58;
  --mdc-checkbox-selected-hover-state-layer-color: #032c58;
  --mdc-checkbox-selected-pressed-state-layer-color: #032c58;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-focus-icon-color: #d7dbe8;
  --mdc-checkbox-selected-hover-icon-color: #d7dbe8;
  --mdc-checkbox-selected-icon-color: #d7dbe8;
  --mdc-checkbox-selected-pressed-icon-color: #d7dbe8;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #d7dbe8;
  --mdc-checkbox-selected-hover-state-layer-color: #d7dbe8;
  --mdc-checkbox-selected-pressed-state-layer-color: #d7dbe8;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #d3000c;
  --mdc-checkbox-selected-hover-icon-color: #d3000c;
  --mdc-checkbox-selected-icon-color: #d3000c;
  --mdc-checkbox-selected-pressed-icon-color: #d3000c;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #d3000c;
  --mdc-checkbox-selected-hover-state-layer-color: #d3000c;
  --mdc-checkbox-selected-pressed-state-layer-color: #d3000c;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #032c58;
}

.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}

html {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
html {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}

.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}

.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}

html {
  --mdc-list-list-item-label-text-font: Source Sans Pro;
  --mdc-list-list-item-label-text-line-height: 1.5;
  --mdc-list-list-item-label-text-size: 17px;
  --mdc-list-list-item-label-text-tracking: 0.2px;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Source Sans Pro;
  --mdc-list-list-item-supporting-text-line-height: 1.5;
  --mdc-list-list-item-supporting-text-size: 16px;
  --mdc-list-list-item-supporting-text-tracking: 0.2px;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Source Sans Pro;
  --mdc-list-list-item-trailing-supporting-text-line-height: 1.5;
  --mdc-list-list-item-trailing-supporting-text-size: 14px;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.1px;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 500 14px / 1.5 Source Sans Pro;
  letter-spacing: 0.1px;
}

html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}

html {
  --mat-paginator-container-text-font: Source Sans Pro;
  --mat-paginator-container-text-line-height: 1.5;
  --mat-paginator-container-text-size: 14px;
  --mat-paginator-container-text-tracking: 0.1px;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 14px;
}

html {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
html {
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
}
html {
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #032c58;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(50, 50, 50, 0.6);
  --mat-tab-header-active-label-text-color: #032c58;
  --mat-tab-header-active-ripple-color: #032c58;
  --mat-tab-header-inactive-ripple-color: #032c58;
  --mat-tab-header-inactive-focus-label-text-color: rgba(50, 50, 50, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(50, 50, 50, 0.6);
  --mat-tab-header-active-focus-label-text-color: #032c58;
  --mat-tab-header-active-hover-label-text-color: #032c58;
  --mat-tab-header-active-focus-indicator-color: #032c58;
  --mat-tab-header-active-hover-indicator-color: #032c58;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #d7dbe8;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(50, 50, 50, 0.6);
  --mat-tab-header-active-label-text-color: #d7dbe8;
  --mat-tab-header-active-ripple-color: #d7dbe8;
  --mat-tab-header-inactive-ripple-color: #d7dbe8;
  --mat-tab-header-inactive-focus-label-text-color: rgba(50, 50, 50, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(50, 50, 50, 0.6);
  --mat-tab-header-active-focus-label-text-color: #d7dbe8;
  --mat-tab-header-active-hover-label-text-color: #d7dbe8;
  --mat-tab-header-active-focus-indicator-color: #d7dbe8;
  --mat-tab-header-active-hover-indicator-color: #d7dbe8;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #d3000c;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(50, 50, 50, 0.6);
  --mat-tab-header-active-label-text-color: #d3000c;
  --mat-tab-header-active-ripple-color: #d3000c;
  --mat-tab-header-inactive-ripple-color: #d3000c;
  --mat-tab-header-inactive-focus-label-text-color: rgba(50, 50, 50, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(50, 50, 50, 0.6);
  --mat-tab-header-active-focus-label-text-color: #d3000c;
  --mat-tab-header-active-hover-label-text-color: #d3000c;
  --mat-tab-header-active-focus-indicator-color: #d3000c;
  --mat-tab-header-active-hover-indicator-color: #d3000c;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #032c58;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #d7dbe8;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #d3000c;
  --mat-tab-header-with-background-foreground-color: white;
}

.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
.mat-mdc-tab-header {
  --mat-tab-header-label-text-font: Source Sans Pro;
  --mat-tab-header-label-text-size: 16px;
  --mat-tab-header-label-text-tracking: 0.5px;
  --mat-tab-header-label-text-line-height: 1.5;
  --mat-tab-header-label-text-weight: 500;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
}
html {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-focus-icon-color: #d7dbe8;
  --mdc-checkbox-selected-hover-icon-color: #d7dbe8;
  --mdc-checkbox-selected-icon-color: #d7dbe8;
  --mdc-checkbox-selected-pressed-icon-color: #d7dbe8;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #d7dbe8;
  --mdc-checkbox-selected-hover-state-layer-color: #d7dbe8;
  --mdc-checkbox-selected-pressed-state-layer-color: #d7dbe8;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
html {
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: #323232;
}

.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #032c58;
  --mdc-checkbox-selected-hover-icon-color: #032c58;
  --mdc-checkbox-selected-icon-color: #032c58;
  --mdc-checkbox-selected-pressed-icon-color: #032c58;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #032c58;
  --mdc-checkbox-selected-hover-state-layer-color: #032c58;
  --mdc-checkbox-selected-pressed-state-layer-color: #032c58;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #d3000c;
  --mdc-checkbox-selected-hover-icon-color: #d3000c;
  --mdc-checkbox-selected-icon-color: #d3000c;
  --mdc-checkbox-selected-pressed-icon-color: #d3000c;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #d3000c;
  --mdc-checkbox-selected-hover-state-layer-color: #d3000c;
  --mdc-checkbox-selected-pressed-state-layer-color: #d3000c;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

html {
  --mdc-checkbox-state-layer-size: 40px;
}
html {
  --mat-checkbox-touch-target-display: block;
}

html {
  --mat-checkbox-label-text-font: Source Sans Pro;
  --mat-checkbox-label-text-line-height: 1.5;
  --mat-checkbox-label-text-size: 16px;
  --mat-checkbox-label-text-tracking: 0.2px;
  --mat-checkbox-label-text-weight: 400;
}

html {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
}
html {
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
}
html {
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 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);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 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);
}
html {
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
}
html {
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
}
html {
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
}
html {
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
}
html {
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
}

html {
  --mdc-text-button-label-text-color: #323232;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #323232;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #323232;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: #323232;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}

.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #032c58;
}
.mat-mdc-button.mat-primary {
  --mat-text-button-state-layer-color: #032c58;
  --mat-text-button-ripple-color: rgba(3, 44, 88, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #d7dbe8;
}
.mat-mdc-button.mat-accent {
  --mat-text-button-state-layer-color: #d7dbe8;
  --mat-text-button-ripple-color: rgba(215, 219, 232, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #d3000c;
}
.mat-mdc-button.mat-warn {
  --mat-text-button-state-layer-color: #d3000c;
  --mat-text-button-ripple-color: rgba(211, 0, 12, 0.1);
}

.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #032c58;
  --mdc-filled-button-label-text-color: white;
}
.mat-mdc-unelevated-button.mat-primary {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #d7dbe8;
}
.mat-mdc-unelevated-button.mat-accent {
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #d3000c;
  --mdc-filled-button-label-text-color: white;
}
.mat-mdc-unelevated-button.mat-warn {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #032c58;
  --mdc-protected-button-label-text-color: white;
}
.mat-mdc-raised-button.mat-primary {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #d7dbe8;
}
.mat-mdc-raised-button.mat-accent {
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #d3000c;
  --mdc-protected-button-label-text-color: white;
}
.mat-mdc-raised-button.mat-warn {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #032c58;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-primary {
  --mat-outlined-button-state-layer-color: #032c58;
  --mat-outlined-button-ripple-color: rgba(3, 44, 88, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #d7dbe8;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-accent {
  --mat-outlined-button-state-layer-color: #d7dbe8;
  --mat-outlined-button-ripple-color: rgba(215, 219, 232, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #d3000c;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-warn {
  --mat-outlined-button-state-layer-color: #d3000c;
  --mat-outlined-button-ripple-color: rgba(211, 0, 12, 0.1);
}

html {
  --mdc-text-button-container-height: 36px;
}
html {
  --mdc-filled-button-container-height: 36px;
}
html {
  --mdc-protected-button-container-height: 36px;
}
html {
  --mdc-outlined-button-container-height: 36px;
}
html {
  --mat-text-button-touch-target-display: block;
}
html {
  --mat-filled-button-touch-target-display: block;
}
html {
  --mat-protected-button-touch-target-display: block;
}
html {
  --mat-outlined-button-touch-target-display: block;
}

html {
  --mdc-text-button-label-text-font: Source Sans Pro;
  --mdc-text-button-label-text-size: 16px;
  --mdc-text-button-label-text-tracking: 0.5px;
  --mdc-text-button-label-text-weight: 500;
  --mdc-text-button-label-text-transform: none;
}
html {
  --mdc-filled-button-label-text-font: Source Sans Pro;
  --mdc-filled-button-label-text-size: 16px;
  --mdc-filled-button-label-text-tracking: 0.5px;
  --mdc-filled-button-label-text-weight: 500;
  --mdc-filled-button-label-text-transform: none;
}
html {
  --mdc-protected-button-label-text-font: Source Sans Pro;
  --mdc-protected-button-label-text-size: 16px;
  --mdc-protected-button-label-text-tracking: 0.5px;
  --mdc-protected-button-label-text-weight: 500;
  --mdc-protected-button-label-text-transform: none;
}
html {
  --mdc-outlined-button-label-text-font: Source Sans Pro;
  --mdc-outlined-button-label-text-size: 16px;
  --mdc-outlined-button-label-text-tracking: 0.5px;
  --mdc-outlined-button-label-text-weight: 500;
  --mdc-outlined-button-label-text-transform: none;
}
html {
  --mdc-icon-button-icon-size: 24px;
}

html {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #032c58;
}
html .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-state-layer-color: #032c58;
  --mat-icon-button-ripple-color: rgba(3, 44, 88, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #d7dbe8;
}
html .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-state-layer-color: #d7dbe8;
  --mat-icon-button-ripple-color: rgba(215, 219, 232, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #d3000c;
}
html .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-state-layer-color: #d3000c;
  --mat-icon-button-ripple-color: rgba(211, 0, 12, 0.1);
}

html {
  --mat-icon-button-touch-target-display: block;
}

.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}

html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow: 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);
  --mdc-fab-focus-container-elevation-shadow: 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);
  --mdc-fab-hover-container-elevation-shadow: 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);
  --mdc-fab-pressed-container-elevation-shadow: 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);
}
html {
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow: 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);
  --mdc-fab-small-focus-container-elevation-shadow: 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);
  --mdc-fab-small-hover-container-elevation-shadow: 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);
  --mdc-fab-small-pressed-container-elevation-shadow: 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);
}
html {
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow: 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);
  --mdc-extended-fab-focus-container-elevation-shadow: 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);
  --mdc-extended-fab-hover-container-elevation-shadow: 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);
  --mdc-extended-fab-pressed-container-elevation-shadow: 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);
}

html {
  --mdc-fab-container-color: white;
}
html {
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
}
html {
  --mdc-fab-small-container-color: white;
}
html {
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #032c58;
}
html .mat-mdc-fab.mat-primary {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #d7dbe8;
}
html .mat-mdc-fab.mat-accent {
  --mat-fab-foreground-color: #000;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #d3000c;
}
html .mat-mdc-fab.mat-warn {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #032c58;
}
html .mat-mdc-mini-fab.mat-primary {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #d7dbe8;
}
html .mat-mdc-mini-fab.mat-accent {
  --mat-fab-small-foreground-color: #000;
  --mat-fab-small-state-layer-color: #000;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #d3000c;
}
html .mat-mdc-mini-fab.mat-warn {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}

html {
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-small-touch-target-display: block;
}

html {
  --mdc-extended-fab-label-text-font: Source Sans Pro;
  --mdc-extended-fab-label-text-size: 16px;
  --mdc-extended-fab-label-text-tracking: 0.5px;
  --mdc-extended-fab-label-text-weight: 500;
}
html {
  --mdc-snackbar-container-shape: 4px;
}

html {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
html {
  --mat-snack-bar-button-color: #b3c0cd;
}

html {
  --mdc-snackbar-supporting-text-font: Source Sans Pro;
  --mdc-snackbar-supporting-text-line-height: 1.5;
  --mdc-snackbar-supporting-text-size: 16px;
  --mdc-snackbar-supporting-text-weight: 400;
}

html {
  --mat-table-row-item-outline-width: 1px;
}

html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #323232;
  --mat-table-row-item-label-text-color: #323232;
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}

html {
  --mat-table-header-headline-font: Source Sans Pro;
  --mat-table-header-headline-line-height: 1.5;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 400;
  --mat-table-header-headline-tracking: 0.1px;
  --mat-table-row-item-label-text-font: Source Sans Pro;
  --mat-table-row-item-label-text-line-height: 1.5;
  --mat-table-row-item-label-text-size: 16px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.2px;
  --mat-table-footer-supporting-text-font: Source Sans Pro;
  --mat-table-footer-supporting-text-line-height: 1.5;
  --mat-table-footer-supporting-text-size: 16px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.2px;
}

html {
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}

html {
  --mdc-circular-progress-active-indicator-color: #032c58;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #d7dbe8;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #d3000c;
}

html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}

html {
  --mat-badge-background-color: #032c58;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}

.mat-badge-accent {
  --mat-badge-background-color: #d7dbe8;
}

.mat-badge-warn {
  --mat-badge-background-color: #d3000c;
  --mat-badge-text-color: white;
}

html {
  --mat-badge-text-font: Source Sans Pro;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}

html {
  --mat-bottom-sheet-container-shape: 4px;
}

html {
  --mat-bottom-sheet-container-text-color: #323232;
  --mat-bottom-sheet-container-background-color: white;
}

html {
  --mat-bottom-sheet-container-text-font: Source Sans Pro;
  --mat-bottom-sheet-container-text-line-height: 1.5;
  --mat-bottom-sheet-container-text-size: 16px;
  --mat-bottom-sheet-container-text-tracking: 0.2px;
  --mat-bottom-sheet-container-text-weight: 400;
}

html {
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
}
html {
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
}

html {
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
}
html {
  --mat-standard-button-toggle-text-color: #323232;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: #323232;
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #323232;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: rgb(224.4, 224.4, 224.4);
}

html {
  --mat-standard-button-toggle-height: 48px;
}

html {
  --mat-legacy-button-toggle-label-text-font: Source Sans Pro;
  --mat-legacy-button-toggle-label-text-line-height: 1.5;
  --mat-legacy-button-toggle-label-text-size: 17px;
  --mat-legacy-button-toggle-label-text-tracking: 0.2px;
  --mat-legacy-button-toggle-label-text-weight: 400;
}
html {
  --mat-standard-button-toggle-label-text-font: Source Sans Pro;
  --mat-standard-button-toggle-label-text-line-height: 1.5;
  --mat-standard-button-toggle-label-text-size: 17px;
  --mat-standard-button-toggle-label-text-tracking: 0.2px;
  --mat-standard-button-toggle-label-text-weight: 400;
}

html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

html {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #032c58;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(3, 44, 88, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(3, 44, 88, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(3, 44, 88, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #032c58;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(3, 44, 88, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: #323232;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: #323232;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: #323232;
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #323232;
}

.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-background-color: #d7dbe8;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(215, 219, 232, 0.4);
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(215, 219, 232, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(215, 219, 232, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(215, 219, 232, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #d3000c;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(211, 0, 12, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(211, 0, 12, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(211, 0, 12, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(211, 0, 12, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}

.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #d7dbe8;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #d3000c;
}

.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}

html {
  --mat-datepicker-calendar-text-font: Source Sans Pro;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 16px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 16px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}

html {
  --mat-divider-width: 1px;
}

html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}

html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #323232;
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: #323232;
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}

html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}

html {
  --mat-expansion-header-text-font: Source Sans Pro;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 400;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Source Sans Pro;
  --mat-expansion-container-text-line-height: 1.5;
  --mat-expansion-container-text-size: 16px;
  --mat-expansion-container-text-tracking: 0.2px;
  --mat-expansion-container-text-weight: 400;
}

html {
  --mat-grid-list-tile-header-primary-text-size: 16px;
  --mat-grid-list-tile-header-secondary-text-size: 14px;
  --mat-grid-list-tile-footer-primary-text-size: 16px;
  --mat-grid-list-tile-footer-secondary-text-size: 14px;
}

html {
  --mat-icon-color: inherit;
}

.mat-icon.mat-primary {
  --mat-icon-color: #032c58;
}
.mat-icon.mat-accent {
  --mat-icon-color: #d7dbe8;
}
.mat-icon.mat-warn {
  --mat-icon-color: #d3000c;
}

html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
}

html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #323232;
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: #323232;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}

html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #032c58;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #032c58;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #032c58;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: #323232;
  --mat-stepper-header-error-state-label-text-color: #d3000c;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #d3000c;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-selected-state-icon-background-color: #d7dbe8;
  --mat-stepper-header-done-state-icon-background-color: #d7dbe8;
  --mat-stepper-header-edit-state-icon-background-color: #d7dbe8;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #d3000c;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #d3000c;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #d3000c;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}

html {
  --mat-stepper-header-height: 72px;
}

html {
  --mat-stepper-container-text-font: Source Sans Pro;
  --mat-stepper-header-label-text-font: Source Sans Pro;
  --mat-stepper-header-label-text-size: 16px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 17px;
  --mat-stepper-header-selected-state-label-text-size: 17px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}

html {
  --mat-sort-arrow-color: rgb(117.3, 117.3, 117.3);
}

html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: #323232;
}

.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #032c58;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #d7dbe8;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #d3000c;
  --mat-toolbar-container-text-color: white;
}

html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}

html {
  --mat-toolbar-title-text-font: Source Sans Pro;
  --mat-toolbar-title-text-line-height: 1.5;
  --mat-toolbar-title-text-size: 16px;
  --mat-toolbar-title-text-tracking: 0.2px;
  --mat-toolbar-title-text-weight: 500;
}

html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #323232;
}

html {
  --mat-tree-node-min-height: 48px;
}

html {
  --mat-tree-node-text-font: Source Sans Pro;
  --mat-tree-node-text-size: 16px;
  --mat-tree-node-text-weight: 400;
}

html {
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow: 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);
}

html {
  --mat-timepicker-container-background-color: white;
}

.lpz-application-bar {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.lpz-application-bar .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #2e5069;
  --mat-toolbar-container-text-color: white;
}
.lpz-application-bar .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #ebf0f3;
}
.lpz-application-bar .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #d3000c;
  --mat-toolbar-container-text-color: white;
}
.lpz-application-bar mat-toolbar .add-icon-button {
  background: white;
}
.lpz-application-bar mat-toolbar .menu-icon-button {
  background-color: #1f374d;
}
.lpz-application-bar mat-toolbar #application-name {
  color: white;
}
.lpz-application-bar mat-toolbar #hamburger-icon {
  color: white;
}
.lpz-application-bar mat-toolbar .user-icon-button {
  --mat-mdc-button-persistent-ripple-color: white;
}
.lpz-application-bar mat-toolbar .user-icon-button path {
  fill: white;
}
.lpz-application-bar mat-toolbar .nav-tab {
  --mat-tab-header-active-label-text-color: white;
  --mat-tab-header-active-focus-label-text-color: white;
  --mat-tab-header-active-hover-label-text-color: white;
  --mat-tab-header-active-focus-indicator-color: #b7c8d2;
  --mdc-tab-indicator-active-indicator-color: #b7c8d2;
  --mat-tab-header-active-hover-indicator-color: #b7c8d2;
  --mat-tab-header-active-ripple-color: white;
  --mat-tab-header-inactive-ripple-color: white;
  --mat-tab-header-inactive-label-text-color: white;
  --mat-tab-header-inactive-focus-label-text-color: white;
  --mat-tab-header-inactive-hover-label-text-color: white;
}

lpz-side-menu aside {
  background-color: white;
}
lpz-side-menu aside a.active {
  background-color: #b7c8d2;
}
lpz-side-menu aside a:hover {
  background-color: #d7dbe8;
}
lpz-side-menu .mat-caption {
  border-color: #1f4c78;
}

lpz-routable-navbar .nav-tab.mdc-tab.mdc-tab--active .mdc-tab__text-label {
  color: white;
}
lpz-routable-navbar .nav-tab .mdc-tab-indicator .mdc-tab-indicator__content--underline {
  background: #9ab2bf;
}
lpz-routable-navbar .nav-tab:hover {
  --mdc-typography-button-font-weight: 600;
}

.date-time-range-picker-dialog .disabled {
  pointer-events: none;
  color: #d8d8d8;
}
.date-time-range-picker-dialog .label.selected:not(.disabled) {
  color: #032c58;
}
.date-time-range-picker-dialog .label.disabled {
  pointer-events: none;
  color: #d8d8d8;
}

.lpz-toast-message {
  --mdc-icon-button-icon-color: #f5f7f9;
}
.lpz-toast-message-success {
  --mdc-snackbar-container-color: #498b18;
}
.lpz-toast-message-failure {
  --mdc-snackbar-container-color: #d3000c;
}
.lpz-toast-message-warning {
  --mdc-snackbar-container-color: #2e5069;
  --mdc-snackbar-supporting-text-color: white;
  --mdc-icon-button-icon-color: white;
}
.lpz-toast-message-info {
  --mdc-snackbar-container-color: #1f4c78;
}

.lpz-title-date-picker {
  color: #021a35;
  background-color: #b7c8d2;
}
.lpz-title-date-picker mat-icon {
  color: #021a35;
}

.lpz-footer {
  background: #1f4c78;
  color: #f5f7f9;
}

body lpz-paginator .mat-body-1 {
  color: #757575;
}
body lpz-paginator button mat-icon {
  color: #595959;
}
body lpz-paginator button[disabled] mat-icon {
  color: #d8d8d8;
}

lpz-paginator .container input.mat-mdc-input-element {
  font-size: 17px;
}

lpz-pagination-info {
  color: #595959;
}

.lpz-modal-container {
  --mdc-dialog-supporting-text-color: f.color($theme, $hue: A700, $palette: "primary");
  --mdc-dialog-container-color: f.color($theme, $hue: 50, $palette: "primary", $contrast: true);
}
.lpz-modal-container .mdc-dialog__surface {
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.separatedTitle {
  border-bottom-color: #b3c0cd;
}

.close-icon-container button:hover {
  background-color: rgba(31, 76, 120, 0.04);
}

html {
  --mtx-datetimepicker-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mtx-datetimepicker-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mtx-datetimepicker-container-shape: 4px;
  --mtx-datetimepicker-container-touch-shape: 4px;
  --mtx-datetimepicker-selector-container-shape: 4px;
}

html {
  --mtx-datetimepicker-calendar-header-background-color: #032c58;
  --mtx-datetimepicker-calendar-date-selected-state-text-color: white;
  --mtx-datetimepicker-calendar-date-selected-state-background-color: #032c58;
  --mtx-datetimepicker-calendar-date-selected-disabled-state-background-color: rgba(3, 44, 88, 0.4);
  --mtx-datetimepicker-calendar-date-today-selected-state-outline-color: white;
  --mtx-datetimepicker-calendar-date-focus-state-background-color: rgba(3, 44, 88, 0.3);
  --mtx-datetimepicker-calendar-date-hover-state-background-color: rgba(3, 44, 88, 0.3);
  --mtx-datetimepicker-clock-hand-background-color: #032c58;
  --mtx-datetimepicker-clock-cell-selected-state-background-color: #032c58;
  --mtx-datetimepicker-time-input-active-state-text-color: #032c58;
  --mtx-datetimepicker-time-input-active-state-background-color: rgba(3, 44, 88, 0.2);
  --mtx-datetimepicker-time-input-focus-state-outline-color: #032c58;
  --mtx-datetimepicker-time-input-focus-state-placeholder-text-color: rgba(3, 44, 88, 0.6);
  --mtx-datetimepicker-time-ampm-selected-state-background-color: rgba(3, 44, 88, 0.2);
  --mtx-datetimepicker-toggle-active-state-icon-color: #032c58;
  --mtx-datetimepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mtx-datetimepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mtx-datetimepicker-calendar-body-week-number-text-color: rgba(0, 0, 0, 0.54);
  --mtx-datetimepicker-calendar-header-text-color: white;
  --mtx-datetimepicker-calendar-header-divider-color: transparent;
  --mtx-datetimepicker-calendar-table-header-text-color: rgba(0, 0, 0, 0.54);
  --mtx-datetimepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mtx-datetimepicker-calendar-date-text-color: #323232;
  --mtx-datetimepicker-calendar-date-outline-color: transparent;
  --mtx-datetimepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mtx-datetimepicker-container-background-color: white;
  --mtx-datetimepicker-container-text-color: #323232;
  --mtx-datetimepicker-clock-dial-background-color: rgba(0, 0, 0, 0.12);
  --mtx-datetimepicker-clock-cell-text-color: #323232;
  --mtx-datetimepicker-clock-cell-hover-state-background-color: rgba(0, 0, 0, 0.04);
  --mtx-datetimepicker-clock-cell-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mtx-datetimepicker-time-input-text-color: #323232;
  --mtx-datetimepicker-time-input-background-color: rgba(0, 0, 0, 0.12);
  --mtx-datetimepicker-time-input-focus-state-background-color: #fafafa;
  --mtx-datetimepicker-time-input-warn-state-outline-color: #d3000c;
  --mtx-datetimepicker-time-ampm-text-color: rgba(50, 50, 50, 0.75);
  --mtx-datetimepicker-time-ampm-outline-color: rgba(0, 0, 0, 0.38);
  --mtx-datetimepicker-time-ampm-selected-state-text-color: #323232;
}

.mtx-datetimepicker-content.mat-accent {
  --mtx-datetimepicker-calendar-header-background-color: #d7dbe8;
  --mtx-datetimepicker-calendar-date-selected-state-background-color: #d7dbe8;
  --mtx-datetimepicker-calendar-date-selected-disabled-state-background-color: rgba(215, 219, 232, 0.4);
  --mtx-datetimepicker-calendar-date-focus-state-background-color: rgba(215, 219, 232, 0.3);
  --mtx-datetimepicker-calendar-date-hover-state-background-color: rgba(215, 219, 232, 0.3);
  --mtx-datetimepicker-clock-hand-background-color: #d7dbe8;
  --mtx-datetimepicker-clock-cell-selected-state-background-color: #d7dbe8;
  --mtx-datetimepicker-time-input-active-state-text-color: #d7dbe8;
  --mtx-datetimepicker-time-input-active-state-background-color: rgba(215, 219, 232, 0.2);
  --mtx-datetimepicker-time-input-focus-state-outline-color: #d7dbe8;
  --mtx-datetimepicker-time-input-focus-state-placeholder-text-color: rgba(215, 219, 232, 0.6);
  --mtx-datetimepicker-time-ampm-selected-state-background-color: rgba(215, 219, 232, 0.2);
}
.mtx-datetimepicker-content.mat-warn {
  --mtx-datetimepicker-calendar-header-background-color: #d3000c;
  --mtx-datetimepicker-calendar-date-selected-state-text-color: white;
  --mtx-datetimepicker-calendar-date-selected-state-background-color: #d3000c;
  --mtx-datetimepicker-calendar-date-selected-disabled-state-background-color: rgba(211, 0, 12, 0.4);
  --mtx-datetimepicker-calendar-date-today-selected-state-outline-color: white;
  --mtx-datetimepicker-calendar-date-focus-state-background-color: rgba(211, 0, 12, 0.3);
  --mtx-datetimepicker-calendar-date-hover-state-background-color: rgba(211, 0, 12, 0.3);
  --mtx-datetimepicker-clock-hand-background-color: #d3000c;
  --mtx-datetimepicker-clock-cell-selected-state-background-color: #d3000c;
  --mtx-datetimepicker-time-input-active-state-text-color: #d3000c;
  --mtx-datetimepicker-time-input-active-state-background-color: rgba(211, 0, 12, 0.2);
  --mtx-datetimepicker-time-input-focus-state-outline-color: #d3000c;
  --mtx-datetimepicker-time-input-focus-state-placeholder-text-color: rgba(211, 0, 12, 0.6);
  --mtx-datetimepicker-time-ampm-selected-state-background-color: rgba(211, 0, 12, 0.2);
}

.mtx-datetimepicker-toggle-active.mat-accent {
  --mtx-datetimepicker-toggle-active-state-icon-color: #d7dbe8;
}
.mtx-datetimepicker-toggle-active.mat-warn {
  --mtx-datetimepicker-toggle-active-state-icon-color: #d3000c;
}

html {
  --mtx-datetimepicker-calendar-text-font: Source Sans Pro;
  --mtx-datetimepicker-calendar-text-size: 13px;
  --mtx-datetimepicker-calendar-body-label-text-size: 16px;
  --mtx-datetimepicker-calendar-body-label-text-weight: 500;
  --mtx-datetimepicker-calendar-period-button-text-size: 16px;
  --mtx-datetimepicker-calendar-period-button-text-weight: 500;
  --mtx-datetimepicker-calendar-table-header-text-size: 11px;
  --mtx-datetimepicker-calendar-table-header-text-weight: 400;
  --mtx-datetimepicker-clock-text-size: 14px;
}

lpz-status-chip div.success {
  background-color: #498b18;
  color: white;
}
lpz-status-chip div.error {
  background-color: #d3000c;
  color: white;
}
lpz-status-chip div.info {
  background-color: #757575;
  color: white;
}
lpz-status-chip div.warning {
  background-color: #fbc10f;
  color: black;
}

lpz-icon-chip {
  border-color: #d8d8d8;
}

lpz-filter-chips-section lpz-icon-chip.selected {
  background-color: #9ab2bf;
}

.main {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5em;
}

.no-data {
  color: #595959;
  border-bottom-color: #1f4c78;
}

.card-box {
  background: white;
}

.footer {
  background: white;
}

.header {
  background: white;
  border-bottom-color: #1f4c78 !important;
}

.mat-mdc-input-element {
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 16px;
}

.flying {
  font-size: 16px;
}

div .card {
  border-bottom-color: #e6eaee !important;
  background: white;
}
div .card:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0 0);
}
div .card .additional-row {
  color: #595959;
}

mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-selected-icon-color: var(--mdc-switch-selected-focus-track-color);
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-unselected-icon-color: var(--mdc-switch-unselected-focus-track-color);
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-selected-track-color: #032c58;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-selected-hover-track-color: #022147;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-track-color: #021a35;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-selected-pressed-track-color: #01102d;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-selected-handle-color: white;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-handle-color: white;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-selected-hover-handle-color: white;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-selected-pressed-handle-color: white;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-unselected-track-color: #757575;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-unselected-hover-track-color: #626262;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-unselected-focus-track-color: #585858;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-unselected-pressed-track-color: #595959;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-unselected-handle-color: #d7e2e7;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-unselected-focus-handle-color: #d7e2e7;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-unselected-hover-handle-color: #d7e2e7;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-unselected-pressed-handle-color: #d7e2e7;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-track-color: #9e9e9e;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #f8f8f8;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-icon-color: #595959;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-disabled-unselected-track-color: #9e9e9e;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-disabled-unselected-handle-color: #f8f8f8;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-disabled-unselected-icon-color: #595959;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 1;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mat-switch-disabled-unselected-handle-opacity: 1;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-disabled-track-opacity: 1;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-icon-opacity: 1;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-disabled-unselected-icon-opacity: 1;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-disabled-handle-elevation-shadow: transparent;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-handle-elevation-shadow: transparent;
}

mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-track-width: 52px;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-track-height: 32px;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-track-shape: 16px;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-handle-height: 24px;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-handle-width: 24px;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-handle-shape: 12px;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mat-switch-with-icon-handle-size: 24px;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mat-switch-pressed-handle-size: 24px;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0 4px;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mat-switch-unselected-handle-horizontal-margin: 0 4px;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0 4px;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0 -4px;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mat-switch-selected-handle-horizontal-margin: 0 -4px;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mat-switch-selected-pressed-handle-horizontal-margin: 0 -4px;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 0;
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle .mdc-switch__icon--off > path {
  d: path("M6.4 18.6537 5.3463 17.6l5.6-5.6-5.6-5.6L6.4 5.3463l5.6 5.6 5.6-5.6L18.6537 6.4l-5.6 5.6 5.6 5.6L17.6 18.6537l-5.6-5.6-5.6 5.6Z");
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle .mdc-switch__icon--on > path {
  d: path("M9.55 17.6537 4.2155 12.3192 5.2845 11.25 9.55 15.5155 18.7155 6.35l1.069 1.0693L9.55 17.6537Z");
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle .mdc-switch--unselected {
  --mat-switch-visible-track-transition: transform 55ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-mdc-slide-toggle .mdc-switch--selected {
  --mat-switch-hidden-track-transition: transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: #9e9e9e;
  --mdc-protected-button-container-color: #9e9e9e;
  --mdc-protected-button-disabled-label-text-color: white;
  --mdc-protected-button-label-text-color: white;
}

.mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: #9e9e9e;
  --mdc-filled-button-container-color: #9e9e9e;
  --mdc-filled-button-disabled-label-text-color: white;
  --mdc-filled-button-label-text-color: white;
}

.btnLead {
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
.btnLead {
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
}
.btnLead {
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
.btnLead {
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
}
.btnLead {
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
.btnLead {
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
}
.btnLead {
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.btnLead {
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
.btnLead .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #2e5069;
}
.btnLead .mat-mdc-button.mat-primary {
  --mat-text-button-state-layer-color: #2e5069;
  --mat-text-button-ripple-color: rgba(46, 80, 105, 0.1);
}
.btnLead .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ebf0f3;
}
.btnLead .mat-mdc-button.mat-accent {
  --mat-text-button-state-layer-color: #ebf0f3;
  --mat-text-button-ripple-color: rgba(235, 240, 243, 0.1);
}
.btnLead .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #d3000c;
}
.btnLead .mat-mdc-button.mat-warn {
  --mat-text-button-state-layer-color: #d3000c;
  --mat-text-button-ripple-color: rgba(211, 0, 12, 0.1);
}
.btnLead .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #2e5069;
  --mdc-filled-button-label-text-color: white;
}
.btnLead .mat-mdc-unelevated-button.mat-primary {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.btnLead .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ebf0f3;
}
.btnLead .mat-mdc-unelevated-button.mat-accent {
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.btnLead .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #d3000c;
  --mdc-filled-button-label-text-color: white;
}
.btnLead .mat-mdc-unelevated-button.mat-warn {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.btnLead .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #2e5069;
  --mdc-protected-button-label-text-color: white;
}
.btnLead .mat-mdc-raised-button.mat-primary {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.btnLead .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ebf0f3;
}
.btnLead .mat-mdc-raised-button.mat-accent {
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.btnLead .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #d3000c;
  --mdc-protected-button-label-text-color: white;
}
.btnLead .mat-mdc-raised-button.mat-warn {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.btnLead .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #2e5069;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.btnLead .mat-mdc-outlined-button.mat-primary {
  --mat-outlined-button-state-layer-color: #2e5069;
  --mat-outlined-button-ripple-color: rgba(46, 80, 105, 0.1);
}
.btnLead .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ebf0f3;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.btnLead .mat-mdc-outlined-button.mat-accent {
  --mat-outlined-button-state-layer-color: #ebf0f3;
  --mat-outlined-button-ripple-color: rgba(235, 240, 243, 0.1);
}
.btnLead .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #d3000c;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.btnLead .mat-mdc-outlined-button.mat-warn {
  --mat-outlined-button-state-layer-color: #d3000c;
  --mat-outlined-button-ripple-color: rgba(211, 0, 12, 0.1);
}
.btnLead .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: #9e9e9e;
  --mdc-protected-button-container-color: #9e9e9e;
  --mdc-protected-button-disabled-label-text-color: white;
  --mdc-protected-button-label-text-color: white;
}
.btnLead .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: #9e9e9e;
  --mdc-filled-button-container-color: #9e9e9e;
  --mdc-filled-button-disabled-label-text-color: white;
  --mdc-filled-button-label-text-color: white;
}
.btnLead .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-label-text-color: #1f4c78;
}
.btnLead .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-label-text-color: #1f4c78;
}

.btnSecondary {
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
.btnSecondary {
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
}
.btnSecondary {
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
.btnSecondary {
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
}
.btnSecondary {
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
.btnSecondary {
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
}
.btnSecondary {
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.btnSecondary {
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
.btnSecondary .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #021a35;
}
.btnSecondary .mat-mdc-button.mat-primary {
  --mat-text-button-state-layer-color: #021a35;
  --mat-text-button-ripple-color: rgba(2, 26, 53, 0.1);
}
.btnSecondary .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #d7dbe8;
}
.btnSecondary .mat-mdc-button.mat-accent {
  --mat-text-button-state-layer-color: #d7dbe8;
  --mat-text-button-ripple-color: rgba(215, 219, 232, 0.1);
}
.btnSecondary .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #d3000c;
}
.btnSecondary .mat-mdc-button.mat-warn {
  --mat-text-button-state-layer-color: #d3000c;
  --mat-text-button-ripple-color: rgba(211, 0, 12, 0.1);
}
.btnSecondary .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #021a35;
  --mdc-filled-button-label-text-color: white;
}
.btnSecondary .mat-mdc-unelevated-button.mat-primary {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.btnSecondary .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #d7dbe8;
}
.btnSecondary .mat-mdc-unelevated-button.mat-accent {
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.btnSecondary .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #d3000c;
  --mdc-filled-button-label-text-color: white;
}
.btnSecondary .mat-mdc-unelevated-button.mat-warn {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.btnSecondary .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #021a35;
  --mdc-protected-button-label-text-color: white;
}
.btnSecondary .mat-mdc-raised-button.mat-primary {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.btnSecondary .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #d7dbe8;
}
.btnSecondary .mat-mdc-raised-button.mat-accent {
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.btnSecondary .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #d3000c;
  --mdc-protected-button-label-text-color: white;
}
.btnSecondary .mat-mdc-raised-button.mat-warn {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.btnSecondary .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #021a35;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.btnSecondary .mat-mdc-outlined-button.mat-primary {
  --mat-outlined-button-state-layer-color: #021a35;
  --mat-outlined-button-ripple-color: rgba(2, 26, 53, 0.1);
}
.btnSecondary .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #d7dbe8;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.btnSecondary .mat-mdc-outlined-button.mat-accent {
  --mat-outlined-button-state-layer-color: #d7dbe8;
  --mat-outlined-button-ripple-color: rgba(215, 219, 232, 0.1);
}
.btnSecondary .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #d3000c;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.btnSecondary .mat-mdc-outlined-button.mat-warn {
  --mat-outlined-button-state-layer-color: #d3000c;
  --mat-outlined-button-ripple-color: rgba(211, 0, 12, 0.1);
}
.btnSecondary .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: #9e9e9e;
  --mdc-protected-button-container-color: #9e9e9e;
  --mdc-protected-button-disabled-label-text-color: white;
  --mdc-protected-button-label-text-color: white;
}
.btnSecondary .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: #9e9e9e;
  --mdc-filled-button-container-color: #9e9e9e;
  --mdc-filled-button-disabled-label-text-color: white;
  --mdc-filled-button-label-text-color: white;
}

body,
body.mat-typography {
  color: #323232;
}
body .mat-body-strong,
body .mat-subtitle-2,
body .mat-typography .mat-body-strong,
body .mat-typography .mat-subtitle-2,
body.mat-typography .mat-body-strong,
body.mat-typography .mat-subtitle-2,
body.mat-typography .mat-typography .mat-body-strong,
body.mat-typography .mat-typography .mat-subtitle-2 {
  color: #595959;
}
body .mat-small,
body .mat-caption,
body .mat-typography .mat-small,
body .mat-typography .mat-caption,
body.mat-typography .mat-small,
body.mat-typography .mat-caption,
body.mat-typography .mat-typography .mat-small,
body.mat-typography .mat-typography .mat-caption {
  color: #595959;
}

body .mat-h1,
body .mat-headline-5,
body .mat-typography .mat-h1,
body .mat-typography .mat-headline-5,
body .mat-typography h1,
body.mat-typography .mat-h1,
body.mat-typography .mat-headline-5,
body.mat-typography .mat-typography .mat-h1,
body.mat-typography .mat-typography .mat-headline-5,
body.mat-typography .mat-typography h1 {
  text-decoration-line: underline;
  margin: 0 0 16px;
}
body .mat-h1.no-margin,
body .mat-headline-5.no-margin,
body .mat-typography .mat-h1.no-margin,
body .mat-typography .mat-headline-5.no-margin,
body .mat-typography h1.no-margin,
body.mat-typography .mat-h1.no-margin,
body.mat-typography .mat-headline-5.no-margin,
body.mat-typography .mat-typography .mat-h1.no-margin,
body.mat-typography .mat-typography .mat-headline-5.no-margin,
body.mat-typography .mat-typography h1.no-margin {
  margin: 0;
}
body .mat-h2,
body .mat-headline-6,
body .mat-typography .mat-h2,
body .mat-typography .mat-headline-6,
body .mat-typography h2,
body.mat-typography .mat-h2,
body.mat-typography .mat-headline-6,
body.mat-typography .mat-typography .mat-h2,
body.mat-typography .mat-typography .mat-headline-6,
body.mat-typography .mat-typography h2 {
  text-decoration-line: underline;
  margin: 0 0 16px;
}
body .mat-h2.no-margin,
body .mat-headline-6.no-margin,
body .mat-typography .mat-h2.no-margin,
body .mat-typography .mat-headline-6.no-margin,
body .mat-typography h2.no-margin,
body.mat-typography .mat-h2.no-margin,
body.mat-typography .mat-headline-6.no-margin,
body.mat-typography .mat-typography .mat-h2.no-margin,
body.mat-typography .mat-typography .mat-headline-6.no-margin,
body.mat-typography .mat-typography h2.no-margin {
  margin: 0;
}
body .mat-h3,
body .mat-subtitle-1,
body .mat-typography .mat-h3,
body .mat-typography .mat-subtitle-1,
body .mat-typography h3,
body.mat-typography .mat-h3,
body.mat-typography .mat-subtitle-1,
body.mat-typography .mat-typography .mat-h3,
body.mat-typography .mat-typography .mat-subtitle-1,
body.mat-typography .mat-typography h3 {
  margin: 0 0 16px;
  font-variant: all-small-caps;
  font-weight: 600;
}
body .mat-h3.no-margin,
body .mat-subtitle-1.no-margin,
body .mat-typography .mat-h3.no-margin,
body .mat-typography .mat-subtitle-1.no-margin,
body .mat-typography h3.no-margin,
body.mat-typography .mat-h3.no-margin,
body.mat-typography .mat-subtitle-1.no-margin,
body.mat-typography .mat-typography .mat-h3.no-margin,
body.mat-typography .mat-typography .mat-subtitle-1.no-margin,
body.mat-typography .mat-typography h3.no-margin {
  margin: 0;
}
body .mat-h4,
body .mat-body-1,
body .mat-typography .mat-h4,
body .mat-typography .mat-body-1,
body .mat-typography h4,
body.mat-typography .mat-h4,
body.mat-typography .mat-body-1,
body.mat-typography .mat-typography .mat-h4,
body.mat-typography .mat-typography .mat-body-1,
body.mat-typography .mat-typography h4 {
  margin: 0 0 16px;
  line-height: 18px;
}
body .mat-h4.no-margin,
body .mat-body-1.no-margin,
body .mat-typography .mat-h4.no-margin,
body .mat-typography .mat-body-1.no-margin,
body .mat-typography h4.no-margin,
body.mat-typography .mat-h4.no-margin,
body.mat-typography .mat-body-1.no-margin,
body.mat-typography .mat-typography .mat-h4.no-margin,
body.mat-typography .mat-typography .mat-body-1.no-margin,
body.mat-typography .mat-typography h4.no-margin {
  margin: 0;
}
body .mat-h5,
body .mat-typography .mat-h5,
body .mat-typography h5,
body.mat-typography .mat-h5,
body.mat-typography .mat-typography .mat-h5,
body.mat-typography .mat-typography h5 {
  margin: 0 0 12px;
}
body .mat-h5.no-margin,
body .mat-typography .mat-h5.no-margin,
body .mat-typography h5.no-margin,
body.mat-typography .mat-h5.no-margin,
body.mat-typography .mat-typography .mat-h5.no-margin,
body.mat-typography .mat-typography h5.no-margin {
  margin: 0;
}
body .mat-h6,
body .mat-typography .mat-h6,
body .mat-typography h6,
body.mat-typography .mat-h6,
body.mat-typography .mat-typography .mat-h6,
body.mat-typography .mat-typography h6 {
  margin: 0 0 12px;
}
body .mat-h6.no-margin,
body .mat-typography .mat-h6.no-margin,
body .mat-typography h6.no-margin,
body.mat-typography .mat-h6.no-margin,
body.mat-typography .mat-typography .mat-h6.no-margin,
body.mat-typography .mat-typography h6.no-margin {
  margin: 0;
}
body .mat-body p,
body .mat-body-2 p,
body .mat-typography .mat-body p,
body .mat-typography .mat-body-2 p,
body .mat-typography p,
body.mat-typography .mat-body p,
body.mat-typography .mat-body-2 p,
body.mat-typography .mat-typography .mat-body p,
body.mat-typography .mat-typography .mat-body-2 p,
body.mat-typography .mat-typography p {
  margin: 0 0 12px;
}
body .mat-headline-1,
body .mat-typography .mat-headline-1,
body.mat-typography .mat-headline-1,
body.mat-typography .mat-typography .mat-headline-1 {
  margin: 0 0 16px;
}
body .mat-headline-1.no-margin,
body .mat-typography .mat-headline-1.no-margin,
body.mat-typography .mat-headline-1.no-margin,
body.mat-typography .mat-typography .mat-headline-1.no-margin {
  margin: 0;
}
body .mat-headline-2,
body .mat-typography .mat-headline-2,
body.mat-typography .mat-headline-2,
body.mat-typography .mat-typography .mat-headline-2 {
  margin: 0 0 16px;
}
body .mat-headline-2.no-margin,
body .mat-typography .mat-headline-2.no-margin,
body.mat-typography .mat-headline-2.no-margin,
body.mat-typography .mat-typography .mat-headline-2.no-margin {
  margin: 0;
}
body .mat-headline-3,
body .mat-typography .mat-headline-3,
body.mat-typography .mat-headline-3,
body.mat-typography .mat-typography .mat-headline-3 {
  margin: 0 0 16px;
}
body .mat-headline-3.no-margin,
body .mat-typography .mat-headline-3.no-margin,
body.mat-typography .mat-headline-3.no-margin,
body.mat-typography .mat-typography .mat-headline-3.no-margin {
  margin: 0;
}
body .mat-headline-4,
body .mat-typography .mat-headline-4,
body.mat-typography .mat-headline-4,
body.mat-typography .mat-typography .mat-headline-4 {
  margin: 0 0 16px;
}
body .mat-headline-4.no-margin,
body .mat-typography .mat-headline-4.no-margin,
body.mat-typography .mat-headline-4.no-margin,
body.mat-typography .mat-typography .mat-headline-4.no-margin {
  margin: 0;
}

.mdc-button {
  --mdc-typography-button-letter-spacing: 0.75px;
  --mdc-typography-button-font-weight: 500;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.mdc-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.mdc-button:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

button {
  --mdc-protected-button-container-height: $button-height;
}
button.lpz-small-button {
  --mdc-protected-button-container-height: $small-button-height;
  --mdc-typography-button-font-weight: 400;
}

.mat-mdc-button.mat-mdc-button-base,
.mat-mdc-raised-button.mat-mdc-button-base,
.mat-mdc-unelevated-button.mat-mdc-button-base,
.mat-mdc-outlined-button.mat-mdc-button-base {
  height: 42px;
  padding: 0 24px;
}
.mat-mdc-button.mat-mdc-button-base.lpz-small-button,
.mat-mdc-raised-button.mat-mdc-button-base.lpz-small-button,
.mat-mdc-unelevated-button.mat-mdc-button-base.lpz-small-button,
.mat-mdc-outlined-button.mat-mdc-button-base.lpz-small-button {
  height: 32px;
  padding: 0 16px;
}
.mat-mdc-button.mat-mdc-button-base.lpz-small-button .mat-mdc-button-touch-target,
.mat-mdc-raised-button.mat-mdc-button-base.lpz-small-button .mat-mdc-button-touch-target,
.mat-mdc-unelevated-button.mat-mdc-button-base.lpz-small-button .mat-mdc-button-touch-target,
.mat-mdc-outlined-button.mat-mdc-button-base.lpz-small-button .mat-mdc-button-touch-target {
  height: 32px;
}
.mat-mdc-button.mat-mdc-button-base .mat-icon,
.mat-mdc-raised-button.mat-mdc-button-base .mat-icon,
.mat-mdc-unelevated-button.mat-mdc-button-base .mat-icon,
.mat-mdc-outlined-button.mat-mdc-button-base .mat-icon {
  margin-right: 6px;
}
.mat-mdc-button.mat-mdc-button-base .mat-icon[iconPositionEnd],
.mat-mdc-raised-button.mat-mdc-button-base .mat-icon[iconPositionEnd],
.mat-mdc-unelevated-button.mat-mdc-button-base .mat-icon[iconPositionEnd],
.mat-mdc-outlined-button.mat-mdc-button-base .mat-icon[iconPositionEnd] {
  margin-right: 0;
  margin-left: 6px;
}

.mat-mdc-icon-button.mat-mdc-button-base {
  border-radius: 50%;
  transition: background-color 0.2s ease;
}
.mat-mdc-icon-button.mat-mdc-button-base:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-mdc-icon-button.mat-mdc-button-base.lpz-small-icon-button {
  width: 32px;
  height: 32px;
  padding: 4px;
}
.mat-mdc-icon-button.mat-mdc-button-base.lpz-small-icon-button .mat-mdc-button-touch-target {
  width: 32px;
  height: 32px;
}

.mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: #9e9e9e;
  --mdc-protected-button-container-color: #9e9e9e;
  --mdc-protected-button-disabled-label-text-color: white;
  --mdc-protected-button-label-text-color: white;
}

.mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: #9e9e9e;
  --mdc-filled-button-container-color: #9e9e9e;
  --mdc-filled-button-disabled-label-text-color: white;
  --mdc-filled-button-label-text-color: white;
}

.btnLead {
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
.btnLead {
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
}
.btnLead {
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
.btnLead {
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
}
.btnLead {
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
.btnLead {
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
}
.btnLead {
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.btnLead {
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
.btnLead .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #2e5069;
}
.btnLead .mat-mdc-button.mat-primary {
  --mat-text-button-state-layer-color: #2e5069;
  --mat-text-button-ripple-color: rgba(46, 80, 105, 0.1);
}
.btnLead .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ebf0f3;
}
.btnLead .mat-mdc-button.mat-accent {
  --mat-text-button-state-layer-color: #ebf0f3;
  --mat-text-button-ripple-color: rgba(235, 240, 243, 0.1);
}
.btnLead .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #d3000c;
}
.btnLead .mat-mdc-button.mat-warn {
  --mat-text-button-state-layer-color: #d3000c;
  --mat-text-button-ripple-color: rgba(211, 0, 12, 0.1);
}
.btnLead .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #2e5069;
  --mdc-filled-button-label-text-color: white;
}
.btnLead .mat-mdc-unelevated-button.mat-primary {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.btnLead .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ebf0f3;
}
.btnLead .mat-mdc-unelevated-button.mat-accent {
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.btnLead .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #d3000c;
  --mdc-filled-button-label-text-color: white;
}
.btnLead .mat-mdc-unelevated-button.mat-warn {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.btnLead .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #2e5069;
  --mdc-protected-button-label-text-color: white;
}
.btnLead .mat-mdc-raised-button.mat-primary {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.btnLead .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ebf0f3;
}
.btnLead .mat-mdc-raised-button.mat-accent {
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.btnLead .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #d3000c;
  --mdc-protected-button-label-text-color: white;
}
.btnLead .mat-mdc-raised-button.mat-warn {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.btnLead .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #2e5069;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.btnLead .mat-mdc-outlined-button.mat-primary {
  --mat-outlined-button-state-layer-color: #2e5069;
  --mat-outlined-button-ripple-color: rgba(46, 80, 105, 0.1);
}
.btnLead .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ebf0f3;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.btnLead .mat-mdc-outlined-button.mat-accent {
  --mat-outlined-button-state-layer-color: #ebf0f3;
  --mat-outlined-button-ripple-color: rgba(235, 240, 243, 0.1);
}
.btnLead .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #d3000c;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.btnLead .mat-mdc-outlined-button.mat-warn {
  --mat-outlined-button-state-layer-color: #d3000c;
  --mat-outlined-button-ripple-color: rgba(211, 0, 12, 0.1);
}
.btnLead .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: #9e9e9e;
  --mdc-protected-button-container-color: #9e9e9e;
  --mdc-protected-button-disabled-label-text-color: white;
  --mdc-protected-button-label-text-color: white;
}
.btnLead .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: #9e9e9e;
  --mdc-filled-button-container-color: #9e9e9e;
  --mdc-filled-button-disabled-label-text-color: white;
  --mdc-filled-button-label-text-color: white;
}
.btnLead .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-label-text-color: #1f4c78;
}
.btnLead .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-label-text-color: #1f4c78;
}

.btnSecondary {
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
.btnSecondary {
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
}
.btnSecondary {
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
.btnSecondary {
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
}
.btnSecondary {
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
.btnSecondary {
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
}
.btnSecondary {
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.btnSecondary {
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
.btnSecondary .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #021a35;
}
.btnSecondary .mat-mdc-button.mat-primary {
  --mat-text-button-state-layer-color: #021a35;
  --mat-text-button-ripple-color: rgba(2, 26, 53, 0.1);
}
.btnSecondary .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #d7dbe8;
}
.btnSecondary .mat-mdc-button.mat-accent {
  --mat-text-button-state-layer-color: #d7dbe8;
  --mat-text-button-ripple-color: rgba(215, 219, 232, 0.1);
}
.btnSecondary .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #d3000c;
}
.btnSecondary .mat-mdc-button.mat-warn {
  --mat-text-button-state-layer-color: #d3000c;
  --mat-text-button-ripple-color: rgba(211, 0, 12, 0.1);
}
.btnSecondary .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #021a35;
  --mdc-filled-button-label-text-color: white;
}
.btnSecondary .mat-mdc-unelevated-button.mat-primary {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.btnSecondary .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #d7dbe8;
}
.btnSecondary .mat-mdc-unelevated-button.mat-accent {
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.btnSecondary .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #d3000c;
  --mdc-filled-button-label-text-color: white;
}
.btnSecondary .mat-mdc-unelevated-button.mat-warn {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.btnSecondary .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #021a35;
  --mdc-protected-button-label-text-color: white;
}
.btnSecondary .mat-mdc-raised-button.mat-primary {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.btnSecondary .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #d7dbe8;
}
.btnSecondary .mat-mdc-raised-button.mat-accent {
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.btnSecondary .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #d3000c;
  --mdc-protected-button-label-text-color: white;
}
.btnSecondary .mat-mdc-raised-button.mat-warn {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.btnSecondary .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #021a35;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.btnSecondary .mat-mdc-outlined-button.mat-primary {
  --mat-outlined-button-state-layer-color: #021a35;
  --mat-outlined-button-ripple-color: rgba(2, 26, 53, 0.1);
}
.btnSecondary .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #d7dbe8;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.btnSecondary .mat-mdc-outlined-button.mat-accent {
  --mat-outlined-button-state-layer-color: #d7dbe8;
  --mat-outlined-button-ripple-color: rgba(215, 219, 232, 0.1);
}
.btnSecondary .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #d3000c;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.btnSecondary .mat-mdc-outlined-button.mat-warn {
  --mat-outlined-button-state-layer-color: #d3000c;
  --mat-outlined-button-ripple-color: rgba(211, 0, 12, 0.1);
}
.btnSecondary .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: #9e9e9e;
  --mdc-protected-button-container-color: #9e9e9e;
  --mdc-protected-button-disabled-label-text-color: white;
  --mdc-protected-button-label-text-color: white;
}
.btnSecondary .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: #9e9e9e;
  --mdc-filled-button-container-color: #9e9e9e;
  --mdc-filled-button-disabled-label-text-color: white;
  --mdc-filled-button-label-text-color: white;
}

.mat-mdc-menu-panel {
  border-radius: 12px !important;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12) !important;
}
.mat-mdc-menu-panel .mat-mdc-menu-content {
  padding: 8px;
}
.mat-mdc-menu-panel .mat-mdc-menu-item {
  border-radius: 8px;
  margin: 2px 0;
  min-height: 40px;
  transition: background-color 0.2s ease;
}
.mat-mdc-menu-panel .mat-mdc-menu-item .mat-icon {
  margin-right: 12px;
}

.lpz-menu-with-divider button:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 4px;
  padding-bottom: 4px;
}

.mat-mdc-menu-panel.ng-animating {
  animation: menu-fade-in 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes menu-fade-in {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.mat-mdc-tooltip,
.mtx-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #021a35;
  --mdc-plain-tooltip-supporting-text-color: white;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.16));
}
.mat-mdc-tooltip .mdc-tooltip__surface,
.mtx-mdc-tooltip .mdc-tooltip__surface {
  padding: 10px 16px;
  border-radius: 8px !important;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.lpz-tooltip-wide .mdc-tooltip__surface {
  max-width: 600px !important;
}

.lpz-tooltip-white-space {
  white-space: pre-line;
  background: red;
  color: black !important;
}
.lpz-tooltip-white-space .mdc-tooltip__surface {
  text-align: left;
}

.lpz-tooltip-arrow::after {
  content: "";
  position: absolute;
  border-width: 6px;
  border-style: solid;
  margin-left: -5px;
}
.mat-mdc-tooltip-panel-below .lpz-tooltip-arrow::after {
  top: -11px;
  left: 50%;
  border-color: transparent transparent #021a35 transparent;
}
.mat-mdc-tooltip-panel-above .lpz-tooltip-arrow::after {
  top: 100%;
  left: 50%;
  border-color: #021a35 transparent transparent transparent;
}
.mat-mdc-tooltip-panel-right .lpz-tooltip-arrow::after {
  top: calc(50% - 6px);
  left: -7px;
  border-color: transparent #021a35 transparent transparent;
}
.mat-mdc-tooltip-panel-left .lpz-tooltip-arrow::after {
  top: calc(50% - 6px);
  right: -12px;
  border-color: transparent transparent transparent #021a35;
}
.mtx-mdc-tooltip-panel-below .lpz-tooltip-arrow::after {
  top: -11px;
  left: 50%;
  border-color: transparent transparent #021a35 transparent;
}
.mtx-mdc-tooltip-panel-above .lpz-tooltip-arrow::after {
  top: 100%;
  left: 50%;
  border-color: #021a35 transparent transparent transparent;
}
.mtx-mdc-tooltip-panel-right .lpz-tooltip-arrow::after {
  top: calc(50% - 6px);
  left: -7px;
  border-color: transparent #021a35 transparent transparent;
}
.mtx-mdc-tooltip-panel-left .lpz-tooltip-arrow::after {
  top: calc(50% - 6px);
  right: -12px;
  border-color: transparent transparent transparent #021a35;
}

.mdc-tooltip--shown .mdc-tooltip__surface {
  animation: tooltip-fade-in 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes tooltip-fade-in {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: #323232;
}

.mat-mdc-form-field {
  --mdc-outlined-text-field-label-text-color: #595959;
  --mdc-outlined-text-field-outline-color: #595959;
  --mdc-outlined-text-field-hover-outline-color: #1f4c78;
  --mdc-outlined-text-field-disabled-label-text-color: #9e9e9e;
  --mdc-outlined-text-field-disabled-outline-color: #9e9e9e;
  /* increase font size of floating label */
  /* background color for single fields */
}
.mat-mdc-form-field .mdc-notched-outline {
  transition: border-color 0.2s ease;
}
.mat-mdc-form-field .mdc-notched-outline__leading {
  border-radius: 10px 0 0 10px;
}
.mat-mdc-form-field .mdc-notched-outline__trailing {
  border-radius: 0 10px 10px 0;
}
.mat-mdc-form-field .mat-mdc-text-field-wrapper {
  --mat-form-field-outlined-label-text-populated-size: 13px;
  --mat-mdc-form-field-floating-label-scale: 0.9;
}
.mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 24px;
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.mat-mdc-form-field.background-colored .mdc-notched-outline__notch,
.mat-mdc-form-field.background-colored .mdc-notched-outline__leading,
.mat-mdc-form-field.background-colored .mdc-notched-outline__trailing {
  background-color: var(--lpz-form-field-background-color, white);
}
.mat-mdc-form-field.background-colored .mat-mdc-form-field-infix {
  z-index: 1;
}
.mat-mdc-form-field.background-colored .mdc-notched-outline {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}
.mat-mdc-form-field .mat-mdc-form-field-infix {
  padding: 12px 0;
}
.mat-mdc-form-field .mat-mdc-select-value {
  padding: 0 4px;
}

/* Background colored fields for whole sections */
.lpz-background-colored-form-fields .mat-mdc-form-field .mdc-notched-outline__notch,
.lpz-background-colored-form-fields .mat-mdc-form-field .mdc-notched-outline__leading,
.lpz-background-colored-form-fields .mat-mdc-form-field .mdc-notched-outline__trailing {
  background-color: var(--lpz-form-field-background-color, white);
}
.lpz-background-colored-form-fields .mat-mdc-form-field .mat-mdc-form-field-infix {
  z-index: 1;
}
.lpz-background-colored-form-fields .mat-mdc-form-field .mdc-notched-outline {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

html :is(.mat-datepicker-content, .mtx-datetimepicker-content) {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.mtx-datetimepicker-content .mtx-calendar {
  /* fully hide the header for now (should only be hidden for time picker only mode) */
}
.mtx-datetimepicker-content .mtx-calendar.mtx-calendar-with-time-input {
  height: 424px !important;
}
.mtx-datetimepicker-content .mtx-calendar .mtx-calendar-header {
  display: none;
}
.mtx-datetimepicker-content .mtx-calendar .mtx-time-input {
  font-size: 38px;
}
.mtx-datetimepicker-content .mtx-calendar .mtx-calendar-header-date-time .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: var(--mtx-datetimepicker-calendar-header-text-color);
  border-radius: 8px;
}
.mtx-datetimepicker-content .mtx-calendar .mtx-calendar-header-date-time .mat-mdc-button.mat-unthemed:not(:disabled) {
  --mdc-text-button-label-text-color: var(--mtx-datetimepicker-calendar-header-text-color);
}

.lpz-modal-container {
  --mdc-dialog-subhead-color: f.color($theme, $hue: A700, $palette: "primary");
  --mdc-dialog-supporting-text-color: f.color($theme, $hue: A700, $palette: "primary");
}

.separatedTitle {
  border-bottom-color: #b3c0cd;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}
.material-symbols-outlined.filled {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

body {
  color: #323232;
  background-color: #e1e9ed;
}
body *[class^=lpz-] *[class^=mat-mdc]:not(.mat-mdc-form-field-error, .mat-mdc-input-element) {
  color: #323232;
}
body .mat-calendar-body-selected,
body .clock-face__number .mat-primary .mdc-button__label {
  color: #e6eaee;
}
body .mat-mdc-select-value {
  line-height: normal;
}
body .mat-select-panel.small {
  max-height: 1em;
}
body .mat-mdc-select-panel {
  min-width: fit-content;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
body .mdc-text-field--no-label .mat-mdc-form-field-infix .mat-mdc-text-field-wrapper {
  padding: 0;
  min-height: 0;
  height: 1px;
}
body .g-menu-fixed-size .mat-mdc-menu-content {
  height: calc(100% - 16px);
}
body .g-fix-mat-date-range-input .mat-date-range-input-container {
  height: 100%;
}
body .g-fix-mat-date-range-input .mat-date-range-input-mirror {
  font-size: 1.017em;
}
body * {
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

mark {
  background-color: #2e5069;
  padding: 0 4px;
  border-radius: 3px;
}

.g-shrink-bold-font .mdc-tab-indicator--active .mdc-tab__text-label {
  font-weight: 600;
  letter-spacing: -0.1px;
}

.lpz-restricted-size {
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 6px;
}
.lpz-restricted-size:not(.one-line) {
  display: -webkit-box;
  -webkit-line-clamp: var(--lpz-restriced-size-lines, 2);
  line-clamp: var(--lpz-restriced-size-lines, 2);
  -webkit-box-orient: vertical;
  word-break: var(--lpz-restriced-size-word-break, break-all);
  padding: 6px;
}
.lpz-restricted-size.one-line {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
}

/* scrollbar */
* {
  /* Firefox */
  /* Chrome and others */
}
@supports not selector(::-webkit-scrollbar) {
  * {
    scrollbar-width: thin;
    scrollbar-color: #9e9e9e rgba(214, 214, 214, 0.1);
  }
  @media (hover: hover) {
    *:not(.scrollbar-always-visible):not(:hover) {
      scrollbar-color: transparent transparent;
    }
  }
}
@supports selector(::-webkit-scrollbar) {
  *::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  *::-webkit-scrollbar-track {
    background: rgba(214, 214, 214, 0.1);
    border-radius: 10px;
  }
  *::-webkit-scrollbar-corner {
    background: transparent;
  }
  *::-webkit-scrollbar-thumb {
    background-color: #9e9e9e;
    border-radius: 10px;
    border: 2px solid rgba(214, 214, 214, 0.1);
  }
  *::-webkit-scrollbar-thumb:hover {
    background-color: rgb(145.25, 145.25, 145.25);
  }
  @media (hover: hover) {
    *:not(.scrollbar-always-visible):not(:hover)::-webkit-scrollbar-thumb {
      background-color: transparent;
      border-color: transparent;
    }
  }
}
* .restricted-scroll::-webkit-scrollbar-track {
  margin-top: var(--lpz-table-header-height, 54px);
  margin-bottom: 80px;
}

html {
  --mat-badge-text-font: Source Sans Pro;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}

.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 500 17px / 1.5 Source Sans Pro;
  letter-spacing: 0.2px;
  margin: 0 0 16px;
}

.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 16px / 1.5 Source Sans Pro;
  letter-spacing: 0.2px;
  margin: 0 0 16px;
}

.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 500 14px / 1.5 Source Sans Pro;
  letter-spacing: 0.1px;
  margin: 0 0 16px;
}

.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 17px / 1.5 Source Sans Pro;
  letter-spacing: 0.2px;
  margin: 0 0 16px;
}

.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(16px * 0.83) / 1.5 Source Sans Pro;
  margin: 0 0 12px;
}

.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(16px * 0.67) / 1.5 Source Sans Pro;
  margin: 0 0 12px;
}

.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 400 14px / 1.5 Source Sans Pro;
  letter-spacing: 0.1px;
}

.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 16px / 1.5 Source Sans Pro;
  letter-spacing: 0.2px;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}

.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 14px / 1.5 Source Sans Pro;
  letter-spacing: 0.1px;
}

.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 500 38px / 1.3 Source Sans Pro;
  letter-spacing: 0.15px;
  margin: 0 0 56px;
}

.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 500 26px / 1.35 Source Sans Pro;
  letter-spacing: 0.1px;
  margin: 0 0 64px;
}

.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 600 22px / 1.4 Source Sans Pro;
  letter-spacing: 0.1px;
  margin: 0 0 64px;
}

.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 18px / 1.45 Source Sans Pro;
  letter-spacing: 0.15px;
  margin: 0 0 64px;
}

html {
  --mat-bottom-sheet-container-text-font: Source Sans Pro;
  --mat-bottom-sheet-container-text-line-height: 1.5;
  --mat-bottom-sheet-container-text-size: 16px;
  --mat-bottom-sheet-container-text-tracking: 0.2px;
  --mat-bottom-sheet-container-text-weight: 400;
}

html {
  --mat-legacy-button-toggle-label-text-font: Source Sans Pro;
  --mat-legacy-button-toggle-label-text-line-height: 1.5;
  --mat-legacy-button-toggle-label-text-size: 17px;
  --mat-legacy-button-toggle-label-text-tracking: 0.2px;
  --mat-legacy-button-toggle-label-text-weight: 400;
}
html {
  --mat-standard-button-toggle-label-text-font: Source Sans Pro;
  --mat-standard-button-toggle-label-text-line-height: 1.5;
  --mat-standard-button-toggle-label-text-size: 17px;
  --mat-standard-button-toggle-label-text-tracking: 0.2px;
  --mat-standard-button-toggle-label-text-weight: 400;
}

html {
  --mat-datepicker-calendar-text-font: Source Sans Pro;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 16px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 16px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}

html {
  --mat-expansion-header-text-font: Source Sans Pro;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 400;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Source Sans Pro;
  --mat-expansion-container-text-line-height: 1.5;
  --mat-expansion-container-text-size: 16px;
  --mat-expansion-container-text-tracking: 0.2px;
  --mat-expansion-container-text-weight: 400;
}

html {
  --mat-grid-list-tile-header-primary-text-size: 16px;
  --mat-grid-list-tile-header-secondary-text-size: 14px;
  --mat-grid-list-tile-footer-primary-text-size: 16px;
  --mat-grid-list-tile-footer-secondary-text-size: 14px;
}

html {
  --mat-stepper-container-text-font: Source Sans Pro;
  --mat-stepper-header-label-text-font: Source Sans Pro;
  --mat-stepper-header-label-text-size: 16px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 17px;
  --mat-stepper-header-selected-state-label-text-size: 17px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}

html {
  --mat-toolbar-title-text-font: Source Sans Pro;
  --mat-toolbar-title-text-line-height: 1.5;
  --mat-toolbar-title-text-size: 16px;
  --mat-toolbar-title-text-tracking: 0.2px;
  --mat-toolbar-title-text-weight: 500;
}

html {
  --mat-tree-node-text-font: Source Sans Pro;
  --mat-tree-node-text-size: 16px;
  --mat-tree-node-text-weight: 400;
}

html {
  --mat-option-label-text-font: Source Sans Pro;
  --mat-option-label-text-line-height: 1.5;
  --mat-option-label-text-size: 17px;
  --mat-option-label-text-tracking: 0.2px;
  --mat-option-label-text-weight: 400;
}

html {
  --mat-optgroup-label-text-font: Source Sans Pro;
  --mat-optgroup-label-text-line-height: 1.5;
  --mat-optgroup-label-text-size: 17px;
  --mat-optgroup-label-text-tracking: 0.2px;
  --mat-optgroup-label-text-weight: 400;
}

html {
  --mat-card-title-text-font: Source Sans Pro;
  --mat-card-title-text-line-height: 1.5;
  --mat-card-title-text-size: 16px;
  --mat-card-title-text-tracking: 0.2px;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Source Sans Pro;
  --mat-card-subtitle-text-line-height: 1.5;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.1px;
  --mat-card-subtitle-text-weight: 400;
}

html {
  --mdc-plain-tooltip-supporting-text-font: Source Sans Pro;
  --mdc-plain-tooltip-supporting-text-size: 14px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.1px;
}

html {
  --mdc-filled-text-field-label-text-font: Source Sans Pro;
  --mdc-filled-text-field-label-text-size: 17px;
  --mdc-filled-text-field-label-text-tracking: 0.2px;
  --mdc-filled-text-field-label-text-weight: 400;
}
html {
  --mdc-outlined-text-field-label-text-font: Source Sans Pro;
  --mdc-outlined-text-field-label-text-size: 17px;
  --mdc-outlined-text-field-label-text-tracking: 0.2px;
  --mdc-outlined-text-field-label-text-weight: 400;
}
html {
  --mat-form-field-container-text-font: Source Sans Pro;
  --mat-form-field-container-text-line-height: 1.5;
  --mat-form-field-container-text-size: 17px;
  --mat-form-field-container-text-tracking: 0.2px;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 17px;
  --mat-form-field-subscript-text-font: Source Sans Pro;
  --mat-form-field-subscript-text-line-height: 1.5;
  --mat-form-field-subscript-text-size: 14px;
  --mat-form-field-subscript-text-tracking: 0.1px;
  --mat-form-field-subscript-text-weight: 400;
}

html {
  --mat-select-trigger-text-font: Source Sans Pro;
  --mat-select-trigger-text-line-height: 1.5;
  --mat-select-trigger-text-size: 17px;
  --mat-select-trigger-text-tracking: 0.2px;
  --mat-select-trigger-text-weight: 400;
}

html {
  --mdc-dialog-subhead-font: Source Sans Pro;
  --mdc-dialog-subhead-line-height: 1.5;
  --mdc-dialog-subhead-size: 16px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: 0.2px;
  --mdc-dialog-supporting-text-font: Source Sans Pro;
  --mdc-dialog-supporting-text-line-height: 1.5;
  --mdc-dialog-supporting-text-size: 17px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0.2px;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Source Sans Pro;
  --mdc-chip-label-text-line-height: 1.5;
  --mdc-chip-label-text-size: 16px;
  --mdc-chip-label-text-tracking: 0.2px;
  --mdc-chip-label-text-weight: 400;
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-font: Source Sans Pro;
  --mat-switch-label-text-line-height: 1.5;
  --mat-switch-label-text-size: 16px;
  --mat-switch-label-text-tracking: 0.2px;
  --mat-switch-label-text-weight: 400;
}

html {
  --mat-radio-label-text-font: Source Sans Pro;
  --mat-radio-label-text-line-height: 1.5;
  --mat-radio-label-text-size: 16px;
  --mat-radio-label-text-tracking: 0.2px;
  --mat-radio-label-text-weight: 400;
}

html {
  --mdc-slider-label-label-text-font: Source Sans Pro;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 1.5;
  --mdc-slider-label-label-text-tracking: 0.1px;
  --mdc-slider-label-label-text-weight: 400;
}

html {
  --mat-menu-item-label-text-font: Source Sans Pro;
  --mat-menu-item-label-text-size: 17px;
  --mat-menu-item-label-text-tracking: 0.2px;
  --mat-menu-item-label-text-line-height: 1.5;
  --mat-menu-item-label-text-weight: 400;
}

html {
  --mdc-list-list-item-label-text-font: Source Sans Pro;
  --mdc-list-list-item-label-text-line-height: 1.5;
  --mdc-list-list-item-label-text-size: 17px;
  --mdc-list-list-item-label-text-tracking: 0.2px;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Source Sans Pro;
  --mdc-list-list-item-supporting-text-line-height: 1.5;
  --mdc-list-list-item-supporting-text-size: 16px;
  --mdc-list-list-item-supporting-text-tracking: 0.2px;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Source Sans Pro;
  --mdc-list-list-item-trailing-supporting-text-line-height: 1.5;
  --mdc-list-list-item-trailing-supporting-text-size: 14px;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.1px;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 500 14px / 1.5 Source Sans Pro;
  letter-spacing: 0.1px;
}

html {
  --mat-paginator-container-text-font: Source Sans Pro;
  --mat-paginator-container-text-line-height: 1.5;
  --mat-paginator-container-text-size: 14px;
  --mat-paginator-container-text-tracking: 0.1px;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 14px;
}

.mat-mdc-tab-header {
  --mat-tab-header-label-text-font: Source Sans Pro;
  --mat-tab-header-label-text-size: 16px;
  --mat-tab-header-label-text-tracking: 0.5px;
  --mat-tab-header-label-text-line-height: 1.5;
  --mat-tab-header-label-text-weight: 500;
}
html {
  --mat-checkbox-label-text-font: Source Sans Pro;
  --mat-checkbox-label-text-line-height: 1.5;
  --mat-checkbox-label-text-size: 16px;
  --mat-checkbox-label-text-tracking: 0.2px;
  --mat-checkbox-label-text-weight: 400;
}

html {
  --mdc-text-button-label-text-font: Source Sans Pro;
  --mdc-text-button-label-text-size: 16px;
  --mdc-text-button-label-text-tracking: 0.5px;
  --mdc-text-button-label-text-weight: 500;
  --mdc-text-button-label-text-transform: none;
}
html {
  --mdc-filled-button-label-text-font: Source Sans Pro;
  --mdc-filled-button-label-text-size: 16px;
  --mdc-filled-button-label-text-tracking: 0.5px;
  --mdc-filled-button-label-text-weight: 500;
  --mdc-filled-button-label-text-transform: none;
}
html {
  --mdc-protected-button-label-text-font: Source Sans Pro;
  --mdc-protected-button-label-text-size: 16px;
  --mdc-protected-button-label-text-tracking: 0.5px;
  --mdc-protected-button-label-text-weight: 500;
  --mdc-protected-button-label-text-transform: none;
}
html {
  --mdc-outlined-button-label-text-font: Source Sans Pro;
  --mdc-outlined-button-label-text-size: 16px;
  --mdc-outlined-button-label-text-tracking: 0.5px;
  --mdc-outlined-button-label-text-weight: 500;
  --mdc-outlined-button-label-text-transform: none;
}
html {
  --mdc-extended-fab-label-text-font: Source Sans Pro;
  --mdc-extended-fab-label-text-size: 16px;
  --mdc-extended-fab-label-text-tracking: 0.5px;
  --mdc-extended-fab-label-text-weight: 500;
}
html {
  --mdc-snackbar-supporting-text-font: Source Sans Pro;
  --mdc-snackbar-supporting-text-line-height: 1.5;
  --mdc-snackbar-supporting-text-size: 16px;
  --mdc-snackbar-supporting-text-weight: 400;
}

html {
  --mat-table-header-headline-font: Source Sans Pro;
  --mat-table-header-headline-line-height: 1.5;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 400;
  --mat-table-header-headline-tracking: 0.1px;
  --mat-table-row-item-label-text-font: Source Sans Pro;
  --mat-table-row-item-label-text-line-height: 1.5;
  --mat-table-row-item-label-text-size: 16px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.2px;
  --mat-table-footer-supporting-text-font: Source Sans Pro;
  --mat-table-footer-supporting-text-line-height: 1.5;
  --mat-table-footer-supporting-text-size: 16px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.2px;
}

.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 500 17px / 1.5 Source Sans Pro;
  letter-spacing: 0.2px;
  margin: 0 0 16px;
}

.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 16px / 1.5 Source Sans Pro;
  letter-spacing: 0.2px;
  margin: 0 0 16px;
}

.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 500 14px / 1.5 Source Sans Pro;
  letter-spacing: 0.1px;
  margin: 0 0 16px;
}

.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 17px / 1.5 Source Sans Pro;
  letter-spacing: 0.2px;
  margin: 0 0 16px;
}

.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(16px * 0.83) / 1.5 Source Sans Pro;
  margin: 0 0 12px;
}

.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(16px * 0.67) / 1.5 Source Sans Pro;
  margin: 0 0 12px;
}

.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 400 14px / 1.5 Source Sans Pro;
  letter-spacing: 0.1px;
}

.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 16px / 1.5 Source Sans Pro;
  letter-spacing: 0.2px;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}

.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 14px / 1.5 Source Sans Pro;
  letter-spacing: 0.1px;
}

.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 500 38px / 1.3 Source Sans Pro;
  letter-spacing: 0.15px;
  margin: 0 0 56px;
}

.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 500 26px / 1.35 Source Sans Pro;
  letter-spacing: 0.1px;
  margin: 0 0 64px;
}

.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 600 22px / 1.4 Source Sans Pro;
  letter-spacing: 0.1px;
  margin: 0 0 64px;
}

.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 18px / 1.45 Source Sans Pro;
  letter-spacing: 0.15px;
  margin: 0 0 64px;
}

.lpz-table-component .icon-box {
  color: #595959;
}
.lpz-table-component .main {
  overflow-x: auto;
}
.lpz-table-component .main .mat-mdc-table > * {
  background-color: #fdfdfd;
}
.lpz-table-component .main .mat-mdc-table > tfoot tr:last-child td {
  border-top-color: #d8d8d8;
}
.lpz-table-component .main .mat-mdc-header-cell {
  border-color: #5a79a5;
}
.lpz-table-component .main .mat-mdc-cell {
  border-top-color: #d8d8d8;
}
.lpz-table-component .main tr.highlight {
  background-color: #d7dbe8 !important;
}
.lpz-table-component .main td.highlight {
  background-color: rgba(196, 202, 223, 0.25);
}
.lpz-table-component .main td.selected {
  background-color: #d7dbe8;
}
.lpz-table-component .main .table-container {
  background-color: #fdfdfd;
}
.lpz-table-component .main .no-data-cell {
  color: #757575;
}
.lpz-table-component .load-more {
  color: #1f4c78;
  background: #e6eaee;
}
.lpz-table-component .multiSelection-column mat-checkbox .mdc-checkbox {
  color: #fdfdfd;
}
.lpz-table-component .multiSelection-column mat-checkbox .mdc-checkbox__background {
  border-color: #021a35 !important;
}
.lpz-table-component .multiSelection-column mat-checkbox:hover .mdc-checkbox__background {
  border-color: #021a35 !important;
}
.lpz-table-component .multiSelection-column mat-checkbox.mat-mdc-checkbox-checked .mdc-checkbox__background {
  background-color: #021a35;
}
.lpz-table-component .multiSelection-column mat-checkbox.mat-mdc-checkbox-checked input:focus ~ .mdc-checkbox__background {
  background-color: #021a35;
}

.snackbar {
  background-color: #021a35;
  font: 400 14px Source Sans Pro;
}
.snackbar button {
  color: #2e5069;
  font: 600 14px Source Sans Pro;
}

.title-cell .inner.underline {
  border-bottom-color: #1f4c78;
}
.title-cell .inner :hover {
  color: #323232;
}
.title-cell mat-icon.mat-icon {
  color: #8a8a8a;
}
.title-cell mat-icon.mat-icon.disabled {
  color: #d8d8d8;
}
.title-cell mat-icon.mat-icon.isActive {
  color: #323232;
}

.filter-date-component input.error {
  color: #da2630;
}

.filter-date-range input.error {
  color: #da2630;
}

.lpz-table-title-filter-enum .title {
  color: #5a79a5;
}

.lpz-table-title-filter-enum-small-decapsulated a {
  color: #1f4c78;
}

.lpz-filter-chips mat-chip {
  border-color: #595959;
  --mdc-chip-label-text-color: #595959;
}
.lpz-filter-chips mat-chip.mat-mdc-chip:hover .mat-mdc-chip-focus-overlay {
  background: #d7dbe8;
}
.lpz-filter-chips mat-chip.titleHovered {
  background-color: #d7dbe8;
}
.lpz-filter-chips .content mat-icon {
  color: #595959;
}

lpz-document-history .inner {
  background-color: white;
}
lpz-document-history .separator {
  border-bottom-color: #5a79a5;
}

lpz-document-history-list-item .box {
  border-color: #d8d8d8;
  background-color: white;
}
lpz-document-history-list-item .downloads {
  color: #032c58;
}
lpz-document-history-list-item footer {
  border-top-color: #595959;
}

lpz-document-history-list-item-info-box .box .text.error {
  color: #d3000c;
}

html,
body {
  height: 100%;
  background-color: #e1e9ed;
}

body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
}

:root {
  --primary-50: #eef2f5;
  --primary-100: #d4dee4;
  --primary-200: #b7c8d2;
  --primary-300: #9ab2bf;
  --primary-400: #7d9cad;
  --primary-500: #2e5069;
  --primary-600: #294860;
  --primary-700: #243f56;
  --primary-800: #1f374d;
  --primary-900: #1a2f43;
  --primary-950: #15303a;
}

.icon-container mat-icon {
  width: 36px;
  height: 36px;
}
/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/leaflet/dist/leaflet.css?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************/
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url('layers.ef6db8722c2c3f9a.png');
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url('layers-2x.9859cd1231006a4a.png');
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url('marker-icon.d577052aa271e13f.png');
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./libs/frontend/dashboard/_colors.scss?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/


/*# sourceMappingURL=styles.c64f3ba1dc46c45c.css.map*/