@charset "UTF-8";

/* node_modules/@bbraun/cortex/styles/cortex.scss */
@font-face {
  font-family: "BBraun Type Digital";
  src:
    url("./media/BBraunTypeDigitalWeb-Regular.woff2") format("woff2"),
    url("./media/BBraunTypeDigitalWeb-Regular.woff") format("woff"),
    url("./media/BBraunTypeDigital-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BBraun Type Digital";
  src:
    url("./media/BBraunTypeDigitalWeb-Bold.woff2") format("woff2"),
    url("./media/BBraunTypeDigitalWeb-Bold.woff") format("woff"),
    url("./media/BBraunTypeDigital-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color: #00a97a;
  --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: #9e2ab5;
  --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-warn {
  --mat-option-selected-state-label-text-color: #eb0000;
  --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);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-full-pseudo-checkbox-selected-icon-color: #9e2ab5;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
html {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #9e2ab5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #00a97a;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
.mat-primary {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #00a97a;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #9e2ab5;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
.mat-accent {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #9e2ab5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #eb0000;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
.mat-warn {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #eb0000;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-option-label-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mat-option-label-text-line-height: 1.5;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mat-optgroup-label-text-line-height: 1.5;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
}
html {
  --mdc-elevated-card-container-shape: 4px;
}
html {
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
}
html {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mat-card-subtitle-text-line-height: 1.5;
  --mat-card-subtitle-text-size: 16px;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 400;
}
html {
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #00a97a;
  --mdc-linear-progress-track-color: rgba(0, 169, 122, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #9e2ab5;
  --mdc-linear-progress-track-color: rgba(158, 42, 181, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #eb0000;
  --mdc-linear-progress-track-color: rgba(235, 0, 0, 0.25);
}
html {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
}
html {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}
html {
  --mdc-plain-tooltip-supporting-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    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-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
}
html {
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
}
html {
  --mdc-filled-text-field-caret-color: #00a97a;
  --mdc-filled-text-field-focus-active-indicator-color: #00a97a;
  --mdc-filled-text-field-focus-label-text-color: rgba(0, 169, 122, 0.87);
  --mdc-filled-text-field-container-color: rgb(244.8, 244.8, 244.8);
  --mdc-filled-text-field-disabled-container-color: rgb(249.9, 249.9, 249.9);
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-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-hover-label-text-color: #eb0000;
  --mdc-filled-text-field-error-focus-label-text-color: #eb0000;
  --mdc-filled-text-field-error-label-text-color: #eb0000;
  --mdc-filled-text-field-error-caret-color: #eb0000;
  --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: #eb0000;
  --mdc-filled-text-field-error-focus-active-indicator-color: #eb0000;
  --mdc-filled-text-field-error-hover-active-indicator-color: #eb0000;
}
html {
  --mdc-outlined-text-field-caret-color: #00a97a;
  --mdc-outlined-text-field-focus-outline-color: #00a97a;
  --mdc-outlined-text-field-focus-label-text-color: rgba(0, 169, 122, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-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: #eb0000;
  --mdc-outlined-text-field-error-focus-label-text-color: #eb0000;
  --mdc-outlined-text-field-error-label-text-color: #eb0000;
  --mdc-outlined-text-field-error-hover-label-text-color: #eb0000;
  --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: #eb0000;
  --mdc-outlined-text-field-error-hover-outline-color: #eb0000;
  --mdc-outlined-text-field-error-outline-color: #eb0000;
}
html {
  --mat-form-field-focus-select-arrow-color: rgba(0, 169, 122, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #eb0000;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}
.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #9e2ab5;
  --mdc-filled-text-field-focus-active-indicator-color: #9e2ab5;
  --mdc-filled-text-field-focus-label-text-color: rgba(158, 42, 181, 0.87);
}
.mat-mdc-form-field.mat-accent {
  --mdc-outlined-text-field-caret-color: #9e2ab5;
  --mdc-outlined-text-field-focus-outline-color: #9e2ab5;
  --mdc-outlined-text-field-focus-label-text-color: rgba(158, 42, 181, 0.87);
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: rgba(158, 42, 181, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #eb0000;
  --mdc-filled-text-field-focus-active-indicator-color: #eb0000;
  --mdc-filled-text-field-focus-label-text-color: rgba(235, 0, 0, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-outlined-text-field-caret-color: #eb0000;
  --mdc-outlined-text-field-focus-outline-color: #eb0000;
  --mdc-outlined-text-field-focus-label-text-color: rgba(235, 0, 0, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: rgba(235, 0, 0, 0.87);
}
html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
html {
  --mdc-filled-text-field-label-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mdc-filled-text-field-label-text-size: 16px;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
}
html {
  --mdc-outlined-text-field-label-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mdc-outlined-text-field-label-text-size: 16px;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
}
html {
  --mat-form-field-container-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mat-form-field-container-text-line-height: 1.5;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    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-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(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(0, 169, 122, 0.87);
  --mat-select-invalid-arrow-color: rgba(235, 0, 0, 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(158, 42, 181, 0.87);
  --mat-select-invalid-arrow-color: rgba(235, 0, 0, 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(235, 0, 0, 0.87);
  --mat-select-invalid-arrow-color: rgba(235, 0, 0, 0.87);
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --mat-select-trigger-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mat-select-trigger-text-line-height: 1.5;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
}
html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color: white;
}
html {
  --mdc-dialog-container-shape: 4px;
}
html {
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
html {
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
html {
  --mdc-dialog-subhead-font: Roboto, sans-serif;
  --mdc-dialog-subhead-line-height: 32px;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: 0.0125em;
  --mdc-dialog-supporting-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mdc-dialog-supporting-text-line-height: 1.5;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-disabled-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-flat-disabled-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip {
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #00a97a;
  --mdc-chip-elevated-selected-container-color: #00a97a;
  --mdc-chip-elevated-disabled-container-color: #00a97a;
  --mdc-chip-flat-disabled-selected-container-color: #00a97a;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #9e2ab5;
  --mdc-chip-elevated-selected-container-color: #9e2ab5;
  --mdc-chip-elevated-disabled-container-color: #9e2ab5;
  --mdc-chip-flat-disabled-selected-container-color: #9e2ab5;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-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: #eb0000;
  --mdc-chip-elevated-selected-container-color: #eb0000;
  --mdc-chip-elevated-disabled-container-color: #eb0000;
  --mdc-chip-flat-disabled-selected-container-color: #eb0000;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mdc-chip-label-text-line-height: 1.5;
  --mdc-chip-label-text-size: 14px;
  --mdc-chip-label-text-tracking: normal;
  --mdc-chip-label-text-weight: 500;
}
html {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
html .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
html {
  --mdc-switch-selected-focus-state-layer-color: #00a97a;
  --mdc-switch-selected-handle-color: #00a97a;
  --mdc-switch-selected-hover-state-layer-color: #00a97a;
  --mdc-switch-selected-pressed-state-layer-color: #00a97a;
  --mdc-switch-selected-focus-handle-color: #008762;
  --mdc-switch-selected-hover-handle-color: #008762;
  --mdc-switch-selected-pressed-handle-color: #008762;
  --mdc-switch-selected-focus-track-color: #00a97a;
  --mdc-switch-selected-hover-track-color: #00a97a;
  --mdc-switch-selected-pressed-track-color: #00a97a;
  --mdc-switch-selected-track-color: #00a97a;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #9e2ab5;
  --mdc-switch-selected-handle-color: #9e2ab5;
  --mdc-switch-selected-hover-state-layer-color: #9e2ab5;
  --mdc-switch-selected-pressed-state-layer-color: #9e2ab5;
  --mdc-switch-selected-focus-handle-color: #711e82;
  --mdc-switch-selected-hover-handle-color: #711e82;
  --mdc-switch-selected-pressed-handle-color: #711e82;
  --mdc-switch-selected-focus-track-color: #9e2ab5;
  --mdc-switch-selected-hover-track-color: #9e2ab5;
  --mdc-switch-selected-pressed-track-color: #9e2ab5;
  --mdc-switch-selected-track-color: #9e2ab5;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #eb0000;
  --mdc-switch-selected-handle-color: #eb0000;
  --mdc-switch-selected-hover-state-layer-color: #eb0000;
  --mdc-switch-selected-pressed-state-layer-color: #eb0000;
  --mdc-switch-selected-focus-handle-color: #9c243f;
  --mdc-switch-selected-hover-handle-color: #9c243f;
  --mdc-switch-selected-pressed-handle-color: #9c243f;
  --mdc-switch-selected-focus-track-color: #eb0000;
  --mdc-switch-selected-hover-track-color: #eb0000;
  --mdc-switch-selected-pressed-track-color: #eb0000;
  --mdc-switch-selected-track-color: #eb0000;
}
html {
  --mdc-switch-state-layer-size: 40px;
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mat-switch-label-text-line-height: 1.5;
  --mat-switch-label-text-size: 14px;
  --mat-switch-label-text-tracking: normal;
  --mat-switch-label-text-weight: 500;
}
html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #00a97a;
  --mdc-radio-selected-hover-icon-color: #00a97a;
  --mdc-radio-selected-icon-color: #00a97a;
  --mdc-radio-selected-pressed-icon-color: #00a97a;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #00a97a;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #9e2ab5;
  --mdc-radio-selected-hover-icon-color: #9e2ab5;
  --mdc-radio-selected-icon-color: #9e2ab5;
  --mdc-radio-selected-pressed-icon-color: #9e2ab5;
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #9e2ab5;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #eb0000;
  --mdc-radio-selected-hover-icon-color: #eb0000;
  --mdc-radio-selected-icon-color: #eb0000;
  --mdc-radio-selected-pressed-icon-color: #eb0000;
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #eb0000;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mdc-radio-state-layer-size: 40px;
}
html {
  --mat-radio-touch-target-display: block;
}
html {
  --mat-radio-label-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mat-radio-label-text-line-height: 1.5;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: normal;
  --mat-radio-label-text-weight: 500;
}
html {
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
}
html {
  --mdc-slider-handle-color: #00a97a;
  --mdc-slider-focus-handle-color: #00a97a;
  --mdc-slider-hover-handle-color: #00a97a;
  --mdc-slider-active-track-color: #00a97a;
  --mdc-slider-inactive-track-color: #00a97a;
  --mdc-slider-with-tick-marks-inactive-container-color: #00a97a;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
}
html {
  --mat-slider-ripple-color: #00a97a;
  --mat-slider-hover-state-layer-color: rgba(0, 169, 122, 0.05);
  --mat-slider-focus-state-layer-color: rgba(0, 169, 122, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mdc-slider-handle-color: #9e2ab5;
  --mdc-slider-focus-handle-color: #9e2ab5;
  --mdc-slider-hover-handle-color: #9e2ab5;
  --mdc-slider-active-track-color: #9e2ab5;
  --mdc-slider-inactive-track-color: #9e2ab5;
  --mdc-slider-with-tick-marks-inactive-container-color: #9e2ab5;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
html .mat-accent {
  --mat-slider-ripple-color: #9e2ab5;
  --mat-slider-hover-state-layer-color: rgba(158, 42, 181, 0.05);
  --mat-slider-focus-state-layer-color: rgba(158, 42, 181, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color: #eb0000;
  --mdc-slider-focus-handle-color: #eb0000;
  --mdc-slider-hover-handle-color: #eb0000;
  --mdc-slider-active-track-color: #eb0000;
  --mdc-slider-inactive-track-color: #eb0000;
  --mdc-slider-with-tick-marks-inactive-container-color: #eb0000;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
html .mat-warn {
  --mat-slider-ripple-color: #eb0000;
  --mat-slider-hover-state-layer-color: rgba(235, 0, 0, 0.05);
  --mat-slider-focus-state-layer-color: rgba(235, 0, 0, 0.2);
}
html {
  --mdc-slider-label-label-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mdc-slider-label-label-text-size: 16px;
  --mdc-slider-label-label-text-line-height: 1.5;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 400;
}
html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-color: 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;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 1.5;
  --mat-menu-item-label-text-weight: 400;
}
html {
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
}
html {
  --mdc-list-list-item-label-text-color: 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: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #00a97a;
  --mdc-radio-selected-hover-icon-color: #00a97a;
  --mdc-radio-selected-icon-color: #00a97a;
  --mdc-radio-selected-pressed-icon-color: #00a97a;
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #9e2ab5;
  --mdc-radio-selected-hover-icon-color: #9e2ab5;
  --mdc-radio-selected-icon-color: #9e2ab5;
  --mdc-radio-selected-pressed-icon-color: #9e2ab5;
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #eb0000;
  --mdc-radio-selected-hover-icon-color: #eb0000;
  --mdc-radio-selected-icon-color: #eb0000;
  --mdc-radio-selected-pressed-icon-color: #eb0000;
}
.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #00a97a;
  --mdc-checkbox-selected-hover-icon-color: #00a97a;
  --mdc-checkbox-selected-icon-color: #00a97a;
  --mdc-checkbox-selected-pressed-icon-color: #00a97a;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #00a97a;
  --mdc-checkbox-selected-hover-state-layer-color: #00a97a;
  --mdc-checkbox-selected-pressed-state-layer-color: #00a97a;
  --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: white;
  --mdc-checkbox-selected-focus-icon-color: #9e2ab5;
  --mdc-checkbox-selected-hover-icon-color: #9e2ab5;
  --mdc-checkbox-selected-icon-color: #9e2ab5;
  --mdc-checkbox-selected-pressed-icon-color: #9e2ab5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #9e2ab5;
  --mdc-checkbox-selected-hover-state-layer-color: #9e2ab5;
  --mdc-checkbox-selected-pressed-state-layer-color: #9e2ab5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #eb0000;
  --mdc-checkbox-selected-hover-icon-color: #eb0000;
  --mdc-checkbox-selected-icon-color: #eb0000;
  --mdc-checkbox-selected-pressed-icon-color: #eb0000;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #eb0000;
  --mdc-checkbox-selected-hover-state-layer-color: #eb0000;
  --mdc-checkbox-selected-pressed-state-layer-color: #eb0000;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #00a97a;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
html {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mdc-list-list-item-label-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mdc-list-list-item-label-text-line-height: 1.5;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 1.5;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 500;
  --mdc-list-list-item-trailing-supporting-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    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:
    500 16px / 1.5 "BBraun Type Digital",
    arial,
    "Helvetica Neue",
    helvetica,
    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-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
html {
  --mat-paginator-container-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    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;
}
html {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
html {
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
}
html {
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #00a97a;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #00a97a;
  --mat-tab-header-active-ripple-color: #00a97a;
  --mat-tab-header-inactive-ripple-color: #00a97a;
  --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: #00a97a;
  --mat-tab-header-active-hover-label-text-color: #00a97a;
  --mat-tab-header-active-focus-indicator-color: #00a97a;
  --mat-tab-header-active-hover-indicator-color: #00a97a;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #9e2ab5;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #9e2ab5;
  --mat-tab-header-active-ripple-color: #9e2ab5;
  --mat-tab-header-inactive-ripple-color: #9e2ab5;
  --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: #9e2ab5;
  --mat-tab-header-active-hover-label-text-color: #9e2ab5;
  --mat-tab-header-active-focus-indicator-color: #9e2ab5;
  --mat-tab-header-active-hover-indicator-color: #9e2ab5;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #eb0000;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #eb0000;
  --mat-tab-header-active-ripple-color: #eb0000;
  --mat-tab-header-inactive-ripple-color: #eb0000;
  --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: #eb0000;
  --mat-tab-header-active-hover-label-text-color: #eb0000;
  --mat-tab-header-active-focus-indicator-color: #eb0000;
  --mat-tab-header-active-hover-indicator-color: #eb0000;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #00a97a;
  --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: #9e2ab5;
  --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: #eb0000;
  --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:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    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-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
}
html {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #9e2ab5;
  --mdc-checkbox-selected-hover-icon-color: #9e2ab5;
  --mdc-checkbox-selected-icon-color: #9e2ab5;
  --mdc-checkbox-selected-pressed-icon-color: #9e2ab5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #9e2ab5;
  --mdc-checkbox-selected-hover-state-layer-color: #9e2ab5;
  --mdc-checkbox-selected-pressed-state-layer-color: #9e2ab5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
html {
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #00a97a;
  --mdc-checkbox-selected-hover-icon-color: #00a97a;
  --mdc-checkbox-selected-icon-color: #00a97a;
  --mdc-checkbox-selected-pressed-icon-color: #00a97a;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #00a97a;
  --mdc-checkbox-selected-hover-state-layer-color: #00a97a;
  --mdc-checkbox-selected-pressed-state-layer-color: #00a97a;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #eb0000;
  --mdc-checkbox-selected-hover-icon-color: #eb0000;
  --mdc-checkbox-selected-icon-color: #eb0000;
  --mdc-checkbox-selected-pressed-icon-color: #eb0000;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #eb0000;
  --mdc-checkbox-selected-hover-state-layer-color: #eb0000;
  --mdc-checkbox-selected-pressed-state-layer-color: #eb0000;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
html {
  --mdc-checkbox-state-layer-size: 40px;
}
html {
  --mat-checkbox-touch-target-display: block;
}
html {
  --mat-checkbox-label-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mat-checkbox-label-text-line-height: 1.5;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: normal;
  --mat-checkbox-label-text-weight: 500;
}
html {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
}
html {
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
}
html {
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
}
html {
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
}
html {
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
}
html {
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
}
html {
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
}
html {
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #00a97a;
}
.mat-mdc-button.mat-primary {
  --mat-text-button-state-layer-color: #00a97a;
  --mat-text-button-ripple-color: rgba(0, 169, 122, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #9e2ab5;
}
.mat-mdc-button.mat-accent {
  --mat-text-button-state-layer-color: #9e2ab5;
  --mat-text-button-ripple-color: rgba(158, 42, 181, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #eb0000;
}
.mat-mdc-button.mat-warn {
  --mat-text-button-state-layer-color: #eb0000;
  --mat-text-button-ripple-color: rgba(235, 0, 0, 0.1);
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #00a97a;
  --mdc-filled-button-label-text-color: white;
}
.mat-mdc-unelevated-button.mat-primary {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #9e2ab5;
  --mdc-filled-button-label-text-color: white;
}
.mat-mdc-unelevated-button.mat-accent {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #eb0000;
  --mdc-filled-button-label-text-color: white;
}
.mat-mdc-unelevated-button.mat-warn {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #00a97a;
  --mdc-protected-button-label-text-color: white;
}
.mat-mdc-raised-button.mat-primary {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #9e2ab5;
  --mdc-protected-button-label-text-color: white;
}
.mat-mdc-raised-button.mat-accent {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #eb0000;
  --mdc-protected-button-label-text-color: white;
}
.mat-mdc-raised-button.mat-warn {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #00a97a;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-primary {
  --mat-outlined-button-state-layer-color: #00a97a;
  --mat-outlined-button-ripple-color: rgba(0, 169, 122, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #9e2ab5;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-accent {
  --mat-outlined-button-state-layer-color: #9e2ab5;
  --mat-outlined-button-ripple-color: rgba(158, 42, 181, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #eb0000;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-warn {
  --mat-outlined-button-state-layer-color: #eb0000;
  --mat-outlined-button-ripple-color: rgba(235, 0, 0, 0.1);
}
html {
  --mdc-text-button-container-height: 36px;
}
html {
  --mdc-filled-button-container-height: 36px;
}
html {
  --mdc-protected-button-container-height: 36px;
}
html {
  --mdc-outlined-button-container-height: 36px;
}
html {
  --mat-text-button-touch-target-display: block;
}
html {
  --mat-filled-button-touch-target-display: block;
}
html {
  --mat-protected-button-touch-target-display: block;
}
html {
  --mat-outlined-button-touch-target-display: block;
}
html {
  --mdc-text-button-label-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mdc-text-button-label-text-size: 14px;
  --mdc-text-button-label-text-tracking: normal;
  --mdc-text-button-label-text-weight: 500;
  --mdc-text-button-label-text-transform: none;
}
html {
  --mdc-filled-button-label-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mdc-filled-button-label-text-size: 14px;
  --mdc-filled-button-label-text-tracking: normal;
  --mdc-filled-button-label-text-weight: 500;
  --mdc-filled-button-label-text-transform: none;
}
html {
  --mdc-protected-button-label-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mdc-protected-button-label-text-size: 14px;
  --mdc-protected-button-label-text-tracking: normal;
  --mdc-protected-button-label-text-weight: 500;
  --mdc-protected-button-label-text-transform: none;
}
html {
  --mdc-outlined-button-label-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mdc-outlined-button-label-text-size: 14px;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-outlined-button-label-text-weight: 500;
  --mdc-outlined-button-label-text-transform: none;
}
html {
  --mdc-icon-button-icon-size: 24px;
}
html {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #00a97a;
}
html .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-state-layer-color: #00a97a;
  --mat-icon-button-ripple-color: rgba(0, 169, 122, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #9e2ab5;
}
html .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-state-layer-color: #9e2ab5;
  --mat-icon-button-ripple-color: rgba(158, 42, 181, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #eb0000;
}
html .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-state-layer-color: #eb0000;
  --mat-icon-button-ripple-color: rgba(235, 0, 0, 0.1);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-fab-container-color: white;
}
html {
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
}
html {
  --mdc-fab-small-container-color: white;
}
html {
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #00a97a;
}
html .mat-mdc-fab.mat-primary {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #9e2ab5;
}
html .mat-mdc-fab.mat-accent {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #eb0000;
}
html .mat-mdc-fab.mat-warn {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #00a97a;
}
html .mat-mdc-mini-fab.mat-primary {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #9e2ab5;
}
html .mat-mdc-mini-fab.mat-accent {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #eb0000;
}
html .mat-mdc-mini-fab.mat-warn {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html {
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-small-touch-target-display: block;
}
html {
  --mdc-extended-fab-label-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mdc-extended-fab-label-text-size: 14px;
  --mdc-extended-fab-label-text-tracking: normal;
  --mdc-extended-fab-label-text-weight: 500;
}
html {
  --mdc-snackbar-container-shape: 4px;
}
html {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
html {
  --mdc-snackbar-supporting-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mdc-snackbar-supporting-text-line-height: 1.5;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 500;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
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:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mat-table-header-headline-line-height: 1.5;
  --mat-table-header-headline-size: 16px;
  --mat-table-header-headline-weight: 400;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mat-table-row-item-label-text-line-height: 1.5;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 500;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mat-table-footer-supporting-text-line-height: 1.5;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 500;
  --mat-table-footer-supporting-text-tracking: normal;
}
html {
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}
html {
  --mdc-circular-progress-active-indicator-color: #00a97a;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #9e2ab5;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #eb0000;
}
html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}
html {
  --mat-badge-background-color: #00a97a;
  --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: #9e2ab5;
  --mat-badge-text-color: white;
}
.mat-badge-warn {
  --mat-badge-background-color: #eb0000;
  --mat-badge-text-color: white;
}
html {
  --mat-badge-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}
html {
  --mat-bottom-sheet-container-shape: 4px;
}
html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}
html {
  --mat-bottom-sheet-container-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mat-bottom-sheet-container-text-line-height: 1.5;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 500;
}
html {
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
}
html {
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
}
html {
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
}
html {
  --mat-standard-button-toggle-text-color: 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: rgb(224.4, 224.4, 224.4);
}
html {
  --mat-standard-button-toggle-height: 48px;
}
html {
  --mat-legacy-button-toggle-label-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 1.5;
  --mat-legacy-button-toggle-label-text-size: 16px;
  --mat-legacy-button-toggle-label-text-tracking: normal;
  --mat-legacy-button-toggle-label-text-weight: 400;
}
html {
  --mat-standard-button-toggle-label-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 1.5;
  --mat-standard-button-toggle-label-text-size: 16px;
  --mat-standard-button-toggle-label-text-tracking: normal;
  --mat-standard-button-toggle-label-text-weight: 400;
}
html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #00a97a;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(0, 169, 122, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(0, 169, 122, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(0, 169, 122, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #00a97a;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(0, 169, 122, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --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: #9e2ab5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(158, 42, 181, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(158, 42, 181, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(158, 42, 181, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(158, 42, 181, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #eb0000;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(235, 0, 0, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(235, 0, 0, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(235, 0, 0, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(235, 0, 0, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #9e2ab5;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #eb0000;
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    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-width: 1px;
}
html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}
html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: 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:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mat-expansion-header-text-size: 16px;
  --mat-expansion-header-text-weight: 400;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mat-expansion-container-text-line-height: 1.5;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 500;
}
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: #00a97a;
}
.mat-icon.mat-accent {
  --mat-icon-color: #9e2ab5;
}
.mat-icon.mat-warn {
  --mat-icon-color: #eb0000;
}
html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
}
html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: 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: #00a97a;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #00a97a;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #00a97a;
  --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: #eb0000;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #eb0000;
  --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: #9e2ab5;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #9e2ab5;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #9e2ab5;
  --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: #eb0000;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #eb0000;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #eb0000;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-stepper-container-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mat-stepper-header-label-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 500;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}
html {
  --mat-sort-arrow-color: rgb(117.3, 117.3, 117.3);
}
html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #00a97a;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #9e2ab5;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #eb0000;
  --mat-toolbar-container-text-color: white;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
}
html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-tree-node-text-font:
    BBraun Type Digital,
    arial,
    Helvetica Neue,
    helvetica,
    sans-serif;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 500;
}
html {
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-timepicker-container-background-color: white;
}
html {
  --mdc-switch-state-layer-size: 32px;
}
button.mat-mdc-icon-button .mat-icon,
button.mat-mdc-button .mat-icon {
  z-index: initial;
}
.mat-badge-small .mat-badge-content {
  width: 14px;
  height: 14px;
  line-height: 16px;
  font-size: 8px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -3px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -3px;
}
.cx-mat-button-base,
.mat-mdc-icon-button,
.mdc-button[mat-stroked-button],
.mdc-button[mat-flat-button],
.mat-mdc-button.mat-mdc-button-base {
  font-weight: bold;
  height: 44px;
  padding: 14px 24px !important;
  font-size: 16px;
  line-height: 16px !important;
  border-radius: 8px !important;
}
.cx-mat-button-base .mdc-button__label::first-letter,
.mat-mdc-icon-button .mdc-button__label::first-letter,
.mdc-button[mat-stroked-button] .mdc-button__label::first-letter,
.mdc-button[mat-flat-button] .mdc-button__label::first-letter,
.mat-mdc-button.mat-mdc-button-base .mdc-button__label::first-letter {
  text-transform: uppercase;
}
.mat-mdc-button.mat-mdc-button-base,
.mat-mdc-button.mat-mdc-button-base:disabled,
.mat-mdc-button.mat-mdc-button-base[disabled][disabled],
.mat-mdc-button.mat-mdc-button-base:not(.mdc-button[disabled]),
.mat-mdc-button.mat-mdc-button-base:not(.mdc-button[disabled]):disabled,
.mat-mdc-button.mat-mdc-button-base:not(.mdc-button[disabled])[disabled][disabled] {
  color: #737373;
}
.mat-mdc-button.mat-mdc-button-base:hover > .mat-mdc-button-persistent-ripple,
.mat-mdc-button.mat-mdc-button-base:active > .mat-mdc-button-persistent-ripple,
.mat-mdc-button.mat-mdc-button-base:not(.mdc-button[disabled]):hover > .mat-mdc-button-persistent-ripple,
.mat-mdc-button.mat-mdc-button-base:not(.mdc-button[disabled]):active > .mat-mdc-button-persistent-ripple {
  background: #737373;
  opacity: 0.16 !important;
}
.mat-mdc-button.mat-mdc-button-base .mat-ripple-element,
.mat-mdc-button.mat-mdc-button-base:not(.mdc-button[disabled]) .mat-ripple-element {
  z-index: 2;
  background: #737373;
  opacity: 0.24;
}
.mat-mdc-button.mat-mdc-button-base.mat-accent,
.mat-mdc-button.mat-mdc-button-base.mat-accent:disabled,
.mat-mdc-button.mat-mdc-button-base.mat-accent[disabled][disabled],
.mat-mdc-button.mat-mdc-button-base.mat-accent:not(.mdc-button[disabled]),
.mat-mdc-button.mat-mdc-button-base.mat-accent:not(.mdc-button[disabled]):disabled,
.mat-mdc-button.mat-mdc-button-base.mat-accent:not(.mdc-button[disabled])[disabled][disabled],
.mat-mdc-button.mat-mdc-button-base.mat-alternative,
.mat-mdc-button.mat-mdc-button-base.mat-alternative:disabled,
.mat-mdc-button.mat-mdc-button-base.mat-alternative[disabled][disabled],
.mat-mdc-button.mat-mdc-button-base.mat-alternative:not(.mdc-button[disabled]),
.mat-mdc-button.mat-mdc-button-base.mat-alternative:not(.mdc-button[disabled]):disabled,
.mat-mdc-button.mat-mdc-button-base.mat-alternative:not(.mdc-button[disabled])[disabled][disabled] {
  color: #9e2ab5;
}
.mat-mdc-button.mat-mdc-button-base.mat-accent:hover > .mat-mdc-button-persistent-ripple,
.mat-mdc-button.mat-mdc-button-base.mat-accent:active > .mat-mdc-button-persistent-ripple,
.mat-mdc-button.mat-mdc-button-base.mat-accent:not(.mdc-button[disabled]):hover > .mat-mdc-button-persistent-ripple,
.mat-mdc-button.mat-mdc-button-base.mat-accent:not(.mdc-button[disabled]):active > .mat-mdc-button-persistent-ripple,
.mat-mdc-button.mat-mdc-button-base.mat-alternative:hover > .mat-mdc-button-persistent-ripple,
.mat-mdc-button.mat-mdc-button-base.mat-alternative:active > .mat-mdc-button-persistent-ripple,
.mat-mdc-button.mat-mdc-button-base.mat-alternative:not(.mdc-button[disabled]):hover > .mat-mdc-button-persistent-ripple,
.mat-mdc-button.mat-mdc-button-base.mat-alternative:not(.mdc-button[disabled]):active > .mat-mdc-button-persistent-ripple {
  background: #9e2ab5;
  opacity: 0.16 !important;
}
.mat-mdc-button.mat-mdc-button-base.mat-accent .mat-ripple-element,
.mat-mdc-button.mat-mdc-button-base.mat-accent:not(.mdc-button[disabled]) .mat-ripple-element,
.mat-mdc-button.mat-mdc-button-base.mat-alternative .mat-ripple-element,
.mat-mdc-button.mat-mdc-button-base.mat-alternative:not(.mdc-button[disabled]) .mat-ripple-element {
  z-index: 2;
  background: #9e2ab5;
  opacity: 0.24;
}
.mat-mdc-button.mat-mdc-button-base.mat-info,
.mat-mdc-button.mat-mdc-button-base.mat-info:disabled,
.mat-mdc-button.mat-mdc-button-base.mat-info[disabled][disabled],
.mat-mdc-button.mat-mdc-button-base.mat-info:not(.mdc-button[disabled]),
.mat-mdc-button.mat-mdc-button-base.mat-info:not(.mdc-button[disabled]):disabled,
.mat-mdc-button.mat-mdc-button-base.mat-info:not(.mdc-button[disabled])[disabled][disabled] {
  color: #2da0d3;
}
.mat-mdc-button.mat-mdc-button-base.mat-info:hover > .mat-mdc-button-persistent-ripple,
.mat-mdc-button.mat-mdc-button-base.mat-info:active > .mat-mdc-button-persistent-ripple,
.mat-mdc-button.mat-mdc-button-base.mat-info:not(.mdc-button[disabled]):hover > .mat-mdc-button-persistent-ripple,
.mat-mdc-button.mat-mdc-button-base.mat-info:not(.mdc-button[disabled]):active > .mat-mdc-button-persistent-ripple {
  background: #2da0d3;
  opacity: 0.16 !important;
}
.mat-mdc-button.mat-mdc-button-base.mat-info .mat-ripple-element,
.mat-mdc-button.mat-mdc-button-base.mat-info:not(.mdc-button[disabled]) .mat-ripple-element {
  z-index: 2;
  background: #2da0d3;
  opacity: 0.24;
}
.mat-mdc-button.mat-mdc-button-base.mat-success,
.mat-mdc-button.mat-mdc-button-base.mat-success:disabled,
.mat-mdc-button.mat-mdc-button-base.mat-success[disabled][disabled],
.mat-mdc-button.mat-mdc-button-base.mat-success:not(.mdc-button[disabled]),
.mat-mdc-button.mat-mdc-button-base.mat-success:not(.mdc-button[disabled]):disabled,
.mat-mdc-button.mat-mdc-button-base.mat-success:not(.mdc-button[disabled])[disabled][disabled] {
  color: #00a97a;
}
.mat-mdc-button.mat-mdc-button-base.mat-success:hover > .mat-mdc-button-persistent-ripple,
.mat-mdc-button.mat-mdc-button-base.mat-success:active > .mat-mdc-button-persistent-ripple,
.mat-mdc-button.mat-mdc-button-base.mat-success:not(.mdc-button[disabled]):hover > .mat-mdc-button-persistent-ripple,
.mat-mdc-button.mat-mdc-button-base.mat-success:not(.mdc-button[disabled]):active > .mat-mdc-button-persistent-ripple {
  background: #00a97a;
  opacity: 0.16 !important;
}
.mat-mdc-button.mat-mdc-button-base.mat-success .mat-ripple-element,
.mat-mdc-button.mat-mdc-button-base.mat-success:not(.mdc-button[disabled]) .mat-ripple-element {
  z-index: 2;
  background: #00a97a;
  opacity: 0.24;
}
.mat-mdc-button.mat-mdc-button-base.mat-warning,
.mat-mdc-button.mat-mdc-button-base.mat-warning:disabled,
.mat-mdc-button.mat-mdc-button-base.mat-warning[disabled][disabled],
.mat-mdc-button.mat-mdc-button-base.mat-warning:not(.mdc-button[disabled]),
.mat-mdc-button.mat-mdc-button-base.mat-warning:not(.mdc-button[disabled]):disabled,
.mat-mdc-button.mat-mdc-button-base.mat-warning:not(.mdc-button[disabled])[disabled][disabled] {
  color: #994f0a;
}
.mat-mdc-button.mat-mdc-button-base.mat-warning:hover > .mat-mdc-button-persistent-ripple,
.mat-mdc-button.mat-mdc-button-base.mat-warning:active > .mat-mdc-button-persistent-ripple,
.mat-mdc-button.mat-mdc-button-base.mat-warning:not(.mdc-button[disabled]):hover > .mat-mdc-button-persistent-ripple,
.mat-mdc-button.mat-mdc-button-base.mat-warning:not(.mdc-button[disabled]):active > .mat-mdc-button-persistent-ripple {
  background: #994f0a;
  opacity: 0.16 !important;
}
.mat-mdc-button.mat-mdc-button-base.mat-warning .mat-ripple-element,
.mat-mdc-button.mat-mdc-button-base.mat-warning:not(.mdc-button[disabled]) .mat-ripple-element {
  z-index: 2;
  background: #994f0a;
  opacity: 0.24;
}
.mat-mdc-button.mat-mdc-button-base.mat-error,
.mat-mdc-button.mat-mdc-button-base.mat-error:disabled,
.mat-mdc-button.mat-mdc-button-base.mat-error[disabled][disabled],
.mat-mdc-button.mat-mdc-button-base.mat-error:not(.mdc-button[disabled]),
.mat-mdc-button.mat-mdc-button-base.mat-error:not(.mdc-button[disabled]):disabled,
.mat-mdc-button.mat-mdc-button-base.mat-error:not(.mdc-button[disabled])[disabled][disabled] {
  color: #eb0000;
}
.mat-mdc-button.mat-mdc-button-base.mat-error:hover > .mat-mdc-button-persistent-ripple,
.mat-mdc-button.mat-mdc-button-base.mat-error:active > .mat-mdc-button-persistent-ripple,
.mat-mdc-button.mat-mdc-button-base.mat-error:not(.mdc-button[disabled]):hover > .mat-mdc-button-persistent-ripple,
.mat-mdc-button.mat-mdc-button-base.mat-error:not(.mdc-button[disabled]):active > .mat-mdc-button-persistent-ripple {
  background: #eb0000;
  opacity: 0.16 !important;
}
.mat-mdc-button.mat-mdc-button-base.mat-error .mat-ripple-element,
.mat-mdc-button.mat-mdc-button-base.mat-error:not(.mdc-button[disabled]) .mat-ripple-element {
  z-index: 2;
  background: #eb0000;
  opacity: 0.24;
}
.mdc-button[mat-flat-button],
.mdc-button[mat-flat-button]:disabled,
.mdc-button[mat-flat-button][disabled][disabled],
.mdc-button[mat-flat-button]:not(.mdc-button[disabled]),
.mdc-button[mat-flat-button]:not(.mdc-button[disabled]):disabled,
.mdc-button[mat-flat-button]:not(.mdc-button[disabled])[disabled][disabled] {
  color: #fff;
  background: #737373;
}
.mdc-button[mat-flat-button]:hover > .mat-mdc-button-persistent-ripple,
.mdc-button[mat-flat-button]:active > .mat-mdc-button-persistent-ripple,
.mdc-button[mat-flat-button]:not(.mdc-button[disabled]):hover > .mat-mdc-button-persistent-ripple,
.mdc-button[mat-flat-button]:not(.mdc-button[disabled]):active > .mat-mdc-button-persistent-ripple {
  background: #202020;
  opacity: 0.16 !important;
}
.mdc-button[mat-flat-button] .mat-ripple-element,
.mdc-button[mat-flat-button]:not(.mdc-button[disabled]) .mat-ripple-element {
  z-index: 2;
  background: #202020;
  opacity: 0.24;
}
.mdc-button[mat-flat-button].mat-accent,
.mdc-button[mat-flat-button].mat-accent:disabled,
.mdc-button[mat-flat-button].mat-accent[disabled][disabled],
.mdc-button[mat-flat-button].mat-accent:not(.mdc-button[disabled]),
.mdc-button[mat-flat-button].mat-accent:not(.mdc-button[disabled]):disabled,
.mdc-button[mat-flat-button].mat-accent:not(.mdc-button[disabled])[disabled][disabled] {
  color: #fff;
  background: #9e2ab5;
}
.mdc-button[mat-flat-button].mat-accent:hover > .mat-mdc-button-persistent-ripple,
.mdc-button[mat-flat-button].mat-accent:active > .mat-mdc-button-persistent-ripple,
.mdc-button[mat-flat-button].mat-accent:not(.mdc-button[disabled]):hover > .mat-mdc-button-persistent-ripple,
.mdc-button[mat-flat-button].mat-accent:not(.mdc-button[disabled]):active > .mat-mdc-button-persistent-ripple {
  background: #202020;
  opacity: 0.16 !important;
}
.mdc-button[mat-flat-button].mat-accent .mat-ripple-element,
.mdc-button[mat-flat-button].mat-accent:not(.mdc-button[disabled]) .mat-ripple-element {
  z-index: 2;
  background: #202020;
  opacity: 0.24;
}
.mdc-button[mat-flat-button].mat-warn,
.mdc-button[mat-flat-button].mat-warn:disabled,
.mdc-button[mat-flat-button].mat-warn[disabled][disabled],
.mdc-button[mat-flat-button].mat-warn:not(.mdc-button[disabled]),
.mdc-button[mat-flat-button].mat-warn:not(.mdc-button[disabled]):disabled,
.mdc-button[mat-flat-button].mat-warn:not(.mdc-button[disabled])[disabled][disabled] {
  color: #fff;
  background: #eb0000;
}
.mdc-button[mat-flat-button].mat-warn:hover > .mat-mdc-button-persistent-ripple,
.mdc-button[mat-flat-button].mat-warn:active > .mat-mdc-button-persistent-ripple,
.mdc-button[mat-flat-button].mat-warn:not(.mdc-button[disabled]):hover > .mat-mdc-button-persistent-ripple,
.mdc-button[mat-flat-button].mat-warn:not(.mdc-button[disabled]):active > .mat-mdc-button-persistent-ripple {
  background: #202020;
  opacity: 0.16 !important;
}
.mdc-button[mat-flat-button].mat-warn .mat-ripple-element,
.mdc-button[mat-flat-button].mat-warn:not(.mdc-button[disabled]) .mat-ripple-element {
  z-index: 2;
  background: #202020;
  opacity: 0.24;
}
.mdc-button[mat-stroked-button],
.mdc-button[mat-stroked-button]:disabled,
.mdc-button[mat-stroked-button][disabled][disabled],
.mdc-button[mat-stroked-button]:not(.mdc-button[disabled]),
.mdc-button[mat-stroked-button]:not(.mdc-button[disabled]):disabled,
.mdc-button[mat-stroked-button]:not(.mdc-button[disabled])[disabled][disabled] {
  color: #737373;
}
.mdc-button[mat-stroked-button],
.mdc-button[mat-stroked-button]:not(.mdc-button[disabled]) {
  border-color: #737373 !important;
}
.mdc-button[mat-stroked-button]:hover > .mat-mdc-button-persistent-ripple,
.mdc-button[mat-stroked-button]:active > .mat-mdc-button-persistent-ripple,
.mdc-button[mat-stroked-button]:not(.mdc-button[disabled]):hover > .mat-mdc-button-persistent-ripple,
.mdc-button[mat-stroked-button]:not(.mdc-button[disabled]):active > .mat-mdc-button-persistent-ripple {
  background: #737373;
  opacity: 0.16 !important;
}
.mdc-button[mat-stroked-button] .mat-ripple-element,
.mdc-button[mat-stroked-button]:not(.mdc-button[disabled]) .mat-ripple-element {
  z-index: 2;
  background: #737373;
  opacity: 0.24;
}
.mdc-button[mat-stroked-button] {
  padding: 13px 24px !important;
}
.mdc-button[mat-stroked-button].mat-accent,
.mdc-button[mat-stroked-button].mat-accent:disabled,
.mdc-button[mat-stroked-button].mat-accent[disabled][disabled],
.mdc-button[mat-stroked-button].mat-accent:not(.mdc-button[disabled]),
.mdc-button[mat-stroked-button].mat-accent:not(.mdc-button[disabled]):disabled,
.mdc-button[mat-stroked-button].mat-accent:not(.mdc-button[disabled])[disabled][disabled] {
  color: #9e2ab5;
}
.mdc-button[mat-stroked-button].mat-accent,
.mdc-button[mat-stroked-button].mat-accent:not(.mdc-button[disabled]) {
  border-color: #9e2ab5 !important;
}
.mdc-button[mat-stroked-button].mat-accent:hover > .mat-mdc-button-persistent-ripple,
.mdc-button[mat-stroked-button].mat-accent:active > .mat-mdc-button-persistent-ripple,
.mdc-button[mat-stroked-button].mat-accent:not(.mdc-button[disabled]):hover > .mat-mdc-button-persistent-ripple,
.mdc-button[mat-stroked-button].mat-accent:not(.mdc-button[disabled]):active > .mat-mdc-button-persistent-ripple {
  background: #9e2ab5;
  opacity: 0.16 !important;
}
.mdc-button[mat-stroked-button].mat-accent .mat-ripple-element,
.mdc-button[mat-stroked-button].mat-accent:not(.mdc-button[disabled]) .mat-ripple-element {
  z-index: 2;
  background: #9e2ab5;
  opacity: 0.24;
}
.mdc-button[mat-stroked-button].mat-primary,
.mdc-button[mat-stroked-button].mat-primary:disabled,
.mdc-button[mat-stroked-button].mat-primary[disabled][disabled],
.mdc-button[mat-stroked-button].mat-primary:not(.mdc-button[disabled]),
.mdc-button[mat-stroked-button].mat-primary:not(.mdc-button[disabled]):disabled,
.mdc-button[mat-stroked-button].mat-primary:not(.mdc-button[disabled])[disabled][disabled] {
  color: #00a97a;
}
.mdc-button[mat-stroked-button].mat-primary,
.mdc-button[mat-stroked-button].mat-primary:not(.mdc-button[disabled]) {
  border-color: #00a97a !important;
}
.mdc-button[mat-stroked-button].mat-primary:hover > .mat-mdc-button-persistent-ripple,
.mdc-button[mat-stroked-button].mat-primary:active > .mat-mdc-button-persistent-ripple,
.mdc-button[mat-stroked-button].mat-primary:not(.mdc-button[disabled]):hover > .mat-mdc-button-persistent-ripple,
.mdc-button[mat-stroked-button].mat-primary:not(.mdc-button[disabled]):active > .mat-mdc-button-persistent-ripple {
  background: #00a97a;
  opacity: 0.16 !important;
}
.mdc-button[mat-stroked-button].mat-primary .mat-ripple-element,
.mdc-button[mat-stroked-button].mat-primary:not(.mdc-button[disabled]) .mat-ripple-element {
  z-index: 2;
  background: #00a97a;
  opacity: 0.24;
}
.mdc-button[disabled],
.mdc-button[disabled].mat-primary,
.mdc-button[disabled].mat-accent,
.mat-mdc-icon-button[disabled][disabled],
.mat-mdc-icon-button[disabled][disabled].mat-primary,
.mat-mdc-icon-button[disabled][disabled].mat-accent {
  opacity: 0.48;
}
.mat-mdc-fab.mat-accent,
.mat-mdc-fab.mat-accent:disabled,
.mat-mdc-fab.mat-accent[disabled][disabled],
.mat-mdc-fab.mat-accent:not(.mdc-button[disabled]),
.mat-mdc-fab.mat-accent:not(.mdc-button[disabled]):disabled,
.mat-mdc-fab.mat-accent:not(.mdc-button[disabled])[disabled][disabled] {
  color: #9e2ab5;
  background: #fff;
}
.mat-mdc-fab.mat-accent .mat-ripple-element,
.mat-mdc-fab.mat-accent:not(.mdc-button[disabled]) .mat-ripple-element {
  z-index: 2;
  background: #9e2ab5;
  opacity: 0.24;
}
.mat-mdc-fab.mat-primary,
.mat-mdc-fab.mat-primary:disabled,
.mat-mdc-fab.mat-primary[disabled][disabled],
.mat-mdc-fab.mat-primary:not(.mdc-button[disabled]),
.mat-mdc-fab.mat-primary:not(.mdc-button[disabled]):disabled,
.mat-mdc-fab.mat-primary:not(.mdc-button[disabled])[disabled][disabled] {
  color: #fff;
  background: #9e2ab5;
}
.mat-mdc-fab.mat-primary .mat-ripple-element,
.mat-mdc-fab.mat-primary:not(.mdc-button[disabled]) .mat-ripple-element {
  z-index: 2;
  background: #202020;
  opacity: 0.24;
}
.mat-mdc-mini-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent:disabled,
.mat-mdc-mini-fab.mat-accent[disabled][disabled],
.mat-mdc-mini-fab.mat-accent:not(.mdc-button[disabled]),
.mat-mdc-mini-fab.mat-accent:not(.mdc-button[disabled]):disabled,
.mat-mdc-mini-fab.mat-accent:not(.mdc-button[disabled])[disabled][disabled] {
  color: #9e2ab5;
  background: #fff;
}
.mat-mdc-mini-fab.mat-accent:hover > .mat-mdc-button-persistent-ripple,
.mat-mdc-mini-fab.mat-accent:active > .mat-mdc-button-persistent-ripple,
.mat-mdc-mini-fab.mat-accent:not(.mdc-button[disabled]):hover > .mat-mdc-button-persistent-ripple,
.mat-mdc-mini-fab.mat-accent:not(.mdc-button[disabled]):active > .mat-mdc-button-persistent-ripple {
  background: #9e2ab5;
  opacity: 0.16 !important;
}
.mat-mdc-mini-fab.mat-accent .mat-ripple-element,
.mat-mdc-mini-fab.mat-accent:not(.mdc-button[disabled]) .mat-ripple-element {
  z-index: 2;
  background: #9e2ab5;
  opacity: 0.24;
}
.mat-mdc-mini-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary:disabled,
.mat-mdc-mini-fab.mat-primary[disabled][disabled],
.mat-mdc-mini-fab.mat-primary:not(.mdc-button[disabled]),
.mat-mdc-mini-fab.mat-primary:not(.mdc-button[disabled]):disabled,
.mat-mdc-mini-fab.mat-primary:not(.mdc-button[disabled])[disabled][disabled] {
  color: #fff;
  background: #00a97a;
}
.mat-mdc-mini-fab.mat-primary:hover > .mat-mdc-button-persistent-ripple,
.mat-mdc-mini-fab.mat-primary:active > .mat-mdc-button-persistent-ripple,
.mat-mdc-mini-fab.mat-primary:not(.mdc-button[disabled]):hover > .mat-mdc-button-persistent-ripple,
.mat-mdc-mini-fab.mat-primary:not(.mdc-button[disabled]):active > .mat-mdc-button-persistent-ripple {
  background: #00a97a;
  opacity: 0.16 !important;
}
.mat-mdc-mini-fab.mat-primary .mat-ripple-element,
.mat-mdc-mini-fab.mat-primary:not(.mdc-button[disabled]) .mat-ripple-element {
  z-index: 2;
  background: #00a97a;
  opacity: 0.24;
}
.mat-mdc-fab.cx-floating-base-button.mat-accent,
.mat-mdc-fab.cx-floating-base-button.mat-primary,
.mat-mdc-mini-fab.mat-accent,
.mat-mdc-mini-fab.mat-primary {
  font-weight: bold;
}
.mat-mdc-fab.cx-floating-base-button.mat-accent,
.mat-mdc-fab.cx-floating-base-button.mat-accent:hover,
.mat-mdc-fab.cx-floating-base-button.mat-primary,
.mat-mdc-fab.cx-floating-base-button.mat-primary:hover,
.mat-mdc-mini-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent:hover,
.mat-mdc-mini-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary:hover {
  box-shadow: 0 8px 16px rgba(32, 32, 32, 0.16);
}
.mat-mdc-fab.cx-floating-base-button.mat-accent:active,
.mat-mdc-fab.cx-floating-base-button.mat-primary:active,
.mat-mdc-mini-fab.mat-accent:active,
.mat-mdc-mini-fab.mat-primary:active {
  box-shadow: 0 4px 8px rgba(32, 32, 32, 0.16) !important;
}
.mat-mdc-fab.cx-floating-base-button.mat-accent:not(.mdc-fab--extended),
.mat-mdc-fab.cx-floating-base-button.mat-accent > .mat-mdc-button-persistent-ripple.mdc-fab__ripple,
.mat-mdc-fab.cx-floating-base-button.mat-primary:not(.mdc-fab--extended),
.mat-mdc-fab.cx-floating-base-button.mat-primary > .mat-mdc-button-persistent-ripple.mdc-fab__ripple,
.mat-mdc-mini-fab.mat-accent:not(.mdc-fab--extended),
.mat-mdc-mini-fab.mat-accent > .mat-mdc-button-persistent-ripple.mdc-fab__ripple,
.mat-mdc-mini-fab.mat-primary:not(.mdc-fab--extended),
.mat-mdc-mini-fab.mat-primary > .mat-mdc-button-persistent-ripple.mdc-fab__ripple {
  border-radius: 56px;
}
.mat-mdc-icon-button,
.mat-mdc-icon-button:disabled,
.mat-mdc-icon-button[disabled][disabled],
.mat-mdc-icon-button:not(.mdc-button[disabled]),
.mat-mdc-icon-button:not(.mdc-button[disabled]):disabled,
.mat-mdc-icon-button:not(.mdc-button[disabled])[disabled][disabled] {
  color: #737373;
}
.mat-mdc-icon-button:hover > .mat-mdc-button-persistent-ripple,
.mat-mdc-icon-button:active > .mat-mdc-button-persistent-ripple,
.mat-mdc-icon-button:not(.mdc-button[disabled]):hover > .mat-mdc-button-persistent-ripple,
.mat-mdc-icon-button:not(.mdc-button[disabled]):active > .mat-mdc-button-persistent-ripple {
  background: #737373;
  opacity: 0.16 !important;
}
.mat-mdc-icon-button .mat-ripple-element,
.mat-mdc-icon-button:not(.mdc-button[disabled]) .mat-ripple-element {
  z-index: 2;
  background: #737373;
  opacity: 0.24;
}
.mat-mdc-icon-button {
  border-radius: 50% !important;
}
.mat-mdc-icon-button:not(.cx-icon-button-md, .cx-icon-button-lg) {
  height: 36px;
  width: 36px;
}
.mat-mdc-icon-button {
  padding: 0 !important;
}
.mat-mdc-icon-button.mat-accent,
.mat-mdc-icon-button.mat-accent:disabled,
.mat-mdc-icon-button.mat-accent[disabled][disabled],
.mat-mdc-icon-button.mat-accent:not(.mdc-button[disabled]),
.mat-mdc-icon-button.mat-accent:not(.mdc-button[disabled]):disabled,
.mat-mdc-icon-button.mat-accent:not(.mdc-button[disabled])[disabled][disabled] {
  color: #9e2ab5;
}
.mat-mdc-icon-button.mat-accent:hover > .mat-mdc-button-persistent-ripple,
.mat-mdc-icon-button.mat-accent:active > .mat-mdc-button-persistent-ripple,
.mat-mdc-icon-button.mat-accent:not(.mdc-button[disabled]):hover > .mat-mdc-button-persistent-ripple,
.mat-mdc-icon-button.mat-accent:not(.mdc-button[disabled]):active > .mat-mdc-button-persistent-ripple {
  background: #9e2ab5;
  opacity: 0.16 !important;
}
.mat-mdc-icon-button.mat-accent .mat-ripple-element,
.mat-mdc-icon-button.mat-accent:not(.mdc-button[disabled]) .mat-ripple-element {
  z-index: 2;
  background: #9e2ab5;
  opacity: 0.24;
}
.mat-mdc-icon-button.mat-primary,
.mat-mdc-icon-button.mat-primary:disabled,
.mat-mdc-icon-button.mat-primary[disabled][disabled],
.mat-mdc-icon-button.mat-primary:not(.mdc-button[disabled]),
.mat-mdc-icon-button.mat-primary:not(.mdc-button[disabled]):disabled,
.mat-mdc-icon-button.mat-primary:not(.mdc-button[disabled])[disabled][disabled] {
  color: #00a97a;
}
.mat-mdc-icon-button.mat-primary:hover > .mat-mdc-button-persistent-ripple,
.mat-mdc-icon-button.mat-primary:active > .mat-mdc-button-persistent-ripple,
.mat-mdc-icon-button.mat-primary:not(.mdc-button[disabled]):hover > .mat-mdc-button-persistent-ripple,
.mat-mdc-icon-button.mat-primary:not(.mdc-button[disabled]):active > .mat-mdc-button-persistent-ripple {
  background: #00a97a;
  opacity: 0.16 !important;
}
.mat-mdc-icon-button.mat-primary .mat-ripple-element,
.mat-mdc-icon-button.mat-primary:not(.mdc-button[disabled]) .mat-ripple-element {
  z-index: 2;
  background: #00a97a;
  opacity: 0.24;
}
.mat-mdc-icon-button.cx-icon-button-md,
cx-header .mat-mdc-icon-button.cx-header-white-icon,
cx-header .mat-mdc-icon-button.cx-menu-button {
  height: 40px;
  width: 40px;
}
.mat-mdc-icon-button.cx-icon-button-md,
cx-header .mat-mdc-icon-button.cx-header-white-icon,
cx-header .mat-mdc-icon-button.cx-menu-button,
.mat-mdc-icon-button.cx-icon-button-md .mat-icon,
cx-header .mat-mdc-icon-button.cx-header-white-icon .mat-icon,
cx-header .mat-mdc-icon-button.cx-menu-button .mat-icon {
  font-size: 32px;
}
.mat-mdc-icon-button.cx-icon-button-md .mat-icon,
cx-header .mat-mdc-icon-button.cx-header-white-icon .mat-icon,
cx-header .mat-mdc-icon-button.cx-menu-button .mat-icon {
  height: 32px;
  width: 32px;
  line-height: 32px;
}
.mat-mdc-icon-button.cx-icon-button-lg {
  height: 60px;
  width: 60px;
}
.mat-mdc-icon-button.cx-icon-button-lg,
.mat-mdc-icon-button.cx-icon-button-lg .mat-icon {
  font-size: 48px;
}
.mat-mdc-icon-button.cx-icon-button-lg .mat-icon {
  height: 48px;
  width: 48px;
  line-height: 48px;
}
.mat-mdc-button:not(.mat-mdc-icon-button) mat-icon,
.mat-mdc-outlined-button:not(.mat-mdc-icon-button) mat-icon,
.mat-mdc-unelevated-button:not(.mat-mdc-icon-button) mat-icon {
  height: 24px;
  width: 24px;
  font-size: 24px;
}
.mat-calendar button {
  background: transparent;
  color: #737373;
  border: none;
}
.mat-calendar button:hover {
  background: transparent;
  color: #737373;
}
.mat-calendar .mat-mdc-icon-button {
  width: 40px !important;
  height: 40px !important;
}
.mat-calendar .mat-calendar-body-today:not(.mat-calendar-body-selected, .mat-calendar-body-comparison-identical) {
  border-color: #9e2ab5 !important;
}
.mat-datepicker-toggle.mat-datepicker-toggle-active .mdc-icon-button {
  color: #00a97a;
}
.mat-mdc-dialog-container .mat-mdc-dialog-surface.mdc-dialog__surface {
  padding: 32px;
  border-radius: 8px;
}
.mat-mdc-dialog-container .mat-mdc-dialog-surface.mdc-dialog__surface .mat-mdc-dialog-title.mdc-dialog__title {
  padding: 0;
  color: #202020;
  line-height: 1.5;
  margin-bottom: 24px;
}
.mat-mdc-dialog-container .mat-mdc-dialog-surface.mdc-dialog__surface .mat-mdc-dialog-title.mdc-dialog__title::before {
  display: none;
}
.mat-mdc-dialog-container .mat-mdc-dialog-surface.mdc-dialog__surface .mat-mdc-dialog-content.mdc-dialog__content {
  color: #202020;
  padding: 0;
}
.mat-mdc-dialog-container .mat-mdc-dialog-surface.mdc-dialog__surface .mat-mdc-dialog-actions {
  padding: 0;
  min-height: auto;
}
.mat-divider {
  border-top-color: #dbdbdb;
}
.mat-divider.mat-divider-vertical {
  border-right-color: #dbdbdb;
}
cx-expansion-panel .mat-expansion-panel-header {
  padding: 0 16px;
  height: 56px;
}
cx-expansion-panel .mat-expansion-panel-body {
  padding: 0 16px 16px;
}
.mat-accordion > cx-expansion-panel > .mat-expansion-panel:not(.mat-expanded) {
  border-radius: 0;
  border-top: none;
}
.mat-accordion > cx-expansion-panel > .mat-expansion-panel:has(.mat-expanded) {
  border-radius: 8px;
  margin: 12px 0;
}
.cx-expansion-panel {
  box-shadow: none !important;
  border: 1px solid #9a9a9a;
}
cx-expansion-panel .mat-expansion-panel-header-title {
  font:
    16px "BBraun Type Digital",
    arial,
    "Helvetica Neue",
    helvetica,
    sans-serif;
}
mat-accordion > cx-expansion-panel:has(.mat-expanded) + cx-expansion-panel > .cx-expansion-panel {
  border-top: 1px solid #9a9a9a !important;
  border-top-right-radius: 8px !important;
  border-top-left-radius: 8px !important;
}
cx-expansion-panel:last-child > .cx-expansion-panel {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  border-bottom: 1px solid #9a9a9a !important;
}
cx-expansion-panel:first-child > .cx-expansion-panel {
  border-top-right-radius: 8px !important;
  border-top-left-radius: 8px !important;
  border-top: 1px solid #9a9a9a !important;
}
.mat-mdc-menu-panel {
  border-radius: 8px !important;
  box-shadow: 0 12px 24px rgba(32, 32, 32, 0.16) !important;
}
.mat-mdc-menu-panel .mat-mdc-menu-content {
  padding: 4px 8px;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item {
  margin: 4px 0;
  border-radius: 8px;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item .mdc-list-item__primary-text,
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text {
  display: flex;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item .mdc-list-item__primary-text,
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item .mdc-list-item__primary-text .mat-icon,
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text,
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text .mat-icon {
  color: #737373 !important;
  flex-shrink: 0;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item .mat-icon {
  color: #737373;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item .mat-icon.x-small-icon {
  color: #202020 !important;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item:not([disabled]):hover {
  background: rgba(115, 115, 115, 0.16);
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item .mat-ripple-element {
  background: #737373;
  opacity: 0.24;
}
.x-small-icon {
  height: 16px !important;
  width: 16px !important;
  font-size: 16px !important;
}
.small-icon,
cx-menu-item span[class*=icon-],
span.cx-icon-in-button,
.cx-icon-stroked-button.mdc-button[mat-stroked-button] .mat-icon,
.cx-icon-stroked-button.mdc-button[mat-stroked-button] span[class*=icon-],
.cx-navigation-drawer .mdc-button span[class*=icon-],
.cx-navigation-drawer .cx-button-with-icon.cx-mat-button-base span[class*=icon-],
.purple-small-icon,
.white-small-icon,
.gray-small-icon,
.green-small-icon {
  height: 24px !important;
  width: 24px !important;
  font-size: 24px !important;
}
.medium-icon,
.purple-medium-icon,
.white-medium-icon,
cx-header cx-menu .mat-mdc-icon-button.cx-menu-button mat-icon,
.gray-medium-icon,
.green-medium-icon {
  height: 32px !important;
  width: 32px !important;
  font-size: 32px !important;
}
.large-icon,
.purple-large-icon,
.white-large-icon,
.gray-large-icon,
.green-large-icon {
  height: 48px !important;
  width: 48px !important;
  font-size: 48px !important;
}
.green-small-icon {
  color: #00a97a !important;
}
.green-medium-icon {
  color: #00a97a !important;
}
.green-large-icon {
  color: #00a97a !important;
}
.gray-small-icon {
  color: #737373 !important;
}
.gray-medium-icon {
  color: #737373 !important;
}
.gray-large-icon {
  color: #737373 !important;
}
.white-small-icon {
  color: #fff !important;
}
.white-medium-icon,
cx-header cx-menu .mat-mdc-icon-button.cx-menu-button mat-icon {
  color: #fff !important;
}
.white-large-icon {
  color: #fff !important;
}
.purple-small-icon {
  color: #9e2ab5 !important;
}
.purple-medium-icon {
  color: #9e2ab5 !important;
}
.purple-large-icon {
  color: #9e2ab5 !important;
}
.text-green-hover {
  color: #00a97a !important;
}
.text-green-hover:hover {
  color: #008762 !important;
}
.text-gray-hover {
  color: #737373 !important;
}
.text-gray-hover:hover {
  color: #545454 !important;
}
.text-white-hover {
  color: #fff !important;
}
.text-white-hover:hover {
  color: #ececec !important;
}
.text-purple-hover {
  color: #9e2ab5 !important;
}
.text-purple-hover:hover {
  color: #711e82 !important;
}
.link {
  font-size: 16px !important;
}
.small-link {
  font-size: 14px !important;
}
.link,
.small-link {
  cursor: pointer;
  font-family:
    "BBraun Type Digital",
    arial,
    "Helvetica Neue",
    helvetica,
    sans-serif !important;
  color: #2da0d3 !important;
  text-decoration: underline !important;
  transition: 0.1s color ease-out !important;
}
.link:hover,
.small-link:hover {
  color: #02708e !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-semi-bold {
  font-weight: 600 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-clip {
  overflow: clip !important;
}
.bg-white {
  background-color: #fff;
}
.bg-green {
  background-color: #00a97a;
}
.bg-green-10 {
  background-color: #e0f8f2;
}
.bg-green-20 {
  background-color: #baf4e6;
}
.bg-green-30 {
  background-color: #5ddbbc;
}
.bg-green-40 {
  background-color: #00c696;
}
.bg-green-50 {
  background-color: #00b482;
}
.bg-green-60 {
  background-color: #00a97a;
}
.bg-green-70 {
  background-color: #009771;
}
.bg-green-80 {
  background-color: #008762;
}
.bg-green-90 {
  background-color: #007154;
}
.bg-green-100 {
  background-color: #00664a;
}
.bg-green-110 {
  background-color: #00513b;
}
.bg-green-120 {
  background-color: #003929;
}
.bg-purple {
  background-color: #9e2ab5;
}
.bg-purple-10 {
  background-color: #fbf4fc;
}
.bg-purple-20 {
  background-color: #f3e6f6;
}
.bg-purple-30 {
  background-color: #ead1ef;
}
.bg-purple-40 {
  background-color: #e1b6e9;
}
.bg-purple-50 {
  background-color: #db95e7;
}
.bg-purple-60 {
  background-color: #d76eeb;
}
.bg-purple-70 {
  background-color: #bd32d9;
}
.bg-purple-80 {
  background-color: #ae44c1;
}
.bg-purple-90 {
  background-color: #9e2ab5;
}
.bg-purple-100 {
  background-color: #832b93;
}
.bg-purple-110 {
  background-color: #711e82;
}
.bg-purple-120 {
  background-color: #4a1e52;
}
.bg-black {
  background-color: #202020;
}
.bg-gray {
  background-color: #737373;
}
.bg-gray-10 {
  background-color: #f9f9f9;
}
.bg-gray-20 {
  background-color: #ececec;
}
.bg-gray-30 {
  background-color: #dbdbdb;
}
.bg-gray-40 {
  background-color: #c6c6c6;
}
.bg-gray-50 {
  background-color: #b0b0b0;
}
.bg-gray-60 {
  background-color: #9a9a9a;
}
.bg-gray-70 {
  background-color: #868686;
}
.bg-gray-80 {
  background-color: #737373;
}
.bg-gray-90 {
  background-color: #636363;
}
.bg-gray-100 {
  background-color: #545454;
}
.bg-gray-110 {
  background-color: #454545;
}
.bg-gray-120 {
  background-color: #202020;
}
.bg-sand-10 {
  background-color: #faf9f5;
}
.bg-sand-20 {
  background-color: #f0ede6;
}
.bg-sand-30 {
  background-color: #dfdbd3;
}
.bg-sand-40 {
  background-color: #cac6bf;
}
.bg-sand-50 {
  background-color: #b3b0a9;
}
.bg-sand-60 {
  background-color: #9c9a94;
}
.bg-sand-70 {
  background-color: #888681;
}
.bg-sand-80 {
  background-color: #74746f;
}
.bg-sand-90 {
  background-color: #64645f;
}
.bg-sand-100 {
  background-color: #555451;
}
.bg-sand-110 {
  background-color: #464643;
}
.bg-sand-120 {
  background-color: #31312e;
}
.bg-blue {
  background-color: #2da0d3;
}
.bg-blue-10 {
  background-color: #e3f3ff;
}
.bg-blue-20 {
  background-color: #d3ecff;
}
.bg-blue-30 {
  background-color: #aadeff;
}
.bg-blue-40 {
  background-color: #6eceff;
}
.bg-blue-50 {
  background-color: #04bcf4;
}
.bg-blue-60 {
  background-color: #06adea;
}
.bg-blue-70 {
  background-color: #2da0d3;
}
.bg-blue-80 {
  background-color: #278eb4;
}
.bg-blue-90 {
  background-color: #02708e;
}
.bg-blue-100 {
  background-color: #035877;
}
.bg-blue-110 {
  background-color: #01526c;
}
.bg-blue-120 {
  background-color: #013c50;
}
.bg-light-green-10 {
  background-color: #f7f9ea;
}
.bg-light-green-20 {
  background-color: #eaf0c3;
}
.bg-light-green-30 {
  background-color: #d6e37d;
}
.bg-light-green-40 {
  background-color: #bfcf00;
}
.bg-light-green-50 {
  background-color: #a2b926;
}
.bg-light-green-60 {
  background-color: #87a42f;
}
.bg-light-green-70 {
  background-color: #738f32;
}
.bg-light-green-80 {
  background-color: #647b31;
}
.bg-light-green-90 {
  background-color: #57692e;
}
.bg-light-green-100 {
  background-color: #4a592b;
}
.bg-light-green-110 {
  background-color: #3e4a26;
}
.bg-light-green-120 {
  background-color: #2c331d;
}
.bg-red {
  background-color: #eb0000;
}
.bg-red-10 {
  background-color: #fbf5f5;
}
.bg-red-20 {
  background-color: #f6e8e8;
}
.bg-red-30 {
  background-color: #f2d2d3;
}
.bg-red-40 {
  background-color: #f0b6b9;
}
.bg-red-50 {
  background-color: #f2949b;
}
.bg-red-60 {
  background-color: #f66c7d;
}
.bg-red-70 {
  background-color: #f7385f;
}
.bg-red-80 {
  background-color: #e40147;
}
.bg-red-90 {
  background-color: #ba2749;
}
.bg-red-100 {
  background-color: #9c243f;
}
.bg-red-110 {
  background-color: #832036;
}
.bg-red-120 {
  background-color: #5e1525;
}
.bg-yellow {
  background-color: #fecc00;
}
.bg-orange-10 {
  background-color: #f9f6ef;
}
.bg-orange-20 {
  background-color: #f7ead0;
}
.bg-orange-30 {
  background-color: #f7d59b;
}
.bg-orange-40 {
  background-color: #f7b95a;
}
.bg-orange-50 {
  background-color: #f29000;
}
.bg-orange-60 {
  background-color: #e18123;
}
.bg-orange-70 {
  background-color: #cb6c13;
}
.bg-orange-80 {
  background-color: #b15d0e;
}
.bg-orange-90 {
  background-color: #994f0a;
}
.bg-orange-100 {
  background-color: #824307;
}
.bg-orange-110 {
  background-color: #6f3805;
}
.bg-orange-120 {
  background-color: #4f2602;
}
.text-white {
  color: #fff;
}
.text-green {
  color: #00a97a;
}
.text-green-10 {
  color: #e0f8f2;
}
.text-green-20 {
  color: #baf4e6;
}
.text-green-30 {
  color: #5ddbbc;
}
.text-green-40 {
  color: #00c696;
}
.text-green-50 {
  color: #00b482;
}
.text-green-60 {
  color: #00a97a;
}
.text-green-70 {
  color: #009771;
}
.text-green-80 {
  color: #008762;
}
.text-green-90 {
  color: #007154;
}
.text-green-100 {
  color: #00664a;
}
.text-green-110 {
  color: #00513b;
}
.text-green-120 {
  color: #003929;
}
.text-purple {
  color: #9e2ab5;
}
.text-purple-10 {
  color: #fbf4fc;
}
.text-purple-20 {
  color: #f3e6f6;
}
.text-purple-30 {
  color: #ead1ef;
}
.text-purple-40 {
  color: #e1b6e9;
}
.text-purple-50 {
  color: #db95e7;
}
.text-purple-60 {
  color: #d76eeb;
}
.text-purple-70 {
  color: #bd32d9;
}
.text-purple-80 {
  color: #ae44c1;
}
.text-purple-90 {
  color: #9e2ab5;
}
.text-purple-100 {
  color: #832b93;
}
.text-purple-110 {
  color: #711e82;
}
.text-purple-120 {
  color: #4a1e52;
}
.text-black {
  color: #202020;
}
.text-gray {
  color: #737373;
}
.text-gray-10 {
  color: #f9f9f9;
}
.text-gray-20 {
  color: #ececec;
}
.text-gray-30 {
  color: #dbdbdb;
}
.text-gray-40 {
  color: #c6c6c6;
}
.text-gray-50 {
  color: #b0b0b0;
}
.text-gray-60 {
  color: #9a9a9a;
}
.text-gray-70 {
  color: #868686;
}
.text-gray-80 {
  color: #737373;
}
.text-gray-90 {
  color: #636363;
}
.text-gray-100 {
  color: #545454;
}
.text-gray-110 {
  color: #454545;
}
.text-gray-120 {
  color: #202020;
}
.text-sand-10 {
  color: #faf9f5;
}
.text-sand-20 {
  color: #f0ede6;
}
.text-sand-30 {
  color: #dfdbd3;
}
.text-sand-40 {
  color: #cac6bf;
}
.text-sand-50 {
  color: #b3b0a9;
}
.text-sand-60 {
  color: #9c9a94;
}
.text-sand-70 {
  color: #888681;
}
.text-sand-80 {
  color: #74746f;
}
.text-sand-90 {
  color: #64645f;
}
.text-sand-100 {
  color: #555451;
}
.text-sand-110 {
  color: #464643;
}
.text-sand-120 {
  color: #31312e;
}
.text-blue {
  color: #2da0d3;
}
.text-blue-10 {
  color: #e3f3ff;
}
.text-blue-20 {
  color: #d3ecff;
}
.text-blue-30 {
  color: #aadeff;
}
.text-blue-40 {
  color: #6eceff;
}
.text-blue-50 {
  color: #04bcf4;
}
.text-blue-60 {
  color: #06adea;
}
.text-blue-70 {
  color: #2da0d3;
}
.text-blue-80 {
  color: #278eb4;
}
.text-blue-90 {
  color: #02708e;
}
.text-blue-100 {
  color: #035877;
}
.text-blue-110 {
  color: #01526c;
}
.text-blue-120 {
  color: #013c50;
}
.text-light-green-10 {
  color: #f7f9ea;
}
.text-light-green-20 {
  color: #eaf0c3;
}
.text-light-green-30 {
  color: #d6e37d;
}
.text-light-green-40 {
  color: #bfcf00;
}
.text-light-green-50 {
  color: #a2b926;
}
.text-light-green-60 {
  color: #87a42f;
}
.text-light-green-70 {
  color: #738f32;
}
.text-light-green-80 {
  color: #647b31;
}
.text-light-green-90 {
  color: #57692e;
}
.text-light-green-100 {
  color: #4a592b;
}
.text-light-green-110 {
  color: #3e4a26;
}
.text-light-green-120 {
  color: #2c331d;
}
.text-red {
  color: #eb0000;
}
.text-red-10 {
  color: #fbf5f5;
}
.text-red-20 {
  color: #f6e8e8;
}
.text-red-30 {
  color: #f2d2d3;
}
.text-red-40 {
  color: #f0b6b9;
}
.text-red-50 {
  color: #f2949b;
}
.text-red-60 {
  color: #f66c7d;
}
.text-red-70 {
  color: #f7385f;
}
.text-red-80 {
  color: #e40147;
}
.text-red-90 {
  color: #ba2749;
}
.text-red-100 {
  color: #9c243f;
}
.text-red-110 {
  color: #832036;
}
.text-red-120 {
  color: #5e1525;
}
.text-yellow {
  color: #fecc00;
}
.text-orange-10 {
  color: #f9f6ef;
}
.text-orange-20 {
  color: #f7ead0;
}
.text-orange-30 {
  color: #f7d59b;
}
.text-orange-40 {
  color: #f7b95a;
}
.text-orange-50 {
  color: #f29000;
}
.text-orange-60 {
  color: #e18123;
}
.text-orange-70 {
  color: #cb6c13;
}
.text-orange-80 {
  color: #b15d0e;
}
.text-orange-90 {
  color: #994f0a;
}
.text-orange-100 {
  color: #824307;
}
.text-orange-110 {
  color: #6f3805;
}
.text-orange-120 {
  color: #4f2602;
}
.clickable,
cx-list.cx-list-clickable .cx-list-item,
cx-list.cx-list-clickable .cx-flat-list-option,
cx-list.cx-list-clickable .cx-list-option,
cx-listbox.cx-list-clickable .cx-list-item,
cx-listbox.cx-list-clickable .cx-flat-list-option,
cx-listbox.cx-list-clickable .cx-list-option,
cx-flat-listbox.cx-list-clickable .cx-list-item,
cx-flat-listbox.cx-list-clickable .cx-flat-list-option,
cx-flat-listbox.cx-list-clickable .cx-list-option,
cx-flat-list.cx-list-clickable .cx-list-item,
cx-flat-list.cx-list-clickable .cx-flat-list-option,
cx-flat-list.cx-list-clickable .cx-list-option {
  cursor: pointer !important;
  -webkit-user-select: none !important;
  user-select: none !important;
}
.unclickable {
  cursor: default !important;
  pointer-events: none !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.border-radius,
cx-image-thumbnail.cx-image-border-radius .cx-image-container {
  border-radius: 8px !important;
}
.cx-navigation-drawer .mat-divider,
.cx-navigation-drawer .mat-expansion-panel-header,
.cx-navigation-drawer .mdc-button,
.cx-navigation-drawer .cx-button-with-icon.cx-mat-button-base {
  margin: 4px 0 !important;
}
.cx-navigation-drawer .mat-expansion-panel-header .cx-button-with-icon:hover .mat-mdc-button-persistent-ripple.mdc-button__ripple,
.cx-navigation-drawer .mat-expansion-panel-header .cx-button-with-icon:active .mat-mdc-button-persistent-ripple.mdc-button__ripple,
.cx-navigation-drawer .mdc-button.cx-navigation-drawer-button-active:hover .mat-mdc-button-persistent-ripple.mdc-button__ripple,
.cx-navigation-drawer .mdc-button.cx-navigation-drawer-button-active:active .mat-mdc-button-persistent-ripple.mdc-button__ripple,
.cx-navigation-drawer .cx-button-with-icon.cx-mat-button-base.cx-navigation-drawer-button-active:hover .mat-mdc-button-persistent-ripple.mdc-button__ripple,
.cx-navigation-drawer .cx-button-with-icon.cx-mat-button-base.cx-navigation-drawer-button-active:active .mat-mdc-button-persistent-ripple.mdc-button__ripple {
  background: transparent !important;
  opacity: 0 !important;
}
.cx-navigation-drawer .mat-expansion-panel-header .cx-button-with-icon:hover .mat-ripple-element,
.cx-navigation-drawer .mat-expansion-panel-header .cx-button-with-icon:active .mat-ripple-element,
.cx-navigation-drawer .mdc-button.cx-navigation-drawer-button-active:hover .mat-ripple-element,
.cx-navigation-drawer .mdc-button.cx-navigation-drawer-button-active:active .mat-ripple-element,
.cx-navigation-drawer .cx-button-with-icon.cx-mat-button-base.cx-navigation-drawer-button-active:hover .mat-ripple-element,
.cx-navigation-drawer .cx-button-with-icon.cx-mat-button-base.cx-navigation-drawer-button-active:active .mat-ripple-element {
  background: transparent !important;
  opacity: 0 !important;
}
.cx-navigation-drawer .mdc-button,
.cx-navigation-drawer .cx-button-with-icon.cx-mat-button-base {
  min-width: 58px !important;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.cx-navigation-drawer .mdc-button.mdc-button[disabled],
.cx-navigation-drawer .cx-button-with-icon.cx-mat-button-base.mdc-button[disabled] {
  color: #202020;
  opacity: 1;
}
.cx-navigation-drawer .mdc-button__label,
.cx-navigation-drawer .cx-button-with-icon.cx-mat-button-base__label {
  display: contents;
  width: 100%;
}
.cx-navigation-drawer .mdc-button.cx-navigation-drawer-button-active svg,
.cx-navigation-drawer .cx-button-with-icon.cx-mat-button-base.cx-navigation-drawer-button-active svg {
  color: #00a97a;
}
.cx-navigation-drawer .mdc-button:not(.cx-navigation-drawer-button-active) svg,
.cx-navigation-drawer .cx-button-with-icon.cx-mat-button-base:not(.cx-navigation-drawer-button-active) svg {
  color: #737373;
}
.cx-navigation-drawer .cx-button-with-icon.mdc-button[mat-stroked-button] {
  padding: 10px 16px !important;
}
.cx-navigation-drawer .cx-icon-in-button,
.cx-navigation-drawer .mdc-tab.mat-mdc-tab .mat-icon,
.mdc-tab.mat-mdc-tab .cx-navigation-drawer .mat-icon,
.cx-navigation-drawer .mdc-tab.mat-mdc-tab span[class*=icon-],
.mdc-tab.mat-mdc-tab .cx-navigation-drawer span[class*=icon-] {
  margin-right: 8px !important;
}
.cx-navigation-drawer mat-expansion-panel.mat-expanded {
  margin: unset !important;
}
.cx-navigation-drawer .mat-expansion-panel-header {
  padding: 10px 10px 10px 0 !important;
  height: 24px !important;
}
.cx-navigation-drawer .mat-expansion-panel-header .mat-expansion-indicator {
  margin-right: 14px;
  transform-origin: center 12px;
}
.cx-navigation-drawer .mat-expansion-panel-header .mat-expansion-indicator::after {
  margin-top: -5px;
}
.cx-navigation-drawer .mat-expansion-panel-header:hover {
  border-radius: 8px;
  background: rgba(115, 115, 115, 0.16) !important;
}
.cx-navigation-drawer .mat-expansion-panel-header .mdc-button:hover {
  background: transparent !important;
  border: 0 !important;
}
.cx-navigation-drawer .mat-expansion-panel {
  box-shadow: none !important;
}
.cx-navigation-drawer .mat-expansion-panel-body {
  padding: 0;
}
.cx-navigation-drawer .mat-expansion-panel-body cx-navigation-drawer-button .cx-button-with-icon.mdc-button[mat-stroked-button] {
  padding-left: 64px !important;
}
.mdc-tab.mat-mdc-tab {
  font-weight: bold;
  color: #737373;
  font-size: 16px;
  border-radius: 8px 8px 0 0;
  flex-grow: 0 !important;
  padding: 0 48px !important;
  opacity: 1 !important;
  overflow: hidden;
}
.mdc-tab.mat-mdc-tab:hover {
  background: rgba(115, 115, 115, 0.16);
}
.mdc-tab.mat-mdc-tab .mdc-tab__ripple {
  display: none;
}
.mdc-tab.mat-mdc-tab .mat-ripple-element {
  background: #737373;
}
.mdc-tab.mat-mdc-tab .mdc-tab__text-label {
  display: flex;
  align-items: center;
  transition: none;
}
.mdc-tab.mat-mdc-tab.mdc-tab--active {
  color: #00a97a;
}
.mdc-tab.mat-mdc-tab.mdc-tab--active:hover {
  background: rgba(0, 169, 122, 0.16);
}
.mdc-tab.mat-mdc-tab.mdc-tab--active .mat-ripple-element {
  background: #00a97a;
}
.mat-mdc-tab-group .mat-mdc-tab-header {
  z-index: 10;
  background: #fff;
}
.mat-mdc-tab-body .mat-mdc-tab-body-content {
  transform: none !important;
  animation: fade-out 0.5s both;
}
.mat-mdc-tab-body.mat-mdc-tab-body-active .mat-mdc-tab-body-content {
  animation: fade-in 0.5s both;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.mat-mdc-row:hover {
  background: rgba(115, 115, 115, 0.04) !important;
  transition: background-color 0.2s ease;
}
.mat-mdc-cell {
  font-size: 14px;
  word-break: break-word;
}
.mat-mdc-cell:focus {
  outline: none;
}
cx-table-with-pagination .mat-mdc-checkbox.mat-primary,
cx-table-with-lazy-loading .mat-mdc-checkbox.mat-primary {
  margin-top: unset;
}
cx-table-with-pagination .mat-form-field-appearance-outline .mat-mdc-text-field-wrapper,
cx-table-with-lazy-loading .mat-form-field-appearance-outline .mat-mdc-text-field-wrapper {
  margin-top: 0;
}
cx-table-with-pagination .mat-mdc-paginator-range-actions .mat-mdc-paginator-range-label,
cx-table-with-lazy-loading .mat-mdc-paginator-range-actions .mat-mdc-paginator-range-label {
  margin-right: 16px;
  align-self: stretch;
  display: flex;
  align-items: center;
}
cx-table-with-pagination .mat-mdc-paginator-range-actions .mat-mdc-paginator-range-label:after,
cx-table-with-lazy-loading .mat-mdc-paginator-range-actions .mat-mdc-paginator-range-label:after {
  content: "";
  width: 0;
  height: 100%;
  border-left: 1px solid #dbdbdb;
  margin-left: 24px;
}
cx-table-with-pagination mat-table,
cx-table-with-lazy-loading mat-table {
  border-radius: 8px;
}
cx-table-with-pagination mat-table:not(.cx-visible-table-border),
cx-table-with-lazy-loading mat-table:not(.cx-visible-table-border) {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}
cx-table-with-pagination mat-cell > *,
cx-table-with-lazy-loading mat-cell > * {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
cx-table-with-pagination mat-row mat-cell.mat-mdc-cell,
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell,
cx-table-with-lazy-loading mat-row mat-cell.mat-mdc-cell,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell {
  padding: 0 12px !important;
}
cx-table-with-pagination mat-table.cx-no-main-checkbox-column mat-header-cell:first-of-type,
cx-table-with-pagination mat-table.cx-no-main-checkbox-column mat-cell:first-of-type,
cx-table-with-lazy-loading mat-table.cx-no-main-checkbox-column mat-header-cell:first-of-type,
cx-table-with-lazy-loading mat-table.cx-no-main-checkbox-column mat-cell:first-of-type {
  margin-left: 8px;
}
cx-table-with-pagination mat-table.cx-no-optional-columns-column mat-header-cell:last-of-type,
cx-table-with-pagination mat-table.cx-no-optional-columns-column mat-cell:last-of-type,
cx-table-with-lazy-loading mat-table.cx-no-optional-columns-column mat-header-cell:last-of-type,
cx-table-with-lazy-loading mat-table.cx-no-optional-columns-column mat-cell:last-of-type {
  margin-right: 8px;
}
cx-table-with-pagination mat-table.cx-one-row-cell mat-row,
cx-table-with-pagination mat-table.cx-two-rows-cell mat-row,
cx-table-with-lazy-loading mat-table.cx-one-row-cell mat-row,
cx-table-with-lazy-loading mat-table.cx-two-rows-cell mat-row {
  max-height: 56px;
}
cx-table-with-pagination mat-table.cx-three-rows-cell mat-row,
cx-table-with-pagination mat-table.cx-more-rows-cell mat-row,
cx-table-with-lazy-loading mat-table.cx-three-rows-cell mat-row,
cx-table-with-lazy-loading mat-table.cx-more-rows-cell mat-row {
  max-height: 112px;
}
cx-table-with-pagination mat-table.cx-more-rows-cell mat-cell,
cx-table-with-lazy-loading mat-table.cx-more-rows-cell mat-cell {
  padding: 12px !important;
}
cx-table-with-pagination mat-table.cx-one-row-cell mat-cell > *,
cx-table-with-lazy-loading mat-table.cx-one-row-cell mat-cell > * {
  -webkit-line-clamp: 1;
}
cx-table-with-pagination mat-table.cx-two-rows-cell mat-cell > *,
cx-table-with-lazy-loading mat-table.cx-two-rows-cell mat-cell > * {
  -webkit-line-clamp: 2;
}
cx-table-with-pagination mat-table.cx-three-rows-cell mat-cell > *,
cx-table-with-lazy-loading mat-table.cx-three-rows-cell mat-cell > * {
  -webkit-line-clamp: 3;
}
cx-table-with-pagination mat-row.mat-mdc-row,
cx-table-with-pagination mat-header-row.mat-mdc-header-row,
cx-table-with-lazy-loading mat-row.mat-mdc-row,
cx-table-with-lazy-loading mat-header-row.mat-mdc-header-row {
  border-bottom: 1px solid #dbdbdb;
}
cx-table-with-pagination mat-row.mat-mdc-row .mat-mdc-cell,
cx-table-with-pagination mat-row.mat-mdc-row .mat-mdc-header-cell,
cx-table-with-pagination mat-header-row.mat-mdc-header-row .mat-mdc-cell,
cx-table-with-pagination mat-header-row.mat-mdc-header-row .mat-mdc-header-cell,
cx-table-with-lazy-loading mat-row.mat-mdc-row .mat-mdc-cell,
cx-table-with-lazy-loading mat-row.mat-mdc-row .mat-mdc-header-cell,
cx-table-with-lazy-loading mat-header-row.mat-mdc-header-row .mat-mdc-cell,
cx-table-with-lazy-loading mat-header-row.mat-mdc-header-row .mat-mdc-header-cell {
  border: unset;
  background: unset;
}
cx-table-with-pagination mat-row.mat-mdc-row.cx-selected-row,
cx-table-with-pagination mat-row.mat-mdc-row.cx-highlighted-row,
cx-table-with-lazy-loading mat-row.mat-mdc-row.cx-selected-row,
cx-table-with-lazy-loading mat-row.mat-mdc-row.cx-highlighted-row {
  background-color: rgba(0, 169, 122, 0.08) !important;
}
cx-table-with-pagination mat-row.mat-mdc-row.cx-highlighted-row,
cx-table-with-lazy-loading mat-row.mat-mdc-row.cx-highlighted-row {
  border: 1px solid #00a97a;
}
cx-table-with-pagination mat-row.mat-mdc-row.cx-highlighted-row.cx-highlighted-row-remove-bottom-border,
cx-table-with-lazy-loading mat-row.mat-mdc-row.cx-highlighted-row.cx-highlighted-row-remove-bottom-border {
  border-bottom: unset;
}
cx-table-with-pagination mat-row.mat-mdc-row.cx-highlighted-row.cx-selected-row,
cx-table-with-lazy-loading mat-row.mat-mdc-row.cx-highlighted-row.cx-selected-row {
  background-color: rgba(0, 169, 122, 0.16) !important;
}
cx-table-with-pagination mat-row.mat-mdc-row:not(.cx-selected-row):not(.cx-highlighted-row):hover,
cx-table-with-lazy-loading mat-row.mat-mdc-row:not(.cx-selected-row):not(.cx-highlighted-row):hover {
  background-color: #fff !important;
}
cx-table-with-pagination mat-row.mat-mdc-row.cx-enable-row-hover:not(.cx-selected-row):not(.cx-highlighted-row):hover,
cx-table-with-lazy-loading mat-row.mat-mdc-row.cx-enable-row-hover:not(.cx-selected-row):not(.cx-highlighted-row):hover {
  background-color: rgba(115, 115, 115, 0.16) !important;
}
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell.cx-no-sort-column .cx-title-text,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell.cx-no-sort-column .cx-title-text {
  max-width: calc(100% - 36px - 6px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell.cx-no-sort-column.cx-no-sort-column-without-filter .cx-title-text,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell.cx-no-sort-column.cx-no-sort-column-without-filter .cx-title-text {
  max-width: 100%;
}
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell .mat-sort-header-content,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell .mat-sort-header-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  text-align: left;
}
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell[mat-sort-header]:not(:active):hover,
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell[mat-sort-header]:active,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell[mat-sort-header]:not(:active):hover,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell[mat-sort-header]:active {
  position: relative;
  background-color: unset !important;
}
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell[mat-sort-header]:not(:active):hover::after,
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell[mat-sort-header]:active::after,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell[mat-sort-header]:not(:active):hover::after,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell[mat-sort-header]:active::after {
  position: absolute;
  content: "";
  min-height: 48px;
  max-height: 48px;
  margin-top: 4px !important;
  margin-bottom: 4px !important;
  border-radius: 8px;
  opacity: 0;
  display: flex;
  width: 100%;
  left: 0;
}
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell[mat-sort-header]:not(:active):hover::after,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell[mat-sort-header]:not(:active):hover::after {
  opacity: 1;
  background-color: rgba(32, 32, 32, 0.16);
}
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell[mat-sort-header]:active,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell[mat-sort-header]:active {
  color: #00a97a;
}
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell[mat-sort-header]:active::after,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell[mat-sort-header]:active::after {
  opacity: 1;
  background-color: rgba(0, 169, 122, 0.24);
}
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell[mat-sort-header]:active cx-table-filter button.cx-table-filter-button:hover,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell[mat-sort-header]:active cx-table-filter button.cx-table-filter-button:hover {
  background-color: rgba(0, 169, 122, 0.24);
}
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell[mat-sort-header]:active cx-table-filter button.cx-table-filter-button mat-icon,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell[mat-sort-header]:active cx-table-filter button.cx-table-filter-button mat-icon {
  fill: #00a97a;
}
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell[mat-sort-header]:active .mat-sort-header-arrow,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell[mat-sort-header]:active .mat-sort-header-arrow {
  color: #00a97a;
}
cx-table-with-pagination mat-table.cx-one-row-header-cell mat-header-cell.mat-mdc-header-cell.cx-no-sort-column .cx-title-text,
cx-table-with-pagination mat-table.cx-one-row-header-cell mat-header-cell.mat-mdc-header-cell .mat-sort-header-content,
cx-table-with-lazy-loading mat-table.cx-one-row-header-cell mat-header-cell.mat-mdc-header-cell.cx-no-sort-column .cx-title-text,
cx-table-with-lazy-loading mat-table.cx-one-row-header-cell mat-header-cell.mat-mdc-header-cell .mat-sort-header-content {
  -webkit-line-clamp: 1;
}
cx-table-with-pagination mat-table.cx-two-rows-header-cell mat-header-cell.mat-mdc-header-cell.cx-no-sort-column .cx-title-text,
cx-table-with-pagination mat-table.cx-two-rows-header-cell mat-header-cell.mat-mdc-header-cell .mat-sort-header-content,
cx-table-with-lazy-loading mat-table.cx-two-rows-header-cell mat-header-cell.mat-mdc-header-cell.cx-no-sort-column .cx-title-text,
cx-table-with-lazy-loading mat-table.cx-two-rows-header-cell mat-header-cell.mat-mdc-header-cell .mat-sort-header-content {
  -webkit-line-clamp: 2;
}
cx-table-with-pagination mat-header-cell[aria-sort=ascending].mat-mdc-header-cell:hover,
cx-table-with-pagination mat-header-cell[aria-sort=descending].mat-mdc-header-cell:hover,
cx-table-with-lazy-loading mat-header-cell[aria-sort=ascending].mat-mdc-header-cell:hover,
cx-table-with-lazy-loading mat-header-cell[aria-sort=descending].mat-mdc-header-cell:hover {
  background-color: rgba(0, 169, 122, 0.16);
}
cx-table-with-pagination mat-header-row.mat-mdc-header-row,
cx-table-with-lazy-loading mat-header-row.mat-mdc-header-row {
  background-color: #ececec;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
cx-table-with-pagination mat-header-row.mat-mdc-header-row.cx-full-header-border,
cx-table-with-lazy-loading mat-header-row.mat-mdc-header-row.cx-full-header-border {
  border: 1px solid #dbdbdb;
}
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell {
  font-size: 16px;
  font-weight: 600;
}
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell cx-table-filter,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell cx-table-filter {
  color: #737373;
  z-index: 10;
}
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell .mat-sort-header-arrow,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell .mat-sort-header-arrow {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible;
  font-size: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  color: #737373;
}
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell .mat-sort-header-arrow::after,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell .mat-sort-header-arrow::after {
  display: flex;
  align-items: center;
  font-family: "Material Icons", sans-serif;
  -webkit-font-feature-settings: "liga";
  content: "arrow_upward";
  transition: transform 0.5s ease;
}
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell[aria-sort=ascending] .mat-sort-header-arrow::after,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell[aria-sort=ascending] .mat-sort-header-arrow::after {
  content: "arrow_upward";
}
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell[aria-sort=descending] .mat-sort-header-arrow::after,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell[aria-sort=descending] .mat-sort-header-arrow::after {
  content: "arrow_upward";
  transform: rotate(180deg);
}
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell > div.mat-sort-header-container.mat-sort-header-sorted,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell > div.mat-sort-header-container.mat-sort-header-sorted {
  color: #00a97a;
}
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell > div.mat-sort-header-container.mat-sort-header-sorted > .mat-sort-header-arrow,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell > div.mat-sort-header-container.mat-sort-header-sorted > .mat-sort-header-arrow {
  color: #00a97a;
}
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell .mat-sort-header-stem,
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell .mat-sort-header-pointer-left,
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell .mat-sort-header-pointer-right,
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell .mat-sort-header-pointer-middle,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell .mat-sort-header-stem,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell .mat-sort-header-pointer-left,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell .mat-sort-header-pointer-right,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell .mat-sort-header-pointer-middle {
  display: none;
}
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell .mat-sort-header-arrow,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell .mat-sort-header-arrow {
  display: flex;
  align-items: center;
}
cx-table-with-pagination mat-header-cell.mat-mdc-header-cell .mat-sort-header-arrow > svg,
cx-table-with-lazy-loading mat-header-cell.mat-mdc-header-cell .mat-sort-header-arrow > svg {
  display: none;
}
cx-table-with-pagination mat-header-cell:first-of-type,
cx-table-with-lazy-loading mat-header-cell:first-of-type {
  border-top-left-radius: 8px;
}
cx-table-with-pagination mat-header-cell:last-of-type,
cx-table-with-lazy-loading mat-header-cell:last-of-type {
  border-top-right-radius: 8px;
}
cx-table-with-pagination mat-paginator.cx-visible-table-border,
cx-table-with-lazy-loading mat-paginator.cx-visible-table-border {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
cx-table-with-pagination mat-paginator .mat-mdc-paginator-page-size-label,
cx-table-with-pagination mat-paginator .mat-mdc-paginator-range-label,
cx-table-with-pagination mat-paginator mat-select .mat-mdc-select-value-text,
cx-table-with-lazy-loading mat-paginator .mat-mdc-paginator-page-size-label,
cx-table-with-lazy-loading mat-paginator .mat-mdc-paginator-range-label,
cx-table-with-lazy-loading mat-paginator mat-select .mat-mdc-select-value-text {
  font-size: 16px;
}
cx-table-with-pagination mat-table.cx-visible-table-border mat-header-row,
cx-table-with-lazy-loading mat-table.cx-visible-table-border mat-header-row {
  border: 1px solid #dbdbdb;
}
cx-table-with-pagination mat-table.cx-visible-table-border mat-row,
cx-table-with-lazy-loading mat-table.cx-visible-table-border mat-row {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}
cx-table-with-pagination mat-table.cx-visible-table-border mat-footer-row,
cx-table-with-lazy-loading mat-table.cx-visible-table-border mat-footer-row {
  border: 1px solid #dbdbdb;
}
cx-table-with-pagination mat-table.cx-visible-table-border mat-footer-row,
cx-table-with-pagination mat-table.cx-visible-table-border mat-footer-cell,
cx-table-with-pagination mat-table.cx-visible-table-border.no-paginator mat-row:last-of-type mat-cell:first-of-type,
cx-table-with-lazy-loading mat-table.cx-visible-table-border mat-footer-row,
cx-table-with-lazy-loading mat-table.cx-visible-table-border mat-footer-cell,
cx-table-with-lazy-loading mat-table.cx-visible-table-border.no-paginator mat-row:last-of-type mat-cell:first-of-type {
  border-bottom-left-radius: 8px;
}
cx-table-with-pagination mat-table.cx-visible-table-border mat-footer-row,
cx-table-with-pagination mat-table.cx-visible-table-border mat-footer-cell,
cx-table-with-pagination mat-table.cx-visible-table-border.no-paginator mat-row:last-of-type mat-cell:last-of-type,
cx-table-with-lazy-loading mat-table.cx-visible-table-border mat-footer-row,
cx-table-with-lazy-loading mat-table.cx-visible-table-border mat-footer-cell,
cx-table-with-lazy-loading mat-table.cx-visible-table-border.no-paginator mat-row:last-of-type mat-cell:last-of-type {
  border-bottom-right-radius: 8px;
}
cx-table-with-pagination mat-table.cx-visible-table-border.no-paginator mat-row:last-of-type,
cx-table-with-lazy-loading mat-table.cx-visible-table-border.no-paginator mat-row:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
cx-table-with-pagination mat-paginator.cx-visible-table-border,
cx-table-with-lazy-loading mat-paginator.cx-visible-table-border {
  border: 1px solid #dbdbdb;
  border-top: unset;
}
cx-table-with-pagination mat-footer-row.mat-mdc-footer-row.cx-table-footer-row,
cx-table-with-pagination mat-footer-cell.mat-mdc-footer-cell.cx-no-results-footer-row-container,
cx-table-with-lazy-loading mat-footer-row.mat-mdc-footer-row.cx-table-footer-row,
cx-table-with-lazy-loading mat-footer-cell.mat-mdc-footer-cell.cx-no-results-footer-row-container {
  height: auto;
  max-height: 240px;
}
cx-table-with-pagination mat-header-cell.cx-right-aligned-cell,
cx-table-with-pagination mat-cell.cx-right-aligned-cell,
cx-table-with-lazy-loading mat-header-cell.cx-right-aligned-cell,
cx-table-with-lazy-loading mat-cell.cx-right-aligned-cell {
  justify-content: flex-end;
}
cx-table-with-pagination mat-header-cell.cx-left-aligned-cell,
cx-table-with-pagination mat-cell.cx-left-aligned-cell,
cx-table-with-lazy-loading mat-header-cell.cx-left-aligned-cell,
cx-table-with-lazy-loading mat-cell.cx-left-aligned-cell {
  justify-content: flex-start;
}
cx-table-with-pagination mat-cell.cx-center-aligned-cell,
cx-table-with-lazy-loading mat-cell.cx-center-aligned-cell {
  justify-content: center;
}
cx-table-with-pagination mat-cell.cx-optional-column button:not(:last-of-type),
cx-table-with-lazy-loading mat-cell.cx-optional-column button:not(:last-of-type) {
  margin-right: 6px;
}
cx-table-toolbar-buttons {
  display: flex;
  align-items: center;
}
cx-table-toolbar-buttons > *:not(:last-of-type) {
  margin-right: 16px;
}
.cx-dropdown-menu-container,
.cx-filter-container {
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(32, 32, 32, 0.16);
  border-radius: 8px;
  outline: 1px solid #dbdbdb;
  overflow: hidden;
  margin-top: 4px;
}
.cx-filter-container {
  position: relative;
}
.cx-dropdown-menu-container,
.cx-filter-container:not(.calendar-container) {
  min-width: 440px;
  max-width: 440px;
  max-height: 394px;
}
.cx-filter-container.calendar-container {
  min-width: 296px;
  max-height: 394px;
}
.cx-scrollable-area,
.cx-table-menu-drag-zone {
  overflow: auto;
  max-height: 280px;
}
.cx-scrollable-area.cx-modified-scrollable-height,
.cx-table-menu-drag-zone.cx-modified-scrollable-height {
  max-height: 220px;
}
cx-table-menu-item .mat-mdc-checkbox.mat-primary,
cx-table-filter-item .mat-mdc-checkbox.mat-primary {
  margin-top: unset;
}
cx-table-menu-item .table-menu-item-container,
cx-table-menu-item .table-filter-item-container,
cx-table-filter-item .table-menu-item-container,
cx-table-filter-item .table-filter-item-container {
  height: 56px;
  flex-grow: 1;
}
cx-table-menu-item .menu-item-selected,
cx-table-menu-item .filter-item-selected,
cx-table-filter-item .menu-item-selected,
cx-table-filter-item .filter-item-selected {
  background-color: rgba(0, 169, 122, 0.08) !important;
}
cx-table-menu-item .last-border-radius,
cx-table-filter-item .last-border-radius {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
cx-table-menu-item .inner-menu-item,
cx-table-menu-item .inner-filter-item,
cx-table-filter-item .inner-menu-item,
cx-table-filter-item .inner-filter-item {
  padding-left: 32px;
}
cx-table-menu-item mat-checkbox label,
cx-table-filter-item mat-checkbox label {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  -webkit-line-clamp: 2;
}
cx-table-menu-group-checkbox-item,
cx-table-filter-search:not(.cx-hide-search-divider),
cx-table-menu-item:not(:last-child),
cx-table-filter-item:not(:last-child) {
  position: relative;
}
cx-table-menu-group-checkbox-item::after,
cx-table-filter-search:not(.cx-hide-search-divider)::after,
cx-table-menu-item:not(:last-child)::after,
cx-table-filter-item:not(:last-child)::after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  background-color: #dbdbdb;
}
.cx-main-checkbox-dropdown,
.cx-cell-dropdown-menu,
.cx-table-paginator-select {
  outline: 1px solid #dbdbdb !important;
}
.mdc-tooltip__surface {
  box-sizing: border-box;
  background-color: #202020 !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  padding: 8px 16px !important;
  line-height: 1.5 !important;
  max-width: 177px !important;
  max-height: 80vh !important;
  text-align: left !important;
}
.mat-mdc-tooltip-panel-below .mdc-tooltip::before {
  top: -10px !important;
}
.mat-mdc-chip.mat-mdc-standard-chip.mdc-evolution-chip--selected:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label,
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label,
.mat-mdc-chip.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mdc-evolution-chip__text-label {
  color: inherit;
}
.mat-mdc-chip.mat-mdc-standard-chip .mat-mdc-chip-avatar {
  height: 24px;
  opacity: 1;
}
.mat-mdc-chip.mat-mdc-standard-chip .mdc-evolution-chip__action--presentational,
.mat-mdc-chip.mat-mdc-standard-chip .mdc-evolution-chip__action:not(button.mat-mdc-chip-remove) {
  cursor: inherit;
}
.mat-mdc-chip.mat-mdc-standard-chip:hover .mat-mdc-chip-focus-overlay,
.mat-mdc-chip.mat-mdc-standard-chip.cdk-focused .mat-mdc-chip-focus-overlay {
  opacity: 0;
}
.mat-mdc-chip.mat-mdc-standard-chip .mat-mdc-chip-remove {
  opacity: 1;
  padding: 0 !important;
  margin: 0 8px;
}
.mat-mdc-chip.mat-mdc-standard-chip .mat-mdc-chip-remove::after {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  content: "";
  border-radius: 50%;
}
.mat-mdc-chip.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mat-mdc-chip-remove,
.mat-mdc-chip.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mat-mdc-chip-remove::after,
.mat-mdc-chip.mat-mdc-standard-chip[readonly=true] .mat-mdc-chip-remove,
.mat-mdc-chip.mat-mdc-standard-chip[readonly=true] .mat-mdc-chip-remove::after {
  width: 0;
  margin-left: 4px;
}
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) {
  background-color: #f9f9f9;
  border: 1px solid #737373;
}
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled),
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-mdc-chip-row:not([readonly=true]),
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mat-mdc-chip-avatar,
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mat-mdc-chip-remove {
  color: #737373;
}
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mat-mdc-chip-remove:hover::after {
  background-color: rgba(115, 115, 115, 0.16) !important;
}
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mat-mdc-chip-remove:active::after {
  background-color: rgba(115, 115, 115, 0.24) !important;
}
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled):not(.mdc-evolution-chip--disabled, :has(.mat-mdc-chip-remove), [readonly]):hover .mat-mdc-chip-ripple {
  background-color: rgba(115, 115, 115, 0.16) !important;
}
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled):not(.mdc-evolution-chip--disabled, :has(.mat-mdc-chip-remove), [readonly]):active .mat-mdc-chip-ripple {
  background-color: rgba(115, 115, 115, 0.24) !important;
}
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-primary[selected],
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-mdc-chip-selected {
  background-color: #e0f8f2;
  border: 1px solid #00a97a;
}
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-primary[selected],
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-primary[selected].mat-mdc-chip-row:not([readonly=true]),
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-primary[selected] .mat-mdc-chip-avatar,
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-primary[selected] .mat-mdc-chip-remove,
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-mdc-chip-selected,
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-mdc-chip-selected.mat-mdc-chip-row:not([readonly=true]),
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-mdc-chip-selected .mat-mdc-chip-avatar,
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-mdc-chip-selected .mat-mdc-chip-remove {
  color: #00a97a;
}
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-primary[selected] .mat-mdc-chip-remove:hover::after,
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-mdc-chip-selected .mat-mdc-chip-remove:hover::after {
  background-color: rgba(0, 169, 122, 0.16) !important;
}
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-primary[selected] .mat-mdc-chip-remove:active::after,
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-mdc-chip-selected .mat-mdc-chip-remove:active::after {
  background-color: rgba(0, 169, 122, 0.24) !important;
}
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-primary[selected]:not(.mdc-evolution-chip--disabled, :has(.mat-mdc-chip-remove), [readonly]):hover .mat-mdc-chip-ripple,
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-mdc-chip-selected:not(.mdc-evolution-chip--disabled, :has(.mat-mdc-chip-remove), [readonly]):hover .mat-mdc-chip-ripple {
  background-color: rgba(0, 169, 122, 0.16) !important;
}
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-primary[selected]:not(.mdc-evolution-chip--disabled, :has(.mat-mdc-chip-remove), [readonly]):active .mat-mdc-chip-ripple,
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-mdc-chip-selected:not(.mdc-evolution-chip--disabled, :has(.mat-mdc-chip-remove), [readonly]):active .mat-mdc-chip-ripple {
  background-color: rgba(0, 169, 122, 0.24) !important;
}
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-warn {
  background-color: #fbf5f5;
  border: 1px solid #eb0000;
}
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-warn,
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-warn.mat-mdc-chip-row:not([readonly=true]),
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-warn .mat-mdc-chip-avatar,
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-warn .mat-mdc-chip-remove {
  color: #eb0000;
}
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-warn .mat-mdc-chip-remove:hover::after {
  background-color: rgba(235, 0, 0, 0.16) !important;
}
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-warn .mat-mdc-chip-remove:active::after {
  background-color: rgba(235, 0, 0, 0.24) !important;
}
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-warn:not(.mdc-evolution-chip--disabled, :has(.mat-mdc-chip-remove), [readonly]):hover .mat-mdc-chip-ripple {
  background-color: rgba(235, 0, 0, 0.16) !important;
}
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).mat-warn:not(.mdc-evolution-chip--disabled, :has(.mat-mdc-chip-remove), [readonly]):active .mat-mdc-chip-ripple {
  background-color: rgba(235, 0, 0, 0.24) !important;
}
.mat-mdc-chip.mat-mdc-standard-chip.mdc-evolution-chip--disabled {
  background-color: #f9f9f9;
  border: 1px solid #b0b0b0;
}
.mat-mdc-chip.mat-mdc-standard-chip.mdc-evolution-chip--disabled,
.mat-mdc-chip.mat-mdc-standard-chip.mdc-evolution-chip--disabled.mat-mdc-chip-row:not([readonly=true]),
.mat-mdc-chip.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mat-mdc-chip-avatar,
.mat-mdc-chip.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mat-mdc-chip-remove {
  color: #b0b0b0;
}
.mat-mdc-chip.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mat-mdc-chip-remove:hover::after {
  background-color: rgba(176, 176, 176, 0.16) !important;
}
.mat-mdc-chip.mat-mdc-standard-chip.mdc-evolution-chip--disabled .mat-mdc-chip-remove:active::after {
  background-color: rgba(176, 176, 176, 0.24) !important;
}
.mat-mdc-chip.mat-mdc-standard-chip.mdc-evolution-chip--disabled:not(.mdc-evolution-chip--disabled, :has(.mat-mdc-chip-remove), [readonly]):hover .mat-mdc-chip-ripple {
  background-color: rgba(176, 176, 176, 0.16) !important;
}
.mat-mdc-chip.mat-mdc-standard-chip.mdc-evolution-chip--disabled:not(.mdc-evolution-chip--disabled, :has(.mat-mdc-chip-remove), [readonly]):active .mat-mdc-chip-ripple {
  background-color: rgba(176, 176, 176, 0.24) !important;
}
.mat-mdc-chip.mat-mdc-standard-chip.mdc-evolution-chip--disabled {
  opacity: 1;
}
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled)[readonly],
.mat-mdc-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled)[readonly] .mat-mdc-chip-avatar,
.mat-mdc-chip.mat-mdc-standard-chip[readonly=true],
.mat-mdc-chip.mat-mdc-standard-chip[readonly=true] .mat-mdc-chip-avatar {
  color: #202020;
}
.mat-mdc-chip-list-disabled,
.mat-mdc-chip-list-disabled + span,
.mat-mdc-chip-grid[readonly],
.mat-mdc-chip-grid[readonly] + span {
  pointer-events: auto;
}
.mat-mdc-chip-listbox .mat-mdc-chip-option {
  cursor: pointer !important;
}
.mat-mdc-chip-listbox[multiple] .mat-mdc-chip-option.mat-mdc-chip-selected .mdc-evolution-chip__checkmark {
  height: 24px;
  width: 24px;
  color: #00a97a;
}
.mat-mdc-chip-listbox:not([multiple]) .mat-mdc-chip-option.mat-mdc-chip-selected .mat-mdc-chip-graphic {
  width: 0;
}
.mat-mdc-chip-listbox:not([multiple]) .mat-mdc-chip-option.mat-mdc-chip-selected .mat-mdc-chip-graphic .mdc-evolution-chip__checkmark {
  display: none;
}
.mat-form-field-appearance-outline.mat-mdc-form-field-type-mat-chip-grid .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix {
  padding: 0;
}
.mat-form-field-appearance-outline.mat-mdc-form-field-type-mat-chip-grid .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix .mat-mdc-chip-grid {
  min-height: 44px;
}
.mat-form-field-appearance-outline.mat-mdc-form-field-type-mat-chip-grid .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix .mat-mdc-chip-grid .mdc-evolution-chip {
  margin-top: 5px;
  margin-bottom: auto;
}
.mat-form-field-appearance-outline.mat-mdc-form-field-type-mat-chip-grid .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix .mat-mdc-chip-grid input.mat-mdc-chip-input {
  min-height: 44px;
  flex: 1 1 0 !important;
}
.mat-form-field-appearance-outline input::placeholder {
  color: rgba(115, 115, 115, 0.48) !important;
}
.mat-form-field-appearance-outline:not(.cx-readonly, .mat-focused, .mat-form-field-invalid) .mdc-notched-outline .mdc-notched-outline__trailing,
.mat-form-field-appearance-outline:not(.cx-readonly, .mat-focused, .mat-form-field-invalid) .mdc-notched-outline .mdc-notched-outline__leading,
.mat-form-field-appearance-outline .mdc-text-field--outlined:not([class*=--focused], [class*=--disabled]):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.mat-form-field-appearance-outline .mdc-text-field--outlined:not([class*=--focused], [class*=--disabled]):hover .mdc-notched-outline .mdc-notched-outline__leading {
  border-color: transparent;
}
.mat-form-field-appearance-outline.mat-focused:has([class*=--focused]) .mdc-notched-outline .mdc-notched-outline__trailing,
.mat-form-field-appearance-outline.mat-focused:has([class*=--focused]) .mdc-notched-outline .mdc-notched-outline__leading {
  border-color: #00a97a;
}
.mat-form-field-appearance-outline.mat-form-field-invalid:has([class*=--invalid]) .mdc-notched-outline .mdc-notched-outline__trailing,
.mat-form-field-appearance-outline.mat-form-field-invalid:has([class*=--invalid]) .mdc-notched-outline .mdc-notched-outline__leading {
  border-color: #eb0000;
}
.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper {
  margin-top: 24px;
  background: #ececec;
  border-radius: 8px;
  padding: 0;
}
.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex {
  padding: 0 16px;
}
.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex > .mdc-notched-outline .mdc-notched-outline__trailing {
  border-width: 1px !important;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex > .mdc-notched-outline .mdc-notched-outline__leading {
  border-width: 1px !important;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex > .mdc-notched-outline .mdc-notched-outline__notch {
  top: -24px;
  left: 0;
  right: 0;
  position: absolute;
  padding: 0;
  border: none;
  max-width: calc(100% + 24px) !important;
  width: 100% !important;
}
.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex > .mdc-notched-outline .mdc-notched-outline__notch .mat-mdc-floating-label {
  top: 0;
  left: 0;
  color: #202020;
  font-size: 14px;
  transform: none !important;
  text-overflow: ellipsis;
  max-width: 100%;
}
.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex > .mdc-notched-outline .mdc-notched-outline__notch .mat-mdc-floating-label .mat-mdc-form-field-required-marker::after {
  color: #eb0000;
  font-weight: bold;
  font-size: 16px;
  top: 0;
  left: 0;
}
@supports selector(:has(*)) {
  .mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex > .mdc-notched-outline .mdc-notched-outline__notch .mat-mdc-floating-label mat-label:has(+ .mat-mdc-form-field-required-marker) {
    margin-left: 10px;
  }
  .mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex > .mdc-notched-outline .mdc-notched-outline__notch .mat-mdc-floating-label .mat-mdc-form-field-required-marker::after {
    position: absolute;
  }
}
@supports not selector(:has(*)) {
  .mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex > .mdc-notched-outline .mdc-notched-outline__notch .mat-mdc-floating-label .mat-mdc-form-field-required-marker::after {
    position: relative;
    margin-right: 2px;
    margin-top: -1px;
    float: left;
  }
}
@supports not selector(:has(*)) {
  .mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex > .mdc-notched-outline .mdc-notched-outline__notch .mat-mdc-floating-label {
    line-height: inherit;
  }
}
.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix {
  padding: 10px 0;
  color: #737373;
  min-height: 44px;
}
.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover:not([class*=--focused], [class*=--invalid], [class*=--disabled]) .mdc-notched-outline .mdc-notched-outline__trailing,
.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper:hover:not([class*=--focused], [class*=--invalid], [class*=--disabled]) .mdc-notched-outline .mdc-notched-outline__leading {
  border-color: rgba(115, 115, 115, 0.16) !important;
}
.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper {
  height: 20px;
  margin-top: 2px;
  line-height: 17px;
}
.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper > .mat-mdc-form-field-error-wrapper,
.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper > .mat-mdc-form-field-hint-wrapper {
  padding: 0;
}
.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-error {
  display: flex;
}
.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-error::before {
  font-family: "Material Icons", sans-serif;
  font-size: 16px;
  content: "warning";
  margin-right: 6px;
}
.mat-form-field-appearance-outline:not([disabled], .cx-readonly) .mat-date-range-input-separator {
  color: #737373;
}
.mat-form-field-appearance-outline .mat-datepicker-toggle {
  position: relative;
  left: 11px;
  top: 1px;
}
.mat-form-field-appearance-outline.mat-focused:not(.ng-invalid, .cx-readonly, .mat-form-field-invalid) .mat-datepicker-toggle .mat-mdc-icon-button {
  color: #00a97a;
}
.mat-form-field-appearance-outline.ng-invalid .mat-datepicker-toggle .mat-mdc-icon-button,
.mat-form-field-appearance-outline.mat-form-field-invalid .mat-datepicker-toggle .mat-mdc-icon-button {
  color: #eb0000;
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-mdc-form-field-hint {
  display: none;
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-mdc-text-field-wrapper {
  background-color: #f9f9f9;
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-mdc-floating-label,
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-mdc-select-value-text,
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-datepicker-toggle,
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-datepicker-toggle .mat-mdc-icon-button,
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: #b0b0b0 !important;
}
.mat-form-field-appearance-outline.mat-mdc-form-field-type-mat-select .mat-mdc-text-field-wrapper:hover {
  cursor: pointer;
}
.mat-form-field-appearance-outline .mat-mdc-select-value-text,
.mat-form-field-appearance-outline .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: #737373;
}
.mat-calendar {
  font-family:
    "BBraun Type Digital",
    arial,
    "Helvetica Neue",
    helvetica,
    sans-serif;
}
.mat-mdc-autocomplete-panel,
.mat-datepicker-content,
.mat-mdc-select-panel,
.mdc-menu-surface {
  margin: 4px 0 !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 24px rgba(32, 32, 32, 0.16) !important;
}
.mat-mdc-select-panel {
  margin: 38px 0;
  box-sizing: border-box;
  max-height: 304px !important;
  padding: 4px 8px !important;
}
.mat-mdc-select-panel .mat-mdc-option {
  margin: 4px 0 !important;
  border-radius: 8px;
}
.mat-mdc-select-panel .mat-mdc-option:not([disabled]) .mdc-list-item__primary-text {
  color: #737373;
}
.mat-mdc-select-panel .mat-mdc-option[disabled] {
  color: #b0b0b0 !important;
}
.mat-mdc-select-panel .mat-mdc-option[disabled] .mdc-list-item__primary-text,
.mat-mdc-select-panel .mat-mdc-option[disabled] .mat-pseudo-checkbox-disabled {
  opacity: 1;
}
.mat-mdc-select-panel .mat-mdc-option .mat-mdc-option-ripple {
  display: none;
}
.mat-mdc-select-panel .mat-mdc-option .mdc-list-item__primary-text {
  display: flex;
  align-items: center;
}
.mat-mdc-select-panel .mat-mdc-option:not(.mat-option-disabled):hover {
  background-color: rgba(115, 115, 115, 0.16);
}
.mat-mdc-select-panel .mat-mdc-option:not(.mat-option-disabled):active {
  background-color: rgba(115, 115, 115, 0.24);
}
.mat-mdc-select-panel .mat-mdc-option.mdc-list-item--selected {
  color: #00a97a !important;
  background-color: rgba(0, 169, 122, 0.08) !important;
}
.mat-mdc-autocomplete-panel {
  box-sizing: border-box;
  max-height: 304px !important;
  padding: 4px 8px !important;
}
.mat-mdc-autocomplete-panel .mat-mdc-option {
  margin: 4px 0 !important;
  border-radius: 8px;
}
.mat-mdc-autocomplete-panel .mat-mdc-option:not([disabled]) .mdc-list-item__primary-text {
  color: #737373;
}
.mat-mdc-autocomplete-panel .mat-mdc-option[disabled] {
  color: #b0b0b0 !important;
}
.mat-mdc-autocomplete-panel .mat-mdc-option[disabled] .mdc-list-item__primary-text,
.mat-mdc-autocomplete-panel .mat-mdc-option[disabled] .mat-pseudo-checkbox-disabled {
  opacity: 1;
}
.mat-mdc-autocomplete-panel .mat-mdc-option .mat-mdc-option-ripple {
  display: none;
}
.mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text {
  display: flex;
  align-items: center;
}
.mat-mdc-autocomplete-panel .mat-mdc-option .mat-pseudo-checkbox {
  display: none;
}
.mat-mdc-autocomplete-panel .mat-mdc-option:not(.mat-mdc-option[disabled]):not(:hover) {
  background: transparent;
}
.mat-mdc-autocomplete-panel .mat-mdc-option:not(.mat-mdc-option[disabled]):hover,
.mat-mdc-autocomplete-panel .mat-mdc-option:not(.mat-mdc-option[disabled]).mat-mdc-option-active {
  background-color: rgba(115, 115, 115, 0.16);
}
.mat-mdc-autocomplete-panel .mat-mdc-option:not(.mat-mdc-option[disabled]):active,
.mat-mdc-autocomplete-panel .mat-mdc-option:not(.mat-mdc-option[disabled]).mat-active {
  background-color: rgba(115, 115, 115, 0.24);
}
.mat-drawer-container,
.mat-drawer-content {
  overflow: visible;
}
.mat-mdc-checkbox label,
.mat-mdc-radio-button label,
.mat-mdc-slide-toggle label {
  font-size: 16px;
  color: #202020;
}
@supports selector(:has(*)) {
  .mat-mdc-checkbox:has([disabled]) label,
  .mat-mdc-radio-button:has([disabled]) label,
  .mat-mdc-slide-toggle:has([disabled]) label {
    color: #b0b0b0 !important;
  }
}
@supports not selector(:has(*)) {
  .mat-mdc-checkbox.mdc-checkbox--disabled label,
  .mat-mdc-radio-button .mdc-radio--disabled + label,
  .mat-mdc-slide-toggle .mdc-switch--disabled + label {
    color: #b0b0b0;
  }
}
.mat-mdc-checkbox-touch-target,
.mdc-checkbox__native-control,
.mat-mdc-radio-touch-target,
.mdc-radio__native-control,
.mdc-radio__background::before,
.mdc-switch__ripple {
  width: 36px !important;
  height: 36px !important;
}
.mat-mdc-checkbox.mat-primary {
  margin-top: 4px;
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox__checkmark {
  color: #fff !important;
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox {
  padding: 9px;
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox .mdc-checkbox__background {
  top: 9px;
  left: 9px;
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox .mdc-checkbox__native-control:disabled:checked ~ .mdc-checkbox__background,
.mat-mdc-checkbox.mat-primary .mdc-checkbox .mdc-checkbox__native-control:disabled:indeterminate ~ .mdc-checkbox__background {
  background-color: rgba(0, 169, 122, 0.48);
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox .mdc-checkbox__native-control:disabled:not(:checked, :indeterminate) ~ .mdc-checkbox__background {
  border-color: #b0b0b0 !important;
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked, :indeterminate) ~ .mdc-checkbox__background {
  border-color: #737373 !important;
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox .mdc-checkbox__native-control:indeterminate ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.mat-mdc-checkbox.mat-primary .mdc-checkbox .mdc-checkbox__native-control.mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(0, 169, 122, 0.24);
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox .mdc-checkbox__native-control:not(:indeterminate) ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
  border-color: #737373;
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__ripple {
  background: #00a97a;
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
  width: 50%;
  border-radius: 5px;
  border-color: #fff;
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox:hover .mdc-checkbox__native-control:not(:disabled) ~ .mdc-checkbox__ripple {
  opacity: 0.16;
}
.mat-mdc-checkbox.mat-primary .mdc-checkbox:hover .mdc-checkbox__native-control:not(:disabled, :checked, :indeterminate) ~ .mdc-checkbox__ripple {
  background: #737373;
}
@supports selector(:has(*)) {
  ul:has(.mat-mdc-checkbox) {
    list-style-type: none;
    margin-top: 2px;
    padding: 0;
  }
}
@supports not selector(:has(*)) {
  .mat-mdc-checkbox + ul {
    list-style-type: none;
    margin-top: 2px;
    padding: 0;
  }
}
.mdc-radio {
  padding: 8px !important;
}
.mdc-radio .mdc-radio__background::before {
  top: -8px !important;
  left: -8px !important;
}
.mat-mdc-radio-button.mat-primary {
  margin-top: 4px;
}
.mat-mdc-radio-button.mat-primary .mdc-radio .mat-ripple-element {
  opacity: 0.24;
}
.mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__native-control:disabled:checked ~ .mdc-radio__background .mdc-radio__outer-circle,
.mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__native-control:disabled:checked ~ .mdc-radio__background .mdc-radio__inner-circle {
  opacity: 0.48;
  border-color: #00a97a;
}
.mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__native-control:disabled:not(:checked) ~ .mdc-radio__background .mdc-radio__outer-circle,
.mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__native-control:disabled:not(:checked) ~ .mdc-radio__background .mdc-radio__inner-circle {
  opacity: 0.48;
}
.mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__native-control:checked ~ .mat-radio-ripple .mat-ripple-element {
  background-color: #00a97a;
}
.mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__native-control:not(:checked) ~ .mat-radio-ripple .mat-ripple-element {
  background-color: #737373;
}
.mat-mdc-radio-button.mat-primary .mdc-radio .mdc-radio__native-control:not(:checked) ~ .mdc-radio__background .mdc-radio__outer-circle {
  border-color: #737373 !important;
}
.mat-mdc-radio-button.mat-primary .mdc-radio:hover .mdc-radio__native-control:not(:disabled):not(:checked) ~ .mdc-radio__background::before {
  background-color: #737373;
  opacity: 0.16;
}
.mat-mdc-radio-button.mat-primary .mdc-radio:hover .mdc-radio__native-control:not(:disabled):checked ~ .mdc-radio__background::before {
  background-color: #00a97a;
  opacity: 0.16;
}
.mat-mdc-slide-toggle.mat-primary {
  margin-top: 4px;
}
.mat-mdc-slide-toggle.mat-primary .mdc-form-field {
  height: 36px;
}
.mat-mdc-slide-toggle.mat-primary .mdc-form-field.mdc-form-field--align-end label {
  padding-right: 12px;
}
.mat-mdc-slide-toggle.mat-primary .mdc-form-field:not(.mdc-form-field--align-end) label {
  padding-left: 12px;
}
.mat-mdc-slide-toggle.mat-primary .mdc-switch {
  width: 38px;
}
.mat-mdc-slide-toggle.mat-primary .mdc-switch .mdc-switch__ripple {
  z-index: 2;
}
.mat-mdc-slide-toggle.mat-primary .mdc-switch .mdc-switch__shadow {
  box-shadow: none !important;
}
.mat-mdc-slide-toggle.mat-primary .mdc-switch .mdc-switch__track {
  height: 16px;
  border-radius: 10px;
}
.mat-mdc-slide-toggle.mat-primary .mdc-switch .mdc-switch__handle::after {
  background: #fff !important;
}
.mat-mdc-slide-toggle.mat-primary .mdc-switch:disabled .mdc-switch__handle::after {
  opacity: 1;
  border: 1px solid #b0b0b0;
}
.mat-mdc-slide-toggle.mat-primary .mdc-switch:disabled .mdc-switch__handle::after,
.mat-mdc-slide-toggle.mat-primary .mdc-switch:disabled .mdc-switch__track {
  opacity: 1;
}
.mat-mdc-slide-toggle.mat-primary .mdc-switch:enabled:not(:disabled) .mdc-switch__track::before,
.mat-mdc-slide-toggle.mat-primary .mdc-switch:enabled:not(:disabled) .mdc-switch__handle::before {
  background: #737373 !important;
}
.mat-mdc-slide-toggle.mat-primary .mdc-switch.mdc-switch--selected:enabled .mdc-switch__handle::after {
  border: 1px solid #00a97a;
}
.mat-mdc-slide-toggle.mat-primary .mdc-switch.mdc-switch--selected:enabled:hover .mdc-switch__ripple::before,
.mat-mdc-slide-toggle.mat-primary .mdc-switch.mdc-switch--selected:enabled:hover .mdc-switch__ripple::after {
  background-color: #00a97a;
  opacity: 0.16;
}
.mat-mdc-slide-toggle.mat-primary .mdc-switch.mdc-switch--selected:enabled:hover .mdc-switch__ripple .mat-ripple-element {
  background-color: #00a97a;
  opacity: 0.24;
}
.mat-mdc-slide-toggle.mat-primary .mdc-switch.mdc-switch--selected:disabled .mdc-switch__track::after,
.mat-mdc-slide-toggle.mat-primary .mdc-switch.mdc-switch--selected:disabled .mdc-switch__track::before {
  background: rgba(0, 169, 122, 0.48);
}
.mat-mdc-slide-toggle.mat-primary .mdc-switch.mdc-switch--selected:disabled .mdc-switch__handle::after {
  border: 1px solid rgba(0, 169, 122, 0.48);
}
.mat-mdc-slide-toggle.mat-primary .mdc-switch.mdc-switch--unselected:enabled .mdc-switch__handle::after {
  border: 1px solid #737373;
}
.mat-mdc-slide-toggle.mat-primary .mdc-switch.mdc-switch--unselected:enabled:hover .mdc-switch__ripple::before,
.mat-mdc-slide-toggle.mat-primary .mdc-switch.mdc-switch--unselected:enabled:hover .mdc-switch__ripple::after {
  background-color: #737373;
  opacity: 0.16;
}
.mat-mdc-slide-toggle.mat-primary .mdc-switch.mdc-switch--unselected:enabled:hover .mdc-switch__ripple .mat-ripple-element {
  background-color: #737373;
  opacity: 0.24;
}
.mat-mdc-slide-toggle.mat-primary .mdc-switch.mdc-switch--unselected:disabled .mdc-switch__track::before,
.mat-mdc-slide-toggle.mat-primary .mdc-switch.mdc-switch--unselected:disabled .mdc-switch__track::after {
  background: #b0b0b0;
}
.mat-mdc-slider.mdc-slider--disabled .mdc-slider__track--active_fill {
  border-color: transparent !important;
  background-color: #00a97a !important;
}
.mat-mdc-slider.mdc-slider--disabled .mdc-slider__thumb-knob {
  background-color: #00a97a !important;
}
.mat-mdc-slider.mdc-slider .mdc-slider__track {
  height: 2px;
}
.mat-mdc-slider.mdc-slider .mdc-slider__track .mdc-slider__track--inactive {
  height: 2px;
  background-color: #737373;
  opacity: 1;
}
.mat-mdc-slider.mdc-slider .mdc-slider__track .mdc-slider__track--active {
  top: -1px;
  height: 4px;
}
.mat-mdc-slider.mdc-slider .mdc-slider__track .mdc-slider__tick-marks .mdc-slider__tick-mark--inactive {
  width: 8px;
  height: 8px;
  opacity: 1;
  background-color: #737373;
}
.mat-mdc-slider.mdc-slider .mdc-slider__track .mdc-slider__tick-marks .mdc-slider__tick-mark--active {
  width: 8px;
  height: 8px;
  opacity: 1;
  background-color: #00a97a;
}
.mat-mdc-slider.mdc-slider .mdc-slider__thumb.mat-mdc-slider-visual-thumb {
  transform: translateX(6px);
}
.mat-mdc-slider.mdc-slider .mdc-slider__thumb.mat-mdc-slider-visual-thumb .mdc-slider__value-indicator-container {
  opacity: 1;
  bottom: 52px;
}
.mat-mdc-slider.mdc-slider .mdc-slider__thumb.mat-mdc-slider-visual-thumb .mdc-slider__value-indicator-container .mdc-slider__value-indicator {
  opacity: 1;
  background-color: #202020;
  padding: 0 16px;
  color: #fff;
  border-radius: 8px;
}
.mat-mdc-slider.mdc-slider .mdc-slider__thumb.mat-mdc-slider-visual-thumb .mdc-slider__value-indicator-container .mdc-slider__value-indicator .mdc-slider__value-indicator-text {
  font-family:
    "BBraun Type Digital",
    arial,
    "Helvetica Neue",
    helvetica,
    sans-serif;
  font-size: 14px;
}
.mat-mdc-slider.mdc-slider .mdc-slider__thumb.mat-mdc-slider-visual-thumb .mdc-slider__value-indicator-container .mdc-slider__value-indicator::before {
  display: none;
}
.mat-mdc-slider.mdc-slider .mdc-slider__thumb.mat-mdc-slider-visual-thumb .mdc-slider__thumb-knob {
  box-shadow: none;
  border: 1px solid #fff;
}
.mat-mdc-slider.mdc-slider .mdc-slider__thumb.mat-mdc-slider-visual-thumb .mat-ripple-element.mat-mdc-slider-hover-ripple {
  height: 36px;
  width: 36px;
  top: 0;
  left: 0;
  background-color: #00a97a;
  opacity: 0.16;
}
.mat-mdc-slider.mdc-slider .mdc-slider__thumb.mat-mdc-slider-visual-thumb .mat-ripple.mat-mdc-focus-indicator {
  border-radius: 50%;
  margin: auto;
  height: 36px;
  width: 36px;
}
.ngx-charts-outer {
  width: 100% !important;
  height: 100% !important;
  display: flex;
}
@supports selector(:has(*)) {
  .ngx-charts-outer .ngx-charts:not(:has(g.pie-chart, g.gauge, g.linear-gauge, g.tree-map, g.number-card)) {
    padding: 0 0 24px 16px;
  }
}
@supports not selector(:has(*)) {
  .ngx-charts-outer .ngx-charts {
    padding: 0 0 24px 16px;
  }
}
.ngx-charts-outer .ngx-charts path.bar.active,
.ngx-charts-outer .ngx-charts path.bar:hover,
.ngx-charts-outer .ngx-charts rect.cell:hover,
.ngx-charts-outer .ngx-charts g.cell:hover,
.ngx-charts-outer .ngx-charts path.arc.active,
.ngx-charts-outer .ngx-charts path.arc:hover {
  opacity: 0.64;
}
.ngx-charts-outer .ngx-charts path.reference-area {
  fill-opacity: 0.08;
  fill: #202020;
}
.ngx-charts-outer .ngx-charts text.refline-label {
  font-size: 12px;
  fill: #737373;
}
.ngx-charts-outer ngx-charts-legend.chart-legend {
  display: flex;
  align-items: center;
}
.ngx-charts-outer ngx-charts-legend.chart-legend header.legend-title {
  margin-left: 0;
  margin-bottom: 12px;
}
.ngx-charts-outer ngx-charts-legend.chart-legend header.legend-title .legend-title-text {
  font-size: 16px;
  font-weight: bold;
}
.ngx-charts-outer ngx-charts-legend.chart-legend ul.legend-labels {
  line-height: 0.5;
  border-radius: 8px;
  background: #ececec;
  overflow: hidden;
  word-break: break-all;
}
.ngx-charts-outer ngx-charts-legend.chart-legend ul.legend-labels li.legend-label {
  margin: 0;
  padding: 8px;
  cursor: auto;
}
.ngx-charts-outer ngx-charts-legend.chart-legend ul.legend-labels li.legend-label:has(.active),
.ngx-charts-outer ngx-charts-legend.chart-legend ul.legend-labels li.legend-label:hover {
  background: #cbcbcb !important;
  border-radius: 8px;
  color: #202020 !important;
}
.ngx-charts-outer ngx-charts-legend.chart-legend ul.legend-labels li.legend-label .legend-label-color {
  margin-right: 12px;
  width: 16px;
  height: 16px;
}
.ngx-charts-outer ngx-charts-legend.chart-legend ul.legend-labels li.legend-label .legend-label-text {
  color: #202020;
  font-size: 14px;
}
.ngx-charts-outer [ngx-charts-axis-label] text {
  font-size: 20px;
}
.ngx-charts-outer .x.axis [ngx-charts-axis-label] text {
  transform: translateY(24px);
  margin-top: 24px;
}
.ngx-charts-outer .y.axis [ngx-charts-axis-label] text {
  margin-right: 24px;
  transform: rotate(270deg) translateY(-16px);
}
.ngx-charts-outer g.tick text {
  font-size: 14px !important;
}
ngx-tooltip-content.ngx-charts-tooltip-content.type-tooltip {
  word-wrap: break-word;
  box-sizing: border-box;
  background-color: #202020 !important;
  border-radius: 8px !important;
  padding: 8px 16px !important;
  line-height: 1.5 !important;
  max-width: 177px !important;
  text-align: left !important;
}
ngx-tooltip-content.ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-top,
ngx-tooltip-content.ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-right,
ngx-tooltip-content.ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-bottom,
ngx-tooltip-content.ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-left {
  display: none;
}
ngx-tooltip-content.ngx-charts-tooltip-content.type-tooltip .area-tooltip-container {
  padding: 0;
}
ngx-tooltip-content.ngx-charts-tooltip-content.type-tooltip .tooltip-label,
ngx-tooltip-content.ngx-charts-tooltip-content.type-tooltip .tooltip-val,
ngx-tooltip-content.ngx-charts-tooltip-content.type-tooltip .tooltip-item {
  font-size: 14px !important;
}
ngx-tooltip-content.ngx-charts-tooltip-content.type-tooltip .tooltip-label {
  font-weight: bold;
  padding: 0 0 5px;
}
ngx-tooltip-content.ngx-charts-tooltip-content.type-tooltip .tooltip-val {
  font-weight: normal;
  padding: 0;
}
ngx-tooltip-content.ngx-charts-tooltip-content.type-tooltip .tooltip-item:not(:last-of-type) {
  padding: 0 0 2px;
}
ngx-tooltip-content.ngx-charts-tooltip-content.type-tooltip .tooltip-item:last-of-type {
  padding: 0;
}
ngx-charts-advanced-pie-chart .advanced-pie.chart + .advanced-pie-legend-wrapper .advanced-pie-legend .total-value {
  line-height: 48px;
}
ngx-charts-advanced-pie-chart .advanced-pie.chart + .advanced-pie-legend-wrapper .advanced-pie-legend .total-label {
  margin-bottom: 32px;
}
ngx-charts-advanced-pie-chart .advanced-pie.chart + .advanced-pie-legend-wrapper .advanced-pie-legend .legend-items-container .legend-items .legend-item .item-color {
  width: 0;
  height: 98px;
  border-left: 8px solid;
  margin-right: 16px;
}
ngx-charts-advanced-pie-chart div.advanced-pie-legend {
  transform: translateY(-50%) translateX(48px);
  color: #202020;
}
ngx-charts-advanced-pie-chart div.advanced-pie-legend .legend-items-container .legend-items .legend-item {
  margin-right: 60px;
}
ngx-charts-advanced-pie-chart div.advanced-pie-legend .legend-items-container .legend-items .legend-item div.item-label,
ngx-charts-advanced-pie-chart div.advanced-pie-legend .legend-items-container .legend-items .legend-item div.item-percent {
  opacity: 1;
  margin-top: 6px;
}
ngx-charts-advanced-pie-chart div.advanced-pie-legend .legend-items-container .legend-items .legend-item div.item-label {
  font-size: 16px;
}
ngx-charts-pie-chart .pie-label.animation {
  font-size: 14px;
}
ngx-charts-pie-grid .pie-grid .arc1 .arc {
  opacity: 1;
  fill: #b0b0b0;
}
ngx-charts-pie-grid .pie-grid text.label.percent-label {
  font-size: 32px;
  font-weight: bold;
  transform: translateY(10px);
}
ngx-charts-pie-grid .pie-grid text.label:not(.percent-label) {
  font-size: 16px;
  transform: translateY(10px);
}
ngx-charts-pie-grid .pie-grid text.label:not(.percent-label):last-of-type {
  font-weight: bold;
}
ngx-charts-gauge .gauge.chart > text {
  transform: none;
  font-size: 18px;
}
ngx-charts-gauge .gauge.chart .gauge-tick.gauge-tick-large text {
  font-size: 20px;
  fill: #202020;
  font-weight: normal;
}
ngx-charts-gauge .gauge.chart .gauge-tick text {
  font-size: 20px;
  font-weight: normal;
}
ngx-charts-gauge .gauge.chart .gauge-tick path {
  stroke: #202020;
}
ngx-charts-heat-map .heat-map.chart rect.cell {
  rx: 8px;
}
.linear-gauge.chart text.value,
.linear-gauge.chart text.units {
  transform: scale(1, 1);
  font-size: 32px;
}
.linear-gauge.chart text.value {
  color: #202020;
}
.linear-gauge.chart text.units {
  fill: #202020;
}
.linear-gauge.chart .background-bar path.bar {
  fill: #ececec;
}
ngx-charts-tree-map .tree-map.chart .treemap-label {
  font-size: 20px;
  line-height: 18px;
  font-weight: 700;
  word-break: break-all;
  overflow: hidden;
  color: #202020;
}
ngx-charts-tree-map .tree-map.chart .treemap-val {
  padding-top: 0;
  font-size: 20px;
  line-height: 20px;
  color: #202020;
  font-weight: 400;
}
ngx-charts-number-card .number-card.chart rect {
  rx: 8px;
  ry: 8px;
}
ngx-charts-number-card .number-card.chart .value-text {
  font-size: 24px !important;
  fill: #202020 !important;
  transform: translateY(2px);
}
ngx-charts-number-card .number-card.chart .trimmed-label {
  transform: translateY(-8px);
}
ngx-charts-number-card .number-card.chart .trimmed-label,
ngx-charts-number-card .number-card.chart .trimmed-label p {
  font-size: 14px !important;
  line-height: 14px !important;
  fill: #202020 !important;
}
ngx-charts-number-card .number-card.chart path.card-band {
  clip-path: inset(2px 0 0 0 round 0 0 8px 8px);
}
ngx-charts-heat-map .chart-legend .scale-legend-wrap {
  width: 32px;
  margin: 8px auto;
}
ngx-charts-heat-map .chart-legend .scale-legend-label {
  font-size: 14px;
  align-self: center;
}
ngx-charts-box-chart .box-chart.chart + g .bar-line {
  stroke: #202020;
  fill: #202020;
}
@supports not selector(:has(*)) {
  ngx-charts-number-card .ngx-charts-outer .ngx-charts,
  ngx-charts-tree-map .ngx-charts-outer .ngx-charts,
  ngx-charts-linear-gauge .ngx-charts-outer .ngx-charts,
  ngx-charts-gauge .ngx-charts-outer .ngx-charts,
  ngx-charts-pie-grid .ngx-charts-outer .ngx-charts,
  ngx-charts-pie-chart .ngx-charts-outer .ngx-charts,
  ngx-charts-advanced-pie-chart .ngx-charts-outer .ngx-charts {
    padding: 0;
  }
}
.cx-charts-clickable-legend ngx-charts-legend.chart-legend ul.legend-labels li.legend-label {
  cursor: pointer;
}
.cx-charts-clickable-legend ngx-charts-legend.chart-legend ul.legend-labels .legend-label:has(.active) {
  color: #737373 !important;
}
.cx-charts-clickable-legend ngx-charts-legend.chart-legend ul.legend-labels .legend-label-text {
  color: #737373 !important;
}
.cx-charts-legend-below .ngx-charts-outer {
  display: block;
}
.cx-charts-legend-below .ngx-charts-outer ngx-charts-legend.chart-legend {
  display: inline-flex;
}
.cx-charts-no-pointer-events .ngx-charts-outer g,
.cx-charts-no-pointer-events .chart-legend .legend-label {
  pointer-events: none;
}
html,
body {
  font-family:
    "BBraun Type Digital",
    arial,
    "Helvetica Neue",
    helvetica,
    sans-serif;
  line-height: 1.5;
  color: #202020;
  margin: 0;
  padding: 0;
}
* {
  outline: none;
}
input {
  caret-color: #00a97a;
}
::selection {
  background: #9e2ab5;
  color: #fff;
}
::-webkit-selection {
  background: #9e2ab5;
  color: #fff;
}
:disabled::selection {
  background: #e1b6e9;
}
:disabled::-webkit-selection {
  background: #e1b6e9;
}
.font-l {
  font-family:
    "BBraun Type Digital",
    arial,
    "Helvetica Neue",
    helvetica,
    sans-serif !important;
  font-size: 16px !important;
}
.font-m {
  font-family:
    "BBraun Type Digital",
    arial,
    "Helvetica Neue",
    helvetica,
    sans-serif !important;
  font-size: 14px !important;
}
.font-s {
  font-family:
    "BBraun Type Digital",
    arial,
    "Helvetica Neue",
    helvetica,
    sans-serif !important;
  font-size: 12px !important;
}
h1,
h2,
h3,
h4 {
  font-family:
    "BBraun Type Digital",
    arial,
    "Helvetica Neue",
    helvetica,
    sans-serif !important;
}
h1 {
  font-size: 36px;
}
h2,
cx-header-title h1 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
.container,
.container-fluid,
.container-with-grid {
  max-width: 1372px !important;
  width: inherit !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 1432px) {
  .container,
  .container-fluid,
  .container-with-grid {
    padding: 0 32px !important;
  }
}
@media screen and (max-width: 1280px) {
  .container,
  .container-fluid,
  .container-with-grid {
    padding: 0 24px !important;
  }
}
@media screen and (max-width: 600px) {
  .container,
  .container-fluid,
  .container-with-grid {
    padding: 0 16px !important;
  }
}
.container-with-grid {
  display: grid !important;
  column-gap: 48px !important;
  row-gap: 24px !important;
}
@media screen and (max-width: 1920px) {
  .container-with-grid {
    column-gap: 32px !important;
  }
}
@media screen and (max-width: 1280px) {
  .container-with-grid {
    column-gap: 24px !important;
  }
}
@media screen and (max-width: 600px) {
  .container-with-grid {
    column-gap: 16px !important;
  }
}
.container-fluid {
  max-width: 100% !important;
}
@media screen and (min-width: 1281px) {
  .container-fluid {
    padding: 0 32px !important;
  }
}
.d-grid,
.gap {
  --bbraun-gutter: 48px;
  column-gap: var(--bbraun-gutter);
  row-gap: 24px !important;
}
@media screen and (max-width: 1920px) {
  .d-grid,
  .gap {
    column-gap: 32px !important;
    --bbraun-gutter: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .d-grid,
  .gap {
    --bbraun-gutter: 24px;
    column-gap: 24px !important;
  }
}
@media screen and (max-width: 600px) {
  .d-grid,
  .gap {
    --bbraun-gutter: 16px;
    column-gap: 16px !important;
  }
}
.nd-container,
.nd-container-fluid,
.nd-container-with-grid {
  max-width: 1372px !important;
  width: inherit !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 1688px) {
  .nd-container,
  .nd-container-fluid,
  .nd-container-with-grid {
    padding: 0 32px !important;
  }
}
@media screen and (max-width: 1536px) {
  .nd-container,
  .nd-container-fluid,
  .nd-container-with-grid {
    padding: 0 24px !important;
  }
}
@media screen and (max-width: 856px) {
  .nd-container,
  .nd-container-fluid,
  .nd-container-with-grid {
    padding: 0 16px !important;
  }
}
.nd-container-with-grid {
  display: grid !important;
  column-gap: 48px !important;
  row-gap: 24px !important;
}
@media screen and (max-width: 2176px) {
  .nd-container-with-grid {
    column-gap: 32px !important;
  }
}
@media screen and (max-width: 1536px) {
  .nd-container-with-grid {
    column-gap: 24px !important;
  }
}
@media screen and (max-width: 856px) {
  .nd-container-with-grid {
    column-gap: 16px !important;
  }
}
.nd-container-fluid {
  max-width: 100% !important;
}
@media screen and (min-width: 1537px) {
  .nd-container-fluid {
    padding: 0 32px !important;
  }
}
.nd-d-grid,
.nd-gap {
  --bbraun-gutter: 48px;
  column-gap: var(--bbraun-gutter);
  row-gap: 24px !important;
}
@media screen and (max-width: 2176px) {
  .nd-d-grid,
  .nd-gap {
    column-gap: 32px !important;
    --bbraun-gutter: 32px;
  }
}
@media screen and (max-width: 1536px) {
  .nd-d-grid,
  .nd-gap {
    --bbraun-gutter: 24px;
    column-gap: 24px !important;
  }
}
@media screen and (max-width: 856px) {
  .nd-d-grid,
  .nd-gap {
    --bbraun-gutter: 16px;
    column-gap: 16px !important;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
.col {
  flex: 1 0 0%;
}
.flex-nowrap .col-1 {
  flex: 0 1 auto;
}
.col-1 {
  flex: 0 0 calc(8.3333333333% - var(--bbraun-gutter, 0px) * 0.9166666667);
  max-width: calc(8.3333333333% - var(--bbraun-gutter, 0px) * 0.9166666667);
}
.offset-1 {
  margin-left: calc(8.3333333333% - var(--bbraun-gutter, 0px) * 0.9166666667 + var(--bbraun-gutter, 0px));
}
.flex-nowrap .col-2 {
  flex: 0 1 auto;
}
.col-2 {
  flex: 0 0 calc(16.6666666667% - var(--bbraun-gutter, 0px) * 0.8333333333);
  max-width: calc(16.6666666667% - var(--bbraun-gutter, 0px) * 0.8333333333);
}
.offset-2 {
  margin-left: calc(16.6666666667% - var(--bbraun-gutter, 0px) * 0.8333333333 + var(--bbraun-gutter, 0px));
}
.flex-nowrap .col-3 {
  flex: 0 1 auto;
}
.col-3 {
  flex: 0 0 calc(25% - var(--bbraun-gutter, 0px) * 0.75);
  max-width: calc(25% - var(--bbraun-gutter, 0px) * 0.75);
}
.offset-3 {
  margin-left: calc(25% - var(--bbraun-gutter, 0px) * 0.75 + var(--bbraun-gutter, 0px));
}
.flex-nowrap .col-4 {
  flex: 0 1 auto;
}
.col-4 {
  flex: 0 0 calc(33.3333333333% - var(--bbraun-gutter, 0px) * 0.6666666667);
  max-width: calc(33.3333333333% - var(--bbraun-gutter, 0px) * 0.6666666667);
}
.offset-4 {
  margin-left: calc(33.3333333333% - var(--bbraun-gutter, 0px) * 0.6666666667 + var(--bbraun-gutter, 0px));
}
.flex-nowrap .col-5 {
  flex: 0 1 auto;
}
.col-5 {
  flex: 0 0 calc(41.6666666667% - var(--bbraun-gutter, 0px) * 0.5833333333);
  max-width: calc(41.6666666667% - var(--bbraun-gutter, 0px) * 0.5833333333);
}
.offset-5 {
  margin-left: calc(41.6666666667% - var(--bbraun-gutter, 0px) * 0.5833333333 + var(--bbraun-gutter, 0px));
}
.flex-nowrap .col-6 {
  flex: 0 1 auto;
}
.col-6 {
  flex: 0 0 calc(50% - var(--bbraun-gutter, 0px) * 0.5);
  max-width: calc(50% - var(--bbraun-gutter, 0px) * 0.5);
}
.offset-6 {
  margin-left: calc(50% - var(--bbraun-gutter, 0px) * 0.5 + var(--bbraun-gutter, 0px));
}
.flex-nowrap .col-7 {
  flex: 0 1 auto;
}
.col-7 {
  flex: 0 0 calc(58.3333333333% - var(--bbraun-gutter, 0px) * 0.4166666667);
  max-width: calc(58.3333333333% - var(--bbraun-gutter, 0px) * 0.4166666667);
}
.offset-7 {
  margin-left: calc(58.3333333333% - var(--bbraun-gutter, 0px) * 0.4166666667 + var(--bbraun-gutter, 0px));
}
.flex-nowrap .col-8 {
  flex: 0 1 auto;
}
.col-8 {
  flex: 0 0 calc(66.6666666667% - var(--bbraun-gutter, 0px) * 0.3333333333);
  max-width: calc(66.6666666667% - var(--bbraun-gutter, 0px) * 0.3333333333);
}
.offset-8 {
  margin-left: calc(66.6666666667% - var(--bbraun-gutter, 0px) * 0.3333333333 + var(--bbraun-gutter, 0px));
}
.flex-nowrap .col-9 {
  flex: 0 1 auto;
}
.col-9 {
  flex: 0 0 calc(75% - var(--bbraun-gutter, 0px) * 0.25);
  max-width: calc(75% - var(--bbraun-gutter, 0px) * 0.25);
}
.offset-9 {
  margin-left: calc(75% - var(--bbraun-gutter, 0px) * 0.25 + var(--bbraun-gutter, 0px));
}
.flex-nowrap .col-10 {
  flex: 0 1 auto;
}
.col-10 {
  flex: 0 0 calc(83.3333333333% - var(--bbraun-gutter, 0px) * 0.1666666667);
  max-width: calc(83.3333333333% - var(--bbraun-gutter, 0px) * 0.1666666667);
}
.offset-10 {
  margin-left: calc(83.3333333333% - var(--bbraun-gutter, 0px) * 0.1666666667 + var(--bbraun-gutter, 0px));
}
.flex-nowrap .col-11 {
  flex: 0 1 auto;
}
.col-11 {
  flex: 0 0 calc(91.6666666667% - var(--bbraun-gutter, 0px) * 0.0833333333);
  max-width: calc(91.6666666667% - var(--bbraun-gutter, 0px) * 0.0833333333);
}
.offset-11 {
  margin-left: calc(91.6666666667% - var(--bbraun-gutter, 0px) * 0.0833333333 + var(--bbraun-gutter, 0px));
}
.flex-nowrap .col-12 {
  flex: 0 1 auto;
}
.col-12 {
  flex: 0 0 calc(100% - var(--bbraun-gutter, 0px) * 0);
  max-width: calc(100% - var(--bbraun-gutter, 0px) * 0);
}
.offset-12 {
  margin-left: calc(100% - var(--bbraun-gutter, 0px) * 0 + var(--bbraun-gutter, 0px));
}
@media screen and (min-width: 304px) {
  .offset-s-0 {
    margin-left: 0;
  }
  .flex-nowrap .col-s-1 {
    flex: 0 1 auto;
  }
  .col-s-1 {
    flex: 0 0 calc(8.3333333333% - var(--bbraun-gutter, 0px) * 0.9166666667);
    max-width: calc(8.3333333333% - var(--bbraun-gutter, 0px) * 0.9166666667);
  }
  .offset-s-1 {
    margin-left: calc(8.3333333333% - var(--bbraun-gutter, 0px) * 0.9166666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-s-2 {
    flex: 0 1 auto;
  }
  .col-s-2 {
    flex: 0 0 calc(16.6666666667% - var(--bbraun-gutter, 0px) * 0.8333333333);
    max-width: calc(16.6666666667% - var(--bbraun-gutter, 0px) * 0.8333333333);
  }
  .offset-s-2 {
    margin-left: calc(16.6666666667% - var(--bbraun-gutter, 0px) * 0.8333333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-s-3 {
    flex: 0 1 auto;
  }
  .col-s-3 {
    flex: 0 0 calc(25% - var(--bbraun-gutter, 0px) * 0.75);
    max-width: calc(25% - var(--bbraun-gutter, 0px) * 0.75);
  }
  .offset-s-3 {
    margin-left: calc(25% - var(--bbraun-gutter, 0px) * 0.75 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-s-4 {
    flex: 0 1 auto;
  }
  .col-s-4 {
    flex: 0 0 calc(33.3333333333% - var(--bbraun-gutter, 0px) * 0.6666666667);
    max-width: calc(33.3333333333% - var(--bbraun-gutter, 0px) * 0.6666666667);
  }
  .offset-s-4 {
    margin-left: calc(33.3333333333% - var(--bbraun-gutter, 0px) * 0.6666666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-s-5 {
    flex: 0 1 auto;
  }
  .col-s-5 {
    flex: 0 0 calc(41.6666666667% - var(--bbraun-gutter, 0px) * 0.5833333333);
    max-width: calc(41.6666666667% - var(--bbraun-gutter, 0px) * 0.5833333333);
  }
  .offset-s-5 {
    margin-left: calc(41.6666666667% - var(--bbraun-gutter, 0px) * 0.5833333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-s-6 {
    flex: 0 1 auto;
  }
  .col-s-6 {
    flex: 0 0 calc(50% - var(--bbraun-gutter, 0px) * 0.5);
    max-width: calc(50% - var(--bbraun-gutter, 0px) * 0.5);
  }
  .offset-s-6 {
    margin-left: calc(50% - var(--bbraun-gutter, 0px) * 0.5 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-s-7 {
    flex: 0 1 auto;
  }
  .col-s-7 {
    flex: 0 0 calc(58.3333333333% - var(--bbraun-gutter, 0px) * 0.4166666667);
    max-width: calc(58.3333333333% - var(--bbraun-gutter, 0px) * 0.4166666667);
  }
  .offset-s-7 {
    margin-left: calc(58.3333333333% - var(--bbraun-gutter, 0px) * 0.4166666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-s-8 {
    flex: 0 1 auto;
  }
  .col-s-8 {
    flex: 0 0 calc(66.6666666667% - var(--bbraun-gutter, 0px) * 0.3333333333);
    max-width: calc(66.6666666667% - var(--bbraun-gutter, 0px) * 0.3333333333);
  }
  .offset-s-8 {
    margin-left: calc(66.6666666667% - var(--bbraun-gutter, 0px) * 0.3333333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-s-9 {
    flex: 0 1 auto;
  }
  .col-s-9 {
    flex: 0 0 calc(75% - var(--bbraun-gutter, 0px) * 0.25);
    max-width: calc(75% - var(--bbraun-gutter, 0px) * 0.25);
  }
  .offset-s-9 {
    margin-left: calc(75% - var(--bbraun-gutter, 0px) * 0.25 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-s-10 {
    flex: 0 1 auto;
  }
  .col-s-10 {
    flex: 0 0 calc(83.3333333333% - var(--bbraun-gutter, 0px) * 0.1666666667);
    max-width: calc(83.3333333333% - var(--bbraun-gutter, 0px) * 0.1666666667);
  }
  .offset-s-10 {
    margin-left: calc(83.3333333333% - var(--bbraun-gutter, 0px) * 0.1666666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-s-11 {
    flex: 0 1 auto;
  }
  .col-s-11 {
    flex: 0 0 calc(91.6666666667% - var(--bbraun-gutter, 0px) * 0.0833333333);
    max-width: calc(91.6666666667% - var(--bbraun-gutter, 0px) * 0.0833333333);
  }
  .offset-s-11 {
    margin-left: calc(91.6666666667% - var(--bbraun-gutter, 0px) * 0.0833333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-s-12 {
    flex: 0 1 auto;
  }
  .col-s-12 {
    flex: 0 0 calc(100% - var(--bbraun-gutter, 0px) * 0);
    max-width: calc(100% - var(--bbraun-gutter, 0px) * 0);
  }
  .offset-s-12 {
    margin-left: calc(100% - var(--bbraun-gutter, 0px) * 0 + var(--bbraun-gutter, 0px));
  }
}
@media screen and (min-width: 560px) {
  .nd-offset-s-0 {
    margin-left: 0;
  }
  .flex-nowrap .nd-col-s-1 {
    flex: 0 1 auto;
  }
  .nd-col-s-1 {
    flex: 0 0 calc(8.3333333333% - var(--bbraun-gutter, 0px) * 0.9166666667);
    max-width: calc(8.3333333333% - var(--bbraun-gutter, 0px) * 0.9166666667);
  }
  .nd-offset-s-1 {
    margin-left: calc(8.3333333333% - var(--bbraun-gutter, 0px) * 0.9166666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-s-2 {
    flex: 0 1 auto;
  }
  .nd-col-s-2 {
    flex: 0 0 calc(16.6666666667% - var(--bbraun-gutter, 0px) * 0.8333333333);
    max-width: calc(16.6666666667% - var(--bbraun-gutter, 0px) * 0.8333333333);
  }
  .nd-offset-s-2 {
    margin-left: calc(16.6666666667% - var(--bbraun-gutter, 0px) * 0.8333333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-s-3 {
    flex: 0 1 auto;
  }
  .nd-col-s-3 {
    flex: 0 0 calc(25% - var(--bbraun-gutter, 0px) * 0.75);
    max-width: calc(25% - var(--bbraun-gutter, 0px) * 0.75);
  }
  .nd-offset-s-3 {
    margin-left: calc(25% - var(--bbraun-gutter, 0px) * 0.75 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-s-4 {
    flex: 0 1 auto;
  }
  .nd-col-s-4 {
    flex: 0 0 calc(33.3333333333% - var(--bbraun-gutter, 0px) * 0.6666666667);
    max-width: calc(33.3333333333% - var(--bbraun-gutter, 0px) * 0.6666666667);
  }
  .nd-offset-s-4 {
    margin-left: calc(33.3333333333% - var(--bbraun-gutter, 0px) * 0.6666666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-s-5 {
    flex: 0 1 auto;
  }
  .nd-col-s-5 {
    flex: 0 0 calc(41.6666666667% - var(--bbraun-gutter, 0px) * 0.5833333333);
    max-width: calc(41.6666666667% - var(--bbraun-gutter, 0px) * 0.5833333333);
  }
  .nd-offset-s-5 {
    margin-left: calc(41.6666666667% - var(--bbraun-gutter, 0px) * 0.5833333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-s-6 {
    flex: 0 1 auto;
  }
  .nd-col-s-6 {
    flex: 0 0 calc(50% - var(--bbraun-gutter, 0px) * 0.5);
    max-width: calc(50% - var(--bbraun-gutter, 0px) * 0.5);
  }
  .nd-offset-s-6 {
    margin-left: calc(50% - var(--bbraun-gutter, 0px) * 0.5 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-s-7 {
    flex: 0 1 auto;
  }
  .nd-col-s-7 {
    flex: 0 0 calc(58.3333333333% - var(--bbraun-gutter, 0px) * 0.4166666667);
    max-width: calc(58.3333333333% - var(--bbraun-gutter, 0px) * 0.4166666667);
  }
  .nd-offset-s-7 {
    margin-left: calc(58.3333333333% - var(--bbraun-gutter, 0px) * 0.4166666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-s-8 {
    flex: 0 1 auto;
  }
  .nd-col-s-8 {
    flex: 0 0 calc(66.6666666667% - var(--bbraun-gutter, 0px) * 0.3333333333);
    max-width: calc(66.6666666667% - var(--bbraun-gutter, 0px) * 0.3333333333);
  }
  .nd-offset-s-8 {
    margin-left: calc(66.6666666667% - var(--bbraun-gutter, 0px) * 0.3333333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-s-9 {
    flex: 0 1 auto;
  }
  .nd-col-s-9 {
    flex: 0 0 calc(75% - var(--bbraun-gutter, 0px) * 0.25);
    max-width: calc(75% - var(--bbraun-gutter, 0px) * 0.25);
  }
  .nd-offset-s-9 {
    margin-left: calc(75% - var(--bbraun-gutter, 0px) * 0.25 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-s-10 {
    flex: 0 1 auto;
  }
  .nd-col-s-10 {
    flex: 0 0 calc(83.3333333333% - var(--bbraun-gutter, 0px) * 0.1666666667);
    max-width: calc(83.3333333333% - var(--bbraun-gutter, 0px) * 0.1666666667);
  }
  .nd-offset-s-10 {
    margin-left: calc(83.3333333333% - var(--bbraun-gutter, 0px) * 0.1666666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-s-11 {
    flex: 0 1 auto;
  }
  .nd-col-s-11 {
    flex: 0 0 calc(91.6666666667% - var(--bbraun-gutter, 0px) * 0.0833333333);
    max-width: calc(91.6666666667% - var(--bbraun-gutter, 0px) * 0.0833333333);
  }
  .nd-offset-s-11 {
    margin-left: calc(91.6666666667% - var(--bbraun-gutter, 0px) * 0.0833333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-s-12 {
    flex: 0 1 auto;
  }
  .nd-col-s-12 {
    flex: 0 0 calc(100% - var(--bbraun-gutter, 0px) * 0);
    max-width: calc(100% - var(--bbraun-gutter, 0px) * 0);
  }
  .nd-offset-s-12 {
    margin-left: calc(100% - var(--bbraun-gutter, 0px) * 0 + var(--bbraun-gutter, 0px));
  }
}
@media screen and (min-width: 600px) {
  .offset-m-0 {
    margin-left: 0;
  }
  .flex-nowrap .col-m-1 {
    flex: 0 1 auto;
  }
  .col-m-1 {
    flex: 0 0 calc(8.3333333333% - var(--bbraun-gutter, 0px) * 0.9166666667);
    max-width: calc(8.3333333333% - var(--bbraun-gutter, 0px) * 0.9166666667);
  }
  .offset-m-1 {
    margin-left: calc(8.3333333333% - var(--bbraun-gutter, 0px) * 0.9166666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-m-2 {
    flex: 0 1 auto;
  }
  .col-m-2 {
    flex: 0 0 calc(16.6666666667% - var(--bbraun-gutter, 0px) * 0.8333333333);
    max-width: calc(16.6666666667% - var(--bbraun-gutter, 0px) * 0.8333333333);
  }
  .offset-m-2 {
    margin-left: calc(16.6666666667% - var(--bbraun-gutter, 0px) * 0.8333333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-m-3 {
    flex: 0 1 auto;
  }
  .col-m-3 {
    flex: 0 0 calc(25% - var(--bbraun-gutter, 0px) * 0.75);
    max-width: calc(25% - var(--bbraun-gutter, 0px) * 0.75);
  }
  .offset-m-3 {
    margin-left: calc(25% - var(--bbraun-gutter, 0px) * 0.75 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-m-4 {
    flex: 0 1 auto;
  }
  .col-m-4 {
    flex: 0 0 calc(33.3333333333% - var(--bbraun-gutter, 0px) * 0.6666666667);
    max-width: calc(33.3333333333% - var(--bbraun-gutter, 0px) * 0.6666666667);
  }
  .offset-m-4 {
    margin-left: calc(33.3333333333% - var(--bbraun-gutter, 0px) * 0.6666666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-m-5 {
    flex: 0 1 auto;
  }
  .col-m-5 {
    flex: 0 0 calc(41.6666666667% - var(--bbraun-gutter, 0px) * 0.5833333333);
    max-width: calc(41.6666666667% - var(--bbraun-gutter, 0px) * 0.5833333333);
  }
  .offset-m-5 {
    margin-left: calc(41.6666666667% - var(--bbraun-gutter, 0px) * 0.5833333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-m-6 {
    flex: 0 1 auto;
  }
  .col-m-6 {
    flex: 0 0 calc(50% - var(--bbraun-gutter, 0px) * 0.5);
    max-width: calc(50% - var(--bbraun-gutter, 0px) * 0.5);
  }
  .offset-m-6 {
    margin-left: calc(50% - var(--bbraun-gutter, 0px) * 0.5 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-m-7 {
    flex: 0 1 auto;
  }
  .col-m-7 {
    flex: 0 0 calc(58.3333333333% - var(--bbraun-gutter, 0px) * 0.4166666667);
    max-width: calc(58.3333333333% - var(--bbraun-gutter, 0px) * 0.4166666667);
  }
  .offset-m-7 {
    margin-left: calc(58.3333333333% - var(--bbraun-gutter, 0px) * 0.4166666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-m-8 {
    flex: 0 1 auto;
  }
  .col-m-8 {
    flex: 0 0 calc(66.6666666667% - var(--bbraun-gutter, 0px) * 0.3333333333);
    max-width: calc(66.6666666667% - var(--bbraun-gutter, 0px) * 0.3333333333);
  }
  .offset-m-8 {
    margin-left: calc(66.6666666667% - var(--bbraun-gutter, 0px) * 0.3333333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-m-9 {
    flex: 0 1 auto;
  }
  .col-m-9 {
    flex: 0 0 calc(75% - var(--bbraun-gutter, 0px) * 0.25);
    max-width: calc(75% - var(--bbraun-gutter, 0px) * 0.25);
  }
  .offset-m-9 {
    margin-left: calc(75% - var(--bbraun-gutter, 0px) * 0.25 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-m-10 {
    flex: 0 1 auto;
  }
  .col-m-10 {
    flex: 0 0 calc(83.3333333333% - var(--bbraun-gutter, 0px) * 0.1666666667);
    max-width: calc(83.3333333333% - var(--bbraun-gutter, 0px) * 0.1666666667);
  }
  .offset-m-10 {
    margin-left: calc(83.3333333333% - var(--bbraun-gutter, 0px) * 0.1666666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-m-11 {
    flex: 0 1 auto;
  }
  .col-m-11 {
    flex: 0 0 calc(91.6666666667% - var(--bbraun-gutter, 0px) * 0.0833333333);
    max-width: calc(91.6666666667% - var(--bbraun-gutter, 0px) * 0.0833333333);
  }
  .offset-m-11 {
    margin-left: calc(91.6666666667% - var(--bbraun-gutter, 0px) * 0.0833333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-m-12 {
    flex: 0 1 auto;
  }
  .col-m-12 {
    flex: 0 0 calc(100% - var(--bbraun-gutter, 0px) * 0);
    max-width: calc(100% - var(--bbraun-gutter, 0px) * 0);
  }
  .offset-m-12 {
    margin-left: calc(100% - var(--bbraun-gutter, 0px) * 0 + var(--bbraun-gutter, 0px));
  }
}
@media screen and (min-width: 856px) {
  .nd-offset-m-0 {
    margin-left: 0;
  }
  .flex-nowrap .nd-col-m-1 {
    flex: 0 1 auto;
  }
  .nd-col-m-1 {
    flex: 0 0 calc(8.3333333333% - var(--bbraun-gutter, 0px) * 0.9166666667);
    max-width: calc(8.3333333333% - var(--bbraun-gutter, 0px) * 0.9166666667);
  }
  .nd-offset-m-1 {
    margin-left: calc(8.3333333333% - var(--bbraun-gutter, 0px) * 0.9166666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-m-2 {
    flex: 0 1 auto;
  }
  .nd-col-m-2 {
    flex: 0 0 calc(16.6666666667% - var(--bbraun-gutter, 0px) * 0.8333333333);
    max-width: calc(16.6666666667% - var(--bbraun-gutter, 0px) * 0.8333333333);
  }
  .nd-offset-m-2 {
    margin-left: calc(16.6666666667% - var(--bbraun-gutter, 0px) * 0.8333333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-m-3 {
    flex: 0 1 auto;
  }
  .nd-col-m-3 {
    flex: 0 0 calc(25% - var(--bbraun-gutter, 0px) * 0.75);
    max-width: calc(25% - var(--bbraun-gutter, 0px) * 0.75);
  }
  .nd-offset-m-3 {
    margin-left: calc(25% - var(--bbraun-gutter, 0px) * 0.75 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-m-4 {
    flex: 0 1 auto;
  }
  .nd-col-m-4 {
    flex: 0 0 calc(33.3333333333% - var(--bbraun-gutter, 0px) * 0.6666666667);
    max-width: calc(33.3333333333% - var(--bbraun-gutter, 0px) * 0.6666666667);
  }
  .nd-offset-m-4 {
    margin-left: calc(33.3333333333% - var(--bbraun-gutter, 0px) * 0.6666666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-m-5 {
    flex: 0 1 auto;
  }
  .nd-col-m-5 {
    flex: 0 0 calc(41.6666666667% - var(--bbraun-gutter, 0px) * 0.5833333333);
    max-width: calc(41.6666666667% - var(--bbraun-gutter, 0px) * 0.5833333333);
  }
  .nd-offset-m-5 {
    margin-left: calc(41.6666666667% - var(--bbraun-gutter, 0px) * 0.5833333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-m-6 {
    flex: 0 1 auto;
  }
  .nd-col-m-6 {
    flex: 0 0 calc(50% - var(--bbraun-gutter, 0px) * 0.5);
    max-width: calc(50% - var(--bbraun-gutter, 0px) * 0.5);
  }
  .nd-offset-m-6 {
    margin-left: calc(50% - var(--bbraun-gutter, 0px) * 0.5 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-m-7 {
    flex: 0 1 auto;
  }
  .nd-col-m-7 {
    flex: 0 0 calc(58.3333333333% - var(--bbraun-gutter, 0px) * 0.4166666667);
    max-width: calc(58.3333333333% - var(--bbraun-gutter, 0px) * 0.4166666667);
  }
  .nd-offset-m-7 {
    margin-left: calc(58.3333333333% - var(--bbraun-gutter, 0px) * 0.4166666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-m-8 {
    flex: 0 1 auto;
  }
  .nd-col-m-8 {
    flex: 0 0 calc(66.6666666667% - var(--bbraun-gutter, 0px) * 0.3333333333);
    max-width: calc(66.6666666667% - var(--bbraun-gutter, 0px) * 0.3333333333);
  }
  .nd-offset-m-8 {
    margin-left: calc(66.6666666667% - var(--bbraun-gutter, 0px) * 0.3333333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-m-9 {
    flex: 0 1 auto;
  }
  .nd-col-m-9 {
    flex: 0 0 calc(75% - var(--bbraun-gutter, 0px) * 0.25);
    max-width: calc(75% - var(--bbraun-gutter, 0px) * 0.25);
  }
  .nd-offset-m-9 {
    margin-left: calc(75% - var(--bbraun-gutter, 0px) * 0.25 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-m-10 {
    flex: 0 1 auto;
  }
  .nd-col-m-10 {
    flex: 0 0 calc(83.3333333333% - var(--bbraun-gutter, 0px) * 0.1666666667);
    max-width: calc(83.3333333333% - var(--bbraun-gutter, 0px) * 0.1666666667);
  }
  .nd-offset-m-10 {
    margin-left: calc(83.3333333333% - var(--bbraun-gutter, 0px) * 0.1666666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-m-11 {
    flex: 0 1 auto;
  }
  .nd-col-m-11 {
    flex: 0 0 calc(91.6666666667% - var(--bbraun-gutter, 0px) * 0.0833333333);
    max-width: calc(91.6666666667% - var(--bbraun-gutter, 0px) * 0.0833333333);
  }
  .nd-offset-m-11 {
    margin-left: calc(91.6666666667% - var(--bbraun-gutter, 0px) * 0.0833333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-m-12 {
    flex: 0 1 auto;
  }
  .nd-col-m-12 {
    flex: 0 0 calc(100% - var(--bbraun-gutter, 0px) * 0);
    max-width: calc(100% - var(--bbraun-gutter, 0px) * 0);
  }
  .nd-offset-m-12 {
    margin-left: calc(100% - var(--bbraun-gutter, 0px) * 0 + var(--bbraun-gutter, 0px));
  }
}
@media screen and (min-width: 1280px) {
  .offset-l-0 {
    margin-left: 0;
  }
  .flex-nowrap .col-l-1 {
    flex: 0 1 auto;
  }
  .col-l-1 {
    flex: 0 0 calc(8.3333333333% - var(--bbraun-gutter, 0px) * 0.9166666667);
    max-width: calc(8.3333333333% - var(--bbraun-gutter, 0px) * 0.9166666667);
  }
  .offset-l-1 {
    margin-left: calc(8.3333333333% - var(--bbraun-gutter, 0px) * 0.9166666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-l-2 {
    flex: 0 1 auto;
  }
  .col-l-2 {
    flex: 0 0 calc(16.6666666667% - var(--bbraun-gutter, 0px) * 0.8333333333);
    max-width: calc(16.6666666667% - var(--bbraun-gutter, 0px) * 0.8333333333);
  }
  .offset-l-2 {
    margin-left: calc(16.6666666667% - var(--bbraun-gutter, 0px) * 0.8333333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-l-3 {
    flex: 0 1 auto;
  }
  .col-l-3 {
    flex: 0 0 calc(25% - var(--bbraun-gutter, 0px) * 0.75);
    max-width: calc(25% - var(--bbraun-gutter, 0px) * 0.75);
  }
  .offset-l-3 {
    margin-left: calc(25% - var(--bbraun-gutter, 0px) * 0.75 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-l-4 {
    flex: 0 1 auto;
  }
  .col-l-4 {
    flex: 0 0 calc(33.3333333333% - var(--bbraun-gutter, 0px) * 0.6666666667);
    max-width: calc(33.3333333333% - var(--bbraun-gutter, 0px) * 0.6666666667);
  }
  .offset-l-4 {
    margin-left: calc(33.3333333333% - var(--bbraun-gutter, 0px) * 0.6666666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-l-5 {
    flex: 0 1 auto;
  }
  .col-l-5 {
    flex: 0 0 calc(41.6666666667% - var(--bbraun-gutter, 0px) * 0.5833333333);
    max-width: calc(41.6666666667% - var(--bbraun-gutter, 0px) * 0.5833333333);
  }
  .offset-l-5 {
    margin-left: calc(41.6666666667% - var(--bbraun-gutter, 0px) * 0.5833333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-l-6 {
    flex: 0 1 auto;
  }
  .col-l-6 {
    flex: 0 0 calc(50% - var(--bbraun-gutter, 0px) * 0.5);
    max-width: calc(50% - var(--bbraun-gutter, 0px) * 0.5);
  }
  .offset-l-6 {
    margin-left: calc(50% - var(--bbraun-gutter, 0px) * 0.5 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-l-7 {
    flex: 0 1 auto;
  }
  .col-l-7 {
    flex: 0 0 calc(58.3333333333% - var(--bbraun-gutter, 0px) * 0.4166666667);
    max-width: calc(58.3333333333% - var(--bbraun-gutter, 0px) * 0.4166666667);
  }
  .offset-l-7 {
    margin-left: calc(58.3333333333% - var(--bbraun-gutter, 0px) * 0.4166666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-l-8 {
    flex: 0 1 auto;
  }
  .col-l-8 {
    flex: 0 0 calc(66.6666666667% - var(--bbraun-gutter, 0px) * 0.3333333333);
    max-width: calc(66.6666666667% - var(--bbraun-gutter, 0px) * 0.3333333333);
  }
  .offset-l-8 {
    margin-left: calc(66.6666666667% - var(--bbraun-gutter, 0px) * 0.3333333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-l-9 {
    flex: 0 1 auto;
  }
  .col-l-9 {
    flex: 0 0 calc(75% - var(--bbraun-gutter, 0px) * 0.25);
    max-width: calc(75% - var(--bbraun-gutter, 0px) * 0.25);
  }
  .offset-l-9 {
    margin-left: calc(75% - var(--bbraun-gutter, 0px) * 0.25 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-l-10 {
    flex: 0 1 auto;
  }
  .col-l-10 {
    flex: 0 0 calc(83.3333333333% - var(--bbraun-gutter, 0px) * 0.1666666667);
    max-width: calc(83.3333333333% - var(--bbraun-gutter, 0px) * 0.1666666667);
  }
  .offset-l-10 {
    margin-left: calc(83.3333333333% - var(--bbraun-gutter, 0px) * 0.1666666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-l-11 {
    flex: 0 1 auto;
  }
  .col-l-11 {
    flex: 0 0 calc(91.6666666667% - var(--bbraun-gutter, 0px) * 0.0833333333);
    max-width: calc(91.6666666667% - var(--bbraun-gutter, 0px) * 0.0833333333);
  }
  .offset-l-11 {
    margin-left: calc(91.6666666667% - var(--bbraun-gutter, 0px) * 0.0833333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-l-12 {
    flex: 0 1 auto;
  }
  .col-l-12 {
    flex: 0 0 calc(100% - var(--bbraun-gutter, 0px) * 0);
    max-width: calc(100% - var(--bbraun-gutter, 0px) * 0);
  }
  .offset-l-12 {
    margin-left: calc(100% - var(--bbraun-gutter, 0px) * 0 + var(--bbraun-gutter, 0px));
  }
}
@media screen and (min-width: 1536px) {
  .nd-offset-l-0 {
    margin-left: 0;
  }
  .flex-nowrap .nd-col-l-1 {
    flex: 0 1 auto;
  }
  .nd-col-l-1 {
    flex: 0 0 calc(8.3333333333% - var(--bbraun-gutter, 0px) * 0.9166666667);
    max-width: calc(8.3333333333% - var(--bbraun-gutter, 0px) * 0.9166666667);
  }
  .nd-offset-l-1 {
    margin-left: calc(8.3333333333% - var(--bbraun-gutter, 0px) * 0.9166666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-l-2 {
    flex: 0 1 auto;
  }
  .nd-col-l-2 {
    flex: 0 0 calc(16.6666666667% - var(--bbraun-gutter, 0px) * 0.8333333333);
    max-width: calc(16.6666666667% - var(--bbraun-gutter, 0px) * 0.8333333333);
  }
  .nd-offset-l-2 {
    margin-left: calc(16.6666666667% - var(--bbraun-gutter, 0px) * 0.8333333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-l-3 {
    flex: 0 1 auto;
  }
  .nd-col-l-3 {
    flex: 0 0 calc(25% - var(--bbraun-gutter, 0px) * 0.75);
    max-width: calc(25% - var(--bbraun-gutter, 0px) * 0.75);
  }
  .nd-offset-l-3 {
    margin-left: calc(25% - var(--bbraun-gutter, 0px) * 0.75 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-l-4 {
    flex: 0 1 auto;
  }
  .nd-col-l-4 {
    flex: 0 0 calc(33.3333333333% - var(--bbraun-gutter, 0px) * 0.6666666667);
    max-width: calc(33.3333333333% - var(--bbraun-gutter, 0px) * 0.6666666667);
  }
  .nd-offset-l-4 {
    margin-left: calc(33.3333333333% - var(--bbraun-gutter, 0px) * 0.6666666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-l-5 {
    flex: 0 1 auto;
  }
  .nd-col-l-5 {
    flex: 0 0 calc(41.6666666667% - var(--bbraun-gutter, 0px) * 0.5833333333);
    max-width: calc(41.6666666667% - var(--bbraun-gutter, 0px) * 0.5833333333);
  }
  .nd-offset-l-5 {
    margin-left: calc(41.6666666667% - var(--bbraun-gutter, 0px) * 0.5833333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-l-6 {
    flex: 0 1 auto;
  }
  .nd-col-l-6 {
    flex: 0 0 calc(50% - var(--bbraun-gutter, 0px) * 0.5);
    max-width: calc(50% - var(--bbraun-gutter, 0px) * 0.5);
  }
  .nd-offset-l-6 {
    margin-left: calc(50% - var(--bbraun-gutter, 0px) * 0.5 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-l-7 {
    flex: 0 1 auto;
  }
  .nd-col-l-7 {
    flex: 0 0 calc(58.3333333333% - var(--bbraun-gutter, 0px) * 0.4166666667);
    max-width: calc(58.3333333333% - var(--bbraun-gutter, 0px) * 0.4166666667);
  }
  .nd-offset-l-7 {
    margin-left: calc(58.3333333333% - var(--bbraun-gutter, 0px) * 0.4166666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-l-8 {
    flex: 0 1 auto;
  }
  .nd-col-l-8 {
    flex: 0 0 calc(66.6666666667% - var(--bbraun-gutter, 0px) * 0.3333333333);
    max-width: calc(66.6666666667% - var(--bbraun-gutter, 0px) * 0.3333333333);
  }
  .nd-offset-l-8 {
    margin-left: calc(66.6666666667% - var(--bbraun-gutter, 0px) * 0.3333333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-l-9 {
    flex: 0 1 auto;
  }
  .nd-col-l-9 {
    flex: 0 0 calc(75% - var(--bbraun-gutter, 0px) * 0.25);
    max-width: calc(75% - var(--bbraun-gutter, 0px) * 0.25);
  }
  .nd-offset-l-9 {
    margin-left: calc(75% - var(--bbraun-gutter, 0px) * 0.25 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-l-10 {
    flex: 0 1 auto;
  }
  .nd-col-l-10 {
    flex: 0 0 calc(83.3333333333% - var(--bbraun-gutter, 0px) * 0.1666666667);
    max-width: calc(83.3333333333% - var(--bbraun-gutter, 0px) * 0.1666666667);
  }
  .nd-offset-l-10 {
    margin-left: calc(83.3333333333% - var(--bbraun-gutter, 0px) * 0.1666666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-l-11 {
    flex: 0 1 auto;
  }
  .nd-col-l-11 {
    flex: 0 0 calc(91.6666666667% - var(--bbraun-gutter, 0px) * 0.0833333333);
    max-width: calc(91.6666666667% - var(--bbraun-gutter, 0px) * 0.0833333333);
  }
  .nd-offset-l-11 {
    margin-left: calc(91.6666666667% - var(--bbraun-gutter, 0px) * 0.0833333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-l-12 {
    flex: 0 1 auto;
  }
  .nd-col-l-12 {
    flex: 0 0 calc(100% - var(--bbraun-gutter, 0px) * 0);
    max-width: calc(100% - var(--bbraun-gutter, 0px) * 0);
  }
  .nd-offset-l-12 {
    margin-left: calc(100% - var(--bbraun-gutter, 0px) * 0 + var(--bbraun-gutter, 0px));
  }
}
@media screen and (min-width: 1920px) {
  .offset-xl-0 {
    margin-left: 0;
  }
  .flex-nowrap .col-xl-1 {
    flex: 0 1 auto;
  }
  .col-xl-1 {
    flex: 0 0 calc(8.3333333333% - var(--bbraun-gutter, 0px) * 0.9166666667);
    max-width: calc(8.3333333333% - var(--bbraun-gutter, 0px) * 0.9166666667);
  }
  .offset-xl-1 {
    margin-left: calc(8.3333333333% - var(--bbraun-gutter, 0px) * 0.9166666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-xl-2 {
    flex: 0 1 auto;
  }
  .col-xl-2 {
    flex: 0 0 calc(16.6666666667% - var(--bbraun-gutter, 0px) * 0.8333333333);
    max-width: calc(16.6666666667% - var(--bbraun-gutter, 0px) * 0.8333333333);
  }
  .offset-xl-2 {
    margin-left: calc(16.6666666667% - var(--bbraun-gutter, 0px) * 0.8333333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-xl-3 {
    flex: 0 1 auto;
  }
  .col-xl-3 {
    flex: 0 0 calc(25% - var(--bbraun-gutter, 0px) * 0.75);
    max-width: calc(25% - var(--bbraun-gutter, 0px) * 0.75);
  }
  .offset-xl-3 {
    margin-left: calc(25% - var(--bbraun-gutter, 0px) * 0.75 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-xl-4 {
    flex: 0 1 auto;
  }
  .col-xl-4 {
    flex: 0 0 calc(33.3333333333% - var(--bbraun-gutter, 0px) * 0.6666666667);
    max-width: calc(33.3333333333% - var(--bbraun-gutter, 0px) * 0.6666666667);
  }
  .offset-xl-4 {
    margin-left: calc(33.3333333333% - var(--bbraun-gutter, 0px) * 0.6666666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-xl-5 {
    flex: 0 1 auto;
  }
  .col-xl-5 {
    flex: 0 0 calc(41.6666666667% - var(--bbraun-gutter, 0px) * 0.5833333333);
    max-width: calc(41.6666666667% - var(--bbraun-gutter, 0px) * 0.5833333333);
  }
  .offset-xl-5 {
    margin-left: calc(41.6666666667% - var(--bbraun-gutter, 0px) * 0.5833333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-xl-6 {
    flex: 0 1 auto;
  }
  .col-xl-6 {
    flex: 0 0 calc(50% - var(--bbraun-gutter, 0px) * 0.5);
    max-width: calc(50% - var(--bbraun-gutter, 0px) * 0.5);
  }
  .offset-xl-6 {
    margin-left: calc(50% - var(--bbraun-gutter, 0px) * 0.5 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-xl-7 {
    flex: 0 1 auto;
  }
  .col-xl-7 {
    flex: 0 0 calc(58.3333333333% - var(--bbraun-gutter, 0px) * 0.4166666667);
    max-width: calc(58.3333333333% - var(--bbraun-gutter, 0px) * 0.4166666667);
  }
  .offset-xl-7 {
    margin-left: calc(58.3333333333% - var(--bbraun-gutter, 0px) * 0.4166666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-xl-8 {
    flex: 0 1 auto;
  }
  .col-xl-8 {
    flex: 0 0 calc(66.6666666667% - var(--bbraun-gutter, 0px) * 0.3333333333);
    max-width: calc(66.6666666667% - var(--bbraun-gutter, 0px) * 0.3333333333);
  }
  .offset-xl-8 {
    margin-left: calc(66.6666666667% - var(--bbraun-gutter, 0px) * 0.3333333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-xl-9 {
    flex: 0 1 auto;
  }
  .col-xl-9 {
    flex: 0 0 calc(75% - var(--bbraun-gutter, 0px) * 0.25);
    max-width: calc(75% - var(--bbraun-gutter, 0px) * 0.25);
  }
  .offset-xl-9 {
    margin-left: calc(75% - var(--bbraun-gutter, 0px) * 0.25 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-xl-10 {
    flex: 0 1 auto;
  }
  .col-xl-10 {
    flex: 0 0 calc(83.3333333333% - var(--bbraun-gutter, 0px) * 0.1666666667);
    max-width: calc(83.3333333333% - var(--bbraun-gutter, 0px) * 0.1666666667);
  }
  .offset-xl-10 {
    margin-left: calc(83.3333333333% - var(--bbraun-gutter, 0px) * 0.1666666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-xl-11 {
    flex: 0 1 auto;
  }
  .col-xl-11 {
    flex: 0 0 calc(91.6666666667% - var(--bbraun-gutter, 0px) * 0.0833333333);
    max-width: calc(91.6666666667% - var(--bbraun-gutter, 0px) * 0.0833333333);
  }
  .offset-xl-11 {
    margin-left: calc(91.6666666667% - var(--bbraun-gutter, 0px) * 0.0833333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .col-xl-12 {
    flex: 0 1 auto;
  }
  .col-xl-12 {
    flex: 0 0 calc(100% - var(--bbraun-gutter, 0px) * 0);
    max-width: calc(100% - var(--bbraun-gutter, 0px) * 0);
  }
  .offset-xl-12 {
    margin-left: calc(100% - var(--bbraun-gutter, 0px) * 0 + var(--bbraun-gutter, 0px));
  }
}
@media screen and (min-width: 2176px) {
  .nd-offset-xl-0 {
    margin-left: 0;
  }
  .flex-nowrap .nd-col-xl-1 {
    flex: 0 1 auto;
  }
  .nd-col-xl-1 {
    flex: 0 0 calc(8.3333333333% - var(--bbraun-gutter, 0px) * 0.9166666667);
    max-width: calc(8.3333333333% - var(--bbraun-gutter, 0px) * 0.9166666667);
  }
  .nd-offset-xl-1 {
    margin-left: calc(8.3333333333% - var(--bbraun-gutter, 0px) * 0.9166666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-xl-2 {
    flex: 0 1 auto;
  }
  .nd-col-xl-2 {
    flex: 0 0 calc(16.6666666667% - var(--bbraun-gutter, 0px) * 0.8333333333);
    max-width: calc(16.6666666667% - var(--bbraun-gutter, 0px) * 0.8333333333);
  }
  .nd-offset-xl-2 {
    margin-left: calc(16.6666666667% - var(--bbraun-gutter, 0px) * 0.8333333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-xl-3 {
    flex: 0 1 auto;
  }
  .nd-col-xl-3 {
    flex: 0 0 calc(25% - var(--bbraun-gutter, 0px) * 0.75);
    max-width: calc(25% - var(--bbraun-gutter, 0px) * 0.75);
  }
  .nd-offset-xl-3 {
    margin-left: calc(25% - var(--bbraun-gutter, 0px) * 0.75 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-xl-4 {
    flex: 0 1 auto;
  }
  .nd-col-xl-4 {
    flex: 0 0 calc(33.3333333333% - var(--bbraun-gutter, 0px) * 0.6666666667);
    max-width: calc(33.3333333333% - var(--bbraun-gutter, 0px) * 0.6666666667);
  }
  .nd-offset-xl-4 {
    margin-left: calc(33.3333333333% - var(--bbraun-gutter, 0px) * 0.6666666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-xl-5 {
    flex: 0 1 auto;
  }
  .nd-col-xl-5 {
    flex: 0 0 calc(41.6666666667% - var(--bbraun-gutter, 0px) * 0.5833333333);
    max-width: calc(41.6666666667% - var(--bbraun-gutter, 0px) * 0.5833333333);
  }
  .nd-offset-xl-5 {
    margin-left: calc(41.6666666667% - var(--bbraun-gutter, 0px) * 0.5833333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-xl-6 {
    flex: 0 1 auto;
  }
  .nd-col-xl-6 {
    flex: 0 0 calc(50% - var(--bbraun-gutter, 0px) * 0.5);
    max-width: calc(50% - var(--bbraun-gutter, 0px) * 0.5);
  }
  .nd-offset-xl-6 {
    margin-left: calc(50% - var(--bbraun-gutter, 0px) * 0.5 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-xl-7 {
    flex: 0 1 auto;
  }
  .nd-col-xl-7 {
    flex: 0 0 calc(58.3333333333% - var(--bbraun-gutter, 0px) * 0.4166666667);
    max-width: calc(58.3333333333% - var(--bbraun-gutter, 0px) * 0.4166666667);
  }
  .nd-offset-xl-7 {
    margin-left: calc(58.3333333333% - var(--bbraun-gutter, 0px) * 0.4166666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-xl-8 {
    flex: 0 1 auto;
  }
  .nd-col-xl-8 {
    flex: 0 0 calc(66.6666666667% - var(--bbraun-gutter, 0px) * 0.3333333333);
    max-width: calc(66.6666666667% - var(--bbraun-gutter, 0px) * 0.3333333333);
  }
  .nd-offset-xl-8 {
    margin-left: calc(66.6666666667% - var(--bbraun-gutter, 0px) * 0.3333333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-xl-9 {
    flex: 0 1 auto;
  }
  .nd-col-xl-9 {
    flex: 0 0 calc(75% - var(--bbraun-gutter, 0px) * 0.25);
    max-width: calc(75% - var(--bbraun-gutter, 0px) * 0.25);
  }
  .nd-offset-xl-9 {
    margin-left: calc(75% - var(--bbraun-gutter, 0px) * 0.25 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-xl-10 {
    flex: 0 1 auto;
  }
  .nd-col-xl-10 {
    flex: 0 0 calc(83.3333333333% - var(--bbraun-gutter, 0px) * 0.1666666667);
    max-width: calc(83.3333333333% - var(--bbraun-gutter, 0px) * 0.1666666667);
  }
  .nd-offset-xl-10 {
    margin-left: calc(83.3333333333% - var(--bbraun-gutter, 0px) * 0.1666666667 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-xl-11 {
    flex: 0 1 auto;
  }
  .nd-col-xl-11 {
    flex: 0 0 calc(91.6666666667% - var(--bbraun-gutter, 0px) * 0.0833333333);
    max-width: calc(91.6666666667% - var(--bbraun-gutter, 0px) * 0.0833333333);
  }
  .nd-offset-xl-11 {
    margin-left: calc(91.6666666667% - var(--bbraun-gutter, 0px) * 0.0833333333 + var(--bbraun-gutter, 0px));
  }
  .flex-nowrap .nd-col-xl-12 {
    flex: 0 1 auto;
  }
  .nd-col-xl-12 {
    flex: 0 0 calc(100% - var(--bbraun-gutter, 0px) * 0);
    max-width: calc(100% - var(--bbraun-gutter, 0px) * 0);
  }
  .nd-offset-xl-12 {
    margin-left: calc(100% - var(--bbraun-gutter, 0px) * 0 + var(--bbraun-gutter, 0px));
  }
}
.w-0 {
  width: 0 !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-0 {
  height: 0 !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.max-height-100 {
  max-height: 100% !important;
}
.max-width-100 {
  max-width: 100% !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-relative {
  position: relative !important;
}
.position-sticky {
  position: sticky !important;
}
.d-flex {
  display: flex !important;
}
.d-block {
  display: block !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-none {
  display: none !important;
}
.d-grid {
  display: grid !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
.cols-1 {
  grid-template-columns: 100% !important;
}
.cols-2 {
  grid-template-columns: repeat(2, calc(50% - var(--bbraun-gutter) / 2)) !important;
}
.cols-3 {
  grid-template-columns: repeat(3, calc(33.3% - var(--bbraun-gutter) / 3 * 2)) !important;
}
.cols-4 {
  grid-template-columns: repeat(4, calc(25% - var(--bbraun-gutter) / 4 * 3)) !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mt-2xs {
  margin-top: 4px !important;
}
.mt-xs {
  margin-top: 8px !important;
}
.mt-s {
  margin-top: 12px !important;
}
.mt-sm {
  margin-top: 16px !important;
}
.mt-m {
  margin-top: 24px !important;
}
.mt-ml {
  margin-top: 32px !important;
}
.mt-l {
  margin-top: 48px !important;
}
.mt-xl {
  margin-top: 64px !important;
}
.mt-2xl {
  margin-top: 96px !important;
}
.mt-3xl {
  margin-top: 128px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.mb-2xs {
  margin-bottom: 4px !important;
}
.mb-xs {
  margin-bottom: 8px !important;
}
.mb-s {
  margin-bottom: 12px !important;
}
.mb-sm {
  margin-bottom: 16px !important;
}
.mb-m {
  margin-bottom: 24px !important;
}
.mb-ml {
  margin-bottom: 32px !important;
}
.mb-l {
  margin-bottom: 48px !important;
}
.mb-xl {
  margin-bottom: 64px !important;
}
.mb-2xl {
  margin-bottom: 96px !important;
}
.mb-3xl {
  margin-bottom: 128px !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-auto {
  margin-left: auto !important;
}
.ml-2xs {
  margin-left: 4px !important;
}
.ml-xs {
  margin-left: 8px !important;
}
.ml-s {
  margin-left: 12px !important;
}
.ml-sm {
  margin-left: 16px !important;
}
.ml-m {
  margin-left: 24px !important;
}
.ml-ml {
  margin-left: 32px !important;
}
.ml-l {
  margin-left: 48px !important;
}
.ml-xl {
  margin-left: 64px !important;
}
.ml-2xl {
  margin-left: 96px !important;
}
.ml-3xl {
  margin-left: 128px !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mr-2xs {
  margin-right: 4px !important;
}
.mr-xs {
  margin-right: 8px !important;
}
.mr-s {
  margin-right: 12px !important;
}
.mr-sm {
  margin-right: 16px !important;
}
.mr-m {
  margin-right: 24px !important;
}
.mr-ml {
  margin-right: 32px !important;
}
.mr-l {
  margin-right: 48px !important;
}
.mr-xl {
  margin-right: 64px !important;
}
.mr-2xl {
  margin-right: 96px !important;
}
.mr-3xl {
  margin-right: 128px !important;
}
.m-0 {
  margin: 0 !important;
}
.m-auto {
  margin: auto !important;
}
.m-2xs {
  margin: 4px !important;
}
.m-xs {
  margin: 8px !important;
}
.m-s {
  margin: 12px !important;
}
.m-sm {
  margin: 16px !important;
}
.m-m {
  margin: 24px !important;
}
.m-ml {
  margin: 32px !important;
}
.m-l {
  margin: 48px !important;
}
.m-xl {
  margin: 64px !important;
}
.m-2xl {
  margin: 96px !important;
}
.m-3xl {
  margin: 128px !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.my-2xs {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.my-xs {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.my-s {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.my-sm {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.my-m {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.my-ml {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.my-l {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.my-xl {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.my-2xl {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}
.my-3xl {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mx-2xs {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.mx-xs {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.mx-s {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
.mx-sm {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.mx-m {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.mx-ml {
  margin-left: 32px !important;
  margin-right: 32px !important;
}
.mx-l {
  margin-left: 48px !important;
  margin-right: 48px !important;
}
.mx-xl {
  margin-left: 64px !important;
  margin-right: 64px !important;
}
.mx-2xl {
  margin-left: 96px !important;
  margin-right: 96px !important;
}
.mx-3xl {
  margin-left: 128px !important;
  margin-right: 128px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-auto {
  padding-top: auto !important;
}
.pt-2xs {
  padding-top: 4px !important;
}
.pt-xs {
  padding-top: 8px !important;
}
.pt-s {
  padding-top: 12px !important;
}
.pt-sm {
  padding-top: 16px !important;
}
.pt-m {
  padding-top: 24px !important;
}
.pt-ml {
  padding-top: 32px !important;
}
.pt-l {
  padding-top: 48px !important;
}
.pt-xl {
  padding-top: 64px !important;
}
.pt-2xl {
  padding-top: 96px !important;
}
.pt-3xl {
  padding-top: 128px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-auto {
  padding-bottom: auto !important;
}
.pb-2xs {
  padding-bottom: 4px !important;
}
.pb-xs {
  padding-bottom: 8px !important;
}
.pb-s {
  padding-bottom: 12px !important;
}
.pb-sm {
  padding-bottom: 16px !important;
}
.pb-m {
  padding-bottom: 24px !important;
}
.pb-ml {
  padding-bottom: 32px !important;
}
.pb-l {
  padding-bottom: 48px !important;
}
.pb-xl {
  padding-bottom: 64px !important;
}
.pb-2xl {
  padding-bottom: 96px !important;
}
.pb-3xl {
  padding-bottom: 128px !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-auto {
  padding-left: auto !important;
}
.pl-2xs {
  padding-left: 4px !important;
}
.pl-xs {
  padding-left: 8px !important;
}
.pl-s {
  padding-left: 12px !important;
}
.pl-sm {
  padding-left: 16px !important;
}
.pl-m {
  padding-left: 24px !important;
}
.pl-ml {
  padding-left: 32px !important;
}
.pl-l {
  padding-left: 48px !important;
}
.pl-xl {
  padding-left: 64px !important;
}
.pl-2xl {
  padding-left: 96px !important;
}
.pl-3xl {
  padding-left: 128px !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-auto {
  padding-right: auto !important;
}
.pr-2xs {
  padding-right: 4px !important;
}
.pr-xs {
  padding-right: 8px !important;
}
.pr-s {
  padding-right: 12px !important;
}
.pr-sm {
  padding-right: 16px !important;
}
.pr-m {
  padding-right: 24px !important;
}
.pr-ml {
  padding-right: 32px !important;
}
.pr-l {
  padding-right: 48px !important;
}
.pr-xl {
  padding-right: 64px !important;
}
.pr-2xl {
  padding-right: 96px !important;
}
.pr-3xl {
  padding-right: 128px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-auto {
  padding: auto !important;
}
.p-2xs {
  padding: 4px !important;
}
.p-xs {
  padding: 8px !important;
}
.p-s {
  padding: 12px !important;
}
.p-sm {
  padding: 16px !important;
}
.p-m {
  padding: 24px !important;
}
.p-ml {
  padding: 32px !important;
}
.p-l {
  padding: 48px !important;
}
.p-xl {
  padding: 64px !important;
}
.p-2xl {
  padding: 96px !important;
}
.p-3xl {
  padding: 128px !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}
.py-2xs {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.py-xs {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.py-s {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.py-sm {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.py-m {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.py-ml {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.py-l {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.py-xl {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.py-2xl {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
.py-3xl {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}
.px-2xs {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.px-xs {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.px-s {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.px-sm {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.px-m {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.px-ml {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.px-l {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.px-xl {
  padding-left: 64px !important;
  padding-right: 64px !important;
}
.px-2xl {
  padding-left: 96px !important;
  padding-right: 96px !important;
}
.px-3xl {
  padding-left: 128px !important;
  padding-right: 128px !important;
}
.cx-footer {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  box-sizing: border-box;
  background-color: #ececec !important;
  height: 48px !important;
  z-index: 1000 !important;
  overflow: clip;
}
.cx-footer .mat-mdc-button.mat-mdc-button-base {
  text-transform: capitalize !important;
  font-weight: bold !important;
  font-size: 14px;
  width: 100% !important;
  padding-top: 10px !important;
  padding-bottom: 20px !important;
  height: 56px !important;
}
.cx-footer .mat-mdc-button.mat-mdc-button-base.active {
  color: #00a97a !important;
}
.cx-footer .mat-mdc-button.mat-mdc-button-base.active:hover > .mat-mdc-button-persistent-ripple {
  background: #00a97a !important;
  opacity: 0.16 !important;
}
.cx-footer .mat-mdc-button.mat-mdc-button-base.active .mat-ripple-element {
  background: #00a97a !important;
  opacity: 0.24 !important;
}
.cx-footer .cx-badge-notification-md-icon,
.cx-footer .cx-badge-notification-sm-icon {
  left: 12px !important;
}
.cx-card .cx-no-image-icon:not(.cx-thumbnail-image) {
  width: 100px !important;
  height: 100px !important;
  font-size: 100px !important;
}
.cx-card .mat-mdc-checkbox,
.cx-card .mat-mdc-radio-button {
  margin-top: 0;
}
.cx-card:not(.cx-card-disabled) button,
.cx-card:not(.cx-card-disabled) .cx-card-select-button,
.cx-card:not(.cx-card-disabled) .mat-mdc-checkbox-touch-target,
.cx-card:not(.cx-card-disabled) .mat-mdc-radio-touch-target {
  z-index: 2 !important;
}
.cx-card .no-ripple-control .mdc-radio__native-control ~ .mdc-radio__background::before,
.cx-card .no-ripple-control .mdc-checkbox__native-control ~ .mdc-checkbox__ripple {
  opacity: 0 !important;
}
.cx-card .mat-mdc-radio-button label {
  padding: 0;
}
.cx-card .cx-card-wrapper.small .cx-card-content > div:first-child,
.cx-card .cx-card-wrapper.cx-card-small .cx-card-content > div:first-child {
  margin-top: 16px;
}
.cx-card .cx-card-wrapper.regular .cx-card-content > div:first-child,
.cx-card .cx-card-wrapper.cx-card-regular .cx-card-content > div:first-child {
  margin-top: 24px;
}
.cx-card .cx-card-wrapper.large .cx-card-content > div:first-child,
.cx-card .cx-card-wrapper.cx-card-large .cx-card-content > div:first-child {
  margin-top: 32px;
}
.cx-card .cx-card-aligned-mat-icon-button .mat-mdc-icon-button {
  bottom: -2px;
}
.cx-truncate-title .cx-card-title,
.cx-truncate-subtitle .cx-card-subtitle {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
cx-card.cx-card-clickable .cx-card::before,
cx-card .cx-card.cx-card-selected::before,
cx-card .cx-card.cx-card-disabled::before {
  content: "";
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  position: absolute;
  border-radius: 8px;
  top: 0;
  left: 0;
}
cx-card.cx-card-clickable .cx-card:not(.cx-card-selected):active,
.cx-card.cx-card-disabled {
  box-shadow: 0 2px 4px rgba(32, 32, 32, 0.16) !important;
}
cx-card.cx-card-clickable {
  cursor: auto !important;
}
cx-card.cx-card-clickable .cx-card:not(.cx-card-disabled) {
  cursor: pointer;
}
cx-card.cx-card-clickable .cx-card:not(.cx-card-disabled):not(.cx-card-selected):hover::before {
  background: rgba(115, 115, 115, 0.16);
  display: block;
}
cx-card.cx-card-clickable .cx-card:not(.cx-card-disabled):not(.cx-card-selected):active::before {
  background: rgba(115, 115, 115, 0.24);
  display: block;
}
.mat-form-field-appearance-outline.cx-number-input-form-field.cx-digits-2 {
  width: 145px;
}
.mat-form-field-appearance-outline.cx-number-input-form-field.cx-min-digits-2 {
  min-width: 145px;
}
.mat-form-field-appearance-outline.cx-number-input-form-field.cx-digits-3 {
  width: 154px;
}
.mat-form-field-appearance-outline.cx-number-input-form-field.cx-min-digits-3 {
  min-width: 154px;
}
.mat-form-field-appearance-outline.cx-number-input-form-field.cx-digits-4 {
  width: 163px;
}
.mat-form-field-appearance-outline.cx-number-input-form-field.cx-min-digits-4 {
  min-width: 163px;
}
.mat-form-field-appearance-outline.cx-number-input-form-field.cx-digits-5 {
  width: 172px;
}
.mat-form-field-appearance-outline.cx-number-input-form-field.cx-min-digits-5 {
  min-width: 172px;
}
.mat-form-field-appearance-outline.cx-number-input-form-field.cx-disable-hover-outline .mdc-notched-outline__trailing,
.mat-form-field-appearance-outline.cx-number-input-form-field.cx-disable-hover-outline .mdc-notched-outline__leading {
  border-color: transparent !important;
}
.mat-form-field-appearance-outline.cx-number-input-form-field:not(.cx-readonly) {
  min-width: 144px;
}
.mat-form-field-appearance-outline.cx-number-input-form-field:not(.cx-readonly) .mat-mdc-text-field-wrapper {
  flex: none;
  width: calc(100% - 96px) !important;
  margin-right: 48px;
  margin-left: 48px;
}
.mat-form-field-appearance-outline.cx-number-input-form-field:not(.cx-readonly) .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex {
  min-width: 48px;
}
.mat-form-field-appearance-outline.cx-number-input-form-field:not(.cx-readonly) .mat-mdc-text-field-wrapper .mdc-notched-outline__notch {
  left: -48px;
  max-width: calc(100% + 96px) !important;
  width: calc(100% + 96px) !important;
}
.mat-form-field-appearance-outline.cx-number-input-form-field:not(.cx-readonly) .mat-mdc-text-field-wrapper .mdc-notched-outline__notch .mat-mdc-floating-label {
  width: 100%;
}
.mat-form-field-appearance-outline.cx-number-input-form-field.cx-readonly .cx-number-input-button {
  display: none;
}
cx-range-input.cx-digits-2 .mat-form-field-appearance-outline.cx-number-input-form-field {
  width: 145px;
}
cx-range-input.cx-min-digits-2 .mat-form-field-appearance-outline.cx-number-input-form-field {
  min-width: 145px;
}
cx-range-input.cx-digits-3 .mat-form-field-appearance-outline.cx-number-input-form-field {
  width: 154px;
}
cx-range-input.cx-min-digits-3 .mat-form-field-appearance-outline.cx-number-input-form-field {
  min-width: 154px;
}
cx-range-input.cx-digits-4 .mat-form-field-appearance-outline.cx-number-input-form-field {
  width: 163px;
}
cx-range-input.cx-min-digits-4 .mat-form-field-appearance-outline.cx-number-input-form-field {
  min-width: 163px;
}
cx-range-input.cx-digits-5 .mat-form-field-appearance-outline.cx-number-input-form-field {
  width: 172px;
}
cx-range-input.cx-min-digits-5 .mat-form-field-appearance-outline.cx-number-input-form-field {
  min-width: 172px;
}
cx-header .cx-header-search-bar .cx-search-bar {
  border: 1px solid transparent !important;
}
cx-header .mat-mdc-icon-button.cx-header-white-icon,
cx-header .mat-mdc-icon-button.cx-header-white-icon:disabled,
cx-header .mat-mdc-icon-button.cx-header-white-icon[disabled][disabled],
cx-header .mat-mdc-icon-button.cx-header-white-icon:not(.mdc-button[disabled]),
cx-header .mat-mdc-icon-button.cx-header-white-icon:not(.mdc-button[disabled]):disabled,
cx-header .mat-mdc-icon-button.cx-header-white-icon:not(.mdc-button[disabled])[disabled][disabled],
cx-header .mat-mdc-icon-button.cx-menu-button,
cx-header .mat-mdc-icon-button.cx-menu-button:disabled,
cx-header .mat-mdc-icon-button.cx-menu-button[disabled][disabled],
cx-header .mat-mdc-icon-button.cx-menu-button:not(.mdc-button[disabled]),
cx-header .mat-mdc-icon-button.cx-menu-button:not(.mdc-button[disabled]):disabled,
cx-header .mat-mdc-icon-button.cx-menu-button:not(.mdc-button[disabled])[disabled][disabled] {
  color: #737373;
}
cx-header .mat-mdc-icon-button.cx-header-white-icon:hover > .mat-mdc-button-persistent-ripple,
cx-header .mat-mdc-icon-button.cx-header-white-icon:active > .mat-mdc-button-persistent-ripple,
cx-header .mat-mdc-icon-button.cx-header-white-icon:not(.mdc-button[disabled]):hover > .mat-mdc-button-persistent-ripple,
cx-header .mat-mdc-icon-button.cx-header-white-icon:not(.mdc-button[disabled]):active > .mat-mdc-button-persistent-ripple,
cx-header .mat-mdc-icon-button.cx-menu-button:hover > .mat-mdc-button-persistent-ripple,
cx-header .mat-mdc-icon-button.cx-menu-button:active > .mat-mdc-button-persistent-ripple,
cx-header .mat-mdc-icon-button.cx-menu-button:not(.mdc-button[disabled]):hover > .mat-mdc-button-persistent-ripple,
cx-header .mat-mdc-icon-button.cx-menu-button:not(.mdc-button[disabled]):active > .mat-mdc-button-persistent-ripple {
  background: #fff;
  opacity: 0.16 !important;
}
cx-header .mat-mdc-icon-button.cx-header-white-icon .mat-ripple-element,
cx-header .mat-mdc-icon-button.cx-header-white-icon:not(.mdc-button[disabled]) .mat-ripple-element,
cx-header .mat-mdc-icon-button.cx-menu-button .mat-ripple-element,
cx-header .mat-mdc-icon-button.cx-menu-button:not(.mdc-button[disabled]) .mat-ripple-element {
  z-index: 2;
  background: #fff;
  opacity: 0.24;
}
cx-header cx-menu .mat-mdc-icon-button.cx-menu-button:hover {
  background: rgba(255, 255, 255, 0.16) !important;
}
cx-header cx-menu .mat-mdc-icon-button.cx-menu-button-opened {
  background: rgba(255, 255, 255, 0.24) !important;
}
cx-header cx-menu .mat-mdc-icon-button.cx-menu-button.mdc-button[disabled]:hover {
  background: transparent !important;
}
.mat-form-field-appearance-outline.cx-chips-disabled .mat-mdc-form-field-hint {
  display: none;
}
.mat-form-field-appearance-outline.cx-chips-disabled .mat-mdc-text-field-wrapper {
  background-color: #f9f9f9;
}
.mat-form-field-appearance-outline.cx-chips-disabled .mat-mdc-floating-label,
.mat-form-field-appearance-outline.cx-chips-disabled .mat-mdc-select-value-text,
.mat-form-field-appearance-outline.cx-chips-disabled .mat-datepicker-toggle,
.mat-form-field-appearance-outline.cx-chips-disabled .mat-datepicker-toggle .mat-mdc-icon-button,
.mat-form-field-appearance-outline.cx-chips-disabled .mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: #b0b0b0 !important;
}
.mat-form-field-appearance-outline.cx-chips-disabled .mdc-notched-outline .mdc-notched-outline__trailing,
.mat-form-field-appearance-outline.cx-chips-disabled .mdc-notched-outline .mdc-notched-outline__leading {
  border-color: transparent !important;
}
.cx-chips-disabled input::placeholder,
.mat-mdc-form-field-type-mat-chip-grid.cx-readonly input::placeholder {
  visibility: hidden;
  opacity: 0 !important;
}
.mat-mdc-chip-grid:not(:has(.mdc-evolution-chip--disabled), [readonly=true]) .cx-show-more-less-button,
.mat-mdc-chip-grid:not(:has(.mdc-evolution-chip--disabled), [readonly=true]) ~ .cx-show-more-less-button {
  display: none;
}
.cx-checkboxes-border.mat-mdc-checkbox ~ ul li:first-of-type .mat-mdc-checkbox {
  border-top: 1px solid #dbdbdb;
  padding-top: 6px;
}
mat-icon.cx-icon-in-button {
  margin-left: -2px !important;
  margin-top: -2px !important;
  margin-right: 10px !important;
}
span.cx-icon-in-button {
  margin-left: -2px !important;
  margin-right: 10px !important;
}
.mdc-button__label:has(span.cx-icon-in-button, span[class*=icon-]) {
  display: flex;
  align-items: center;
}
.cx-icon-stroked-button.mdc-button[mat-stroked-button] {
  min-width: 44px;
  padding: 0 !important;
}
.cx-icon-stroked-button.mdc-button[mat-stroked-button] .mat-icon {
  margin: 0;
}
.cx-button-with-icon.cx-mat-button-base {
  line-height: 24px !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.cx-button-with-landscape-icon.cx-mat-button-base {
  line-height: 24px !important;
  padding-top: 10px !important;
  padding-bottom: 9px !important;
}
.cx-autocomplete-for-search-bar.mat-mdc-autocomplete-panel .mdc-list-item__primary-text {
  width: 100%;
}
.cx-autocomplete-for-search-bar.mat-mdc-autocomplete-panel .mdc-list-item__primary-text > *:not(span) {
  position: absolute;
}
.cx-autocomplete-for-search-bar.mat-mdc-autocomplete-panel .mdc-list-item__primary-text > span {
  margin: 12px 0;
  position: relative;
  left: 36px;
  width: calc(100% - 36px);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
.cx-list-title {
  border-bottom: 1px solid #dbdbdb;
}
.cx-list-gutterless .cx-list,
.cx-list.cx-description-list {
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cx-list-gutterless .cx-list .cx-list-title,
.cx-list.cx-description-list .cx-list-title {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cx-list-gutterless .cx-list .cx-list-item,
.cx-list.cx-description-list .cx-list-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cx-list-gutterless .cx-list .cx-list-item::after,
.cx-list.cx-description-list .cx-list-item::after {
  left: 0 !important;
  right: 0 !important;
}
.cx-list {
  min-width: fit-content;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
}
.cx-list .mat-mdc-checkbox,
.cx-list .mat-mdc-radio-button {
  margin-top: 0;
}
.cx-list::before,
.cx-list::after {
  content: "";
  display: none;
}
.cx-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cx-list.cx-regular-list {
  box-shadow: 0 2px 4px rgba(32, 32, 32, 0.16);
}
.cx-list.cx-list-divided ul cx-description-list-item:not(:last-child),
.cx-list.cx-list-divided ul cx-list-item:not(:last-child),
.cx-list.cx-list-divided ul cx-list-option:not(:last-child) {
  position: relative;
}
.cx-list.cx-list-divided ul cx-description-list-item:not(:last-child) .cx-list-item,
.cx-list.cx-list-divided ul cx-description-list-item:not(:last-child) .cx-list-option,
.cx-list.cx-list-divided ul cx-list-item:not(:last-child) .cx-list-item,
.cx-list.cx-list-divided ul cx-list-item:not(:last-child) .cx-list-option,
.cx-list.cx-list-divided ul cx-list-option:not(:last-child) .cx-list-item,
.cx-list.cx-list-divided ul cx-list-option:not(:last-child) .cx-list-option {
  position: relative;
}
.cx-list.cx-list-divided ul cx-description-list-item:not(:last-child) .cx-list-item::after,
.cx-list.cx-list-divided ul cx-description-list-item:not(:last-child) .cx-list-option::after,
.cx-list.cx-list-divided ul cx-list-item:not(:last-child) .cx-list-item::after,
.cx-list.cx-list-divided ul cx-list-item:not(:last-child) .cx-list-option::after,
.cx-list.cx-list-divided ul cx-list-option:not(:last-child) .cx-list-item::after,
.cx-list.cx-list-divided ul cx-list-option:not(:last-child) .cx-list-option::after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  background-color: #dbdbdb;
}
.cx-list .cx-list-option-selected .cx-list-item {
  background-color: rgba(0, 169, 122, 0.08) !important;
}
@supports not selector(:has(*)) {
  .cx-list .cx-list-menu-template cx-menu,
  .cx-list .cx-list-content-template > *:first-child {
    margin-left: 8px;
  }
  .cx-list .cx-list-thumbnail-template cx-image-thumbnail .cx-image-container,
  .cx-list .cx-list-drag-handle-template mat-icon.cx-list-drag-handle {
    margin-right: 12px;
  }
}
cx-list.cx-list-clickable .cx-list-item:hover,
cx-list.cx-list-clickable .cx-flat-list-option:hover,
cx-list.cx-list-clickable .cx-list-option:hover,
cx-listbox.cx-list-clickable .cx-list-item:hover,
cx-listbox.cx-list-clickable .cx-flat-list-option:hover,
cx-listbox.cx-list-clickable .cx-list-option:hover,
cx-flat-listbox.cx-list-clickable .cx-list-item:hover,
cx-flat-listbox.cx-list-clickable .cx-flat-list-option:hover,
cx-flat-listbox.cx-list-clickable .cx-list-option:hover,
cx-flat-list.cx-list-clickable .cx-list-item:hover,
cx-flat-list.cx-list-clickable .cx-flat-list-option:hover,
cx-flat-list.cx-list-clickable .cx-list-option:hover {
  background: rgba(115, 115, 115, 0.16);
}
cx-list.cx-list-clickable .cx-list-item:active,
cx-list.cx-list-clickable .cx-flat-list-option:active,
cx-list.cx-list-clickable .cx-list-option:active,
cx-listbox.cx-list-clickable .cx-list-item:active,
cx-listbox.cx-list-clickable .cx-flat-list-option:active,
cx-listbox.cx-list-clickable .cx-list-option:active,
cx-flat-listbox.cx-list-clickable .cx-list-item:active,
cx-flat-listbox.cx-list-clickable .cx-flat-list-option:active,
cx-flat-listbox.cx-list-clickable .cx-list-option:active,
cx-flat-list.cx-list-clickable .cx-list-item:active,
cx-flat-list.cx-list-clickable .cx-flat-list-option:active,
cx-flat-list.cx-list-clickable .cx-list-option:active {
  background: rgba(115, 115, 115, 0.24);
}
cx-list.cdk-drop-list cx-list-item.cdk-drag,
cx-list.cdk-drop-list cx-list-option.cdk-drag,
cx-list.cdk-drop-list cx-table-menu-item.cdk-drag,
cx-listbox.cdk-drop-list cx-list-item.cdk-drag,
cx-listbox.cdk-drop-list cx-list-option.cdk-drag,
cx-listbox.cdk-drop-list cx-table-menu-item.cdk-drag,
.cx-table-menu-drag-zone.cdk-drop-list cx-list-item.cdk-drag,
.cx-table-menu-drag-zone.cdk-drop-list cx-list-option.cdk-drag,
.cx-table-menu-drag-zone.cdk-drop-list cx-table-menu-item.cdk-drag {
  display: flex;
  background: #fff;
}
cx-list cx-list-item,
cx-list cx-table-menu-item,
cx-listbox cx-list-item,
cx-listbox cx-table-menu-item,
.cx-table-menu-drag-zone cx-list-item,
.cx-table-menu-drag-zone cx-table-menu-item {
  flex-grow: 1 !important;
}
@supports selector(:has(*)) {
  cx-list .cdk-drag:not(.cdk-option, :has(.cdk-drag-handle)),
  cx-list .cdk-drag-handle,
  cx-listbox .cdk-drag:not(.cdk-option, :has(.cdk-drag-handle)),
  cx-listbox .cdk-drag-handle,
  .cx-table-menu-drag-zone .cdk-drag:not(.cdk-option, :has(.cdk-drag-handle)),
  .cx-table-menu-drag-zone .cdk-drag-handle {
    cursor: move !important;
  }
}
@supports not selector(:has(*)) {
  cx-list .cursor-move,
  cx-list .cdk-drag-handle,
  cx-listbox .cursor-move,
  cx-listbox .cdk-drag-handle,
  .cx-table-menu-drag-zone .cursor-move,
  .cx-table-menu-drag-zone .cdk-drag-handle {
    cursor: move !important;
  }
}
cx-list .cdk-drag-placeholder,
cx-listbox .cdk-drag-placeholder,
.cx-table-menu-drag-zone .cdk-drag-placeholder {
  background: #f3e6f6;
  border: dashed 1px #9e2ab5;
  min-height: 56px;
}
cx-list .cdk-drag-animating cx-list-item:not(.cdk-drag-placeholder),
cx-list .cdk-drag-animating cx-list-option:not(.cdk-drag-placeholder),
cx-list .cdk-drag-animating cx-table-menu-item:not(.cdk-drag-placeholder),
cx-list .cdk-drag-placeholder cx-list-item:not(.cdk-drag-placeholder),
cx-list .cdk-drag-placeholder cx-list-option:not(.cdk-drag-placeholder),
cx-list .cdk-drag-placeholder cx-table-menu-item:not(.cdk-drag-placeholder),
cx-list.cdk-drop-list-dragging cx-list-item:not(.cdk-drag-placeholder),
cx-list.cdk-drop-list-dragging cx-list-option:not(.cdk-drag-placeholder),
cx-list.cdk-drop-list-dragging cx-table-menu-item:not(.cdk-drag-placeholder),
cx-listbox .cdk-drag-animating cx-list-item:not(.cdk-drag-placeholder),
cx-listbox .cdk-drag-animating cx-list-option:not(.cdk-drag-placeholder),
cx-listbox .cdk-drag-animating cx-table-menu-item:not(.cdk-drag-placeholder),
cx-listbox .cdk-drag-placeholder cx-list-item:not(.cdk-drag-placeholder),
cx-listbox .cdk-drag-placeholder cx-list-option:not(.cdk-drag-placeholder),
cx-listbox .cdk-drag-placeholder cx-table-menu-item:not(.cdk-drag-placeholder),
cx-listbox.cdk-drop-list-dragging cx-list-item:not(.cdk-drag-placeholder),
cx-listbox.cdk-drop-list-dragging cx-list-option:not(.cdk-drag-placeholder),
cx-listbox.cdk-drop-list-dragging cx-table-menu-item:not(.cdk-drag-placeholder),
.cx-table-menu-drag-zone .cdk-drag-animating cx-list-item:not(.cdk-drag-placeholder),
.cx-table-menu-drag-zone .cdk-drag-animating cx-list-option:not(.cdk-drag-placeholder),
.cx-table-menu-drag-zone .cdk-drag-animating cx-table-menu-item:not(.cdk-drag-placeholder),
.cx-table-menu-drag-zone .cdk-drag-placeholder cx-list-item:not(.cdk-drag-placeholder),
.cx-table-menu-drag-zone .cdk-drag-placeholder cx-list-option:not(.cdk-drag-placeholder),
.cx-table-menu-drag-zone .cdk-drag-placeholder cx-table-menu-item:not(.cdk-drag-placeholder),
.cx-table-menu-drag-zone.cdk-drop-list-dragging cx-list-item:not(.cdk-drag-placeholder),
.cx-table-menu-drag-zone.cdk-drop-list-dragging cx-list-option:not(.cdk-drag-placeholder),
.cx-table-menu-drag-zone.cdk-drop-list-dragging cx-table-menu-item:not(.cdk-drag-placeholder) {
  cursor: move;
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
cx-list-item.cdk-drag-preview,
cx-list-option.cdk-drag-preview,
cx-table-menu-item.cdk-drag-preview {
  border: 1px solid #9e2ab5;
  box-shadow: 0 8px 16px rgba(32, 32, 32, 0.16);
  background: #fff;
}
.cx-list-drag-handle-secondary {
  margin-left: 8px;
  color: #9a9a9a;
}
cx-list.cx-list-missing-icons-align .cx-list-item .cx-list-fill-icon-space,
cx-listbox.cx-list-missing-icons-align .cx-list-item .cx-list-fill-icon-space,
cx-flat-list.cx-list-missing-icons-align .cx-list-item .cx-list-fill-icon-space {
  margin-left: 36px;
}
.mat-form-field-appearance-outline.cx-no-subscript .mat-mdc-text-field-wrapper {
  margin-top: 0;
}
.mat-form-field-appearance-outline.cx-no-subscript .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.mat-form-field-appearance-outline.cx-readonly .mat-mdc-form-field-hint {
  display: none;
}
.mat-form-field-appearance-outline.cx-readonly:not(.mdc-text-field--disabled) ::placeholder {
  visibility: hidden;
}
.mat-form-field-appearance-outline.cx-readonly:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.mat-form-field-appearance-outline.cx-readonly:not(.mdc-text-field--disabled) .mdc-notched-outline__leading {
  border: none !important;
}
.mat-form-field-appearance-outline.cx-readonly:not(.mdc-text-field--disabled) .mat-mdc-select-arrow-wrapper,
.mat-form-field-appearance-outline.cx-readonly:not(.mdc-text-field--disabled) .mat-datepicker-toggle {
  display: none;
}
.mat-form-field-appearance-outline.cx-readonly:not(.mdc-text-field--disabled).mat-mdc-form-field-type-mat-select,
.mat-form-field-appearance-outline.cx-readonly:not(.mdc-text-field--disabled).mat-mdc-form-field-type-mat-select .mat-mdc-floating-label.mdc-floating-label,
.mat-form-field-appearance-outline.cx-readonly:not(.mdc-text-field--disabled).mat-mdc-form-field-type-mat-date-range-input {
  pointer-events: none !important;
}
.mat-form-field-appearance-outline.cx-readonly:not(.mdc-text-field--disabled) .mat-mdc-select-value-text,
.mat-form-field-appearance-outline.cx-readonly:not(.mdc-text-field--disabled) .mat-date-range-input,
.mat-form-field-appearance-outline.cx-readonly:not(.mdc-text-field--disabled) .mat-mdc-input-element.mdc-text-field__input {
  color: #202020;
}
.mat-form-field-appearance-outline.cx-readonly:not(.mdc-text-field--disabled) .mat-mdc-text-field-wrapper {
  background: #fff;
  border: 1px dotted #b0b0b0;
}
.mat-form-field-appearance-outline.cx-top-prefix-and-suffix .mat-mdc-form-field-text-suffix,
.mat-form-field-appearance-outline.cx-top-prefix-and-suffix .mat-mdc-form-field-text-prefix,
.mat-form-field-appearance-outline.cx-top-prefix-and-suffix .mat-mdc-form-field-icon-suffix,
.mat-form-field-appearance-outline.cx-top-prefix-and-suffix .mat-mdc-form-field-icon-prefix {
  margin: 0 auto auto !important;
}
.mat-mdc-icon-button.cx-carousel-nav-button {
  line-height: 0 !important;
}
.cx-dialog-heart-beat .mat-mdc-dialog-surface.mdc-dialog__surface {
  padding-top: 0;
}
.cx-floating-button-green.mat-mdc-fab.mat-primary {
  background: #00a97a !important;
}
.cx-floating-button-green.mat-mdc-fab.mat-primary .mat-ripple-element {
  background: #202020 !important;
  opacity: 0.24 !important;
}
.cx-floating-button-green.mat-mdc-fab.mat-primary:hover > .mat-mdc-button-persistent-ripple {
  background: #202020 !important;
  opacity: 0.16 !important;
}
.cx-floating-button-green.mat-mdc-fab.mat-primary.cx-floating-button-no-expand:hover > .mat-mdc-button-persistent-ripple {
  background: #202020;
  opacity: 0.16;
  box-shadow: 0 8px 16px rgba(32, 32, 32, 0.16);
}
cx-sidebar-container.mat-drawer-container-has-open cx-sidebar {
  transform: none !important;
}
cx-sidebar {
  transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
cx-sidebar.mat-drawer-opened.mat-drawer-fixed {
  transform: none !important;
}
.cx-sidebar-portal-container {
  height: 100%;
}
.cx-sidebar-portal-container > * {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cx-image-fit-cover .cx-image {
  object-fit: cover !important;
}
cx-image-thumbnail.cx-image-border-radius .cx-image-container {
  overflow: hidden;
}
cx-image-thumbnail.cx-image-crop-circle .cx-image-container {
  border-radius: 50%;
  overflow: hidden;
}
cx-menu-item mat-icon.x-small-icon {
  margin: 0 8px 0 16px !important;
  position: absolute;
  right: 0;
  align-self: center;
}
cx-menu-item span[class*=icon-] {
  margin-right: 16px;
}
.cx-menu-button > .mat-mdc-button-persistent-ripple {
  display: none !important;
}
.cx-menu-button.mdc-button[disabled]:hover {
  background: transparent !important;
}
.cx-menu-button:hover {
  background: rgba(115, 115, 115, 0.16) !important;
}
button.cx-menu-button-opened,
div.cx-menu-button-opened button {
  background: rgba(115, 115, 115, 0.24) !important;
}
.cx-container-for-menu-trigger {
  font-family:
    "BBraun Type Digital",
    arial,
    "Helvetica Neue",
    helvetica,
    sans-serif;
}
.cx-container-for-menu-trigger .cx-menu-trigger {
  font-family: inherit;
}
#cx-devtools .cx-floating-base-button {
  right: unset;
  left: 96px;
  z-index: 1000;
}
#cx-devtools .cx-floating-button-menu {
  right: unset !important;
  left: 5% !important;
  z-index: 1000;
}
#cx-devtools .cx-floating-button-menu .cx-button-menu-item {
  right: 0;
}
span.cx-badge,
span.cx-badge-secondary,
span.cx-badge-secondary-gray,
span.cx-badge-secondary-sand,
span.cx-badge-secondary-light-green,
span.cx-badge-secondary-yellow,
span.cx-badge-secondary-red,
span.cx-badge-secondary-blue,
span.cx-badge-secondary-green,
span.cx-badge-secondary-purple,
span.cx-badge-primary,
span.cx-badge-primary-gray,
span.cx-badge-primary-sand,
span.cx-badge-primary-light-green,
span.cx-badge-primary-yellow,
span.cx-badge-primary-red,
span.cx-badge-primary-blue,
span.cx-badge-primary-green,
span.cx-badge-primary-purple {
  font-size: 14px;
  font-weight: normal;
  padding: 2px 8px;
  border-radius: 8px;
  display: inline-block;
}
span.cx-badge-primary,
span.cx-badge-primary-gray,
span.cx-badge-primary-sand,
span.cx-badge-primary-light-green,
span.cx-badge-primary-yellow,
span.cx-badge-primary-red,
span.cx-badge-primary-blue,
span.cx-badge-primary-green,
span.cx-badge-primary-purple {
  color: #202020;
}
span.cx-badge-primary-purple {
  background: #ead1ef;
}
span.cx-badge-primary-green {
  background: #baf4e6;
}
span.cx-badge-primary-blue {
  background: #d3ecff;
}
span.cx-badge-primary-red {
  background: #f2d2d3;
}
span.cx-badge-primary-yellow {
  background: #f7d59b;
}
span.cx-badge-primary-light-green {
  background: #d6e37d;
}
span.cx-badge-primary-sand {
  background: #dfdbd3;
}
span.cx-badge-primary-gray {
  background: #dbdbdb;
}
span.cx-badge-secondary,
span.cx-badge-secondary-gray,
span.cx-badge-secondary-sand,
span.cx-badge-secondary-light-green,
span.cx-badge-secondary-yellow,
span.cx-badge-secondary-red,
span.cx-badge-secondary-blue,
span.cx-badge-secondary-green,
span.cx-badge-secondary-purple {
  color: #fff;
}
span.cx-badge-secondary-purple {
  background: #9e2ab5;
}
span.cx-badge-secondary-green {
  background: #00a97a;
}
span.cx-badge-secondary-blue {
  background: #2da0d3;
}
span.cx-badge-secondary-red {
  background: #eb0000;
}
span.cx-badge-secondary-yellow {
  background: #fecc00;
  color: #202020;
}
span.cx-badge-secondary-light-green {
  background: #87a42f;
}
span.cx-badge-secondary-sand {
  background: #888681;
}
span.cx-badge-secondary-gray {
  background: #202020;
}
span.cx-badge-notification,
span.cx-badge-notification-lg,
span.cx-badge-notification-lg-icon,
span.cx-badge-notification-md,
span.cx-badge-notification-md-icon,
span.cx-badge-notification-sm,
span.cx-badge-notification-sm-icon {
  border-radius: 50px;
  background-color: #9e2ab5;
  color: #fff;
}
span.cx-badge-notification-sm,
span.cx-badge-notification-sm-icon {
  height: 10px;
  width: 10px;
}
span.cx-badge-notification-sm-icon {
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 12px;
  font-size: xx-small;
}
span.cx-badge-notification-md,
span.cx-badge-notification-md-icon {
  padding: 0 4.5px;
  font-size: 9px;
  line-height: 14px;
  height: 14px;
}
span.cx-badge-notification-md-icon {
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 16px;
}
span.cx-badge-notification-lg,
span.cx-badge-notification-lg-icon {
  padding: 0 7px;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
}
span.cx-badge-notification-lg-icon {
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 24px;
}
div.cx-badge {
  position: relative;
  display: inline-flex;
}
button.mdc-icon-button .cx-badge-notification-sm-icon {
  font-weight: normal;
  left: 18px !important;
  top: 6px !important;
}
button.mdc-icon-button .cx-badge-notification-md-icon {
  font-weight: normal;
  left: 20px !important;
  top: 4px !important;
}
button.mdc-icon-button .cx-badge-notification-lg-icon {
  font-weight: normal;
  left: 30px !important;
  top: 6px !important;
}
.cx-profile-dropdown-menu.mat-mdc-menu-panel .cx-profile-dropdown-data,
.cx-profile-dropdown-menu.mat-mdc-menu-panel .mat-mdc-menu-item .mdc-list-item__primary-text span:has(+ .x-small-icon) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
cx-profile-dropdown .cx-menu-button-opened .mat-mdc-icon-button.cx-profile-dropdown-trigger {
  background: rgba(255, 255, 255, 0.24) !important;
}
.cx-profile-dropdown-menu.mat-mdc-menu-panel.mat-mdc-menu-panel {
  width: 300px;
  max-width: 300px;
  min-width: 300px;
}
.cx-profile-dropdown-menu.mat-mdc-menu-panel .mat-mdc-menu-item .mdc-list-item__primary-text span:has(+ .x-small-icon) {
  width: 200px;
}
.cx-profile-dropdown-menu.mat-mdc-menu-panel .cx-profile-dropdown-data {
  width: 224px;
}
.cx-popover {
  position: relative;
}
.cx-popover:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-top: 1px solid;
  border-left: 1px solid;
  background-color: white;
}
.cx-popover.cx-popover-theme-accent .mdc-button[mat-stroked-button]:not(.mdc-button[disabled]) {
  color: white;
  border: none;
}
.cx-popover.cx-popover-theme-accent .mdc-button[mat-flat-button].mat-accent:not(.mdc-button[disabled]) {
  border: 1px solid white;
}
.cx-popover-top .cx-popover {
  margin-bottom: 11px;
}
.cx-popover-top .cx-popover:before {
  top: calc(100% - 7.5px);
  transform: rotate(225deg);
}
.cx-popover-top-center .cx-popover:before {
  left: calc(50% - 6px);
}
.cx-popover-top-start .cx-popover-body {
  margin-right: -32px;
}
.cx-popover-top-start .cx-popover:before {
  left: calc(100% - 6px);
}
.cx-popover-top-end .cx-popover-body {
  margin-left: -32px;
}
.cx-popover-top-end .cx-popover:before {
  left: -6px;
}
.cx-popover-bottom .cx-popover {
  margin-top: 11px;
}
.cx-popover-bottom .cx-popover:before {
  bottom: calc(100% - 7px);
  transform: rotate(45deg);
}
.cx-popover-bottom-center .cx-popover:before {
  left: calc(50% - 6px);
}
.cx-popover-bottom-start .cx-popover-body {
  margin-right: -32px;
}
.cx-popover-bottom-start .cx-popover:before {
  left: calc(100% - 6px);
}
.cx-popover-bottom-end .cx-popover-body {
  margin-left: -32px;
}
.cx-popover-bottom-end .cx-popover:before {
  left: -6px;
}
.cx-popover-left .cx-popover {
  margin-right: 11px;
}
.cx-popover-left .cx-popover:before {
  left: calc(100% - 7.5px);
  transform: rotate(135deg);
}
.cx-popover-left-center .cx-popover:before {
  top: calc(50% - 6px);
}
.cx-popover-left-start .cx-popover-body {
  margin-bottom: -32px;
}
.cx-popover-left-start .cx-popover:before {
  top: calc(100% - 6px);
}
.cx-popover-left-end .cx-popover-body {
  margin-top: -32px;
}
.cx-popover-left-end .cx-popover:before {
  top: -6px;
}
.cx-popover-right .cx-popover {
  margin-left: 11px;
}
.cx-popover-right .cx-popover:before {
  right: calc(100% - 7px);
  transform: rotate(-45deg);
}
.cx-popover-right-center .cx-popover:before {
  top: calc(50% - 6px);
}
.cx-popover-right-start .cx-popover-body {
  margin-bottom: -32px;
}
.cx-popover-right-start .cx-popover:before {
  top: calc(100% - 6px);
}
.cx-popover-right-end .cx-popover-body {
  margin-top: -32px;
}
.cx-popover-right-end .cx-popover:before {
  top: -6px;
}

/* node_modules/@bbraun/cortex-icons/src/style.css */
@font-face {
  font-family: "BBraun-Icon-Font";
  src:
    url("./media/BBraun-Icon-Font.ttf?swgvmy") format("truetype"),
    url("./media/BBraun-Icon-Font.woff?swgvmy") format("woff"),
    url("./media/BBraun-Icon-Font.svg?swgvmy#BBraun-Icon-Font") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "BBraun-Icon-Font" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-2d:before {
  content: "\e900";
}
.icon-3d:before {
  content: "\e901";
}
.icon-123:before {
  content: "\e902";
}
.icon-abpm:before {
  content: "\e903";
}
.icon-account-circle:before {
  content: "\e904";
}
.icon-activate-standby:before {
  content: "\e905";
}
.icon-add-1:before {
  content: "\e906";
}
.icon-add-a-photo:before {
  content: "\e907";
}
.icon-add-comment:before {
  content: "\e908";
}
.icon-add-person:before {
  content: "\e909";
}
.icon-add:before {
  content: "\e90a";
}
.icon-adimea:before {
  content: "\e90b";
}
.icon-alarm:before {
  content: "\e90c";
}
.icon-analog-gain:before {
  content: "\e90d";
}
.icon-analytics:before {
  content: "\e90e";
}
.icon-application:before {
  content: "\e90f";
}
.icon-approve:before {
  content: "\e910";
}
.icon-apps:before {
  content: "\e911";
}
.icon-archive:before {
  content: "\e912";
}
.icon-arrow-back:before {
  content: "\e913";
}
.icon-arrow-downward:before {
  content: "\e914";
}
.icon-arrow-forward:before {
  content: "\e915";
}
.icon-arrow-upward:before {
  content: "\e916";
}
.icon-arterial-bolus:before {
  content: "\e917";
}
.icon-attatch-file:before {
  content: "\e918";
}
.icon-backwards:before {
  content: "\e919";
}
.icon-badge:before {
  content: "\e91a";
}
.icon-battery:before {
  content: "\e91b";
}
.icon-bicarbonat-cartridge:before {
  content: "\e91c";
}
.icon-biologic-rr-parameters:before {
  content: "\e91d";
}
.icon-blood-pressure:before {
  content: "\e91e";
}
.icon-bloodside-parameters:before {
  content: "\e91f";
}
.icon-bookmark:before {
  content: "\e920";
}
.icon-brightness-medium:before {
  content: "\e921";
}
.icon-bypass-main-connect:before {
  content: "\e922";
}
.icon-calculate:before {
  content: "\e923";
}
.icon-calendar-month:before {
  content: "\e924";
}
.icon-calendar:before {
  content: "\e925";
}
.icon-call:before {
  content: "\e926";
}
.icon-camera-head:before {
  content: "\e927";
}
.icon-cancel:before {
  content: "\e928";
}
.icon-change-bic-cartridge:before {
  content: "\e929";
}
.icon-change:before {
  content: "\e92a";
}
.icon-check-circle:before {
  content: "\e92b";
}
.icon-check:before {
  content: "\e92c";
}
.icon-chevron-medium:before {
  content: "\e92d";
}
.icon-close-medium:before {
  content: "\e92e";
}
.icon-close-small:before {
  content: "\e92f";
}
.icon-close:before {
  content: "\e930";
}
.icon-cloud-done:before {
  content: "\e931";
}
.icon-cloud-off:before {
  content: "\e932";
}
.icon-cockpit:before {
  content: "\e933";
}
.icon-connect-patient:before {
  content: "\e934";
}
.icon-connected-devices:before {
  content: "\e935";
}
.icon-contract:before {
  content: "\e936";
}
.icon-contrast:before {
  content: "\e937";
}
.icon-copy:before {
  content: "\e938";
}
.icon-cord:before {
  content: "\e939";
}
.icon-create:before {
  content: "\e93a";
}
.icon-dark-mode:before {
  content: "\e93b";
}
.icon-date:before {
  content: "\e93c";
}
.icon-deep--view:before {
  content: "\e93d";
}
.icon-delete:before {
  content: "\e93e";
}
.icon-description:before {
  content: "\e93f";
}
.icon-desktop-windows:before {
  content: "\e940";
}
.icon-dialysate-side:before {
  content: "\e941";
}
.icon-dialyser-tab:before {
  content: "\e942";
}
.icon-dialyser:before {
  content: "\e943";
}
.icon-disinfection:before {
  content: "\e944";
}
.icon-download:before {
  content: "\e945";
}
.icon-drag-indicator:before {
  content: "\e946";
}
.icon-drug:before {
  content: "\e947";
}
.icon-edge-enhancement:before {
  content: "\e948";
}
.icon-edit-square:before {
  content: "\e949";
}
.icon-edit-write:before {
  content: "\e94a";
}
.icon-empty-dialyzer:before {
  content: "\e94b";
}
.icon-enter-eq:before {
  content: "\e94c";
}
.icon-error:before {
  content: "\e94d";
}
.icon-expand-less:before {
  content: "\e94e";
}
.icon-expand-more:before {
  content: "\e94f";
}
.icon-favorite:before {
  content: "\e950";
}
.icon-female:before {
  content: "\e951";
}
.icon-filter-alt-off:before {
  content: "\e952";
}
.icon-filter-tab:before {
  content: "\e953";
}
.icon-filter:before {
  content: "\e954";
}
.icon-finish:before {
  content: "\e955";
}
.icon-first-page:before {
  content: "\e956";
}
.icon-fluid:before {
  content: "\e957";
}
.icon-folder:before {
  content: "\e958";
}
.icon-forwards:before {
  content: "\e959";
}
.icon-grid-removal:before {
  content: "\e95a";
}
.icon-group:before {
  content: "\e95b";
}
.icon-hard-drive:before {
  content: "\e95c";
}
.icon-hct:before {
  content: "\e95d";
}
.icon-hdf:before {
  content: "\e95e";
}
.icon-help:before {
  content: "\e95f";
}
.icon-heparin:before {
  content: "\e960";
}
.icon-highlight:before {
  content: "\e961";
}
.icon-history:before {
  content: "\e962";
}
.icon-home:before {
  content: "\e963";
}
.icon-horizon-control:before {
  content: "\e964";
}
.icon-image-layout:before {
  content: "\e965";
}
.icon-Image-mode-sequence:before {
  content: "\e966";
}
.icon-image-optimized-for:before {
  content: "\e967";
}
.icon-import-export:before {
  content: "\e968";
}
.icon-info:before {
  content: "\e969";
}
.icon-ios-share:before {
  content: "\e96a";
}
.icon-ktv:before {
  content: "\e96b";
}
.icon-kuf-max:before {
  content: "\e96c";
}
.icon-lab:before {
  content: "\e96d";
}
.icon-language-selection:before {
  content: "\e96e";
}
.icon-laptop-mac:before {
  content: "\e96f";
}
.icon-laser-on:before {
  content: "\e970";
}
.icon-last-page:before {
  content: "\e971";
}
.icon-library-check:before {
  content: "\e972";
}
.icon-light-mode:before {
  content: "\e973";
}
.icon-light-off:before {
  content: "\e974";
}
.icon-light:before {
  content: "\e975";
}
.icon-limits:before {
  content: "\e976";
}
.icon-link:before {
  content: "\e977";
}
.icon-liquid-flow:before {
  content: "\e978";
}
.icon-list-menu-protocol:before {
  content: "\e979";
}
.icon-location-on:before {
  content: "\e97a";
}
.icon-lock-open:before {
  content: "\e97b";
}
.icon-lock:before {
  content: "\e97c";
}
.icon-login:before {
  content: "\e97d";
}
.icon-logout:before {
  content: "\e97e";
}
.icon-mail:before {
  content: "\e97f";
}
.icon-male:before {
  content: "\e980";
}
.icon-man:before {
  content: "\e981";
}
.icon-man2:before {
  content: "\e982";
}
.icon-manage-accounts:before {
  content: "\e983";
}
.icon-map:before {
  content: "\e984";
}
.icon-material:before {
  content: "\e985";
}
.icon-medication:before {
  content: "\e986";
}
.icon-menu-open:before {
  content: "\e987";
}
.icon-menu:before {
  content: "\e988";
}
.icon-message-reminder:before {
  content: "\e989";
}
.icon-min-uf:before {
  content: "\e98a";
}
.icon-more-vert:before {
  content: "\e98b";
}
.icon-more:before {
  content: "\e98c";
}
.icon-moving-ministry:before {
  content: "\e98d";
}
.icon-multiple-results:before {
  content: "\e98e";
}
.icon-mute-alarm:before {
  content: "\e98f";
}
.icon-navigate-before:before {
  content: "\e990";
}
.icon-navigate-next:before {
  content: "\e991";
}
.icon-nexadia-send-data:before {
  content: "\e992";
}
.icon-nexadia-connection-live:before {
  content: "\e993";
}
.icon-nexadia-connection-lost:before {
  content: "\e994";
}
.icon-nexadia-issue:before {
  content: "\e995";
}
.icon-nexadia-send-data1:before {
  content: "\e996";
}
.icon-noise-reduction:before {
  content: "\e997";
}
.icon-notification-active:before {
  content: "\e998";
}
.icon-notifications:before {
  content: "\e999";
}
.icon-on-off-standby:before {
  content: "\e99a";
}
.icon-open-in-full:before {
  content: "\e99b";
}
.icon-open-in-new:before {
  content: "\e99c";
}
.icon-open-web-applicationt:before {
  content: "\e99d";
}
.icon-organisations:before {
  content: "\e99e";
}
.icon-parameter:before {
  content: "\e99f";
}
.icon-patientcard-delete:before {
  content: "\e9a0";
}
.icon-patientcard-download:before {
  content: "\e9a1";
}
.icon-patientcard-upload:before {
  content: "\e9a2";
}
.icon-pause:before {
  content: "\e9a3";
}
.icon-phone-iphone:before {
  content: "\e9a4";
}
.icon-picture-in-picture:before {
  content: "\e9a5";
}
.icon-picture-next-to-picture:before {
  content: "\e9a6";
}
.icon-play:before {
  content: "\e9a7";
}
.icon-pressure-level-adjustment:before {
  content: "\e9a8";
}
.icon-primary-infusion:before {
  content: "\e9a9";
}
.icon-print:before {
  content: "\e9aa";
}
.icon-procedure:before {
  content: "\e9ab";
}
.icon-products:before {
  content: "\e9ac";
}
.icon-profile:before {
  content: "\e9ad";
}
.icon-progress-activity:before {
  content: "\e9ae";
}
.icon-push-pin:before {
  content: "\e9af";
}
.icon-qr-code-scanner:before {
  content: "\e9b0";
}
.icon-question-answer:before {
  content: "\e9b1";
}
.icon-redo:before {
  content: "\e9b2";
}
.icon-remove:before {
  content: "\e9b3";
}
.icon-repair-box:before {
  content: "\e9b4";
}
.icon-reset:before {
  content: "\e9b5";
}
.icon-resize-handle:before {
  content: "\e9b6";
}
.icon-risk:before {
  content: "\e9b7";
}
.icon-rotate-180:before {
  content: "\e9b8";
}
.icon-saturation:before {
  content: "\e9b9";
}
.icon-save-to-profile:before {
  content: "\e9ba";
}
.icon-save:before {
  content: "\e9bb";
}
.icon-search:before {
  content: "\e9bc";
}
.icon-secondary-infusion:before {
  content: "\e9bd";
}
.icon-send:before {
  content: "\e9be";
}
.icon-settings-fill:before {
  content: "\e9bf";
}
.icon-settings:before {
  content: "\e9c0";
}
.icon-share:before {
  content: "\e9c1";
}
.icon-sharp-picutre-as-pdf:before {
  content: "\e9c2";
}
.icon-shield-person:before {
  content: "\e9c3";
}
.icon-shop:before {
  content: "\e9c4";
}
.icon-shutter-control:before {
  content: "\e9c5";
}
.icon-signal-wifi-connected-no-internet:before {
  content: "\e9c6";
}
.icon-single-needle:before {
  content: "\e9c7";
}
.icon-smoke-reduction:before {
  content: "\e9c8";
}
.icon-speciality:before {
  content: "\e9c9";
}
.icon-split-screen:before {
  content: "\e9ca";
}
.icon-standby-function:before {
  content: "\e9cb";
}
.icon-start-play-run:before {
  content: "\e9cc";
}
.icon-start:before {
  content: "\e9cd";
}
.icon-stop-end:before {
  content: "\e9ce";
}
.icon-stopwatch:before {
  content: "\e9cf";
}
.icon-storage:before {
  content: "\e9d0";
}
.icon-swap-icon:before {
  content: "\e9d1";
}
.icon-sync:before {
  content: "\e9d2";
}
.icon-system-notifications:before {
  content: "\e9d3";
}
.icon-tablet-mac:before {
  content: "\e9d4";
}
.icon-time:before {
  content: "\e9d5";
}
.icon-timer-wait-meter-out:before {
  content: "\e9d6";
}
.icon-transgender:before {
  content: "\e9d7";
}
.icon-uf:before {
  content: "\e9d8";
}
.icon-undo:before {
  content: "\e9d9";
}
.icon-unlink:before {
  content: "\e9da";
}
.icon-upload-import:before {
  content: "\e9db";
}
.icon-usb:before {
  content: "\e9dc";
}
.icon-video:before {
  content: "\e9dd";
}
.icon-videocam:before {
  content: "\e9de";
}
.icon-view-column:before {
  content: "\e9df";
}
.icon-visibility-off:before {
  content: "\e9e0";
}
.icon-visibility-on:before {
  content: "\e9e1";
}
.icon-vital-signs:before {
  content: "\e9e2";
}
.icon-volume-off:before {
  content: "\e9e3";
}
.icon-volume-up:before {
  content: "\e9e4";
}
.icon-volume:before {
  content: "\e9e5";
}
.icon-wand:before {
  content: "\e9e6";
}
.icon-warning:before {
  content: "\e9e7";
}
.icon-water-off:before {
  content: "\e9e8";
}
.icon-water-on:before {
  content: "\e9e9";
}
.icon-weekly:before {
  content: "\e9ea";
}
.icon-weight:before {
  content: "\e9eb";
}
.icon-white-balance:before {
  content: "\e9ec";
}
.icon-wifi-noconnection:before {
  content: "\e9ed";
}
.icon-wifi:before {
  content: "\e9ee";
}
.icon-window-size:before {
  content: "\e9ef";
}
.icon-zauberhut:before {
  content: "\e9f0";
}
.icon-zoom-in:before {
  content: "\e9f1";
}

/* node_modules/@bbraun/cortex-tokens/css/core.css */
:root {
  --color-green-10: #e8f7f0;
  --color-green-20: #d6f0e4;
  --color-green-30: #aae4cb;
  --color-green-40: #00c696;
  --color-green-50: #00b482;
  --color-green-60: #00a97a;
  --color-green-70: #009771;
  --color-green-80: #008762;
  --color-green-90: #007154;
  --color-green-100: #00664a;
  --color-green-110: #00513b;
  --color-green-120: #003929;
  --color-purple-10: #fbf4fc;
  --color-purple-20: #f3e6f6;
  --color-purple-30: #ead1ef;
  --color-purple-40: #e1b6e9;
  --color-purple-50: #db95e7;
  --color-purple-60: #d76eeb;
  --color-purple-70: #bd32d9;
  --color-purple-80: #ae44c1;
  --color-purple-90: #9e2ab5;
  --color-purple-100: #832b93;
  --color-purple-110: #711e82;
  --color-purple-120: #4a1e52;
  --color-sand-10: #faf9f5;
  --color-sand-20: #f0ede6;
  --color-sand-30: #dfdbd3;
  --color-sand-40: #cac6bf;
  --color-sand-50: #b3b0a9;
  --color-sand-60: #9c9a94;
  --color-sand-70: #888681;
  --color-sand-80: #74746f;
  --color-sand-90: #64645f;
  --color-sand-100: #555451;
  --color-sand-110: #464643;
  --color-sand-120: #31312e;
  --color-gray-10: #f9f9f9;
  --color-gray-20: #ececec;
  --color-gray-30: #dbdbdb;
  --color-gray-40: #c6c6c6;
  --color-gray-50: #b0b0b0;
  --color-gray-60: #9a9a9a;
  --color-gray-70: #868686;
  --color-gray-80: #737373;
  --color-gray-90: #636363;
  --color-gray-100: #545454;
  --color-gray-110: #454545;
  --color-gray-120: #202020;
  --color-blue-10: #e3f3ff;
  --color-blue-20: #d3ecff;
  --color-blue-30: #aadeff;
  --color-blue-40: #6eceff;
  --color-blue-50: #04bcf4;
  --color-blue-60: #06adea;
  --color-blue-70: #2da0d3;
  --color-blue-80: #278eb4;
  --color-blue-90: #02708e;
  --color-blue-100: #035877;
  --color-blue-110: #01526c;
  --color-blue-120: #013c50;
  --color-light-green-10: #f7f9ea;
  --color-light-green-20: #eaf0c3;
  --color-light-green-30: #d6e37d;
  --color-light-green-40: #bfcf00;
  --color-light-green-50: #a2b926;
  --color-light-green-60: #87a42f;
  --color-light-green-70: #738f32;
  --color-light-green-80: #647b31;
  --color-light-green-90: #57692e;
  --color-light-green-100: #4a592b;
  --color-light-green-110: #3e4a26;
  --color-light-green-120: #2c331d;
  --color-red-10: #fbf5f5;
  --color-red-20: #f6e8e8;
  --color-red-30: #f2d2d3;
  --color-red-40: #f0b6b9;
  --color-red-50: #f2949b;
  --color-red-60: #f66c7d;
  --color-red-70: #f7385f;
  --color-red-80: #e40147;
  --color-red-90: #ba2749;
  --color-red-100: #9c243f;
  --color-red-110: #832036;
  --color-red-120: #5e1525;
  --color-orange-10: #f9f6ef;
  --color-orange-20: #f7ead0;
  --color-orange-30: #f7d59b;
  --color-orange-40: #f7b95a;
  --color-orange-50: #f29000;
  --color-orange-60: #e18123;
  --color-orange-70: #cb6c13;
  --color-orange-80: #b15d0e;
  --color-orange-90: #994f0a;
  --color-orange-100: #824307;
  --color-orange-110: #6f3805;
  --color-orange-120: #4f2602;
  --color-white-120: #ffffff;
  --color-dark-gray-50: #525252;
  --color-dark-gray-60: #424242;
  --color-dark-gray-70: #303030;
  --color-dark-gray-80: #262626;
  --color-dark-gray-90: #1a1a1a;
  --color-dark-gray-100: #121212;
  --color-dark-gray-110: #050505;
  --color-dark-gray-120: #000000;
  --color-technical-green-10: #e7f9eb;
  --color-technical-green-20: #d2efd7;
  --color-technical-green-30: #bfe3c6;
  --color-technical-green-40: #8fca99;
  --color-technical-green-50: #35d04f;
  --color-technical-green-60: #08c127;
  --color-technical-green-70: #10a429;
  --color-technical-green-80: #06891c;
  --color-technical-green-90: #046c16;
  --color-technical-green-100: #26542e;
  --color-technical-green-110: #2b412f;
  --color-technical-green-120: #022713;
  --color-technical-yellow-10: #fffbeb;
  --color-technical-yellow-20: #fff7d9;
  --color-technical-yellow-30: #ffeda6;
  --color-technical-yellow-40: #fede5c;
  --color-technical-yellow-50: #fecc00;
  --color-technical-yellow-60: #ecbe04;
  --color-technical-yellow-70: #d5ad0a;
  --color-technical-yellow-80: #c09d0e;
  --color-technical-yellow-90: #856b00;
  --color-technical-yellow-100: #615524;
  --color-technical-yellow-110: #514928;
  --color-technical-yellow-120: #332900;
  --color-technical-red-10: #fdebeb;
  --color-technical-red-20: #fcd8d8;
  --color-technical-red-30: #fbc7c7;
  --color-technical-red-40: #ff8585;
  --color-technical-red-50: #f55656;
  --color-technical-red-60: #eb0000;
  --color-technical-red-70: #c73623;
  --color-technical-red-80: #983529;
  --color-technical-red-90: #782f26;
  --color-technical-red-100: #58322d;
  --color-technical-red-110: #3f2a27;
  --color-technical-red-120: #350d0d;
  --color-technical-blue-10: #ecf5f9;
  --color-technical-blue-20: #d1e7f0;
  --color-technical-blue-30: #abd3e3;
  --color-technical-blue-40: #7acfe1;
  --color-technical-blue-50: #00c4f0;
  --color-technical-blue-60: #0aa0c1;
  --color-technical-blue-70: #118ba6;
  --color-technical-blue-80: #007a95;
  --color-technical-blue-90: #026b83;
  --color-technical-blue-100: #02435a;
  --color-technical-blue-110: #013546;
  --color-technical-blue-120: #011e28;
  --color-technical-deepskyblue-60: #0094ff;
  --color-medical-frequency-devices-coag: #03309e;
  --color-medical-frequency-devices-cut: #fff200;
  --color-medical-dialysis-venous-pressure: #1389bf;
  --color-medical-dialysis-arterial-pressure: #bf1318;
  --color-medical-syringe-pumps-bolus: #ff7c00;
  --dimension-0: 0;
  --dimension-1: 0.0625rem;
  --dimension-2: 0.125rem;
  --dimension-4: 0.25rem;
  --dimension-8: 0.5rem;
  --dimension-12: 0.75rem;
  --dimension-14: 0.875rem;
  --dimension-16: 1rem;
  --dimension-18: 1.125rem;
  --dimension-20: 1.25rem;
  --dimension-21: 1.3125rem;
  --dimension-24: 1.5rem;
  --dimension-27: 1.6875rem;
  --dimension-28: 1.75rem;
  --dimension-30: 1.875rem;
  --dimension-32: 2rem;
  --dimension-36: 2.25rem;
  --dimension-48: 3rem;
  --dimension-56: 3.5rem;
  --dimension-64: 4rem;
  --dimension-72: 4.5rem;
  --dimension-76: 4.75rem;
  --dimension-96: 6rem;
  --dimension-128: 8rem;
  --dimension-176: 11rem;
  --dimension-256: 16rem;
  --size-1: 0.0625rem;
  --size-2: 0.125rem;
  --size-12: 0.75rem;
  --size-16: 1rem;
  --size-24: 1.5rem;
  --size-32: 2rem;
  --size-48: 3rem;
  --size-96: 6rem;
  --spacing-0: 0;
  --spacing-1: 0.0625rem;
  --spacing-2: 0.125rem;
  --spacing-4: 0.25rem;
  --spacing-8: 0.5rem;
  --spacing-12: 0.75rem;
  --spacing-16: 1rem;
  --spacing-20: 1.25rem;
  --spacing-24: 1.5rem;
  --spacing-32: 2rem;
  --spacing-36: 2.25rem;
  --spacing-48: 3rem;
  --spacing-64: 4rem;
  --spacing-96: 6rem;
  --spacing-128: 8rem;
  --spacing-176: 11rem;
  --spacing-256: 16rem;
  --radii-0: 0;
  --radii-4: 0.25rem;
  --radii-8: 0.5rem;
  --radii-16: 1rem;
  --radii-32: 2rem;
  --radii-64: 4rem;
  --atoms-radi: 0.5rem;
  --font-family-headline: BBraun Type Digital;
  --font-family-body: BBraun Type Digital;
  --font-family-special: BBraun Type Digital;
  --font-weight-regular: Regular;
  --font-weight-bold: Bold;
  --font-size-8: 0.5rem;
  --font-size-12: 0.75rem;
  --font-size-14: 0.875rem;
  --font-size-16: 1rem;
  --font-size-18: 1.125rem;
  --font-size-20: 1.25rem;
  --font-size-24: 1.5rem;
  --font-size-36: 2.25rem;
  --font-line-height-12: 0.75rem;
  --font-line-height-14: 0.875rem;
  --font-line-height-16: 1rem;
  --font-line-height-18: 1.125rem;
  --font-line-height-21: 1.3125rem;
  --font-line-height-24: 1.5rem;
  --font-line-height-27: 1.6875rem;
  --font-line-height-30: 1.875rem;
  --font-line-height-36: 2.25rem;
  --font-line-height-56: 3.5rem;
  --breakpoints-max-viewport: 120rem;
  --breakpoints-min-viewport: 80rem;
  --breakpoints-max-grid-container: 85.75rem;
  --breakpoints-min-grid-container: 76rem;
  --components-header-hamburger-menu: false;
  --components-header-start: true;
  --components-header-center: true;
  --components-header-end: true;
  --components-padding-atom: 0;
  --components-gap-atom: 0;
  --components-sidenavigation-navigation-rail: false;
  --components-sidenavigation-navigation-drawer: true;
  --layout-columns: 0.75rem;
  --layout-gutter: 2rem;
  --layout-margin: 2rem;
  --layout-fullwidth-margin: 4rem;
  --layout-layout-gap: 2rem;
  --layout-surface-padding: 1.5rem;
  --responsive-size-1: 0.0625rem;
  --responsive-size-2: 0.125rem;
  --responsive-size-12: 0.75rem;
  --responsive-size-16: 1rem;
  --responsive-size-24: 1.5rem;
  --responsive-size-32: 2rem;
  --responsive-size-48: 3rem;
  --responsive-size-72: 4.5rem;
  --responsive-size-96: 6rem;
  --responsive-spacing-0: 0;
  --responsive-spacing-1: 0.0625rem;
  --responsive-spacing-2: 0.125rem;
  --responsive-spacing-4: 0.25rem;
  --responsive-spacing-8: 0.5rem;
  --responsive-spacing-12: 0.75rem;
  --responsive-spacing-16: 1rem;
  --responsive-spacing-20: 1.25rem;
  --responsive-spacing-24: 1.5rem;
  --responsive-spacing-28: 1.75rem;
  --responsive-spacing-32: 2rem;
  --responsive-spacing-36: 2.25rem;
  --responsive-spacing-48: 3rem;
  --responsive-spacing-56: 3.5rem;
  --responsive-spacing-64: 4rem;
  --responsive-spacing-76: 4.75rem;
  --responsive-spacing-96: 6rem;
  --responsive-spacing-128: 8rem;
  --responsive-spacing-176: 11rem;
  --responsive-spacing-256: 16rem;
  --responsive-gap-8: 0.5rem;
  --responsive-gap-12: 0.75rem;
  --responsive-radii-0: 0;
  --responsive-radii-4: 0.25rem;
  --responsive-radii-8: 0.5rem;
  --responsive-radii-16: 1rem;
  --responsive-radii-32: 2rem;
  --responsive-radii-64: 4rem;
  --responsive-font-size-8: 0.5rem;
  --responsive-font-size-12: 0.75rem;
  --responsive-font-size-14: 0.875rem;
  --responsive-font-size-16: 1rem;
  --responsive-font-size-18: 1.125rem;
  --responsive-font-size-20: 1.25rem;
  --responsive-font-size-24: 1.5rem;
  --responsive-font-size-36: 2.25rem;
  --responsive-font-line-height-12: 0.75rem;
  --responsive-font-line-height-14: 0.875rem;
  --responsive-font-line-height-16: 1rem;
  --responsive-font-line-height-18: 1.125rem;
  --responsive-font-line-height-21: 1.3125rem;
  --responsive-font-line-height-24: 1.5rem;
  --responsive-font-line-height-27: 1.6875rem;
  --responsive-font-line-height-30: 1.875rem;
  --responsive-font-line-height-36: 2.25rem;
  --responsive-font-line-height-56: 3.5rem;
}

/* node_modules/@bbraun/cortex-tokens/css/themes/light.css */
:root {
  --color-surfaces-transparent: rgba(255, 255, 255, 0);
  --color-surfaces-overlay: rgba(32, 32, 32, 0.24);
  --border-warning-comp: #8a6e00;
  --typography-mode: Light;
  --typography-font: BBraun Type Digital;
  --color-background-primary: var(--color-green-60);
  --color-background-secondary: var(--color-gray-80);
  --color-background-accent: var(--color-purple-90);
  --color-background-disabled-input: var(--color-gray-10);
  --color-background-disabled-disabled: var(--color-gray-50);
  --color-background-status-info: var(--color-technical-blue-80);
  --color-background-status-info-shade: var(--color-technical-blue-10);
  --color-background-status-success: var(--color-technical-green-80);
  --color-background-status-success-shade: var(--color-technical-green-10);
  --color-background-status-warning: var(--color-technical-yellow-50);
  --color-background-status-warning-shade: var(--color-technical-yellow-10);
  --color-background-status-error: var(--color-technical-red-60);
  --color-background-status-error-shade: var(--color-technical-red-10);
  --color-background-status-alternative-shade: var(--color-purple-20);
  --color-background-non-functional-lime-green: var(--color-light-green-40);
  --color-background-non-functional-lime-green-shade: var(--color-light-green-20);
  --color-background-non-functional-orange: var(--color-orange-50);
  --color-background-non-functional-orange-shade: var(--color-orange-30);
  --color-background-non-functional-red: var(--color-red-80);
  --color-background-non-functional-red-shade: var(--color-red-30);
  --color-background-non-functional-blue: var(--color-blue-50);
  --color-background-non-functional-blue-shade: var(--color-blue-20);
  --color-background-non-functional-gray: var(--color-gray-120);
  --color-background-medical-dialysis-venous-pressure: var(--color-medical-dialysis-venous-pressure);
  --color-background-medical-dialysis-arterial-pressure: var(--color-medical-dialysis-arterial-pressure);
  --color-background-medical-syringe-pumps-bolus: var(--color-medical-syringe-pumps-bolus);
  --color-background-medical-frequency-devices-coag: var(--color-medical-frequency-devices-coag);
  --color-background-medical-frequency-devices-cut: var(--color-medical-frequency-devices-cut);
  --color-background-hovered-primary: var(--color-green-70);
  --color-background-hovered-primaryghost: var(--color-green-20);
  --color-background-hovered-secondary: var(--color-gray-90);
  --color-background-hovered-secondaryghost: var(--color-gray-20);
  --color-background-hovered-accent: var(--color-purple-100);
  --color-background-hovered-accentghost: var(--color-purple-20);
  --color-background-hovered-success: var(--color-technical-green-90);
  --color-background-hovered-successghost: var(--color-technical-green-20);
  --color-background-hovered-info: var(--color-technical-blue-90);
  --color-background-hovered-infoghost: var(--color-technical-blue-20);
  --color-background-hovered-warning: var(--color-technical-yellow-70);
  --color-background-hovered-warningghost: var(--color-technical-yellow-20);
  --color-background-hovered-error: var(--color-technical-red-70);
  --color-background-hovered-errorghost: var(--color-technical-red-20);
  --color-background-hovered-background: var(--color-gray-30);
  --color-background-pressed-primary: var(--color-green-80);
  --color-background-pressed-primaryghost: var(--color-green-30);
  --color-background-pressed-secondary: var(--color-gray-100);
  --color-background-pressed-secondaryghost: var(--color-gray-30);
  --color-background-pressed-accent: var(--color-purple-110);
  --color-background-pressed-accentghost: var(--color-purple-30);
  --color-background-pressed-success: var(--color-technical-green-100);
  --color-background-pressed-successghost: var(--color-technical-green-30);
  --color-background-pressed-info: var(--color-technical-blue-90);
  --color-background-pressed-infoghost: var(--color-technical-blue-30);
  --color-background-pressed-warning: var(--color-technical-yellow-80);
  --color-background-pressed-warningghost: var(--color-technical-yellow-30);
  --color-background-pressed-error: var(--color-technical-red-80);
  --color-background-pressed-errorghost: var(--color-technical-red-30);
  --color-background-pressed-background: var(--color-gray-40);
  --color-background-selected-primary: var(--color-green-10);
  --color-surfaces-standard: var(--color-white-120);
  --color-surfaces-background: var(--color-gray-20);
  --color-text-ongray: var(--color-gray-10);
  --color-text-default: var(--color-gray-120);
  --color-text-link: var(--color-technical-deepskyblue-60);
  --color-text-primary: var(--color-green-80);
  --color-text-onselected: var(--color-green-90);
  --color-text-onprimary: var(--color-white-120);
  --color-text-onsecondary: var(--color-white-120);
  --color-text-onaccent: var(--color-white-120);
  --color-text-oninfo: var(--color-white-120);
  --color-text-oninfo-shade: var(--color-gray-120);
  --color-text-onsuccess: var(--color-white-120);
  --color-text-onsuccess-shade: var(--color-gray-120);
  --color-text-onwarning: var(--color-gray-120);
  --color-text-warning-dark: var(--color-technical-yellow-90);
  --color-text-onerror: var(--color-white-120);
  --color-text-onerror-shade: var(--color-gray-120);
  --color-text-onlimegreen-shade: var(--color-gray-120);
  --color-text-onorange-shade: var(--color-gray-120);
  --color-text-onred: var(--color-white-120);
  --color-text-onred-shade: var(--color-gray-120);
  --color-text-onblue-shade: var(--color-gray-120);
  --color-text-hovered-primary: var(--color-green-90);
  --color-text-pressed-primary: var(--color-green-90);
  --color-border-lines: var(--color-gray-30);
  --color-border-read-only: var(--color-gray-120);
  --color-border-onprimary: var(--color-gray-10);
  --color-border-onsecondary: var(--color-gray-10);
  --color-border-onaccent: var(--color-gray-10);
  --color-border-oninfo-shade: var(--color-technical-blue-40);
  --color-border-oninfo: var(--color-gray-10);
  --color-border-success-shade: var(--color-technical-green-40);
  --color-border-onsuccess: var(--color-gray-10);
  --color-border-onwarning: var(--color-gray-10);
  --color-border-warning-shade: var(--color-technical-yellow-40);
  --color-border-error-shade: var(--color-technical-red-40);
  --color-border-onerror: var(--color-gray-10);
  --color-border-onlimegreen: var(--color-gray-10);
  --color-border-onlimegreen-shade: var(--color-gray-120);
  --color-border-onorange: var(--color-gray-10);
  --color-border-onorange-shade: var(--color-gray-120);
  --color-border-onred: var(--color-gray-10);
  --color-border-onblue: var(--color-gray-10);
  --color-border-input: var(--color-gray-50);
  --color-border-focus: var(--color-technical-deepskyblue-60);
  --color-icon-link: var(--color-technical-deepskyblue-60);
  --color-icon-onprimary: var(--color-gray-10);
  --color-icon-onsecondary: var(--color-gray-10);
  --color-icon-onaccent: var(--color-gray-10);
  --color-icon-oninfo: var(--color-gray-10);
  --color-icon-onsuccess: var(--color-gray-10);
  --color-icon-onsuccess-shade: var(--color-gray-120);
  --color-icon-onwarning: var(--color-gray-120);
  --color-icon-onwarning-shade: var(--color-gray-120);
  --color-icon-onerror: var(--color-gray-10);
  --color-icon-onerror-shade: var(--color-gray-120);
  --color-icon-onlimegreen: var(--color-gray-10);
  --color-icon-onlimegreen-shade: var(--color-gray-120);
  --color-icon-onorange: var(--color-gray-10);
  --color-icon-onorange-shade: var(--color-gray-120);
  --color-icon-onred: var(--color-gray-10);
  --color-icon-onred-shade: var(--color-gray-120);
  --color-icon-onblue: var(--color-gray-10);
  --color-icon-onblue-shade: var(--color-gray-120);
  --color-elevation-0: var(--color-white-120);
  --color-elevation-1: var(--color-white-120);
  --color-elevation-2: var(--color-white-120);
  --color-elevation-3: var(--color-white-120);
  --primary-white_tbd: var(--color-white-120);
  --radii-0: var(--dimension-0);
  --radii-4: var(--dimension-4);
  --radii-8: var(--dimension-8);
  --radii-16: var(--dimension-16);
  --radii-32: var(--dimension-32);
  --radii-64: var(--dimension-64);
  --radii-atoms-radi: var(--dimension-8);
  --color-background-hovered-elevation2: var(--color-background-hovered-secondaryghost);
  --color-background-pressed-elevation2: var(--color-background-pressed-secondaryghost);
  --color-text-secondary: var(--color-background-secondary);
  --color-text-accent: var(--color-background-accent);
  --color-text-info: var(--color-background-status-info);
  --color-text-success: var(--color-background-status-success);
  --color-text-warning: var(--color-background-status-warning);
  --color-text-onwarning-shade: var(--color-text-default);
  --color-text-error: var(--color-background-status-error);
  --color-text-onlimegreen: var(--color-text-default);
  --color-text-onorange: var(--color-text-default);
  --color-text-onblue: var(--color-text-default);
  --color-text-hovered-accent: var(--color-background-hovered-accent);
  --color-text-hovered-success: var(--color-background-hovered-success);
  --color-text-hovered-error: var(--color-background-hovered-error);
  --color-text-hovered-warning: var(--color-text-warning-dark);
  --color-text-hovered-secondary: var(--color-background-hovered-secondary);
  --color-text-hovered-info: var(--color-background-hovered-info);
  --color-text-pressed-accent: var(--color-background-pressed-accent);
  --color-text-pressed-success: var(--color-background-hovered-success);
  --color-text-pressed-error: var(--color-background-pressed-error);
  --color-text-pressed-warning: var(--color-text-warning-dark);
  --color-text-pressed-secondary: var(--color-background-pressed-secondary);
  --color-text-pressed-info: var(--color-background-pressed-info);
  --color-text-disabled-disabled: var(--color-background-disabled-disabled);
  --color-text-disabled-ondisabled: var(--color-surfaces-standard);
  --color-border-secondary: var(--color-background-secondary);
  --color-border-accent: var(--color-background-accent);
  --color-border-info: var(--color-background-status-info);
  --color-border-success: var(--color-background-status-success);
  --color-border-warning: var(--color-background-status-warning);
  --color-border-error: var(--color-background-status-error);
  --color-border-onred-shade: var(--color-text-default);
  --color-border-onblue-shade: var(--color-text-default);
  --color-border-disabled: var(--color-background-disabled-disabled);
  --color-icon-default: var(--color-text-default);
  --color-icon-onselected: var(--color-text-onselected);
  --color-icon-primary: var(--color-text-primary);
  --color-icon-hovered-primary: var(--color-text-hovered-primary);
  --color-icon-pressed-primary: var(--color-text-pressed-primary);
  --color-icon-oninfo-shade: var(--color-text-default);
  --color-icon-success: var(--color-background-status-success);
  --color-icon-warning-dark: var(--color-text-warning-dark);
  --color-icon-error: var(--color-background-status-error);
  --color-icon-disabled-disabled: var(--color-background-disabled-disabled);
  --color-border-primary: var(--color-icon-primary);
  --color-icon-hovered-accent: var(--color-text-hovered-accent);
  --color-icon-hovered-secondary: var(--color-text-hovered-secondary);
  --color-icon-hovered-error: var(--color-text-hovered-error);
  --color-icon-pressed-accent: var(--color-text-pressed-accent);
  --color-icon-pressed-secondary: var(--color-text-pressed-secondary);
  --color-icon-pressed-error: var(--color-text-pressed-error);
  --color-icon-secondary: var(--color-text-secondary);
  --color-icon-accent: var(--color-text-accent);
  --color-icon-info: var(--color-text-info);
  --color-icon-success-shade: var(--color-icon-success);
  --color-icon-warning: var(--color-text-warning);
  --color-icon-warning-shade: var(--color-icon-warning-dark);
  --color-icon-error-shade: var(--color-icon-error);
  --color-icon-disabled-ondisabled: var(--color-text-disabled-ondisabled);
  --color-icon-info-shade: var(--color-icon-info);
}

/* node_modules/@bbraun/cortex-web/dist/cortex-web/cortex-web.css */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow:
    1px 0 0 #e6e6e6,
    -1px 0 0 #e6e6e6,
    0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6,
    0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow:
    1px 0 0 #e6e6e6,
    -1px 0 0 #e6e6e6,
    0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6,
    0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\fffd;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.flatpickr-calendar {
  width: auto !important;
  min-width: 0;
  max-width: none;
  border-radius: var(--radii-8, 0.5rem);
  background: var(--color-elevation-2, #fff);
  box-shadow: 0px 8px 16px 0px rgba(32, 32, 32, 0.16);
}
.flatpickr-calendar::after,
.flatpickr-calendar::before {
  display: none;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  border-top: 1px solid var(--color-border-lines, #dbdbdb);
}
.flatpickr-innerContainer {
  padding: var(--spacing-16, 1rem) var(--spacing-8, 0.5rem);
}
.flatpickr-months {
  padding: var(--spacing-16, 1rem) var(--spacing-8, 0.5rem);
  position: relative;
  z-index: 1;
  border-bottom: 1px solid var(--color-border-lines, #dbdbdb);
}
.flatpickr-months cw-icon {
  pointer-events: none;
}
.flatpickr-months .flatpickr-month {
  height: auto;
  overflow: visible;
  margin-left: var(--spacing-12, 0.75rem);
}
.flatpickr-months .flatpickr-current-month {
  position: relative;
  left: 0;
  padding: 0;
  display: flex;
  align-items: center;
  color: var(--color-text-default, #202020);
  height: auto;
}
.flatpickr-months .flatpickr-current-month .flatpickr-monthDropdown-months {
  padding: 0;
  font-family: var(--typography-font, BBraun Type Digital);
  font-size: var(--font-size-14, 0.875rem);
  font-weight: 700;
  text-transform: uppercase;
  order: 1;
}
.flatpickr-months .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: none;
}
.flatpickr-months .flatpickr-current-month input.cur-year {
  padding: 0;
  font-family: var(--typography-font, BBraun Type Digital);
  font-size: var(--font-size-14, 0.875rem);
  font-weight: 700;
}
.flatpickr-months .flatpickr-current-month .numInputWrapper {
  width: 4ch;
  display: flex;
  align-items: center;
}
.flatpickr-months .flatpickr-current-month .numInputWrapper:hover {
  background: none;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  position: static;
  padding: 0;
  width: var(--spacing-16, 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
  height: auto;
}
.flatpickr-months .flatpickr-next-month {
  margin-left: var(--spacing-12, 0.75rem);
}
.flatpickr-weekdays {
  height: unset;
  padding-bottom: var(--spacing-16, 1rem);
}
span.flatpickr-weekday {
  color: var(--color-text-default, #202020);
  font-weight: 400;
}
.flatpickr-day {
  border: none;
  color: var(--color-text-secondary, #737373);
  width: 32px;
  max-width: 32px;
  line-height: unset;
  display: flex;
  align-items: center;
  height: 32px;
}
.flatpickr-day:hover,
.flatpickr-day:focus {
  background: var(--color-background-hovered-secondaryghost, #ececec);
  border: none;
}
.flatpickr-day.today {
  border: 1px solid var(--color-border-accent, #9e2ab5);
  color: var(--color-text-accent, #9e2ab5);
  font-weight: 700;
}
.flatpickr-day.today:hover {
  background: var(--color-background-hovered-accentghost, #f3e6f6);
  color: var(--color-text-accent, #9e2ab5);
  border: 1px solid var(--color-border-accent, #9e2ab5);
}
.flatpickr-day.today:focus {
  background: var(--color-background-pressed-accentghost, #ead1ef);
  color: var(--color-text-accent, #9e2ab5);
  border: 1px solid var(--color-border-accent, #9e2ab5);
}
.flatpickr-day.today.inRange {
  color: var(--color-text-secondary, #737373);
}
.flatpickr-day.today.startRange,
.flatpickr-day.today.endRange {
  border: none;
}
.flatpickr-day.inRange {
  box-shadow: -5px 0 0 var(--color-background-selected-primary, #e8f7f0), 5px 0 0 var(--color-background-selected-primary, #e8f7f0);
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: var(--color-text-disabled-disabled, #b0b0b0);
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.selected.endRange:hover,
.flatpickr-day.prevMonthDay.endRange:hover,
.flatpickr-day.nextMonthDay.endRange:hover {
  background: var(--color-background-primary, #00a97a);
  color: var(--color-text-onprimary, #fff);
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  background: var(--color-background-selected-primary, #e8f7f0);
  border: none;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 100%;
}
.flatpickr-day.selected.endRange::before,
.flatpickr-day.endRange.endRange::before,
.flatpickr-day.selected.startRange::before,
.flatpickr-day.startRange.startRange::before,
.flatpickr-day.endRange.startRange::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-background-primary, #00a97a);
  border-radius: 100%;
  flex: 0 0 auto;
}
.flatpickr-day.selected.endRange::after,
.flatpickr-day.endRange.endRange::after,
.flatpickr-day.selected.startRange::after,
.flatpickr-day.startRange.startRange::after,
.flatpickr-day.endRange.startRange::after {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  height: 100%;
  background: var(--color-background-selected-primary, #e8f7f0);
  flex: 0 0 auto;
}
.flatpickr-day.selected.endRange::after,
.flatpickr-day.endRange.endRange::after {
  right: 50%;
  width: calc(50% + var(--spacing-4, 0.25rem));
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  z-index: 1;
}
.flatpickr-day.selected.startRange::after,
.flatpickr-day.startRange.startRange::after,
.flatpickr-day.endRange.startRange::after {
  left: 50%;
  width: calc(50% + var(--spacing-4, 0.25rem));
}
.flatpickr-day.startRange.endRange::before {
  display: none;
}
.flatpickr-day.startRange.endRange::after {
  display: none;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: unset;
}
.rangeMode .flatpickr-day {
  margin: 0;
}
.dayContainer,
.flatpickr-days {
  width: 100%;
  min-width: 0;
  max-width: none;
}
.dayContainer {
  gap: var(--spacing-4, 0.25rem);
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.flatpickr-time input {
  color: var(--color-text-secondary, #737373);
  font-family: var(--typography-font, BBraun Type Digital);
  font-size: var(--font-size-16, 1rem);
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: transparent;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  color: var(--color-text-secondary, #737373);
  font-family: var(--typography-font, BBraun Type Digital);
  font-size: var(--font-size-16, 1rem);
  font-weight: 400;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: flex;
  align-items: center;
  line-height: 32px;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  line-height: 1;
  padding-bottom: var(--spacing-16, 1rem);
}
.flatpickr-weekwrapper .flatpickr-weeks {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: var(--spacing-4, 0.25rem);
  padding: 0 var(--spacing-8, 0.5rem);
}
:root {
  --cw-sidebar-z-index:1000;
  --cw-dialog-z-index:1001;
  --cw-menu-z-index:1002;
  --cw-popover-z-index:1003;
  --cw-tooltip-z-index:1004;
  --cw-snackbar-z-index:1005;
}

/* src/assets/styles/styles.scss */
@font-face {
  font-family: "BBraun Type Digital";
  src:
    url("./media/BBraunTypeDigitalWeb-Regular.woff2") format("woff2"),
    url("./media/BBraunTypeDigitalWeb-Regular.woff") format("woff"),
    url("./media/BBraunTypeDigital-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BBraun Type Digital";
  src:
    url("./media/BBraunTypeDigitalWeb-Bold.woff2") format("woff2"),
    url("./media/BBraunTypeDigitalWeb-Bold.woff") format("woff"),
    url("./media/BBraunTypeDigital-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
html,
body,
label,
h1,
h2,
h3,
h4,
h5,
.font-m,
.font-l,
.font-s,
.font-weight-bold,
.mdc-button,
.small-link,
.mat-mdc-menu-content,
.mat-mdc-menu-item-text,
.mat-mdc-tab,
.mat-mdc-form-field,
.mdc-floating-label,
.mat-mdc-option,
.mat-mdc-select,
.mat-mdc-form-field-hint,
.mat-mdc-chip-action-label,
.cx-header,
.cx-title-text {
  font-family: "BBraun Type Digital" !important;
}
.section-title {
  font-size: 1.5rem;
}
.gap-sm {
  gap: 1rem !important;
  --bbraun-gutter: 1rem;
}
.note {
  border-radius: 8px;
  background-color: #f9f9f9;
}
.available-uses {
  width: 10.5rem;
}
.w-200 {
  width: 12.5rem;
}
.w-250 {
  width: 15.625rem;
}
.mw-60 {
  max-width: 60%;
}
.mw-175 {
  min-width: 10.9375rem !important;
}
.w-300 {
  width: 18.75rem;
}
.d-inline-flex {
  display: inline-flex;
}
.required-field {
  color: #fecc00;
}
.line-height-min {
  line-height: 1;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.warning-icon {
  font-size: 16px !important;
  min-width: 1rem;
  margin-right: 0.4rem;
}
.label-read-only-mode {
  font-size: 14px;
  color: #454545;
  padding: 0 0.5rem;
  height: 1.25rem;
  background-color: #dbdbdb;
}
.no-result-img {
  width: 18rem;
  margin: auto;
}
.no-results-message {
  width: 33rem;
  margin: auto;
}
.no-wrap {
  white-space: nowrap;
}
.keep-all {
  word-break: normal !important;
}
.d-inline-flex {
  display: inline-flex;
}
.min-h-5 {
  min-height: 0.3125rem;
}
.min-w-5 {
  min-width: 0.3125rem;
}
.max-h-5 {
  max-height: 0.3125rem;
}
.max-w-5 {
  max-width: 0.3125rem;
}
.min-h-10 {
  min-height: 0.625rem;
}
.min-w-10 {
  min-width: 0.625rem;
}
.max-h-10 {
  max-height: 0.625rem;
}
.max-w-10 {
  max-width: 0.625rem;
}
.min-h-15 {
  min-height: 0.9375rem;
}
.min-w-15 {
  min-width: 0.9375rem;
}
.max-h-15 {
  max-height: 0.9375rem;
}
.max-w-15 {
  max-width: 0.9375rem;
}
.min-h-20 {
  min-height: 1.25rem;
}
.min-w-20 {
  min-width: 1.25rem;
}
.max-h-20 {
  max-height: 1.25rem;
}
.max-w-20 {
  max-width: 1.25rem;
}
.min-h-25 {
  min-height: 1.5625rem;
}
.min-w-25 {
  min-width: 1.5625rem;
}
.max-h-25 {
  max-height: 1.5625rem;
}
.max-w-25 {
  max-width: 1.5625rem;
}
.min-h-30 {
  min-height: 1.875rem;
}
.min-w-30 {
  min-width: 1.875rem;
}
.max-h-30 {
  max-height: 1.875rem;
}
.max-w-30 {
  max-width: 1.875rem;
}
.min-h-35 {
  min-height: 2.1875rem;
}
.min-w-35 {
  min-width: 2.1875rem;
}
.max-h-35 {
  max-height: 2.1875rem;
}
.max-w-35 {
  max-width: 2.1875rem;
}
.min-h-40 {
  min-height: 2.5rem;
}
.min-w-40 {
  min-width: 2.5rem;
}
.max-h-40 {
  max-height: 2.5rem;
}
.max-w-40 {
  max-width: 2.5rem;
}
.min-h-45 {
  min-height: 2.8125rem;
}
.min-w-45 {
  min-width: 2.8125rem;
}
.max-h-45 {
  max-height: 2.8125rem;
}
.max-w-45 {
  max-width: 2.8125rem;
}
.min-h-50 {
  min-height: 3.125rem;
}
.min-w-50 {
  min-width: 3.125rem;
}
.max-h-50 {
  max-height: 3.125rem;
}
.max-w-50 {
  max-width: 3.125rem;
}
.min-h-55 {
  min-height: 3.4375rem;
}
.min-w-55 {
  min-width: 3.4375rem;
}
.max-h-55 {
  max-height: 3.4375rem;
}
.max-w-55 {
  max-width: 3.4375rem;
}
.min-h-60 {
  min-height: 3.75rem;
}
.min-w-60 {
  min-width: 3.75rem;
}
.max-h-60 {
  max-height: 3.75rem;
}
.max-w-60 {
  max-width: 3.75rem;
}
.min-h-65 {
  min-height: 4.0625rem;
}
.min-w-65 {
  min-width: 4.0625rem;
}
.max-h-65 {
  max-height: 4.0625rem;
}
.max-w-65 {
  max-width: 4.0625rem;
}
.min-h-70 {
  min-height: 4.375rem;
}
.min-w-70 {
  min-width: 4.375rem;
}
.max-h-70 {
  max-height: 4.375rem;
}
.max-w-70 {
  max-width: 4.375rem;
}
.min-h-75 {
  min-height: 4.6875rem;
}
.min-w-75 {
  min-width: 4.6875rem;
}
.max-h-75 {
  max-height: 4.6875rem;
}
.max-w-75 {
  max-width: 4.6875rem;
}
.min-h-80 {
  min-height: 5rem;
}
.min-w-80 {
  min-width: 5rem;
}
.max-h-80 {
  max-height: 5rem;
}
.max-w-80 {
  max-width: 5rem;
}
.min-h-85 {
  min-height: 5.3125rem;
}
.min-w-85 {
  min-width: 5.3125rem;
}
.max-h-85 {
  max-height: 5.3125rem;
}
.max-w-85 {
  max-width: 5.3125rem;
}
.min-h-90 {
  min-height: 5.625rem;
}
.min-w-90 {
  min-width: 5.625rem;
}
.max-h-90 {
  max-height: 5.625rem;
}
.max-w-90 {
  max-width: 5.625rem;
}
.min-h-95 {
  min-height: 5.9375rem;
}
.min-w-95 {
  min-width: 5.9375rem;
}
.max-h-95 {
  max-height: 5.9375rem;
}
.max-w-95 {
  max-width: 5.9375rem;
}
.min-h-100 {
  min-height: 6.25rem;
}
.min-w-100 {
  min-width: 6.25rem;
}
.max-h-100 {
  max-height: 6.25rem;
}
.max-w-100 {
  max-width: 6.25rem;
}
.min-h-105 {
  min-height: 6.5625rem;
}
.min-w-105 {
  min-width: 6.5625rem;
}
.max-h-105 {
  max-height: 6.5625rem;
}
.max-w-105 {
  max-width: 6.5625rem;
}
.min-h-110 {
  min-height: 6.875rem;
}
.min-w-110 {
  min-width: 6.875rem;
}
.max-h-110 {
  max-height: 6.875rem;
}
.max-w-110 {
  max-width: 6.875rem;
}
.min-h-115 {
  min-height: 7.1875rem;
}
.min-w-115 {
  min-width: 7.1875rem;
}
.max-h-115 {
  max-height: 7.1875rem;
}
.max-w-115 {
  max-width: 7.1875rem;
}
.min-h-120 {
  min-height: 7.5rem;
}
.min-w-120 {
  min-width: 7.5rem;
}
.max-h-120 {
  max-height: 7.5rem;
}
.max-w-120 {
  max-width: 7.5rem;
}
.min-h-125 {
  min-height: 7.8125rem;
}
.min-w-125 {
  min-width: 7.8125rem;
}
.max-h-125 {
  max-height: 7.8125rem;
}
.max-w-125 {
  max-width: 7.8125rem;
}
.min-h-130 {
  min-height: 8.125rem;
}
.min-w-130 {
  min-width: 8.125rem;
}
.max-h-130 {
  max-height: 8.125rem;
}
.max-w-130 {
  max-width: 8.125rem;
}
.min-h-135 {
  min-height: 8.4375rem;
}
.min-w-135 {
  min-width: 8.4375rem;
}
.max-h-135 {
  max-height: 8.4375rem;
}
.max-w-135 {
  max-width: 8.4375rem;
}
.min-h-140 {
  min-height: 8.75rem;
}
.min-w-140 {
  min-width: 8.75rem;
}
.max-h-140 {
  max-height: 8.75rem;
}
.max-w-140 {
  max-width: 8.75rem;
}
.min-h-145 {
  min-height: 9.0625rem;
}
.min-w-145 {
  min-width: 9.0625rem;
}
.max-h-145 {
  max-height: 9.0625rem;
}
.max-w-145 {
  max-width: 9.0625rem;
}
.min-h-150 {
  min-height: 9.375rem;
}
.min-w-150 {
  min-width: 9.375rem;
}
.max-h-150 {
  max-height: 9.375rem;
}
.max-w-150 {
  max-width: 9.375rem;
}
.min-h-155 {
  min-height: 9.6875rem;
}
.min-w-155 {
  min-width: 9.6875rem;
}
.max-h-155 {
  max-height: 9.6875rem;
}
.max-w-155 {
  max-width: 9.6875rem;
}
.min-h-160 {
  min-height: 10rem;
}
.min-w-160 {
  min-width: 10rem;
}
.max-h-160 {
  max-height: 10rem;
}
.max-w-160 {
  max-width: 10rem;
}
.min-h-165 {
  min-height: 10.3125rem;
}
.min-w-165 {
  min-width: 10.3125rem;
}
.max-h-165 {
  max-height: 10.3125rem;
}
.max-w-165 {
  max-width: 10.3125rem;
}
.min-h-170 {
  min-height: 10.625rem;
}
.min-w-170 {
  min-width: 10.625rem;
}
.max-h-170 {
  max-height: 10.625rem;
}
.max-w-170 {
  max-width: 10.625rem;
}
.min-h-175 {
  min-height: 10.9375rem;
}
.min-w-175 {
  min-width: 10.9375rem;
}
.max-h-175 {
  max-height: 10.9375rem;
}
.max-w-175 {
  max-width: 10.9375rem;
}
.min-h-180 {
  min-height: 11.25rem;
}
.min-w-180 {
  min-width: 11.25rem;
}
.max-h-180 {
  max-height: 11.25rem;
}
.max-w-180 {
  max-width: 11.25rem;
}
.min-h-185 {
  min-height: 11.5625rem;
}
.min-w-185 {
  min-width: 11.5625rem;
}
.max-h-185 {
  max-height: 11.5625rem;
}
.max-w-185 {
  max-width: 11.5625rem;
}
.min-h-190 {
  min-height: 11.875rem;
}
.min-w-190 {
  min-width: 11.875rem;
}
.max-h-190 {
  max-height: 11.875rem;
}
.max-w-190 {
  max-width: 11.875rem;
}
.min-h-195 {
  min-height: 12.1875rem;
}
.min-w-195 {
  min-width: 12.1875rem;
}
.max-h-195 {
  max-height: 12.1875rem;
}
.max-w-195 {
  max-width: 12.1875rem;
}
.min-h-200 {
  min-height: 12.5rem;
}
.min-w-200 {
  min-width: 12.5rem;
}
.max-h-200 {
  max-height: 12.5rem;
}
.max-w-200 {
  max-width: 12.5rem;
}
.min-h-205 {
  min-height: 12.8125rem;
}
.min-w-205 {
  min-width: 12.8125rem;
}
.max-h-205 {
  max-height: 12.8125rem;
}
.max-w-205 {
  max-width: 12.8125rem;
}
.min-h-210 {
  min-height: 13.125rem;
}
.min-w-210 {
  min-width: 13.125rem;
}
.max-h-210 {
  max-height: 13.125rem;
}
.max-w-210 {
  max-width: 13.125rem;
}
.min-h-215 {
  min-height: 13.4375rem;
}
.min-w-215 {
  min-width: 13.4375rem;
}
.max-h-215 {
  max-height: 13.4375rem;
}
.max-w-215 {
  max-width: 13.4375rem;
}
.min-h-220 {
  min-height: 13.75rem;
}
.min-w-220 {
  min-width: 13.75rem;
}
.max-h-220 {
  max-height: 13.75rem;
}
.max-w-220 {
  max-width: 13.75rem;
}
.min-h-225 {
  min-height: 14.0625rem;
}
.min-w-225 {
  min-width: 14.0625rem;
}
.max-h-225 {
  max-height: 14.0625rem;
}
.max-w-225 {
  max-width: 14.0625rem;
}
.min-h-230 {
  min-height: 14.375rem;
}
.min-w-230 {
  min-width: 14.375rem;
}
.max-h-230 {
  max-height: 14.375rem;
}
.max-w-230 {
  max-width: 14.375rem;
}
.min-h-235 {
  min-height: 14.6875rem;
}
.min-w-235 {
  min-width: 14.6875rem;
}
.max-h-235 {
  max-height: 14.6875rem;
}
.max-w-235 {
  max-width: 14.6875rem;
}
.min-h-240 {
  min-height: 15rem;
}
.min-w-240 {
  min-width: 15rem;
}
.max-h-240 {
  max-height: 15rem;
}
.max-w-240 {
  max-width: 15rem;
}
.min-h-245 {
  min-height: 15.3125rem;
}
.min-w-245 {
  min-width: 15.3125rem;
}
.max-h-245 {
  max-height: 15.3125rem;
}
.max-w-245 {
  max-width: 15.3125rem;
}
.min-h-250 {
  min-height: 15.625rem;
}
.min-w-250 {
  min-width: 15.625rem;
}
.max-h-250 {
  max-height: 15.625rem;
}
.max-w-250 {
  max-width: 15.625rem;
}
.min-h-255 {
  min-height: 15.9375rem;
}
.min-w-255 {
  min-width: 15.9375rem;
}
.max-h-255 {
  max-height: 15.9375rem;
}
.max-w-255 {
  max-width: 15.9375rem;
}
.min-h-260 {
  min-height: 16.25rem;
}
.min-w-260 {
  min-width: 16.25rem;
}
.max-h-260 {
  max-height: 16.25rem;
}
.max-w-260 {
  max-width: 16.25rem;
}
.min-h-265 {
  min-height: 16.5625rem;
}
.min-w-265 {
  min-width: 16.5625rem;
}
.max-h-265 {
  max-height: 16.5625rem;
}
.max-w-265 {
  max-width: 16.5625rem;
}
.min-h-270 {
  min-height: 16.875rem;
}
.min-w-270 {
  min-width: 16.875rem;
}
.max-h-270 {
  max-height: 16.875rem;
}
.max-w-270 {
  max-width: 16.875rem;
}
.min-h-275 {
  min-height: 17.1875rem;
}
.min-w-275 {
  min-width: 17.1875rem;
}
.max-h-275 {
  max-height: 17.1875rem;
}
.max-w-275 {
  max-width: 17.1875rem;
}
.min-h-280 {
  min-height: 17.5rem;
}
.min-w-280 {
  min-width: 17.5rem;
}
.max-h-280 {
  max-height: 17.5rem;
}
.max-w-280 {
  max-width: 17.5rem;
}
.min-h-285 {
  min-height: 17.8125rem;
}
.min-w-285 {
  min-width: 17.8125rem;
}
.max-h-285 {
  max-height: 17.8125rem;
}
.max-w-285 {
  max-width: 17.8125rem;
}
.min-h-290 {
  min-height: 18.125rem;
}
.min-w-290 {
  min-width: 18.125rem;
}
.max-h-290 {
  max-height: 18.125rem;
}
.max-w-290 {
  max-width: 18.125rem;
}
.min-h-295 {
  min-height: 18.4375rem;
}
.min-w-295 {
  min-width: 18.4375rem;
}
.max-h-295 {
  max-height: 18.4375rem;
}
.max-w-295 {
  max-width: 18.4375rem;
}
.min-h-300 {
  min-height: 18.75rem;
}
.min-w-300 {
  min-width: 18.75rem;
}
.max-h-300 {
  max-height: 18.75rem;
}
.max-w-300 {
  max-width: 18.75rem;
}
.min-h-305 {
  min-height: 19.0625rem;
}
.min-w-305 {
  min-width: 19.0625rem;
}
.max-h-305 {
  max-height: 19.0625rem;
}
.max-w-305 {
  max-width: 19.0625rem;
}
.min-h-310 {
  min-height: 19.375rem;
}
.min-w-310 {
  min-width: 19.375rem;
}
.max-h-310 {
  max-height: 19.375rem;
}
.max-w-310 {
  max-width: 19.375rem;
}
.min-h-315 {
  min-height: 19.6875rem;
}
.min-w-315 {
  min-width: 19.6875rem;
}
.max-h-315 {
  max-height: 19.6875rem;
}
.max-w-315 {
  max-width: 19.6875rem;
}
.min-h-320 {
  min-height: 20rem;
}
.min-w-320 {
  min-width: 20rem;
}
.max-h-320 {
  max-height: 20rem;
}
.max-w-320 {
  max-width: 20rem;
}
.min-h-325 {
  min-height: 20.3125rem;
}
.min-w-325 {
  min-width: 20.3125rem;
}
.max-h-325 {
  max-height: 20.3125rem;
}
.max-w-325 {
  max-width: 20.3125rem;
}
.min-h-330 {
  min-height: 20.625rem;
}
.min-w-330 {
  min-width: 20.625rem;
}
.max-h-330 {
  max-height: 20.625rem;
}
.max-w-330 {
  max-width: 20.625rem;
}
.min-h-335 {
  min-height: 20.9375rem;
}
.min-w-335 {
  min-width: 20.9375rem;
}
.max-h-335 {
  max-height: 20.9375rem;
}
.max-w-335 {
  max-width: 20.9375rem;
}
.min-h-340 {
  min-height: 21.25rem;
}
.min-w-340 {
  min-width: 21.25rem;
}
.max-h-340 {
  max-height: 21.25rem;
}
.max-w-340 {
  max-width: 21.25rem;
}
.min-h-345 {
  min-height: 21.5625rem;
}
.min-w-345 {
  min-width: 21.5625rem;
}
.max-h-345 {
  max-height: 21.5625rem;
}
.max-w-345 {
  max-width: 21.5625rem;
}
.min-h-350 {
  min-height: 21.875rem;
}
.min-w-350 {
  min-width: 21.875rem;
}
.max-h-350 {
  max-height: 21.875rem;
}
.max-w-350 {
  max-width: 21.875rem;
}
.min-h-355 {
  min-height: 22.1875rem;
}
.min-w-355 {
  min-width: 22.1875rem;
}
.max-h-355 {
  max-height: 22.1875rem;
}
.max-w-355 {
  max-width: 22.1875rem;
}
.min-h-360 {
  min-height: 22.5rem;
}
.min-w-360 {
  min-width: 22.5rem;
}
.max-h-360 {
  max-height: 22.5rem;
}
.max-w-360 {
  max-width: 22.5rem;
}
.min-h-365 {
  min-height: 22.8125rem;
}
.min-w-365 {
  min-width: 22.8125rem;
}
.max-h-365 {
  max-height: 22.8125rem;
}
.max-w-365 {
  max-width: 22.8125rem;
}
.min-h-370 {
  min-height: 23.125rem;
}
.min-w-370 {
  min-width: 23.125rem;
}
.max-h-370 {
  max-height: 23.125rem;
}
.max-w-370 {
  max-width: 23.125rem;
}
.min-h-375 {
  min-height: 23.4375rem;
}
.min-w-375 {
  min-width: 23.4375rem;
}
.max-h-375 {
  max-height: 23.4375rem;
}
.max-w-375 {
  max-width: 23.4375rem;
}
.min-h-380 {
  min-height: 23.75rem;
}
.min-w-380 {
  min-width: 23.75rem;
}
.max-h-380 {
  max-height: 23.75rem;
}
.max-w-380 {
  max-width: 23.75rem;
}
.min-h-385 {
  min-height: 24.0625rem;
}
.min-w-385 {
  min-width: 24.0625rem;
}
.max-h-385 {
  max-height: 24.0625rem;
}
.max-w-385 {
  max-width: 24.0625rem;
}
.min-h-390 {
  min-height: 24.375rem;
}
.min-w-390 {
  min-width: 24.375rem;
}
.max-h-390 {
  max-height: 24.375rem;
}
.max-w-390 {
  max-width: 24.375rem;
}
.min-h-395 {
  min-height: 24.6875rem;
}
.min-w-395 {
  min-width: 24.6875rem;
}
.max-h-395 {
  max-height: 24.6875rem;
}
.max-w-395 {
  max-width: 24.6875rem;
}
.min-h-400 {
  min-height: 25rem;
}
.min-w-400 {
  min-width: 25rem;
}
.max-h-400 {
  max-height: 25rem;
}
.max-w-400 {
  max-width: 25rem;
}
.min-h-405 {
  min-height: 25.3125rem;
}
.min-w-405 {
  min-width: 25.3125rem;
}
.max-h-405 {
  max-height: 25.3125rem;
}
.max-w-405 {
  max-width: 25.3125rem;
}
.min-h-410 {
  min-height: 25.625rem;
}
.min-w-410 {
  min-width: 25.625rem;
}
.max-h-410 {
  max-height: 25.625rem;
}
.max-w-410 {
  max-width: 25.625rem;
}
.min-h-415 {
  min-height: 25.9375rem;
}
.min-w-415 {
  min-width: 25.9375rem;
}
.max-h-415 {
  max-height: 25.9375rem;
}
.max-w-415 {
  max-width: 25.9375rem;
}
.min-h-420 {
  min-height: 26.25rem;
}
.min-w-420 {
  min-width: 26.25rem;
}
.max-h-420 {
  max-height: 26.25rem;
}
.max-w-420 {
  max-width: 26.25rem;
}
.min-h-425 {
  min-height: 26.5625rem;
}
.min-w-425 {
  min-width: 26.5625rem;
}
.max-h-425 {
  max-height: 26.5625rem;
}
.max-w-425 {
  max-width: 26.5625rem;
}
.min-h-430 {
  min-height: 26.875rem;
}
.min-w-430 {
  min-width: 26.875rem;
}
.max-h-430 {
  max-height: 26.875rem;
}
.max-w-430 {
  max-width: 26.875rem;
}
.min-h-435 {
  min-height: 27.1875rem;
}
.min-w-435 {
  min-width: 27.1875rem;
}
.max-h-435 {
  max-height: 27.1875rem;
}
.max-w-435 {
  max-width: 27.1875rem;
}
.min-h-440 {
  min-height: 27.5rem;
}
.min-w-440 {
  min-width: 27.5rem;
}
.max-h-440 {
  max-height: 27.5rem;
}
.max-w-440 {
  max-width: 27.5rem;
}
.min-h-445 {
  min-height: 27.8125rem;
}
.min-w-445 {
  min-width: 27.8125rem;
}
.max-h-445 {
  max-height: 27.8125rem;
}
.max-w-445 {
  max-width: 27.8125rem;
}
.min-h-450 {
  min-height: 28.125rem;
}
.min-w-450 {
  min-width: 28.125rem;
}
.max-h-450 {
  max-height: 28.125rem;
}
.max-w-450 {
  max-width: 28.125rem;
}
.min-h-455 {
  min-height: 28.4375rem;
}
.min-w-455 {
  min-width: 28.4375rem;
}
.max-h-455 {
  max-height: 28.4375rem;
}
.max-w-455 {
  max-width: 28.4375rem;
}
.min-h-460 {
  min-height: 28.75rem;
}
.min-w-460 {
  min-width: 28.75rem;
}
.max-h-460 {
  max-height: 28.75rem;
}
.max-w-460 {
  max-width: 28.75rem;
}
.min-h-465 {
  min-height: 29.0625rem;
}
.min-w-465 {
  min-width: 29.0625rem;
}
.max-h-465 {
  max-height: 29.0625rem;
}
.max-w-465 {
  max-width: 29.0625rem;
}
.min-h-470 {
  min-height: 29.375rem;
}
.min-w-470 {
  min-width: 29.375rem;
}
.max-h-470 {
  max-height: 29.375rem;
}
.max-w-470 {
  max-width: 29.375rem;
}
.min-h-475 {
  min-height: 29.6875rem;
}
.min-w-475 {
  min-width: 29.6875rem;
}
.max-h-475 {
  max-height: 29.6875rem;
}
.max-w-475 {
  max-width: 29.6875rem;
}
.min-h-480 {
  min-height: 30rem;
}
.min-w-480 {
  min-width: 30rem;
}
.max-h-480 {
  max-height: 30rem;
}
.max-w-480 {
  max-width: 30rem;
}
.min-h-485 {
  min-height: 30.3125rem;
}
.min-w-485 {
  min-width: 30.3125rem;
}
.max-h-485 {
  max-height: 30.3125rem;
}
.max-w-485 {
  max-width: 30.3125rem;
}
.min-h-490 {
  min-height: 30.625rem;
}
.min-w-490 {
  min-width: 30.625rem;
}
.max-h-490 {
  max-height: 30.625rem;
}
.max-w-490 {
  max-width: 30.625rem;
}
.min-h-495 {
  min-height: 30.9375rem;
}
.min-w-495 {
  min-width: 30.9375rem;
}
.max-h-495 {
  max-height: 30.9375rem;
}
.max-w-495 {
  max-width: 30.9375rem;
}
.min-h-500 {
  min-height: 31.25rem;
}
.min-w-500 {
  min-width: 31.25rem;
}
.max-h-500 {
  max-height: 31.25rem;
}
.max-w-500 {
  max-width: 31.25rem;
}
.min-h-505 {
  min-height: 31.5625rem;
}
.min-w-505 {
  min-width: 31.5625rem;
}
.max-h-505 {
  max-height: 31.5625rem;
}
.max-w-505 {
  max-width: 31.5625rem;
}
.min-h-510 {
  min-height: 31.875rem;
}
.min-w-510 {
  min-width: 31.875rem;
}
.max-h-510 {
  max-height: 31.875rem;
}
.max-w-510 {
  max-width: 31.875rem;
}
.min-h-515 {
  min-height: 32.1875rem;
}
.min-w-515 {
  min-width: 32.1875rem;
}
.max-h-515 {
  max-height: 32.1875rem;
}
.max-w-515 {
  max-width: 32.1875rem;
}
.min-h-520 {
  min-height: 32.5rem;
}
.min-w-520 {
  min-width: 32.5rem;
}
.max-h-520 {
  max-height: 32.5rem;
}
.max-w-520 {
  max-width: 32.5rem;
}
.min-h-525 {
  min-height: 32.8125rem;
}
.min-w-525 {
  min-width: 32.8125rem;
}
.max-h-525 {
  max-height: 32.8125rem;
}
.max-w-525 {
  max-width: 32.8125rem;
}
.min-h-530 {
  min-height: 33.125rem;
}
.min-w-530 {
  min-width: 33.125rem;
}
.max-h-530 {
  max-height: 33.125rem;
}
.max-w-530 {
  max-width: 33.125rem;
}
.min-h-535 {
  min-height: 33.4375rem;
}
.min-w-535 {
  min-width: 33.4375rem;
}
.max-h-535 {
  max-height: 33.4375rem;
}
.max-w-535 {
  max-width: 33.4375rem;
}
.min-h-540 {
  min-height: 33.75rem;
}
.min-w-540 {
  min-width: 33.75rem;
}
.max-h-540 {
  max-height: 33.75rem;
}
.max-w-540 {
  max-width: 33.75rem;
}
.min-h-545 {
  min-height: 34.0625rem;
}
.min-w-545 {
  min-width: 34.0625rem;
}
.max-h-545 {
  max-height: 34.0625rem;
}
.max-w-545 {
  max-width: 34.0625rem;
}
.min-h-550 {
  min-height: 34.375rem;
}
.min-w-550 {
  min-width: 34.375rem;
}
.max-h-550 {
  max-height: 34.375rem;
}
.max-w-550 {
  max-width: 34.375rem;
}
.min-h-555 {
  min-height: 34.6875rem;
}
.min-w-555 {
  min-width: 34.6875rem;
}
.max-h-555 {
  max-height: 34.6875rem;
}
.max-w-555 {
  max-width: 34.6875rem;
}
.min-h-560 {
  min-height: 35rem;
}
.min-w-560 {
  min-width: 35rem;
}
.max-h-560 {
  max-height: 35rem;
}
.max-w-560 {
  max-width: 35rem;
}
.min-h-565 {
  min-height: 35.3125rem;
}
.min-w-565 {
  min-width: 35.3125rem;
}
.max-h-565 {
  max-height: 35.3125rem;
}
.max-w-565 {
  max-width: 35.3125rem;
}
.min-h-570 {
  min-height: 35.625rem;
}
.min-w-570 {
  min-width: 35.625rem;
}
.max-h-570 {
  max-height: 35.625rem;
}
.max-w-570 {
  max-width: 35.625rem;
}
.min-h-575 {
  min-height: 35.9375rem;
}
.min-w-575 {
  min-width: 35.9375rem;
}
.max-h-575 {
  max-height: 35.9375rem;
}
.max-w-575 {
  max-width: 35.9375rem;
}
.min-h-580 {
  min-height: 36.25rem;
}
.min-w-580 {
  min-width: 36.25rem;
}
.max-h-580 {
  max-height: 36.25rem;
}
.max-w-580 {
  max-width: 36.25rem;
}
.min-h-585 {
  min-height: 36.5625rem;
}
.min-w-585 {
  min-width: 36.5625rem;
}
.max-h-585 {
  max-height: 36.5625rem;
}
.max-w-585 {
  max-width: 36.5625rem;
}
.min-h-590 {
  min-height: 36.875rem;
}
.min-w-590 {
  min-width: 36.875rem;
}
.max-h-590 {
  max-height: 36.875rem;
}
.max-w-590 {
  max-width: 36.875rem;
}
.min-h-595 {
  min-height: 37.1875rem;
}
.min-w-595 {
  min-width: 37.1875rem;
}
.max-h-595 {
  max-height: 37.1875rem;
}
.max-w-595 {
  max-width: 37.1875rem;
}
.min-h-600 {
  min-height: 37.5rem;
}
.min-w-600 {
  min-width: 37.5rem;
}
.max-h-600 {
  max-height: 37.5rem;
}
.max-w-600 {
  max-width: 37.5rem;
}
.min-h-605 {
  min-height: 37.8125rem;
}
.min-w-605 {
  min-width: 37.8125rem;
}
.max-h-605 {
  max-height: 37.8125rem;
}
.max-w-605 {
  max-width: 37.8125rem;
}
.min-h-610 {
  min-height: 38.125rem;
}
.min-w-610 {
  min-width: 38.125rem;
}
.max-h-610 {
  max-height: 38.125rem;
}
.max-w-610 {
  max-width: 38.125rem;
}
.min-h-615 {
  min-height: 38.4375rem;
}
.min-w-615 {
  min-width: 38.4375rem;
}
.max-h-615 {
  max-height: 38.4375rem;
}
.max-w-615 {
  max-width: 38.4375rem;
}
.min-h-620 {
  min-height: 38.75rem;
}
.min-w-620 {
  min-width: 38.75rem;
}
.max-h-620 {
  max-height: 38.75rem;
}
.max-w-620 {
  max-width: 38.75rem;
}
.min-h-625 {
  min-height: 39.0625rem;
}
.min-w-625 {
  min-width: 39.0625rem;
}
.max-h-625 {
  max-height: 39.0625rem;
}
.max-w-625 {
  max-width: 39.0625rem;
}
.min-h-630 {
  min-height: 39.375rem;
}
.min-w-630 {
  min-width: 39.375rem;
}
.max-h-630 {
  max-height: 39.375rem;
}
.max-w-630 {
  max-width: 39.375rem;
}
.min-h-635 {
  min-height: 39.6875rem;
}
.min-w-635 {
  min-width: 39.6875rem;
}
.max-h-635 {
  max-height: 39.6875rem;
}
.max-w-635 {
  max-width: 39.6875rem;
}
.min-h-640 {
  min-height: 40rem;
}
.min-w-640 {
  min-width: 40rem;
}
.max-h-640 {
  max-height: 40rem;
}
.max-w-640 {
  max-width: 40rem;
}
.min-h-645 {
  min-height: 40.3125rem;
}
.min-w-645 {
  min-width: 40.3125rem;
}
.max-h-645 {
  max-height: 40.3125rem;
}
.max-w-645 {
  max-width: 40.3125rem;
}
.min-h-650 {
  min-height: 40.625rem;
}
.min-w-650 {
  min-width: 40.625rem;
}
.max-h-650 {
  max-height: 40.625rem;
}
.max-w-650 {
  max-width: 40.625rem;
}
.min-h-655 {
  min-height: 40.9375rem;
}
.min-w-655 {
  min-width: 40.9375rem;
}
.max-h-655 {
  max-height: 40.9375rem;
}
.max-w-655 {
  max-width: 40.9375rem;
}
.min-h-660 {
  min-height: 41.25rem;
}
.min-w-660 {
  min-width: 41.25rem;
}
.max-h-660 {
  max-height: 41.25rem;
}
.max-w-660 {
  max-width: 41.25rem;
}
.min-h-665 {
  min-height: 41.5625rem;
}
.min-w-665 {
  min-width: 41.5625rem;
}
.max-h-665 {
  max-height: 41.5625rem;
}
.max-w-665 {
  max-width: 41.5625rem;
}
.min-h-670 {
  min-height: 41.875rem;
}
.min-w-670 {
  min-width: 41.875rem;
}
.max-h-670 {
  max-height: 41.875rem;
}
.max-w-670 {
  max-width: 41.875rem;
}
.min-h-675 {
  min-height: 42.1875rem;
}
.min-w-675 {
  min-width: 42.1875rem;
}
.max-h-675 {
  max-height: 42.1875rem;
}
.max-w-675 {
  max-width: 42.1875rem;
}
.min-h-680 {
  min-height: 42.5rem;
}
.min-w-680 {
  min-width: 42.5rem;
}
.max-h-680 {
  max-height: 42.5rem;
}
.max-w-680 {
  max-width: 42.5rem;
}
.min-h-685 {
  min-height: 42.8125rem;
}
.min-w-685 {
  min-width: 42.8125rem;
}
.max-h-685 {
  max-height: 42.8125rem;
}
.max-w-685 {
  max-width: 42.8125rem;
}
.min-h-690 {
  min-height: 43.125rem;
}
.min-w-690 {
  min-width: 43.125rem;
}
.max-h-690 {
  max-height: 43.125rem;
}
.max-w-690 {
  max-width: 43.125rem;
}
.min-h-695 {
  min-height: 43.4375rem;
}
.min-w-695 {
  min-width: 43.4375rem;
}
.max-h-695 {
  max-height: 43.4375rem;
}
.max-w-695 {
  max-width: 43.4375rem;
}
.min-h-700 {
  min-height: 43.75rem;
}
.min-w-700 {
  min-width: 43.75rem;
}
.max-h-700 {
  max-height: 43.75rem;
}
.max-w-700 {
  max-width: 43.75rem;
}
.min-h-705 {
  min-height: 44.0625rem;
}
.min-w-705 {
  min-width: 44.0625rem;
}
.max-h-705 {
  max-height: 44.0625rem;
}
.max-w-705 {
  max-width: 44.0625rem;
}
.min-h-710 {
  min-height: 44.375rem;
}
.min-w-710 {
  min-width: 44.375rem;
}
.max-h-710 {
  max-height: 44.375rem;
}
.max-w-710 {
  max-width: 44.375rem;
}
.min-h-715 {
  min-height: 44.6875rem;
}
.min-w-715 {
  min-width: 44.6875rem;
}
.max-h-715 {
  max-height: 44.6875rem;
}
.max-w-715 {
  max-width: 44.6875rem;
}
.min-h-720 {
  min-height: 45rem;
}
.min-w-720 {
  min-width: 45rem;
}
.max-h-720 {
  max-height: 45rem;
}
.max-w-720 {
  max-width: 45rem;
}
.min-h-725 {
  min-height: 45.3125rem;
}
.min-w-725 {
  min-width: 45.3125rem;
}
.max-h-725 {
  max-height: 45.3125rem;
}
.max-w-725 {
  max-width: 45.3125rem;
}
.min-h-730 {
  min-height: 45.625rem;
}
.min-w-730 {
  min-width: 45.625rem;
}
.max-h-730 {
  max-height: 45.625rem;
}
.max-w-730 {
  max-width: 45.625rem;
}
.min-h-735 {
  min-height: 45.9375rem;
}
.min-w-735 {
  min-width: 45.9375rem;
}
.max-h-735 {
  max-height: 45.9375rem;
}
.max-w-735 {
  max-width: 45.9375rem;
}
.min-h-740 {
  min-height: 46.25rem;
}
.min-w-740 {
  min-width: 46.25rem;
}
.max-h-740 {
  max-height: 46.25rem;
}
.max-w-740 {
  max-width: 46.25rem;
}
.min-h-745 {
  min-height: 46.5625rem;
}
.min-w-745 {
  min-width: 46.5625rem;
}
.max-h-745 {
  max-height: 46.5625rem;
}
.max-w-745 {
  max-width: 46.5625rem;
}
.min-h-750 {
  min-height: 46.875rem;
}
.min-w-750 {
  min-width: 46.875rem;
}
.max-h-750 {
  max-height: 46.875rem;
}
.max-w-750 {
  max-width: 46.875rem;
}
.min-h-755 {
  min-height: 47.1875rem;
}
.min-w-755 {
  min-width: 47.1875rem;
}
.max-h-755 {
  max-height: 47.1875rem;
}
.max-w-755 {
  max-width: 47.1875rem;
}
.min-h-760 {
  min-height: 47.5rem;
}
.min-w-760 {
  min-width: 47.5rem;
}
.max-h-760 {
  max-height: 47.5rem;
}
.max-w-760 {
  max-width: 47.5rem;
}
.min-h-765 {
  min-height: 47.8125rem;
}
.min-w-765 {
  min-width: 47.8125rem;
}
.max-h-765 {
  max-height: 47.8125rem;
}
.max-w-765 {
  max-width: 47.8125rem;
}
.min-h-770 {
  min-height: 48.125rem;
}
.min-w-770 {
  min-width: 48.125rem;
}
.max-h-770 {
  max-height: 48.125rem;
}
.max-w-770 {
  max-width: 48.125rem;
}
.min-h-775 {
  min-height: 48.4375rem;
}
.min-w-775 {
  min-width: 48.4375rem;
}
.max-h-775 {
  max-height: 48.4375rem;
}
.max-w-775 {
  max-width: 48.4375rem;
}
.min-h-780 {
  min-height: 48.75rem;
}
.min-w-780 {
  min-width: 48.75rem;
}
.max-h-780 {
  max-height: 48.75rem;
}
.max-w-780 {
  max-width: 48.75rem;
}
.min-h-785 {
  min-height: 49.0625rem;
}
.min-w-785 {
  min-width: 49.0625rem;
}
.max-h-785 {
  max-height: 49.0625rem;
}
.max-w-785 {
  max-width: 49.0625rem;
}
.min-h-790 {
  min-height: 49.375rem;
}
.min-w-790 {
  min-width: 49.375rem;
}
.max-h-790 {
  max-height: 49.375rem;
}
.max-w-790 {
  max-width: 49.375rem;
}
.min-h-795 {
  min-height: 49.6875rem;
}
.min-w-795 {
  min-width: 49.6875rem;
}
.max-h-795 {
  max-height: 49.6875rem;
}
.max-w-795 {
  max-width: 49.6875rem;
}
.min-h-800 {
  min-height: 50rem;
}
.min-w-800 {
  min-width: 50rem;
}
.max-h-800 {
  max-height: 50rem;
}
.max-w-800 {
  max-width: 50rem;
}
.min-h-805 {
  min-height: 50.3125rem;
}
.min-w-805 {
  min-width: 50.3125rem;
}
.max-h-805 {
  max-height: 50.3125rem;
}
.max-w-805 {
  max-width: 50.3125rem;
}
.min-h-810 {
  min-height: 50.625rem;
}
.min-w-810 {
  min-width: 50.625rem;
}
.max-h-810 {
  max-height: 50.625rem;
}
.max-w-810 {
  max-width: 50.625rem;
}
.min-h-815 {
  min-height: 50.9375rem;
}
.min-w-815 {
  min-width: 50.9375rem;
}
.max-h-815 {
  max-height: 50.9375rem;
}
.max-w-815 {
  max-width: 50.9375rem;
}
.min-h-820 {
  min-height: 51.25rem;
}
.min-w-820 {
  min-width: 51.25rem;
}
.max-h-820 {
  max-height: 51.25rem;
}
.max-w-820 {
  max-width: 51.25rem;
}
.min-h-825 {
  min-height: 51.5625rem;
}
.min-w-825 {
  min-width: 51.5625rem;
}
.max-h-825 {
  max-height: 51.5625rem;
}
.max-w-825 {
  max-width: 51.5625rem;
}
.min-h-830 {
  min-height: 51.875rem;
}
.min-w-830 {
  min-width: 51.875rem;
}
.max-h-830 {
  max-height: 51.875rem;
}
.max-w-830 {
  max-width: 51.875rem;
}
.min-h-835 {
  min-height: 52.1875rem;
}
.min-w-835 {
  min-width: 52.1875rem;
}
.max-h-835 {
  max-height: 52.1875rem;
}
.max-w-835 {
  max-width: 52.1875rem;
}
.min-h-840 {
  min-height: 52.5rem;
}
.min-w-840 {
  min-width: 52.5rem;
}
.max-h-840 {
  max-height: 52.5rem;
}
.max-w-840 {
  max-width: 52.5rem;
}
.min-h-845 {
  min-height: 52.8125rem;
}
.min-w-845 {
  min-width: 52.8125rem;
}
.max-h-845 {
  max-height: 52.8125rem;
}
.max-w-845 {
  max-width: 52.8125rem;
}
.min-h-850 {
  min-height: 53.125rem;
}
.min-w-850 {
  min-width: 53.125rem;
}
.max-h-850 {
  max-height: 53.125rem;
}
.max-w-850 {
  max-width: 53.125rem;
}
.min-h-855 {
  min-height: 53.4375rem;
}
.min-w-855 {
  min-width: 53.4375rem;
}
.max-h-855 {
  max-height: 53.4375rem;
}
.max-w-855 {
  max-width: 53.4375rem;
}
.min-h-860 {
  min-height: 53.75rem;
}
.min-w-860 {
  min-width: 53.75rem;
}
.max-h-860 {
  max-height: 53.75rem;
}
.max-w-860 {
  max-width: 53.75rem;
}
.min-h-865 {
  min-height: 54.0625rem;
}
.min-w-865 {
  min-width: 54.0625rem;
}
.max-h-865 {
  max-height: 54.0625rem;
}
.max-w-865 {
  max-width: 54.0625rem;
}
.min-h-870 {
  min-height: 54.375rem;
}
.min-w-870 {
  min-width: 54.375rem;
}
.max-h-870 {
  max-height: 54.375rem;
}
.max-w-870 {
  max-width: 54.375rem;
}
.min-h-875 {
  min-height: 54.6875rem;
}
.min-w-875 {
  min-width: 54.6875rem;
}
.max-h-875 {
  max-height: 54.6875rem;
}
.max-w-875 {
  max-width: 54.6875rem;
}
.min-h-880 {
  min-height: 55rem;
}
.min-w-880 {
  min-width: 55rem;
}
.max-h-880 {
  max-height: 55rem;
}
.max-w-880 {
  max-width: 55rem;
}
.min-h-885 {
  min-height: 55.3125rem;
}
.min-w-885 {
  min-width: 55.3125rem;
}
.max-h-885 {
  max-height: 55.3125rem;
}
.max-w-885 {
  max-width: 55.3125rem;
}
.min-h-890 {
  min-height: 55.625rem;
}
.min-w-890 {
  min-width: 55.625rem;
}
.max-h-890 {
  max-height: 55.625rem;
}
.max-w-890 {
  max-width: 55.625rem;
}
.min-h-895 {
  min-height: 55.9375rem;
}
.min-w-895 {
  min-width: 55.9375rem;
}
.max-h-895 {
  max-height: 55.9375rem;
}
.max-w-895 {
  max-width: 55.9375rem;
}
.min-h-900 {
  min-height: 56.25rem;
}
.min-w-900 {
  min-width: 56.25rem;
}
.max-h-900 {
  max-height: 56.25rem;
}
.max-w-900 {
  max-width: 56.25rem;
}
.min-h-905 {
  min-height: 56.5625rem;
}
.min-w-905 {
  min-width: 56.5625rem;
}
.max-h-905 {
  max-height: 56.5625rem;
}
.max-w-905 {
  max-width: 56.5625rem;
}
.min-h-910 {
  min-height: 56.875rem;
}
.min-w-910 {
  min-width: 56.875rem;
}
.max-h-910 {
  max-height: 56.875rem;
}
.max-w-910 {
  max-width: 56.875rem;
}
.min-h-915 {
  min-height: 57.1875rem;
}
.min-w-915 {
  min-width: 57.1875rem;
}
.max-h-915 {
  max-height: 57.1875rem;
}
.max-w-915 {
  max-width: 57.1875rem;
}
.min-h-920 {
  min-height: 57.5rem;
}
.min-w-920 {
  min-width: 57.5rem;
}
.max-h-920 {
  max-height: 57.5rem;
}
.max-w-920 {
  max-width: 57.5rem;
}
.min-h-925 {
  min-height: 57.8125rem;
}
.min-w-925 {
  min-width: 57.8125rem;
}
.max-h-925 {
  max-height: 57.8125rem;
}
.max-w-925 {
  max-width: 57.8125rem;
}
.min-h-930 {
  min-height: 58.125rem;
}
.min-w-930 {
  min-width: 58.125rem;
}
.max-h-930 {
  max-height: 58.125rem;
}
.max-w-930 {
  max-width: 58.125rem;
}
.min-h-935 {
  min-height: 58.4375rem;
}
.min-w-935 {
  min-width: 58.4375rem;
}
.max-h-935 {
  max-height: 58.4375rem;
}
.max-w-935 {
  max-width: 58.4375rem;
}
.min-h-940 {
  min-height: 58.75rem;
}
.min-w-940 {
  min-width: 58.75rem;
}
.max-h-940 {
  max-height: 58.75rem;
}
.max-w-940 {
  max-width: 58.75rem;
}
.min-h-945 {
  min-height: 59.0625rem;
}
.min-w-945 {
  min-width: 59.0625rem;
}
.max-h-945 {
  max-height: 59.0625rem;
}
.max-w-945 {
  max-width: 59.0625rem;
}
.min-h-950 {
  min-height: 59.375rem;
}
.min-w-950 {
  min-width: 59.375rem;
}
.max-h-950 {
  max-height: 59.375rem;
}
.max-w-950 {
  max-width: 59.375rem;
}
.min-h-955 {
  min-height: 59.6875rem;
}
.min-w-955 {
  min-width: 59.6875rem;
}
.max-h-955 {
  max-height: 59.6875rem;
}
.max-w-955 {
  max-width: 59.6875rem;
}
.min-h-960 {
  min-height: 60rem;
}
.min-w-960 {
  min-width: 60rem;
}
.max-h-960 {
  max-height: 60rem;
}
.max-w-960 {
  max-width: 60rem;
}
.min-h-965 {
  min-height: 60.3125rem;
}
.min-w-965 {
  min-width: 60.3125rem;
}
.max-h-965 {
  max-height: 60.3125rem;
}
.max-w-965 {
  max-width: 60.3125rem;
}
.min-h-970 {
  min-height: 60.625rem;
}
.min-w-970 {
  min-width: 60.625rem;
}
.max-h-970 {
  max-height: 60.625rem;
}
.max-w-970 {
  max-width: 60.625rem;
}
.min-h-975 {
  min-height: 60.9375rem;
}
.min-w-975 {
  min-width: 60.9375rem;
}
.max-h-975 {
  max-height: 60.9375rem;
}
.max-w-975 {
  max-width: 60.9375rem;
}
.min-h-980 {
  min-height: 61.25rem;
}
.min-w-980 {
  min-width: 61.25rem;
}
.max-h-980 {
  max-height: 61.25rem;
}
.max-w-980 {
  max-width: 61.25rem;
}
.min-h-985 {
  min-height: 61.5625rem;
}
.min-w-985 {
  min-width: 61.5625rem;
}
.max-h-985 {
  max-height: 61.5625rem;
}
.max-w-985 {
  max-width: 61.5625rem;
}
.min-h-990 {
  min-height: 61.875rem;
}
.min-w-990 {
  min-width: 61.875rem;
}
.max-h-990 {
  max-height: 61.875rem;
}
.max-w-990 {
  max-width: 61.875rem;
}
.min-h-995 {
  min-height: 62.1875rem;
}
.min-w-995 {
  min-width: 62.1875rem;
}
.max-h-995 {
  max-height: 62.1875rem;
}
.max-w-995 {
  max-width: 62.1875rem;
}
.min-h-1000 {
  min-height: 62.5rem;
}
.min-w-1000 {
  min-width: 62.5rem;
}
.max-h-1000 {
  max-height: 62.5rem;
}
.max-w-1000 {
  max-width: 62.5rem;
}
.w-1-0 {
  max-width: 1.0%;
  min-width: 1.0%;
}
.w-1-1 {
  max-width: 1.1%;
  min-width: 1.1%;
}
.w-1-2 {
  max-width: 1.2%;
  min-width: 1.2%;
}
.w-1-3 {
  max-width: 1.3%;
  min-width: 1.3%;
}
.w-1-4 {
  max-width: 1.4%;
  min-width: 1.4%;
}
.w-1-5 {
  max-width: 1.5%;
  min-width: 1.5%;
}
.w-1-6 {
  max-width: 1.6%;
  min-width: 1.6%;
}
.w-1-7 {
  max-width: 1.7%;
  min-width: 1.7%;
}
.w-1-8 {
  max-width: 1.8%;
  min-width: 1.8%;
}
.w-1-9 {
  max-width: 1.9%;
  min-width: 1.9%;
}
.w-1-rem {
  width: 1rem;
}
.w-2-0 {
  max-width: 2.0%;
  min-width: 2.0%;
}
.w-2-1 {
  max-width: 2.1%;
  min-width: 2.1%;
}
.w-2-2 {
  max-width: 2.2%;
  min-width: 2.2%;
}
.w-2-3 {
  max-width: 2.3%;
  min-width: 2.3%;
}
.w-2-4 {
  max-width: 2.4%;
  min-width: 2.4%;
}
.w-2-5 {
  max-width: 2.5%;
  min-width: 2.5%;
}
.w-2-6 {
  max-width: 2.6%;
  min-width: 2.6%;
}
.w-2-7 {
  max-width: 2.7%;
  min-width: 2.7%;
}
.w-2-8 {
  max-width: 2.8%;
  min-width: 2.8%;
}
.w-2-9 {
  max-width: 2.9%;
  min-width: 2.9%;
}
.w-2-rem {
  width: 2rem;
}
.w-3-0 {
  max-width: 3.0%;
  min-width: 3.0%;
}
.w-3-1 {
  max-width: 3.1%;
  min-width: 3.1%;
}
.w-3-2 {
  max-width: 3.2%;
  min-width: 3.2%;
}
.w-3-3 {
  max-width: 3.3%;
  min-width: 3.3%;
}
.w-3-4 {
  max-width: 3.4%;
  min-width: 3.4%;
}
.w-3-5 {
  max-width: 3.5%;
  min-width: 3.5%;
}
.w-3-6 {
  max-width: 3.6%;
  min-width: 3.6%;
}
.w-3-7 {
  max-width: 3.7%;
  min-width: 3.7%;
}
.w-3-8 {
  max-width: 3.8%;
  min-width: 3.8%;
}
.w-3-9 {
  max-width: 3.9%;
  min-width: 3.9%;
}
.w-3-rem {
  width: 3rem;
}
.w-4-0 {
  max-width: 4.0%;
  min-width: 4.0%;
}
.w-4-1 {
  max-width: 4.1%;
  min-width: 4.1%;
}
.w-4-2 {
  max-width: 4.2%;
  min-width: 4.2%;
}
.w-4-3 {
  max-width: 4.3%;
  min-width: 4.3%;
}
.w-4-4 {
  max-width: 4.4%;
  min-width: 4.4%;
}
.w-4-5 {
  max-width: 4.5%;
  min-width: 4.5%;
}
.w-4-6 {
  max-width: 4.6%;
  min-width: 4.6%;
}
.w-4-7 {
  max-width: 4.7%;
  min-width: 4.7%;
}
.w-4-8 {
  max-width: 4.8%;
  min-width: 4.8%;
}
.w-4-9 {
  max-width: 4.9%;
  min-width: 4.9%;
}
.w-4-rem {
  width: 4rem;
}
.w-5-0 {
  max-width: 5.0%;
  min-width: 5.0%;
}
.w-5-1 {
  max-width: 5.1%;
  min-width: 5.1%;
}
.w-5-2 {
  max-width: 5.2%;
  min-width: 5.2%;
}
.w-5-3 {
  max-width: 5.3%;
  min-width: 5.3%;
}
.w-5-4 {
  max-width: 5.4%;
  min-width: 5.4%;
}
.w-5-5 {
  max-width: 5.5%;
  min-width: 5.5%;
}
.w-5-6 {
  max-width: 5.6%;
  min-width: 5.6%;
}
.w-5-7 {
  max-width: 5.7%;
  min-width: 5.7%;
}
.w-5-8 {
  max-width: 5.8%;
  min-width: 5.8%;
}
.w-5-9 {
  max-width: 5.9%;
  min-width: 5.9%;
}
.w-5-rem {
  width: 5rem;
}
.w-6-0 {
  max-width: 6.0%;
  min-width: 6.0%;
}
.w-6-1 {
  max-width: 6.1%;
  min-width: 6.1%;
}
.w-6-2 {
  max-width: 6.2%;
  min-width: 6.2%;
}
.w-6-3 {
  max-width: 6.3%;
  min-width: 6.3%;
}
.w-6-4 {
  max-width: 6.4%;
  min-width: 6.4%;
}
.w-6-5 {
  max-width: 6.5%;
  min-width: 6.5%;
}
.w-6-6 {
  max-width: 6.6%;
  min-width: 6.6%;
}
.w-6-7 {
  max-width: 6.7%;
  min-width: 6.7%;
}
.w-6-8 {
  max-width: 6.8%;
  min-width: 6.8%;
}
.w-6-9 {
  max-width: 6.9%;
  min-width: 6.9%;
}
.w-6-rem {
  width: 6rem;
}
.w-7-0 {
  max-width: 7.0%;
  min-width: 7.0%;
}
.w-7-1 {
  max-width: 7.1%;
  min-width: 7.1%;
}
.w-7-2 {
  max-width: 7.2%;
  min-width: 7.2%;
}
.w-7-3 {
  max-width: 7.3%;
  min-width: 7.3%;
}
.w-7-4 {
  max-width: 7.4%;
  min-width: 7.4%;
}
.w-7-5 {
  max-width: 7.5%;
  min-width: 7.5%;
}
.w-7-6 {
  max-width: 7.6%;
  min-width: 7.6%;
}
.w-7-7 {
  max-width: 7.7%;
  min-width: 7.7%;
}
.w-7-8 {
  max-width: 7.8%;
  min-width: 7.8%;
}
.w-7-9 {
  max-width: 7.9%;
  min-width: 7.9%;
}
.w-7-rem {
  width: 7rem;
}
.w-8-0 {
  max-width: 8.0%;
  min-width: 8.0%;
}
.w-8-1 {
  max-width: 8.1%;
  min-width: 8.1%;
}
.w-8-2 {
  max-width: 8.2%;
  min-width: 8.2%;
}
.w-8-3 {
  max-width: 8.3%;
  min-width: 8.3%;
}
.w-8-4 {
  max-width: 8.4%;
  min-width: 8.4%;
}
.w-8-5 {
  max-width: 8.5%;
  min-width: 8.5%;
}
.w-8-6 {
  max-width: 8.6%;
  min-width: 8.6%;
}
.w-8-7 {
  max-width: 8.7%;
  min-width: 8.7%;
}
.w-8-8 {
  max-width: 8.8%;
  min-width: 8.8%;
}
.w-8-9 {
  max-width: 8.9%;
  min-width: 8.9%;
}
.w-8-rem {
  width: 8rem;
}
.w-9-0 {
  max-width: 9.0%;
  min-width: 9.0%;
}
.w-9-1 {
  max-width: 9.1%;
  min-width: 9.1%;
}
.w-9-2 {
  max-width: 9.2%;
  min-width: 9.2%;
}
.w-9-3 {
  max-width: 9.3%;
  min-width: 9.3%;
}
.w-9-4 {
  max-width: 9.4%;
  min-width: 9.4%;
}
.w-9-5 {
  max-width: 9.5%;
  min-width: 9.5%;
}
.w-9-6 {
  max-width: 9.6%;
  min-width: 9.6%;
}
.w-9-7 {
  max-width: 9.7%;
  min-width: 9.7%;
}
.w-9-8 {
  max-width: 9.8%;
  min-width: 9.8%;
}
.w-9-9 {
  max-width: 9.9%;
  min-width: 9.9%;
}
.w-9-rem {
  width: 9rem;
}
.w-10-0 {
  max-width: 10.0%;
  min-width: 10.0%;
}
.w-10-1 {
  max-width: 10.1%;
  min-width: 10.1%;
}
.w-10-2 {
  max-width: 10.2%;
  min-width: 10.2%;
}
.w-10-3 {
  max-width: 10.3%;
  min-width: 10.3%;
}
.w-10-4 {
  max-width: 10.4%;
  min-width: 10.4%;
}
.w-10-5 {
  max-width: 10.5%;
  min-width: 10.5%;
}
.w-10-6 {
  max-width: 10.6%;
  min-width: 10.6%;
}
.w-10-7 {
  max-width: 10.7%;
  min-width: 10.7%;
}
.w-10-8 {
  max-width: 10.8%;
  min-width: 10.8%;
}
.w-10-9 {
  max-width: 10.9%;
  min-width: 10.9%;
}
.w-10-rem {
  width: 10rem;
}
.w-11-0 {
  max-width: 11.0%;
  min-width: 11.0%;
}
.w-11-1 {
  max-width: 11.1%;
  min-width: 11.1%;
}
.w-11-2 {
  max-width: 11.2%;
  min-width: 11.2%;
}
.w-11-3 {
  max-width: 11.3%;
  min-width: 11.3%;
}
.w-11-4 {
  max-width: 11.4%;
  min-width: 11.4%;
}
.w-11-5 {
  max-width: 11.5%;
  min-width: 11.5%;
}
.w-11-6 {
  max-width: 11.6%;
  min-width: 11.6%;
}
.w-11-7 {
  max-width: 11.7%;
  min-width: 11.7%;
}
.w-11-8 {
  max-width: 11.8%;
  min-width: 11.8%;
}
.w-11-9 {
  max-width: 11.9%;
  min-width: 11.9%;
}
.w-11-rem {
  width: 11rem;
}
.w-12-0 {
  max-width: 12.0%;
  min-width: 12.0%;
}
.w-12-1 {
  max-width: 12.1%;
  min-width: 12.1%;
}
.w-12-2 {
  max-width: 12.2%;
  min-width: 12.2%;
}
.w-12-3 {
  max-width: 12.3%;
  min-width: 12.3%;
}
.w-12-4 {
  max-width: 12.4%;
  min-width: 12.4%;
}
.w-12-5 {
  max-width: 12.5%;
  min-width: 12.5%;
}
.w-12-6 {
  max-width: 12.6%;
  min-width: 12.6%;
}
.w-12-7 {
  max-width: 12.7%;
  min-width: 12.7%;
}
.w-12-8 {
  max-width: 12.8%;
  min-width: 12.8%;
}
.w-12-9 {
  max-width: 12.9%;
  min-width: 12.9%;
}
.w-12-rem {
  width: 12rem;
}
.w-13-0 {
  max-width: 13.0%;
  min-width: 13.0%;
}
.w-13-1 {
  max-width: 13.1%;
  min-width: 13.1%;
}
.w-13-2 {
  max-width: 13.2%;
  min-width: 13.2%;
}
.w-13-3 {
  max-width: 13.3%;
  min-width: 13.3%;
}
.w-13-4 {
  max-width: 13.4%;
  min-width: 13.4%;
}
.w-13-5 {
  max-width: 13.5%;
  min-width: 13.5%;
}
.w-13-6 {
  max-width: 13.6%;
  min-width: 13.6%;
}
.w-13-7 {
  max-width: 13.7%;
  min-width: 13.7%;
}
.w-13-8 {
  max-width: 13.8%;
  min-width: 13.8%;
}
.w-13-9 {
  max-width: 13.9%;
  min-width: 13.9%;
}
.w-13-rem {
  width: 13rem;
}
.w-14-0 {
  max-width: 14.0%;
  min-width: 14.0%;
}
.w-14-1 {
  max-width: 14.1%;
  min-width: 14.1%;
}
.w-14-2 {
  max-width: 14.2%;
  min-width: 14.2%;
}
.w-14-3 {
  max-width: 14.3%;
  min-width: 14.3%;
}
.w-14-4 {
  max-width: 14.4%;
  min-width: 14.4%;
}
.w-14-5 {
  max-width: 14.5%;
  min-width: 14.5%;
}
.w-14-6 {
  max-width: 14.6%;
  min-width: 14.6%;
}
.w-14-7 {
  max-width: 14.7%;
  min-width: 14.7%;
}
.w-14-8 {
  max-width: 14.8%;
  min-width: 14.8%;
}
.w-14-9 {
  max-width: 14.9%;
  min-width: 14.9%;
}
.w-14-rem {
  width: 14rem;
}
.w-15-0 {
  max-width: 15.0%;
  min-width: 15.0%;
}
.w-15-1 {
  max-width: 15.1%;
  min-width: 15.1%;
}
.w-15-2 {
  max-width: 15.2%;
  min-width: 15.2%;
}
.w-15-3 {
  max-width: 15.3%;
  min-width: 15.3%;
}
.w-15-4 {
  max-width: 15.4%;
  min-width: 15.4%;
}
.w-15-5 {
  max-width: 15.5%;
  min-width: 15.5%;
}
.w-15-6 {
  max-width: 15.6%;
  min-width: 15.6%;
}
.w-15-7 {
  max-width: 15.7%;
  min-width: 15.7%;
}
.w-15-8 {
  max-width: 15.8%;
  min-width: 15.8%;
}
.w-15-9 {
  max-width: 15.9%;
  min-width: 15.9%;
}
.w-15-rem {
  width: 15rem;
}
.w-16-0 {
  max-width: 16.0%;
  min-width: 16.0%;
}
.w-16-1 {
  max-width: 16.1%;
  min-width: 16.1%;
}
.w-16-2 {
  max-width: 16.2%;
  min-width: 16.2%;
}
.w-16-3 {
  max-width: 16.3%;
  min-width: 16.3%;
}
.w-16-4 {
  max-width: 16.4%;
  min-width: 16.4%;
}
.w-16-5 {
  max-width: 16.5%;
  min-width: 16.5%;
}
.w-16-6 {
  max-width: 16.6%;
  min-width: 16.6%;
}
.w-16-7 {
  max-width: 16.7%;
  min-width: 16.7%;
}
.w-16-8 {
  max-width: 16.8%;
  min-width: 16.8%;
}
.w-16-9 {
  max-width: 16.9%;
  min-width: 16.9%;
}
.w-16-rem {
  width: 16rem;
}
.w-17-0 {
  max-width: 17.0%;
  min-width: 17.0%;
}
.w-17-1 {
  max-width: 17.1%;
  min-width: 17.1%;
}
.w-17-2 {
  max-width: 17.2%;
  min-width: 17.2%;
}
.w-17-3 {
  max-width: 17.3%;
  min-width: 17.3%;
}
.w-17-4 {
  max-width: 17.4%;
  min-width: 17.4%;
}
.w-17-5 {
  max-width: 17.5%;
  min-width: 17.5%;
}
.w-17-6 {
  max-width: 17.6%;
  min-width: 17.6%;
}
.w-17-7 {
  max-width: 17.7%;
  min-width: 17.7%;
}
.w-17-8 {
  max-width: 17.8%;
  min-width: 17.8%;
}
.w-17-9 {
  max-width: 17.9%;
  min-width: 17.9%;
}
.w-17-rem {
  width: 17rem;
}
.w-18-0 {
  max-width: 18.0%;
  min-width: 18.0%;
}
.w-18-1 {
  max-width: 18.1%;
  min-width: 18.1%;
}
.w-18-2 {
  max-width: 18.2%;
  min-width: 18.2%;
}
.w-18-3 {
  max-width: 18.3%;
  min-width: 18.3%;
}
.w-18-4 {
  max-width: 18.4%;
  min-width: 18.4%;
}
.w-18-5 {
  max-width: 18.5%;
  min-width: 18.5%;
}
.w-18-6 {
  max-width: 18.6%;
  min-width: 18.6%;
}
.w-18-7 {
  max-width: 18.7%;
  min-width: 18.7%;
}
.w-18-8 {
  max-width: 18.8%;
  min-width: 18.8%;
}
.w-18-9 {
  max-width: 18.9%;
  min-width: 18.9%;
}
.w-18-rem {
  width: 18rem;
}
.w-19-0 {
  max-width: 19.0%;
  min-width: 19.0%;
}
.w-19-1 {
  max-width: 19.1%;
  min-width: 19.1%;
}
.w-19-2 {
  max-width: 19.2%;
  min-width: 19.2%;
}
.w-19-3 {
  max-width: 19.3%;
  min-width: 19.3%;
}
.w-19-4 {
  max-width: 19.4%;
  min-width: 19.4%;
}
.w-19-5 {
  max-width: 19.5%;
  min-width: 19.5%;
}
.w-19-6 {
  max-width: 19.6%;
  min-width: 19.6%;
}
.w-19-7 {
  max-width: 19.7%;
  min-width: 19.7%;
}
.w-19-8 {
  max-width: 19.8%;
  min-width: 19.8%;
}
.w-19-9 {
  max-width: 19.9%;
  min-width: 19.9%;
}
.w-19-rem {
  width: 19rem;
}
.w-20-0 {
  max-width: 20.0%;
  min-width: 20.0%;
}
.w-20-1 {
  max-width: 20.1%;
  min-width: 20.1%;
}
.w-20-2 {
  max-width: 20.2%;
  min-width: 20.2%;
}
.w-20-3 {
  max-width: 20.3%;
  min-width: 20.3%;
}
.w-20-4 {
  max-width: 20.4%;
  min-width: 20.4%;
}
.w-20-5 {
  max-width: 20.5%;
  min-width: 20.5%;
}
.w-20-6 {
  max-width: 20.6%;
  min-width: 20.6%;
}
.w-20-7 {
  max-width: 20.7%;
  min-width: 20.7%;
}
.w-20-8 {
  max-width: 20.8%;
  min-width: 20.8%;
}
.w-20-9 {
  max-width: 20.9%;
  min-width: 20.9%;
}
.w-20-rem {
  width: 20rem;
}
.w-21-0 {
  max-width: 21.0%;
  min-width: 21.0%;
}
.w-21-1 {
  max-width: 21.1%;
  min-width: 21.1%;
}
.w-21-2 {
  max-width: 21.2%;
  min-width: 21.2%;
}
.w-21-3 {
  max-width: 21.3%;
  min-width: 21.3%;
}
.w-21-4 {
  max-width: 21.4%;
  min-width: 21.4%;
}
.w-21-5 {
  max-width: 21.5%;
  min-width: 21.5%;
}
.w-21-6 {
  max-width: 21.6%;
  min-width: 21.6%;
}
.w-21-7 {
  max-width: 21.7%;
  min-width: 21.7%;
}
.w-21-8 {
  max-width: 21.8%;
  min-width: 21.8%;
}
.w-21-9 {
  max-width: 21.9%;
  min-width: 21.9%;
}
.w-21-rem {
  width: 21rem;
}
.w-22-0 {
  max-width: 22.0%;
  min-width: 22.0%;
}
.w-22-1 {
  max-width: 22.1%;
  min-width: 22.1%;
}
.w-22-2 {
  max-width: 22.2%;
  min-width: 22.2%;
}
.w-22-3 {
  max-width: 22.3%;
  min-width: 22.3%;
}
.w-22-4 {
  max-width: 22.4%;
  min-width: 22.4%;
}
.w-22-5 {
  max-width: 22.5%;
  min-width: 22.5%;
}
.w-22-6 {
  max-width: 22.6%;
  min-width: 22.6%;
}
.w-22-7 {
  max-width: 22.7%;
  min-width: 22.7%;
}
.w-22-8 {
  max-width: 22.8%;
  min-width: 22.8%;
}
.w-22-9 {
  max-width: 22.9%;
  min-width: 22.9%;
}
.w-22-rem {
  width: 22rem;
}
.w-23-0 {
  max-width: 23.0%;
  min-width: 23.0%;
}
.w-23-1 {
  max-width: 23.1%;
  min-width: 23.1%;
}
.w-23-2 {
  max-width: 23.2%;
  min-width: 23.2%;
}
.w-23-3 {
  max-width: 23.3%;
  min-width: 23.3%;
}
.w-23-4 {
  max-width: 23.4%;
  min-width: 23.4%;
}
.w-23-5 {
  max-width: 23.5%;
  min-width: 23.5%;
}
.w-23-6 {
  max-width: 23.6%;
  min-width: 23.6%;
}
.w-23-7 {
  max-width: 23.7%;
  min-width: 23.7%;
}
.w-23-8 {
  max-width: 23.8%;
  min-width: 23.8%;
}
.w-23-9 {
  max-width: 23.9%;
  min-width: 23.9%;
}
.w-23-rem {
  width: 23rem;
}
.w-24-0 {
  max-width: 24.0%;
  min-width: 24.0%;
}
.w-24-1 {
  max-width: 24.1%;
  min-width: 24.1%;
}
.w-24-2 {
  max-width: 24.2%;
  min-width: 24.2%;
}
.w-24-3 {
  max-width: 24.3%;
  min-width: 24.3%;
}
.w-24-4 {
  max-width: 24.4%;
  min-width: 24.4%;
}
.w-24-5 {
  max-width: 24.5%;
  min-width: 24.5%;
}
.w-24-6 {
  max-width: 24.6%;
  min-width: 24.6%;
}
.w-24-7 {
  max-width: 24.7%;
  min-width: 24.7%;
}
.w-24-8 {
  max-width: 24.8%;
  min-width: 24.8%;
}
.w-24-9 {
  max-width: 24.9%;
  min-width: 24.9%;
}
.w-24-rem {
  width: 24rem;
}
.w-25-0 {
  max-width: 25.0%;
  min-width: 25.0%;
}
.w-25-1 {
  max-width: 25.1%;
  min-width: 25.1%;
}
.w-25-2 {
  max-width: 25.2%;
  min-width: 25.2%;
}
.w-25-3 {
  max-width: 25.3%;
  min-width: 25.3%;
}
.w-25-4 {
  max-width: 25.4%;
  min-width: 25.4%;
}
.w-25-5 {
  max-width: 25.5%;
  min-width: 25.5%;
}
.w-25-6 {
  max-width: 25.6%;
  min-width: 25.6%;
}
.w-25-7 {
  max-width: 25.7%;
  min-width: 25.7%;
}
.w-25-8 {
  max-width: 25.8%;
  min-width: 25.8%;
}
.w-25-9 {
  max-width: 25.9%;
  min-width: 25.9%;
}
.w-25-rem {
  width: 25rem;
}
.w-26-0 {
  max-width: 26.0%;
  min-width: 26.0%;
}
.w-26-1 {
  max-width: 26.1%;
  min-width: 26.1%;
}
.w-26-2 {
  max-width: 26.2%;
  min-width: 26.2%;
}
.w-26-3 {
  max-width: 26.3%;
  min-width: 26.3%;
}
.w-26-4 {
  max-width: 26.4%;
  min-width: 26.4%;
}
.w-26-5 {
  max-width: 26.5%;
  min-width: 26.5%;
}
.w-26-6 {
  max-width: 26.6%;
  min-width: 26.6%;
}
.w-26-7 {
  max-width: 26.7%;
  min-width: 26.7%;
}
.w-26-8 {
  max-width: 26.8%;
  min-width: 26.8%;
}
.w-26-9 {
  max-width: 26.9%;
  min-width: 26.9%;
}
.w-26-rem {
  width: 26rem;
}
.w-27-0 {
  max-width: 27.0%;
  min-width: 27.0%;
}
.w-27-1 {
  max-width: 27.1%;
  min-width: 27.1%;
}
.w-27-2 {
  max-width: 27.2%;
  min-width: 27.2%;
}
.w-27-3 {
  max-width: 27.3%;
  min-width: 27.3%;
}
.w-27-4 {
  max-width: 27.4%;
  min-width: 27.4%;
}
.w-27-5 {
  max-width: 27.5%;
  min-width: 27.5%;
}
.w-27-6 {
  max-width: 27.6%;
  min-width: 27.6%;
}
.w-27-7 {
  max-width: 27.7%;
  min-width: 27.7%;
}
.w-27-8 {
  max-width: 27.8%;
  min-width: 27.8%;
}
.w-27-9 {
  max-width: 27.9%;
  min-width: 27.9%;
}
.w-27-rem {
  width: 27rem;
}
.w-28-0 {
  max-width: 28.0%;
  min-width: 28.0%;
}
.w-28-1 {
  max-width: 28.1%;
  min-width: 28.1%;
}
.w-28-2 {
  max-width: 28.2%;
  min-width: 28.2%;
}
.w-28-3 {
  max-width: 28.3%;
  min-width: 28.3%;
}
.w-28-4 {
  max-width: 28.4%;
  min-width: 28.4%;
}
.w-28-5 {
  max-width: 28.5%;
  min-width: 28.5%;
}
.w-28-6 {
  max-width: 28.6%;
  min-width: 28.6%;
}
.w-28-7 {
  max-width: 28.7%;
  min-width: 28.7%;
}
.w-28-8 {
  max-width: 28.8%;
  min-width: 28.8%;
}
.w-28-9 {
  max-width: 28.9%;
  min-width: 28.9%;
}
.w-28-rem {
  width: 28rem;
}
.w-29-0 {
  max-width: 29.0%;
  min-width: 29.0%;
}
.w-29-1 {
  max-width: 29.1%;
  min-width: 29.1%;
}
.w-29-2 {
  max-width: 29.2%;
  min-width: 29.2%;
}
.w-29-3 {
  max-width: 29.3%;
  min-width: 29.3%;
}
.w-29-4 {
  max-width: 29.4%;
  min-width: 29.4%;
}
.w-29-5 {
  max-width: 29.5%;
  min-width: 29.5%;
}
.w-29-6 {
  max-width: 29.6%;
  min-width: 29.6%;
}
.w-29-7 {
  max-width: 29.7%;
  min-width: 29.7%;
}
.w-29-8 {
  max-width: 29.8%;
  min-width: 29.8%;
}
.w-29-9 {
  max-width: 29.9%;
  min-width: 29.9%;
}
.w-29-rem {
  width: 29rem;
}
.w-30-0 {
  max-width: 30.0%;
  min-width: 30.0%;
}
.w-30-1 {
  max-width: 30.1%;
  min-width: 30.1%;
}
.w-30-2 {
  max-width: 30.2%;
  min-width: 30.2%;
}
.w-30-3 {
  max-width: 30.3%;
  min-width: 30.3%;
}
.w-30-4 {
  max-width: 30.4%;
  min-width: 30.4%;
}
.w-30-5 {
  max-width: 30.5%;
  min-width: 30.5%;
}
.w-30-6 {
  max-width: 30.6%;
  min-width: 30.6%;
}
.w-30-7 {
  max-width: 30.7%;
  min-width: 30.7%;
}
.w-30-8 {
  max-width: 30.8%;
  min-width: 30.8%;
}
.w-30-9 {
  max-width: 30.9%;
  min-width: 30.9%;
}
.w-30-rem {
  width: 30rem;
}
.w-31-0 {
  max-width: 31.0%;
  min-width: 31.0%;
}
.w-31-1 {
  max-width: 31.1%;
  min-width: 31.1%;
}
.w-31-2 {
  max-width: 31.2%;
  min-width: 31.2%;
}
.w-31-3 {
  max-width: 31.3%;
  min-width: 31.3%;
}
.w-31-4 {
  max-width: 31.4%;
  min-width: 31.4%;
}
.w-31-5 {
  max-width: 31.5%;
  min-width: 31.5%;
}
.w-31-6 {
  max-width: 31.6%;
  min-width: 31.6%;
}
.w-31-7 {
  max-width: 31.7%;
  min-width: 31.7%;
}
.w-31-8 {
  max-width: 31.8%;
  min-width: 31.8%;
}
.w-31-9 {
  max-width: 31.9%;
  min-width: 31.9%;
}
.w-31-rem {
  width: 31rem;
}
.w-32-0 {
  max-width: 32.0%;
  min-width: 32.0%;
}
.w-32-1 {
  max-width: 32.1%;
  min-width: 32.1%;
}
.w-32-2 {
  max-width: 32.2%;
  min-width: 32.2%;
}
.w-32-3 {
  max-width: 32.3%;
  min-width: 32.3%;
}
.w-32-4 {
  max-width: 32.4%;
  min-width: 32.4%;
}
.w-32-5 {
  max-width: 32.5%;
  min-width: 32.5%;
}
.w-32-6 {
  max-width: 32.6%;
  min-width: 32.6%;
}
.w-32-7 {
  max-width: 32.7%;
  min-width: 32.7%;
}
.w-32-8 {
  max-width: 32.8%;
  min-width: 32.8%;
}
.w-32-9 {
  max-width: 32.9%;
  min-width: 32.9%;
}
.w-32-rem {
  width: 32rem;
}
.w-33-0 {
  max-width: 33.0%;
  min-width: 33.0%;
}
.w-33-1 {
  max-width: 33.1%;
  min-width: 33.1%;
}
.w-33-2 {
  max-width: 33.2%;
  min-width: 33.2%;
}
.w-33-3 {
  max-width: 33.3%;
  min-width: 33.3%;
}
.w-33-4 {
  max-width: 33.4%;
  min-width: 33.4%;
}
.w-33-5 {
  max-width: 33.5%;
  min-width: 33.5%;
}
.w-33-6 {
  max-width: 33.6%;
  min-width: 33.6%;
}
.w-33-7 {
  max-width: 33.7%;
  min-width: 33.7%;
}
.w-33-8 {
  max-width: 33.8%;
  min-width: 33.8%;
}
.w-33-9 {
  max-width: 33.9%;
  min-width: 33.9%;
}
.w-33-rem {
  width: 33rem;
}
.w-34-0 {
  max-width: 34.0%;
  min-width: 34.0%;
}
.w-34-1 {
  max-width: 34.1%;
  min-width: 34.1%;
}
.w-34-2 {
  max-width: 34.2%;
  min-width: 34.2%;
}
.w-34-3 {
  max-width: 34.3%;
  min-width: 34.3%;
}
.w-34-4 {
  max-width: 34.4%;
  min-width: 34.4%;
}
.w-34-5 {
  max-width: 34.5%;
  min-width: 34.5%;
}
.w-34-6 {
  max-width: 34.6%;
  min-width: 34.6%;
}
.w-34-7 {
  max-width: 34.7%;
  min-width: 34.7%;
}
.w-34-8 {
  max-width: 34.8%;
  min-width: 34.8%;
}
.w-34-9 {
  max-width: 34.9%;
  min-width: 34.9%;
}
.w-34-rem {
  width: 34rem;
}
.w-35-0 {
  max-width: 35.0%;
  min-width: 35.0%;
}
.w-35-1 {
  max-width: 35.1%;
  min-width: 35.1%;
}
.w-35-2 {
  max-width: 35.2%;
  min-width: 35.2%;
}
.w-35-3 {
  max-width: 35.3%;
  min-width: 35.3%;
}
.w-35-4 {
  max-width: 35.4%;
  min-width: 35.4%;
}
.w-35-5 {
  max-width: 35.5%;
  min-width: 35.5%;
}
.w-35-6 {
  max-width: 35.6%;
  min-width: 35.6%;
}
.w-35-7 {
  max-width: 35.7%;
  min-width: 35.7%;
}
.w-35-8 {
  max-width: 35.8%;
  min-width: 35.8%;
}
.w-35-9 {
  max-width: 35.9%;
  min-width: 35.9%;
}
.w-35-rem {
  width: 35rem;
}
.w-36-0 {
  max-width: 36.0%;
  min-width: 36.0%;
}
.w-36-1 {
  max-width: 36.1%;
  min-width: 36.1%;
}
.w-36-2 {
  max-width: 36.2%;
  min-width: 36.2%;
}
.w-36-3 {
  max-width: 36.3%;
  min-width: 36.3%;
}
.w-36-4 {
  max-width: 36.4%;
  min-width: 36.4%;
}
.w-36-5 {
  max-width: 36.5%;
  min-width: 36.5%;
}
.w-36-6 {
  max-width: 36.6%;
  min-width: 36.6%;
}
.w-36-7 {
  max-width: 36.7%;
  min-width: 36.7%;
}
.w-36-8 {
  max-width: 36.8%;
  min-width: 36.8%;
}
.w-36-9 {
  max-width: 36.9%;
  min-width: 36.9%;
}
.w-36-rem {
  width: 36rem;
}
.w-37-0 {
  max-width: 37.0%;
  min-width: 37.0%;
}
.w-37-1 {
  max-width: 37.1%;
  min-width: 37.1%;
}
.w-37-2 {
  max-width: 37.2%;
  min-width: 37.2%;
}
.w-37-3 {
  max-width: 37.3%;
  min-width: 37.3%;
}
.w-37-4 {
  max-width: 37.4%;
  min-width: 37.4%;
}
.w-37-5 {
  max-width: 37.5%;
  min-width: 37.5%;
}
.w-37-6 {
  max-width: 37.6%;
  min-width: 37.6%;
}
.w-37-7 {
  max-width: 37.7%;
  min-width: 37.7%;
}
.w-37-8 {
  max-width: 37.8%;
  min-width: 37.8%;
}
.w-37-9 {
  max-width: 37.9%;
  min-width: 37.9%;
}
.w-37-rem {
  width: 37rem;
}
.w-38-0 {
  max-width: 38.0%;
  min-width: 38.0%;
}
.w-38-1 {
  max-width: 38.1%;
  min-width: 38.1%;
}
.w-38-2 {
  max-width: 38.2%;
  min-width: 38.2%;
}
.w-38-3 {
  max-width: 38.3%;
  min-width: 38.3%;
}
.w-38-4 {
  max-width: 38.4%;
  min-width: 38.4%;
}
.w-38-5 {
  max-width: 38.5%;
  min-width: 38.5%;
}
.w-38-6 {
  max-width: 38.6%;
  min-width: 38.6%;
}
.w-38-7 {
  max-width: 38.7%;
  min-width: 38.7%;
}
.w-38-8 {
  max-width: 38.8%;
  min-width: 38.8%;
}
.w-38-9 {
  max-width: 38.9%;
  min-width: 38.9%;
}
.w-38-rem {
  width: 38rem;
}
.w-39-0 {
  max-width: 39.0%;
  min-width: 39.0%;
}
.w-39-1 {
  max-width: 39.1%;
  min-width: 39.1%;
}
.w-39-2 {
  max-width: 39.2%;
  min-width: 39.2%;
}
.w-39-3 {
  max-width: 39.3%;
  min-width: 39.3%;
}
.w-39-4 {
  max-width: 39.4%;
  min-width: 39.4%;
}
.w-39-5 {
  max-width: 39.5%;
  min-width: 39.5%;
}
.w-39-6 {
  max-width: 39.6%;
  min-width: 39.6%;
}
.w-39-7 {
  max-width: 39.7%;
  min-width: 39.7%;
}
.w-39-8 {
  max-width: 39.8%;
  min-width: 39.8%;
}
.w-39-9 {
  max-width: 39.9%;
  min-width: 39.9%;
}
.w-39-rem {
  width: 39rem;
}
.w-40-0 {
  max-width: 40.0%;
  min-width: 40.0%;
}
.w-40-1 {
  max-width: 40.1%;
  min-width: 40.1%;
}
.w-40-2 {
  max-width: 40.2%;
  min-width: 40.2%;
}
.w-40-3 {
  max-width: 40.3%;
  min-width: 40.3%;
}
.w-40-4 {
  max-width: 40.4%;
  min-width: 40.4%;
}
.w-40-5 {
  max-width: 40.5%;
  min-width: 40.5%;
}
.w-40-6 {
  max-width: 40.6%;
  min-width: 40.6%;
}
.w-40-7 {
  max-width: 40.7%;
  min-width: 40.7%;
}
.w-40-8 {
  max-width: 40.8%;
  min-width: 40.8%;
}
.w-40-9 {
  max-width: 40.9%;
  min-width: 40.9%;
}
.w-40-rem {
  width: 40rem;
}
.w-41-0 {
  max-width: 41.0%;
  min-width: 41.0%;
}
.w-41-1 {
  max-width: 41.1%;
  min-width: 41.1%;
}
.w-41-2 {
  max-width: 41.2%;
  min-width: 41.2%;
}
.w-41-3 {
  max-width: 41.3%;
  min-width: 41.3%;
}
.w-41-4 {
  max-width: 41.4%;
  min-width: 41.4%;
}
.w-41-5 {
  max-width: 41.5%;
  min-width: 41.5%;
}
.w-41-6 {
  max-width: 41.6%;
  min-width: 41.6%;
}
.w-41-7 {
  max-width: 41.7%;
  min-width: 41.7%;
}
.w-41-8 {
  max-width: 41.8%;
  min-width: 41.8%;
}
.w-41-9 {
  max-width: 41.9%;
  min-width: 41.9%;
}
.w-41-rem {
  width: 41rem;
}
.w-42-0 {
  max-width: 42.0%;
  min-width: 42.0%;
}
.w-42-1 {
  max-width: 42.1%;
  min-width: 42.1%;
}
.w-42-2 {
  max-width: 42.2%;
  min-width: 42.2%;
}
.w-42-3 {
  max-width: 42.3%;
  min-width: 42.3%;
}
.w-42-4 {
  max-width: 42.4%;
  min-width: 42.4%;
}
.w-42-5 {
  max-width: 42.5%;
  min-width: 42.5%;
}
.w-42-6 {
  max-width: 42.6%;
  min-width: 42.6%;
}
.w-42-7 {
  max-width: 42.7%;
  min-width: 42.7%;
}
.w-42-8 {
  max-width: 42.8%;
  min-width: 42.8%;
}
.w-42-9 {
  max-width: 42.9%;
  min-width: 42.9%;
}
.w-42-rem {
  width: 42rem;
}
.w-43-0 {
  max-width: 43.0%;
  min-width: 43.0%;
}
.w-43-1 {
  max-width: 43.1%;
  min-width: 43.1%;
}
.w-43-2 {
  max-width: 43.2%;
  min-width: 43.2%;
}
.w-43-3 {
  max-width: 43.3%;
  min-width: 43.3%;
}
.w-43-4 {
  max-width: 43.4%;
  min-width: 43.4%;
}
.w-43-5 {
  max-width: 43.5%;
  min-width: 43.5%;
}
.w-43-6 {
  max-width: 43.6%;
  min-width: 43.6%;
}
.w-43-7 {
  max-width: 43.7%;
  min-width: 43.7%;
}
.w-43-8 {
  max-width: 43.8%;
  min-width: 43.8%;
}
.w-43-9 {
  max-width: 43.9%;
  min-width: 43.9%;
}
.w-43-rem {
  width: 43rem;
}
.w-44-0 {
  max-width: 44.0%;
  min-width: 44.0%;
}
.w-44-1 {
  max-width: 44.1%;
  min-width: 44.1%;
}
.w-44-2 {
  max-width: 44.2%;
  min-width: 44.2%;
}
.w-44-3 {
  max-width: 44.3%;
  min-width: 44.3%;
}
.w-44-4 {
  max-width: 44.4%;
  min-width: 44.4%;
}
.w-44-5 {
  max-width: 44.5%;
  min-width: 44.5%;
}
.w-44-6 {
  max-width: 44.6%;
  min-width: 44.6%;
}
.w-44-7 {
  max-width: 44.7%;
  min-width: 44.7%;
}
.w-44-8 {
  max-width: 44.8%;
  min-width: 44.8%;
}
.w-44-9 {
  max-width: 44.9%;
  min-width: 44.9%;
}
.w-44-rem {
  width: 44rem;
}
.w-45-0 {
  max-width: 45.0%;
  min-width: 45.0%;
}
.w-45-1 {
  max-width: 45.1%;
  min-width: 45.1%;
}
.w-45-2 {
  max-width: 45.2%;
  min-width: 45.2%;
}
.w-45-3 {
  max-width: 45.3%;
  min-width: 45.3%;
}
.w-45-4 {
  max-width: 45.4%;
  min-width: 45.4%;
}
.w-45-5 {
  max-width: 45.5%;
  min-width: 45.5%;
}
.w-45-6 {
  max-width: 45.6%;
  min-width: 45.6%;
}
.w-45-7 {
  max-width: 45.7%;
  min-width: 45.7%;
}
.w-45-8 {
  max-width: 45.8%;
  min-width: 45.8%;
}
.w-45-9 {
  max-width: 45.9%;
  min-width: 45.9%;
}
.w-45-rem {
  width: 45rem;
}
.w-46-0 {
  max-width: 46.0%;
  min-width: 46.0%;
}
.w-46-1 {
  max-width: 46.1%;
  min-width: 46.1%;
}
.w-46-2 {
  max-width: 46.2%;
  min-width: 46.2%;
}
.w-46-3 {
  max-width: 46.3%;
  min-width: 46.3%;
}
.w-46-4 {
  max-width: 46.4%;
  min-width: 46.4%;
}
.w-46-5 {
  max-width: 46.5%;
  min-width: 46.5%;
}
.w-46-6 {
  max-width: 46.6%;
  min-width: 46.6%;
}
.w-46-7 {
  max-width: 46.7%;
  min-width: 46.7%;
}
.w-46-8 {
  max-width: 46.8%;
  min-width: 46.8%;
}
.w-46-9 {
  max-width: 46.9%;
  min-width: 46.9%;
}
.w-46-rem {
  width: 46rem;
}
.w-47-0 {
  max-width: 47.0%;
  min-width: 47.0%;
}
.w-47-1 {
  max-width: 47.1%;
  min-width: 47.1%;
}
.w-47-2 {
  max-width: 47.2%;
  min-width: 47.2%;
}
.w-47-3 {
  max-width: 47.3%;
  min-width: 47.3%;
}
.w-47-4 {
  max-width: 47.4%;
  min-width: 47.4%;
}
.w-47-5 {
  max-width: 47.5%;
  min-width: 47.5%;
}
.w-47-6 {
  max-width: 47.6%;
  min-width: 47.6%;
}
.w-47-7 {
  max-width: 47.7%;
  min-width: 47.7%;
}
.w-47-8 {
  max-width: 47.8%;
  min-width: 47.8%;
}
.w-47-9 {
  max-width: 47.9%;
  min-width: 47.9%;
}
.w-47-rem {
  width: 47rem;
}
.w-48-0 {
  max-width: 48.0%;
  min-width: 48.0%;
}
.w-48-1 {
  max-width: 48.1%;
  min-width: 48.1%;
}
.w-48-2 {
  max-width: 48.2%;
  min-width: 48.2%;
}
.w-48-3 {
  max-width: 48.3%;
  min-width: 48.3%;
}
.w-48-4 {
  max-width: 48.4%;
  min-width: 48.4%;
}
.w-48-5 {
  max-width: 48.5%;
  min-width: 48.5%;
}
.w-48-6 {
  max-width: 48.6%;
  min-width: 48.6%;
}
.w-48-7 {
  max-width: 48.7%;
  min-width: 48.7%;
}
.w-48-8 {
  max-width: 48.8%;
  min-width: 48.8%;
}
.w-48-9 {
  max-width: 48.9%;
  min-width: 48.9%;
}
.w-48-rem {
  width: 48rem;
}
.w-49-0 {
  max-width: 49.0%;
  min-width: 49.0%;
}
.w-49-1 {
  max-width: 49.1%;
  min-width: 49.1%;
}
.w-49-2 {
  max-width: 49.2%;
  min-width: 49.2%;
}
.w-49-3 {
  max-width: 49.3%;
  min-width: 49.3%;
}
.w-49-4 {
  max-width: 49.4%;
  min-width: 49.4%;
}
.w-49-5 {
  max-width: 49.5%;
  min-width: 49.5%;
}
.w-49-6 {
  max-width: 49.6%;
  min-width: 49.6%;
}
.w-49-7 {
  max-width: 49.7%;
  min-width: 49.7%;
}
.w-49-8 {
  max-width: 49.8%;
  min-width: 49.8%;
}
.w-49-9 {
  max-width: 49.9%;
  min-width: 49.9%;
}
.w-49-rem {
  width: 49rem;
}
.w-50-0 {
  max-width: 50.0%;
  min-width: 50.0%;
}
.w-50-1 {
  max-width: 50.1%;
  min-width: 50.1%;
}
.w-50-2 {
  max-width: 50.2%;
  min-width: 50.2%;
}
.w-50-3 {
  max-width: 50.3%;
  min-width: 50.3%;
}
.w-50-4 {
  max-width: 50.4%;
  min-width: 50.4%;
}
.w-50-5 {
  max-width: 50.5%;
  min-width: 50.5%;
}
.w-50-6 {
  max-width: 50.6%;
  min-width: 50.6%;
}
.w-50-7 {
  max-width: 50.7%;
  min-width: 50.7%;
}
.w-50-8 {
  max-width: 50.8%;
  min-width: 50.8%;
}
.w-50-9 {
  max-width: 50.9%;
  min-width: 50.9%;
}
.w-50-rem {
  width: 50rem;
}
.w-51-0 {
  max-width: 51.0%;
  min-width: 51.0%;
}
.w-51-1 {
  max-width: 51.1%;
  min-width: 51.1%;
}
.w-51-2 {
  max-width: 51.2%;
  min-width: 51.2%;
}
.w-51-3 {
  max-width: 51.3%;
  min-width: 51.3%;
}
.w-51-4 {
  max-width: 51.4%;
  min-width: 51.4%;
}
.w-51-5 {
  max-width: 51.5%;
  min-width: 51.5%;
}
.w-51-6 {
  max-width: 51.6%;
  min-width: 51.6%;
}
.w-51-7 {
  max-width: 51.7%;
  min-width: 51.7%;
}
.w-51-8 {
  max-width: 51.8%;
  min-width: 51.8%;
}
.w-51-9 {
  max-width: 51.9%;
  min-width: 51.9%;
}
.w-51-rem {
  width: 51rem;
}
.w-52-0 {
  max-width: 52.0%;
  min-width: 52.0%;
}
.w-52-1 {
  max-width: 52.1%;
  min-width: 52.1%;
}
.w-52-2 {
  max-width: 52.2%;
  min-width: 52.2%;
}
.w-52-3 {
  max-width: 52.3%;
  min-width: 52.3%;
}
.w-52-4 {
  max-width: 52.4%;
  min-width: 52.4%;
}
.w-52-5 {
  max-width: 52.5%;
  min-width: 52.5%;
}
.w-52-6 {
  max-width: 52.6%;
  min-width: 52.6%;
}
.w-52-7 {
  max-width: 52.7%;
  min-width: 52.7%;
}
.w-52-8 {
  max-width: 52.8%;
  min-width: 52.8%;
}
.w-52-9 {
  max-width: 52.9%;
  min-width: 52.9%;
}
.w-52-rem {
  width: 52rem;
}
.w-53-0 {
  max-width: 53.0%;
  min-width: 53.0%;
}
.w-53-1 {
  max-width: 53.1%;
  min-width: 53.1%;
}
.w-53-2 {
  max-width: 53.2%;
  min-width: 53.2%;
}
.w-53-3 {
  max-width: 53.3%;
  min-width: 53.3%;
}
.w-53-4 {
  max-width: 53.4%;
  min-width: 53.4%;
}
.w-53-5 {
  max-width: 53.5%;
  min-width: 53.5%;
}
.w-53-6 {
  max-width: 53.6%;
  min-width: 53.6%;
}
.w-53-7 {
  max-width: 53.7%;
  min-width: 53.7%;
}
.w-53-8 {
  max-width: 53.8%;
  min-width: 53.8%;
}
.w-53-9 {
  max-width: 53.9%;
  min-width: 53.9%;
}
.w-53-rem {
  width: 53rem;
}
.w-54-0 {
  max-width: 54.0%;
  min-width: 54.0%;
}
.w-54-1 {
  max-width: 54.1%;
  min-width: 54.1%;
}
.w-54-2 {
  max-width: 54.2%;
  min-width: 54.2%;
}
.w-54-3 {
  max-width: 54.3%;
  min-width: 54.3%;
}
.w-54-4 {
  max-width: 54.4%;
  min-width: 54.4%;
}
.w-54-5 {
  max-width: 54.5%;
  min-width: 54.5%;
}
.w-54-6 {
  max-width: 54.6%;
  min-width: 54.6%;
}
.w-54-7 {
  max-width: 54.7%;
  min-width: 54.7%;
}
.w-54-8 {
  max-width: 54.8%;
  min-width: 54.8%;
}
.w-54-9 {
  max-width: 54.9%;
  min-width: 54.9%;
}
.w-54-rem {
  width: 54rem;
}
.w-55-0 {
  max-width: 55.0%;
  min-width: 55.0%;
}
.w-55-1 {
  max-width: 55.1%;
  min-width: 55.1%;
}
.w-55-2 {
  max-width: 55.2%;
  min-width: 55.2%;
}
.w-55-3 {
  max-width: 55.3%;
  min-width: 55.3%;
}
.w-55-4 {
  max-width: 55.4%;
  min-width: 55.4%;
}
.w-55-5 {
  max-width: 55.5%;
  min-width: 55.5%;
}
.w-55-6 {
  max-width: 55.6%;
  min-width: 55.6%;
}
.w-55-7 {
  max-width: 55.7%;
  min-width: 55.7%;
}
.w-55-8 {
  max-width: 55.8%;
  min-width: 55.8%;
}
.w-55-9 {
  max-width: 55.9%;
  min-width: 55.9%;
}
.w-55-rem {
  width: 55rem;
}
.w-56-0 {
  max-width: 56.0%;
  min-width: 56.0%;
}
.w-56-1 {
  max-width: 56.1%;
  min-width: 56.1%;
}
.w-56-2 {
  max-width: 56.2%;
  min-width: 56.2%;
}
.w-56-3 {
  max-width: 56.3%;
  min-width: 56.3%;
}
.w-56-4 {
  max-width: 56.4%;
  min-width: 56.4%;
}
.w-56-5 {
  max-width: 56.5%;
  min-width: 56.5%;
}
.w-56-6 {
  max-width: 56.6%;
  min-width: 56.6%;
}
.w-56-7 {
  max-width: 56.7%;
  min-width: 56.7%;
}
.w-56-8 {
  max-width: 56.8%;
  min-width: 56.8%;
}
.w-56-9 {
  max-width: 56.9%;
  min-width: 56.9%;
}
.w-56-rem {
  width: 56rem;
}
.w-57-0 {
  max-width: 57.0%;
  min-width: 57.0%;
}
.w-57-1 {
  max-width: 57.1%;
  min-width: 57.1%;
}
.w-57-2 {
  max-width: 57.2%;
  min-width: 57.2%;
}
.w-57-3 {
  max-width: 57.3%;
  min-width: 57.3%;
}
.w-57-4 {
  max-width: 57.4%;
  min-width: 57.4%;
}
.w-57-5 {
  max-width: 57.5%;
  min-width: 57.5%;
}
.w-57-6 {
  max-width: 57.6%;
  min-width: 57.6%;
}
.w-57-7 {
  max-width: 57.7%;
  min-width: 57.7%;
}
.w-57-8 {
  max-width: 57.8%;
  min-width: 57.8%;
}
.w-57-9 {
  max-width: 57.9%;
  min-width: 57.9%;
}
.w-57-rem {
  width: 57rem;
}
.w-58-0 {
  max-width: 58.0%;
  min-width: 58.0%;
}
.w-58-1 {
  max-width: 58.1%;
  min-width: 58.1%;
}
.w-58-2 {
  max-width: 58.2%;
  min-width: 58.2%;
}
.w-58-3 {
  max-width: 58.3%;
  min-width: 58.3%;
}
.w-58-4 {
  max-width: 58.4%;
  min-width: 58.4%;
}
.w-58-5 {
  max-width: 58.5%;
  min-width: 58.5%;
}
.w-58-6 {
  max-width: 58.6%;
  min-width: 58.6%;
}
.w-58-7 {
  max-width: 58.7%;
  min-width: 58.7%;
}
.w-58-8 {
  max-width: 58.8%;
  min-width: 58.8%;
}
.w-58-9 {
  max-width: 58.9%;
  min-width: 58.9%;
}
.w-58-rem {
  width: 58rem;
}
.w-59-0 {
  max-width: 59.0%;
  min-width: 59.0%;
}
.w-59-1 {
  max-width: 59.1%;
  min-width: 59.1%;
}
.w-59-2 {
  max-width: 59.2%;
  min-width: 59.2%;
}
.w-59-3 {
  max-width: 59.3%;
  min-width: 59.3%;
}
.w-59-4 {
  max-width: 59.4%;
  min-width: 59.4%;
}
.w-59-5 {
  max-width: 59.5%;
  min-width: 59.5%;
}
.w-59-6 {
  max-width: 59.6%;
  min-width: 59.6%;
}
.w-59-7 {
  max-width: 59.7%;
  min-width: 59.7%;
}
.w-59-8 {
  max-width: 59.8%;
  min-width: 59.8%;
}
.w-59-9 {
  max-width: 59.9%;
  min-width: 59.9%;
}
.w-59-rem {
  width: 59rem;
}
.w-60-0 {
  max-width: 60.0%;
  min-width: 60.0%;
}
.w-60-1 {
  max-width: 60.1%;
  min-width: 60.1%;
}
.w-60-2 {
  max-width: 60.2%;
  min-width: 60.2%;
}
.w-60-3 {
  max-width: 60.3%;
  min-width: 60.3%;
}
.w-60-4 {
  max-width: 60.4%;
  min-width: 60.4%;
}
.w-60-5 {
  max-width: 60.5%;
  min-width: 60.5%;
}
.w-60-6 {
  max-width: 60.6%;
  min-width: 60.6%;
}
.w-60-7 {
  max-width: 60.7%;
  min-width: 60.7%;
}
.w-60-8 {
  max-width: 60.8%;
  min-width: 60.8%;
}
.w-60-9 {
  max-width: 60.9%;
  min-width: 60.9%;
}
.w-60-rem {
  width: 60rem;
}
.w-61-0 {
  max-width: 61.0%;
  min-width: 61.0%;
}
.w-61-1 {
  max-width: 61.1%;
  min-width: 61.1%;
}
.w-61-2 {
  max-width: 61.2%;
  min-width: 61.2%;
}
.w-61-3 {
  max-width: 61.3%;
  min-width: 61.3%;
}
.w-61-4 {
  max-width: 61.4%;
  min-width: 61.4%;
}
.w-61-5 {
  max-width: 61.5%;
  min-width: 61.5%;
}
.w-61-6 {
  max-width: 61.6%;
  min-width: 61.6%;
}
.w-61-7 {
  max-width: 61.7%;
  min-width: 61.7%;
}
.w-61-8 {
  max-width: 61.8%;
  min-width: 61.8%;
}
.w-61-9 {
  max-width: 61.9%;
  min-width: 61.9%;
}
.w-61-rem {
  width: 61rem;
}
.w-62-0 {
  max-width: 62.0%;
  min-width: 62.0%;
}
.w-62-1 {
  max-width: 62.1%;
  min-width: 62.1%;
}
.w-62-2 {
  max-width: 62.2%;
  min-width: 62.2%;
}
.w-62-3 {
  max-width: 62.3%;
  min-width: 62.3%;
}
.w-62-4 {
  max-width: 62.4%;
  min-width: 62.4%;
}
.w-62-5 {
  max-width: 62.5%;
  min-width: 62.5%;
}
.w-62-6 {
  max-width: 62.6%;
  min-width: 62.6%;
}
.w-62-7 {
  max-width: 62.7%;
  min-width: 62.7%;
}
.w-62-8 {
  max-width: 62.8%;
  min-width: 62.8%;
}
.w-62-9 {
  max-width: 62.9%;
  min-width: 62.9%;
}
.w-62-rem {
  width: 62rem;
}
.w-63-0 {
  max-width: 63.0%;
  min-width: 63.0%;
}
.w-63-1 {
  max-width: 63.1%;
  min-width: 63.1%;
}
.w-63-2 {
  max-width: 63.2%;
  min-width: 63.2%;
}
.w-63-3 {
  max-width: 63.3%;
  min-width: 63.3%;
}
.w-63-4 {
  max-width: 63.4%;
  min-width: 63.4%;
}
.w-63-5 {
  max-width: 63.5%;
  min-width: 63.5%;
}
.w-63-6 {
  max-width: 63.6%;
  min-width: 63.6%;
}
.w-63-7 {
  max-width: 63.7%;
  min-width: 63.7%;
}
.w-63-8 {
  max-width: 63.8%;
  min-width: 63.8%;
}
.w-63-9 {
  max-width: 63.9%;
  min-width: 63.9%;
}
.w-63-rem {
  width: 63rem;
}
.w-64-0 {
  max-width: 64.0%;
  min-width: 64.0%;
}
.w-64-1 {
  max-width: 64.1%;
  min-width: 64.1%;
}
.w-64-2 {
  max-width: 64.2%;
  min-width: 64.2%;
}
.w-64-3 {
  max-width: 64.3%;
  min-width: 64.3%;
}
.w-64-4 {
  max-width: 64.4%;
  min-width: 64.4%;
}
.w-64-5 {
  max-width: 64.5%;
  min-width: 64.5%;
}
.w-64-6 {
  max-width: 64.6%;
  min-width: 64.6%;
}
.w-64-7 {
  max-width: 64.7%;
  min-width: 64.7%;
}
.w-64-8 {
  max-width: 64.8%;
  min-width: 64.8%;
}
.w-64-9 {
  max-width: 64.9%;
  min-width: 64.9%;
}
.w-64-rem {
  width: 64rem;
}
.w-65-0 {
  max-width: 65.0%;
  min-width: 65.0%;
}
.w-65-1 {
  max-width: 65.1%;
  min-width: 65.1%;
}
.w-65-2 {
  max-width: 65.2%;
  min-width: 65.2%;
}
.w-65-3 {
  max-width: 65.3%;
  min-width: 65.3%;
}
.w-65-4 {
  max-width: 65.4%;
  min-width: 65.4%;
}
.w-65-5 {
  max-width: 65.5%;
  min-width: 65.5%;
}
.w-65-6 {
  max-width: 65.6%;
  min-width: 65.6%;
}
.w-65-7 {
  max-width: 65.7%;
  min-width: 65.7%;
}
.w-65-8 {
  max-width: 65.8%;
  min-width: 65.8%;
}
.w-65-9 {
  max-width: 65.9%;
  min-width: 65.9%;
}
.w-65-rem {
  width: 65rem;
}
.w-66-0 {
  max-width: 66.0%;
  min-width: 66.0%;
}
.w-66-1 {
  max-width: 66.1%;
  min-width: 66.1%;
}
.w-66-2 {
  max-width: 66.2%;
  min-width: 66.2%;
}
.w-66-3 {
  max-width: 66.3%;
  min-width: 66.3%;
}
.w-66-4 {
  max-width: 66.4%;
  min-width: 66.4%;
}
.w-66-5 {
  max-width: 66.5%;
  min-width: 66.5%;
}
.w-66-6 {
  max-width: 66.6%;
  min-width: 66.6%;
}
.w-66-7 {
  max-width: 66.7%;
  min-width: 66.7%;
}
.w-66-8 {
  max-width: 66.8%;
  min-width: 66.8%;
}
.w-66-9 {
  max-width: 66.9%;
  min-width: 66.9%;
}
.w-66-rem {
  width: 66rem;
}
.w-67-0 {
  max-width: 67.0%;
  min-width: 67.0%;
}
.w-67-1 {
  max-width: 67.1%;
  min-width: 67.1%;
}
.w-67-2 {
  max-width: 67.2%;
  min-width: 67.2%;
}
.w-67-3 {
  max-width: 67.3%;
  min-width: 67.3%;
}
.w-67-4 {
  max-width: 67.4%;
  min-width: 67.4%;
}
.w-67-5 {
  max-width: 67.5%;
  min-width: 67.5%;
}
.w-67-6 {
  max-width: 67.6%;
  min-width: 67.6%;
}
.w-67-7 {
  max-width: 67.7%;
  min-width: 67.7%;
}
.w-67-8 {
  max-width: 67.8%;
  min-width: 67.8%;
}
.w-67-9 {
  max-width: 67.9%;
  min-width: 67.9%;
}
.w-67-rem {
  width: 67rem;
}
.w-68-0 {
  max-width: 68.0%;
  min-width: 68.0%;
}
.w-68-1 {
  max-width: 68.1%;
  min-width: 68.1%;
}
.w-68-2 {
  max-width: 68.2%;
  min-width: 68.2%;
}
.w-68-3 {
  max-width: 68.3%;
  min-width: 68.3%;
}
.w-68-4 {
  max-width: 68.4%;
  min-width: 68.4%;
}
.w-68-5 {
  max-width: 68.5%;
  min-width: 68.5%;
}
.w-68-6 {
  max-width: 68.6%;
  min-width: 68.6%;
}
.w-68-7 {
  max-width: 68.7%;
  min-width: 68.7%;
}
.w-68-8 {
  max-width: 68.8%;
  min-width: 68.8%;
}
.w-68-9 {
  max-width: 68.9%;
  min-width: 68.9%;
}
.w-68-rem {
  width: 68rem;
}
.w-69-0 {
  max-width: 69.0%;
  min-width: 69.0%;
}
.w-69-1 {
  max-width: 69.1%;
  min-width: 69.1%;
}
.w-69-2 {
  max-width: 69.2%;
  min-width: 69.2%;
}
.w-69-3 {
  max-width: 69.3%;
  min-width: 69.3%;
}
.w-69-4 {
  max-width: 69.4%;
  min-width: 69.4%;
}
.w-69-5 {
  max-width: 69.5%;
  min-width: 69.5%;
}
.w-69-6 {
  max-width: 69.6%;
  min-width: 69.6%;
}
.w-69-7 {
  max-width: 69.7%;
  min-width: 69.7%;
}
.w-69-8 {
  max-width: 69.8%;
  min-width: 69.8%;
}
.w-69-9 {
  max-width: 69.9%;
  min-width: 69.9%;
}
.w-69-rem {
  width: 69rem;
}
.w-70-0 {
  max-width: 70.0%;
  min-width: 70.0%;
}
.w-70-1 {
  max-width: 70.1%;
  min-width: 70.1%;
}
.w-70-2 {
  max-width: 70.2%;
  min-width: 70.2%;
}
.w-70-3 {
  max-width: 70.3%;
  min-width: 70.3%;
}
.w-70-4 {
  max-width: 70.4%;
  min-width: 70.4%;
}
.w-70-5 {
  max-width: 70.5%;
  min-width: 70.5%;
}
.w-70-6 {
  max-width: 70.6%;
  min-width: 70.6%;
}
.w-70-7 {
  max-width: 70.7%;
  min-width: 70.7%;
}
.w-70-8 {
  max-width: 70.8%;
  min-width: 70.8%;
}
.w-70-9 {
  max-width: 70.9%;
  min-width: 70.9%;
}
.w-70-rem {
  width: 70rem;
}
.w-71-0 {
  max-width: 71.0%;
  min-width: 71.0%;
}
.w-71-1 {
  max-width: 71.1%;
  min-width: 71.1%;
}
.w-71-2 {
  max-width: 71.2%;
  min-width: 71.2%;
}
.w-71-3 {
  max-width: 71.3%;
  min-width: 71.3%;
}
.w-71-4 {
  max-width: 71.4%;
  min-width: 71.4%;
}
.w-71-5 {
  max-width: 71.5%;
  min-width: 71.5%;
}
.w-71-6 {
  max-width: 71.6%;
  min-width: 71.6%;
}
.w-71-7 {
  max-width: 71.7%;
  min-width: 71.7%;
}
.w-71-8 {
  max-width: 71.8%;
  min-width: 71.8%;
}
.w-71-9 {
  max-width: 71.9%;
  min-width: 71.9%;
}
.w-71-rem {
  width: 71rem;
}
.w-72-0 {
  max-width: 72.0%;
  min-width: 72.0%;
}
.w-72-1 {
  max-width: 72.1%;
  min-width: 72.1%;
}
.w-72-2 {
  max-width: 72.2%;
  min-width: 72.2%;
}
.w-72-3 {
  max-width: 72.3%;
  min-width: 72.3%;
}
.w-72-4 {
  max-width: 72.4%;
  min-width: 72.4%;
}
.w-72-5 {
  max-width: 72.5%;
  min-width: 72.5%;
}
.w-72-6 {
  max-width: 72.6%;
  min-width: 72.6%;
}
.w-72-7 {
  max-width: 72.7%;
  min-width: 72.7%;
}
.w-72-8 {
  max-width: 72.8%;
  min-width: 72.8%;
}
.w-72-9 {
  max-width: 72.9%;
  min-width: 72.9%;
}
.w-72-rem {
  width: 72rem;
}
.w-73-0 {
  max-width: 73.0%;
  min-width: 73.0%;
}
.w-73-1 {
  max-width: 73.1%;
  min-width: 73.1%;
}
.w-73-2 {
  max-width: 73.2%;
  min-width: 73.2%;
}
.w-73-3 {
  max-width: 73.3%;
  min-width: 73.3%;
}
.w-73-4 {
  max-width: 73.4%;
  min-width: 73.4%;
}
.w-73-5 {
  max-width: 73.5%;
  min-width: 73.5%;
}
.w-73-6 {
  max-width: 73.6%;
  min-width: 73.6%;
}
.w-73-7 {
  max-width: 73.7%;
  min-width: 73.7%;
}
.w-73-8 {
  max-width: 73.8%;
  min-width: 73.8%;
}
.w-73-9 {
  max-width: 73.9%;
  min-width: 73.9%;
}
.w-73-rem {
  width: 73rem;
}
.w-74-0 {
  max-width: 74.0%;
  min-width: 74.0%;
}
.w-74-1 {
  max-width: 74.1%;
  min-width: 74.1%;
}
.w-74-2 {
  max-width: 74.2%;
  min-width: 74.2%;
}
.w-74-3 {
  max-width: 74.3%;
  min-width: 74.3%;
}
.w-74-4 {
  max-width: 74.4%;
  min-width: 74.4%;
}
.w-74-5 {
  max-width: 74.5%;
  min-width: 74.5%;
}
.w-74-6 {
  max-width: 74.6%;
  min-width: 74.6%;
}
.w-74-7 {
  max-width: 74.7%;
  min-width: 74.7%;
}
.w-74-8 {
  max-width: 74.8%;
  min-width: 74.8%;
}
.w-74-9 {
  max-width: 74.9%;
  min-width: 74.9%;
}
.w-74-rem {
  width: 74rem;
}
.w-75-0 {
  max-width: 75.0%;
  min-width: 75.0%;
}
.w-75-1 {
  max-width: 75.1%;
  min-width: 75.1%;
}
.w-75-2 {
  max-width: 75.2%;
  min-width: 75.2%;
}
.w-75-3 {
  max-width: 75.3%;
  min-width: 75.3%;
}
.w-75-4 {
  max-width: 75.4%;
  min-width: 75.4%;
}
.w-75-5 {
  max-width: 75.5%;
  min-width: 75.5%;
}
.w-75-6 {
  max-width: 75.6%;
  min-width: 75.6%;
}
.w-75-7 {
  max-width: 75.7%;
  min-width: 75.7%;
}
.w-75-8 {
  max-width: 75.8%;
  min-width: 75.8%;
}
.w-75-9 {
  max-width: 75.9%;
  min-width: 75.9%;
}
.w-75-rem {
  width: 75rem;
}
.w-76-0 {
  max-width: 76.0%;
  min-width: 76.0%;
}
.w-76-1 {
  max-width: 76.1%;
  min-width: 76.1%;
}
.w-76-2 {
  max-width: 76.2%;
  min-width: 76.2%;
}
.w-76-3 {
  max-width: 76.3%;
  min-width: 76.3%;
}
.w-76-4 {
  max-width: 76.4%;
  min-width: 76.4%;
}
.w-76-5 {
  max-width: 76.5%;
  min-width: 76.5%;
}
.w-76-6 {
  max-width: 76.6%;
  min-width: 76.6%;
}
.w-76-7 {
  max-width: 76.7%;
  min-width: 76.7%;
}
.w-76-8 {
  max-width: 76.8%;
  min-width: 76.8%;
}
.w-76-9 {
  max-width: 76.9%;
  min-width: 76.9%;
}
.w-76-rem {
  width: 76rem;
}
.w-77-0 {
  max-width: 77.0%;
  min-width: 77.0%;
}
.w-77-1 {
  max-width: 77.1%;
  min-width: 77.1%;
}
.w-77-2 {
  max-width: 77.2%;
  min-width: 77.2%;
}
.w-77-3 {
  max-width: 77.3%;
  min-width: 77.3%;
}
.w-77-4 {
  max-width: 77.4%;
  min-width: 77.4%;
}
.w-77-5 {
  max-width: 77.5%;
  min-width: 77.5%;
}
.w-77-6 {
  max-width: 77.6%;
  min-width: 77.6%;
}
.w-77-7 {
  max-width: 77.7%;
  min-width: 77.7%;
}
.w-77-8 {
  max-width: 77.8%;
  min-width: 77.8%;
}
.w-77-9 {
  max-width: 77.9%;
  min-width: 77.9%;
}
.w-77-rem {
  width: 77rem;
}
.w-78-0 {
  max-width: 78.0%;
  min-width: 78.0%;
}
.w-78-1 {
  max-width: 78.1%;
  min-width: 78.1%;
}
.w-78-2 {
  max-width: 78.2%;
  min-width: 78.2%;
}
.w-78-3 {
  max-width: 78.3%;
  min-width: 78.3%;
}
.w-78-4 {
  max-width: 78.4%;
  min-width: 78.4%;
}
.w-78-5 {
  max-width: 78.5%;
  min-width: 78.5%;
}
.w-78-6 {
  max-width: 78.6%;
  min-width: 78.6%;
}
.w-78-7 {
  max-width: 78.7%;
  min-width: 78.7%;
}
.w-78-8 {
  max-width: 78.8%;
  min-width: 78.8%;
}
.w-78-9 {
  max-width: 78.9%;
  min-width: 78.9%;
}
.w-78-rem {
  width: 78rem;
}
.w-79-0 {
  max-width: 79.0%;
  min-width: 79.0%;
}
.w-79-1 {
  max-width: 79.1%;
  min-width: 79.1%;
}
.w-79-2 {
  max-width: 79.2%;
  min-width: 79.2%;
}
.w-79-3 {
  max-width: 79.3%;
  min-width: 79.3%;
}
.w-79-4 {
  max-width: 79.4%;
  min-width: 79.4%;
}
.w-79-5 {
  max-width: 79.5%;
  min-width: 79.5%;
}
.w-79-6 {
  max-width: 79.6%;
  min-width: 79.6%;
}
.w-79-7 {
  max-width: 79.7%;
  min-width: 79.7%;
}
.w-79-8 {
  max-width: 79.8%;
  min-width: 79.8%;
}
.w-79-9 {
  max-width: 79.9%;
  min-width: 79.9%;
}
.w-79-rem {
  width: 79rem;
}
.w-80-0 {
  max-width: 80.0%;
  min-width: 80.0%;
}
.w-80-1 {
  max-width: 80.1%;
  min-width: 80.1%;
}
.w-80-2 {
  max-width: 80.2%;
  min-width: 80.2%;
}
.w-80-3 {
  max-width: 80.3%;
  min-width: 80.3%;
}
.w-80-4 {
  max-width: 80.4%;
  min-width: 80.4%;
}
.w-80-5 {
  max-width: 80.5%;
  min-width: 80.5%;
}
.w-80-6 {
  max-width: 80.6%;
  min-width: 80.6%;
}
.w-80-7 {
  max-width: 80.7%;
  min-width: 80.7%;
}
.w-80-8 {
  max-width: 80.8%;
  min-width: 80.8%;
}
.w-80-9 {
  max-width: 80.9%;
  min-width: 80.9%;
}
.w-80-rem {
  width: 80rem;
}
.w-81-0 {
  max-width: 81.0%;
  min-width: 81.0%;
}
.w-81-1 {
  max-width: 81.1%;
  min-width: 81.1%;
}
.w-81-2 {
  max-width: 81.2%;
  min-width: 81.2%;
}
.w-81-3 {
  max-width: 81.3%;
  min-width: 81.3%;
}
.w-81-4 {
  max-width: 81.4%;
  min-width: 81.4%;
}
.w-81-5 {
  max-width: 81.5%;
  min-width: 81.5%;
}
.w-81-6 {
  max-width: 81.6%;
  min-width: 81.6%;
}
.w-81-7 {
  max-width: 81.7%;
  min-width: 81.7%;
}
.w-81-8 {
  max-width: 81.8%;
  min-width: 81.8%;
}
.w-81-9 {
  max-width: 81.9%;
  min-width: 81.9%;
}
.w-81-rem {
  width: 81rem;
}
.w-82-0 {
  max-width: 82.0%;
  min-width: 82.0%;
}
.w-82-1 {
  max-width: 82.1%;
  min-width: 82.1%;
}
.w-82-2 {
  max-width: 82.2%;
  min-width: 82.2%;
}
.w-82-3 {
  max-width: 82.3%;
  min-width: 82.3%;
}
.w-82-4 {
  max-width: 82.4%;
  min-width: 82.4%;
}
.w-82-5 {
  max-width: 82.5%;
  min-width: 82.5%;
}
.w-82-6 {
  max-width: 82.6%;
  min-width: 82.6%;
}
.w-82-7 {
  max-width: 82.7%;
  min-width: 82.7%;
}
.w-82-8 {
  max-width: 82.8%;
  min-width: 82.8%;
}
.w-82-9 {
  max-width: 82.9%;
  min-width: 82.9%;
}
.w-82-rem {
  width: 82rem;
}
.w-83-0 {
  max-width: 83.0%;
  min-width: 83.0%;
}
.w-83-1 {
  max-width: 83.1%;
  min-width: 83.1%;
}
.w-83-2 {
  max-width: 83.2%;
  min-width: 83.2%;
}
.w-83-3 {
  max-width: 83.3%;
  min-width: 83.3%;
}
.w-83-4 {
  max-width: 83.4%;
  min-width: 83.4%;
}
.w-83-5 {
  max-width: 83.5%;
  min-width: 83.5%;
}
.w-83-6 {
  max-width: 83.6%;
  min-width: 83.6%;
}
.w-83-7 {
  max-width: 83.7%;
  min-width: 83.7%;
}
.w-83-8 {
  max-width: 83.8%;
  min-width: 83.8%;
}
.w-83-9 {
  max-width: 83.9%;
  min-width: 83.9%;
}
.w-83-rem {
  width: 83rem;
}
.w-84-0 {
  max-width: 84.0%;
  min-width: 84.0%;
}
.w-84-1 {
  max-width: 84.1%;
  min-width: 84.1%;
}
.w-84-2 {
  max-width: 84.2%;
  min-width: 84.2%;
}
.w-84-3 {
  max-width: 84.3%;
  min-width: 84.3%;
}
.w-84-4 {
  max-width: 84.4%;
  min-width: 84.4%;
}
.w-84-5 {
  max-width: 84.5%;
  min-width: 84.5%;
}
.w-84-6 {
  max-width: 84.6%;
  min-width: 84.6%;
}
.w-84-7 {
  max-width: 84.7%;
  min-width: 84.7%;
}
.w-84-8 {
  max-width: 84.8%;
  min-width: 84.8%;
}
.w-84-9 {
  max-width: 84.9%;
  min-width: 84.9%;
}
.w-84-rem {
  width: 84rem;
}
.w-85-0 {
  max-width: 85.0%;
  min-width: 85.0%;
}
.w-85-1 {
  max-width: 85.1%;
  min-width: 85.1%;
}
.w-85-2 {
  max-width: 85.2%;
  min-width: 85.2%;
}
.w-85-3 {
  max-width: 85.3%;
  min-width: 85.3%;
}
.w-85-4 {
  max-width: 85.4%;
  min-width: 85.4%;
}
.w-85-5 {
  max-width: 85.5%;
  min-width: 85.5%;
}
.w-85-6 {
  max-width: 85.6%;
  min-width: 85.6%;
}
.w-85-7 {
  max-width: 85.7%;
  min-width: 85.7%;
}
.w-85-8 {
  max-width: 85.8%;
  min-width: 85.8%;
}
.w-85-9 {
  max-width: 85.9%;
  min-width: 85.9%;
}
.w-85-rem {
  width: 85rem;
}
.w-86-0 {
  max-width: 86.0%;
  min-width: 86.0%;
}
.w-86-1 {
  max-width: 86.1%;
  min-width: 86.1%;
}
.w-86-2 {
  max-width: 86.2%;
  min-width: 86.2%;
}
.w-86-3 {
  max-width: 86.3%;
  min-width: 86.3%;
}
.w-86-4 {
  max-width: 86.4%;
  min-width: 86.4%;
}
.w-86-5 {
  max-width: 86.5%;
  min-width: 86.5%;
}
.w-86-6 {
  max-width: 86.6%;
  min-width: 86.6%;
}
.w-86-7 {
  max-width: 86.7%;
  min-width: 86.7%;
}
.w-86-8 {
  max-width: 86.8%;
  min-width: 86.8%;
}
.w-86-9 {
  max-width: 86.9%;
  min-width: 86.9%;
}
.w-86-rem {
  width: 86rem;
}
.w-87-0 {
  max-width: 87.0%;
  min-width: 87.0%;
}
.w-87-1 {
  max-width: 87.1%;
  min-width: 87.1%;
}
.w-87-2 {
  max-width: 87.2%;
  min-width: 87.2%;
}
.w-87-3 {
  max-width: 87.3%;
  min-width: 87.3%;
}
.w-87-4 {
  max-width: 87.4%;
  min-width: 87.4%;
}
.w-87-5 {
  max-width: 87.5%;
  min-width: 87.5%;
}
.w-87-6 {
  max-width: 87.6%;
  min-width: 87.6%;
}
.w-87-7 {
  max-width: 87.7%;
  min-width: 87.7%;
}
.w-87-8 {
  max-width: 87.8%;
  min-width: 87.8%;
}
.w-87-9 {
  max-width: 87.9%;
  min-width: 87.9%;
}
.w-87-rem {
  width: 87rem;
}
.w-88-0 {
  max-width: 88.0%;
  min-width: 88.0%;
}
.w-88-1 {
  max-width: 88.1%;
  min-width: 88.1%;
}
.w-88-2 {
  max-width: 88.2%;
  min-width: 88.2%;
}
.w-88-3 {
  max-width: 88.3%;
  min-width: 88.3%;
}
.w-88-4 {
  max-width: 88.4%;
  min-width: 88.4%;
}
.w-88-5 {
  max-width: 88.5%;
  min-width: 88.5%;
}
.w-88-6 {
  max-width: 88.6%;
  min-width: 88.6%;
}
.w-88-7 {
  max-width: 88.7%;
  min-width: 88.7%;
}
.w-88-8 {
  max-width: 88.8%;
  min-width: 88.8%;
}
.w-88-9 {
  max-width: 88.9%;
  min-width: 88.9%;
}
.w-88-rem {
  width: 88rem;
}
.w-89-0 {
  max-width: 89.0%;
  min-width: 89.0%;
}
.w-89-1 {
  max-width: 89.1%;
  min-width: 89.1%;
}
.w-89-2 {
  max-width: 89.2%;
  min-width: 89.2%;
}
.w-89-3 {
  max-width: 89.3%;
  min-width: 89.3%;
}
.w-89-4 {
  max-width: 89.4%;
  min-width: 89.4%;
}
.w-89-5 {
  max-width: 89.5%;
  min-width: 89.5%;
}
.w-89-6 {
  max-width: 89.6%;
  min-width: 89.6%;
}
.w-89-7 {
  max-width: 89.7%;
  min-width: 89.7%;
}
.w-89-8 {
  max-width: 89.8%;
  min-width: 89.8%;
}
.w-89-9 {
  max-width: 89.9%;
  min-width: 89.9%;
}
.w-89-rem {
  width: 89rem;
}
.w-90-0 {
  max-width: 90.0%;
  min-width: 90.0%;
}
.w-90-1 {
  max-width: 90.1%;
  min-width: 90.1%;
}
.w-90-2 {
  max-width: 90.2%;
  min-width: 90.2%;
}
.w-90-3 {
  max-width: 90.3%;
  min-width: 90.3%;
}
.w-90-4 {
  max-width: 90.4%;
  min-width: 90.4%;
}
.w-90-5 {
  max-width: 90.5%;
  min-width: 90.5%;
}
.w-90-6 {
  max-width: 90.6%;
  min-width: 90.6%;
}
.w-90-7 {
  max-width: 90.7%;
  min-width: 90.7%;
}
.w-90-8 {
  max-width: 90.8%;
  min-width: 90.8%;
}
.w-90-9 {
  max-width: 90.9%;
  min-width: 90.9%;
}
.w-90-rem {
  width: 90rem;
}
.w-91-0 {
  max-width: 91.0%;
  min-width: 91.0%;
}
.w-91-1 {
  max-width: 91.1%;
  min-width: 91.1%;
}
.w-91-2 {
  max-width: 91.2%;
  min-width: 91.2%;
}
.w-91-3 {
  max-width: 91.3%;
  min-width: 91.3%;
}
.w-91-4 {
  max-width: 91.4%;
  min-width: 91.4%;
}
.w-91-5 {
  max-width: 91.5%;
  min-width: 91.5%;
}
.w-91-6 {
  max-width: 91.6%;
  min-width: 91.6%;
}
.w-91-7 {
  max-width: 91.7%;
  min-width: 91.7%;
}
.w-91-8 {
  max-width: 91.8%;
  min-width: 91.8%;
}
.w-91-9 {
  max-width: 91.9%;
  min-width: 91.9%;
}
.w-91-rem {
  width: 91rem;
}
.w-92-0 {
  max-width: 92.0%;
  min-width: 92.0%;
}
.w-92-1 {
  max-width: 92.1%;
  min-width: 92.1%;
}
.w-92-2 {
  max-width: 92.2%;
  min-width: 92.2%;
}
.w-92-3 {
  max-width: 92.3%;
  min-width: 92.3%;
}
.w-92-4 {
  max-width: 92.4%;
  min-width: 92.4%;
}
.w-92-5 {
  max-width: 92.5%;
  min-width: 92.5%;
}
.w-92-6 {
  max-width: 92.6%;
  min-width: 92.6%;
}
.w-92-7 {
  max-width: 92.7%;
  min-width: 92.7%;
}
.w-92-8 {
  max-width: 92.8%;
  min-width: 92.8%;
}
.w-92-9 {
  max-width: 92.9%;
  min-width: 92.9%;
}
.w-92-rem {
  width: 92rem;
}
.w-93-0 {
  max-width: 93.0%;
  min-width: 93.0%;
}
.w-93-1 {
  max-width: 93.1%;
  min-width: 93.1%;
}
.w-93-2 {
  max-width: 93.2%;
  min-width: 93.2%;
}
.w-93-3 {
  max-width: 93.3%;
  min-width: 93.3%;
}
.w-93-4 {
  max-width: 93.4%;
  min-width: 93.4%;
}
.w-93-5 {
  max-width: 93.5%;
  min-width: 93.5%;
}
.w-93-6 {
  max-width: 93.6%;
  min-width: 93.6%;
}
.w-93-7 {
  max-width: 93.7%;
  min-width: 93.7%;
}
.w-93-8 {
  max-width: 93.8%;
  min-width: 93.8%;
}
.w-93-9 {
  max-width: 93.9%;
  min-width: 93.9%;
}
.w-93-rem {
  width: 93rem;
}
.w-94-0 {
  max-width: 94.0%;
  min-width: 94.0%;
}
.w-94-1 {
  max-width: 94.1%;
  min-width: 94.1%;
}
.w-94-2 {
  max-width: 94.2%;
  min-width: 94.2%;
}
.w-94-3 {
  max-width: 94.3%;
  min-width: 94.3%;
}
.w-94-4 {
  max-width: 94.4%;
  min-width: 94.4%;
}
.w-94-5 {
  max-width: 94.5%;
  min-width: 94.5%;
}
.w-94-6 {
  max-width: 94.6%;
  min-width: 94.6%;
}
.w-94-7 {
  max-width: 94.7%;
  min-width: 94.7%;
}
.w-94-8 {
  max-width: 94.8%;
  min-width: 94.8%;
}
.w-94-9 {
  max-width: 94.9%;
  min-width: 94.9%;
}
.w-94-rem {
  width: 94rem;
}
.w-95-0 {
  max-width: 95.0%;
  min-width: 95.0%;
}
.w-95-1 {
  max-width: 95.1%;
  min-width: 95.1%;
}
.w-95-2 {
  max-width: 95.2%;
  min-width: 95.2%;
}
.w-95-3 {
  max-width: 95.3%;
  min-width: 95.3%;
}
.w-95-4 {
  max-width: 95.4%;
  min-width: 95.4%;
}
.w-95-5 {
  max-width: 95.5%;
  min-width: 95.5%;
}
.w-95-6 {
  max-width: 95.6%;
  min-width: 95.6%;
}
.w-95-7 {
  max-width: 95.7%;
  min-width: 95.7%;
}
.w-95-8 {
  max-width: 95.8%;
  min-width: 95.8%;
}
.w-95-9 {
  max-width: 95.9%;
  min-width: 95.9%;
}
.w-95-rem {
  width: 95rem;
}
.w-96-0 {
  max-width: 96.0%;
  min-width: 96.0%;
}
.w-96-1 {
  max-width: 96.1%;
  min-width: 96.1%;
}
.w-96-2 {
  max-width: 96.2%;
  min-width: 96.2%;
}
.w-96-3 {
  max-width: 96.3%;
  min-width: 96.3%;
}
.w-96-4 {
  max-width: 96.4%;
  min-width: 96.4%;
}
.w-96-5 {
  max-width: 96.5%;
  min-width: 96.5%;
}
.w-96-6 {
  max-width: 96.6%;
  min-width: 96.6%;
}
.w-96-7 {
  max-width: 96.7%;
  min-width: 96.7%;
}
.w-96-8 {
  max-width: 96.8%;
  min-width: 96.8%;
}
.w-96-9 {
  max-width: 96.9%;
  min-width: 96.9%;
}
.w-96-rem {
  width: 96rem;
}
.w-97-0 {
  max-width: 97.0%;
  min-width: 97.0%;
}
.w-97-1 {
  max-width: 97.1%;
  min-width: 97.1%;
}
.w-97-2 {
  max-width: 97.2%;
  min-width: 97.2%;
}
.w-97-3 {
  max-width: 97.3%;
  min-width: 97.3%;
}
.w-97-4 {
  max-width: 97.4%;
  min-width: 97.4%;
}
.w-97-5 {
  max-width: 97.5%;
  min-width: 97.5%;
}
.w-97-6 {
  max-width: 97.6%;
  min-width: 97.6%;
}
.w-97-7 {
  max-width: 97.7%;
  min-width: 97.7%;
}
.w-97-8 {
  max-width: 97.8%;
  min-width: 97.8%;
}
.w-97-9 {
  max-width: 97.9%;
  min-width: 97.9%;
}
.w-97-rem {
  width: 97rem;
}
.w-98-0 {
  max-width: 98.0%;
  min-width: 98.0%;
}
.w-98-1 {
  max-width: 98.1%;
  min-width: 98.1%;
}
.w-98-2 {
  max-width: 98.2%;
  min-width: 98.2%;
}
.w-98-3 {
  max-width: 98.3%;
  min-width: 98.3%;
}
.w-98-4 {
  max-width: 98.4%;
  min-width: 98.4%;
}
.w-98-5 {
  max-width: 98.5%;
  min-width: 98.5%;
}
.w-98-6 {
  max-width: 98.6%;
  min-width: 98.6%;
}
.w-98-7 {
  max-width: 98.7%;
  min-width: 98.7%;
}
.w-98-8 {
  max-width: 98.8%;
  min-width: 98.8%;
}
.w-98-9 {
  max-width: 98.9%;
  min-width: 98.9%;
}
.w-98-rem {
  width: 98rem;
}
.w-99-0 {
  max-width: 99.0%;
  min-width: 99.0%;
}
.w-99-1 {
  max-width: 99.1%;
  min-width: 99.1%;
}
.w-99-2 {
  max-width: 99.2%;
  min-width: 99.2%;
}
.w-99-3 {
  max-width: 99.3%;
  min-width: 99.3%;
}
.w-99-4 {
  max-width: 99.4%;
  min-width: 99.4%;
}
.w-99-5 {
  max-width: 99.5%;
  min-width: 99.5%;
}
.w-99-6 {
  max-width: 99.6%;
  min-width: 99.6%;
}
.w-99-7 {
  max-width: 99.7%;
  min-width: 99.7%;
}
.w-99-8 {
  max-width: 99.8%;
  min-width: 99.8%;
}
.w-99-9 {
  max-width: 99.9%;
  min-width: 99.9%;
}
.w-99-rem {
  width: 99rem;
}
.link-disabled {
  opacity: 0.48;
  cursor: not-allowed;
}
releases-root .description-box,
releases-root .box-border,
deployments-root .description-box,
deployments-root .box-border,
inventory-root .description-box,
inventory-root .box-border {
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  height: 100%;
}
board-root .description-box {
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  padding: var(--spacing-24);
}
.border-bottom {
  border-bottom: 1px solid var(--color-border-lines);
}
.one-row-elipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.two-rows-elipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tree-rows-elipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.horizontal-line {
  border-bottom: 1px solid #ececec;
}
.back-icon {
  font-size: 1rem !important;
  position: relative;
  top: 0.7rem;
}
.back-link {
  position: relative;
  bottom: 0.625rem;
}
.white-space-prewrap {
  white-space: pre-wrap;
}
.frame-width {
  max-width: 32.75rem;
  width: 32.75rem;
}
.no-wrap {
  white-space: nowrap;
  min-width: auto;
}
.w-350 {
  width: 21.875rem;
}
.w-220 {
  width: 13.75rem;
}
.maxw-50 {
  max-width: 3.125rem;
}
.maxw-56 {
  max-width: 3.5rem;
}
.maxw-100 {
  max-width: 6.25rem;
}
.hide {
  display: none !important;
}
.width-60 {
  min-width: 3.75rem;
  max-width: 3.75rem;
}
.min-width-scroll-table {
  min-width: 59.063rem;
}
.min-width-scroll-table-977 {
  min-width: 61.063rem;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.text-warning {
  color: var(--color-text-warning-dark);
}
dl,
dd,
dt {
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
.header-scroll-margin-size {
  scroll-margin-top: 4.75rem;
  scroll-behavior: smooth;
}
.container-fluid {
  max-width: 100%;
  padding: 0 2rem !important;
}
.mat-mdc-chip-listbox:not([multiple]) .mat-mdc-chip-option.mat-mdc-chip-selected {
  pointer-events: none;
}
.mat-mdc-standard-chip.mdc-evolution-chip--selected:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label {
  color: #00a97a !important;
}
.mat-dialog-scrollable .mat-mdc-dialog-surface {
  padding: 0 !important;
  max-height: 95vh !important;
  overflow: hidden;
}
.mat-dialog-scrollable .mat-mdc-dialog-surface .dialog-header {
  border-bottom: 1px solid #dbdbdb;
}
.mat-dialog-scrollable .mat-mdc-dialog-surface .dialog-content {
  max-height: calc(90vh - 12.813rem);
  overflow-y: auto;
}
.mat-dialog-scrollable .mat-mdc-dialog-surface .dialog-footer {
  border-top: 1px solid #dbdbdb;
}
.mat-dialog-scrollable .mat-mdc-dialog-surface .dialog-footer .cancel {
  background-color: #fff;
}
.mat-mdc-dialog-surface:has(app-deregister-device-modal) {
  overflow-x: hidden;
}
.required-error.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline .mdc-notched-outline__trailing {
  border: 1px solid #eb0000 !important;
  border-color: #eb0000 !important;
  border-left: none !important;
}
.required-error.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mdc-notched-outline .mdc-notched-outline__leading {
  border: 1px solid #eb0000 !important;
  border-color: #eb0000 !important;
  border-right: none !important;
}
.mat-icon.icon-xs {
  font-size: 1rem;
  width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mat-icon[color=accent] svg * {
  fill: #9e2ab5;
  color: #9e2ab5;
}
.mat-icon[data-color=menu] svg * {
  fill: #737373;
  color: #737373;
}
.mat-mdc-tab-label-container {
  border-bottom: 1px solid #dbdbdb !important;
}
.mat-mdc-tab-body.mat-mdc-tab-body-active:has(app-add-device-to-groups-sidebar) {
  z-index: 1000 !important;
}
.mat-mdc-tab-body.mat-mdc-tab-body-active:has(app-change-location-sidebar) {
  z-index: 1000 !important;
}
.mdc-tab.mat-mdc-tab {
  position: relative;
}
.mat-mdc-tab-body-wrapper:has(app-table) {
  min-width: 945px;
}
.mat-mdc-tab-body-wrapper:has(app-table) .mat-mdc-tab-group {
  min-width: 945px;
}
ngx-charts-bar-vertical text.textDataLabel {
  transform: translate(-19px, -3px);
  font-size: 14px !important;
  margin-bottom: 2px;
  white-space: pre;
}
ngx-charts-bar-vertical.deployment-group-status-overview-chart {
  pointer-events: none;
}
ngx-charts-bar-vertical.deployment-group-status-overview-chart [ngx-charts-y-axis-ticks] .tick {
  display: none !important;
}
ngx-charts-bar-vertical.deployment-group-status-overview-chart .gridline-path.gridline-path-vertical {
  display: none;
}
ngx-charts-bar-vertical.deployment-group-status-overview-chart .ngx-charts {
  padding: 0 !important;
  margin-left: -8px;
}
.mat-drawer-backdrop {
  position: fixed !important;
  z-index: 1000 !important;
}
cx-sidebar {
  z-index: 1020 !important;
}
cx-sidebar-container {
  position: unset !important;
}
.cdk-overlay-container {
  z-index: 1022;
}
.hide-footer .cx-stepper-footer {
  display: none !important;
}
cx-table-container .hide-optional .cx-optional-column,
cx-table-container .hide-optional .cx-optional-column-header {
  display: none !important;
}
cx-table-container .splash-cell.mat-mdc-cell,
cx-table-container .splash-cell.mat-mdc-header-cell {
  padding: 0 !important;
  max-width: 0 !important;
}
cx-table-container .optional-column-width-90 .cx-optional-column,
cx-table-container .optional-column-width-90 .cx-optional-column-header {
  min-width: 5.625rem !important;
  max-width: 5.625rem !important;
}
cx-table-container .optional-column-width-102 .cx-optional-column,
cx-table-container .optional-column-width-102 .cx-optional-column-header {
  min-width: 6.375rem !important;
  max-width: 6.375rem !important;
}
cx-table-container .mat-sort-header-container.mat-focus-indicator {
  min-width: 0;
}
inventory-root mat-row:has(mat-cell:empty) {
  background-color: #fdebeb !important;
}
.device-registration-table .cx-toolbars-container {
  display: none;
}
cx-table-loading-indicator.device-registration-loader {
  display: block !important;
  position: relative;
  margin-top: 10px;
}
cx-table-loading-indicator.device-registration-loader cx-heart-beat {
  height: 80px !important;
}
app-deployment-group-details-core section.m-ml:has(app-individual-deployments-table),
app-deployment-group-details-core section.m-ml:has(app-deployment-details-logs-table),
app-deployment-details-core section.m-ml:has(app-individual-deployments-table),
app-deployment-details-core section.m-ml:has(app-deployment-details-logs-table) {
  min-width: 913px;
}
app-plan-deployment-core div.w-100:has(app-devices-table) {
  min-width: 914px;
}
app-individual-deployments-table cx-table-container .mat-mdc-row:not(:has(.mat-mdc-cell.splash-cell)):has(.mat-mdc-checkbox.mat-mdc-checkbox-checked),
app-release-details-devices-table cx-table-container .mat-mdc-row:not(:has(.mat-mdc-cell.splash-cell)):has(.mat-mdc-checkbox.mat-mdc-checkbox-checked) {
  background-color: rgba(0, 169, 122, 0.08) !important;
}
.mat-mdc-row,
.mdc-data-table__content,
.mat-mdc-paginator-outer-container {
  font-family: "BBraun Type Digital" !important;
}
cx-listbox .cx-list.cx-regular-list {
  box-shadow: none;
}
cx-listbox .cx-list.cx-regular-list .cx-list-item {
  border-radius: 8px;
}
.mdc-button__label:has(span.cx-icon-in-button) {
  display: flex;
  align-items: center;
}
span.cx-icon-in-button {
  display: block;
}
button:not(.mat-mdc-menu-item) span.cx-icon-in-button {
  margin-right: 10px !important;
}
button.mat-mdc-menu-item span.cx-icon-in-button {
  margin-right: 16px !important;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/MaterialIcons-Regular.eot");
  src:
    local("\263a"),
    url("./media/MaterialIcons-Regular.woff2") format("woff2"),
    url("./media/MaterialIcons-Regular.woff") format("woff"),
    url("./media/MaterialIcons-Regular.ttf") format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: inherit;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.material-icons._10k:before {
  content: "\e951";
}
.material-icons._10mp:before {
  content: "\e952";
}
.material-icons._11mp:before {
  content: "\e953";
}
.material-icons._123:before {
  content: "\eb8d";
}
.material-icons._12mp:before {
  content: "\e954";
}
.material-icons._13mp:before {
  content: "\e955";
}
.material-icons._14mp:before {
  content: "\e956";
}
.material-icons._15mp:before {
  content: "\e957";
}
.material-icons._16mp:before {
  content: "\e958";
}
.material-icons._17mp:before {
  content: "\e959";
}
.material-icons._18_up_rating:before {
  content: "\f8fd";
}
.material-icons._18mp:before {
  content: "\e95a";
}
.material-icons._19mp:before {
  content: "\e95b";
}
.material-icons._1k:before {
  content: "\e95c";
}
.material-icons._1k_plus:before {
  content: "\e95d";
}
.material-icons._1x_mobiledata:before {
  content: "\efcd";
}
.material-icons._20mp:before {
  content: "\e95e";
}
.material-icons._21mp:before {
  content: "\e95f";
}
.material-icons._22mp:before {
  content: "\e960";
}
.material-icons._23mp:before {
  content: "\e961";
}
.material-icons._24mp:before {
  content: "\e962";
}
.material-icons._2k:before {
  content: "\e963";
}
.material-icons._2k_plus:before {
  content: "\e964";
}
.material-icons._2mp:before {
  content: "\e965";
}
.material-icons._30fps:before {
  content: "\efce";
}
.material-icons._30fps_select:before {
  content: "\efcf";
}
.material-icons._360:before {
  content: "\e577";
}
.material-icons._3d_rotation:before {
  content: "\e84d";
}
.material-icons._3g_mobiledata:before {
  content: "\efd0";
}
.material-icons._3k:before {
  content: "\e966";
}
.material-icons._3k_plus:before {
  content: "\e967";
}
.material-icons._3mp:before {
  content: "\e968";
}
.material-icons._3p:before {
  content: "\efd1";
}
.material-icons._4g_mobiledata:before {
  content: "\efd2";
}
.material-icons._4g_plus_mobiledata:before {
  content: "\efd3";
}
.material-icons._4k:before {
  content: "\e072";
}
.material-icons._4k_plus:before {
  content: "\e969";
}
.material-icons._4mp:before {
  content: "\e96a";
}
.material-icons._5g:before {
  content: "\ef38";
}
.material-icons._5k:before {
  content: "\e96b";
}
.material-icons._5k_plus:before {
  content: "\e96c";
}
.material-icons._5mp:before {
  content: "\e96d";
}
.material-icons._60fps:before {
  content: "\efd4";
}
.material-icons._60fps_select:before {
  content: "\efd5";
}
.material-icons._6_ft_apart:before {
  content: "\f21e";
}
.material-icons._6k:before {
  content: "\e96e";
}
.material-icons._6k_plus:before {
  content: "\e96f";
}
.material-icons._6mp:before {
  content: "\e970";
}
.material-icons._7k:before {
  content: "\e971";
}
.material-icons._7k_plus:before {
  content: "\e972";
}
.material-icons._7mp:before {
  content: "\e973";
}
.material-icons._8k:before {
  content: "\e974";
}
.material-icons._8k_plus:before {
  content: "\e975";
}
.material-icons._8mp:before {
  content: "\e976";
}
.material-icons._9k:before {
  content: "\e977";
}
.material-icons._9k_plus:before {
  content: "\e978";
}
.material-icons._9mp:before {
  content: "\e979";
}
.material-icons.abc:before {
  content: "\eb94";
}
.material-icons.ac_unit:before {
  content: "\eb3b";
}
.material-icons.access_alarm:before {
  content: "\e190";
}
.material-icons.access_alarms:before {
  content: "\e191";
}
.material-icons.access_time:before {
  content: "\e192";
}
.material-icons.access_time_filled:before {
  content: "\efd6";
}
.material-icons.accessibility:before {
  content: "\e84e";
}
.material-icons.accessibility_new:before {
  content: "\e92c";
}
.material-icons.accessible:before {
  content: "\e914";
}
.material-icons.accessible_forward:before {
  content: "\e934";
}
.material-icons.account_balance:before {
  content: "\e84f";
}
.material-icons.account_balance_wallet:before {
  content: "\e850";
}
.material-icons.account_box:before {
  content: "\e851";
}
.material-icons.account_circle:before {
  content: "\e853";
}
.material-icons.account_tree:before {
  content: "\e97a";
}
.material-icons.ad_units:before {
  content: "\ef39";
}
.material-icons.adb:before {
  content: "\e60e";
}
.material-icons.add:before {
  content: "\e145";
}
.material-icons.add_a_photo:before {
  content: "\e439";
}
.material-icons.add_alarm:before {
  content: "\e193";
}
.material-icons.add_alert:before {
  content: "\e003";
}
.material-icons.add_box:before {
  content: "\e146";
}
.material-icons.add_business:before {
  content: "\e729";
}
.material-icons.add_call:before {
  content: "\e0e8";
}
.material-icons.add_card:before {
  content: "\eb86";
}
.material-icons.add_chart:before {
  content: "\e97b";
}
.material-icons.add_circle:before {
  content: "\e147";
}
.material-icons.add_circle_outline:before {
  content: "\e148";
}
.material-icons.add_comment:before {
  content: "\e266";
}
.material-icons.add_home:before {
  content: "\f8eb";
}
.material-icons.add_home_work:before {
  content: "\f8ed";
}
.material-icons.add_ic_call:before {
  content: "\e97c";
}
.material-icons.add_link:before {
  content: "\e178";
}
.material-icons.add_location:before {
  content: "\e567";
}
.material-icons.add_location_alt:before {
  content: "\ef3a";
}
.material-icons.add_moderator:before {
  content: "\e97d";
}
.material-icons.add_photo_alternate:before {
  content: "\e43e";
}
.material-icons.add_reaction:before {
  content: "\e1d3";
}
.material-icons.add_road:before {
  content: "\ef3b";
}
.material-icons.add_shopping_cart:before {
  content: "\e854";
}
.material-icons.add_task:before {
  content: "\f23a";
}
.material-icons.add_to_drive:before {
  content: "\e65c";
}
.material-icons.add_to_home_screen:before {
  content: "\e1fe";
}
.material-icons.add_to_photos:before {
  content: "\e39d";
}
.material-icons.add_to_queue:before {
  content: "\e05c";
}
.material-icons.addchart:before {
  content: "\ef3c";
}
.material-icons.adf_scanner:before {
  content: "\eada";
}
.material-icons.adjust:before {
  content: "\e39e";
}
.material-icons.admin_panel_settings:before {
  content: "\ef3d";
}
.material-icons.adobe:before {
  content: "\ea96";
}
.material-icons.ads_click:before {
  content: "\e762";
}
.material-icons.agriculture:before {
  content: "\ea79";
}
.material-icons.air:before {
  content: "\efd8";
}
.material-icons.airline_seat_flat:before {
  content: "\e630";
}
.material-icons.airline_seat_flat_angled:before {
  content: "\e631";
}
.material-icons.airline_seat_individual_suite:before {
  content: "\e632";
}
.material-icons.airline_seat_legroom_extra:before {
  content: "\e633";
}
.material-icons.airline_seat_legroom_normal:before {
  content: "\e634";
}
.material-icons.airline_seat_legroom_reduced:before {
  content: "\e635";
}
.material-icons.airline_seat_recline_extra:before {
  content: "\e636";
}
.material-icons.airline_seat_recline_normal:before {
  content: "\e637";
}
.material-icons.airline_stops:before {
  content: "\e7d0";
}
.material-icons.airlines:before {
  content: "\e7ca";
}
.material-icons.airplane_ticket:before {
  content: "\efd9";
}
.material-icons.airplanemode_active:before {
  content: "\e195";
}
.material-icons.airplanemode_inactive:before {
  content: "\e194";
}
.material-icons.airplanemode_off:before {
  content: "\e194";
}
.material-icons.airplanemode_on:before {
  content: "\e195";
}
.material-icons.airplay:before {
  content: "\e055";
}
.material-icons.airport_shuttle:before {
  content: "\eb3c";
}
.material-icons.alarm:before {
  content: "\e855";
}
.material-icons.alarm_add:before {
  content: "\e856";
}
.material-icons.alarm_off:before {
  content: "\e857";
}
.material-icons.alarm_on:before {
  content: "\e858";
}
.material-icons.album:before {
  content: "\e019";
}
.material-icons.align_horizontal_center:before {
  content: "\e00f";
}
.material-icons.align_horizontal_left:before {
  content: "\e00d";
}
.material-icons.align_horizontal_right:before {
  content: "\e010";
}
.material-icons.align_vertical_bottom:before {
  content: "\e015";
}
.material-icons.align_vertical_center:before {
  content: "\e011";
}
.material-icons.align_vertical_top:before {
  content: "\e00c";
}
.material-icons.all_inbox:before {
  content: "\e97f";
}
.material-icons.all_inclusive:before {
  content: "\eb3d";
}
.material-icons.all_out:before {
  content: "\e90b";
}
.material-icons.alt_route:before {
  content: "\f184";
}
.material-icons.alternate_email:before {
  content: "\e0e6";
}
.material-icons.amp_stories:before {
  content: "\ea13";
}
.material-icons.analytics:before {
  content: "\ef3e";
}
.material-icons.anchor:before {
  content: "\f1cd";
}
.material-icons.android:before {
  content: "\e859";
}
.material-icons.animation:before {
  content: "\e71c";
}
.material-icons.announcement:before {
  content: "\e85a";
}
.material-icons.aod:before {
  content: "\efda";
}
.material-icons.apartment:before {
  content: "\ea40";
}
.material-icons.api:before {
  content: "\f1b7";
}
.material-icons.app_blocking:before {
  content: "\ef3f";
}
.material-icons.app_registration:before {
  content: "\ef40";
}
.material-icons.app_settings_alt:before {
  content: "\ef41";
}
.material-icons.app_shortcut:before {
  content: "\eae4";
}
.material-icons.apple:before {
  content: "\ea80";
}
.material-icons.approval:before {
  content: "\e982";
}
.material-icons.apps:before {
  content: "\e5c3";
}
.material-icons.apps_outage:before {
  content: "\e7cc";
}
.material-icons.architecture:before {
  content: "\ea3b";
}
.material-icons.archive:before {
  content: "\e149";
}
.material-icons.area_chart:before {
  content: "\e770";
}
.material-icons.arrow_back:before {
  content: "\e5c4";
}
.material-icons.arrow_back_ios:before {
  content: "\e5e0";
}
.material-icons.arrow_back_ios_new:before {
  content: "\e2ea";
}
.material-icons.arrow_circle_down:before {
  content: "\f181";
}
.material-icons.arrow_circle_left:before {
  content: "\eaa7";
}
.material-icons.arrow_circle_right:before {
  content: "\eaaa";
}
.material-icons.arrow_circle_up:before {
  content: "\f182";
}
.material-icons.arrow_downward:before {
  content: "\e5db";
}
.material-icons.arrow_drop_down:before {
  content: "\e5c5";
}
.material-icons.arrow_drop_down_circle:before {
  content: "\e5c6";
}
.material-icons.arrow_drop_up:before {
  content: "\e5c7";
}
.material-icons.arrow_forward:before {
  content: "\e5c8";
}
.material-icons.arrow_forward_ios:before {
  content: "\e5e1";
}
.material-icons.arrow_left:before {
  content: "\e5de";
}
.material-icons.arrow_right:before {
  content: "\e5df";
}
.material-icons.arrow_right_alt:before {
  content: "\e941";
}
.material-icons.arrow_upward:before {
  content: "\e5d8";
}
.material-icons.art_track:before {
  content: "\e060";
}
.material-icons.article:before {
  content: "\ef42";
}
.material-icons.aspect_ratio:before {
  content: "\e85b";
}
.material-icons.assessment:before {
  content: "\e85c";
}
.material-icons.assignment:before {
  content: "\e85d";
}
.material-icons.assignment_ind:before {
  content: "\e85e";
}
.material-icons.assignment_late:before {
  content: "\e85f";
}
.material-icons.assignment_return:before {
  content: "\e860";
}
.material-icons.assignment_returned:before {
  content: "\e861";
}
.material-icons.assignment_turned_in:before {
  content: "\e862";
}
.material-icons.assistant:before {
  content: "\e39f";
}
.material-icons.assistant_direction:before {
  content: "\e988";
}
.material-icons.assistant_navigation:before {
  content: "\e989";
}
.material-icons.assistant_photo:before {
  content: "\e3a0";
}
.material-icons.assured_workload:before {
  content: "\eb6f";
}
.material-icons.atm:before {
  content: "\e573";
}
.material-icons.attach_email:before {
  content: "\ea5e";
}
.material-icons.attach_file:before {
  content: "\e226";
}
.material-icons.attach_money:before {
  content: "\e227";
}
.material-icons.attachment:before {
  content: "\e2bc";
}
.material-icons.attractions:before {
  content: "\ea52";
}
.material-icons.attribution:before {
  content: "\efdb";
}
.material-icons.audio_file:before {
  content: "\eb82";
}
.material-icons.audiotrack:before {
  content: "\e3a1";
}
.material-icons.auto_awesome:before {
  content: "\e65f";
}
.material-icons.auto_awesome_mosaic:before {
  content: "\e660";
}
.material-icons.auto_awesome_motion:before {
  content: "\e661";
}
.material-icons.auto_delete:before {
  content: "\ea4c";
}
.material-icons.auto_fix_high:before {
  content: "\e663";
}
.material-icons.auto_fix_normal:before {
  content: "\e664";
}
.material-icons.auto_fix_off:before {
  content: "\e665";
}
.material-icons.auto_graph:before {
  content: "\e4fb";
}
.material-icons.auto_mode:before {
  content: "\ec20";
}
.material-icons.auto_stories:before {
  content: "\e666";
}
.material-icons.autofps_select:before {
  content: "\efdc";
}
.material-icons.autorenew:before {
  content: "\e863";
}
.material-icons.av_timer:before {
  content: "\e01b";
}
.material-icons.baby_changing_station:before {
  content: "\f19b";
}
.material-icons.back_hand:before {
  content: "\e764";
}
.material-icons.backpack:before {
  content: "\f19c";
}
.material-icons.backspace:before {
  content: "\e14a";
}
.material-icons.backup:before {
  content: "\e864";
}
.material-icons.backup_table:before {
  content: "\ef43";
}
.material-icons.badge:before {
  content: "\ea67";
}
.material-icons.bakery_dining:before {
  content: "\ea53";
}
.material-icons.balance:before {
  content: "\eaf6";
}
.material-icons.balcony:before {
  content: "\e58f";
}
.material-icons.ballot:before {
  content: "\e172";
}
.material-icons.bar_chart:before {
  content: "\e26b";
}
.material-icons.batch_prediction:before {
  content: "\f0f5";
}
.material-icons.bathroom:before {
  content: "\efdd";
}
.material-icons.bathtub:before {
  content: "\ea41";
}
.material-icons.battery_0_bar:before {
  content: "\ebdc";
}
.material-icons.battery_1_bar:before {
  content: "\ebd9";
}
.material-icons.battery_2_bar:before {
  content: "\ebe0";
}
.material-icons.battery_3_bar:before {
  content: "\ebdd";
}
.material-icons.battery_4_bar:before {
  content: "\ebe2";
}
.material-icons.battery_5_bar:before {
  content: "\ebd4";
}
.material-icons.battery_6_bar:before {
  content: "\ebd2";
}
.material-icons.battery_alert:before {
  content: "\e19c";
}
.material-icons.battery_charging_full:before {
  content: "\e1a3";
}
.material-icons.battery_full:before {
  content: "\e1a4";
}
.material-icons.battery_saver:before {
  content: "\efde";
}
.material-icons.battery_std:before {
  content: "\e1a5";
}
.material-icons.battery_unknown:before {
  content: "\e1a6";
}
.material-icons.beach_access:before {
  content: "\eb3e";
}
.material-icons.bed:before {
  content: "\efdf";
}
.material-icons.bedroom_baby:before {
  content: "\efe0";
}
.material-icons.bedroom_child:before {
  content: "\efe1";
}
.material-icons.bedroom_parent:before {
  content: "\efe2";
}
.material-icons.bedtime:before {
  content: "\ef44";
}
.material-icons.bedtime_off:before {
  content: "\eb76";
}
.material-icons.beenhere:before {
  content: "\e52d";
}
.material-icons.bento:before {
  content: "\f1f4";
}
.material-icons.bike_scooter:before {
  content: "\ef45";
}
.material-icons.biotech:before {
  content: "\ea3a";
}
.material-icons.blender:before {
  content: "\efe3";
}
.material-icons.blinds:before {
  content: "\e286";
}
.material-icons.blinds_closed:before {
  content: "\ec1f";
}
.material-icons.block:before {
  content: "\e14b";
}
.material-icons.block_flipped:before {
  content: "\ef46";
}
.material-icons.bloodtype:before {
  content: "\efe4";
}
.material-icons.bluetooth:before {
  content: "\e1a7";
}
.material-icons.bluetooth_audio:before {
  content: "\e60f";
}
.material-icons.bluetooth_connected:before {
  content: "\e1a8";
}
.material-icons.bluetooth_disabled:before {
  content: "\e1a9";
}
.material-icons.bluetooth_drive:before {
  content: "\efe5";
}
.material-icons.bluetooth_searching:before {
  content: "\e1aa";
}
.material-icons.blur_circular:before {
  content: "\e3a2";
}
.material-icons.blur_linear:before {
  content: "\e3a3";
}
.material-icons.blur_off:before {
  content: "\e3a4";
}
.material-icons.blur_on:before {
  content: "\e3a5";
}
.material-icons.bolt:before {
  content: "\ea0b";
}
.material-icons.book:before {
  content: "\e865";
}
.material-icons.book_online:before {
  content: "\f217";
}
.material-icons.bookmark:before {
  content: "\e866";
}
.material-icons.bookmark_add:before {
  content: "\e598";
}
.material-icons.bookmark_added:before {
  content: "\e599";
}
.material-icons.bookmark_border:before {
  content: "\e867";
}
.material-icons.bookmark_outline:before {
  content: "\e867";
}
.material-icons.bookmark_remove:before {
  content: "\e59a";
}
.material-icons.bookmarks:before {
  content: "\e98b";
}
.material-icons.border_all:before {
  content: "\e228";
}
.material-icons.border_bottom:before {
  content: "\e229";
}
.material-icons.border_clear:before {
  content: "\e22a";
}
.material-icons.border_color:before {
  content: "\e22b";
}
.material-icons.border_horizontal:before {
  content: "\e22c";
}
.material-icons.border_inner:before {
  content: "\e22d";
}
.material-icons.border_left:before {
  content: "\e22e";
}
.material-icons.border_outer:before {
  content: "\e22f";
}
.material-icons.border_right:before {
  content: "\e230";
}
.material-icons.border_style:before {
  content: "\e231";
}
.material-icons.border_top:before {
  content: "\e232";
}
.material-icons.border_vertical:before {
  content: "\e233";
}
.material-icons.boy:before {
  content: "\eb67";
}
.material-icons.branding_watermark:before {
  content: "\e06b";
}
.material-icons.breakfast_dining:before {
  content: "\ea54";
}
.material-icons.brightness_1:before {
  content: "\e3a6";
}
.material-icons.brightness_2:before {
  content: "\e3a7";
}
.material-icons.brightness_3:before {
  content: "\e3a8";
}
.material-icons.brightness_4:before {
  content: "\e3a9";
}
.material-icons.brightness_5:before {
  content: "\e3aa";
}
.material-icons.brightness_6:before {
  content: "\e3ab";
}
.material-icons.brightness_7:before {
  content: "\e3ac";
}
.material-icons.brightness_auto:before {
  content: "\e1ab";
}
.material-icons.brightness_high:before {
  content: "\e1ac";
}
.material-icons.brightness_low:before {
  content: "\e1ad";
}
.material-icons.brightness_medium:before {
  content: "\e1ae";
}
.material-icons.broadcast_on_home:before {
  content: "\f8f8";
}
.material-icons.broadcast_on_personal:before {
  content: "\f8f9";
}
.material-icons.broken_image:before {
  content: "\e3ad";
}
.material-icons.browse_gallery:before {
  content: "\ebd1";
}
.material-icons.browser_not_supported:before {
  content: "\ef47";
}
.material-icons.browser_updated:before {
  content: "\e7cf";
}
.material-icons.brunch_dining:before {
  content: "\ea73";
}
.material-icons.brush:before {
  content: "\e3ae";
}
.material-icons.bubble_chart:before {
  content: "\e6dd";
}
.material-icons.bug_report:before {
  content: "\e868";
}
.material-icons.build:before {
  content: "\e869";
}
.material-icons.build_circle:before {
  content: "\ef48";
}
.material-icons.bungalow:before {
  content: "\e591";
}
.material-icons.burst_mode:before {
  content: "\e43c";
}
.material-icons.bus_alert:before {
  content: "\e98f";
}
.material-icons.business:before {
  content: "\e0af";
}
.material-icons.business_center:before {
  content: "\eb3f";
}
.material-icons.cabin:before {
  content: "\e589";
}
.material-icons.cable:before {
  content: "\efe6";
}
.material-icons.cached:before {
  content: "\e86a";
}
.material-icons.cake:before {
  content: "\e7e9";
}
.material-icons.calculate:before {
  content: "\ea5f";
}
.material-icons.calendar_month:before {
  content: "\ebcc";
}
.material-icons.calendar_today:before {
  content: "\e935";
}
.material-icons.calendar_view_day:before {
  content: "\e936";
}
.material-icons.calendar_view_month:before {
  content: "\efe7";
}
.material-icons.calendar_view_week:before {
  content: "\efe8";
}
.material-icons.call:before {
  content: "\e0b0";
}
.material-icons.call_end:before {
  content: "\e0b1";
}
.material-icons.call_made:before {
  content: "\e0b2";
}
.material-icons.call_merge:before {
  content: "\e0b3";
}
.material-icons.call_missed:before {
  content: "\e0b4";
}
.material-icons.call_missed_outgoing:before {
  content: "\e0e4";
}
.material-icons.call_received:before {
  content: "\e0b5";
}
.material-icons.call_split:before {
  content: "\e0b6";
}
.material-icons.call_to_action:before {
  content: "\e06c";
}
.material-icons.camera:before {
  content: "\e3af";
}
.material-icons.camera_alt:before {
  content: "\e3b0";
}
.material-icons.camera_enhance:before {
  content: "\e8fc";
}
.material-icons.camera_front:before {
  content: "\e3b1";
}
.material-icons.camera_indoor:before {
  content: "\efe9";
}
.material-icons.camera_outdoor:before {
  content: "\efea";
}
.material-icons.camera_rear:before {
  content: "\e3b2";
}
.material-icons.camera_roll:before {
  content: "\e3b3";
}
.material-icons.cameraswitch:before {
  content: "\efeb";
}
.material-icons.campaign:before {
  content: "\ef49";
}
.material-icons.cancel:before {
  content: "\e5c9";
}
.material-icons.cancel_presentation:before {
  content: "\e0e9";
}
.material-icons.cancel_schedule_send:before {
  content: "\ea39";
}
.material-icons.candlestick_chart:before {
  content: "\ead4";
}
.material-icons.car_crash:before {
  content: "\ebf2";
}
.material-icons.car_rental:before {
  content: "\ea55";
}
.material-icons.car_repair:before {
  content: "\ea56";
}
.material-icons.card_giftcard:before {
  content: "\e8f6";
}
.material-icons.card_membership:before {
  content: "\e8f7";
}
.material-icons.card_travel:before {
  content: "\e8f8";
}
.material-icons.carpenter:before {
  content: "\f1f8";
}
.material-icons.cases:before {
  content: "\e992";
}
.material-icons.casino:before {
  content: "\eb40";
}
.material-icons.cast:before {
  content: "\e307";
}
.material-icons.cast_connected:before {
  content: "\e308";
}
.material-icons.cast_for_education:before {
  content: "\efec";
}
.material-icons.castle:before {
  content: "\eab1";
}
.material-icons.catching_pokemon:before {
  content: "\e508";
}
.material-icons.category:before {
  content: "\e574";
}
.material-icons.celebration:before {
  content: "\ea65";
}
.material-icons.cell_tower:before {
  content: "\ebba";
}
.material-icons.cell_wifi:before {
  content: "\e0ec";
}
.material-icons.center_focus_strong:before {
  content: "\e3b4";
}
.material-icons.center_focus_weak:before {
  content: "\e3b5";
}
.material-icons.chair:before {
  content: "\efed";
}
.material-icons.chair_alt:before {
  content: "\efee";
}
.material-icons.chalet:before {
  content: "\e585";
}
.material-icons.change_circle:before {
  content: "\e2e7";
}
.material-icons.change_history:before {
  content: "\e86b";
}
.material-icons.charging_station:before {
  content: "\f19d";
}
.material-icons.chat:before {
  content: "\e0b7";
}
.material-icons.chat_bubble:before {
  content: "\e0ca";
}
.material-icons.chat_bubble_outline:before {
  content: "\e0cb";
}
.material-icons.check:before {
  content: "\e5ca";
}
.material-icons.check_box:before {
  content: "\e834";
}
.material-icons.check_box_outline_blank:before {
  content: "\e835";
}
.material-icons.check_circle:before {
  content: "\e86c";
}
.material-icons.check_circle_outline:before {
  content: "\e92d";
}
.material-icons.checklist:before {
  content: "\e6b1";
}
.material-icons.checklist_rtl:before {
  content: "\e6b3";
}
.material-icons.checkroom:before {
  content: "\f19e";
}
.material-icons.chevron_left:before {
  content: "\e5cb";
}
.material-icons.chevron_right:before {
  content: "\e5cc";
}
.material-icons.child_care:before {
  content: "\eb41";
}
.material-icons.child_friendly:before {
  content: "\eb42";
}
.material-icons.chrome_reader_mode:before {
  content: "\e86d";
}
.material-icons.church:before {
  content: "\eaae";
}
.material-icons.circle:before {
  content: "\ef4a";
}
.material-icons.circle_notifications:before {
  content: "\e994";
}
.material-icons.class:before {
  content: "\e86e";
}
.material-icons.clean_hands:before {
  content: "\f21f";
}
.material-icons.cleaning_services:before {
  content: "\f0ff";
}
.material-icons.clear:before {
  content: "\e14c";
}
.material-icons.clear_all:before {
  content: "\e0b8";
}
.material-icons.close:before {
  content: "\e5cd";
}
.material-icons.close_fullscreen:before {
  content: "\f1cf";
}
.material-icons.closed_caption:before {
  content: "\e01c";
}
.material-icons.closed_caption_disabled:before {
  content: "\f1dc";
}
.material-icons.closed_caption_off:before {
  content: "\e996";
}
.material-icons.cloud:before {
  content: "\e2bd";
}
.material-icons.cloud_circle:before {
  content: "\e2be";
}
.material-icons.cloud_done:before {
  content: "\e2bf";
}
.material-icons.cloud_download:before {
  content: "\e2c0";
}
.material-icons.cloud_off:before {
  content: "\e2c1";
}
.material-icons.cloud_queue:before {
  content: "\e2c2";
}
.material-icons.cloud_sync:before {
  content: "\eb5a";
}
.material-icons.cloud_upload:before {
  content: "\e2c3";
}
.material-icons.cloudy_snowing:before {
  content: "\e810";
}
.material-icons.co2:before {
  content: "\e7b0";
}
.material-icons.co_present:before {
  content: "\eaf0";
}
.material-icons.code:before {
  content: "\e86f";
}
.material-icons.code_off:before {
  content: "\e4f3";
}
.material-icons.coffee:before {
  content: "\efef";
}
.material-icons.coffee_maker:before {
  content: "\eff0";
}
.material-icons.collections:before {
  content: "\e3b6";
}
.material-icons.collections_bookmark:before {
  content: "\e431";
}
.material-icons.color_lens:before {
  content: "\e3b7";
}
.material-icons.colorize:before {
  content: "\e3b8";
}
.material-icons.comment:before {
  content: "\e0b9";
}
.material-icons.comment_bank:before {
  content: "\ea4e";
}
.material-icons.comments_disabled:before {
  content: "\e7a2";
}
.material-icons.commit:before {
  content: "\eaf5";
}
.material-icons.commute:before {
  content: "\e940";
}
.material-icons.compare:before {
  content: "\e3b9";
}
.material-icons.compare_arrows:before {
  content: "\e915";
}
.material-icons.compass_calibration:before {
  content: "\e57c";
}
.material-icons.compost:before {
  content: "\e761";
}
.material-icons.compress:before {
  content: "\e94d";
}
.material-icons.computer:before {
  content: "\e30a";
}
.material-icons.confirmation_num:before {
  content: "\e638";
}
.material-icons.confirmation_number:before {
  content: "\e638";
}
.material-icons.connect_without_contact:before {
  content: "\f223";
}
.material-icons.connected_tv:before {
  content: "\e998";
}
.material-icons.connecting_airports:before {
  content: "\e7c9";
}
.material-icons.construction:before {
  content: "\ea3c";
}
.material-icons.contact_mail:before {
  content: "\e0d0";
}
.material-icons.contact_page:before {
  content: "\f22e";
}
.material-icons.contact_phone:before {
  content: "\e0cf";
}
.material-icons.contact_support:before {
  content: "\e94c";
}
.material-icons.contactless:before {
  content: "\ea71";
}
.material-icons.contacts:before {
  content: "\e0ba";
}
.material-icons.content_copy:before {
  content: "\e14d";
}
.material-icons.content_cut:before {
  content: "\e14e";
}
.material-icons.content_paste:before {
  content: "\e14f";
}
.material-icons.content_paste_go:before {
  content: "\ea8e";
}
.material-icons.content_paste_off:before {
  content: "\e4f8";
}
.material-icons.content_paste_search:before {
  content: "\ea9b";
}
.material-icons.contrast:before {
  content: "\eb37";
}
.material-icons.control_camera:before {
  content: "\e074";
}
.material-icons.control_point:before {
  content: "\e3ba";
}
.material-icons.control_point_duplicate:before {
  content: "\e3bb";
}
.material-icons.cookie:before {
  content: "\eaac";
}
.material-icons.copy_all:before {
  content: "\e2ec";
}
.material-icons.copyright:before {
  content: "\e90c";
}
.material-icons.coronavirus:before {
  content: "\f221";
}
.material-icons.corporate_fare:before {
  content: "\f1d0";
}
.material-icons.cottage:before {
  content: "\e587";
}
.material-icons.countertops:before {
  content: "\f1f7";
}
.material-icons.create:before {
  content: "\e150";
}
.material-icons.create_new_folder:before {
  content: "\e2cc";
}
.material-icons.credit_card:before {
  content: "\e870";
}
.material-icons.credit_card_off:before {
  content: "\e4f4";
}
.material-icons.credit_score:before {
  content: "\eff1";
}
.material-icons.crib:before {
  content: "\e588";
}
.material-icons.crisis_alert:before {
  content: "\ebe9";
}
.material-icons.crop:before {
  content: "\e3be";
}
.material-icons.crop_16_9:before {
  content: "\e3bc";
}
.material-icons.crop_3_2:before {
  content: "\e3bd";
}
.material-icons.crop_5_4:before {
  content: "\e3bf";
}
.material-icons.crop_7_5:before {
  content: "\e3c0";
}
.material-icons.crop_din:before {
  content: "\e3c1";
}
.material-icons.crop_free:before {
  content: "\e3c2";
}
.material-icons.crop_landscape:before {
  content: "\e3c3";
}
.material-icons.crop_original:before {
  content: "\e3c4";
}
.material-icons.crop_portrait:before {
  content: "\e3c5";
}
.material-icons.crop_rotate:before {
  content: "\e437";
}
.material-icons.crop_square:before {
  content: "\e3c6";
}
.material-icons.cruelty_free:before {
  content: "\e799";
}
.material-icons.css:before {
  content: "\eb93";
}
.material-icons.currency_bitcoin:before {
  content: "\ebc5";
}
.material-icons.currency_exchange:before {
  content: "\eb70";
}
.material-icons.currency_franc:before {
  content: "\eafa";
}
.material-icons.currency_lira:before {
  content: "\eaef";
}
.material-icons.currency_pound:before {
  content: "\eaf1";
}
.material-icons.currency_ruble:before {
  content: "\eaec";
}
.material-icons.currency_rupee:before {
  content: "\eaf7";
}
.material-icons.currency_yen:before {
  content: "\eafb";
}
.material-icons.currency_yuan:before {
  content: "\eaf9";
}
.material-icons.curtains:before {
  content: "\ec1e";
}
.material-icons.curtains_closed:before {
  content: "\ec1d";
}
.material-icons.cyclone:before {
  content: "\ebd5";
}
.material-icons.dangerous:before {
  content: "\e99a";
}
.material-icons.dark_mode:before {
  content: "\e51c";
}
.material-icons.dashboard:before {
  content: "\e871";
}
.material-icons.dashboard_customize:before {
  content: "\e99b";
}
.material-icons.data_array:before {
  content: "\ead1";
}
.material-icons.data_exploration:before {
  content: "\e76f";
}
.material-icons.data_object:before {
  content: "\ead3";
}
.material-icons.data_saver_off:before {
  content: "\eff2";
}
.material-icons.data_saver_on:before {
  content: "\eff3";
}
.material-icons.data_thresholding:before {
  content: "\eb9f";
}
.material-icons.data_usage:before {
  content: "\e1af";
}
.material-icons.dataset:before {
  content: "\f8ee";
}
.material-icons.dataset_linked:before {
  content: "\f8ef";
}
.material-icons.date_range:before {
  content: "\e916";
}
.material-icons.deblur:before {
  content: "\eb77";
}
.material-icons.deck:before {
  content: "\ea42";
}
.material-icons.dehaze:before {
  content: "\e3c7";
}
.material-icons.delete:before {
  content: "\e872";
}
.material-icons.delete_forever:before {
  content: "\e92b";
}
.material-icons.delete_outline:before {
  content: "\e92e";
}
.material-icons.delete_sweep:before {
  content: "\e16c";
}
.material-icons.delivery_dining:before {
  content: "\ea72";
}
.material-icons.density_large:before {
  content: "\eba9";
}
.material-icons.density_medium:before {
  content: "\eb9e";
}
.material-icons.density_small:before {
  content: "\eba8";
}
.material-icons.departure_board:before {
  content: "\e576";
}
.material-icons.description:before {
  content: "\e873";
}
.material-icons.deselect:before {
  content: "\ebb6";
}
.material-icons.design_services:before {
  content: "\f10a";
}
.material-icons.desk:before {
  content: "\f8f4";
}
.material-icons.desktop_access_disabled:before {
  content: "\e99d";
}
.material-icons.desktop_mac:before {
  content: "\e30b";
}
.material-icons.desktop_windows:before {
  content: "\e30c";
}
.material-icons.details:before {
  content: "\e3c8";
}
.material-icons.developer_board:before {
  content: "\e30d";
}
.material-icons.developer_board_off:before {
  content: "\e4ff";
}
.material-icons.developer_mode:before {
  content: "\e1b0";
}
.material-icons.device_hub:before {
  content: "\e335";
}
.material-icons.device_thermostat:before {
  content: "\e1ff";
}
.material-icons.device_unknown:before {
  content: "\e339";
}
.material-icons.devices:before {
  content: "\e1b1";
}
.material-icons.devices_fold:before {
  content: "\ebde";
}
.material-icons.devices_other:before {
  content: "\e337";
}
.material-icons.dialer_sip:before {
  content: "\e0bb";
}
.material-icons.dialpad:before {
  content: "\e0bc";
}
.material-icons.diamond:before {
  content: "\ead5";
}
.material-icons.difference:before {
  content: "\eb7d";
}
.material-icons.dining:before {
  content: "\eff4";
}
.material-icons.dinner_dining:before {
  content: "\ea57";
}
.material-icons.directions:before {
  content: "\e52e";
}
.material-icons.directions_bike:before {
  content: "\e52f";
}
.material-icons.directions_boat:before {
  content: "\e532";
}
.material-icons.directions_boat_filled:before {
  content: "\eff5";
}
.material-icons.directions_bus:before {
  content: "\e530";
}
.material-icons.directions_bus_filled:before {
  content: "\eff6";
}
.material-icons.directions_car:before {
  content: "\e531";
}
.material-icons.directions_car_filled:before {
  content: "\eff7";
}
.material-icons.directions_ferry:before {
  content: "\e532";
}
.material-icons.directions_off:before {
  content: "\f10f";
}
.material-icons.directions_railway:before {
  content: "\e534";
}
.material-icons.directions_railway_filled:before {
  content: "\eff8";
}
.material-icons.directions_run:before {
  content: "\e566";
}
.material-icons.directions_subway:before {
  content: "\e533";
}
.material-icons.directions_subway_filled:before {
  content: "\eff9";
}
.material-icons.directions_train:before {
  content: "\e534";
}
.material-icons.directions_transit:before {
  content: "\e535";
}
.material-icons.directions_transit_filled:before {
  content: "\effa";
}
.material-icons.directions_walk:before {
  content: "\e536";
}
.material-icons.dirty_lens:before {
  content: "\ef4b";
}
.material-icons.disabled_by_default:before {
  content: "\f230";
}
.material-icons.disabled_visible:before {
  content: "\e76e";
}
.material-icons.disc_full:before {
  content: "\e610";
}
.material-icons.discord:before {
  content: "\ea6c";
}
.material-icons.discount:before {
  content: "\ebc9";
}
.material-icons.display_settings:before {
  content: "\eb97";
}
.material-icons.dnd_forwardslash:before {
  content: "\e611";
}
.material-icons.dns:before {
  content: "\e875";
}
.material-icons.do_disturb:before {
  content: "\f08c";
}
.material-icons.do_disturb_alt:before {
  content: "\f08d";
}
.material-icons.do_disturb_off:before {
  content: "\f08e";
}
.material-icons.do_disturb_on:before {
  content: "\f08f";
}
.material-icons.do_not_disturb:before {
  content: "\e612";
}
.material-icons.do_not_disturb_alt:before {
  content: "\e611";
}
.material-icons.do_not_disturb_off:before {
  content: "\e643";
}
.material-icons.do_not_disturb_on:before {
  content: "\e644";
}
.material-icons.do_not_disturb_on_total_silence:before {
  content: "\effb";
}
.material-icons.do_not_step:before {
  content: "\f19f";
}
.material-icons.do_not_touch:before {
  content: "\f1b0";
}
.material-icons.dock:before {
  content: "\e30e";
}
.material-icons.document_scanner:before {
  content: "\e5fa";
}
.material-icons.domain:before {
  content: "\e7ee";
}
.material-icons.domain_add:before {
  content: "\eb62";
}
.material-icons.domain_disabled:before {
  content: "\e0ef";
}
.material-icons.domain_verification:before {
  content: "\ef4c";
}
.material-icons.done:before {
  content: "\e876";
}
.material-icons.done_all:before {
  content: "\e877";
}
.material-icons.done_outline:before {
  content: "\e92f";
}
.material-icons.donut_large:before {
  content: "\e917";
}
.material-icons.donut_small:before {
  content: "\e918";
}
.material-icons.door_back:before {
  content: "\effc";
}
.material-icons.door_front:before {
  content: "\effd";
}
.material-icons.door_sliding:before {
  content: "\effe";
}
.material-icons.doorbell:before {
  content: "\efff";
}
.material-icons.double_arrow:before {
  content: "\ea50";
}
.material-icons.downhill_skiing:before {
  content: "\e509";
}
.material-icons.download:before {
  content: "\f090";
}
.material-icons.download_done:before {
  content: "\f091";
}
.material-icons.download_for_offline:before {
  content: "\f000";
}
.material-icons.downloading:before {
  content: "\f001";
}
.material-icons.drafts:before {
  content: "\e151";
}
.material-icons.drag_handle:before {
  content: "\e25d";
}
.material-icons.drag_indicator:before {
  content: "\e945";
}
.material-icons.draw:before {
  content: "\e746";
}
.material-icons.drive_eta:before {
  content: "\e613";
}
.material-icons.drive_file_move:before {
  content: "\e675";
}
.material-icons.drive_file_move_outline:before {
  content: "\e9a1";
}
.material-icons.drive_file_move_rtl:before {
  content: "\e76d";
}
.material-icons.drive_file_rename_outline:before {
  content: "\e9a2";
}
.material-icons.drive_folder_upload:before {
  content: "\e9a3";
}
.material-icons.dry:before {
  content: "\f1b3";
}
.material-icons.dry_cleaning:before {
  content: "\ea58";
}
.material-icons.duo:before {
  content: "\e9a5";
}
.material-icons.dvr:before {
  content: "\e1b2";
}
.material-icons.dynamic_feed:before {
  content: "\ea14";
}
.material-icons.dynamic_form:before {
  content: "\f1bf";
}
.material-icons.e_mobiledata:before {
  content: "\f002";
}
.material-icons.earbuds:before {
  content: "\f003";
}
.material-icons.earbuds_battery:before {
  content: "\f004";
}
.material-icons.east:before {
  content: "\f1df";
}
.material-icons.eco:before {
  content: "\ea35";
}
.material-icons.edgesensor_high:before {
  content: "\f005";
}
.material-icons.edgesensor_low:before {
  content: "\f006";
}
.material-icons.edit:before {
  content: "\e3c9";
}
.material-icons.edit_attributes:before {
  content: "\e578";
}
.material-icons.edit_calendar:before {
  content: "\e742";
}
.material-icons.edit_location:before {
  content: "\e568";
}
.material-icons.edit_location_alt:before {
  content: "\e1c5";
}
.material-icons.edit_note:before {
  content: "\e745";
}
.material-icons.edit_notifications:before {
  content: "\e525";
}
.material-icons.edit_off:before {
  content: "\e950";
}
.material-icons.edit_road:before {
  content: "\ef4d";
}
.material-icons.egg:before {
  content: "\eacc";
}
.material-icons.egg_alt:before {
  content: "\eac8";
}
.material-icons.eject:before {
  content: "\e8fb";
}
.material-icons.elderly:before {
  content: "\f21a";
}
.material-icons.elderly_woman:before {
  content: "\eb69";
}
.material-icons.electric_bike:before {
  content: "\eb1b";
}
.material-icons.electric_bolt:before {
  content: "\ec1c";
}
.material-icons.electric_car:before {
  content: "\eb1c";
}
.material-icons.electric_meter:before {
  content: "\ec1b";
}
.material-icons.electric_moped:before {
  content: "\eb1d";
}
.material-icons.electric_rickshaw:before {
  content: "\eb1e";
}
.material-icons.electric_scooter:before {
  content: "\eb1f";
}
.material-icons.electrical_services:before {
  content: "\f102";
}
.material-icons.elevator:before {
  content: "\f1a0";
}
.material-icons.email:before {
  content: "\e0be";
}
.material-icons.emergency:before {
  content: "\e1eb";
}
.material-icons.emergency_recording:before {
  content: "\ebf4";
}
.material-icons.emergency_share:before {
  content: "\ebf6";
}
.material-icons.emoji_emotions:before {
  content: "\ea22";
}
.material-icons.emoji_events:before {
  content: "\ea23";
}
.material-icons.emoji_flags:before {
  content: "\ea1a";
}
.material-icons.emoji_food_beverage:before {
  content: "\ea1b";
}
.material-icons.emoji_nature:before {
  content: "\ea1c";
}
.material-icons.emoji_objects:before {
  content: "\ea24";
}
.material-icons.emoji_people:before {
  content: "\ea1d";
}
.material-icons.emoji_symbols:before {
  content: "\ea1e";
}
.material-icons.emoji_transportation:before {
  content: "\ea1f";
}
.material-icons.energy_savings_leaf:before {
  content: "\ec1a";
}
.material-icons.engineering:before {
  content: "\ea3d";
}
.material-icons.enhance_photo_translate:before {
  content: "\e8fc";
}
.material-icons.enhanced_encryption:before {
  content: "\e63f";
}
.material-icons.equalizer:before {
  content: "\e01d";
}
.material-icons.error:before {
  content: "\e000";
}
.material-icons.error_outline:before {
  content: "\e001";
}
.material-icons.escalator:before {
  content: "\f1a1";
}
.material-icons.escalator_warning:before {
  content: "\f1ac";
}
.material-icons.euro:before {
  content: "\ea15";
}
.material-icons.euro_symbol:before {
  content: "\e926";
}
.material-icons.ev_station:before {
  content: "\e56d";
}
.material-icons.event:before {
  content: "\e878";
}
.material-icons.event_available:before {
  content: "\e614";
}
.material-icons.event_busy:before {
  content: "\e615";
}
.material-icons.event_note:before {
  content: "\e616";
}
.material-icons.event_repeat:before {
  content: "\eb7b";
}
.material-icons.event_seat:before {
  content: "\e903";
}
.material-icons.exit_to_app:before {
  content: "\e879";
}
.material-icons.expand:before {
  content: "\e94f";
}
.material-icons.expand_circle_down:before {
  content: "\e7cd";
}
.material-icons.expand_less:before {
  content: "\e5ce";
}
.material-icons.expand_more:before {
  content: "\e5cf";
}
.material-icons.explicit:before {
  content: "\e01e";
}
.material-icons.explore:before {
  content: "\e87a";
}
.material-icons.explore_off:before {
  content: "\e9a8";
}
.material-icons.exposure:before {
  content: "\e3ca";
}
.material-icons.exposure_minus_1:before {
  content: "\e3cb";
}
.material-icons.exposure_minus_2:before {
  content: "\e3cc";
}
.material-icons.exposure_neg_1:before {
  content: "\e3cb";
}
.material-icons.exposure_neg_2:before {
  content: "\e3cc";
}
.material-icons.exposure_plus_1:before {
  content: "\e3cd";
}
.material-icons.exposure_plus_2:before {
  content: "\e3ce";
}
.material-icons.exposure_zero:before {
  content: "\e3cf";
}
.material-icons.extension:before {
  content: "\e87b";
}
.material-icons.extension_off:before {
  content: "\e4f5";
}
.material-icons.face:before {
  content: "\e87c";
}
.material-icons.face_retouching_natural:before {
  content: "\ef4e";
}
.material-icons.face_retouching_off:before {
  content: "\f007";
}
.material-icons.facebook:before {
  content: "\f234";
}
.material-icons.fact_check:before {
  content: "\f0c5";
}
.material-icons.factory:before {
  content: "\ebbc";
}
.material-icons.family_restroom:before {
  content: "\f1a2";
}
.material-icons.fast_forward:before {
  content: "\e01f";
}
.material-icons.fast_rewind:before {
  content: "\e020";
}
.material-icons.fastfood:before {
  content: "\e57a";
}
.material-icons.favorite:before {
  content: "\e87d";
}
.material-icons.favorite_border:before {
  content: "\e87e";
}
.material-icons.favorite_outline:before {
  content: "\e87e";
}
.material-icons.fax:before {
  content: "\ead8";
}
.material-icons.featured_play_list:before {
  content: "\e06d";
}
.material-icons.featured_video:before {
  content: "\e06e";
}
.material-icons.feed:before {
  content: "\f009";
}
.material-icons.feedback:before {
  content: "\e87f";
}
.material-icons.female:before {
  content: "\e590";
}
.material-icons.fence:before {
  content: "\f1f6";
}
.material-icons.festival:before {
  content: "\ea68";
}
.material-icons.fiber_dvr:before {
  content: "\e05d";
}
.material-icons.fiber_manual_record:before {
  content: "\e061";
}
.material-icons.fiber_new:before {
  content: "\e05e";
}
.material-icons.fiber_pin:before {
  content: "\e06a";
}
.material-icons.fiber_smart_record:before {
  content: "\e062";
}
.material-icons.file_copy:before {
  content: "\e173";
}
.material-icons.file_download:before {
  content: "\e2c4";
}
.material-icons.file_download_done:before {
  content: "\e9aa";
}
.material-icons.file_download_off:before {
  content: "\e4fe";
}
.material-icons.file_open:before {
  content: "\eaf3";
}
.material-icons.file_present:before {
  content: "\ea0e";
}
.material-icons.file_upload:before {
  content: "\e2c6";
}
.material-icons.filter:before {
  content: "\e3d3";
}
.material-icons.filter_1:before {
  content: "\e3d0";
}
.material-icons.filter_2:before {
  content: "\e3d1";
}
.material-icons.filter_3:before {
  content: "\e3d2";
}
.material-icons.filter_4:before {
  content: "\e3d4";
}
.material-icons.filter_5:before {
  content: "\e3d5";
}
.material-icons.filter_6:before {
  content: "\e3d6";
}
.material-icons.filter_7:before {
  content: "\e3d7";
}
.material-icons.filter_8:before {
  content: "\e3d8";
}
.material-icons.filter_9:before {
  content: "\e3d9";
}
.material-icons.filter_9_plus:before {
  content: "\e3da";
}
.material-icons.filter_alt:before {
  content: "\ef4f";
}
.material-icons.filter_alt_off:before {
  content: "\eb32";
}
.material-icons.filter_b_and_w:before {
  content: "\e3db";
}
.material-icons.filter_center_focus:before {
  content: "\e3dc";
}
.material-icons.filter_drama:before {
  content: "\e3dd";
}
.material-icons.filter_frames:before {
  content: "\e3de";
}
.material-icons.filter_hdr:before {
  content: "\e3df";
}
.material-icons.filter_list:before {
  content: "\e152";
}
.material-icons.filter_list_alt:before {
  content: "\e94e";
}
.material-icons.filter_list_off:before {
  content: "\eb57";
}
.material-icons.filter_none:before {
  content: "\e3e0";
}
.material-icons.filter_tilt_shift:before {
  content: "\e3e2";
}
.material-icons.filter_vintage:before {
  content: "\e3e3";
}
.material-icons.find_in_page:before {
  content: "\e880";
}
.material-icons.find_replace:before {
  content: "\e881";
}
.material-icons.fingerprint:before {
  content: "\e90d";
}
.material-icons.fire_extinguisher:before {
  content: "\f1d8";
}
.material-icons.fire_hydrant:before {
  content: "\f1a3";
}
.material-icons.fire_hydrant_alt:before {
  content: "\f8f1";
}
.material-icons.fire_truck:before {
  content: "\f8f2";
}
.material-icons.fireplace:before {
  content: "\ea43";
}
.material-icons.first_page:before {
  content: "\e5dc";
}
.material-icons.fit_screen:before {
  content: "\ea10";
}
.material-icons.fitbit:before {
  content: "\e82b";
}
.material-icons.fitness_center:before {
  content: "\eb43";
}
.material-icons.flag:before {
  content: "\e153";
}
.material-icons.flag_circle:before {
  content: "\eaf8";
}
.material-icons.flaky:before {
  content: "\ef50";
}
.material-icons.flare:before {
  content: "\e3e4";
}
.material-icons.flash_auto:before {
  content: "\e3e5";
}
.material-icons.flash_off:before {
  content: "\e3e6";
}
.material-icons.flash_on:before {
  content: "\e3e7";
}
.material-icons.flashlight_off:before {
  content: "\f00a";
}
.material-icons.flashlight_on:before {
  content: "\f00b";
}
.material-icons.flatware:before {
  content: "\f00c";
}
.material-icons.flight:before {
  content: "\e539";
}
.material-icons.flight_class:before {
  content: "\e7cb";
}
.material-icons.flight_land:before {
  content: "\e904";
}
.material-icons.flight_takeoff:before {
  content: "\e905";
}
.material-icons.flip:before {
  content: "\e3e8";
}
.material-icons.flip_camera_android:before {
  content: "\ea37";
}
.material-icons.flip_camera_ios:before {
  content: "\ea38";
}
.material-icons.flip_to_back:before {
  content: "\e882";
}
.material-icons.flip_to_front:before {
  content: "\e883";
}
.material-icons.flood:before {
  content: "\ebe6";
}
.material-icons.flourescent:before {
  content: "\f00d";
}
.material-icons.flutter_dash:before {
  content: "\e00b";
}
.material-icons.fmd_bad:before {
  content: "\f00e";
}
.material-icons.fmd_good:before {
  content: "\f00f";
}
.material-icons.foggy:before {
  content: "\e818";
}
.material-icons.folder:before {
  content: "\e2c7";
}
.material-icons.folder_copy:before {
  content: "\ebbd";
}
.material-icons.folder_delete:before {
  content: "\eb34";
}
.material-icons.folder_off:before {
  content: "\eb83";
}
.material-icons.folder_open:before {
  content: "\e2c8";
}
.material-icons.folder_shared:before {
  content: "\e2c9";
}
.material-icons.folder_special:before {
  content: "\e617";
}
.material-icons.folder_zip:before {
  content: "\eb2c";
}
.material-icons.follow_the_signs:before {
  content: "\f222";
}
.material-icons.font_download:before {
  content: "\e167";
}
.material-icons.font_download_off:before {
  content: "\e4f9";
}
.material-icons.food_bank:before {
  content: "\f1f2";
}
.material-icons.forest:before {
  content: "\ea99";
}
.material-icons.fork_left:before {
  content: "\eba0";
}
.material-icons.fork_right:before {
  content: "\ebac";
}
.material-icons.format_align_center:before {
  content: "\e234";
}
.material-icons.format_align_justify:before {
  content: "\e235";
}
.material-icons.format_align_left:before {
  content: "\e236";
}
.material-icons.format_align_right:before {
  content: "\e237";
}
.material-icons.format_bold:before {
  content: "\e238";
}
.material-icons.format_clear:before {
  content: "\e239";
}
.material-icons.format_color_fill:before {
  content: "\e23a";
}
.material-icons.format_color_reset:before {
  content: "\e23b";
}
.material-icons.format_color_text:before {
  content: "\e23c";
}
.material-icons.format_indent_decrease:before {
  content: "\e23d";
}
.material-icons.format_indent_increase:before {
  content: "\e23e";
}
.material-icons.format_italic:before {
  content: "\e23f";
}
.material-icons.format_line_spacing:before {
  content: "\e240";
}
.material-icons.format_list_bulleted:before {
  content: "\e241";
}
.material-icons.format_list_numbered:before {
  content: "\e242";
}
.material-icons.format_list_numbered_rtl:before {
  content: "\e267";
}
.material-icons.format_overline:before {
  content: "\eb65";
}
.material-icons.format_paint:before {
  content: "\e243";
}
.material-icons.format_quote:before {
  content: "\e244";
}
.material-icons.format_shapes:before {
  content: "\e25e";
}
.material-icons.format_size:before {
  content: "\e245";
}
.material-icons.format_strikethrough:before {
  content: "\e246";
}
.material-icons.format_textdirection_l_to_r:before {
  content: "\e247";
}
.material-icons.format_textdirection_r_to_l:before {
  content: "\e248";
}
.material-icons.format_underline:before {
  content: "\e249";
}
.material-icons.format_underlined:before {
  content: "\e249";
}
.material-icons.fort:before {
  content: "\eaad";
}
.material-icons.forum:before {
  content: "\e0bf";
}
.material-icons.forward:before {
  content: "\e154";
}
.material-icons.forward_10:before {
  content: "\e056";
}
.material-icons.forward_30:before {
  content: "\e057";
}
.material-icons.forward_5:before {
  content: "\e058";
}
.material-icons.forward_to_inbox:before {
  content: "\f187";
}
.material-icons.foundation:before {
  content: "\f200";
}
.material-icons.free_breakfast:before {
  content: "\eb44";
}
.material-icons.free_cancellation:before {
  content: "\e748";
}
.material-icons.front_hand:before {
  content: "\e769";
}
.material-icons.fullscreen:before {
  content: "\e5d0";
}
.material-icons.fullscreen_exit:before {
  content: "\e5d1";
}
.material-icons.functions:before {
  content: "\e24a";
}
.material-icons.g_mobiledata:before {
  content: "\f010";
}
.material-icons.g_translate:before {
  content: "\e927";
}
.material-icons.gamepad:before {
  content: "\e30f";
}
.material-icons.games:before {
  content: "\e021";
}
.material-icons.garage:before {
  content: "\f011";
}
.material-icons.gas_meter:before {
  content: "\ec19";
}
.material-icons.gavel:before {
  content: "\e90e";
}
.material-icons.generating_tokens:before {
  content: "\e749";
}
.material-icons.gesture:before {
  content: "\e155";
}
.material-icons.get_app:before {
  content: "\e884";
}
.material-icons.gif:before {
  content: "\e908";
}
.material-icons.gif_box:before {
  content: "\e7a3";
}
.material-icons.girl:before {
  content: "\eb68";
}
.material-icons.gite:before {
  content: "\e58b";
}
.material-icons.goat:before {
  content: "\ebff";
}
.material-icons.golf_course:before {
  content: "\eb45";
}
.material-icons.gpp_bad:before {
  content: "\f012";
}
.material-icons.gpp_good:before {
  content: "\f013";
}
.material-icons.gpp_maybe:before {
  content: "\f014";
}
.material-icons.gps_fixed:before {
  content: "\e1b3";
}
.material-icons.gps_not_fixed:before {
  content: "\e1b4";
}
.material-icons.gps_off:before {
  content: "\e1b5";
}
.material-icons.grade:before {
  content: "\e885";
}
.material-icons.gradient:before {
  content: "\e3e9";
}
.material-icons.grading:before {
  content: "\ea4f";
}
.material-icons.grain:before {
  content: "\e3ea";
}
.material-icons.graphic_eq:before {
  content: "\e1b8";
}
.material-icons.grass:before {
  content: "\f205";
}
.material-icons.grid_3x3:before {
  content: "\f015";
}
.material-icons.grid_4x4:before {
  content: "\f016";
}
.material-icons.grid_goldenratio:before {
  content: "\f017";
}
.material-icons.grid_off:before {
  content: "\e3eb";
}
.material-icons.grid_on:before {
  content: "\e3ec";
}
.material-icons.grid_view:before {
  content: "\e9b0";
}
.material-icons.group:before {
  content: "\e7ef";
}
.material-icons.group_add:before {
  content: "\e7f0";
}
.material-icons.group_off:before {
  content: "\e747";
}
.material-icons.group_remove:before {
  content: "\e7ad";
}
.material-icons.group_work:before {
  content: "\e886";
}
.material-icons.groups:before {
  content: "\f233";
}
.material-icons.h_mobiledata:before {
  content: "\f018";
}
.material-icons.h_plus_mobiledata:before {
  content: "\f019";
}
.material-icons.hail:before {
  content: "\e9b1";
}
.material-icons.handshake:before {
  content: "\ebcb";
}
.material-icons.handyman:before {
  content: "\f10b";
}
.material-icons.hardware:before {
  content: "\ea59";
}
.material-icons.hd:before {
  content: "\e052";
}
.material-icons.hdr_auto:before {
  content: "\f01a";
}
.material-icons.hdr_auto_select:before {
  content: "\f01b";
}
.material-icons.hdr_enhanced_select:before {
  content: "\ef51";
}
.material-icons.hdr_off:before {
  content: "\e3ed";
}
.material-icons.hdr_off_select:before {
  content: "\f01c";
}
.material-icons.hdr_on:before {
  content: "\e3ee";
}
.material-icons.hdr_on_select:before {
  content: "\f01d";
}
.material-icons.hdr_plus:before {
  content: "\f01e";
}
.material-icons.hdr_strong:before {
  content: "\e3f1";
}
.material-icons.hdr_weak:before {
  content: "\e3f2";
}
.material-icons.headphones:before {
  content: "\f01f";
}
.material-icons.headphones_battery:before {
  content: "\f020";
}
.material-icons.headset:before {
  content: "\e310";
}
.material-icons.headset_mic:before {
  content: "\e311";
}
.material-icons.headset_off:before {
  content: "\e33a";
}
.material-icons.healing:before {
  content: "\e3f3";
}
.material-icons.health_and_safety:before {
  content: "\e1d5";
}
.material-icons.hearing:before {
  content: "\e023";
}
.material-icons.hearing_disabled:before {
  content: "\f104";
}
.material-icons.heart_broken:before {
  content: "\eac2";
}
.material-icons.heat_pump:before {
  content: "\ec18";
}
.material-icons.height:before {
  content: "\ea16";
}
.material-icons.help:before {
  content: "\e887";
}
.material-icons.help_center:before {
  content: "\f1c0";
}
.material-icons.help_outline:before {
  content: "\e8fd";
}
.material-icons.hevc:before {
  content: "\f021";
}
.material-icons.hexagon:before {
  content: "\eb39";
}
.material-icons.hide_image:before {
  content: "\f022";
}
.material-icons.hide_source:before {
  content: "\f023";
}
.material-icons.high_quality:before {
  content: "\e024";
}
.material-icons.highlight:before {
  content: "\e25f";
}
.material-icons.highlight_alt:before {
  content: "\ef52";
}
.material-icons.highlight_off:before {
  content: "\e888";
}
.material-icons.highlight_remove:before {
  content: "\e888";
}
.material-icons.hiking:before {
  content: "\e50a";
}
.material-icons.history:before {
  content: "\e889";
}
.material-icons.history_edu:before {
  content: "\ea3e";
}
.material-icons.history_toggle_off:before {
  content: "\f17d";
}
.material-icons.hive:before {
  content: "\eaa6";
}
.material-icons.hls:before {
  content: "\eb8a";
}
.material-icons.hls_off:before {
  content: "\eb8c";
}
.material-icons.holiday_village:before {
  content: "\e58a";
}
.material-icons.home:before {
  content: "\e88a";
}
.material-icons.home_filled:before {
  content: "\e9b2";
}
.material-icons.home_max:before {
  content: "\f024";
}
.material-icons.home_mini:before {
  content: "\f025";
}
.material-icons.home_repair_service:before {
  content: "\f100";
}
.material-icons.home_work:before {
  content: "\ea09";
}
.material-icons.horizontal_distribute:before {
  content: "\e014";
}
.material-icons.horizontal_rule:before {
  content: "\f108";
}
.material-icons.horizontal_split:before {
  content: "\e947";
}
.material-icons.hot_tub:before {
  content: "\eb46";
}
.material-icons.hotel:before {
  content: "\e53a";
}
.material-icons.hotel_class:before {
  content: "\e743";
}
.material-icons.hourglass_bottom:before {
  content: "\ea5c";
}
.material-icons.hourglass_disabled:before {
  content: "\ef53";
}
.material-icons.hourglass_empty:before {
  content: "\e88b";
}
.material-icons.hourglass_full:before {
  content: "\e88c";
}
.material-icons.hourglass_top:before {
  content: "\ea5b";
}
.material-icons.house:before {
  content: "\ea44";
}
.material-icons.house_siding:before {
  content: "\f202";
}
.material-icons.houseboat:before {
  content: "\e584";
}
.material-icons.how_to_reg:before {
  content: "\e174";
}
.material-icons.how_to_vote:before {
  content: "\e175";
}
.material-icons.html:before {
  content: "\eb7e";
}
.material-icons.http:before {
  content: "\e902";
}
.material-icons.https:before {
  content: "\e88d";
}
.material-icons.hub:before {
  content: "\e9f4";
}
.material-icons.hvac:before {
  content: "\f10e";
}
.material-icons.ice_skating:before {
  content: "\e50b";
}
.material-icons.icecream:before {
  content: "\ea69";
}
.material-icons.image:before {
  content: "\e3f4";
}
.material-icons.image_aspect_ratio:before {
  content: "\e3f5";
}
.material-icons.image_not_supported:before {
  content: "\f116";
}
.material-icons.image_search:before {
  content: "\e43f";
}
.material-icons.imagesearch_roller:before {
  content: "\e9b4";
}
.material-icons.import_contacts:before {
  content: "\e0e0";
}
.material-icons.import_export:before {
  content: "\e0c3";
}
.material-icons.important_devices:before {
  content: "\e912";
}
.material-icons.inbox:before {
  content: "\e156";
}
.material-icons.incomplete_circle:before {
  content: "\e79b";
}
.material-icons.indeterminate_check_box:before {
  content: "\e909";
}
.material-icons.info:before {
  content: "\e88e";
}
.material-icons.info_outline:before {
  content: "\e88f";
}
.material-icons.input:before {
  content: "\e890";
}
.material-icons.insert_chart:before {
  content: "\e24b";
}
.material-icons.insert_chart_outlined:before {
  content: "\e26a";
}
.material-icons.insert_comment:before {
  content: "\e24c";
}
.material-icons.insert_drive_file:before {
  content: "\e24d";
}
.material-icons.insert_emoticon:before {
  content: "\e24e";
}
.material-icons.insert_invitation:before {
  content: "\e24f";
}
.material-icons.insert_link:before {
  content: "\e250";
}
.material-icons.insert_page_break:before {
  content: "\eaca";
}
.material-icons.insert_photo:before {
  content: "\e251";
}
.material-icons.insights:before {
  content: "\f092";
}
.material-icons.install_desktop:before {
  content: "\eb71";
}
.material-icons.install_mobile:before {
  content: "\eb72";
}
.material-icons.integration_instructions:before {
  content: "\ef54";
}
.material-icons.interests:before {
  content: "\e7c8";
}
.material-icons.interpreter_mode:before {
  content: "\e83b";
}
.material-icons.inventory:before {
  content: "\e179";
}
.material-icons.inventory_2:before {
  content: "\e1a1";
}
.material-icons.invert_colors:before {
  content: "\e891";
}
.material-icons.invert_colors_off:before {
  content: "\e0c4";
}
.material-icons.invert_colors_on:before {
  content: "\e891";
}
.material-icons.ios_share:before {
  content: "\e6b8";
}
.material-icons.iron:before {
  content: "\e583";
}
.material-icons.iso:before {
  content: "\e3f6";
}
.material-icons.javascript:before {
  content: "\eb7c";
}
.material-icons.join_full:before {
  content: "\eaeb";
}
.material-icons.join_inner:before {
  content: "\eaf4";
}
.material-icons.join_left:before {
  content: "\eaf2";
}
.material-icons.join_right:before {
  content: "\eaea";
}
.material-icons.kayaking:before {
  content: "\e50c";
}
.material-icons.kebab_dining:before {
  content: "\e842";
}
.material-icons.key:before {
  content: "\e73c";
}
.material-icons.key_off:before {
  content: "\eb84";
}
.material-icons.keyboard:before {
  content: "\e312";
}
.material-icons.keyboard_alt:before {
  content: "\f028";
}
.material-icons.keyboard_arrow_down:before {
  content: "\e313";
}
.material-icons.keyboard_arrow_left:before {
  content: "\e314";
}
.material-icons.keyboard_arrow_right:before {
  content: "\e315";
}
.material-icons.keyboard_arrow_up:before {
  content: "\e316";
}
.material-icons.keyboard_backspace:before {
  content: "\e317";
}
.material-icons.keyboard_capslock:before {
  content: "\e318";
}
.material-icons.keyboard_command:before {
  content: "\eae0";
}
.material-icons.keyboard_command_key:before {
  content: "\eae7";
}
.material-icons.keyboard_control:before {
  content: "\e5d3";
}
.material-icons.keyboard_control_key:before {
  content: "\eae6";
}
.material-icons.keyboard_double_arrow_down:before {
  content: "\ead0";
}
.material-icons.keyboard_double_arrow_left:before {
  content: "\eac3";
}
.material-icons.keyboard_double_arrow_right:before {
  content: "\eac9";
}
.material-icons.keyboard_double_arrow_up:before {
  content: "\eacf";
}
.material-icons.keyboard_hide:before {
  content: "\e31a";
}
.material-icons.keyboard_option:before {
  content: "\eadf";
}
.material-icons.keyboard_option_key:before {
  content: "\eae8";
}
.material-icons.keyboard_return:before {
  content: "\e31b";
}
.material-icons.keyboard_tab:before {
  content: "\e31c";
}
.material-icons.keyboard_voice:before {
  content: "\e31d";
}
.material-icons.king_bed:before {
  content: "\ea45";
}
.material-icons.kitchen:before {
  content: "\eb47";
}
.material-icons.kitesurfing:before {
  content: "\e50d";
}
.material-icons.label:before {
  content: "\e892";
}
.material-icons.label_important:before {
  content: "\e937";
}
.material-icons.label_important_outline:before {
  content: "\e948";
}
.material-icons.label_off:before {
  content: "\e9b6";
}
.material-icons.label_outline:before {
  content: "\e893";
}
.material-icons.lan:before {
  content: "\eb2f";
}
.material-icons.landscape:before {
  content: "\e3f7";
}
.material-icons.landslide:before {
  content: "\ebd7";
}
.material-icons.language:before {
  content: "\e894";
}
.material-icons.laptop:before {
  content: "\e31e";
}
.material-icons.laptop_chromebook:before {
  content: "\e31f";
}
.material-icons.laptop_mac:before {
  content: "\e320";
}
.material-icons.laptop_windows:before {
  content: "\e321";
}
.material-icons.last_page:before {
  content: "\e5dd";
}
.material-icons.launch:before {
  content: "\e895";
}
.material-icons.layers:before {
  content: "\e53b";
}
.material-icons.layers_clear:before {
  content: "\e53c";
}
.material-icons.leaderboard:before {
  content: "\f20c";
}
.material-icons.leak_add:before {
  content: "\e3f8";
}
.material-icons.leak_remove:before {
  content: "\e3f9";
}
.material-icons.leave_bags_at_home:before {
  content: "\f21b";
}
.material-icons.legend_toggle:before {
  content: "\f11b";
}
.material-icons.lens:before {
  content: "\e3fa";
}
.material-icons.lens_blur:before {
  content: "\f029";
}
.material-icons.library_add:before {
  content: "\e02e";
}
.material-icons.library_add_check:before {
  content: "\e9b7";
}
.material-icons.library_books:before {
  content: "\e02f";
}
.material-icons.library_music:before {
  content: "\e030";
}
.material-icons.light:before {
  content: "\f02a";
}
.material-icons.light_mode:before {
  content: "\e518";
}
.material-icons.lightbulb:before {
  content: "\e0f0";
}
.material-icons.lightbulb_circle:before {
  content: "\ebfe";
}
.material-icons.lightbulb_outline:before {
  content: "\e90f";
}
.material-icons.line_axis:before {
  content: "\ea9a";
}
.material-icons.line_style:before {
  content: "\e919";
}
.material-icons.line_weight:before {
  content: "\e91a";
}
.material-icons.linear_scale:before {
  content: "\e260";
}
.material-icons.link:before {
  content: "\e157";
}
.material-icons.link_off:before {
  content: "\e16f";
}
.material-icons.linked_camera:before {
  content: "\e438";
}
.material-icons.liquor:before {
  content: "\ea60";
}
.material-icons.list:before {
  content: "\e896";
}
.material-icons.list_alt:before {
  content: "\e0ee";
}
.material-icons.live_help:before {
  content: "\e0c6";
}
.material-icons.live_tv:before {
  content: "\e639";
}
.material-icons.living:before {
  content: "\f02b";
}
.material-icons.local_activity:before {
  content: "\e53f";
}
.material-icons.local_airport:before {
  content: "\e53d";
}
.material-icons.local_atm:before {
  content: "\e53e";
}
.material-icons.local_attraction:before {
  content: "\e53f";
}
.material-icons.local_bar:before {
  content: "\e540";
}
.material-icons.local_cafe:before {
  content: "\e541";
}
.material-icons.local_car_wash:before {
  content: "\e542";
}
.material-icons.local_convenience_store:before {
  content: "\e543";
}
.material-icons.local_dining:before {
  content: "\e556";
}
.material-icons.local_drink:before {
  content: "\e544";
}
.material-icons.local_fire_department:before {
  content: "\ef55";
}
.material-icons.local_florist:before {
  content: "\e545";
}
.material-icons.local_gas_station:before {
  content: "\e546";
}
.material-icons.local_grocery_store:before {
  content: "\e547";
}
.material-icons.local_hospital:before {
  content: "\e548";
}
.material-icons.local_hotel:before {
  content: "\e549";
}
.material-icons.local_laundry_service:before {
  content: "\e54a";
}
.material-icons.local_library:before {
  content: "\e54b";
}
.material-icons.local_mall:before {
  content: "\e54c";
}
.material-icons.local_movies:before {
  content: "\e54d";
}
.material-icons.local_offer:before {
  content: "\e54e";
}
.material-icons.local_parking:before {
  content: "\e54f";
}
.material-icons.local_pharmacy:before {
  content: "\e550";
}
.material-icons.local_phone:before {
  content: "\e551";
}
.material-icons.local_pizza:before {
  content: "\e552";
}
.material-icons.local_play:before {
  content: "\e553";
}
.material-icons.local_police:before {
  content: "\ef56";
}
.material-icons.local_post_office:before {
  content: "\e554";
}
.material-icons.local_print_shop:before {
  content: "\e555";
}
.material-icons.local_printshop:before {
  content: "\e555";
}
.material-icons.local_restaurant:before {
  content: "\e556";
}
.material-icons.local_see:before {
  content: "\e557";
}
.material-icons.local_shipping:before {
  content: "\e558";
}
.material-icons.local_taxi:before {
  content: "\e559";
}
.material-icons.location_city:before {
  content: "\e7f1";
}
.material-icons.location_disabled:before {
  content: "\e1b6";
}
.material-icons.location_history:before {
  content: "\e55a";
}
.material-icons.location_off:before {
  content: "\e0c7";
}
.material-icons.location_on:before {
  content: "\e0c8";
}
.material-icons.location_pin:before {
  content: "\f1db";
}
.material-icons.location_searching:before {
  content: "\e1b7";
}
.material-icons.lock:before {
  content: "\e897";
}
.material-icons.lock_clock:before {
  content: "\ef57";
}
.material-icons.lock_open:before {
  content: "\e898";
}
.material-icons.lock_outline:before {
  content: "\e899";
}
.material-icons.lock_person:before {
  content: "\f8f3";
}
.material-icons.lock_reset:before {
  content: "\eade";
}
.material-icons.login:before {
  content: "\ea77";
}
.material-icons.logo_dev:before {
  content: "\ead6";
}
.material-icons.logout:before {
  content: "\e9ba";
}
.material-icons.looks:before {
  content: "\e3fc";
}
.material-icons.looks_3:before {
  content: "\e3fb";
}
.material-icons.looks_4:before {
  content: "\e3fd";
}
.material-icons.looks_5:before {
  content: "\e3fe";
}
.material-icons.looks_6:before {
  content: "\e3ff";
}
.material-icons.looks_one:before {
  content: "\e400";
}
.material-icons.looks_two:before {
  content: "\e401";
}
.material-icons.loop:before {
  content: "\e028";
}
.material-icons.loupe:before {
  content: "\e402";
}
.material-icons.low_priority:before {
  content: "\e16d";
}
.material-icons.loyalty:before {
  content: "\e89a";
}
.material-icons.lte_mobiledata:before {
  content: "\f02c";
}
.material-icons.lte_plus_mobiledata:before {
  content: "\f02d";
}
.material-icons.luggage:before {
  content: "\f235";
}
.material-icons.lunch_dining:before {
  content: "\ea61";
}
.material-icons.lyrics:before {
  content: "\ec0b";
}
.material-icons.mail:before {
  content: "\e158";
}
.material-icons.mail_lock:before {
  content: "\ec0a";
}
.material-icons.mail_outline:before {
  content: "\e0e1";
}
.material-icons.male:before {
  content: "\e58e";
}
.material-icons.man:before {
  content: "\e4eb";
}
.material-icons.manage_accounts:before {
  content: "\f02e";
}
.material-icons.manage_history:before {
  content: "\ebe7";
}
.material-icons.manage_search:before {
  content: "\f02f";
}
.material-icons.map:before {
  content: "\e55b";
}
.material-icons.maps_home_work:before {
  content: "\f030";
}
.material-icons.maps_ugc:before {
  content: "\ef58";
}
.material-icons.margin:before {
  content: "\e9bb";
}
.material-icons.mark_as_unread:before {
  content: "\e9bc";
}
.material-icons.mark_chat_read:before {
  content: "\f18b";
}
.material-icons.mark_chat_unread:before {
  content: "\f189";
}
.material-icons.mark_email_read:before {
  content: "\f18c";
}
.material-icons.mark_email_unread:before {
  content: "\f18a";
}
.material-icons.mark_unread_chat_alt:before {
  content: "\eb9d";
}
.material-icons.markunread:before {
  content: "\e159";
}
.material-icons.markunread_mailbox:before {
  content: "\e89b";
}
.material-icons.masks:before {
  content: "\f218";
}
.material-icons.maximize:before {
  content: "\e930";
}
.material-icons.media_bluetooth_off:before {
  content: "\f031";
}
.material-icons.media_bluetooth_on:before {
  content: "\f032";
}
.material-icons.mediation:before {
  content: "\efa7";
}
.material-icons.medical_information:before {
  content: "\ebed";
}
.material-icons.medical_services:before {
  content: "\f109";
}
.material-icons.medication:before {
  content: "\f033";
}
.material-icons.medication_liquid:before {
  content: "\ea87";
}
.material-icons.meeting_room:before {
  content: "\eb4f";
}
.material-icons.memory:before {
  content: "\e322";
}
.material-icons.menu:before {
  content: "\e5d2";
}
.material-icons.menu_book:before {
  content: "\ea19";
}
.material-icons.menu_open:before {
  content: "\e9bd";
}
.material-icons.merge:before {
  content: "\eb98";
}
.material-icons.merge_type:before {
  content: "\e252";
}
.material-icons.message:before {
  content: "\e0c9";
}
.material-icons.messenger:before {
  content: "\e0ca";
}
.material-icons.messenger_outline:before {
  content: "\e0cb";
}
.material-icons.mic:before {
  content: "\e029";
}
.material-icons.mic_external_off:before {
  content: "\ef59";
}
.material-icons.mic_external_on:before {
  content: "\ef5a";
}
.material-icons.mic_none:before {
  content: "\e02a";
}
.material-icons.mic_off:before {
  content: "\e02b";
}
.material-icons.microwave:before {
  content: "\f204";
}
.material-icons.military_tech:before {
  content: "\ea3f";
}
.material-icons.minimize:before {
  content: "\e931";
}
.material-icons.minor_crash:before {
  content: "\ebf1";
}
.material-icons.miscellaneous_services:before {
  content: "\f10c";
}
.material-icons.missed_video_call:before {
  content: "\e073";
}
.material-icons.mms:before {
  content: "\e618";
}
.material-icons.mobile_friendly:before {
  content: "\e200";
}
.material-icons.mobile_off:before {
  content: "\e201";
}
.material-icons.mobile_screen_share:before {
  content: "\e0e7";
}
.material-icons.mobiledata_off:before {
  content: "\f034";
}
.material-icons.mode:before {
  content: "\f097";
}
.material-icons.mode_comment:before {
  content: "\e253";
}
.material-icons.mode_edit:before {
  content: "\e254";
}
.material-icons.mode_edit_outline:before {
  content: "\f035";
}
.material-icons.mode_fan_off:before {
  content: "\ec17";
}
.material-icons.mode_night:before {
  content: "\f036";
}
.material-icons.mode_of_travel:before {
  content: "\e7ce";
}
.material-icons.mode_standby:before {
  content: "\f037";
}
.material-icons.model_training:before {
  content: "\f0cf";
}
.material-icons.monetization_on:before {
  content: "\e263";
}
.material-icons.money:before {
  content: "\e57d";
}
.material-icons.money_off:before {
  content: "\e25c";
}
.material-icons.money_off_csred:before {
  content: "\f038";
}
.material-icons.monitor:before {
  content: "\ef5b";
}
.material-icons.monitor_heart:before {
  content: "\eaa2";
}
.material-icons.monitor_weight:before {
  content: "\f039";
}
.material-icons.monochrome_photos:before {
  content: "\e403";
}
.material-icons.mood:before {
  content: "\e7f2";
}
.material-icons.mood_bad:before {
  content: "\e7f3";
}
.material-icons.moped:before {
  content: "\eb28";
}
.material-icons.more:before {
  content: "\e619";
}
.material-icons.more_horiz:before {
  content: "\e5d3";
}
.material-icons.more_time:before {
  content: "\ea5d";
}
.material-icons.more_vert:before {
  content: "\e5d4";
}
.material-icons.mosque:before {
  content: "\eab2";
}
.material-icons.motion_photos_auto:before {
  content: "\f03a";
}
.material-icons.motion_photos_off:before {
  content: "\e9c0";
}
.material-icons.motion_photos_on:before {
  content: "\e9c1";
}
.material-icons.motion_photos_pause:before {
  content: "\f227";
}
.material-icons.motion_photos_paused:before {
  content: "\e9c2";
}
.material-icons.motorcycle:before {
  content: "\e91b";
}
.material-icons.mouse:before {
  content: "\e323";
}
.material-icons.move_down:before {
  content: "\eb61";
}
.material-icons.move_to_inbox:before {
  content: "\e168";
}
.material-icons.move_up:before {
  content: "\eb64";
}
.material-icons.movie:before {
  content: "\e02c";
}
.material-icons.movie_creation:before {
  content: "\e404";
}
.material-icons.movie_filter:before {
  content: "\e43a";
}
.material-icons.moving:before {
  content: "\e501";
}
.material-icons.mp:before {
  content: "\e9c3";
}
.material-icons.multiline_chart:before {
  content: "\e6df";
}
.material-icons.multiple_stop:before {
  content: "\f1b9";
}
.material-icons.multitrack_audio:before {
  content: "\e1b8";
}
.material-icons.museum:before {
  content: "\ea36";
}
.material-icons.music_note:before {
  content: "\e405";
}
.material-icons.music_off:before {
  content: "\e440";
}
.material-icons.music_video:before {
  content: "\e063";
}
.material-icons.my_library_add:before {
  content: "\e02e";
}
.material-icons.my_library_books:before {
  content: "\e02f";
}
.material-icons.my_library_music:before {
  content: "\e030";
}
.material-icons.my_location:before {
  content: "\e55c";
}
.material-icons.nat:before {
  content: "\ef5c";
}
.material-icons.nature:before {
  content: "\e406";
}
.material-icons.nature_people:before {
  content: "\e407";
}
.material-icons.navigate_before:before {
  content: "\e408";
}
.material-icons.navigate_next:before {
  content: "\e409";
}
.material-icons.navigation:before {
  content: "\e55d";
}
.material-icons.near_me:before {
  content: "\e569";
}
.material-icons.near_me_disabled:before {
  content: "\f1ef";
}
.material-icons.nearby_error:before {
  content: "\f03b";
}
.material-icons.nearby_off:before {
  content: "\f03c";
}
.material-icons.nest_cam_wired_stand:before {
  content: "\ec16";
}
.material-icons.network_cell:before {
  content: "\e1b9";
}
.material-icons.network_check:before {
  content: "\e640";
}
.material-icons.network_locked:before {
  content: "\e61a";
}
.material-icons.network_ping:before {
  content: "\ebca";
}
.material-icons.network_wifi:before {
  content: "\e1ba";
}
.material-icons.network_wifi_1_bar:before {
  content: "\ebe4";
}
.material-icons.network_wifi_2_bar:before {
  content: "\ebd6";
}
.material-icons.network_wifi_3_bar:before {
  content: "\ebe1";
}
.material-icons.new_label:before {
  content: "\e609";
}
.material-icons.new_releases:before {
  content: "\e031";
}
.material-icons.newspaper:before {
  content: "\eb81";
}
.material-icons.next_plan:before {
  content: "\ef5d";
}
.material-icons.next_week:before {
  content: "\e16a";
}
.material-icons.nfc:before {
  content: "\e1bb";
}
.material-icons.night_shelter:before {
  content: "\f1f1";
}
.material-icons.nightlife:before {
  content: "\ea62";
}
.material-icons.nightlight:before {
  content: "\f03d";
}
.material-icons.nightlight_round:before {
  content: "\ef5e";
}
.material-icons.nights_stay:before {
  content: "\ea46";
}
.material-icons.no_accounts:before {
  content: "\f03e";
}
.material-icons.no_adult_content:before {
  content: "\f8fe";
}
.material-icons.no_backpack:before {
  content: "\f237";
}
.material-icons.no_cell:before {
  content: "\f1a4";
}
.material-icons.no_crash:before {
  content: "\ebf0";
}
.material-icons.no_drinks:before {
  content: "\f1a5";
}
.material-icons.no_encryption:before {
  content: "\e641";
}
.material-icons.no_encryption_gmailerrorred:before {
  content: "\f03f";
}
.material-icons.no_flash:before {
  content: "\f1a6";
}
.material-icons.no_food:before {
  content: "\f1a7";
}
.material-icons.no_luggage:before {
  content: "\f23b";
}
.material-icons.no_meals:before {
  content: "\f1d6";
}
.material-icons.no_meals_ouline:before {
  content: "\f229";
}
.material-icons.no_meeting_room:before {
  content: "\eb4e";
}
.material-icons.no_photography:before {
  content: "\f1a8";
}
.material-icons.no_sim:before {
  content: "\e0cc";
}
.material-icons.no_stroller:before {
  content: "\f1af";
}
.material-icons.no_transfer:before {
  content: "\f1d5";
}
.material-icons.noise_aware:before {
  content: "\ebec";
}
.material-icons.noise_control_off:before {
  content: "\ebf3";
}
.material-icons.nordic_walking:before {
  content: "\e50e";
}
.material-icons.north:before {
  content: "\f1e0";
}
.material-icons.north_east:before {
  content: "\f1e1";
}
.material-icons.north_west:before {
  content: "\f1e2";
}
.material-icons.not_accessible:before {
  content: "\f0fe";
}
.material-icons.not_interested:before {
  content: "\e033";
}
.material-icons.not_listed_location:before {
  content: "\e575";
}
.material-icons.not_started:before {
  content: "\f0d1";
}
.material-icons.note:before {
  content: "\e06f";
}
.material-icons.note_add:before {
  content: "\e89c";
}
.material-icons.note_alt:before {
  content: "\f040";
}
.material-icons.notes:before {
  content: "\e26c";
}
.material-icons.notification_add:before {
  content: "\e399";
}
.material-icons.notification_important:before {
  content: "\e004";
}
.material-icons.notifications:before {
  content: "\e7f4";
}
.material-icons.notifications_active:before {
  content: "\e7f7";
}
.material-icons.notifications_none:before {
  content: "\e7f5";
}
.material-icons.notifications_off:before {
  content: "\e7f6";
}
.material-icons.notifications_on:before {
  content: "\e7f7";
}
.material-icons.notifications_paused:before {
  content: "\e7f8";
}
.material-icons.now_wallpaper:before {
  content: "\e1bc";
}
.material-icons.now_widgets:before {
  content: "\e1bd";
}
.material-icons.numbers:before {
  content: "\eac7";
}
.material-icons.offline_bolt:before {
  content: "\e932";
}
.material-icons.offline_pin:before {
  content: "\e90a";
}
.material-icons.offline_share:before {
  content: "\e9c5";
}
.material-icons.oil_barrel:before {
  content: "\ec15";
}
.material-icons.on_device_training:before {
  content: "\ebfd";
}
.material-icons.ondemand_video:before {
  content: "\e63a";
}
.material-icons.online_prediction:before {
  content: "\f0eb";
}
.material-icons.opacity:before {
  content: "\e91c";
}
.material-icons.open_in_browser:before {
  content: "\e89d";
}
.material-icons.open_in_full:before {
  content: "\f1ce";
}
.material-icons.open_in_new:before {
  content: "\e89e";
}
.material-icons.open_in_new_off:before {
  content: "\e4f6";
}
.material-icons.open_with:before {
  content: "\e89f";
}
.material-icons.other_houses:before {
  content: "\e58c";
}
.material-icons.outbond:before {
  content: "\f228";
}
.material-icons.outbound:before {
  content: "\e1ca";
}
.material-icons.outbox:before {
  content: "\ef5f";
}
.material-icons.outdoor_grill:before {
  content: "\ea47";
}
.material-icons.outgoing_mail:before {
  content: "\f0d2";
}
.material-icons.outlet:before {
  content: "\f1d4";
}
.material-icons.outlined_flag:before {
  content: "\e16e";
}
.material-icons.output:before {
  content: "\ebbe";
}
.material-icons.padding:before {
  content: "\e9c8";
}
.material-icons.pages:before {
  content: "\e7f9";
}
.material-icons.pageview:before {
  content: "\e8a0";
}
.material-icons.paid:before {
  content: "\f041";
}
.material-icons.palette:before {
  content: "\e40a";
}
.material-icons.pan_tool:before {
  content: "\e925";
}
.material-icons.pan_tool_alt:before {
  content: "\ebb9";
}
.material-icons.panorama:before {
  content: "\e40b";
}
.material-icons.panorama_fish_eye:before {
  content: "\e40c";
}
.material-icons.panorama_fisheye:before {
  content: "\e40c";
}
.material-icons.panorama_horizontal:before {
  content: "\e40d";
}
.material-icons.panorama_horizontal_select:before {
  content: "\ef60";
}
.material-icons.panorama_photosphere:before {
  content: "\e9c9";
}
.material-icons.panorama_photosphere_select:before {
  content: "\e9ca";
}
.material-icons.panorama_vertical:before {
  content: "\e40e";
}
.material-icons.panorama_vertical_select:before {
  content: "\ef61";
}
.material-icons.panorama_wide_angle:before {
  content: "\e40f";
}
.material-icons.panorama_wide_angle_select:before {
  content: "\ef62";
}
.material-icons.paragliding:before {
  content: "\e50f";
}
.material-icons.park:before {
  content: "\ea63";
}
.material-icons.party_mode:before {
  content: "\e7fa";
}
.material-icons.password:before {
  content: "\f042";
}
.material-icons.pattern:before {
  content: "\f043";
}
.material-icons.pause:before {
  content: "\e034";
}
.material-icons.pause_circle:before {
  content: "\e1a2";
}
.material-icons.pause_circle_filled:before {
  content: "\e035";
}
.material-icons.pause_circle_outline:before {
  content: "\e036";
}
.material-icons.pause_presentation:before {
  content: "\e0ea";
}
.material-icons.payment:before {
  content: "\e8a1";
}
.material-icons.payments:before {
  content: "\ef63";
}
.material-icons.paypal:before {
  content: "\ea8d";
}
.material-icons.pedal_bike:before {
  content: "\eb29";
}
.material-icons.pending:before {
  content: "\ef64";
}
.material-icons.pending_actions:before {
  content: "\f1bb";
}
.material-icons.pentagon:before {
  content: "\eb50";
}
.material-icons.people:before {
  content: "\e7fb";
}
.material-icons.people_alt:before {
  content: "\ea21";
}
.material-icons.people_outline:before {
  content: "\e7fc";
}
.material-icons.percent:before {
  content: "\eb58";
}
.material-icons.perm_camera_mic:before {
  content: "\e8a2";
}
.material-icons.perm_contact_cal:before {
  content: "\e8a3";
}
.material-icons.perm_contact_calendar:before {
  content: "\e8a3";
}
.material-icons.perm_data_setting:before {
  content: "\e8a4";
}
.material-icons.perm_device_info:before {
  content: "\e8a5";
}
.material-icons.perm_device_information:before {
  content: "\e8a5";
}
.material-icons.perm_identity:before {
  content: "\e8a6";
}
.material-icons.perm_media:before {
  content: "\e8a7";
}
.material-icons.perm_phone_msg:before {
  content: "\e8a8";
}
.material-icons.perm_scan_wifi:before {
  content: "\e8a9";
}
.material-icons.person:before {
  content: "\e7fd";
}
.material-icons.person_add:before {
  content: "\e7fe";
}
.material-icons.person_add_alt:before {
  content: "\ea4d";
}
.material-icons.person_add_alt_1:before {
  content: "\ef65";
}
.material-icons.person_add_disabled:before {
  content: "\e9cb";
}
.material-icons.person_off:before {
  content: "\e510";
}
.material-icons.person_outline:before {
  content: "\e7ff";
}
.material-icons.person_pin:before {
  content: "\e55a";
}
.material-icons.person_pin_circle:before {
  content: "\e56a";
}
.material-icons.person_remove:before {
  content: "\ef66";
}
.material-icons.person_remove_alt_1:before {
  content: "\ef67";
}
.material-icons.person_search:before {
  content: "\f106";
}
.material-icons.personal_injury:before {
  content: "\e6da";
}
.material-icons.personal_video:before {
  content: "\e63b";
}
.material-icons.pest_control:before {
  content: "\f0fa";
}
.material-icons.pest_control_rodent:before {
  content: "\f0fd";
}
.material-icons.pets:before {
  content: "\e91d";
}
.material-icons.phishing:before {
  content: "\ead7";
}
.material-icons.phone:before {
  content: "\e0cd";
}
.material-icons.phone_android:before {
  content: "\e324";
}
.material-icons.phone_bluetooth_speaker:before {
  content: "\e61b";
}
.material-icons.phone_callback:before {
  content: "\e649";
}
.material-icons.phone_disabled:before {
  content: "\e9cc";
}
.material-icons.phone_enabled:before {
  content: "\e9cd";
}
.material-icons.phone_forwarded:before {
  content: "\e61c";
}
.material-icons.phone_in_talk:before {
  content: "\e61d";
}
.material-icons.phone_iphone:before {
  content: "\e325";
}
.material-icons.phone_locked:before {
  content: "\e61e";
}
.material-icons.phone_missed:before {
  content: "\e61f";
}
.material-icons.phone_paused:before {
  content: "\e620";
}
.material-icons.phonelink:before {
  content: "\e326";
}
.material-icons.phonelink_erase:before {
  content: "\e0db";
}
.material-icons.phonelink_lock:before {
  content: "\e0dc";
}
.material-icons.phonelink_off:before {
  content: "\e327";
}
.material-icons.phonelink_ring:before {
  content: "\e0dd";
}
.material-icons.phonelink_setup:before {
  content: "\e0de";
}
.material-icons.photo:before {
  content: "\e410";
}
.material-icons.photo_album:before {
  content: "\e411";
}
.material-icons.photo_camera:before {
  content: "\e412";
}
.material-icons.photo_camera_back:before {
  content: "\ef68";
}
.material-icons.photo_camera_front:before {
  content: "\ef69";
}
.material-icons.photo_filter:before {
  content: "\e43b";
}
.material-icons.photo_library:before {
  content: "\e413";
}
.material-icons.photo_size_select_actual:before {
  content: "\e432";
}
.material-icons.photo_size_select_large:before {
  content: "\e433";
}
.material-icons.photo_size_select_small:before {
  content: "\e434";
}
.material-icons.php:before {
  content: "\eb8f";
}
.material-icons.piano:before {
  content: "\e521";
}
.material-icons.piano_off:before {
  content: "\e520";
}
.material-icons.picture_as_pdf:before {
  content: "\e415";
}
.material-icons.picture_in_picture:before {
  content: "\e8aa";
}
.material-icons.picture_in_picture_alt:before {
  content: "\e911";
}
.material-icons.pie_chart:before {
  content: "\e6c4";
}
.material-icons.pie_chart_outline:before {
  content: "\f044";
}
.material-icons.pie_chart_outlined:before {
  content: "\e6c5";
}
.material-icons.pin:before {
  content: "\f045";
}
.material-icons.pin_drop:before {
  content: "\e55e";
}
.material-icons.pin_end:before {
  content: "\e767";
}
.material-icons.pin_invoke:before {
  content: "\e763";
}
.material-icons.pinch:before {
  content: "\eb38";
}
.material-icons.pivot_table_chart:before {
  content: "\e9ce";
}
.material-icons.pix:before {
  content: "\eaa3";
}
.material-icons.place:before {
  content: "\e55f";
}
.material-icons.plagiarism:before {
  content: "\ea5a";
}
.material-icons.play_arrow:before {
  content: "\e037";
}
.material-icons.play_circle:before {
  content: "\e1c4";
}
.material-icons.play_circle_fill:before {
  content: "\e038";
}
.material-icons.play_circle_filled:before {
  content: "\e038";
}
.material-icons.play_circle_outline:before {
  content: "\e039";
}
.material-icons.play_disabled:before {
  content: "\ef6a";
}
.material-icons.play_for_work:before {
  content: "\e906";
}
.material-icons.play_lesson:before {
  content: "\f047";
}
.material-icons.playlist_add:before {
  content: "\e03b";
}
.material-icons.playlist_add_check:before {
  content: "\e065";
}
.material-icons.playlist_add_check_circle:before {
  content: "\e7e6";
}
.material-icons.playlist_add_circle:before {
  content: "\e7e5";
}
.material-icons.playlist_play:before {
  content: "\e05f";
}
.material-icons.playlist_remove:before {
  content: "\eb80";
}
.material-icons.plumbing:before {
  content: "\f107";
}
.material-icons.plus_one:before {
  content: "\e800";
}
.material-icons.podcasts:before {
  content: "\f048";
}
.material-icons.point_of_sale:before {
  content: "\f17e";
}
.material-icons.policy:before {
  content: "\ea17";
}
.material-icons.poll:before {
  content: "\e801";
}
.material-icons.polyline:before {
  content: "\ebbb";
}
.material-icons.polymer:before {
  content: "\e8ab";
}
.material-icons.pool:before {
  content: "\eb48";
}
.material-icons.portable_wifi_off:before {
  content: "\e0ce";
}
.material-icons.portrait:before {
  content: "\e416";
}
.material-icons.post_add:before {
  content: "\ea20";
}
.material-icons.power:before {
  content: "\e63c";
}
.material-icons.power_input:before {
  content: "\e336";
}
.material-icons.power_off:before {
  content: "\e646";
}
.material-icons.power_settings_new:before {
  content: "\e8ac";
}
.material-icons.precision_manufacturing:before {
  content: "\f049";
}
.material-icons.pregnant_woman:before {
  content: "\e91e";
}
.material-icons.present_to_all:before {
  content: "\e0df";
}
.material-icons.preview:before {
  content: "\f1c5";
}
.material-icons.price_change:before {
  content: "\f04a";
}
.material-icons.price_check:before {
  content: "\f04b";
}
.material-icons.print:before {
  content: "\e8ad";
}
.material-icons.print_disabled:before {
  content: "\e9cf";
}
.material-icons.priority_high:before {
  content: "\e645";
}
.material-icons.privacy_tip:before {
  content: "\f0dc";
}
.material-icons.private_connectivity:before {
  content: "\e744";
}
.material-icons.production_quantity_limits:before {
  content: "\e1d1";
}
.material-icons.propane:before {
  content: "\ec14";
}
.material-icons.propane_tank:before {
  content: "\ec13";
}
.material-icons.psychology:before {
  content: "\ea4a";
}
.material-icons.psychology_alt:before {
  content: "\f8ea";
}
.material-icons.public:before {
  content: "\e80b";
}
.material-icons.public_off:before {
  content: "\f1ca";
}
.material-icons.publish:before {
  content: "\e255";
}
.material-icons.published_with_changes:before {
  content: "\f232";
}
.material-icons.punch_clock:before {
  content: "\eaa8";
}
.material-icons.push_pin:before {
  content: "\f10d";
}
.material-icons.qr_code:before {
  content: "\ef6b";
}
.material-icons.qr_code_2:before {
  content: "\e00a";
}
.material-icons.qr_code_scanner:before {
  content: "\f206";
}
.material-icons.query_builder:before {
  content: "\e8ae";
}
.material-icons.query_stats:before {
  content: "\e4fc";
}
.material-icons.question_answer:before {
  content: "\e8af";
}
.material-icons.question_mark:before {
  content: "\eb8b";
}
.material-icons.queue:before {
  content: "\e03c";
}
.material-icons.queue_music:before {
  content: "\e03d";
}
.material-icons.queue_play_next:before {
  content: "\e066";
}
.material-icons.quick_contacts_dialer:before {
  content: "\e0cf";
}
.material-icons.quick_contacts_mail:before {
  content: "\e0d0";
}
.material-icons.quickreply:before {
  content: "\ef6c";
}
.material-icons.quiz:before {
  content: "\f04c";
}
.material-icons.quora:before {
  content: "\ea98";
}
.material-icons.r_mobiledata:before {
  content: "\f04d";
}
.material-icons.radar:before {
  content: "\f04e";
}
.material-icons.radio:before {
  content: "\e03e";
}
.material-icons.radio_button_checked:before {
  content: "\e837";
}
.material-icons.radio_button_off:before {
  content: "\e836";
}
.material-icons.radio_button_on:before {
  content: "\e837";
}
.material-icons.radio_button_unchecked:before {
  content: "\e836";
}
.material-icons.railway_alert:before {
  content: "\e9d1";
}
.material-icons.ramen_dining:before {
  content: "\ea64";
}
.material-icons.ramp_left:before {
  content: "\eb9c";
}
.material-icons.ramp_right:before {
  content: "\eb96";
}
.material-icons.rate_review:before {
  content: "\e560";
}
.material-icons.raw_off:before {
  content: "\f04f";
}
.material-icons.raw_on:before {
  content: "\f050";
}
.material-icons.read_more:before {
  content: "\ef6d";
}
.material-icons.real_estate_agent:before {
  content: "\e73a";
}
.material-icons.receipt:before {
  content: "\e8b0";
}
.material-icons.receipt_long:before {
  content: "\ef6e";
}
.material-icons.recent_actors:before {
  content: "\e03f";
}
.material-icons.recommend:before {
  content: "\e9d2";
}
.material-icons.record_voice_over:before {
  content: "\e91f";
}
.material-icons.rectangle:before {
  content: "\eb54";
}
.material-icons.recycling:before {
  content: "\e760";
}
.material-icons.reddit:before {
  content: "\eaa0";
}
.material-icons.redeem:before {
  content: "\e8b1";
}
.material-icons.redo:before {
  content: "\e15a";
}
.material-icons.reduce_capacity:before {
  content: "\f21c";
}
.material-icons.refresh:before {
  content: "\e5d5";
}
.material-icons.remember_me:before {
  content: "\f051";
}
.material-icons.remove:before {
  content: "\e15b";
}
.material-icons.remove_circle:before {
  content: "\e15c";
}
.material-icons.remove_circle_outline:before {
  content: "\e15d";
}
.material-icons.remove_done:before {
  content: "\e9d3";
}
.material-icons.remove_from_queue:before {
  content: "\e067";
}
.material-icons.remove_moderator:before {
  content: "\e9d4";
}
.material-icons.remove_red_eye:before {
  content: "\e417";
}
.material-icons.remove_road:before {
  content: "\ebfc";
}
.material-icons.remove_shopping_cart:before {
  content: "\e928";
}
.material-icons.reorder:before {
  content: "\e8fe";
}
.material-icons.repartition:before {
  content: "\f8e8";
}
.material-icons.repeat:before {
  content: "\e040";
}
.material-icons.repeat_on:before {
  content: "\e9d6";
}
.material-icons.repeat_one:before {
  content: "\e041";
}
.material-icons.repeat_one_on:before {
  content: "\e9d7";
}
.material-icons.replay:before {
  content: "\e042";
}
.material-icons.replay_10:before {
  content: "\e059";
}
.material-icons.replay_30:before {
  content: "\e05a";
}
.material-icons.replay_5:before {
  content: "\e05b";
}
.material-icons.replay_circle_filled:before {
  content: "\e9d8";
}
.material-icons.reply:before {
  content: "\e15e";
}
.material-icons.reply_all:before {
  content: "\e15f";
}
.material-icons.report:before {
  content: "\e160";
}
.material-icons.report_gmailerrorred:before {
  content: "\f052";
}
.material-icons.report_off:before {
  content: "\e170";
}
.material-icons.report_problem:before {
  content: "\e8b2";
}
.material-icons.request_page:before {
  content: "\f22c";
}
.material-icons.request_quote:before {
  content: "\f1b6";
}
.material-icons.reset_tv:before {
  content: "\e9d9";
}
.material-icons.restart_alt:before {
  content: "\f053";
}
.material-icons.restaurant:before {
  content: "\e56c";
}
.material-icons.restaurant_menu:before {
  content: "\e561";
}
.material-icons.restore:before {
  content: "\e8b3";
}
.material-icons.restore_from_trash:before {
  content: "\e938";
}
.material-icons.restore_page:before {
  content: "\e929";
}
.material-icons.reviews:before {
  content: "\f054";
}
.material-icons.rice_bowl:before {
  content: "\f1f5";
}
.material-icons.ring_volume:before {
  content: "\e0d1";
}
.material-icons.rocket:before {
  content: "\eba5";
}
.material-icons.rocket_launch:before {
  content: "\eb9b";
}
.material-icons.roller_shades:before {
  content: "\ec12";
}
.material-icons.roller_shades_closed:before {
  content: "\ec11";
}
.material-icons.roller_skating:before {
  content: "\ebcd";
}
.material-icons.roofing:before {
  content: "\f201";
}
.material-icons.room:before {
  content: "\e8b4";
}
.material-icons.room_preferences:before {
  content: "\f1b8";
}
.material-icons.room_service:before {
  content: "\eb49";
}
.material-icons.rotate_90_degrees_ccw:before {
  content: "\e418";
}
.material-icons.rotate_90_degrees_cw:before {
  content: "\eaab";
}
.material-icons.rotate_left:before {
  content: "\e419";
}
.material-icons.rotate_right:before {
  content: "\e41a";
}
.material-icons.roundabout_left:before {
  content: "\eb99";
}
.material-icons.roundabout_right:before {
  content: "\eba3";
}
.material-icons.rounded_corner:before {
  content: "\e920";
}
.material-icons.route:before {
  content: "\eacd";
}
.material-icons.router:before {
  content: "\e328";
}
.material-icons.rowing:before {
  content: "\e921";
}
.material-icons.rss_feed:before {
  content: "\e0e5";
}
.material-icons.rsvp:before {
  content: "\f055";
}
.material-icons.rtt:before {
  content: "\e9ad";
}
.material-icons.rule:before {
  content: "\f1c2";
}
.material-icons.rule_folder:before {
  content: "\f1c9";
}
.material-icons.run_circle:before {
  content: "\ef6f";
}
.material-icons.running_with_errors:before {
  content: "\e51d";
}
.material-icons.rv_hookup:before {
  content: "\e642";
}
.material-icons.safety_check:before {
  content: "\ebef";
}
.material-icons.safety_divider:before {
  content: "\e1cc";
}
.material-icons.sailing:before {
  content: "\e502";
}
.material-icons.sanitizer:before {
  content: "\f21d";
}
.material-icons.satellite:before {
  content: "\e562";
}
.material-icons.satellite_alt:before {
  content: "\eb3a";
}
.material-icons.save:before {
  content: "\e161";
}
.material-icons.save_alt:before {
  content: "\e171";
}
.material-icons.save_as:before {
  content: "\eb60";
}
.material-icons.saved_search:before {
  content: "\ea11";
}
.material-icons.savings:before {
  content: "\e2eb";
}
.material-icons.scale:before {
  content: "\eb5f";
}
.material-icons.scanner:before {
  content: "\e329";
}
.material-icons.scatter_plot:before {
  content: "\e268";
}
.material-icons.schedule:before {
  content: "\e8b5";
}
.material-icons.schedule_send:before {
  content: "\ea0a";
}
.material-icons.schema:before {
  content: "\e4fd";
}
.material-icons.school:before {
  content: "\e80c";
}
.material-icons.science:before {
  content: "\ea4b";
}
.material-icons.score:before {
  content: "\e269";
}
.material-icons.scoreboard:before {
  content: "\ebd0";
}
.material-icons.screen_lock_landscape:before {
  content: "\e1be";
}
.material-icons.screen_lock_portrait:before {
  content: "\e1bf";
}
.material-icons.screen_lock_rotation:before {
  content: "\e1c0";
}
.material-icons.screen_rotation:before {
  content: "\e1c1";
}
.material-icons.screen_rotation_alt:before {
  content: "\ebee";
}
.material-icons.screen_search_desktop:before {
  content: "\ef70";
}
.material-icons.screen_share:before {
  content: "\e0e2";
}
.material-icons.screenshot:before {
  content: "\f056";
}
.material-icons.screenshot_monitor:before {
  content: "\ec08";
}
.material-icons.scuba_diving:before {
  content: "\ebce";
}
.material-icons.sd:before {
  content: "\e9dd";
}
.material-icons.sd_card:before {
  content: "\e623";
}
.material-icons.sd_card_alert:before {
  content: "\f057";
}
.material-icons.sd_storage:before {
  content: "\e1c2";
}
.material-icons.search:before {
  content: "\e8b6";
}
.material-icons.search_off:before {
  content: "\ea76";
}
.material-icons.security:before {
  content: "\e32a";
}
.material-icons.security_update:before {
  content: "\f058";
}
.material-icons.security_update_good:before {
  content: "\f059";
}
.material-icons.security_update_warning:before {
  content: "\f05a";
}
.material-icons.segment:before {
  content: "\e94b";
}
.material-icons.select_all:before {
  content: "\e162";
}
.material-icons.self_improvement:before {
  content: "\ea78";
}
.material-icons.sell:before {
  content: "\f05b";
}
.material-icons.send:before {
  content: "\e163";
}
.material-icons.send_and_archive:before {
  content: "\ea0c";
}
.material-icons.send_time_extension:before {
  content: "\eadb";
}
.material-icons.send_to_mobile:before {
  content: "\f05c";
}
.material-icons.sensor_door:before {
  content: "\f1b5";
}
.material-icons.sensor_occupied:before {
  content: "\ec10";
}
.material-icons.sensor_window:before {
  content: "\f1b4";
}
.material-icons.sensors:before {
  content: "\e51e";
}
.material-icons.sensors_off:before {
  content: "\e51f";
}
.material-icons.sentiment_dissatisfied:before {
  content: "\e811";
}
.material-icons.sentiment_neutral:before {
  content: "\e812";
}
.material-icons.sentiment_satisfied:before {
  content: "\e813";
}
.material-icons.sentiment_satisfied_alt:before {
  content: "\e0ed";
}
.material-icons.sentiment_very_dissatisfied:before {
  content: "\e814";
}
.material-icons.sentiment_very_satisfied:before {
  content: "\e815";
}
.material-icons.set_meal:before {
  content: "\f1ea";
}
.material-icons.settings:before {
  content: "\e8b8";
}
.material-icons.settings_accessibility:before {
  content: "\f05d";
}
.material-icons.settings_applications:before {
  content: "\e8b9";
}
.material-icons.settings_backup_restore:before {
  content: "\e8ba";
}
.material-icons.settings_bluetooth:before {
  content: "\e8bb";
}
.material-icons.settings_brightness:before {
  content: "\e8bd";
}
.material-icons.settings_cell:before {
  content: "\e8bc";
}
.material-icons.settings_display:before {
  content: "\e8bd";
}
.material-icons.settings_ethernet:before {
  content: "\e8be";
}
.material-icons.settings_input_antenna:before {
  content: "\e8bf";
}
.material-icons.settings_input_component:before {
  content: "\e8c0";
}
.material-icons.settings_input_composite:before {
  content: "\e8c1";
}
.material-icons.settings_input_hdmi:before {
  content: "\e8c2";
}
.material-icons.settings_input_svideo:before {
  content: "\e8c3";
}
.material-icons.settings_overscan:before {
  content: "\e8c4";
}
.material-icons.settings_phone:before {
  content: "\e8c5";
}
.material-icons.settings_power:before {
  content: "\e8c6";
}
.material-icons.settings_remote:before {
  content: "\e8c7";
}
.material-icons.settings_suggest:before {
  content: "\f05e";
}
.material-icons.settings_system_daydream:before {
  content: "\e1c3";
}
.material-icons.settings_voice:before {
  content: "\e8c8";
}
.material-icons.severe_cold:before {
  content: "\ebd3";
}
.material-icons.share:before {
  content: "\e80d";
}
.material-icons.share_arrival_time:before {
  content: "\e524";
}
.material-icons.share_location:before {
  content: "\f05f";
}
.material-icons.shield:before {
  content: "\e9e0";
}
.material-icons.shield_moon:before {
  content: "\eaa9";
}
.material-icons.shop:before {
  content: "\e8c9";
}
.material-icons.shop_2:before {
  content: "\e19e";
}
.material-icons.shop_two:before {
  content: "\e8ca";
}
.material-icons.shopify:before {
  content: "\ea9d";
}
.material-icons.shopping_bag:before {
  content: "\f1cc";
}
.material-icons.shopping_basket:before {
  content: "\e8cb";
}
.material-icons.shopping_cart:before {
  content: "\e8cc";
}
.material-icons.shopping_cart_checkout:before {
  content: "\eb88";
}
.material-icons.short_text:before {
  content: "\e261";
}
.material-icons.shortcut:before {
  content: "\f060";
}
.material-icons.show_chart:before {
  content: "\e6e1";
}
.material-icons.shower:before {
  content: "\f061";
}
.material-icons.shuffle:before {
  content: "\e043";
}
.material-icons.shuffle_on:before {
  content: "\e9e1";
}
.material-icons.shutter_speed:before {
  content: "\e43d";
}
.material-icons.sick:before {
  content: "\f220";
}
.material-icons.sign_language:before {
  content: "\ebe5";
}
.material-icons.signal_cellular_0_bar:before {
  content: "\f0a8";
}
.material-icons.signal_cellular_4_bar:before {
  content: "\e1c8";
}
.material-icons.signal_cellular_alt:before {
  content: "\e202";
}
.material-icons.signal_cellular_alt_1_bar:before {
  content: "\ebdf";
}
.material-icons.signal_cellular_alt_2_bar:before {
  content: "\ebe3";
}
.material-icons.signal_cellular_connected_no_internet_0_bar:before {
  content: "\f0ac";
}
.material-icons.signal_cellular_connected_no_internet_4_bar:before {
  content: "\e1cd";
}
.material-icons.signal_cellular_no_sim:before {
  content: "\e1ce";
}
.material-icons.signal_cellular_nodata:before {
  content: "\f062";
}
.material-icons.signal_cellular_null:before {
  content: "\e1cf";
}
.material-icons.signal_cellular_off:before {
  content: "\e1d0";
}
.material-icons.signal_wifi_0_bar:before {
  content: "\f0b0";
}
.material-icons.signal_wifi_4_bar:before {
  content: "\e1d8";
}
.material-icons.signal_wifi_4_bar_lock:before {
  content: "\e1d9";
}
.material-icons.signal_wifi_bad:before {
  content: "\f063";
}
.material-icons.signal_wifi_connected_no_internet_4:before {
  content: "\f064";
}
.material-icons.signal_wifi_off:before {
  content: "\e1da";
}
.material-icons.signal_wifi_statusbar_4_bar:before {
  content: "\f065";
}
.material-icons.signal_wifi_statusbar_connected_no_internet_4:before {
  content: "\f066";
}
.material-icons.signal_wifi_statusbar_null:before {
  content: "\f067";
}
.material-icons.signpost:before {
  content: "\eb91";
}
.material-icons.sim_card:before {
  content: "\e32b";
}
.material-icons.sim_card_alert:before {
  content: "\e624";
}
.material-icons.sim_card_download:before {
  content: "\f068";
}
.material-icons.single_bed:before {
  content: "\ea48";
}
.material-icons.sip:before {
  content: "\f069";
}
.material-icons.skateboarding:before {
  content: "\e511";
}
.material-icons.skip_next:before {
  content: "\e044";
}
.material-icons.skip_previous:before {
  content: "\e045";
}
.material-icons.sledding:before {
  content: "\e512";
}
.material-icons.slideshow:before {
  content: "\e41b";
}
.material-icons.slow_motion_video:before {
  content: "\e068";
}
.material-icons.smart_button:before {
  content: "\f1c1";
}
.material-icons.smart_display:before {
  content: "\f06a";
}
.material-icons.smart_screen:before {
  content: "\f06b";
}
.material-icons.smart_toy:before {
  content: "\f06c";
}
.material-icons.smartphone:before {
  content: "\e32c";
}
.material-icons.smoke_free:before {
  content: "\eb4a";
}
.material-icons.smoking_rooms:before {
  content: "\eb4b";
}
.material-icons.sms:before {
  content: "\e625";
}
.material-icons.sms_failed:before {
  content: "\e626";
}
.material-icons.snapchat:before {
  content: "\ea6e";
}
.material-icons.snippet_folder:before {
  content: "\f1c7";
}
.material-icons.snooze:before {
  content: "\e046";
}
.material-icons.snowboarding:before {
  content: "\e513";
}
.material-icons.snowing:before {
  content: "\e80f";
}
.material-icons.snowmobile:before {
  content: "\e503";
}
.material-icons.snowshoeing:before {
  content: "\e514";
}
.material-icons.soap:before {
  content: "\f1b2";
}
.material-icons.social_distance:before {
  content: "\e1cb";
}
.material-icons.solar_power:before {
  content: "\ec0f";
}
.material-icons.sort:before {
  content: "\e164";
}
.material-icons.sort_by_alpha:before {
  content: "\e053";
}
.material-icons.sos:before {
  content: "\ebf7";
}
.material-icons.soup_kitchen:before {
  content: "\e7d3";
}
.material-icons.source:before {
  content: "\f1c4";
}
.material-icons.south:before {
  content: "\f1e3";
}
.material-icons.south_america:before {
  content: "\e7e4";
}
.material-icons.south_east:before {
  content: "\f1e4";
}
.material-icons.south_west:before {
  content: "\f1e5";
}
.material-icons.spa:before {
  content: "\eb4c";
}
.material-icons.space_bar:before {
  content: "\e256";
}
.material-icons.space_dashboard:before {
  content: "\e66b";
}
.material-icons.spatial_audio:before {
  content: "\ebeb";
}
.material-icons.spatial_audio_off:before {
  content: "\ebe8";
}
.material-icons.spatial_tracking:before {
  content: "\ebea";
}
.material-icons.speaker:before {
  content: "\e32d";
}
.material-icons.speaker_group:before {
  content: "\e32e";
}
.material-icons.speaker_notes:before {
  content: "\e8cd";
}
.material-icons.speaker_notes_off:before {
  content: "\e92a";
}
.material-icons.speaker_phone:before {
  content: "\e0d2";
}
.material-icons.speed:before {
  content: "\e9e4";
}
.material-icons.spellcheck:before {
  content: "\e8ce";
}
.material-icons.splitscreen:before {
  content: "\f06d";
}
.material-icons.spoke:before {
  content: "\e9a7";
}
.material-icons.sports:before {
  content: "\ea30";
}
.material-icons.sports_bar:before {
  content: "\f1f3";
}
.material-icons.sports_baseball:before {
  content: "\ea51";
}
.material-icons.sports_basketball:before {
  content: "\ea26";
}
.material-icons.sports_cricket:before {
  content: "\ea27";
}
.material-icons.sports_esports:before {
  content: "\ea28";
}
.material-icons.sports_football:before {
  content: "\ea29";
}
.material-icons.sports_golf:before {
  content: "\ea2a";
}
.material-icons.sports_gymnastics:before {
  content: "\ebc4";
}
.material-icons.sports_handball:before {
  content: "\ea33";
}
.material-icons.sports_hockey:before {
  content: "\ea2b";
}
.material-icons.sports_kabaddi:before {
  content: "\ea34";
}
.material-icons.sports_martial_arts:before {
  content: "\eae9";
}
.material-icons.sports_mma:before {
  content: "\ea2c";
}
.material-icons.sports_motorsports:before {
  content: "\ea2d";
}
.material-icons.sports_rugby:before {
  content: "\ea2e";
}
.material-icons.sports_score:before {
  content: "\f06e";
}
.material-icons.sports_soccer:before {
  content: "\ea2f";
}
.material-icons.sports_tennis:before {
  content: "\ea32";
}
.material-icons.sports_volleyball:before {
  content: "\ea31";
}
.material-icons.square:before {
  content: "\eb36";
}
.material-icons.square_foot:before {
  content: "\ea49";
}
.material-icons.ssid_chart:before {
  content: "\eb66";
}
.material-icons.stacked_bar_chart:before {
  content: "\e9e6";
}
.material-icons.stacked_line_chart:before {
  content: "\f22b";
}
.material-icons.stadium:before {
  content: "\eb90";
}
.material-icons.stairs:before {
  content: "\f1a9";
}
.material-icons.star:before {
  content: "\e838";
}
.material-icons.star_border:before {
  content: "\e83a";
}
.material-icons.star_border_purple500:before {
  content: "\f099";
}
.material-icons.star_half:before {
  content: "\e839";
}
.material-icons.star_outline:before {
  content: "\f06f";
}
.material-icons.star_purple500:before {
  content: "\f09a";
}
.material-icons.star_rate:before {
  content: "\f0ec";
}
.material-icons.stars:before {
  content: "\e8d0";
}
.material-icons.start:before {
  content: "\e089";
}
.material-icons.stay_current_landscape:before {
  content: "\e0d3";
}
.material-icons.stay_current_portrait:before {
  content: "\e0d4";
}
.material-icons.stay_primary_landscape:before {
  content: "\e0d5";
}
.material-icons.stay_primary_portrait:before {
  content: "\e0d6";
}
.material-icons.sticky_note_2:before {
  content: "\f1fc";
}
.material-icons.stop:before {
  content: "\e047";
}
.material-icons.stop_circle:before {
  content: "\ef71";
}
.material-icons.stop_screen_share:before {
  content: "\e0e3";
}
.material-icons.storage:before {
  content: "\e1db";
}
.material-icons.store:before {
  content: "\e8d1";
}
.material-icons.store_mall_directory:before {
  content: "\e563";
}
.material-icons.storefront:before {
  content: "\ea12";
}
.material-icons.storm:before {
  content: "\f070";
}
.material-icons.straight:before {
  content: "\eb95";
}
.material-icons.straighten:before {
  content: "\e41c";
}
.material-icons.stream:before {
  content: "\e9e9";
}
.material-icons.streetview:before {
  content: "\e56e";
}
.material-icons.strikethrough_s:before {
  content: "\e257";
}
.material-icons.stroller:before {
  content: "\f1ae";
}
.material-icons.style:before {
  content: "\e41d";
}
.material-icons.subdirectory_arrow_left:before {
  content: "\e5d9";
}
.material-icons.subdirectory_arrow_right:before {
  content: "\e5da";
}
.material-icons.subject:before {
  content: "\e8d2";
}
.material-icons.subscript:before {
  content: "\f111";
}
.material-icons.subscriptions:before {
  content: "\e064";
}
.material-icons.subtitles:before {
  content: "\e048";
}
.material-icons.subtitles_off:before {
  content: "\ef72";
}
.material-icons.subway:before {
  content: "\e56f";
}
.material-icons.summarize:before {
  content: "\f071";
}
.material-icons.sunny:before {
  content: "\e81a";
}
.material-icons.sunny_snowing:before {
  content: "\e819";
}
.material-icons.superscript:before {
  content: "\f112";
}
.material-icons.supervised_user_circle:before {
  content: "\e939";
}
.material-icons.supervisor_account:before {
  content: "\e8d3";
}
.material-icons.support:before {
  content: "\ef73";
}
.material-icons.support_agent:before {
  content: "\f0e2";
}
.material-icons.surfing:before {
  content: "\e515";
}
.material-icons.surround_sound:before {
  content: "\e049";
}
.material-icons.swap_calls:before {
  content: "\e0d7";
}
.material-icons.swap_horiz:before {
  content: "\e8d4";
}
.material-icons.swap_horizontal_circle:before {
  content: "\e933";
}
.material-icons.swap_vert:before {
  content: "\e8d5";
}
.material-icons.swap_vert_circle:before {
  content: "\e8d6";
}
.material-icons.swap_vertical_circle:before {
  content: "\e8d6";
}
.material-icons.swipe:before {
  content: "\e9ec";
}
.material-icons.swipe_down:before {
  content: "\eb53";
}
.material-icons.swipe_down_alt:before {
  content: "\eb30";
}
.material-icons.swipe_left:before {
  content: "\eb59";
}
.material-icons.swipe_left_alt:before {
  content: "\eb33";
}
.material-icons.swipe_right:before {
  content: "\eb52";
}
.material-icons.swipe_right_alt:before {
  content: "\eb56";
}
.material-icons.swipe_up:before {
  content: "\eb2e";
}
.material-icons.swipe_up_alt:before {
  content: "\eb35";
}
.material-icons.swipe_vertical:before {
  content: "\eb51";
}
.material-icons.switch_access_shortcut:before {
  content: "\e7e1";
}
.material-icons.switch_access_shortcut_add:before {
  content: "\e7e2";
}
.material-icons.switch_account:before {
  content: "\e9ed";
}
.material-icons.switch_camera:before {
  content: "\e41e";
}
.material-icons.switch_left:before {
  content: "\f1d1";
}
.material-icons.switch_right:before {
  content: "\f1d2";
}
.material-icons.switch_video:before {
  content: "\e41f";
}
.material-icons.synagogue:before {
  content: "\eab0";
}
.material-icons.sync:before {
  content: "\e627";
}
.material-icons.sync_alt:before {
  content: "\ea18";
}
.material-icons.sync_disabled:before {
  content: "\e628";
}
.material-icons.sync_lock:before {
  content: "\eaee";
}
.material-icons.sync_problem:before {
  content: "\e629";
}
.material-icons.system_security_update:before {
  content: "\f072";
}
.material-icons.system_security_update_good:before {
  content: "\f073";
}
.material-icons.system_security_update_warning:before {
  content: "\f074";
}
.material-icons.system_update:before {
  content: "\e62a";
}
.material-icons.system_update_alt:before {
  content: "\e8d7";
}
.material-icons.system_update_tv:before {
  content: "\e8d7";
}
.material-icons.tab:before {
  content: "\e8d8";
}
.material-icons.tab_unselected:before {
  content: "\e8d9";
}
.material-icons.table_bar:before {
  content: "\ead2";
}
.material-icons.table_chart:before {
  content: "\e265";
}
.material-icons.table_restaurant:before {
  content: "\eac6";
}
.material-icons.table_rows:before {
  content: "\f101";
}
.material-icons.table_view:before {
  content: "\f1be";
}
.material-icons.tablet:before {
  content: "\e32f";
}
.material-icons.tablet_android:before {
  content: "\e330";
}
.material-icons.tablet_mac:before {
  content: "\e331";
}
.material-icons.tag:before {
  content: "\e9ef";
}
.material-icons.tag_faces:before {
  content: "\e420";
}
.material-icons.takeout_dining:before {
  content: "\ea74";
}
.material-icons.tap_and_play:before {
  content: "\e62b";
}
.material-icons.tapas:before {
  content: "\f1e9";
}
.material-icons.task:before {
  content: "\f075";
}
.material-icons.task_alt:before {
  content: "\e2e6";
}
.material-icons.taxi_alert:before {
  content: "\ef74";
}
.material-icons.telegram:before {
  content: "\ea6b";
}
.material-icons.temple_buddhist:before {
  content: "\eab3";
}
.material-icons.temple_hindu:before {
  content: "\eaaf";
}
.material-icons.terminal:before {
  content: "\eb8e";
}
.material-icons.terrain:before {
  content: "\e564";
}
.material-icons.text_decrease:before {
  content: "\eadd";
}
.material-icons.text_fields:before {
  content: "\e262";
}
.material-icons.text_format:before {
  content: "\e165";
}
.material-icons.text_increase:before {
  content: "\eae2";
}
.material-icons.text_rotate_up:before {
  content: "\e93a";
}
.material-icons.text_rotate_vertical:before {
  content: "\e93b";
}
.material-icons.text_rotation_angledown:before {
  content: "\e93c";
}
.material-icons.text_rotation_angleup:before {
  content: "\e93d";
}
.material-icons.text_rotation_down:before {
  content: "\e93e";
}
.material-icons.text_rotation_none:before {
  content: "\e93f";
}
.material-icons.text_snippet:before {
  content: "\f1c6";
}
.material-icons.textsms:before {
  content: "\e0d8";
}
.material-icons.texture:before {
  content: "\e421";
}
.material-icons.theater_comedy:before {
  content: "\ea66";
}
.material-icons.theaters:before {
  content: "\e8da";
}
.material-icons.thermostat:before {
  content: "\f076";
}
.material-icons.thermostat_auto:before {
  content: "\f077";
}
.material-icons.thumb_down:before {
  content: "\e8db";
}
.material-icons.thumb_down_alt:before {
  content: "\e816";
}
.material-icons.thumb_down_off_alt:before {
  content: "\e9f2";
}
.material-icons.thumb_up:before {
  content: "\e8dc";
}
.material-icons.thumb_up_alt:before {
  content: "\e817";
}
.material-icons.thumb_up_off_alt:before {
  content: "\e9f3";
}
.material-icons.thumbs_up_down:before {
  content: "\e8dd";
}
.material-icons.thunderstorm:before {
  content: "\ebdb";
}
.material-icons.tiktok:before {
  content: "\ea7e";
}
.material-icons.time_to_leave:before {
  content: "\e62c";
}
.material-icons.timelapse:before {
  content: "\e422";
}
.material-icons.timeline:before {
  content: "\e922";
}
.material-icons.timer:before {
  content: "\e425";
}
.material-icons.timer_10:before {
  content: "\e423";
}
.material-icons.timer_10_select:before {
  content: "\f07a";
}
.material-icons.timer_3:before {
  content: "\e424";
}
.material-icons.timer_3_select:before {
  content: "\f07b";
}
.material-icons.timer_off:before {
  content: "\e426";
}
.material-icons.tips_and_updates:before {
  content: "\e79a";
}
.material-icons.tire_repair:before {
  content: "\ebc8";
}
.material-icons.title:before {
  content: "\e264";
}
.material-icons.toc:before {
  content: "\e8de";
}
.material-icons.today:before {
  content: "\e8df";
}
.material-icons.toggle_off:before {
  content: "\e9f5";
}
.material-icons.toggle_on:before {
  content: "\e9f6";
}
.material-icons.token:before {
  content: "\ea25";
}
.material-icons.toll:before {
  content: "\e8e0";
}
.material-icons.tonality:before {
  content: "\e427";
}
.material-icons.topic:before {
  content: "\f1c8";
}
.material-icons.tornado:before {
  content: "\e199";
}
.material-icons.touch_app:before {
  content: "\e913";
}
.material-icons.tour:before {
  content: "\ef75";
}
.material-icons.toys:before {
  content: "\e332";
}
.material-icons.track_changes:before {
  content: "\e8e1";
}
.material-icons.traffic:before {
  content: "\e565";
}
.material-icons.train:before {
  content: "\e570";
}
.material-icons.tram:before {
  content: "\e571";
}
.material-icons.transcribe:before {
  content: "\f8ec";
}
.material-icons.transfer_within_a_station:before {
  content: "\e572";
}
.material-icons.transform:before {
  content: "\e428";
}
.material-icons.transgender:before {
  content: "\e58d";
}
.material-icons.transit_enterexit:before {
  content: "\e579";
}
.material-icons.translate:before {
  content: "\e8e2";
}
.material-icons.travel_explore:before {
  content: "\e2db";
}
.material-icons.trending_down:before {
  content: "\e8e3";
}
.material-icons.trending_flat:before {
  content: "\e8e4";
}
.material-icons.trending_neutral:before {
  content: "\e8e4";
}
.material-icons.trending_up:before {
  content: "\e8e5";
}
.material-icons.trip_origin:before {
  content: "\e57b";
}
.material-icons.troubleshoot:before {
  content: "\e1d2";
}
.material-icons.try:before {
  content: "\f07c";
}
.material-icons.tsunami:before {
  content: "\ebd8";
}
.material-icons.tty:before {
  content: "\f1aa";
}
.material-icons.tune:before {
  content: "\e429";
}
.material-icons.tungsten:before {
  content: "\f07d";
}
.material-icons.turn_left:before {
  content: "\eba6";
}
.material-icons.turn_right:before {
  content: "\ebab";
}
.material-icons.turn_sharp_left:before {
  content: "\eba7";
}
.material-icons.turn_sharp_right:before {
  content: "\ebaa";
}
.material-icons.turn_slight_left:before {
  content: "\eba4";
}
.material-icons.turn_slight_right:before {
  content: "\eb9a";
}
.material-icons.turned_in:before {
  content: "\e8e6";
}
.material-icons.turned_in_not:before {
  content: "\e8e7";
}
.material-icons.tv:before {
  content: "\e333";
}
.material-icons.tv_off:before {
  content: "\e647";
}
.material-icons.two_wheeler:before {
  content: "\e9f9";
}
.material-icons.type_specimen:before {
  content: "\f8f0";
}
.material-icons.u_turn_left:before {
  content: "\eba1";
}
.material-icons.u_turn_right:before {
  content: "\eba2";
}
.material-icons.umbrella:before {
  content: "\f1ad";
}
.material-icons.unarchive:before {
  content: "\e169";
}
.material-icons.undo:before {
  content: "\e166";
}
.material-icons.unfold_less:before {
  content: "\e5d6";
}
.material-icons.unfold_more:before {
  content: "\e5d7";
}
.material-icons.unpublished:before {
  content: "\f236";
}
.material-icons.unsubscribe:before {
  content: "\e0eb";
}
.material-icons.upcoming:before {
  content: "\f07e";
}
.material-icons.update:before {
  content: "\e923";
}
.material-icons.update_disabled:before {
  content: "\e075";
}
.material-icons.upgrade:before {
  content: "\f0fb";
}
.material-icons.upload:before {
  content: "\f09b";
}
.material-icons.upload_file:before {
  content: "\e9fc";
}
.material-icons.usb:before {
  content: "\e1e0";
}
.material-icons.usb_off:before {
  content: "\e4fa";
}
.material-icons.vaccines:before {
  content: "\e138";
}
.material-icons.vape_free:before {
  content: "\ebc6";
}
.material-icons.vaping_rooms:before {
  content: "\ebcf";
}
.material-icons.verified:before {
  content: "\ef76";
}
.material-icons.verified_user:before {
  content: "\e8e8";
}
.material-icons.vertical_align_bottom:before {
  content: "\e258";
}
.material-icons.vertical_align_center:before {
  content: "\e259";
}
.material-icons.vertical_align_top:before {
  content: "\e25a";
}
.material-icons.vertical_distribute:before {
  content: "\e076";
}
.material-icons.vertical_shades:before {
  content: "\ec0e";
}
.material-icons.vertical_shades_closed:before {
  content: "\ec0d";
}
.material-icons.vertical_split:before {
  content: "\e949";
}
.material-icons.vibration:before {
  content: "\e62d";
}
.material-icons.video_call:before {
  content: "\e070";
}
.material-icons.video_camera_back:before {
  content: "\f07f";
}
.material-icons.video_camera_front:before {
  content: "\f080";
}
.material-icons.video_collection:before {
  content: "\e04a";
}
.material-icons.video_file:before {
  content: "\eb87";
}
.material-icons.video_label:before {
  content: "\e071";
}
.material-icons.video_library:before {
  content: "\e04a";
}
.material-icons.video_settings:before {
  content: "\ea75";
}
.material-icons.video_stable:before {
  content: "\f081";
}
.material-icons.videocam:before {
  content: "\e04b";
}
.material-icons.videocam_off:before {
  content: "\e04c";
}
.material-icons.videogame_asset:before {
  content: "\e338";
}
.material-icons.videogame_asset_off:before {
  content: "\e500";
}
.material-icons.view_agenda:before {
  content: "\e8e9";
}
.material-icons.view_array:before {
  content: "\e8ea";
}
.material-icons.view_carousel:before {
  content: "\e8eb";
}
.material-icons.view_column:before {
  content: "\e8ec";
}
.material-icons.view_comfortable:before {
  content: "\e42a";
}
.material-icons.view_comfy:before {
  content: "\e42a";
}
.material-icons.view_comfy_alt:before {
  content: "\eb73";
}
.material-icons.view_compact:before {
  content: "\e42b";
}
.material-icons.view_compact_alt:before {
  content: "\eb74";
}
.material-icons.view_cozy:before {
  content: "\eb75";
}
.material-icons.view_day:before {
  content: "\e8ed";
}
.material-icons.view_headline:before {
  content: "\e8ee";
}
.material-icons.view_in_ar:before {
  content: "\e9fe";
}
.material-icons.view_kanban:before {
  content: "\eb7f";
}
.material-icons.view_list:before {
  content: "\e8ef";
}
.material-icons.view_module:before {
  content: "\e8f0";
}
.material-icons.view_quilt:before {
  content: "\e8f1";
}
.material-icons.view_sidebar:before {
  content: "\f114";
}
.material-icons.view_stream:before {
  content: "\e8f2";
}
.material-icons.view_timeline:before {
  content: "\eb85";
}
.material-icons.view_week:before {
  content: "\e8f3";
}
.material-icons.vignette:before {
  content: "\e435";
}
.material-icons.villa:before {
  content: "\e586";
}
.material-icons.visibility:before {
  content: "\e8f4";
}
.material-icons.visibility_off:before {
  content: "\e8f5";
}
.material-icons.voice_chat:before {
  content: "\e62e";
}
.material-icons.voice_over_off:before {
  content: "\e94a";
}
.material-icons.voicemail:before {
  content: "\e0d9";
}
.material-icons.volcano:before {
  content: "\ebda";
}
.material-icons.volume_down:before {
  content: "\e04d";
}
.material-icons.volume_down_alt:before {
  content: "\e79c";
}
.material-icons.volume_mute:before {
  content: "\e04e";
}
.material-icons.volume_off:before {
  content: "\e04f";
}
.material-icons.volume_up:before {
  content: "\e050";
}
.material-icons.volunteer_activism:before {
  content: "\ea70";
}
.material-icons.vpn_key:before {
  content: "\e0da";
}
.material-icons.vpn_key_off:before {
  content: "\eb7a";
}
.material-icons.vpn_lock:before {
  content: "\e62f";
}
.material-icons.vrpano:before {
  content: "\f082";
}
.material-icons.wallet:before {
  content: "\f8ff";
}
.material-icons.wallet_giftcard:before {
  content: "\e8f6";
}
.material-icons.wallet_membership:before {
  content: "\e8f7";
}
.material-icons.wallet_travel:before {
  content: "\e8f8";
}
.material-icons.wallpaper:before {
  content: "\e1bc";
}
.material-icons.warehouse:before {
  content: "\ebb8";
}
.material-icons.warning:before {
  content: "\e002";
}
.material-icons.warning_amber:before {
  content: "\f083";
}
.material-icons.wash:before {
  content: "\f1b1";
}
.material-icons.watch:before {
  content: "\e334";
}
.material-icons.watch_later:before {
  content: "\e924";
}
.material-icons.watch_off:before {
  content: "\eae3";
}
.material-icons.water:before {
  content: "\f084";
}
.material-icons.water_damage:before {
  content: "\f203";
}
.material-icons.water_drop:before {
  content: "\e798";
}
.material-icons.waterfall_chart:before {
  content: "\ea00";
}
.material-icons.waves:before {
  content: "\e176";
}
.material-icons.waving_hand:before {
  content: "\e766";
}
.material-icons.wb_auto:before {
  content: "\e42c";
}
.material-icons.wb_cloudy:before {
  content: "\e42d";
}
.material-icons.wb_incandescent:before {
  content: "\e42e";
}
.material-icons.wb_iridescent:before {
  content: "\e436";
}
.material-icons.wb_shade:before {
  content: "\ea01";
}
.material-icons.wb_sunny:before {
  content: "\e430";
}
.material-icons.wb_twighlight:before {
  content: "\ea02";
}
.material-icons.wb_twilight:before {
  content: "\e1c6";
}
.material-icons.wc:before {
  content: "\e63d";
}
.material-icons.web:before {
  content: "\e051";
}
.material-icons.web_asset:before {
  content: "\e069";
}
.material-icons.web_asset_off:before {
  content: "\e4f7";
}
.material-icons.web_stories:before {
  content: "\e595";
}
.material-icons.webhook:before {
  content: "\eb92";
}
.material-icons.wechat:before {
  content: "\ea81";
}
.material-icons.weekend:before {
  content: "\e16b";
}
.material-icons.west:before {
  content: "\f1e6";
}
.material-icons.whatsapp:before {
  content: "\ea9c";
}
.material-icons.whatshot:before {
  content: "\e80e";
}
.material-icons.wheelchair_pickup:before {
  content: "\f1ab";
}
.material-icons.where_to_vote:before {
  content: "\e177";
}
.material-icons.widgets:before {
  content: "\e1bd";
}
.material-icons.width_full:before {
  content: "\f8f5";
}
.material-icons.width_normal:before {
  content: "\f8f6";
}
.material-icons.width_wide:before {
  content: "\f8f7";
}
.material-icons.wifi:before {
  content: "\e63e";
}
.material-icons.wifi_1_bar:before {
  content: "\e4ca";
}
.material-icons.wifi_2_bar:before {
  content: "\e4d9";
}
.material-icons.wifi_calling:before {
  content: "\ef77";
}
.material-icons.wifi_calling_3:before {
  content: "\f085";
}
.material-icons.wifi_channel:before {
  content: "\eb6a";
}
.material-icons.wifi_find:before {
  content: "\eb31";
}
.material-icons.wifi_lock:before {
  content: "\e1e1";
}
.material-icons.wifi_off:before {
  content: "\e648";
}
.material-icons.wifi_password:before {
  content: "\eb6b";
}
.material-icons.wifi_protected_setup:before {
  content: "\f0fc";
}
.material-icons.wifi_tethering:before {
  content: "\e1e2";
}
.material-icons.wifi_tethering_error:before {
  content: "\ead9";
}
.material-icons.wifi_tethering_error_rounded:before {
  content: "\f086";
}
.material-icons.wifi_tethering_off:before {
  content: "\f087";
}
.material-icons.wind_power:before {
  content: "\ec0c";
}
.material-icons.window:before {
  content: "\f088";
}
.material-icons.wine_bar:before {
  content: "\f1e8";
}
.material-icons.woman:before {
  content: "\e13e";
}
.material-icons.woo_commerce:before {
  content: "\ea6d";
}
.material-icons.wordpress:before {
  content: "\ea9f";
}
.material-icons.work:before {
  content: "\e8f9";
}
.material-icons.work_history:before {
  content: "\ec09";
}
.material-icons.work_off:before {
  content: "\e942";
}
.material-icons.work_outline:before {
  content: "\e943";
}
.material-icons.workspace_premium:before {
  content: "\e7af";
}
.material-icons.workspaces:before {
  content: "\e1a0";
}
.material-icons.workspaces_filled:before {
  content: "\ea0d";
}
.material-icons.workspaces_outline:before {
  content: "\ea0f";
}
.material-icons.wrap_text:before {
  content: "\e25b";
}
.material-icons.wrong_location:before {
  content: "\ef78";
}
.material-icons.wysiwyg:before {
  content: "\f1c3";
}
.material-icons.yard:before {
  content: "\f089";
}
.material-icons.youtube_searched_for:before {
  content: "\e8fa";
}
.material-icons.zoom_in:before {
  content: "\e8ff";
}
.material-icons.zoom_in_map:before {
  content: "\eb2d";
}
.material-icons.zoom_out:before {
  content: "\e900";
}
.material-icons.zoom_out_map:before {
  content: "\e56b";
}

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