/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}

@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}

.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}

.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

html {
  --mat-option-selected-state-label-text-color: #db001a;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --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: #6d6d6d;
}

.mat-warn {
  --mat-option-selected-state-label-text-color: #080808;
}

html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}

.mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}

.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #db001a;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #db001a;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #6d6d6d;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #6d6d6d;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #6d6d6d;
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #6d6d6d;
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #080808;
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #080808;
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}

.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-elevation-z0, .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-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);
}

.mat-elevation-z1, .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-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);
}

.mat-elevation-z2, .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-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);
}

.mat-elevation-z3, .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 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-elevation-z4, .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-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-elevation-z5, .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 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-elevation-z6, .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-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);
}

.mat-elevation-z7, .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 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-elevation-z8, .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-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);
}

.mat-elevation-z9, .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 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-elevation-z10, .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 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-elevation-z11, .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 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-elevation-z12, .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-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);
}

.mat-elevation-z13, .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 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-elevation-z14, .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 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-elevation-z15, .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 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-elevation-z16, .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-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-elevation-z17, .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 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-elevation-z18, .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 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-elevation-z19, .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 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-elevation-z20, .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 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-elevation-z21, .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 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-elevation-z22, .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 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-elevation-z23, .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 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-elevation-z24, .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-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-theme-loaded-marker {
  display: none;
}

html {
  --mat-option-label-text-font: Arial, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 15px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
}

html {
  --mat-optgroup-label-text-font: Arial, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 15px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
}

.mat-mdc-card {
  --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);
  --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);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
}

.mat-mdc-card {
  --mat-card-title-text-font: Arial, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Arial, sans-serif;
  --mat-card-subtitle-text-line-height: 24px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 500;
}

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #db001a;
  --mdc-linear-progress-track-color: rgba(219, 0, 26, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
    /* @noflip */ /*rtl:ignore*/
  }
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-color: rgba(219, 0, 26, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(219, 0, 26, 0.25));
}
@media (forced-colors: active) {
  .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(219, 0, 26, 0.25)'/%3E%3C/svg%3E");
  }
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(219, 0, 26, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(219, 0, 26, 0.25));
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #6d6d6d;
  --mdc-linear-progress-track-color: rgba(109, 109, 109, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
    /* @noflip */ /*rtl:ignore*/
  }
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-color: rgba(109, 109, 109, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(109, 109, 109, 0.25));
}
@media (forced-colors: active) {
  .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(109, 109, 109, 0.25)'/%3E%3C/svg%3E");
  }
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(109, 109, 109, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(109, 109, 109, 0.25));
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #080808;
  --mdc-linear-progress-track-color: rgba(8, 8, 8, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
    /* @noflip */ /*rtl:ignore*/
  }
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-color: rgba(8, 8, 8, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(8, 8, 8, 0.25));
}
@media (forced-colors: active) {
  .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(8, 8, 8, 0.25)'/%3E%3C/svg%3E");
  }
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(8, 8, 8, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(8, 8, 8, 0.25));
}
.mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}

.mat-mdc-tooltip {
  --mdc-plain-tooltip-supporting-text-font: Arial, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
}

html {
  --mdc-filled-text-field-caret-color: #db001a;
  --mdc-filled-text-field-focus-active-indicator-color: #db001a;
  --mdc-filled-text-field-focus-label-text-color: rgba(219, 0, 26, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 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(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-focus-label-text-color: #080808;
  --mdc-filled-text-field-error-label-text-color: #080808;
  --mdc-filled-text-field-error-caret-color: #080808;
  --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: #080808;
  --mdc-filled-text-field-error-focus-active-indicator-color: #080808;
  --mdc-filled-text-field-error-hover-active-indicator-color: #080808;
  --mdc-outlined-text-field-caret-color: #db001a;
  --mdc-outlined-text-field-focus-outline-color: #db001a;
  --mdc-outlined-text-field-focus-label-text-color: rgba(219, 0, 26, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 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(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #080808;
  --mdc-outlined-text-field-error-focus-label-text-color: #080808;
  --mdc-outlined-text-field-error-label-text-color: #080808;
  --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: #080808;
  --mdc-outlined-text-field-error-hover-outline-color: #080808;
  --mdc-outlined-text-field-error-outline-color: #080808;
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #080808);
}

.mat-mdc-form-field-subscript-wrapper,
.mat-mdc-form-field-bottom-align::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mat-form-field-subscript-text-font);
  line-height: var(--mat-form-field-subscript-text-line-height);
  font-size: var(--mat-form-field-subscript-text-size);
  letter-spacing: var(--mat-form-field-subscript-text-tracking);
  font-weight: var(--mat-form-field-subscript-text-weight);
}

.mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}

.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}

.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(219, 0, 26, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(109, 109, 109, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(8, 8, 8, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #6d6d6d;
  --mdc-filled-text-field-focus-active-indicator-color: #6d6d6d;
  --mdc-filled-text-field-focus-label-text-color: rgba(109, 109, 109, 0.87);
  --mdc-outlined-text-field-caret-color: #6d6d6d;
  --mdc-outlined-text-field-focus-outline-color: #6d6d6d;
  --mdc-outlined-text-field-focus-label-text-color: rgba(109, 109, 109, 0.87);
}

.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #080808;
  --mdc-filled-text-field-focus-active-indicator-color: #080808;
  --mdc-filled-text-field-focus-label-text-color: rgba(8, 8, 8, 0.87);
  --mdc-outlined-text-field-caret-color: #080808;
  --mdc-outlined-text-field-focus-outline-color: #080808;
  --mdc-outlined-text-field-focus-label-text-color: rgba(8, 8, 8, 0.87);
}

.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}

[dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}

.mat-mdc-form-field-infix {
  min-height: 56px;
}

.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}

.mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}

.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}

html {
  --mdc-filled-text-field-label-text-font: Arial, sans-serif;
  --mdc-filled-text-field-label-text-size: 15px;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: Arial, sans-serif;
  --mdc-outlined-text-field-label-text-size: 15px;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: Arial, sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 15px;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 15px;
  --mat-form-field-subscript-text-font: Arial, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 400;
}

html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(219, 0, 26, 0.87);
  --mat-select-invalid-arrow-color: rgba(8, 8, 8, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(109, 109, 109, 0.87);
  --mat-select-invalid-arrow-color: rgba(8, 8, 8, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(8, 8, 8, 0.87);
  --mat-select-invalid-arrow-color: rgba(8, 8, 8, 0.87);
}

html {
  --mat-select-trigger-text-font: Arial, sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 15px;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
}

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

.mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}

.mat-mdc-dialog-container {
  --mdc-dialog-subhead-font: Arial, sans-serif;
  --mdc-dialog-subhead-line-height: 32px;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: Arial, sans-serif;
  --mdc-dialog-supporting-text-line-height: 24px;
  --mdc-dialog-supporting-text-size: 15px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
}

.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-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-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: #db001a;
  --mdc-chip-elevated-disabled-container-color: #db001a;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-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-accent, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #6d6d6d;
  --mdc-chip-elevated-disabled-container-color: #6d6d6d;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #080808;
  --mdc-chip-elevated-disabled-container-color: #080808;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-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-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}

.mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Arial, sans-serif;
  --mdc-chip-label-text-line-height: 20px;
  --mdc-chip-label-text-size: 14px;
  --mdc-chip-label-text-tracking: normal;
  --mdc-chip-label-text-weight: 400;
}

.mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: #ed181f;
  --mdc-switch-selected-handle-color: #ed181f;
  --mdc-switch-selected-hover-state-layer-color: #ed181f;
  --mdc-switch-selected-pressed-state-layer-color: #ed181f;
  --mdc-switch-selected-focus-handle-color: #c00000;
  --mdc-switch-selected-hover-handle-color: #c00000;
  --mdc-switch-selected-pressed-handle-color: #c00000;
  --mdc-switch-selected-focus-track-color: #ed6866;
  --mdc-switch-selected-hover-track-color: #ed6866;
  --mdc-switch-selected-pressed-track-color: #ed6866;
  --mdc-switch-selected-track-color: #ed6866;
  --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: var(--mdc-theme-surface, #fff);
  --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-handle-shadow-color: black;
  --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);
  --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;
}
.mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #6d6d6d;
  --mdc-switch-selected-handle-color: #6d6d6d;
  --mdc-switch-selected-hover-state-layer-color: #6d6d6d;
  --mdc-switch-selected-pressed-state-layer-color: #6d6d6d;
  --mdc-switch-selected-focus-handle-color: #1b1b1b;
  --mdc-switch-selected-hover-handle-color: #1b1b1b;
  --mdc-switch-selected-pressed-handle-color: #1b1b1b;
  --mdc-switch-selected-focus-track-color: #d9d9d9;
  --mdc-switch-selected-hover-track-color: #d9d9d9;
  --mdc-switch-selected-pressed-track-color: #d9d9d9;
  --mdc-switch-selected-track-color: #d9d9d9;
}
.mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #181818;
  --mdc-switch-selected-handle-color: #181818;
  --mdc-switch-selected-hover-state-layer-color: #181818;
  --mdc-switch-selected-pressed-state-layer-color: #181818;
  --mdc-switch-selected-focus-handle-color: #080808;
  --mdc-switch-selected-hover-handle-color: #080808;
  --mdc-switch-selected-pressed-handle-color: #080808;
  --mdc-switch-selected-focus-track-color: #5f5f5f;
  --mdc-switch-selected-hover-track-color: #5f5f5f;
  --mdc-switch-selected-pressed-track-color: #5f5f5f;
  --mdc-switch-selected-track-color: #5f5f5f;
}

.mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}

.mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: normal;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-weight: 400;
}
.mat-mdc-slide-toggle .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
}

.mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-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: #db001a;
  --mdc-radio-selected-hover-icon-color: #db001a;
  --mdc-radio-selected-icon-color: #db001a;
  --mdc-radio-selected-pressed-icon-color: #db001a;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #db001a;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-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: #6d6d6d;
  --mdc-radio-selected-hover-icon-color: #6d6d6d;
  --mdc-radio-selected-icon-color: #6d6d6d;
  --mdc-radio-selected-pressed-icon-color: #6d6d6d;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #6d6d6d;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-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: #080808;
  --mdc-radio-selected-hover-icon-color: #080808;
  --mdc-radio-selected-icon-color: #080808;
  --mdc-radio-selected-pressed-icon-color: #080808;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #080808;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-radio-button .mdc-radio {
  --mdc-radio-state-layer-size: 40px;
}

.mat-mdc-radio-button .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Arial, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #db001a;
  --mdc-slider-focus-handle-color: #db001a;
  --mdc-slider-hover-handle-color: #db001a;
  --mdc-slider-active-track-color: #db001a;
  --mdc-slider-inactive-track-color: #db001a;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #db001a;
  --mat-mdc-slider-ripple-color: #db001a;
  --mat-mdc-slider-hover-ripple-color: rgba(219, 0, 26, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(219, 0, 26, 0.2);
}
.mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #6d6d6d;
  --mdc-slider-focus-handle-color: #6d6d6d;
  --mdc-slider-hover-handle-color: #6d6d6d;
  --mdc-slider-active-track-color: #6d6d6d;
  --mdc-slider-inactive-track-color: #6d6d6d;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #6d6d6d;
  --mat-mdc-slider-ripple-color: #6d6d6d;
  --mat-mdc-slider-hover-ripple-color: rgba(109, 109, 109, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(109, 109, 109, 0.2);
}
.mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #080808;
  --mdc-slider-focus-handle-color: #080808;
  --mdc-slider-hover-handle-color: #080808;
  --mdc-slider-active-track-color: #080808;
  --mdc-slider-inactive-track-color: #080808;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #080808;
  --mat-mdc-slider-ripple-color: #080808;
  --mat-mdc-slider-hover-ripple-color: rgba(8, 8, 8, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(8, 8, 8, 0.2);
}

.mat-mdc-slider {
  --mdc-slider-label-label-text-font: Arial, sans-serif;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 24px;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 500;
}

html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --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;
}

html {
  --mat-menu-item-label-text-font: Arial, sans-serif;
  --mat-menu-item-label-text-size: 15px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}

.mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --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: rgba(0, 0, 0, 0.87);
  --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: rgba(0, 0, 0, 0.87);
  --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: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-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: #db001a;
  --mdc-radio-selected-hover-icon-color: #db001a;
  --mdc-radio-selected-icon-color: #db001a;
  --mdc-radio-selected-pressed-icon-color: #db001a;
}

.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-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: #6d6d6d;
  --mdc-radio-selected-hover-icon-color: #6d6d6d;
  --mdc-radio-selected-icon-color: #6d6d6d;
  --mdc-radio-selected-pressed-icon-color: #6d6d6d;
}

.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-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: #080808;
  --mdc-radio-selected-hover-icon-color: #080808;
  --mdc-radio-selected-icon-color: #080808;
  --mdc-radio-selected-pressed-icon-color: #080808;
}

.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: #fff;
  --mdc-checkbox-selected-focus-icon-color: #db001a;
  --mdc-checkbox-selected-hover-icon-color: #db001a;
  --mdc-checkbox-selected-icon-color: #db001a;
  --mdc-checkbox-selected-pressed-icon-color: #db001a;
  --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-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #db001a;
  --mdc-checkbox-selected-hover-state-layer-color: #db001a;
  --mdc-checkbox-selected-pressed-state-layer-color: #db001a;
  --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-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #6d6d6d;
  --mdc-checkbox-selected-hover-icon-color: #6d6d6d;
  --mdc-checkbox-selected-icon-color: #6d6d6d;
  --mdc-checkbox-selected-pressed-icon-color: #6d6d6d;
  --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-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #6d6d6d;
  --mdc-checkbox-selected-hover-state-layer-color: #6d6d6d;
  --mdc-checkbox-selected-pressed-state-layer-color: #6d6d6d;
  --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: #fff;
  --mdc-checkbox-selected-focus-icon-color: #080808;
  --mdc-checkbox-selected-hover-icon-color: #080808;
  --mdc-checkbox-selected-icon-color: #080808;
  --mdc-checkbox-selected-pressed-icon-color: #080808;
  --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-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #080808;
  --mdc-checkbox-selected-hover-state-layer-color: #080808;
  --mdc-checkbox-selected-pressed-state-layer-color: #080808;
  --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--activated .mdc-list-item__primary-text {
  color: #db001a;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #db001a;
}

.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;
}

.mat-mdc-list-base {
  --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;
}

.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;
}

.mat-mdc-list-base {
  --mdc-list-list-item-label-text-font: Arial, sans-serif;
  --mdc-list-list-item-label-text-line-height: 24px;
  --mdc-list-list-item-label-text-size: 15px;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Arial, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 20px;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Arial, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}

.mdc-list-group__subheader {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: Arial, sans-serif;
  letter-spacing: normal;
}

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-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}

html {
  --mat-paginator-container-text-font: Arial, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}

.mat-mdc-tab-group, .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #db001a;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #db001a;
  --mat-tab-header-active-ripple-color: #db001a;
  --mat-tab-header-inactive-ripple-color: #db001a;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #db001a;
  --mat-tab-header-active-hover-label-text-color: #db001a;
  --mat-tab-header-active-focus-indicator-color: #db001a;
  --mat-tab-header-active-hover-indicator-color: #db001a;
}
.mat-mdc-tab-group.mat-accent, .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #6d6d6d;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #6d6d6d;
  --mat-tab-header-active-ripple-color: #6d6d6d;
  --mat-tab-header-inactive-ripple-color: #6d6d6d;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #6d6d6d;
  --mat-tab-header-active-hover-label-text-color: #6d6d6d;
  --mat-tab-header-active-focus-indicator-color: #6d6d6d;
  --mat-tab-header-active-hover-indicator-color: #6d6d6d;
}
.mat-mdc-tab-group.mat-warn, .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #080808;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #080808;
  --mat-tab-header-active-ripple-color: #080808;
  --mat-tab-header-inactive-ripple-color: #080808;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #080808;
  --mat-tab-header-active-hover-label-text-color: #080808;
  --mat-tab-header-active-focus-indicator-color: #080808;
  --mat-tab-header-active-hover-indicator-color: #080808;
}
.mat-mdc-tab-group.mat-background-primary, .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #db001a;
  --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: #6d6d6d;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-warn, .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #080808;
  --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: Arial, sans-serif;
  --mat-tab-header-label-text-size: 14px;
  --mat-tab-header-label-text-tracking: normal;
  --mat-tab-header-label-text-line-height: 14px;
  --mat-tab-header-label-text-weight: 500;
}

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-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #6d6d6d;
  --mdc-checkbox-selected-hover-icon-color: #6d6d6d;
  --mdc-checkbox-selected-icon-color: #6d6d6d;
  --mdc-checkbox-selected-pressed-icon-color: #6d6d6d;
  --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-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #6d6d6d;
  --mdc-checkbox-selected-hover-state-layer-color: #6d6d6d;
  --mdc-checkbox-selected-pressed-state-layer-color: #6d6d6d;
  --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-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: #fff;
  --mdc-checkbox-selected-focus-icon-color: #db001a;
  --mdc-checkbox-selected-hover-icon-color: #db001a;
  --mdc-checkbox-selected-icon-color: #db001a;
  --mdc-checkbox-selected-pressed-icon-color: #db001a;
  --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-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #db001a;
  --mdc-checkbox-selected-hover-state-layer-color: #db001a;
  --mdc-checkbox-selected-pressed-state-layer-color: #db001a;
  --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: #fff;
  --mdc-checkbox-selected-focus-icon-color: #080808;
  --mdc-checkbox-selected-hover-icon-color: #080808;
  --mdc-checkbox-selected-icon-color: #080808;
  --mdc-checkbox-selected-pressed-icon-color: #080808;
  --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-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #080808;
  --mdc-checkbox-selected-hover-state-layer-color: #080808;
  --mdc-checkbox-selected-pressed-state-layer-color: #080808;
  --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 .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}

html {
  --mdc-checkbox-state-layer-size: 40px;
}

.mat-mdc-checkbox .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Arial, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #db001a;
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #6d6d6d;
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #080808;
}
.mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #db001a;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #6d6d6d;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #080808;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button[disabled][disabled] {
  --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);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #db001a;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #6d6d6d;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #080808;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button[disabled][disabled] {
  --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);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}

.mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #db001a;
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #6d6d6d;
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #080808;
}
.mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}

.mat-mdc-button, .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button.mat-primary, .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #db001a;
  --mat-mdc-button-ripple-color: rgba(219, 0, 26, 0.1);
}
.mat-mdc-button.mat-accent, .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #6d6d6d;
  --mat-mdc-button-ripple-color: rgba(109, 109, 109, 0.1);
}
.mat-mdc-button.mat-warn, .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #080808;
  --mat-mdc-button-ripple-color: rgba(8, 8, 8, 0.1);
}

.mat-mdc-raised-button, .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-raised-button.mat-primary, .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent, .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn, .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.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: 36px;
}

.mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Arial, sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 14px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}

.mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mdc-icon-button-icon-color: inherit;
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #6200ee;
  --mat-mdc-button-ripple-color: rgba(98, 0, 238, 0.1);
}
.mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #018786;
  --mat-mdc-button-ripple-color: rgba(1, 135, 134, 0.1);
}
.mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #b00020;
  --mat-mdc-button-ripple-color: rgba(176, 0, 32, 0.1);
}
.mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #db001a;
  --mat-mdc-button-persistent-ripple-color: #db001a;
  --mat-mdc-button-ripple-color: rgba(219, 0, 26, 0.1);
}
.mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #6d6d6d;
  --mat-mdc-button-persistent-ripple-color: #6d6d6d;
  --mat-mdc-button-ripple-color: rgba(109, 109, 109, 0.1);
}
.mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #080808;
  --mat-mdc-button-persistent-ripple-color: #080808;
  --mat-mdc-button-ripple-color: rgba(8, 8, 8, 0.1);
}
.mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}

.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;
}

.mat-mdc-fab,
.mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-fab[disabled][disabled],
.mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-fab.mat-unthemed,
.mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: white;
  --mdc-fab-icon-color: black;
  --mat-mdc-fab-color: #000;
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #db001a;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #6d6d6d;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #080808;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}

.mdc-fab--extended {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Arial, sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 14px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, normal);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
.mat-mdc-extended-fab {
  --mdc-extended-fab-label-text-font: Arial, sans-serif;
  --mdc-extended-fab-label-text-size: 14px;
  --mdc-extended-fab-label-text-tracking: normal;
  --mdc-extended-fab-label-text-weight: 500;
}

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

.mat-mdc-snack-bar-container {
  --mdc-snackbar-supporting-text-font: Arial, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 20px;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400;
}

html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --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: Arial, sans-serif;
  --mat-table-header-headline-line-height: 24px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font: Arial, sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font: Arial, sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: normal;
}

.mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #db001a;
}
.mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #6d6d6d;
}
.mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #080808;
}

.mat-badge {
  position: relative;
}
.mat-badge.mat-badge {
  overflow: visible;
}

.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
  background-color: var(--mat-badge-background-color);
  color: var(--mat-badge-text-color);
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mat-badge-text-font, Roboto, sans-serif);
  font-size: 12px;
  /* @alternate */
  font-size: var(--mat-badge-text-size, 12px);
  font-weight: 600;
  /* @alternate */
  font-weight: var(--mat-badge-text-weight, 600);
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.mat-badge-disabled .mat-badge-content {
  background-color: var(--mat-badge-disabled-state-background-color);
  color: var(--mat-badge-disabled-state-text-color);
}

.mat-badge-hidden .mat-badge-content {
  display: none;
}

.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}

.mat-badge-content.mat-badge-active {
  transform: none;
}

.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 9px;
  /* @alternate */
  font-size: var(--mat-badge-small-size-text-size, 9px);
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}

.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}

.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 24px;
  /* @alternate */
  font-size: var(--mat-badge-large-size-text-size, 24px);
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}

html {
  --mat-badge-background-color: #db001a;
  --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: #6d6d6d;
  --mat-badge-text-color: white;
}

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

html {
  --mat-badge-text-font: Arial, sans-serif;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-large-size-text-size: 24px;
}

html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}

html {
  --mat-bottom-sheet-container-text-font: Arial, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
}

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;
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --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: rgba(0, 0, 0, 0.87);
  --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: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
}

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

html {
  --mat-legacy-button-toggle-text-font: Arial, sans-serif;
  --mat-standard-button-toggle-text-font: Arial, sans-serif;
}

html {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #db001a;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(219, 0, 26, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(219, 0, 26, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(219, 0, 26, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #db001a;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(219, 0, 26, 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: #46a35e;
  --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-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: rgba(0, 0, 0, 0.87);
  --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: rgba(0, 0, 0, 0.87);
  --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: rgba(0, 0, 0, 0.87);
}

.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #6d6d6d;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(109, 109, 109, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(109, 109, 109, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(109, 109, 109, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(109, 109, 109, 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: #46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #080808;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(8, 8, 8, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(8, 8, 8, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(8, 8, 8, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(8, 8, 8, 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: #46a35e;
}

.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #6d6d6d;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #080808;
}

.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;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}

html {
  --mat-datepicker-calendar-text-font: Arial, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --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-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --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: rgba(0, 0, 0, 0.87);
  --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: Arial, sans-serif;
  --mat-expansion-header-text-size: 15px;
  --mat-expansion-header-text-weight: 400;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Arial, sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
}

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

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

.mat-icon.mat-primary {
  --mat-icon-color: #db001a;
}
.mat-icon.mat-accent {
  --mat-icon-color: #6d6d6d;
}
.mat-icon.mat-warn {
  --mat-icon-color: #080808;
}

html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --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: #db001a;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #db001a;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #db001a;
  --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: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #080808;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #080808;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #6d6d6d;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #6d6d6d;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #6d6d6d;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #080808;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #080808;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #080808;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}

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

html {
  --mat-stepper-container-text-font: Arial, sans-serif;
  --mat-stepper-header-label-text-font: Arial, sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 14px;
  --mat-stepper-header-selected-state-label-text-size: 14px;
  --mat-stepper-header-selected-state-label-text-weight: 500;
}

.mat-sort-header-arrow {
  color: #757575;
}

html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}

.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #db001a;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #6d6d6d;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #080808;
  --mat-toolbar-container-text-color: white;
}

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

html {
  --mat-toolbar-title-text-font: Arial, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: normal;
  --mat-toolbar-title-text-weight: 500;
}

.mat-tree {
  background: white;
}

.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

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

.mat-tree {
  font-family: Arial, sans-serif;
}

.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}

:root {
  --mdc-typography-body2-font-size: 16px;
  --mat-form-field-container-text-size: 16px;
}

/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url('MaterialIcons-Regular.ttf') format("truetype");
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: local("MaterialIconsOutlined-Regular"), url('MaterialIconsOutlined-Regular.otf') format("opentype");
}
.material-icons {
  font-family: "Material Icons";
  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;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.outlined {
  font-family: "Material Icons Outlined" !important;
}

/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px;
  width: 18px;
  height: 18px;
  line-height: 18px !important;
}

.material-icons.md-24 {
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px !important;
}

.material-icons.md-36 {
  font-size: 36px;
  width: 36px;
  height: 36px;
  line-height: 36px !important;
}

.material-icons.md-48 {
  font-size: 48px;
  width: 48px;
  height: 48px;
  line-height: 48px !important;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: rgb(255, 255, 255);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .hide-on-mobile,
  .hidden-xs {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 1023px) {
  .hidden-sm-max {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .show-on-desktop,
  .hidden-md {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 1280px) {
  .hidden-md-desk {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 1440px) {
  .hidden-lg {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 1920px) {
  .hidden-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .hidden-on-md-desk {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .show-on-mobile,
  .visible-xs {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .visible-sm {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .visible-sm-max {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .hide-on-desktop,
  .visible-md {
    display: none !important;
  }
}

@media screen and (min-width: 1281px) {
  .visible-md-desk {
    display: none !important;
  }
}

@media screen and (min-width: 1441px) {
  .visible-lg {
    display: none !important;
  }
}

@media screen and (min-width: 1921px) {
  .visible-xl {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .show-on-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .show-on-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hide-on-tablet {
    display: none !important;
  }
}

.margin--top-none {
  margin-top: 0px !important;
}

.margin--right-none {
  margin-right: 0px !important;
}

.margin--left-none {
  margin-left: 0px !important;
}

.margin--bottom-none {
  margin-bottom: 0px !important;
}

.margin--top-xxs {
  margin-top: 2px !important;
}

.margin--right-xxs {
  margin-right: 2px !important;
}

.margin--left-xxs {
  margin-left: 2px !important;
}

.margin--bottom-xxs {
  margin-bottom: 2px !important;
}

.margin--top-xs {
  margin-top: 4px !important;
}

.margin--right-xs {
  margin-right: 4px !important;
}

.margin--left-xs {
  margin-left: 4px !important;
}

.margin--bottom-xs {
  margin-bottom: 4px !important;
}

.margin--top-s {
  margin-top: 8px !important;
}

.margin--right-s {
  margin-right: 8px !important;
}

.margin--left-s {
  margin-left: 8px !important;
}

.margin--bottom-s {
  margin-bottom: 8px !important;
}

.margin--top-m {
  margin-top: 16px !important;
}

.margin--right-m {
  margin-right: 16px !important;
}

.margin--left-m {
  margin-left: 16px !important;
}

.margin--bottom-m {
  margin-bottom: 16px !important;
}

.margin--top-l {
  margin-top: 32px !important;
}

.margin--right-l {
  margin-right: 32px !important;
}

.margin--left-l {
  margin-left: 32px !important;
}

.margin--bottom-l {
  margin-bottom: 32px !important;
}

.margin--top-xl {
  margin-top: 64px !important;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .margin--top-xl {
    margin-top: 32px !important;
  }
}

.margin--right-xl {
  margin-right: 64px !important;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .margin--right-xl {
    margin-right: 32px !important;
  }
}

.margin--left-xl {
  margin-left: 64px !important;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .margin--left-xl {
    margin-left: 32px !important;
  }
}

.margin--bottom-xl {
  margin-bottom: 64px !important;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .margin--bottom-xl {
    margin-bottom: 32px !important;
  }
}

.margin--top-xxl {
  margin-top: 128px !important;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .margin--top-xxl {
    margin-top: 64px !important;
  }
}

.margin--right-xxl {
  margin-right: 128px !important;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .margin--right-xxl {
    margin-right: 64px !important;
  }
}

.margin--left-xxl {
  margin-left: 128px !important;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .margin--left-xxl {
    margin-left: 64px !important;
  }
}

.margin--bottom-xxl {
  margin-bottom: 128px !important;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .margin--bottom-xxl {
    margin-bottom: 64px !important;
  }
}

.margin--top-auto {
  margin-top: auto !important;
}

.margin--right-auto {
  margin-right: auto !important;
}

.margin--left-auto {
  margin-left: auto !important;
}

.margin--bottom-auto {
  margin-bottom: auto !important;
}

.padding--top-none {
  padding-top: 0px !important;
}

.padding--right-none {
  padding-right: 0px !important;
}

.padding--left-none {
  padding-left: 0px !important;
}

.padding--bottom-none {
  padding-bottom: 0px !important;
}

.padding--top-xxs {
  padding-top: 2px !important;
}

.padding--right-xxs {
  padding-right: 2px !important;
}

.padding--left-xxs {
  padding-left: 2px !important;
}

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

.padding--top-xs {
  padding-top: 4px !important;
}

.padding--right-xs {
  padding-right: 4px !important;
}

.padding--left-xs {
  padding-left: 4px !important;
}

.padding--bottom-xs {
  padding-bottom: 4px !important;
}

.padding--top-s {
  padding-top: 8px !important;
}

.padding--right-s {
  padding-right: 8px !important;
}

.padding--left-s {
  padding-left: 8px !important;
}

.padding--bottom-s {
  padding-bottom: 8px !important;
}

.padding--top-m {
  padding-top: 16px !important;
}

.padding--right-m {
  padding-right: 16px !important;
}

.padding--left-m {
  padding-left: 16px !important;
}

.padding--bottom-m {
  padding-bottom: 16px !important;
}

.padding--top-l {
  padding-top: 32px !important;
}

.padding--right-l {
  padding-right: 32px !important;
}

.padding--left-l {
  padding-left: 32px !important;
}

.padding--bottom-l {
  padding-bottom: 32px !important;
}

.padding--top-xl {
  padding-top: 64px !important;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .padding--top-xl {
    padding-top: 32px !important;
  }
}

.padding--right-xl {
  padding-right: 64px !important;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .padding--right-xl {
    padding-right: 32px !important;
  }
}

.padding--left-xl {
  padding-left: 64px !important;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .padding--left-xl {
    padding-left: 32px !important;
  }
}

.padding--bottom-xl {
  padding-bottom: 64px !important;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .padding--bottom-xl {
    padding-bottom: 32px !important;
  }
}

.padding--top-xxl {
  padding-top: 128px !important;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .padding--top-xxl {
    padding-top: 64px !important;
  }
}

.padding--right-xxl {
  padding-right: 128px !important;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .padding--right-xxl {
    padding-right: 64px !important;
  }
}

.padding--left-xxl {
  padding-left: 128px !important;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .padding--left-xxl {
    padding-left: 64px !important;
  }
}

.padding--bottom-xxl {
  padding-bottom: 128px !important;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .padding--bottom-xxl {
    padding-bottom: 64px !important;
  }
}

.orange {
  color: #DB5200 !important;
}
.orange:hover {
  color: #DB5200 !important;
}
.orange-bg {
  background-color: #DB5200 !important;
  color: #fff !important;
}

.blue {
  color: #0090E5 !important;
}
.blue:hover {
  color: #0090E5 !important;
}
.blue-bg {
  background-color: #0090E5 !important;
  color: #fff !important;
}

.yellow-warning {
  color: #e7b831 !important;
}
.yellow-warning:hover {
  color: #e7b831 !important;
}

/* ==============
Helpers
============== */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.hidden-from-humans {
  position: absolute !important;
  left: -10000px !important;
  top: 0px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.flex {
  display: flex !important;
}

.pointer,
.cursor-pointer {
  cursor: pointer !important;
}

.cursor-help {
  cursor: help !important;
}

.relative {
  position: relative;
}

.no-minwidth {
  min-width: inherit !important;
}

.no-maxwidth {
  max-width: none !important;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .no-maxwidth-on-xs-max {
    max-width: none !important;
  }
}

.horiz-center {
  display: flex;
  align-items: center;
}

.article-max-width {
  max-width: 60.125rem;
}
@media screen and (min-width: 481px) {
  .article-max-width {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

.runway-intro-max-width {
  max-width: 32.5rem !important;
}
@media screen and (min-width: 481px) {
  .runway-intro-max-width {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1025px) {
  .runway-intro-max-width {
    max-width: 48.75rem !important;
  }
}

.limit-article-area {
  max-width: 60.125rem;
  margin-left: auto;
  margin-right: auto;
}

html body .nolimits {
  max-width: none !important;
}

.border-top {
  border-top: 1px solid #e7e6e6;
}

.border-bottom {
  border-bottom: 1px solid #e7e6e6;
}

.no-border {
  border: 0px !important;
}

.black-border-bottom {
  border-bottom: 1px solid #000;
}

body .align-center {
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
}

body .align-left {
  text-align: left !important;
}

body .align-right {
  text-align: right !important;
}

@media screen and (min-width: 768px) {
  body .align-right-from-xs-max {
    text-align: right !important;
  }
}

.margin-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  body .align-center-on-xs {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  body .align-center-on-xs-max {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
  }
}

.icon-with-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.icon-with-text > .mat-icon,
.icon-with-text > .mat-mdc-icon {
  margin-right: 3px;
  position: relative;
  top: -1px;
}
.icon-with-text > span {
  line-height: 1em;
}

.go-left {
  float: left;
}

.go-right {
  float: right;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .go-full-on-sm {
    width: 100%;
    max-width: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  .go-full-on-xs {
    width: 100%;
    max-width: none !important;
  }
}

.full-width {
  width: 100% !important;
  max-width: none !important;
}

body .no-break {
  white-space: nowrap !important;
}

@media screen and (min-width: 481px) {
  body .no-break-from-xs {
    white-space: nowrap !important;
  }
  body .no-break-from-xs .mat-slide-toggle-content,
  body .no-break-from-xs .mat-mdc-slide-toggle-content {
    white-space: nowrap !important;
  }
}

#page-top .no-margin,
.no-margin {
  margin: 0 !important;
}

#page-top .no-padding,
.no-padding {
  padding: 0 !important;
}

#page-top .margin-top,
.margin-top {
  margin-top: 10px !important;
}
@media screen and (min-width: 481px) {
  #page-top .margin-top,
  .margin-top {
    margin-top: 20px !important;
  }
}

#page-top .margin-bottom,
.margin-bottom {
  margin-bottom: 10px !important;
}
@media screen and (min-width: 481px) {
  #page-top .margin-bottom,
  .margin-bottom {
    margin-bottom: 20px !important;
  }
}

#page-top .margin-top-x2,
.margin-top-x2 {
  margin-top: 20px !important;
}
@media screen and (min-width: 481px) {
  #page-top .margin-top-x2,
  .margin-top-x2 {
    margin-top: 40px !important;
  }
}

#page-top .margin-bottom-x2,
.margin-bottom-x2 {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 481px) {
  #page-top .margin-bottom-x2,
  .margin-bottom-x2 {
    margin-bottom: 40px !important;
  }
}

#page-top .no-margin-top,
.no-margin-top {
  margin-top: 0px !important;
}

.no-margin-sides {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

#page-top .no-padding-top,
.no-padding-top {
  padding-top: 0px !important;
}

#page-top .no-margin-bottom,
.no-margin-bottom {
  margin-bottom: 0px !important;
}

#page-top .no-padding-bottom,
.no-padding-bottom {
  padding-bottom: 0px !important;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  .padded-to-xs {
    padding: 0px 0.625rem !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .padded-to-sm {
    padding: 0px 0.625rem !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 1023px) {
  .padded-to-sm-max {
    padding: 0px 0.625rem !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .padded-to-md {
    padding: 0px 0.625rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .padded-from-sm-max {
    padding: 0px 1.25rem !important;
  }
}

@media screen and (min-width: 1025px) {
  .padded-from-md {
    padding: 0px 1.25rem !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .no-padding-to-sm {
    padding: 0px !important;
  }
}

.no-padding-sides {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .border-top-to-sm {
    border-top: 1px solid #e7e6e6;
  }
}

.ellipsis {
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}

.state--active {
  display: none !important;
}
.active .state--active {
  display: inherit !important;
}
@supports (display: initial) {
  .active .state--active {
    display: initial !important;
  }
}
.active .state--inactive {
  display: none !important;
}

.disabled {
  position: relative;
}
.disabled:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  background: white;
  opacity: 0.5;
  cursor: not-allowed;
}

.hidden-toggle {
  position: absolute !important;
  left: -10000px !important;
  top: 0px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.underline {
  text-decoration: underline !important;
}
.underline:hover {
  text-decoration: none !important;
}

.tbl {
  display: table;
}
.tbl__row {
  display: table-row;
}
.tbl__cell {
  display: table-cell;
  vertical-align: middle;
}

.bold {
  font-weight: bold;
}

/*.fadeOut {
	opacity: 1;
    animation: fadeOut 1s ease-in 10s forwards;
}
@keyframes fadeOut {
    to {
        opacity: 0;
    }
}*/
#ie-warning {
  background-color: #db001b;
  position: fixed;
  z-index: 10000;
  bottom: 0px;
  width: 100%;
  padding: 0px 20px;
  max-height: 0px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.2s;
  opacity: 0;
  font-size: 17px;
}
#ie-warning.open {
  max-height: 300px;
  opacity: 1;
}
#ie-warning button {
  position: absolute;
  right: 0px;
  top: 10px;
}
#ie-warning .content {
  max-width: 1200px;
  position: relative;
  padding-right: 30px;
}
#ie-warning a:hover {
  color: #fff;
  text-decoration: none;
}
#ie-warning .align-right {
  font-size: 14px;
}

.coin {
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin: 0.625rem 0;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.875rem;
}
.coin--large {
  width: 1.9375rem;
  height: 1.9375rem;
  line-height: 1.875rem;
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) {
  .coin--large {
    width: 3.875rem;
    height: 3.875rem;
    line-height: 3.75rem;
    font-size: 2.125rem;
  }
}
.coin--red {
  background: #ae0d0d;
  border-color: #ae0d0d;
  color: #fff;
}
.coin--grey {
  background: #d5d5d5;
  border-color: #d5d5d5;
  color: #000;
}
.coin--green {
  background: #7dc142;
  border-color: #7dc142;
  color: #fff;
}
.coin--yellow {
  background: #fed234;
  border-color: #fed234;
  color: #000;
}
.coin--blue {
  background: #0090E5;
  border-color: #0090E5;
  color: #fff;
}
.coin--border {
  background-color: transparent !important;
  border-width: 3px;
  border-style: solid;
}
.coin--dashed {
  background-color: transparent !important;
  border-width: 3px;
  border-style: dashed;
}
.coin .mat-icon,
.coin .mat-mdc-icon {
  font-size: inherit;
  line-height: inherit;
  height: auto;
  width: auto;
}

.dragdrop-container {
  width: 385px;
  max-width: 100%;
  margin: 0 0 25px 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.dragdrop-container + .dragdrop-container {
  margin-left: 40px;
}
.dragdrop-container h4 {
  margin: 10px 0px 8px 0px;
}
.dragdrop-container .mat-raised-button,
.dragdrop-container .mat-mdc-raised-button {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.dragdrop-list {
  display: block;
  padding: 0px 0px 15px 0px;
  height: 400px;
  overflow: hidden;
  overflow-y: scroll;
  background: #fff;
  border-radius: 4px;
  border: solid 1px #ccc;
}
.dragdrop-list .cdk-drag-preview {
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.dragdrop-list .cdk-drag-placeholder {
  opacity: 0;
}
.dragdrop-list .cdk-drag {
  width: 100%;
}
.dragdrop-list .cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.dragdrop-list .mat-expansion-panel-header,
.dragdrop-list .mat-mdc-expansion-panel-header {
  padding: 0px 15px;
}
.dragdrop-list .mat-flat-button,
.dragdrop-list .mat-mdc-flat-button {
  background-color: inherit !important;
  margin-left: -20px;
}
.dragdrop-list .mat-expansion-panel,
.dragdrop-list .mat-mdc-expansion-panel {
  border: solid 1px #ccc;
}
.dragdrop-element {
  display: flex;
  align-items: center;
  margin: 6px 6px;
}

#page-top .footer-logo {
  padding: 2.25rem 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-top .footer-logo .logo img {
  max-width: 70px;
  height: 100%;
}
@media screen and (min-width: 481px) {
  #page-top .footer-logo .logo img {
    max-width: 112px;
  }
}

.flex-wrap {
  display: flex !important;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: space-around;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .flex-wrap {
    flex-direction: column;
  }
}
.flex-wrap--row {
  flex-direction: row;
}
.flex-wrap--align-bottom {
  align-items: flex-end;
}
.flex-wrap--align-center {
  align-items: center;
}
.flex-wrap--center {
  justify-content: center;
}
.flex-wrap--between {
  justify-content: space-between;
}
.flex-wrap--flex-start {
  justify-content: flex-start;
}
.flex-wrap--flex-end {
  justify-content: flex-end;
}
.flex-wrap--wrap {
  flex-wrap: wrap;
}
.flex-wrap form {
  padding-left: 0px;
  padding-right: 0px;
}
.flex-wrap__col--60:first-child, .flex-wrap__col--40:first-child {
  padding-left: 0px !important;
}
.flex-wrap__col--60:last-child, .flex-wrap__col--40:last-child {
  padding-right: 0px;
}
.flex-wrap__col--50:first-child, .flex-wrap__col--50:nth-child(2n+3) {
  padding-left: 0px !important;
}
.flex-wrap__col--50:nth-child(2n+2) {
  padding-right: 0px !important;
}
.flex-wrap__col--50:last-child {
  padding-right: 0px;
}
.flex-wrap__col--33:first-child, .flex-wrap__col--33:nth-child(3n+4) {
  padding-left: 0px !important;
}
.flex-wrap__col--33:nth-child(3n+3) {
  padding-right: 0px !important;
}
@media screen and (min-width: 768px) {
  .flex-wrap__col--60 {
    width: 60% !important;
  }
  .flex-wrap__col--50 {
    width: 50% !important;
  }
  .flex-wrap__col--40 {
    width: 40% !important;
  }
  .flex-wrap__col--33 {
    width: 33.3333% !important;
  }
}

[class*=flex-wrap__col--] {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  [class*=flex-wrap__col--] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  [class*=flex-wrap__col--] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .flex-wrap--half-gutter [class*=flex-wrap__col--] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

h1,
.h1 {
  font-weight: normal;
  font-size: 28px;
}
@media screen and (min-width: 769px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}
h1 button,
.h1 button {
  margin-left: 25px !important;
}

h2,
.h2 {
  font-weight: normal;
  font-size: 26px;
}
@media screen and (min-width: 769px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}

h3,
.h3 {
  font-weight: normal;
  font-size: 24px;
}
@media screen and (min-width: 769px) {
  h3,
  .h3 {
    font-size: 26px;
  }
}

.mat-spinner-wrap {
  margin: 40px 0px;
  text-align: center;
}
.mat-spinner-wrap mat-spinner {
  display: inline-block !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.loading:before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  animation: spin 0.75s infinite linear;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cg fill='%23fff'%3E%3Cpath d='M24 47C11.3 47 1 36.7 1 24S11.3 1 24 1s23 10.3 23 23-10.3 23-23 23zm0-44C12.4 3 3 12.4 3 24s9.4 21 21 21 21-9.4 21-21S35.6 3 24 3z' opacity='.4'/%3E%3Cpath d='M46 25c-.6 0-1-.4-1-1v-.1c0-5.6-2.2-10.8-6.2-14.8C34.9 5.2 29.6 3 24.1 3H24c-.6 0-1-.4-1-1s.4-1 1-1h.1c6.1 0 11.8 2.4 16.2 6.7C44.6 12 47 17.8 47 23.9v.1c0 .6-.4 1-1 1z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .loading:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Cg fill='%23fff'%3E%3Cpath d='M32 63C14.9 63 1 49.1 1 32S14.9 1 32 1s31 13.9 31 31-13.9 31-31 31zm0-60C16 3 3 16 3 32s13 29 29 29 29-13 29-29S48 3 32 3z' opacity='.4'/%3E%3Cpath d='M62 33c-.6 0-1-.4-1-1C61 16 48 3 32 3c-.6 0-1-.4-1-1s.4-1 1-1c17.1 0 31 13.9 31 31 0 .6-.4 1-1 1z'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.loading.mat-button-base, .loading.mat-mdc-button-base {
  position: relative;
}
.loading.mat-button-base:before, .loading.mat-mdc-button-base:before {
  width: 28px;
  height: 28px;
  position: absolute;
  top: calc(50% - 14px);
  left: calc(50% - 14px);
}
.loading.loading--dark:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cg fill='%23000'%3E%3Cpath d='M24 47C11.3 47 1 36.7 1 24S11.3 1 24 1s23 10.3 23 23-10.3 23-23 23zm0-44C12.4 3 3 12.4 3 24s9.4 21 21 21 21-9.4 21-21S35.6 3 24 3z' opacity='.4'/%3E%3Cpath d='M46 25c-.6 0-1-.4-1-1v-.1c0-5.6-2.2-10.8-6.2-14.8C34.9 5.2 29.6 3 24.1 3H24c-.6 0-1-.4-1-1s.4-1 1-1h.1c6.1 0 11.8 2.4 16.2 6.7C44.6 12 47 17.8 47 23.9v.1c0 .6-.4 1-1 1z'/%3E%3C/g%3E%3C/svg%3E");
}
@media screen and (min-width: 769px) {
  .loading.loading--dark:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Cg fill='%23000'%3E%3Cpath d='M32 63C14.9 63 1 49.1 1 32S14.9 1 32 1s31 13.9 31 31-13.9 31-31 31zm0-60C16 3 3 16 3 32s13 29 29 29 29-13 29-29S48 3 32 3z' opacity='.4'/%3E%3Cpath d='M62 33c-.6 0-1-.4-1-1C61 16 48 3 32 3c-.6 0-1-.4-1-1s.4-1 1-1c17.1 0 31 13.9 31 31 0 .6-.4 1-1 1z'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.loading .mat-button-wrapper,
.loading .mat-mdc-button-wrapper {
  visibility: hidden;
}

.svg-loader {
  transform-origin: 24px 24px;
  animation: spin 1s infinite linear;
}
@media screen and (min-width: 769px) {
  .svg-loader {
    margin: 1.875rem 0px 3.75rem;
  }
}
.svg-loader-wrap {
  text-align: center;
  width: 100%;
  clear: both;
  display: inline-block;
  margin: 1.25rem 0px 2.5rem;
}

.loading-overlay {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1001;
}

.logo {
  display: inline-block;
}
.logo img {
  display: block;
  vertical-align: top;
  width: 70px;
  height: 30px;
}
@media screen and (min-width: 1024px) {
  .logo img {
    vertical-align: inherit;
    width: 150px;
    height: 63px;
  }
}

.message {
  padding-left: 2px;
  padding-top: 6px;
  text-align: left;
  clear: both;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .message {
    font-size: 1rem;
  }
}
.message--success {
  color: #636363;
}
.message--error {
  color: #db001b;
}
.simple-mat-form-field .message--error.dismissed {
  display: none !important;
}
.message--error .icon-remove-simple-48px {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 13px;
  padding: 3px 3px 13px 13px;
  cursor: pointer;
  font-weight: bold;
}
.message--info-warning {
  color: #636363;
}
.message--warning {
  color: #1b1b1b;
}
.message p {
  font-size: 1em;
  color: inherit;
}
.message a {
  color: inherit;
}
.message--box {
  position: relative;
  width: 100%;
  margin: 1.25rem 0px;
  min-height: 70px;
  padding: 17px 10px 15px 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .message--box {
    padding: 22px 20px 20px 20px;
  }
}
form .message--box {
  max-width: 480px;
  margin: 1.25rem auto 0px;
}
.dialog form .message--box.message--info-warning {
  max-width: inherit;
}
form .message--box.message--error {
  padding-left: 50px;
}
@media screen and (min-width: 1025px) {
  form .message--box.message--error {
    padding-left: 60px;
  }
}
form .message--box.message--error:before {
  position: absolute;
  top: 14px;
  left: 15px;
}
@media screen and (min-width: 1025px) {
  form .message--box.message--error:before {
    left: 20px;
  }
}
form > .message--box:first-child {
  margin-top: 0px;
}
.message--box h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9375rem;
  margin: 0px;
  white-space: normal;
  max-width: 85%;
  margin-left: 4px;
}
@media screen and (min-width: 1025px) {
  .message--box h2 {
    font-size: 1.875rem;
  }
  .message--box h2.small {
    font-size: 1.25rem;
  }
}
.message--box > div,
.message--box p {
  margin: 0.625rem 0px;
  width: 100%;
}
.message--box > div:first-child,
.message--box > p:first-child {
  margin-top: 5px;
  display: inline-block;
  width: auto;
  line-height: inherit;
}
.message--box > div:last-child,
.message--box > p:last-child {
  margin-bottom: 0px;
}
.message--box > div p {
  margin-top: 0px;
}
.message--box ul, .message--box ol {
  text-align: left;
}
.message--box:before {
  display: inline-block;
  font-family: "icomoon";
  font-size: 1.5625rem;
  min-width: 25px;
  margin-right: 8px;
}
@media screen and (min-width: 1025px) {
  .message--box:before {
    font-size: 1.875rem;
  }
}
.message--box.message--success {
  background: #376d2b;
  flex-wrap: nowrap;
  color: #fff;
}
.message--box.message--success:before {
  position: relative;
  top: -2px;
  align-self: flex-start;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDBWMHptMCAwaDI0djI0SDBWMHoiLz48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTYuNTkgNy41OEwxMCAxNC4xN2wtMy41OS0zLjU4TDUgMTJsNSA1IDgtOHpNMTIgMkM2LjQ4IDIgMiA2LjQ4IDIgMTJzNC40OCAxMCAxMCAxMCAxMC00LjQ4IDEwLTEwUzE3LjUyIDIgMTIgMnptMCAxOGMtNC40MiAwLTgtMy41OC04LThzMy41OC04IDgtOCA4IDMuNTggOCA4LTMuNTggOC04IDh6Ii8+PC9zdmc+");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 1025px) {
  .message--box.message--success:before {
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
  }
}
.message--box.message--error {
  background: #f8ccd1;
}
.message--box.message--error:before {
  content: "";
  position: relative;
  top: -2px;
  align-self: flex-start;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTEyIDJDNi40OCAyIDIgNi40OCAyIDEyczQuNDggMTAgMTAgMTAgMTAtNC40OCAxMC0xMFMxNy41MiAyIDEyIDJ6bTEgMTVoLTJ2LTJoMnYyem0wLTRoLTJWN2gydjZ6IiBmaWxsPSIjZGIwMDFiIiAvPjwvc3ZnPg==");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 1025px) {
  .message--box.message--error:before {
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
  }
}
.message--box.message--error.align-center:before {
  font-size: 1.875rem;
  line-height: 1em;
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .message--box.message--error.align-center:before {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }
}
.message--box.message--info-warning {
  background: #fef3d3;
  font-size: 1rem;
}
.message--box.message--info-warning:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTEgMjFoMjJMMTIgMiAxIDIxem0xMi0zaC0ydi0yaDJ2MnptMC00aC0ydi00aDJ2NHoiIGZpbGw9IiM2MzYzNjMiLz48L3N2Zz4=");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 1025px) {
  .message--box.message--info-warning:before {
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
  }
}
.message--box.message--info-warning strong + p {
  margin-top: 0px;
}
.message--box.align-center {
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-size: 1rem;
}
@media screen and (min-width: 1025px) {
  .message--box.align-center {
    font-size: 1.5rem;
  }
}
.message--box.align-center p {
  font-size: inherit;
}
.message--box.align-center:before {
  position: static !important;
  margin-top: -5px;
  margin-bottom: 10px;
  transform: none;
  display: block;
  width: 100%;
  line-height: 30px;
  left: inherit;
}
@media screen and (min-width: 1025px) {
  .message--box.align-center:before {
    line-height: 45px;
  }
}

body .notification--error {
  background-color: #fff0f2 !important;
}
body .notification--error > td {
  background-color: #fff0f2 !important;
}
body .notification--info {
  background-color: #fefad2 !important;
}
body .notification--info > td {
  background-color: #fefad2 !important;
}

.page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.page [class*=page__] .wrap {
  padding: 0px 10px;
}
@media screen and (min-width: 481px) {
  .page [class*=page__] .wrap {
    padding: 0px 20px;
  }
}
.page__header .runway {
  padding: 8px 0px;
}
.page__header .wrap {
  display: flex;
  align-items: center;
}
.page__header-title {
  margin: 0px 8px;
  font-size: 14px;
  line-height: 1em;
}
@media screen and (min-width: 1024px) {
  .page__header-title {
    margin: 0px 20px;
    font-size: 30px;
  }
}
.page__main {
  flex-grow: 2;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page__footer {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .page__footer {
    margin-top: 60px;
  }
}
.page__footer .menu {
  float: right;
}
.page__version {
  text-align: center;
  font-size: 0.75rem;
  padding-top: 8px;
  color: #999;
}

.portal-redesign-2023 .page__footer {
  padding-left: 250px;
}
.portal-redesign-2023 body .page__main {
  margin-top: 0px;
}
.portal-redesign-2023 body .page__main .wrap {
  max-width: 1980px;
  margin: 0px 2vw 0px calc(250px + 2vw);
  padding: 0px !important;
  position: relative;
}
.portal-redesign-2023 body .list__unit-header.list__unit-header--fixed {
  position: fixed;
  top: var(--list-unit-header-top, 118px);
  left: calc(240px + 2vw);
  right: calc(2vw - 8px);
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 24px 4px 24px;
  margin-top: 0px;
  max-width: 1996px;
  transform: translateX(var(--list-unit-header-translate-x));
}
.portal-redesign-2023 .comp-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  background-color: #f9f9f9;
  border-bottom: solid 1px #e7e6e6;
}
.portal-redesign-2023 .comp-header__actions {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding: 8px 2vw 8px calc(250px + 2vw);
  border-bottom: solid 1px #e7e6e6;
  background-color: #f2f2f2;
  min-height: 45px;
}
.portal-redesign-2023 .comp-header__actions > button {
  margin-left: 16px;
  height: 28px !important;
}
.portal-redesign-2023 .comp-header__actions > button.mat-secondary {
  background-color: #fff;
}
.portal-redesign-2023 .comp-header__title {
  padding: 0px 2vw 0px calc(250px + 2vw);
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  min-height: 72px;
}
.portal-redesign-2023 .comp-header__queries .reset-button-row {
  min-width: 70px;
}
.portal-redesign-2023 .comp-header h1 {
  margin: 0px;
}
.portal-redesign-2023 .comp-header .form-row {
  margin: 8px 0px 8px 16px;
}
.portal-redesign-2023 .comp-header .form-row .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.portal-redesign-2023 .comp-main {
  margin-top: var(--comp-main-margin-top, 170px);
  overflow-x: auto;
}
.portal-redesign-2023 .left-nav {
  position: fixed;
  z-index: 200;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #fff;
  padding: 48px 0px 8px;
  min-width: 250px;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e7e6e6;
  box-shadow: -11px 0px 10px 10px rgba(0, 0, 0, 0.07);
  overflow-y: auto;
}
.portal-redesign-2023 .left-nav::after {
  content: "";
  display: block;
  height: 4px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 200;
}
.portal--commercial .left-nav::after {
  background-color: #000139;
}

.portal-redesign-2023 .left-nav__brand {
  display: inline-flex;
  height: 45px;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  padding-left: 16px;
}
.portal-redesign-2023 .left-nav__brand:hover {
  color: #fff;
}
.portal--commercial .left-nav__brand {
  background-color: #000139;
}

.portal-redesign-2023 .left-nav__brand img {
  width: 42px;
  margin-right: 12px;
}
.portal-redesign-2023 .left-nav__top {
  margin-top: 8px;
}
.portal-redesign-2023 .left-nav__bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 8px;
}
.portal-redesign-2023 .left-nav__bottom button {
  flex-direction: column;
}
.portal-redesign-2023 .left-nav__bottom button:hover .mat-icon {
  color: #999;
}
.portal-redesign-2023 .left-nav__bottom button .mat-icon {
  font-size: 32px;
  width: 32px;
  height: 32px;
  margin-right: 0px;
  color: #e7e6e6;
  transition: color 300ms ease-in-out;
}
.portal-redesign-2023 .left-nav__bottom button span {
  font-size: 14px;
}
.portal-redesign-2023 .left-nav__link {
  background: none;
  border: 0px;
  text-decoration: none;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  margin: 4px 8px 4px 0px;
}
.portal-redesign-2023 .left-nav__link:hover:not(.left-nav__link--active) .left-nav__lbl {
  color: #636363;
}
.portal-redesign-2023 .left-nav__link:hover:not(.left-nav__link--active) .left-nav__icon {
  color: #999;
}
.portal-redesign-2023 .left-nav__link--active {
  background-color: #f2f2f2;
  border-radius: 0px 8px 8px 0px;
}
.portal-redesign-2023 .left-nav__link--active .left-nav__lbl {
  font-weight: bold;
}
.portal-redesign-2023 .left-nav__link--active .left-nav__icon {
  color: #636363;
}
.portal-redesign-2023 .left-nav__link--active:hover {
  color: #636363;
}
.portal-redesign-2023 .left-nav__icon {
  display: flex;
  align-content: center;
  width: 32px;
  height: 32px;
  align-items: center;
  color: #e7e6e6;
  transition: color 300ms ease-in-out;
}
.portal-redesign-2023 .left-nav__icon .mat-icon {
  width: 26px;
  height: 26px;
  font-size: 26px;
}
.portal-redesign-2023 .left-nav__lbl {
  font-size: 16px;
  margin-left: 4px;
}
.portal-redesign-2023 .left-nav__info {
  padding: 0px 16px;
  font-size: 12px;
  color: #999;
}
.portal-redesign-2023 .left-nav__section-header {
  font-size: 12px;
  padding-left: 12px;
  color: #636363;
  margin-top: 32px;
  margin-bottom: -4px;
}
.portal-redesign-2023 .mat-mdc-menu-content hr {
  margin: 8px 0px;
}
.portal-redesign-2023 .list__unit-header--fixed ~ * .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: 1px !important;
  top: -5px !important;
}

.runway {
  padding: 1rem 0em;
  float: left;
  width: 100%;
  clear: both;
  background-color: #fff;
  text-align: left;
  position: relative;
}
.runway--grey {
  background-color: #e7e6e6;
}
.runway--grey-white {
  background-color: #f9f9f9;
}
.runway--grey-light {
  background-color: #f2f2f2;
}
.runway--grey-dark {
  background: #474747;
  color: #c5c5c5;
}
#page-top .runway--grey-dark h1, #page-top .runway--grey-dark h2, #page-top .runway--grey-dark h3, #page-top .runway--grey-dark h4 {
  color: #fff;
}
.runway--border-top {
  border-top: 1px solid #e7e6e6;
}
.runway--border-bottom {
  border-bottom: 1px solid #e7e6e6;
}
.runway--no-padding {
  padding: 0px !important;
}
#page-top .runway--full-width {
  padding-left: 0px;
  padding-right: 0px;
}
.runway--centered {
  text-align: center;
}
.runway--centered > .wrap {
  text-align: center !important;
}

html {
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  font-smooth: always;
  font-size: 100%;
  font-feature-settings: "liga" 0;
  font-variant-numeric: lining-nums;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 157, 33, 0.3);
  overflow-y: scroll;
}
html.menu-open {
  position: fixed;
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
  html.menu-open {
    overflow: hidden;
    height: 100vh;
  }
}

body {
  line-height: 1.4;
  font-size: 1rem;
  color: #636363;
}

::selection {
  background: rgba(0, 157, 33, 0.3);
}

*, :after, :before {
  box-sizing: inherit;
}

a {
  color: inherit;
}
a:hover {
  color: #db001b;
}

ul,
ol {
  padding-left: 25px;
  font-size: inherit;
}

hr {
  width: 100%;
  height: 1px;
  border: 0;
  display: inline-block;
  background: #e7e6e6;
  margin: 1.25rem 0;
}
@media screen and (min-width: 769px) {
  hr {
    margin: 1.875rem 0;
  }
}
hr + h2, hr h3, hr h4 {
  margin-top: 0.625rem;
}

nav > p {
  font-size: 1em;
}

.block-wrap {
  clear: both;
  display: block;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .block-wrap > .runway {
    padding: 1.25rem 2.5rem;
  }
}

.sep {
  font-size: 0.85em;
  margin: 0 0.375rem;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .sep {
    margin: 0 0.75rem;
  }
}

.print-only {
  display: none;
}

.table {
  width: 100%;
  border-collapse: collapse;
  color: #1b1b1b;
}
.table caption {
  position: absolute !important;
  left: -10000px !important;
  top: 0px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.no-touchevents .table--hoverable-rows tbody tr:hover {
  background: #e8e7e7;
}
.table--center-vert tbody td {
  vertical-align: middle !important;
}
.table thead th {
  padding: 0.3125rem 0.625rem 2px;
  font-size: 0.75rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .table thead th {
    font-size: 0.875rem;
  }
}
.table tbody tr:nth-child(odd) {
  background: #f0f1f2;
}
.table tbody tr.table__row--grey {
  background: #f0f1f2;
}
.table tbody td {
  vertical-align: top;
}
.table tbody td, .table tbody th {
  padding: 0.3125rem 0.625rem;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .table tbody td, .table tbody th {
    font-size: 0.875rem;
  }
}
.table tbody td a, .table tbody th a {
  font-size: inherit;
  text-decoration: inherit;
}
.runway--centered .table {
  max-width: 60.125rem;
  margin-left: auto;
  margin-right: auto;
}
.table--fullwidth {
  max-width: none !important;
}

.med-text {
  font-size: 1rem !important;
  line-height: 130% !important;
}
@media screen and (min-width: 1024px) {
  .med-text {
    font-size: 1.25rem !important;
    line-height: 130% !important;
  }
}
.med-text p {
  font-size: inherit;
  line-height: inherit;
}

.small-text {
  font-size: 0.875rem !important;
  line-height: 1.1875rem !important;
}
@media screen and (min-width: 1024px) {
  .small-text {
    font-size: 1.25rem !important;
    line-height: 1.875rem !important;
  }
}
.small-text p, .small-text a, .small-text strong {
  font-size: inherit;
}

.tiny-text {
  font-size: 0.75rem !important;
  line-height: 130% !important;
}
.tiny-text p {
  margin-top: 5px;
  font-size: inherit;
  line-height: inherit;
}

.text-14 {
  font-size: 14px !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-24 {
  font-size: 24px !important;
}

.black {
  color: #1b1b1b;
}

.red {
  color: #db001b !important;
}

.white {
  color: #fff !important;
}

.user-info {
  cursor: help;
  margin-top: 6px;
  margin-right: 6px;
}
.user-info .mat-icon,
.user-info .mat-mdc-icon {
  width: 32px;
  height: 32px;
  font-size: 32px;
}

.wrap {
  max-width: 90rem;
  margin: 0px auto;
}
.wrap.wrap--full-width {
  max-width: none !important;
}
@media screen and (min-width: 1024px) {
  #page-top .wrap > h1:first-child, #page-top .wrap > h2:first-child {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .wrap--bordered {
    border-left: 1px solid #e7e6e6;
    border-right: 1px solid #e7e6e6;
  }
}
@media screen and (min-width: 1024px) {
  .wrap--border-right {
    border-right: 1px solid #e7e6e6;
  }
}

.btn-icon {
  background: none transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  display: flex;
  align-items: center;
}
.btn-icon .mat-icon,
.btn-icon .mat-mdc-icon {
  margin-right: 5px;
}

.btn-close {
  position: absolute !important;
  top: 10px;
  right: 10px;
}

/* used for h1 elements on component level. Especially where you need buttons aligned to the heading */
.comp-header {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
  .comp-header h1 {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .comp-header h1 {
    margin-left: 16px;
  }
}
.comp-header .button-container {
  margin-left: auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.comp-header .button-container > button,
.comp-header .button-container > div {
  margin-left: 24px;
}
.comp-header .button-container .search-wrap .mat-form-field-wrapper,
.comp-header .button-container .search-wrap .mat-mdc-form-field-wrapper {
  padding-bottom: 0px;
}
.comp-header__close {
  margin-left: auto;
  margin-right: 12px;
}

.feedback {
  width: 100%;
  min-height: 50px;
  margin: 8px 0px;
  display: flex;
  flex-wrap: nowrap;
  padding: 16px 20px;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 15px;
  border: 2px dotted transparent;
  max-width: 900px;
}
.feedback--success {
  color: #009939;
  background-color: #E6F5EB;
  border-color: #009939;
}
.feedback--info {
  color: #DB5200;
  background-color: #fcede5;
  border-color: #db8f63;
}
.feedback--fail {
  color: #db001b;
  background-color: #fbe5e5;
  border-color: #ef8a94;
}
.feedback > div p:first-child {
  margin-top: 0px;
}
.feedback > div p:last-child {
  margin-bottom: 0px;
}
.feedback > .mat-icon,
.feedback > .mat-mdc-icon {
  min-width: 24px;
}
.feedback ul {
  width: 100%;
  padding-left: 18px;
}
.feedback ul li {
  margin-bottom: 8px;
}
.feedback img {
  max-width: 100%;
}

.list__unit {
  margin: 16px 0px;
  background-color: #f9f9f9 !important;
  font-size: 14px;
  color: #000;
}
.list__unit--active {
  background-color: #e7e6e6 !important;
}
.list__unit-header {
  margin-top: 30px;
  padding: 0px 16px;
  display: flex !important;
  align-items: center;
}
.list__unit-header .col {
  font-weight: bold;
  font-size: 14px;
}
.list__unit-header + .list__row .list__unit {
  margin-top: 8px;
}
.list__unit-card {
  display: flex !important;
  align-items: center;
  margin-bottom: 0px !important;
}
.list__info {
  transition: all 0.3s ease;
}
.list__info--open {
  border-top: solid 1px #e7e6e6;
  margin-top: 20px;
}
.list__info h3 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.list__info h3 .mat-icon,
.list__info h3 .mat-mdc-icon {
  margin-left: 8px;
}
.list__info .mat-expansion-panel,
.list__info .mat-mdc-expansion-panel {
  width: 100%;
}
.list__info .mat-expansion-panel-body,
.list__info .mat-mdc-expansion-panel-body {
  padding-top: 15px;
  flex-wrap: wrap;
}
.list__info-col {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .list__info-col {
    width: 50%;
  }
}
.list__info-col .row {
  display: flex;
  margin-bottom: 10px;
}
.list__info-col .lbl {
  font-weight: bold;
  white-space: nowrap;
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .list__info-col .lbl {
    min-width: 40%;
  }
}
.list__info-col .coin {
  margin: 0px 0px 0px 5px;
}
.list__info-table {
  width: 100%;
  margin: 30px 0px 20px;
}
.list__info-table table {
  width: 100%;
}
.list .col {
  padding: 0px 8px;
}
.list .col:first-child {
  padding-left: 0px;
}
.list .col:last-child {
  padding-right: 0px;
}
.list .col--status {
  min-width: 100px;
  max-width: 100px;
}
.list .col--options {
  margin-left: auto;
  min-width: 40px;
  max-width: 40px;
}
.list .col--activeFrom {
  min-width: 250px;
  max-width: 250px;
}
.list .col--toggle {
  min-width: 40px;
  max-width: 40px;
  text-align: right;
}
.list .col--toggle .btn-icon {
  position: relative;
}
.list .col--toggle .btn-icon:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  display: block;
}

.search-wrap {
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.search-wrap > .form-row {
  margin-top: 0px;
}
.search-wrap > .form-row .mat-mdc-form-field-subscript-wrapper {
  display: none;
}

.qlinks {
  font-size: 1rem;
  max-width: 64rem;
  margin: 1.875rem auto 0.8125rem;
}
@media screen and (min-width: 769px) {
  .qlinks {
    margin: 3.75rem auto 2.1875rem;
  }
}
.qlinks > h2 {
  color: #1b1b1b;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .qlinks > h2 {
    font-size: 3rem;
  }
}
.qlinks__wrap,
.qlinks .epi-editContainer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.qlinks__item,
.qlinks .epi-editContainer > div {
  background: none;
  border: 0px;
  text-decoration: none;
  text-align: center;
  max-width: 3.9375rem;
  margin: 0px 0.75rem 1.5625rem;
  padding: 0px;
}
@media screen and (min-width: 769px) {
  .qlinks__item,
  .qlinks .epi-editContainer > div {
    max-width: 6.5625rem;
    margin: 0px 1.5625rem 2.1875rem;
  }
}
.qlinks__item--red .qlinks__circle > i {
  color: #9d0024;
}
.qlinks__item--w-fullimage:hover .qlinks__circle-img img {
  transform: scale(1.1);
}
.qlinks__item--w-fullimage:hover .qlinks__lbl {
  color: #636363;
}
.qlinks__item--w-fullimage .qlinks__circle {
  border: 0px !important;
}
.qlinks__item--w-fullimage .qlinks__circle img {
  transition: transform 0.3s ease;
}
.no-touchevents .qlinks__item--addable:hover .qlinks__circle {
  border-color: #e8e7e7;
}
.qlinks__item--addable .qlinks__circle {
  position: relative;
  background-color: #fff;
  border: 1px solid #6d6d6d;
  transition: border-color 0.25s ease-in-out;
}
.qlinks__circle {
  border-radius: 50%;
  display: flex;
  background: #f0f1f2;
  width: 3.9375rem;
  height: 3.9375rem;
  margin: 0px auto;
  justify-content: center;
  align-items: center;
  transition: background 0.25s ease-in-out;
}
@media screen and (min-width: 769px) {
  .qlinks__circle {
    width: 6.5625rem;
    height: 6.5625rem;
  }
}
.qlinks__circle > i {
  font-size: 2.125rem;
  transition: color 0.25s ease-in-out;
}
@media screen and (min-width: 769px) {
  .qlinks__circle > i {
    font-size: 3.375rem;
  }
}
.qlinks--dark .qlinks__circle > i {
  color: #fff;
}
.qlinks__circle > img,
.qlinks__circle > svg {
  max-width: 70%;
  width: 100%;
}
.qlinks--dark .qlinks__circle {
  background: #474747;
  color: #1b1b1b;
}
.qlinks--grey .qlinks__circle {
  background: #e7e6e6;
}
.no-touchevents a:hover .qlinks__circle {
  background: #e8e7e7;
}
.no-touchevents .qlinks--dark a:hover .qlinks__circle {
  background: #d5d5d5;
}
.no-touchevents .qlinks--dark a:hover .qlinks__circle i {
  color: #1b1b1b;
}
.no-touchevents .qlinks--grey:hover .qlinks__circle, .no-touchevents .qlinks--grey a:hover .qlinks__circle {
  background: #4c4c4c;
}
.no-touchevents .qlinks--grey:hover .qlinks__circle i, .no-touchevents .qlinks--grey a:hover .qlinks__circle i {
  color: #fff;
}
.qlinks__circle-icon {
  border-radius: 50%;
  display: block;
  background: #6d6d6d;
  width: 1.375rem;
  height: 1.375rem;
  line-height: 22px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .qlinks__circle-icon {
    width: 2.125rem;
    height: 2.125rem;
    line-height: 34px;
  }
}
.qlinks__circle-img {
  overflow: hidden;
  display: flex;
  border-radius: inherit;
}
.qlinks__circle-img img {
  width: 100%;
  height: 100%;
}
.qlinks__lbl {
  display: block;
  clear: both;
  margin-top: 0.625rem;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
@media screen and (min-width: 769px) {
  .qlinks__lbl {
    margin-top: 0.9375rem;
    font-size: 1.125rem;
    line-height: 1.4375rem;
    width: 120%;
    margin-left: -10%;
  }
}
.qlinks__icon {
  font-size: 1.875rem;
  margin-right: 7px;
}

.menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  /*
  	&__root {
  		position: fixed;
  		right: -100%;
  		top: 0px;
  		bottom: 0px;
  		z-index: 1000;
  		width: 100%;
  		opacity: 0;
  		transition: all 0.2s ease-out;
  		display: flex;
  		justify-content: flex-end;

  		.menu--open & {
  			right: 0px;
  			opacity: 1;
  		}

  	}

  	&__item {
  		border-bottom: 1px solid $color-white;
  		display: block;

  		a {
  			display: block;
  			font-size: rem(22);
  			line-height: rem(30);
  			min-height: rem(44);
  			padding: rem(7) rem(10) rem(7) rem(10);
  			text-align: left;

  			@include respond-to($from: 'sm-max') {
  				padding: rem(11) rem(10) rem(7) rem(10);
  				min-height: rem(48);
  			}

  			.no-touchevents &:hover {
  				background-color: $color-grey-hover;
  			}
  		}
  	}


  	nav {
  		background-color: $color-grey;
  		padding: 35px 40px;
  		min-width: 300px;
  	}

  	ul {
  		list-style: none;
  		padding: 0px;
  		margin: 0px;
  	}
  		*/
}
.menu > .mat-icon-button,
.menu > .mat-mdc-icon-button {
  margin-left: 5px;
}

.form-btns {
  width: 100%;
  display: flex;
  max-width: 420px;
  margin: 20px 0px;
  padding-top: 20px;
}
.form-btns button + button {
  margin-left: auto;
}

.form-headline {
  font-size: 1rem;
  line-height: 133%;
  margin-bottom: 2px;
  text-align: left;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .form-headline {
    font-size: 1.125rem;
  }
}
.form-headline + p {
  margin-top: 2px;
}
.form-headline + .mat-form-field,
.form-headline + .mat-mdc-form-field,
.form-headline + .mat-form-field-type-mat-select,
.form-headline + .mat-mdc-form-field-type-mat-select {
  margin-top: 10px;
}

.form-row {
  width: 100%;
  display: block;
  max-width: 420px;
  margin: 20px 0px;
}
@media screen and (min-width: 769px) {
  .form-row--inline {
    width: auto !important;
    display: inline-block;
    min-width: 180px;
    max-width: 180px;
  }
}
@media screen and (min-width: 1025px) {
  .form-row--inline {
    max-width: none;
    min-width: 200px;
  }
}
@media screen and (min-width: 1281px) {
  .form-row--inline {
    min-width: 230px;
    max-width: 230px;
  }
}
@media screen and (min-width: 769px) {
  .form-row--inline + .form-row--inline {
    margin-left: 15px;
  }
}
@media screen and (min-width: 769px) {
  .form-row--inline + button {
    margin-left: 15px;
  }
}
.align-center .form-row {
  margin: 20px auto;
  text-align: left;
}
.form-row mat-form-field {
  display: block;
}
.form-row .mat-mdc-checkbox {
  display: block;
  margin-left: -11px;
}
.form-row mat-checkbox:not(.mat-mdc-checkbox) {
  display: block;
}
.form-row mat-checkbox:not(.mat-mdc-checkbox) + mat-checkbox {
  margin-top: 10px;
}
.form-row mat-checkbox:not(.mat-mdc-checkbox) + .hint {
  margin-left: 24px;
}
.form-row .mat-mdc-radio-button {
  display: block;
  margin-left: -11px;
}
.form-row mat-radio-button:not(.mat-mdc-radio-button) {
  display: block;
}
.form-row mat-radio-button:not(.mat-mdc-radio-button) + mat-radio-button {
  margin-top: 10px;
}
.form-row mat-slider {
  width: 100%;
}
.form-row .hint {
  font-size: 12px;
}

.form-table {
  max-width: 560px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 50px;
}
.form-table .btn-icon {
  margin-left: auto;
  margin-bottom: 11px;
  font-size: 12px;
}
.form-table .btn-icon .mat-icon,
.form-table .btn-icon .mat-mdc-icon {
  font-size: 18px;
  margin-right: 3px;
}
.form-table .form-headline {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: normal;
}
.form-table .table {
  width: 100%;
}
.form-table .table th, .form-table .table td {
  padding: 12px 15px;
}
.form-table .table th {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  vertical-align: top;
}
.form-table .table td {
  text-align: right;
  font-size: 16px;
}

.multi-select {
  margin-bottom: 41px;
}
.multi-select__list {
  padding: 8px 8px 1px 8px;
  border-radius: 5px;
  border: solid 1px #ccc;
  display: block;
  min-height: 150px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.multi-select__item {
  height: 38px;
  border: solid 1px #ccc;
  background: #fff;
  border-radius: 5px;
  font-size: 14px;
  line-height: 38px;
  margin-bottom: 8px;
  padding-left: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
}
.multi-select__item--tall {
  height: auto;
  line-height: 1em;
  padding: 4px 8px;
}
.multi-select__item-title {
  padding: 0px 8px;
  display: flex;
}
.multi-select__item-title .ellipsis {
  max-width: 210px;
  margin-left: 5px;
}
.multi-select__item-title + button,
.multi-select__item-title + a {
  margin-left: auto;
  display: flex;
}
.multi-select__item-title strong {
  white-space: nowrap;
}
.multi-select__item > a .mat-icon {
  width: 25px;
  text-align: center;
}
.multi-select__item .mat-button-base,
.multi-select__item .mat-mdc-button-base {
  min-width: 40px;
  padding: 0px 8px;
  justify-content: center;
}
.multi-select__item .mat-button-base:hover,
.multi-select__item .mat-mdc-button-base:hover {
  color: #db001b;
}
.multi-select__item .mat-button-base > .mat-button-wrapper,
.multi-select__item .mat-mdc-button-base > .mat-button-wrapper {
  display: flex;
}
.multi-select__item .mat-button-base .mat-icon,
.multi-select__item .mat-mdc-button-base .mat-icon {
  margin: 0px !important;
  width: 24px;
  font-size: 24px;
  height: 24px;
}
.multi-select__input form {
  display: flex;
}
.multi-select__input .form-row {
  margin-top: 0px;
  margin-right: 4px;
}
.multi-select__input .mat-form-field,
.multi-select__input .mat-mdc-form-field {
  font-size: 14px;
}
.multi-select__input .mat-form-field:last-child,
.multi-select__input .mat-mdc-form-field:last-child {
  margin-right: 0px !important;
}
.multi-select__input .mat-form-field-wrapper,
.multi-select__input .mat-mdc-form-field-wrapper {
  padding-bottom: 0px;
  margin-top: 0px !important;
}
.multi-select__input button {
  max-height: 51px;
}
.multi-select__input .mat-form-field-subscript-wrapper {
  overflow: visible !important;
  top: 100%;
}
.multi-select__input .mat-mdc-form-field-error {
  white-space: nowrap;
}
.multi-select__feedbacks + .multi-select__item {
  margin-top: 16px;
}
.multi-select__feedback {
  width: 100%;
  min-height: 50px;
  margin: 8px 0px;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px;
  justify-content: flex-start;
  align-items: center;
  border-radius: 15px;
  border: 2px dotted transparent;
}
.multi-select__feedback--success {
  color: #009939;
  background-color: #e6f5eb;
  border-color: #009939;
}
.multi-select__feedback--info {
  color: #DB5200;
  background-color: #fcede5;
  border-color: #db8f63;
}
.multi-select__feedback--fail {
  color: #db001b;
  background-color: #fbe5e5;
  border-color: #ef8a94;
}
.multi-select__feedback ul {
  width: 100%;
}
.multi-select .add-button {
  margin-right: 0px !important;
}
.multi-select .add-button.mdc-button {
  min-height: 56px;
}
.multi-select .add-button .mat-icon {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mat-mdc-form-field.ng-invalid.ng-touched .mat-mdc-text-field-wrapper {
  background-color: #f8ccd1;
}
.mat-mdc-form-field.ng-invalid.ng-touched .mdc-notched-outline__leading,
.mat-mdc-form-field.ng-invalid.ng-touched .mdc-notched-outline__notch,
.mat-mdc-form-field.ng-invalid.ng-touched .mdc-notched-outline__trailing {
  border-color: #db001b !important;
}
.mat-mdc-form-field.ng-invalid.ng-touched label {
  color: #db001b !important;
}
.mat-mdc-form-field.ng-invalid.ng-touched .mat-mdc-form-field-icon-prefix .mat-icon {
  color: #db001b !important;
}

mat-form-field.ng-invalid.ng-touched .mat-form-field-outline {
  background-color: #f8ccd1;
}
mat-form-field.ng-invalid.ng-touched.mat-form-field-appearance-outline .mat-form-field-outline-thick, mat-form-field.ng-invalid.ng-touched.mat-form-field .mat-form-field-label {
  color: #db001b !important;
}

#page-top .mat-card .mat-mdc-card-actions,
#page-top .mat-card .mat-card-actions,
#page-top .mat-mdc-card .mat-mdc-card-actions,
#page-top .mat-mdc-card .mat-card-actions {
  padding-bottom: 8px;
}
#page-top .mat-card .mat-mdc-card-actions button,
#page-top .mat-card .mat-card-actions button,
#page-top .mat-mdc-card .mat-mdc-card-actions button,
#page-top .mat-mdc-card .mat-card-actions button {
  margin: 0px 8px;
}

.mat-mdc-card {
  padding: 16px;
}
.mat-mdc-card .mat-mdc-card-content {
  padding: 0px !important;
}

.cdk-overlay-backdrop-showing ~ .cdk-global-overlay-wrapper .cdk-overlay-pane {
  max-width: 80vw !important;
  min-width: 80vw !important;
}
@media screen and (min-width: 769px) {
  .cdk-overlay-backdrop-showing ~ .cdk-global-overlay-wrapper .cdk-overlay-pane {
    min-width: 580px !important;
  }
}

.cdk-overlay-container .mat-dialog-title,
.cdk-overlay-container .mat-mdc-dialog-title {
  padding-right: 30px;
}
.cdk-overlay-container .mat-dialog-container,
.cdk-overlay-container .mat-mdc-dialog-container {
  position: relative;
}
.cdk-overlay-container .mat-dialog-actions,
.cdk-overlay-container .mat-mdc-dialog-actions {
  margin: 8px 0px 8px;
  justify-content: flex-end;
}
.cdk-overlay-container .mat-dialog-actions button, .cdk-overlay-container .mat-dialog-actions .btn,
.cdk-overlay-container .mat-mdc-dialog-actions button,
.cdk-overlay-container .mat-mdc-dialog-actions .btn {
  margin: 0px 8px;
}
.cdk-overlay-container .mat-dialog-actions.row-reverse,
.cdk-overlay-container .mat-mdc-dialog-actions.row-reverse {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.cdk-overlay-container .mdc-dialog__actions {
  padding: 8px 16px;
}
.cdk-overlay-container .mat-dialog-content,
.cdk-overlay-container .mat-mdc-dialog-content {
  background-color: #f9f9f9 !important;
  padding-bottom: 16px;
  padding-top: 16px;
  border: solid 1px #e4e4e4;
  border-left: 0px;
  border-right: 0px;
}
.cdk-overlay-container .mat-dialog-content form,
.cdk-overlay-container .mat-mdc-dialog-content form {
  margin: 0 auto;
  max-width: 420px;
  width: 100%;
}
.cdk-overlay-container .mat-mdc-dialog-content .form-row {
  margin-left: auto;
  margin-right: auto;
}

.mat-error,
.mat-mdc-form-field-error {
  color: #db001b !important;
  margin-top: 4px;
}

.mat-form-field .mat-suffix > span,
.mat-form-field .mat-mdc-suffix > span,
.mat-mdc-form-field .mat-suffix > span,
.mat-mdc-form-field .mat-mdc-suffix > span {
  display: inline-block;
}
.mat-form-field-suffix,
.mat-mdc-form-field-suffix {
  display: flex;
}
.mat-form-field .mat-mdc-form-field-icon-suffix [matsuffix],
.mat-mdc-form-field .mat-mdc-form-field-icon-suffix [matsuffix] {
  padding-right: 12px !important;
}
.mat-form-field .mat-input-element:-webkit-autofill, .mat-form-field .mat-input-element:-webkit-autofill:hover, .mat-form-field .mat-input-element:-webkit-autofill:focus, .mat-form-field .mat-input-element:-webkit-autofill:active,
.mat-form-field .mat-mdc-input-element:-webkit-autofill,
.mat-form-field .mat-mdc-input-element:-webkit-autofill:hover,
.mat-form-field .mat-mdc-input-element:-webkit-autofill:focus,
.mat-form-field .mat-mdc-input-element:-webkit-autofill:active,
.mat-mdc-form-field .mat-input-element:-webkit-autofill,
.mat-mdc-form-field .mat-input-element:-webkit-autofill:hover,
.mat-mdc-form-field .mat-input-element:-webkit-autofill:focus,
.mat-mdc-form-field .mat-input-element:-webkit-autofill:active,
.mat-mdc-form-field .mat-mdc-input-element:-webkit-autofill,
.mat-mdc-form-field .mat-mdc-input-element:-webkit-autofill:hover,
.mat-mdc-form-field .mat-mdc-input-element:-webkit-autofill:focus,
.mat-mdc-form-field .mat-mdc-input-element:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0px 9999px white;
}
.mat-form-field .mat-input-element[type=number]::-webkit-inner-spin-button, .mat-form-field .mat-input-element[type=number]::-webkit-outer-spin-button,
.mat-form-field .mat-mdc-input-element[type=number]::-webkit-inner-spin-button,
.mat-form-field .mat-mdc-input-element[type=number]::-webkit-outer-spin-button,
.mat-mdc-form-field .mat-input-element[type=number]::-webkit-inner-spin-button,
.mat-mdc-form-field .mat-input-element[type=number]::-webkit-outer-spin-button,
.mat-mdc-form-field .mat-mdc-input-element[type=number]::-webkit-inner-spin-button,
.mat-mdc-form-field .mat-mdc-input-element[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.mat-form-field.mat-focused .mat-input-element, .mat-form-field.mat-mdc-focused .mat-mdc-input-element,
.mat-mdc-form-field.mat-focused .mat-input-element,
.mat-mdc-form-field.mat-mdc-focused .mat-mdc-input-element {
  caret-color: inherit !important;
}
.mat-form-field.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick, .mat-form-field.mat-form-field.mat-focused .mat-form-field-label,
.mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick,
.mat-mdc-form-field.mat-form-field.mat-focused .mat-form-field-label {
  color: inherit !important;
}
.mat-form-field.field-validation--warning .mat-form-field-outline-thick,
.mat-form-field.field-validation--warning .mat-form-field-label,
.mat-form-field.field-validation--warning .mat-input-element,
.mat-form-field.field-validation--warning .mat-mdc-form-field-outline-thick,
.mat-form-field.field-validation--warning .mat-mdc-form-field-label,
.mat-form-field.field-validation--warning .mat-mdc-input-element,
.mat-mdc-form-field.field-validation--warning .mat-form-field-outline-thick,
.mat-mdc-form-field.field-validation--warning .mat-form-field-label,
.mat-mdc-form-field.field-validation--warning .mat-input-element,
.mat-mdc-form-field.field-validation--warning .mat-mdc-form-field-outline-thick,
.mat-mdc-form-field.field-validation--warning .mat-mdc-form-field-label,
.mat-mdc-form-field.field-validation--warning .mat-mdc-input-element {
  color: #e7b831 !important;
}
.mat-form-field.field-validation--warning .mat-form-field-outline,
.mat-form-field.field-validation--warning .mat-mdc-form-field-outline,
.mat-mdc-form-field.field-validation--warning .mat-form-field-outline,
.mat-mdc-form-field.field-validation--warning .mat-mdc-form-field-outline {
  background-color: #fef3d3;
}

.mat-mdc-form-field-error.mat-mdc-form-field-bottom-align::before {
  content: none !important;
}

.mat-datetimepicker-calendar-header-date {
  display: inline-block;
}
.mat-datetimepicker-calendar-header-date::first-letter {
  text-transform: capitalize;
}

.mat-form-field-prefix .mat-datetimepicker-toggle button {
  margin-left: -3px;
  margin-right: 5px;
  width: 100% !important;
  height: inherit !important;
}

.mat-form-field-should-float .mat-form-field-prefix .mat-datetimepicker-toggle button {
  margin-top: 4px;
}

.mat-dialog-content .datetime.mat-form-field-should-float .mat-form-field-outline-start {
  width: 32px !important;
}

.mat-form-field-should-float .mat-form-field-prefix + .mat-form-field-infix .mat-form-field-label-wrapper {
  overflow: visible !important;
}
.mat-form-field-should-float .mat-form-field-prefix + .mat-form-field-infix .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75) translateX(-17px) !important;
}
.form-row--inline .mat-form-field-should-float .mat-form-field-prefix + .mat-form-field-infix .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75) translateX(-25px) !important;
}

.mat-mdc-form-field:not(.mat-mdc-paginator-page-size-select) .mat-mdc-select-arrow-wrapper {
  display: none !important;
}

.mat-mdc-form-field-type-mat-select .mat-mdc-form-field-icon-suffix {
  cursor: pointer;
}

.mat-mdc-form-field:not(.mdc-textarea-fix) .mdc-floating-label {
  line-height: 19px !important;
  top: 50% !important;
}
.mat-mdc-form-field .select-arrow + mat-icon {
  margin-left: -10px;
}
.mat-mdc-form-field.mat-focused .select-arrow {
  transition: transform 0.2s ease-in-out;
  transform: rotate(-180deg);
}
.mat-mdc-form-field .mat-mdc-form-field-icon-suffix {
  display: flex;
}
.mat-mdc-form-field .mat-mdc-form-field-icon-suffix button {
  margin-right: 8px;
}

.mat-form-field-no-layout .mdc-line-ripple::before {
  display: none;
}
.mat-form-field-no-layout .mdc-line-ripple::after {
  display: none;
}
.mat-form-field-no-layout .mdc-text-field {
  background-color: transparent !important;
  padding: 0 !important;
}
.mat-form-field-no-layout .mdc-text-field .mat-mdc-form-field-flex {
  align-items: center;
}
.mat-form-field-no-layout .mdc-text-field .mat-mdc-form-field-focus-overlay {
  background-color: transparent;
}
.mat-form-field-no-layout .mdc-text-field .mat-mdc-form-field-infix {
  min-height: 0;
  padding: 0 !important;
}

.mat-icon,
.mat-mdc-icon {
  overflow: hidden;
}

.mat-radio-group,
.mat-mdc-radio-group {
  padding-top: 8px;
  display: block;
  padding-bottom: 32px;
}
.mat-radio-group .mdc-form-field > label,
.mat-mdc-radio-group .mdc-form-field > label {
  padding-left: 0px;
}

mat-slide-toggle .mdc-form-field .mdc-switch {
  --mdc-switch-selected-focus-state-layer-color: #376d2b;
  --mdc-switch-selected-handle-color: #376d2b;
  --mdc-switch-selected-hover-state-layer-color: #376d2b;
  --mdc-switch-selected-pressed-state-layer-color: #376d2b;
  --mdc-switch-selected-focus-handle-color: #376d2b;
  --mdc-switch-selected-hover-handle-color: #376d2b;
  --mdc-switch-selected-pressed-handle-color: #376d2b;
  --mdc-switch-selected-focus-track-color: #96de86;
  --mdc-switch-selected-hover-track-color: #96de86;
  --mdc-switch-selected-pressed-track-color: #96de86;
  --mdc-switch-selected-track-color: #96de86;
  --mdc-switch-disabled-selected-handle-color: #878787;
  --mdc-switch-disabled-unselected-handle-color: #878787;
  --mdc-switch-disabled-selected-track-color: #878787;
  --mdc-switch-disabled-unselected-track-color: #878787;
  --mdc-switch-unselected-focus-state-layer-color: #db001b;
  --mdc-switch-unselected-pressed-state-layer-color: #db001b;
  --mdc-switch-unselected-hover-state-layer-color: #db001b;
  --mdc-switch-unselected-focus-track-color: #f8ccd1;
  --mdc-switch-unselected-hover-track-color: #f8ccd1;
  --mdc-switch-unselected-pressed-track-color: #f8ccd1;
  --mdc-switch-unselected-track-color: #f8ccd1;
  --mdc-switch-unselected-focus-handle-color: #db001b;
  --mdc-switch-unselected-hover-handle-color: #db001b;
  --mdc-switch-unselected-pressed-handle-color: #db001b;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #db001b;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}

.cdk-overlay-container .mat-snack-bar-container {
  background: #db001b;
  color: #fff;
}
.cdk-overlay-container .mat-simple-snackbar-action {
  color: #fff;
  text-align: right;
  margin-top: 15px;
}

.mdc-snackbar.mat-snackbar--success {
  --mdc-snackbar-container-color: #376d2b;
  --mdc-snackbar-supporting-text-color: #fff;
}
.mdc-snackbar.mat-snackbar--error {
  --mdc-snackbar-container-color: #db001b;
  --mdc-snackbar-supporting-text-color: #fff;
}
.mdc-snackbar.mat-snackbar--warning {
  --mdc-snackbar-container-color: #DB5200;
  --mdc-snackbar-supporting-text-color: #fff;
}
.mdc-snackbar.mat-snackbar--info {
  --mdc-snackbar-container-color: #fef3d3;
  --mdc-snackbar-supporting-text-color: #1b1b1b;
}

.mat-header-cell,
.mat-mdc-header-cell {
  color: black !important;
  font-weight: bold;
}

mat-table mat-row:nth-child(odd),
mat-mdc-table mat-mdc-row:nth-child(odd) {
  background-color: #f0f1f2;
}

mat-table mat-row:hover,
mat-mdc-table mat-mdc-row:hover {
  background-color: #e8e7e7;
}

.mat-cell.align-right button,
.mat-mdc-cell.align-right button {
  margin-left: auto;
}

.mdc-tab--active {
  font-weight: bold;
}

.mat-tooltip,
.mat-mdc-tooltip {
  font-size: 12px !important;
}

.mat-stepper-vertical .mat-step-icon,
.mat-stepper-vertical .mat-mdc-step-icon,
.mat-mdc-stepper-vertical .mat-step-icon,
.mat-mdc-stepper-vertical .mat-mdc-step-icon {
  width: 32px;
  height: 32px;
  margin-right: 13px;
}
.mat-stepper-vertical .mat-step-label,
.mat-stepper-vertical .mat-mdc-step-label,
.mat-mdc-stepper-vertical .mat-step-label,
.mat-mdc-stepper-vertical .mat-mdc-step-label {
  font-size: 20px !important;
  font-weight: 700 !important;
}
.mat-stepper-vertical .mat-vertical-content-container,
.mat-stepper-vertical .mat-mdc-vertical-content-container,
.mat-mdc-stepper-vertical .mat-vertical-content-container,
.mat-mdc-stepper-vertical .mat-mdc-vertical-content-container {
  margin-left: 16px;
}
@media screen and (min-width: 769px) {
  .mat-stepper-vertical .mat-vertical-content-container,
  .mat-stepper-vertical .mat-mdc-vertical-content-container,
  .mat-mdc-stepper-vertical .mat-vertical-content-container,
  .mat-mdc-stepper-vertical .mat-mdc-vertical-content-container {
    margin-left: 39px;
  }
}
.mat-stepper-vertical .mat-vertical-content,
.mat-stepper-vertical .mat-mdc-vertical-content,
.mat-mdc-stepper-vertical .mat-vertical-content,
.mat-mdc-stepper-vertical .mat-mdc-vertical-content {
  padding-top: 10px;
  padding-left: 24px;
}
@media screen and (min-width: 769px) {
  .mat-stepper-vertical .mat-vertical-content,
  .mat-stepper-vertical .mat-mdc-vertical-content,
  .mat-mdc-stepper-vertical .mat-vertical-content,
  .mat-mdc-stepper-vertical .mat-mdc-vertical-content {
    padding-left: 60px;
  }
}

.mat-stepper-vertical-header,
.mat-mdc-stepper-vertical-header,
.mat-vertical-stepper-header,
.mat-mdc-vertical-stepper-header {
  align-items: flex-start !important;
  height: auto !important;
  overflow: visible !important;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .mat-stepper-vertical-header,
  .mat-mdc-stepper-vertical-header,
  .mat-vertical-stepper-header,
  .mat-mdc-vertical-stepper-header {
    padding-left: 0px !important;
  }
}
.mat-stepper-vertical-header .summary,
.mat-mdc-stepper-vertical-header .summary,
.mat-vertical-stepper-header .summary,
.mat-mdc-vertical-stepper-header .summary {
  margin-top: 4px;
  font-size: 14px;
  font-weight: normal;
}
.mat-stepper-vertical-header .separator,
.mat-mdc-stepper-vertical-header .separator,
.mat-vertical-stepper-header .separator,
.mat-mdc-vertical-stepper-header .separator {
  display: inline-block;
  margin: 0px 8px;
}

.mdc-button .mdc-button__label {
  display: flex;
  align-items: center;
}
.mdc-button .mdc-button__label app-svg {
  margin-right: 8px;
  display: flex;
}
.mdc-button .mdc-button__label app-svg > span {
  display: flex;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .hide-on-mobile,
  .hidden-xs {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 1023px) {
  .hidden-sm-max {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .show-on-desktop,
  .hidden-md {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 1280px) {
  .hidden-md-desk {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 1440px) {
  .hidden-lg {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 1920px) {
  .hidden-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .hidden-on-md-desk {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .show-on-mobile,
  .visible-xs {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .visible-sm {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .visible-sm-max {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .hide-on-desktop,
  .visible-md {
    display: none !important;
  }
}

@media screen and (min-width: 1281px) {
  .visible-md-desk {
    display: none !important;
  }
}

@media screen and (min-width: 1441px) {
  .visible-lg {
    display: none !important;
  }
}

@media screen and (min-width: 1921px) {
  .visible-xl {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .show-on-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .show-on-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hide-on-tablet {
    display: none !important;
  }
}

.strikethrough {
  text-decoration: line-through;
}

.inline-flex {
  display: inline-flex;
}

.bold {
  font-weight: 600;
}

.no-breakline {
  white-space: nowrap;
}

.no-margin-top {
  margin-top: 0px !important;
}

.no-margin-bottom {
  margin-bottom: 0px !important;
}

.no-margin-left {
  margin-left: 0px !important;
}

.no-margin-right {
  margin-right: 0px !important;
}

.margin-left-auto {
  margin-left: auto !important;
}

.margin-right-auto {
  margin-right: auto !important;
}

.no-min-width {
  min-width: inherit !important;
}

.no-line-height {
  line-height: 1em !important;
}

.absolute {
  position: absolute;
}

.attention-box {
  position: relative;
  display: inline-block;
}
.attention-box span {
  position: relative;
  z-index: 2;
}
.attention-box:before {
  content: "";
  display: block;
  top: -4px;
  right: -8px;
  bottom: -4px;
  left: -8px;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
}
.attention-box--red {
  color: #db001b;
}
.attention-box--red:before {
  border: solid 1px #db001b;
  background-color: #ed7f8d;
}
.attention-box--yellow {
  color: #cca20c;
}
.attention-box--yellow:before {
  border: solid 2px #fac710;
  background-color: #f0d77b;
}

.coin {
  width: 16px;
  height: 16px;
}
.coin--orange {
  background-color: #db5200;
}
.coin--grey {
  background-color: #727272;
}

.chart {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  height: 90%;
}
.chart__column {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: center;
}
.chart__column--high {
  color: #9d0024;
}
.chart__column--high .chart__bar {
  background-color: #9d0024;
}
.chart__column--medium {
  color: #db5200;
}
.chart__column--medium .chart__bar {
  background-color: #db5200;
}
.chart__column--low {
  color: #727272;
}
.chart__column--low .chart__bar {
  background-color: #727272;
}
.chart__item {
  display: flex;
  flex-direction: column;
  flex: auto;
  justify-content: flex-end;
}
.chart__item-text {
  text-align: center;
  font-size: 14px;
}
.chart__value {
  text-align: center;
  font-size: 10px;
  margin-bottom: 2px;
}
.chart__bar {
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  width: 16px;
  align-self: center;
  margin-bottom: 3px;
}

.contract--details .second-col {
  margin-top: 15px;
}
.contract--details .second-col .mat-mdc-tab-group {
  min-height: 285px;
}
.contract--details .form-row .form-row--inline {
  min-width: 200px !important;
  max-width: 200px !important;
  margin-bottom: 0px;
}
.contract__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.contract__info > .mat-icon {
  margin-right: 4px;
  width: 32px;
  height: 32px;
  display: block;
  margin-left: -8px;
  margin-top: -4px;
}
.contract__info > span {
  font-size: 12px;
  color: #999;
  display: block;
  width: 100%;
  margin-bottom: 4px;
  margin-left: 30px;
}
.contract__info > div {
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}
.contract__prices th.mat-mdc-header-cell:last-of-type,
.contract__prices td.mat-mdc-cell:last-of-type,
.contract__prices td.mat-mdc-footer-cell:last-of-type {
  width: 50px;
}
.contract__rabat .data__fullwidth {
  margin-bottom: 4px;
}
.contract__edit {
  position: relative;
  display: inline-block;
  padding-right: 40px;
}
.contract__edit .btn-blue-edit {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.contract .flex-wrap__col--60 {
  max-width: 540px;
}
.contract .components h2 {
  margin-bottom: 0px;
}
.contract .components h2 + .prod-unit {
  margin-top: 0px;
}
.contract .components .prod-unit__edit {
  right: inherit;
}
.contract .components .prod-unit__edit .mat-icon {
  width: 18px;
  height: 18px;
  font-size: 18px;
}
.contract .components .detail-rows-header {
  font-size: 14px;
}

.contract-state {
  border-radius: 4px;
  font-size: 14px;
  padding: 3px 5px 3px 3px;
  display: inline-flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
}
.topbar .contract-state {
  left: -40px;
}
.contract-state .mat-icon {
  width: 28px;
  height: 28px;
  margin-right: 4px;
  margin-top: -3px;
}
.contract-state--active {
  color: #009939;
}
.contract-state--inactive {
  color: #9d0024;
}

.dashboard {
  padding-top: 75px;
}
.dashboard-tile-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 64px;
  margin-left: -10px;
}
.dashboard-tile {
  min-width: 210px;
  max-width: 210px;
  height: 170px;
  padding: 20px 15px;
  margin: 12px;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.dashboard-tile--enabled {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  color: rgb(114, 114, 114);
  background-color: rgb(255, 255, 255);
  border: 2px solid transparent;
  cursor: pointer;
}
.dashboard-tile--enabled .dashboard-tile__title {
  color: rgb(114, 114, 114);
}
.dashboard-tile--active {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2) !important;
  color: rgb(76, 76, 76) !important;
  background-color: rgb(240, 241, 242) !important;
  border: 2px solid rgb(153, 153, 153) !important;
  cursor: pointer !important;
}
.dashboard-tile--active .dashboard-tile__title {
  color: rgb(76, 76, 76) !important;
}
.dashboard-tile--disabled {
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2);
  color: rgb(203, 203, 203);
  background-color: rgb(255, 255, 255);
  border: 2px solid transparent;
  cursor: default;
}
.dashboard-tile--disabled .dashboard-tile__title {
  color: rgb(203, 203, 203);
}
.dashboard-tile--chart {
  justify-content: space-between;
}
.dashboard-tile--users {
  min-width: 425px;
  max-width: 425px;
  flex-grow: 2;
}
.dashboard-tile__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 17px;
  color: #727272;
  height: 2em;
  display: flex;
  align-items: flex-end;
}
.dashboard-tile__data {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  flex-grow: 2;
}
.dashboard-tile__text {
  font-size: 20px;
  line-height: 24px;
}
.dashboard-tile .mat-icon {
  margin-top: 8px;
  justify-self: flex-start;
  margin-left: -5px;
}
.dashboard__list {
  max-width: 1700px;
}
.dashboard .mat-icon--red {
  color: #DB001B;
}
.dashboard .mat-icon--green {
  background-color: green;
  color: white;
  border-radius: 25px;
}
.dashboard .mat-icon--parking {
  color: white;
  background-color: #005F99;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0px;
}

.flow {
  overflow: hidden;
}
.flow:not(.mat-mdc-dialog-content) {
  position: absolute;
  left: 0px;
  right: 0px;
  display: flex;
  width: 100%;
  height: 100%;
}
.flow__nav {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
.flow__nav a.blue {
  margin-left: auto;
}
.flow__stage {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  overflow-y: auto;
}
.flow__stage h1 {
  margin-top: 28px;
  margin-bottom: 28px;
  font-size: 48px;
  line-height: 1em;
}
.flow__resume {
  position: fixed;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #f9f9f9;
  z-index: 5;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0px 32px;
  max-width: 380px;
  min-width: 380px;
}
.flow__resume .h2 {
  font-size: 28px;
  line-height: 1em;
}
.flow__header {
  font-size: 18px;
  margin-left: -4px;
}
.flow__step-content {
  margin: 170px 64px 64px 120px;
  max-width: calc(100vw - 565px);
}
.flow__step-content .flow__opt-detail .flex-wrap {
  margin: 16px 30px 64px;
}
.flow__step-content .flow__opt-detail .flex-wrap > div:not(.flow__arrow) {
  width: 40%;
}
.flow__step-confirm {
  margin: 120px auto;
  max-width: 520px;
}
.flow__step-confirm h1 {
  font-size: 42px;
}
.flow__step-confirm .flow__opt-detail .flex-wrap {
  margin: 32px 0px;
  cursor: pointer;
}
.flow__step-confirm .flow__opt-detail .flex-wrap > div:not(.flow__arrow) {
  width: 35%;
}
.flow__step-confirm .flow__opt-detail .flex-wrap:hover .flow__arrow:not(.flow__arrow--no-hover) .blue {
  display: block;
}
.flow__step-confirm .flow__opt-detail .flex-wrap:hover .flow__arrow:not(.flow__arrow--no-hover) .orange {
  display: none;
}
.flow__step-confirm .flow__arrow .blue {
  display: none;
}
.flow__step-actions {
  margin-top: 32px;
}
.flow__opt-detail--has-bg {
  max-width: 670px;
  margin-bottom: 48px;
}
.flow__opt-detail--has-bg .flex-wrap {
  background-color: #f9f9f9;
  margin-bottom: 16px !important;
  margin-left: 0px !important;
}
.flow__opt-detail--has-bg .flex-wrap > div:not(.flow__arrow) {
  padding: 8px 16px;
  width: 44% !important;
}
.flow__opt-detail--has-bg .flex-wrap > div:not(.flow__arrow):first-child {
  text-align: right;
}
.flow__opt-detail .flex-wrap .flow__arrow {
  flex-grow: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow__opt-detail .flex-wrap .flow__arrow .mat-icon {
  margin-right: -9px;
}
.flow__opt-detail .flex-wrap .flow__arrow .mat-icon.orange {
  width: 44px;
  height: 44px;
  font-size: 44px;
}
.flow__opt-detail .flex-wrap .flow__arrow .mat-icon.blue {
  width: 36px;
  height: 36px;
  font-size: 36px;
}
.flow__opt-detail table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 8px;
}
.flow .mat-stepper-horizontal {
  width: 100%;
  height: 100%;
}
.flow .mat-horizontal-stepper-content {
  height: 100vh;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
}
.flow .mat-mdc-raised-button {
  min-width: 170px;
}
.flow .strong-labels .mdc-label {
  font-size: 20px;
  font-weight: bold;
}
.flow .btn-close {
  right: 380px;
}
.flow p {
  font-size: 24px;
}
.flow .mat-mdc-radio-group {
  padding: 0px;
}
.flow .mat-mdc-radio-group .mdc-label {
  font-size: 24px;
}
.flow .mat-mdc-radio-group .mdc-radio__background,
.flow .mat-mdc-radio-group .mdc-radio__outer-circle,
.flow .mat-mdc-radio-group .mdc-radio__inner-circle {
  width: 24px;
  height: 24px;
}

.history {
  margin: 24px auto 0px;
  max-width: 440px;
}
.history__item {
  display: flex;
  align-items: center;
  margin: 24px 0px;
  padding-right: 20px;
}
.history__item:hover .history__hover {
  opacity: 1;
}
.history__icon {
  background-color: #999;
  border-radius: 50%;
  min-width: 52px;
  max-width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: flex-start;
}
.history__icon--red {
  background-color: #db001b;
}
.history__icon--red .history__icon-sec {
  border-color: #db001b;
}
.history__icon--green {
  background-color: #00aa3e;
}
.history__icon--green .history__icon-sec {
  border-color: #00aa3e;
}
.history__icon--green-light {
  background-color: #3fd968;
}
.history__icon--green-light .history__icon-sec {
  border-color: #3fd968;
}
.history__icon--black {
  background-color: #474747;
}
.history__icon--black .history__icon-sec {
  border-color: #474747;
}
.history__icon > span {
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
  display: flex;
}
.history__icon > span svg {
  width: 100%;
  height: auto;
}
.history__icon > span text {
  transform: translate(40px, 202px);
  font-size: 62px;
  fill: #fff;
}
.history__icon > span .mat-icon {
  width: 36px;
  height: 36px;
  color: #fff;
  position: relative;
}
.history__icon-sec {
  position: absolute;
  right: -8px;
  bottom: -4px;
  background-color: #fff;
  border: solid 3px #999;
  border-radius: 50%;
  color: #000;
  border-radius: 50%;
  color: #000;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history__icon-sec .mat-icon {
  font-size: 18px;
  line-height: 24px;
  width: 18px;
  height: 18px;
}
.history__con {
  margin-left: 16px;
  position: relative;
}
.history__info {
  font-size: 12px;
  margin-bottom: 4px;
}
.history__details {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.history__hover {
  position: absolute;
  right: -36px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity cubic-bezier(0.25, 0.8, 0.25, 1) 0.6s;
}

.label-counter {
  margin-top: 10px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.label-counter__item {
  height: 24px;
  min-width: 78px;
  background: #F2F2F2;
  border-radius: 3px;
  margin-right: 24px;
  display: flex;
  justify-content: space-between;
  padding-left: 5px;
  align-items: center;
  color: #727272;
  font-size: 14px;
  font-weight: bold;
}
.label-counter__item > span {
  margin-top: 1px;
}
.label-counter__count {
  width: 24px;
  height: 100%;
  background: #0090e5;
  border-radius: 3px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  padding-top: 1px;
}

.order--details .mat-mdc-table {
  width: 100%;
}
.order--details .mat-mdc-table .mat-column-rowActions {
  width: 60px;
  max-width: 75px;
}
.order--details .mat-mdc-table .mat-column-rowMenu {
  width: 45px;
}
.order--details .mat-mdc-table .highlighted {
  background-color: #f2f2f2;
}
.order--details .mat-mdc-table .highlighted td {
  font-weight: 600;
  font-size: 16px;
  border-bottom: 0px;
}
.order--details .flex-wrap__col--33:first-child {
  margin-top: 33px;
}
.order__bemaerkninger {
  width: 100%;
  border-bottom: solid 1px #db5200;
  margin-bottom: 32px;
}
.order__bemaerkninger h2 {
  display: block;
}
.order__bemaerkninger h2 .mat-icon:last-child {
  margin-left: auto;
}
.order__splitview {
  margin: 24px 0px 32px;
  min-height: 300px;
  display: flex;
}
.order__splitview > div {
  padding: 16px 24px 16px 0px;
  flex: 1 auto;
  max-width: 50%;
}
.order__splitview > div:first-child {
  border-right: 1px dashed #999;
  margin-right: 24px;
}
.order h2,
.order h3 {
  margin-bottom: 4px;
  color: #1b1b1b;
}
.order h2 + p,
.order h3 + p {
  margin-top: 4px;
  color: #999;
}
.order h3 {
  margin-top: 24px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

.orders--list .mat-mdc-table th:first-child,
.orders--list .mat-mdc-table td:first-child {
  width: 100px;
  max-width: 106px;
}
.orders--list .mat-mdc-table th:first-child .mat-icon,
.orders--list .mat-mdc-table td:first-child .mat-icon {
  width: 32px;
  height: 32px;
}

.period {
  position: relative;
}
.period__heading {
  display: block;
  margin: 16px 0px 8px;
  position: relative;
}
.period__bar {
  display: inline-flex;
  position: relative;
  padding: 0px 85px;
}
.period__bar--no-date {
  padding: 0px;
}
.period__bar--dd {
  position: static;
}
.period__bar.period__bar--alt > span {
  color: #db5200;
}
.period__bar > span {
  position: absolute;
}
.period__bar > span:first-child {
  left: 0px;
}
.period__bar > span:last-child {
  right: 4px;
}
.period__bar > div {
  display: inline-flex;
  flex-wrap: nowrap;
}
.period__dd {
  position: absolute;
  top: 16px;
  bottom: 0px;
  width: 2px;
}
.period__dd--no-heading {
  top: -24px;
}
.period__dd::after {
  content: "";
  width: 1px;
  border-left: dotted 1px #999;
  position: absolute;
  bottom: 0px;
  top: 19px;
}
.period__dd > span {
  left: -8px;
  position: relative;
  font-size: 12px;
}
.period__dd + .period__heading {
  margin-bottom: 16px;
}
.period__month, .period__offset, .period__onset {
  width: 10px;
  height: 20px;
  margin-right: 6px;
  display: inline-flex;
  opacity: 0.7;
  box-sizing: border-box;
}
.period__month {
  background-color: #999;
}
.period__bar--alt .period__month {
  background-color: #db5200;
  opacity: 0.5;
}
.period__month--solid {
  border: 0px;
}
.period__month--solid.opkraevning {
  background-color: #9d0024;
  opacity: 1;
}
.period__month--solid.eftersyn {
  background-color: #005f99;
  opacity: 1;
}
.period__month.opkraevningDate {
  border: solid 2px #9d0024;
}
.period__month.naesteEftersynDate {
  border: solid 2px #005f99;
}
.period .startDate {
  position: relative;
}
.period .startDate::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 4;
  top: 5px;
  left: 2px;
  border-top: 5px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
}
.period .startDate::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 5;
  top: 6px;
  left: 3px;
  border-top: 4px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #006626;
}
.period .endDate {
  position: relative;
}
.period .endDate::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  z-index: 4;
  top: 6px;
  left: 2px;
  background-color: #fff;
}
.period .endDate::after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  z-index: 5;
  top: 7px;
  left: 3px;
  background-color: #9d0024;
}
.period .eftersyn.opkraevning {
  border: 0px;
  background: linear-gradient(180deg, rgb(0, 95, 153) 0%, rgb(0, 95, 153) 50%, rgb(157, 0, 36) 50%, rgb(157, 0, 36) 100%);
  opacity: 1;
}
.period .naesteEftersynDate.opkraevningDate {
  position: relative;
  border: 0px;
}
.period .naesteEftersynDate.opkraevningDate::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #999;
  border: solid 2px #9d0024;
  border-top: 0px;
}
.period .naesteEftersynDate.opkraevningDate::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #999;
  border: solid 2px #005f99;
  border-bottom: 0px;
}
.period__offset {
  background-color: none;
  position: relative;
  z-index: 1;
}
.period__offset--first {
  z-index: 10;
}
.period__offset > strong {
  position: absolute;
  left: 2px;
  color: #9d0024;
}
.period__onset {
  background-color: pink;
  position: relative;
  z-index: 1;
}
.period__onset--first {
  z-index: 10;
}
.period__onset > strong {
  position: absolute;
  left: 2px;
  color: #9d0024;
}

.price-footer {
  position: fixed;
  height: 70px;
  background-color: #f9f9f9;
  border-top: 1px solid #e8e8e8;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-bottom: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-footer--has-message {
  padding-top: 20px;
  height: 110px;
}
.price-footer__item {
  margin: 0px 15px;
  font-size: 24px;
  color: #999;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.price-footer__item--bold {
  font-weight: 600;
  color: #6d6d6d;
}
.price-footer__item .mat-icon {
  position: relative;
  top: -5px;
  margin-right: 2px;
}
.price-footer__row {
  width: 100%;
  line-height: 1em;
}
.price-footer__row--first {
  font-size: 15px;
}
.price-footer__row--last {
  font-size: 24px;
  margin-top: 3px;
}
.price-footer__row--last small {
  line-height: 11px;
  margin-left: 5px;
}
.orange .price-footer__row {
  font-weight: 600;
}
.price-footer__row small {
  font-size: 11px;
  display: inline-block;
}
.price-footer__sticky {
  position: absolute;
  top: 0px;
  transform: translateY(-50%);
}

.prod-unit {
  margin-top: 24px;
}
.prod-unit:hover .prod-unit__edit,
.prod-unit:hover .prod-unit__delete {
  opacity: 1;
  pointer-events: all;
}
.prod-unit .detail-rows {
  position: relative;
}
.prod-unit .detail-rows-header {
  padding-right: 48px;
  position: relative;
  display: inline-block;
}
.prod-unit .detail-rows-header .mat-icon {
  margin-right: 0px;
}
.prod-unit__edit, .prod-unit__delete {
  transition: opacity cubic-bezier(0.25, 0.8, 0.25, 1) 0.6s;
  pointer-events: none;
}
.prod-unit__edit {
  opacity: 0;
  display: inline-block;
  position: absolute;
  right: 8px;
  top: -8px;
}
.prod-unit__edit button {
  padding: 8px;
}
.prod-unit__delete {
  opacity: 0;
  position: absolute;
  top: -22px;
  right: -22px;
  background-color: #474747;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: block;
  color: #fff;
}
.prod-unit__delete .mat-icon {
  margin-right: 0px;
}
.prod-unit__delete .btn-icon {
  display: block;
  width: 100%;
  height: 100%;
}
.prod-unit__delete:hover .hover-state {
  opacity: 1;
}
.prod-unit__delete:hover .normal-state {
  opacity: 0;
}
.prod-unit__delete .normal-state,
.prod-unit__delete .hover-state {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.prod-unit__delete .normal-state {
  opacity: 1;
}
.prod-unit__delete .hover-state {
  opacity: 0;
}

.service--create .mat-button-toggle-label-content .mat-icon {
  width: 32px;
  height: 32px;
}
.service--create .mat-button-toggle-label-content .mat-icon svg {
  --mdc-icon-button-icon-size: 32px;
}

.settings__wrap {
  max-width: 800px;
  margin: 16px auto 16px;
}

.split-button {
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.split-button__menu {
  box-shadow: none !important;
  min-height: inherit !important;
  border-radius: 0px 0px 5px 5px !important;
  max-width: 165px !important;
  min-width: 165px !important;
}
.split-button__menu .mat-mdc-menu-content {
  padding: 0px !important;
}
.split-button__menu .mat-mdc-menu-content button {
  background-color: #4c4c4c;
  color: #CBCBCB;
}
.split-button__menu .mat-mdc-menu-content button:hover {
  background-color: #4c4c4c;
  color: white;
}
.split-button__gfx {
  display: block;
  opacity: 0;
  position: absolute;
  height: 17px;
  right: 0px;
  left: -200px;
  top: 19px;
  background-color: #4c4c4c;
  z-index: 1;
  transition: opacity ease 0.1s;
  transition-delay: 0.05s;
}
.split-button button:not(.mat-mdc-menu-trigger) {
  padding-right: 32px !important;
  z-index: 10;
  min-width: 148px;
}
.split-button .mat-mdc-menu-trigger {
  position: relative;
  z-index: 11;
  margin-left: -15px !important;
  padding: 0px 10px 0px 6px !important;
  min-width: inherit;
  width: 32px;
  border-radius: 0px 100px 100px 0px !important;
  border-left: solid 1px #fff;
}
.split-button .mat-mdc-menu-trigger .mat-icon {
  height: 22px !important;
  width: 18px !important;
}
.split-button .mat-mdc-menu-trigger[aria-expanded=true] {
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}
.split-button .mat-mdc-menu-trigger[aria-expanded=true] .mat-icon {
  transform: rotate(-180deg);
}
.split-button .mat-mdc-menu-trigger[aria-expanded=true] ~ .split-button__gfx {
  opacity: 1;
}

.subscriptions--list .mat-mdc-table th:first-child,
.subscriptions--list .mat-mdc-table td:first-child {
  width: 100px;
  max-width: 106px;
}
.subscriptions--list .mat-mdc-table th:first-child .mat-icon,
.subscriptions--list .mat-mdc-table td:first-child .mat-icon {
  width: 32px;
  height: 32px;
}

.opfoelgning-list > h1:first-child {
  display: flex;
  align-items: center;
}
.opfoelgning-list .opfoelgning-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid lightgray 1px;
  padding: 8px;
}
.opfoelgning-list .opfoelgning-row__create {
  justify-content: flex-end;
}
.opfoelgning-list .opfoelgning-row__view {
  transform: rotate(-90deg);
  font-weight: bold;
}
.opfoelgning-list .opfoelgning-row__details {
  cursor: pointer;
}
.opfoelgning-list .opfoelgning-row__details > div:first-child {
  display: flex;
  align-items: center;
}
.opfoelgning-list .opfoelgning-row__details > div:first-child span {
  font-size: 14px;
}
.opfoelgning-list .opfoelgning-row__details > div:last-child {
  margin-left: 25px;
}
.opfoelgning-list .opfoelgning-row__details .coin {
  margin-right: 8px;
}

.opfoelgning-bookmark-count {
  z-index: 100;
  position: relative;
  font-size: 10px;
  left: -18px;
  top: -10px;
}
.opfoelgning-bookmark-count--alt {
  left: -14.5px;
  top: 0;
}
.opfoelgning-bookmark-count__action {
  top: -1px;
}
.opfoelgning-bookmark-count__quickview {
  left: -20px;
}
.topbar__actions .opfoelgning-bookmark-count {
  left: -15.5px;
  top: 0;
}
.topbar__actions .opfoelgning-bookmark-count--alt {
  left: -17.5px;
}
.quick-view__bottom .opfoelgning-bookmark-count {
  left: -19px;
  top: 0;
}
.quick-view__bottom .opfoelgning-bookmark-count--alt {
  left: -18.5px;
}

.excel {
  width: 100%;
  display: flex;
  max-width: 950px;
  align-items: center;
  flex-direction: column;
  padding-bottom: 2em;
}
.excel__actions {
  display: flex;
  width: 100%;
}
.excel__actions > a,
.excel__actions > button {
  padding: 8px 16px;
}
.excel__actions .active {
  background-color: #e8e8e8;
}
.excel__upload {
  display: flex;
  justify-content: center;
  min-height: 12em;
  background-color: #e8e8e8;
  flex-direction: column;
  padding: 16px 16px;
  width: 100%;
}
.excel__upload-button {
  margin: 16px 0px 32px;
}
.excel__dropzone {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px dashed #999;
  padding: 16px;
  margin-bottom: 8px;
  cursor: pointer;
}
.excel__dropzone--dragover {
  background-color: #999;
  border-color: #e8e8e8;
  color: black;
  cursor: default;
}
.excel__dropzone-cta {
  font-weight: bold;
  color: #0090e5;
}
.excel__summary {
  width: 100%;
}
.excel__summary-item {
  margin-bottom: 16px;
}
.excel__summary-item--error {
  color: #db005d;
}
.excel__summary-item--error li {
  color: #db005d;
}
.excel__summary-item--warning {
  color: #db5200;
}
.excel__summary-item--warning li {
  color: #db5200;
}
.excel__summary-details ul {
  display: flex;
  flex-wrap: wrap;
}
.excel__summary-details li {
  display: inline-block;
  width: 12.5%;
  margin: 8px 0px;
}
.excel__summary ul {
  list-style: none;
  padding-left: 0px;
}
.excel__message {
  width: 100%;
  min-height: 50px;
  margin-top: 16px;
  display: flex;
  padding: 10px 20px;
  justify-content: flex-start;
  align-items: center;
  border-radius: 15px;
  border: 2px dotted transparent;
}
.excel__message--warning {
  color: #db5200;
  background-color: #fcede5;
  border-color: #db8f63;
  justify-content: space-between;
}
.excel__message--success {
  color: #009939;
  background-color: #E6F5EB;
  border-color: #009939;
}

.brand::after {
  content: "";
  display: block;
  height: 4px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 200;
}
.brand--egis::after {
  background-color: #634f45;
}
.brand--egis .brand__nametag {
  background-color: #634f45;
}
.brand--egis .mat-mdc-tab-group.mat-primary .mat-ink-bar,
.brand--egis .mat-mdc-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #634f45 !important;
}
.brand--egis .mdc-list-item--selected::before {
  background-color: #634f45;
}
.brand--egis .mdc-list-item--selected .mdc-list-item__primary-text {
  color: #634f45;
}
.brand--egis .page__nav::after {
  background-color: #634f45;
}
.brand--naervarme::after {
  background-color: #00847c;
}
.brand--naervarme .brand__nametag {
  background-color: #00847c;
}
.brand--naervarme .mat-mdc-tab-group.mat-primary .mat-ink-bar,
.brand--naervarme .mat-mdc-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #00847c !important;
}
.brand--naervarme .mdc-list-item--selected::before {
  background-color: #00847c;
}
.brand--naervarme .mdc-list-item--selected .mdc-list-item__primary-text {
  color: #00847c;
}
.brand--naervarme .page__nav::after {
  background-color: #00847c;
}
.brand__nametag {
  display: inline-flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.btn-floating-right {
  position: absolute;
  right: -27px;
  top: 50%;
  transform: translateY(calc(-50% - 1px));
  z-index: 10;
}
.btn-icon {
  align-items: center;
}
.btn-icon.blue:hover span {
  text-decoration: underline;
}
.btn-icon .mat-icon {
  margin-right: 3px;
}
.btn-icon > span {
  line-height: 1em;
}
.btn-icon > span + .mat-icon {
  margin-left: 3px;
  margin-right: 0px;
}
.btn-close {
  right: 20px;
}
.btn-close .mat-icon {
  width: 32px;
  height: 32px;
}
.btn-in-the-corner {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
}
.btn-add {
  font-size: 33px;
}
.btn-add-small .mat-icon {
  margin-right: 0px;
  position: relative;
  top: -1px;
}
.btn-blue-edit {
  color: #fff;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0090e5;
  border-radius: 100%;
}
.btn-blue-edit .mat-icon {
  margin-right: 0px;
}
.btn-calendar span {
  position: relative;
  top: 2px;
}

.hidden-btn-edit .btn-edit,
.hidden-btn-edit .btn-blue-edit {
  opacity: 0;
  transition: opacity cubic-bezier(0.25, 0.8, 0.25, 1) 0.6s;
  pointer-events: none;
}
.hidden-btn-edit:hover .btn-edit,
.hidden-btn-edit:hover .btn-blue-edit {
  opacity: 1;
  pointer-events: all;
}

.card {
  padding: 32px 32px 16px 32px;
  margin-bottom: 24px;
  background-color: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  max-width: 680px;
  position: relative;
}
.card--grey-light {
  background-color: #f2f2f2;
}
.card--no-padding {
  padding: 0px;
}
.card__padded-content {
  padding: 16px 32px 16px 32px;
}
.card .data:first-child,
.card .detail-rows:first-child,
.card p:first-child {
  margin-top: 0px;
}
.card .detail-rows:first-child {
  padding-top: 0px;
  margin-top: -30px;
}
.card > .btn-add-small:first-child {
  margin-top: -16px;
}

.grey-light {
  color: #999 !important;
}
.grey-light:hover {
  color: #999 !important;
}
.grey-light-bg {
  background-color: #f2f2f2 !important;
}

.blue {
  color: #0090e5 !important;
}
.blue:hover {
  color: #0090e5 !important;
}
.blue-bg {
  background-color: #0090e5 !important;
}

.blue-dark {
  color: #005f99 !important;
}
.blue-dark:hover {
  color: #005f99 !important;
}

.green {
  color: #00aa3e !important;
}
.green:hover {
  color: #00aa3e !important;
}
.green-bg {
  background-color: #00aa3e !important;
  color: #fff !important;
}

.orange {
  color: #db5200 !important;
}
.orange:hover {
  color: #db5200 !important;
}
.orange-bg {
  background-color: #db5200 !important;
  color: #fff !important;
}
.orange-border {
  border: 1px solid #db5200 !important;
}

.red {
  color: #db001b !important;
}
.red:hover {
  color: #db001b !important;
}
.red-bg {
  background-color: #db001b !important;
}

.red-cancel {
  color: #9d0024 !important;
}
.red-cancel:hover {
  color: #9d0024 !important;
}

.trans-red-bg {
  background-color: transparent !important;
  border: 1px solid #db001b !important;
  color: #db001b !important;
}
.trans-red-bg .mat-mdc-chip-action-label {
  color: #db001b !important;
}

.orange-prio {
  color: #db5200 !important;
}
.orange-prio:hover {
  color: #db5200 !important;
}
.orange-prio-bg {
  background-color: #db5200 !important;
}

.grey-prio {
  color: #727272 !important;
}
.grey-prio:hover {
  color: #727272 !important;
}

.trans-bg {
  background-color: transparent !important;
}
.trans-bg:hover::after {
  content: none;
}

.black {
  color: #1b1b1b !important;
}
.black:hover {
  color: #1b1b1b !important;
}

.data {
  display: flex;
  margin: 24px 0px;
  flex-wrap: wrap;
}
.data--inactive {
  opacity: 0.5;
}
.data--header {
  margin-bottom: 8px;
}
.data__subrow {
  min-width: calc(50% - 8px);
  max-width: calc(50% - 8px);
  margin-right: 8px;
}
.data__subrow .mat-mdc-form-field {
  max-width: 180px;
  width: 100%;
}
.data__subrow .flex-wrap {
  max-width: 180px;
}
.data__fullwidth {
  width: 100%;
  margin-right: 8px;
}
.data__lbl {
  font-size: 12px;
  line-height: 17px;
  color: #999;
  width: 100%;
}
.data__val {
  color: #4c4c4c;
  font-size: 16px;
  line-height: 21px;
  margin-right: 15px;
}
.data__val--full {
  width: 100%;
  margin-right: 0px;
}
.data__val--full .mat-mdc-form-field {
  width: 100%;
}
.data__val textarea {
  width: 100%;
}
.data__val .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.data__val a {
  max-width: 100%;
  text-decoration: none;
}
.data__val a span {
  text-decoration: underline;
}
.data__val ul {
  list-style: none;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.data__val li {
  margin: 4px 0px;
}

.detail-rows-header {
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  margin-bottom: 4px;
  margin-top: 0px;
}

.detail-rows {
  background-color: #f2f2f2;
  padding: 16px;
  position: relative;
}
.detail-rows--transparent {
  background-color: transparent;
  padding: 16px 0px;
}
.detail-rows--transparent .detail-row {
  padding: 20px 3px 20px;
  margin-bottom: 0px;
  border-color: #e8e8e8;
}
.detail-rows--transparent .detail-row__lbl,
.detail-rows--transparent .detail-row__val {
  font-size: 14px;
  line-height: 17px;
}
.detail-rows--transparent .detail-row__lbl {
  font-weight: 600;
  white-space: nowrap;
  margin-right: 16px;
}
.detail-rows--transparent .detail-row__val {
  word-break: break-all;
}
.detail-rows__edit {
  position: absolute;
  right: -21px;
  top: 11px;
}

.detail-row {
  border-bottom: solid 1px #d5d5d5;
  margin-bottom: 8px;
  padding: 0px 3px 8px;
  display: flex;
  font-size: 14px;
}
.detail-row:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.detail-row__lbl {
  color: #1b1b1b;
}
.detail-row__val {
  color: #6d6d6d;
  text-align: right;
  margin-left: auto;
}

.env {
  background: repeating-linear-gradient(-45deg, #cda700, #cda700 21px, #dbc000 21px, #dbc000 42px);
  width: 100%;
  height: 32px;
  position: fixed;
  z-index: 10000;
  top: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.env__lbl {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #1b1b1b;
  display: flex;
  flex-wrap: nowrap;
}
.env__lbl span {
  display: inline-block;
  margin: 0px 64px;
}
.env--not-prod ~ app-page-clean .page__main,
.env--not-prod ~ app-page-clean-white .page__main,
.env--not-prod ~ app-page-nav-footer .page__main {
  padding-top: 32px;
}
.env--not-prod ~ app-page-clean .site-nav,
.env--not-prod ~ app-page-clean .topbar,
.env--not-prod ~ app-page-clean .page__nav,
.env--not-prod ~ app-page-clean .quick-view__top,
.env--not-prod ~ app-page-clean .info-line,
.env--not-prod ~ app-page-clean .sectionbar,
.env--not-prod ~ app-page-clean-white .site-nav,
.env--not-prod ~ app-page-clean-white .topbar,
.env--not-prod ~ app-page-clean-white .page__nav,
.env--not-prod ~ app-page-clean-white .quick-view__top,
.env--not-prod ~ app-page-clean-white .info-line,
.env--not-prod ~ app-page-clean-white .sectionbar,
.env--not-prod ~ app-page-nav-footer .site-nav,
.env--not-prod ~ app-page-nav-footer .topbar,
.env--not-prod ~ app-page-nav-footer .page__nav,
.env--not-prod ~ app-page-nav-footer .quick-view__top,
.env--not-prod ~ app-page-nav-footer .info-line,
.env--not-prod ~ app-page-nav-footer .sectionbar {
  top: 32px;
}
.env--not-prod ~ app-page-clean :not(.mat-mdc-tab-group) .mat-mdc-table-sticky,
.env--not-prod ~ app-page-clean-white :not(.mat-mdc-tab-group) .mat-mdc-table-sticky,
.env--not-prod ~ app-page-nav-footer :not(.mat-mdc-tab-group) .mat-mdc-table-sticky {
  top: 108px !important;
}
.env--not-prod ~ app-page-clean .sectionbar + .topbar,
.env--not-prod ~ app-page-clean .sectionbar + .pages .topbar,
.env--not-prod ~ app-page-clean-white .sectionbar + .topbar,
.env--not-prod ~ app-page-clean-white .sectionbar + .pages .topbar,
.env--not-prod ~ app-page-nav-footer .sectionbar + .topbar,
.env--not-prod ~ app-page-nav-footer .sectionbar + .pages .topbar {
  top: 71px;
}
.env--not-prod ~ app-page-clean .sectionbar ~ .pages .mat-mdc-table-sticky,
.env--not-prod ~ app-page-clean .sectionbar ~ .page__content .mat-mdc-table-sticky,
.env--not-prod ~ app-page-clean-white .sectionbar ~ .pages .mat-mdc-table-sticky,
.env--not-prod ~ app-page-clean-white .sectionbar ~ .page__content .mat-mdc-table-sticky,
.env--not-prod ~ app-page-nav-footer .sectionbar ~ .pages .mat-mdc-table-sticky,
.env--not-prod ~ app-page-nav-footer .sectionbar ~ .page__content .mat-mdc-table-sticky {
  top: 147px !important;
}
.env--not-prod ~ app-page-clean .quick-view,
.env--not-prod ~ app-page-clean-white .quick-view,
.env--not-prod ~ app-page-nav-footer .quick-view {
  padding-top: 108px;
}
.env--not-prod ~ app-page-clean .quick-view .btn-close,
.env--not-prod ~ app-page-clean-white .quick-view .btn-close,
.env--not-prod ~ app-page-nav-footer .quick-view .btn-close {
  top: 45px;
}
.env--not-prod ~ app-page-clean .info-line ~ .site-nav,
.env--not-prod ~ app-page-clean .info-line ~ .topbar,
.env--not-prod ~ app-page-clean .info-line ~ .page__nav,
.env--not-prod ~ app-page-clean .info-line ~ .quick-view__top,
.env--not-prod ~ app-page-clean .info-line ~ .sectionbar,
.env--not-prod ~ app-page-clean-white .info-line ~ .site-nav,
.env--not-prod ~ app-page-clean-white .info-line ~ .topbar,
.env--not-prod ~ app-page-clean-white .info-line ~ .page__nav,
.env--not-prod ~ app-page-clean-white .info-line ~ .quick-view__top,
.env--not-prod ~ app-page-clean-white .info-line ~ .sectionbar,
.env--not-prod ~ app-page-nav-footer .info-line ~ .site-nav,
.env--not-prod ~ app-page-nav-footer .info-line ~ .topbar,
.env--not-prod ~ app-page-nav-footer .info-line ~ .page__nav,
.env--not-prod ~ app-page-nav-footer .info-line ~ .quick-view__top,
.env--not-prod ~ app-page-nav-footer .info-line ~ .sectionbar {
  top: 64px;
}
.env--not-prod ~ app-page-clean .info-line ~ .sectionbar + .topbar,
.env--not-prod ~ app-page-clean-white .info-line ~ .sectionbar + .topbar,
.env--not-prod ~ app-page-nav-footer .info-line ~ .sectionbar + .topbar {
  top: 103px;
}
.env--not-prod ~ app-page-clean-white .page__main {
  padding-top: 32px;
}
.env--not-prod ~ app-page-clean-white .flow .mat-horizontal-stepper-content {
  padding-top: 32px;
  top: -32px !important;
}
.env--not-prod ~ app-page-clean-white .flow .flow__nav {
  top: 45px;
}
.env--not-prod ~ app-page-clean .btn-close {
  top: 45px;
}

a {
  color: #0090e5;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #0090e5;
}

.page [class*=page__] .wrap {
  padding: 0px 26px;
  max-width: none;
}

.logo {
  margin-left: 45px;
}

button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

.mat-mdc-standard-chip {
  border-radius: 6px !important;
}

.mat-mdc-chip-trailing-icon .mat-icon {
  margin-left: 4px !important;
  pointer-events: none !important;
  opacity: 0 !important;
  transition: opacity cubic-bezier(0.25, 0.8, 0.25, 1) 0.6s;
}
.mat-mdc-chip-trailing-icon:hover .mat-icon {
  pointer-events: all !important;
  opacity: 1 !important;
}

.tag-list-add {
  font-size: 14px;
  margin-left: 4px;
}

.timestamp {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.timestamp .mat-icon {
  position: relative;
  top: -1px;
  margin-left: 4px;
}

.modal-cancel {
  margin-right: auto !important;
}

.faded {
  opacity: 0.4;
}

.nav-to-links {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 12px;
}
.nav-to-links .mat-icon {
  margin-right: 4px;
}

.hidden-cell {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: opacity cubic-bezier(0.25, 0.8, 0.25, 1) 0.6s;
  margin-right: -16px;
}
.hidden-cell button {
  pointer-events: none;
}
.hidden-cell button + button {
  margin-left: 8px;
}
.hidden-cell--pinned {
  opacity: 1 !important;
}
.hidden-cell--pinned button {
  pointer-events: all;
}

tr:hover .hidden-cell:not(.hidden-cell--inactive) {
  opacity: 1;
}
tr:hover .hidden-cell:not(.hidden-cell--inactive) button {
  pointer-events: all;
}

.info-tooltip {
  color: #999;
  cursor: help;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.info-tooltip--inline {
  margin-left: 4px;
}
.info-tooltip svg {
  width: 22px !important;
  height: 22px !important;
}

.external-link .mat-icon {
  margin-right: 0px;
  margin-left: -9px;
  position: relative;
  top: -1px;
}
.external-link .mat-icon + span {
  margin-left: -2px;
}

.form-row--inline {
  margin-bottom: 0px;
  margin-top: 0px;
  max-width: 200px !important;
  min-width: auto;
}
.form-row--inline .mat-mdc-form-field-subscript-wrapper {
  display: none;
}

.form-row--inline + .form-row--inline {
  margin-left: auto;
}

button .mat-icon[svgicon=edit] {
  width: 22px;
  height: 22px;
  margin-top: -3px;
}

.save-changes-bar {
  position: fixed;
  height: 70px;
  background-color: #f9f9f9;
  border-top: 1px solid #e8e8e8;
  bottom: 0px;
  left: 118px;
  right: 0px;
  margin-bottom: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.opacity-hover {
  opacity: 0.7;
}
.opacity-hover:hover {
  opacity: 1;
}
.opacity-hover:hover .opacity-hover__hidden {
  display: none;
}
.opacity-hover:hover .opacity-hover__visible {
  display: inherit;
}
.opacity-hover .opacity-hover__hidden {
  display: inherit;
}
.opacity-hover .opacity-hover__visible {
  display: none;
}

.table-show-overflow .mdc-data-table__cell {
  overflow: visible;
}

.icon-16 {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px;
  font-size: 16px;
}

.icon-18 {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px;
  font-size: 18px;
}

.icon-32 {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px;
  font-size: 32px;
}

.icon-48 {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px;
  font-size: 48px;
}

.icon-64 {
  width: 64px !important;
  height: 64px !important;
  min-width: 64px;
  font-size: 64px;
}

.icon-with-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.icon-with-text > .mat-icon {
  margin-right: 3px;
  position: relative;
  top: -1px;
}
.icon-with-text > span {
  line-height: 1em;
}

.info-line {
  position: fixed;
  right: 0px;
  top: 0px;
  left: 0px;
  z-index: 103;
  background-color: #db5200;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
}
.info-line ~ .site-nav,
.info-line ~ .topbar,
.info-line ~ .page__nav,
.info-line ~ .quick-view__top {
  top: 32px;
}
.info-line .mat-icon {
  margin-right: 4px;
  position: relative;
  top: -1px;
}

.mdc-list-item {
  overflow: visible !important;
}
.mdc-list-item:hover {
  background-color: transparent !important;
}
.mdc-list-item:not(.mdc-list-item--selected)::before {
  background-color: transparent !important;
}
.mdc-list-item .mat-ripple {
  display: none;
}
.mdc-list-item--selected {
  position: relative;
}
.mdc-list-item--selected::before {
  display: block;
  left: -20px !important;
  top: 8px !important;
  height: 32px !important;
  width: 5px !important;
  border-radius: 0 4px 4px 0 !important;
  opacity: 1 !important;
}
.mdc-list-item--selected .mdc-list-item__primary-text {
  color: inherit !important;
}

.mat-mdc-header-cell {
  color: #999 !important;
  font-size: 12px;
}

.mat-sort-header-sorted {
  color: #1b1b1b;
}

.mat-column-type .mat-icon {
  width: 32px;
  height: 32px;
}

:not(.mat-mdc-tab-group) .mat-mdc-table-sticky {
  top: 76px !important;
}

.mat-mdc-table {
  width: 100%;
  border-radius: 6px;
  border-collapse: separate !important;
}
.mat-mdc-table th.mat-mdc-header-cell,
.mat-mdc-table td.mat-mdc-cell {
  padding-left: 4px;
  padding-right: 4px;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-table td.mat-mdc-cell {
  font-size: 14px;
}
.mat-mdc-table thead th {
  border-top: solid 3px white;
  background-color: #f9f9f9;
  color: #727272;
}
.mat-mdc-table thead th:first-child {
  border-left: solid 3px white;
  border-radius: 6px 0 0 0;
}
.mat-mdc-table thead th:last-child {
  border-right: solid 3px white;
  border-radius: 0 6px 0 0;
}
.mat-mdc-table tbody .mat-mdc-row:not(.active):hover {
  background-color: #f9f9f9;
}
.mat-mdc-table th.mat-mdc-header-cell:first-of-type,
.mat-mdc-table td.mat-mdc-cell:first-of-type,
.mat-mdc-table td.mat-mdc-footer-cell:first-of-type {
  padding-left: 16px;
}
@media screen and (min-width: 1025px) {
  .mat-mdc-table th.mat-mdc-header-cell:first-of-type,
  .mat-mdc-table td.mat-mdc-cell:first-of-type,
  .mat-mdc-table td.mat-mdc-footer-cell:first-of-type {
    padding-left: 32px;
  }
}
.mat-mdc-table.has-notifications th.mat-mdc-header-cell:first-of-type,
.mat-mdc-table.has-notifications td.mat-mdc-cell:first-of-type,
.mat-mdc-table.has-notifications td.mat-mdc-footer-cell:first-of-type {
  padding-left: 32px;
}
@media screen and (min-width: 1025px) {
  .mat-mdc-table.has-notifications th.mat-mdc-header-cell:first-of-type,
  .mat-mdc-table.has-notifications td.mat-mdc-cell:first-of-type,
  .mat-mdc-table.has-notifications td.mat-mdc-footer-cell:first-of-type {
    padding-left: 48px;
  }
}
.mat-mdc-table.has-notifications--x2 th.mat-mdc-header-cell:first-of-type,
.mat-mdc-table.has-notifications--x2 td.mat-mdc-cell:first-of-type,
.mat-mdc-table.has-notifications--x2 td.mat-mdc-footer-cell:first-of-type {
  padding-left: 58px !important;
}
@media screen and (min-width: 1025px) {
  .mat-mdc-table.has-notifications--x2 th.mat-mdc-header-cell:first-of-type,
  .mat-mdc-table.has-notifications--x2 td.mat-mdc-cell:first-of-type,
  .mat-mdc-table.has-notifications--x2 td.mat-mdc-footer-cell:first-of-type {
    padding-left: 70px !important;
  }
}
.mat-mdc-table.has-notifications--x2 .hidden-cell > button {
  left: -70px !important;
}
@media screen and (min-width: 1025px) {
  .mat-mdc-table.has-notifications--x2 .hidden-cell > button {
    left: -66px !important;
  }
}
.mat-mdc-table.has-notifications--x2 .hidden-cell + .hidden-cell > button {
  left: -94px !important;
}
@media screen and (min-width: 1025px) {
  .mat-mdc-table.has-notifications--x2 .hidden-cell + .hidden-cell > button {
    left: -92px !important;
  }
}
.mat-mdc-table.has-notifications .mat-mdc-row {
  position: relative;
}
.mat-mdc-table.has-notifications .hidden-cell {
  width: 0;
  position: relative;
  border: 0;
}
.mat-mdc-table.has-notifications .hidden-cell > button {
  position: absolute;
  top: 7px;
  left: -71px;
}
@media screen and (min-width: 1025px) {
  .mat-mdc-table.has-notifications .hidden-cell > button {
    left: -88px;
  }
}
.mat-mdc-table th.mat-mdc-header-cell:last-of-type,
.mat-mdc-table td.mat-mdc-cell:last-of-type,
.mat-mdc-table td.mat-mdc-footer-cell:last-of-type {
  padding-right: 16px;
}
@media screen and (min-width: 1281px) {
  .mat-mdc-table th.mat-mdc-header-cell:last-of-type,
  .mat-mdc-table td.mat-mdc-cell:last-of-type,
  .mat-mdc-table td.mat-mdc-footer-cell:last-of-type {
    padding-right: 32px;
  }
}
.mat-mdc-table .mat-mdc-row td:last-child {
  position: relative;
}
.mat-mdc-table .mat-mdc-row.not-current td:not(:last-child) {
  opacity: 0.4;
}
.mat-mdc-table .mat-mdc-row.not-current td:last-child {
  border-bottom-color: rgba(0, 0, 0, 0.05);
}
.mat-mdc-table .mat-mdc-row.expired td:not(:last-child) {
  color: #9d0024;
  text-decoration: line-through;
}
.mat-mdc-table .mat-mdc-row.future td:not(:last-child) {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: line-through;
}
.mat-mdc-table .fixedprice-active {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 22px;
}
.mat-mdc-table .fixedprice-active .mat-icon {
  width: 22px;
  height: 22px;
}

.mat-mdc-tooltip {
  white-space: pre-line;
}
.mat-mdc-tooltip.disableEllipsis {
  max-width: none;
  text-overflow: unset;
}

.mat-mdc-menu-content .mat-mdc-slide-toggle {
  display: flex;
  height: auto;
  padding-right: 15px;
}
.mat-mdc-menu-content .mdc-switch {
  margin: 10px 15px;
}
.mat-mdc-menu-content .mdc-label {
  display: flex;
  align-items: center;
}
.mat-mdc-menu-content .mdc-label .mat-icon {
  margin-right: 4px;
}
.mat-mdc-menu-content hr {
  margin: 16px 0 !important;
}
.mat-mdc-menu-content hr + div {
  margin-top: -10px;
}

.mat-mdc-raised-button,
.mat-mdc-unelevated-button {
  border-radius: 100px !important;
  padding: 0 24px !important;
  font-size: 16px !important;
}
.mat-mdc-raised-button.btn-trans,
.mat-mdc-unelevated-button.btn-trans {
  background-color: transparent;
  border: 1px solid #6d6d6d;
  color: #6d6d6d;
}

.tab-custom-overflow .mat-mdc-tab-body-content {
  overflow: visible !important;
}

.tab-custom-overflow .mat-mdc-tab-body-active {
  overflow: visible !important;
}

.mat-mdc-form-field-error {
  color: #db001b;
}

.mat-mdc-tab-group .mdc-tab--active .mdc-tab__text-label {
  color: #1b1b1b;
  font-weight: bold;
}

.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #376d2b;
}

.mat-step .mat-step-header.cdk-program-focused {
  background-color: transparent !important;
}

.no-stepper-nav .mat-horizontal-stepper-header-container {
  display: none;
}

.mat-mdc-chip {
  min-height: 33px !important;
}
.mat-mdc-chip.red-bg .mat-mdc-chip-action-label, .mat-mdc-chip.orange-bg .mat-mdc-chip-action-label {
  color: white !important;
}
.mat-mdc-chip > .mat-icon {
  margin-left: -4px;
}
.mat-mdc-chip + .mat-mdc-chip {
  margin-left: 8px;
}
.mat-mdc-chip.chip-passive.mat-mdc-standard-chip {
  pointer-events: none;
}
.mat-mdc-chip:focus::after, .mat-mdc-chip:hover::after {
  background-color: transparent !important;
  content: none;
}
.mat-mdc-chip .mat-mdc-chip-action-label {
  display: flex;
  align-items: center;
}

table.mat-mdc-table {
  border-spacing: 0;
}

tr.mat-mdc-header-row {
  height: 56px;
}

tr.mat-mdc-row,
tr.mat-mdc-footer-row {
  height: 48px;
}

th.mat-mdc-header-cell {
  text-align: left;
}

th.mat-mdc-header-cell,
td.mat-mdc-cell,
td.mat-mdc-footer-cell {
  padding: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

th.mat-mdc-header-cell:first-of-type,
td.mat-mdc-cell:first-of-type,
td.mat-mdc-footer-cell:first-of-type {
  padding-left: 24px;
}

th.mat-mdc-header-cell:last-of-type,
td.mat-mdc-cell:last-of-type,
td.mat-mdc-footer-cell:last-of-type {
  padding-right: 24px;
}

.mat-dialog-content--white {
  background-color: #fff !important;
}

.mat-icon .mat-badge-content {
  text-overflow: inherit;
}

.mdc-icon-button__ripple {
  display: none !important;
}

.mat-mdc-radio-button .mdc-form-field {
  color: inherit;
}

input.mat-mdc-input-element {
  font-size: 14px !important;
}

.cdk-overlay-container .mat-mdc-dialog-content .form-row {
  margin-left: 0;
}

.notification {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  z-index: 1005;
  background-color: transparent !important;
  transform-origin: 0px 0px;
}
body.brand .notification--success {
  background-color: transparent !important;
  color: #006626;
}
body.brand .notification--success .mat-icon {
  color: #006626;
}
body.brand .notification--error {
  background-color: transparent !important;
  color: #9d0024;
}
body.brand .notification--error .mat-icon {
  color: #9d0024;
}
body.brand .notification--error .notification__wrap {
  background: #f8ccd1;
}
body.brand .notification--error .mat-mdc-unelevated-button {
  background-color: #f8ccd1 !important;
  color: #9d0024 !important;
  border-color: #9d0024 !important;
}
body.brand .notification--warning {
  background-color: transparent !important;
  color: #db5200;
}
body.brand .notification--warning .mat-icon {
  color: #db5200;
}
.notification__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto 48px;
  padding: 36px 32px 24px;
  border-radius: 10px;
  background-color: #fff;
  filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.1)) drop-shadow(0px 1px 18px rgba(0, 0, 0, 0.12));
}
@media screen and (min-width: 0px) and (max-width: 480px) {
  .notification__wrap {
    align-items: flex-start;
    margin: 0 auto 16px;
  }
}
.notification__wrap > .mat-icon {
  position: absolute;
  top: 0px;
  transform: translateY(-50%);
}
.notification__text {
  color: inherit;
  font-size: 18px;
  white-space: pre;
}
@media screen and (min-width: 769px) {
  .notification__text {
    font-size: 24px;
  }
}
.notification .mat-mdc-unelevated-button {
  margin: 12px 0px 0px;
  padding: 4px 32px;
  background-color: #fff;
  color: #999;
  border: 1px solid #999;
}
.notification .btn-icon {
  position: absolute;
  right: 4px;
  top: 6px;
}

.page--grey-bg {
  background-color: #f9f9f9;
}
.page__main {
  margin-top: 0px;
  margin-bottom: 60px;
  position: relative;
}
.site-nav + .page__main {
  padding-left: 118px;
}
app-page-clean-white .page__main {
  margin-bottom: 0px;
}
.page__nav {
  position: fixed;
  z-index: 102;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #fff;
  padding: 8px 20px 20px;
  width: 250px;
  max-width: 20vw;
  box-shadow: -11px 0px 10px 10px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
}
.page__nav::before {
  content: "";
  display: block;
  background-color: #e8e8e8;
  height: 1px;
  position: absolute;
  top: 75;
  left: 0;
  right: 0;
}
.page__nav::after {
  content: "";
  display: block;
  height: 75px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.page__nav app-back-button {
  position: relative;
  z-index: 2;
}
.page__nav .go-back {
  cursor: pointer;
  margin: 6px 0px 6px -6px;
  color: #fff;
}
.page__nav .go-back:hover {
  text-decoration: none;
}
.page__nav .go-back:hover > span {
  text-decoration: underline;
}
.page__nav .go-back:last-child {
  margin-bottom: 52px;
}
.page__nav .mat-mdc-list-option {
  padding-left: 28px !important;
}
.page__nav hr.bottom-sep {
  margin-top: auto;
}
.page__nav .data {
  margin: 8px 0px 8px 28px;
}
.page__nav .data__val {
  max-width: 100%;
}
.page__nav-bottom {
  position: absolute;
  bottom: 16px;
}
.page__nav-bottom .red-cancel {
  font-size: 16px;
}
.page__nav-bottom .red-cancel .mat-icon {
  width: 32px;
  height: 32px;
}
.page__footer {
  margin-left: 77px;
}
.page__content {
  padding-top: 128px;
}
.page__content--has-submenu {
  padding-left: 274px;
  padding-top: 115px;
}
.page__content .wannabe-h1 {
  color: #999;
}
.page__content h2 {
  margin-top: 0px;
  font-size: 20px;
  line-height: 24px;
  color: #4c4c4c;
  font-weight: 600;
  align-content: inherit;
  justify-content: inherit;
}

.quick-view {
  position: fixed;
  z-index: 110;
  top: 0px;
  bottom: 0px;
  right: -18px;
  background-color: #fff;
  padding: 76px 38px 80px 32px;
  width: 380px;
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.09);
}
.quick-view--wide {
  width: 460px;
}
.quick-view--wide .quick-view__top {
  width: 442px;
}
.quick-view--wide .quick-view__bottom {
  width: 442px;
}
.quick-view__top {
  position: fixed;
  top: 0px;
  right: 0px;
  padding: 16px 32px;
  width: 362px;
  height: 54px;
  display: inline-flex;
  flex-direction: column;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: solid 1px #e8e8e8;
  z-index: 105;
}
.quick-view__top .timestamp {
  color: #999;
  margin-left: -16px;
}
.quick-view__top .timestamp .mat-icon {
  margin-left: 0px;
  margin-right: 4px;
}
.quick-view__top hr {
  position: relative;
  left: -32px;
  width: calc(100% + 75px);
}
.quick-view__heading {
  display: flex;
  align-items: flex-end;
}
.quick-view__heading > .mat-icon {
  font-size: 32px;
  height: 32px;
  width: 32px;
  position: relative;
  top: 0px;
  left: -1px;
  margin-right: 8px;
}
.quick-view__heading .data {
  margin-top: 8px;
  margin-bottom: 0px;
}
.quick-view__heading .data__val {
  font-size: 24px;
  font-weight: 600;
}
.quick-view__bottom {
  position: fixed;
  bottom: 0px;
  right: 0px;
  background-color: #fff;
  border-top: solid 1px #e8e8e8;
  padding: 16px 32px;
  width: 362px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.quick-view__bottom button {
  margin-left: auto;
}
.quick-view__bottom .btn-icon {
  position: relative;
  left: -3px;
}
.quick-view .btn-close {
  position: fixed;
  right: 12px;
  top: 13px;
  z-index: 106;
}
.quick-view hr {
  background-color: #e8e8e8;
  margin: 16px 0px;
}
.quick-view app-history h2 {
  display: none;
}

.simple-table {
  margin-bottom: 8px;
}
.simple-table .mat-mdc-header-row {
  height: auto;
}
.simple-table .mat-mdc-header-row .mat-mdc-header-cell {
  padding-bottom: 8px;
  padding-top: 16px;
}

/*.bottom-actionbar {
    position: fixed;
    height: 60px;
    background-color: #f2f2f2;
    border-top: 1px solid #e7e6e6;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 0px 30px;

    &__right {
        margin-left: auto;
        text-align: right;
        display: flex;

        button {
            margin-left: 30px;
        }

    }
}*/
.bottombar {
  border-top: 1px solid #e8e8e8;
  background-color: #f9f9f9;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  padding: 15px 24px 15px 142px;
  height: 72px;
  z-index: 101;
}
.bottombar--has-submenu {
  padding-left: 297px;
}
.bottombar__details {
  display: flex;
  align-items: center;
}
.bottombar__details strong {
  margin-right: 36px;
}
.bottombar__details span {
  margin-right: 16px;
}
.bottombar__details .sep {
  text-align: center;
  margin-left: 0px;
}
.bottombar__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin-left: auto;
}

.sectionbar {
  border-bottom: 1px solid #e8e8e8;
  background-color: #f2f2f2;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  padding: 15px 24px 15px 142px;
  height: 40px;
  z-index: 102;
}
.sectionbar--has-submenu {
  padding-left: 274px;
}
.sectionbar + .topbar, .sectionbar + .pages .topbar {
  top: 39px;
  border-top: 1px solid #e8e8e8;
}
.sectionbar + .pages :not(.mat-mdc-tab-group) .mat-mdc-table-sticky, .sectionbar ~ .page__content :not(.mat-mdc-tab-group) .mat-mdc-table-sticky {
  top: 114px !important;
}
.sectionbar__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin-left: auto;
}
.sectionbar .mat-badge-small .mat-badge-content {
  top: -6px !important;
}
.sectionbar .mat-mdc-tab-nav-bar {
  border: 0px !important;
}
.sectionbar .mat-mdc-tab-link {
  height: 40px;
  opacity: 1;
  min-width: inherit;
  color: #999;
  font-weight: normal;
  padding: 0px 16px;
}
.sectionbar .mat-mdc-tab-link.active {
  color: #1b1b1b;
  background-color: #f9f9f9;
  font-weight: bold;
}
.sectionbar .mat-mdc-tab-link:hover {
  text-decoration: none;
}
.sectionbar .mat-mdc-tab-link .mat-icon {
  margin-right: 4px;
}

.site-nav {
  position: fixed;
  z-index: 200;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #fff;
  padding: 48px 8px 8px;
  min-width: 118px;
  display: block;
  box-shadow: -11px 0px 10px 10px rgba(0, 0, 0, 0.07);
}
.site-nav__wrap {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.site-nav__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.site-nav__top a {
  margin: 16px 0px;
}
.site-nav__top > img {
  max-width: 66px;
  margin: 14px 0px;
}
.site-nav__bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.site-nav__bottom a {
  margin: 16px 0px;
}
.site-nav app-fejl-dashboard-ikon {
  width: 100%;
}
.site-nav a {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: inherit;
  height: inherit;
  color: #999999;
  position: relative;
  min-width: 100%;
}
.site-nav a.active {
  background-color: transparent !important;
}
.brand--egis .site-nav a.active {
  color: #634f45;
}
.brand--naervarme .site-nav a.active {
  color: #00847c;
}
.site-nav a.active::before {
  content: " ";
  display: block;
  position: absolute;
  left: -8px;
  top: 0px;
  height: 63px;
  width: 5px;
  border-radius: 0px 4px 4px 0px;
}
.brand--egis .site-nav a.active::before {
  background-color: #634f45;
}
.brand--naervarme .site-nav a.active::before {
  background-color: #00847c;
}
.site-nav a > span:not(.icon-center-badge) {
  display: block;
  margin-top: 4px;
}
.site-nav .mat-icon {
  width: 32px;
  height: 32px;
  overflow: visible;
  text-align: center;
}
.site-nav .mat-badge-content {
  top: -4px !important;
  right: -4px !important;
  padding-left: 1px;
  padding-top: 1px;
}

.topbar {
  border-bottom: 1px solid #e8e8e8;
  background-color: #f9f9f9;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  padding: 15px 24px 15px 142px;
  height: 76px;
  z-index: 101;
}
.topbar--has-submenu {
  padding-left: 274px;
}
.topbar__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin-left: auto;
}
.topbar__actions .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.topbar__actions .mat-mdc-text-field-wrapper {
  background-color: #fff;
  border-radius: 6px;
}
.topbar__actions .search-wrap,
.topbar__actions .split-button,
.topbar__actions button {
  margin-left: 24px;
}
.topbar__actions .mat-icon {
  width: 32px !important;
  height: 32px !important;
  margin-top: 0px !important;
}
.topbar__actions .mat-icon svg {
  --mdc-icon-button-icon-size: 32px;
}
.topbar__actions .btn-add .mat-icon {
  width: 38px;
  height: 38px;
}
.topbar h1 {
  font-size: 30px;
  color: #4c4c4c;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.topbar h1 .mat-icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.topbar .contract-state {
  margin-right: 32px;
  left: inherit;
}
.topbar .timestamp {
  margin: 0px 24px;
}
.topbar .timestamp .mat-icon {
  text-align: center;
}

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