/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/scss/custom-theme.scss?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  --mat-option-selected-state-label-text-color: #c21b17;
  --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: #ff5e6e;
}

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

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

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

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

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

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

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

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

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

.mat-elevation-z0, .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1, .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2, .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3, .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4, .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5, .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6, .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7, .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8, .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9, .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10, .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11, .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12, .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13, .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14, .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15, .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16, .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17, .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18, .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19, .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20, .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21, .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22, .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23, .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24, .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

.mat-mdc-card {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
}

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

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

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

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

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

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

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

.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(194, 27, 23, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(255, 94, 110, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #ff5e6e;
  --mdc-filled-text-field-focus-active-indicator-color: #ff5e6e;
  --mdc-filled-text-field-focus-label-text-color: rgba(255, 94, 110, 0.87);
  --mdc-outlined-text-field-caret-color: #ff5e6e;
  --mdc-outlined-text-field-focus-outline-color: #ff5e6e;
  --mdc-outlined-text-field-focus-label-text-color: rgba(255, 94, 110, 0.87);
}

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

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

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

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

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

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

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

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

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

html {
  --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(194, 27, 23, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 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(255, 94, 110, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 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(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}

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

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

.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #c21b17;
  --mdc-chip-elevated-disabled-container-color: #c21b17;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #ff5e6e;
  --mdc-chip-elevated-disabled-container-color: #ff5e6e;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
}
.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: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}

.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}

.mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: #bc1814;
  --mdc-switch-selected-handle-color: #bc1814;
  --mdc-switch-selected-hover-state-layer-color: #bc1814;
  --mdc-switch-selected-pressed-state-layer-color: #bc1814;
  --mdc-switch-selected-focus-handle-color: #9f0807;
  --mdc-switch-selected-hover-handle-color: #9f0807;
  --mdc-switch-selected-pressed-handle-color: #9f0807;
  --mdc-switch-selected-focus-track-color: #d45f5d;
  --mdc-switch-selected-hover-track-color: #d45f5d;
  --mdc-switch-selected-pressed-track-color: #d45f5d;
  --mdc-switch-selected-track-color: #d45f5d;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
}
.mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #86102b;
  --mdc-switch-selected-handle-color: #86102b;
  --mdc-switch-selected-hover-state-layer-color: #86102b;
  --mdc-switch-selected-pressed-state-layer-color: #86102b;
  --mdc-switch-selected-focus-handle-color: #5f0513;
  --mdc-switch-selected-hover-handle-color: #5f0513;
  --mdc-switch-selected-pressed-handle-color: #5f0513;
  --mdc-switch-selected-focus-track-color: #b0596e;
  --mdc-switch-selected-hover-track-color: #b0596e;
  --mdc-switch-selected-pressed-track-color: #b0596e;
  --mdc-switch-selected-track-color: #b0596e;
}
.mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}

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

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

.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #c21b17;
  --mdc-radio-selected-hover-icon-color: #c21b17;
  --mdc-radio-selected-icon-color: #c21b17;
  --mdc-radio-selected-pressed-icon-color: #c21b17;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #c21b17;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff5e6e;
  --mdc-radio-selected-hover-icon-color: #ff5e6e;
  --mdc-radio-selected-icon-color: #ff5e6e;
  --mdc-radio-selected-pressed-icon-color: #ff5e6e;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #ff5e6e;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}

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

.mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #c21b17;
  --mdc-slider-focus-handle-color: #c21b17;
  --mdc-slider-hover-handle-color: #c21b17;
  --mdc-slider-active-track-color: #c21b17;
  --mdc-slider-inactive-track-color: #c21b17;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #c21b17;
  --mat-mdc-slider-ripple-color: #c21b17;
  --mat-mdc-slider-hover-ripple-color: rgba(194, 27, 23, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(194, 27, 23, 0.2);
}
.mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #ff5e6e;
  --mdc-slider-focus-handle-color: #ff5e6e;
  --mdc-slider-hover-handle-color: #ff5e6e;
  --mdc-slider-active-track-color: #ff5e6e;
  --mdc-slider-inactive-track-color: #ff5e6e;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff5e6e;
  --mat-mdc-slider-ripple-color: #ff5e6e;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 94, 110, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 94, 110, 0.2);
}
.mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}

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-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}

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

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

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

.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #c21b17;
  --mdc-checkbox-selected-hover-icon-color: #c21b17;
  --mdc-checkbox-selected-icon-color: #c21b17;
  --mdc-checkbox-selected-pressed-icon-color: #c21b17;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #c21b17;
  --mdc-checkbox-selected-hover-state-layer-color: #c21b17;
  --mdc-checkbox-selected-pressed-state-layer-color: #c21b17;
  --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: #000;
  --mdc-checkbox-selected-focus-icon-color: #ff5e6e;
  --mdc-checkbox-selected-hover-icon-color: #ff5e6e;
  --mdc-checkbox-selected-icon-color: #ff5e6e;
  --mdc-checkbox-selected-pressed-icon-color: #ff5e6e;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff5e6e;
  --mdc-checkbox-selected-hover-state-layer-color: #ff5e6e;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff5e6e;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

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

.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #c21b17;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #c21b17;
}

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

.mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}

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

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);
  --mat-paginator-container-size: 56px;
}

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

.mat-mdc-tab-group, .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #c21b17;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #c21b17;
  --mat-tab-header-active-ripple-color: #c21b17;
  --mat-tab-header-inactive-ripple-color: #c21b17;
  --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: #c21b17;
  --mat-tab-header-active-hover-label-text-color: #c21b17;
  --mat-tab-header-active-focus-indicator-color: #c21b17;
  --mat-tab-header-active-hover-indicator-color: #c21b17;
}
.mat-mdc-tab-group.mat-accent, .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #ff5e6e;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #ff5e6e;
  --mat-tab-header-active-ripple-color: #ff5e6e;
  --mat-tab-header-inactive-ripple-color: #ff5e6e;
  --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: #ff5e6e;
  --mat-tab-header-active-hover-label-text-color: #ff5e6e;
  --mat-tab-header-active-focus-indicator-color: #ff5e6e;
  --mat-tab-header-active-hover-indicator-color: #ff5e6e;
}
.mat-mdc-tab-group.mat-warn, .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #f44336;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #f44336;
  --mat-tab-header-active-ripple-color: #f44336;
  --mat-tab-header-inactive-ripple-color: #f44336;
  --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: #f44336;
  --mat-tab-header-active-hover-label-text-color: #f44336;
  --mat-tab-header-active-focus-indicator-color: #f44336;
  --mat-tab-header-active-hover-indicator-color: #f44336;
}
.mat-mdc-tab-group.mat-background-primary, .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #c21b17;
  --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: #ff5e6e;
  --mat-tab-header-with-background-foreground-color: black;
}
.mat-mdc-tab-group.mat-background-warn, .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #f44336;
  --mat-tab-header-with-background-foreground-color: white;
}

.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}

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: #000;
  --mdc-checkbox-selected-focus-icon-color: #ff5e6e;
  --mdc-checkbox-selected-hover-icon-color: #ff5e6e;
  --mdc-checkbox-selected-icon-color: #ff5e6e;
  --mdc-checkbox-selected-pressed-icon-color: #ff5e6e;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff5e6e;
  --mdc-checkbox-selected-hover-state-layer-color: #ff5e6e;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff5e6e;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #c21b17;
  --mdc-checkbox-selected-hover-icon-color: #c21b17;
  --mdc-checkbox-selected-icon-color: #c21b17;
  --mdc-checkbox-selected-pressed-icon-color: #c21b17;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #c21b17;
  --mdc-checkbox-selected-hover-state-layer-color: #c21b17;
  --mdc-checkbox-selected-pressed-state-layer-color: #c21b17;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}

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

.mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #c21b17;
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ff5e6e;
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #c21b17;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ff5e6e;
  --mdc-filled-button-label-text-color: #000;
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #c21b17;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ff5e6e;
  --mdc-protected-button-label-text-color: #000;
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}

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

.mat-mdc-button, .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button.mat-primary, .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #c21b17;
  --mat-mdc-button-ripple-color: rgba(194, 27, 23, 0.1);
}
.mat-mdc-button.mat-accent, .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ff5e6e;
  --mat-mdc-button-ripple-color: rgba(255, 94, 110, 0.1);
}
.mat-mdc-button.mat-warn, .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}

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

.mat-mdc-button.mat-mdc-button-base,
.mat-mdc-raised-button.mat-mdc-button-base,
.mat-mdc-unelevated-button.mat-mdc-button-base,
.mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}

.mat-mdc-icon-button {
  --mdc-icon-button-icon-color: inherit;
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #6200ee;
  --mat-mdc-button-ripple-color: rgba(98, 0, 238, 0.1);
}
.mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #018786;
  --mat-mdc-button-ripple-color: rgba(1, 135, 134, 0.1);
}
.mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #b00020;
  --mat-mdc-button-ripple-color: rgba(176, 0, 32, 0.1);
}
.mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #c21b17;
  --mat-mdc-button-persistent-ripple-color: #c21b17;
  --mat-mdc-button-ripple-color: rgba(194, 27, 23, 0.1);
}
.mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ff5e6e;
  --mat-mdc-button-persistent-ripple-color: #ff5e6e;
  --mat-mdc-button-ripple-color: rgba(255, 94, 110, 0.1);
}
.mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}

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

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

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

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);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}

.mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #c21b17;
}
.mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #ff5e6e;
}
.mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}

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

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

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

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

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

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

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

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

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

html {
  --mat-badge-background-color: #c21b17;
  --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: #ff5e6e;
  --mat-badge-text-color: black;
}

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

html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
  --mat-standard-button-toggle-height: 48px;
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #c21b17;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(194, 27, 23, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(194, 27, 23, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(194, 27, 23, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #c21b17;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(194, 27, 23, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}

.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #ff5e6e;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 94, 110, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 94, 110, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 94, 110, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 94, 110, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}

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

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

html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --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);
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-icon-color: inherit;
}

.mat-icon.mat-primary {
  --mat-icon-color: #c21b17;
}
.mat-icon.mat-accent {
  --mat-icon-color: #ff5e6e;
}
.mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}

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);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #c21b17;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c21b17;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c21b17;
  --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: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #ff5e6e;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #ff5e6e;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #ff5e6e;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}

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

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

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

.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #c21b17;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #ff5e6e;
  --mat-toolbar-container-text-color: black;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}

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

.mat-tree {
  background: white;
}

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

.mat-tree-node {
  min-height: 48px;
}
/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/normalize.css/normalize.css ***!
  \**********************************************************************************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@gen-nexus-registry/grid-generali-theme/dist/grid-lib-generali-theme.min.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
@font-face{font-family:"Roboto";src:url('Roboto-Light.7d8c9b0ca4a64a5a.woff2') format("woff2");font-weight:300;font-style:normal;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Roboto";src:url('Roboto-LightItalic.ee65d20c5e82dfb1.woff2') format("woff2");font-weight:300;font-style:italic;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Roboto";src:url('Roboto-Regular.934c4b7cb736f2a3.woff2') format("woff2");font-weight:400;font-style:normal;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Roboto";src:url('Roboto-Italic.3a04115668d8070d.woff2') format("woff2");font-weight:400;font-style:italic;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Roboto";src:url('Roboto-Medium.627622453ef56b0d.woff2') format("woff2");font-weight:500;font-style:normal;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Roboto";src:url('Roboto-Bold.0e4fe491bf84089c.woff2') format("woff2");font-weight:700;font-style:normal;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--grid-font-family: "Roboto", sans-serif;--grid-font-family-alternative: "Roboto", sans-serif;--grid-font-size-12: 0.75rem;--grid-font-size-14: 0.875rem;--grid-font-size-16: 1rem;--grid-font-size-18: 1.125rem;--grid-font-size-20: 1.25rem;--grid-font-size-22: 1.375rem;--grid-font-size-24: 1.5rem;--grid-font-size-28: 1.75rem;--grid-font-size-32: 2rem;--grid-font-size-36: 2.25rem;--grid-line-height-20: 1.25;--grid-line-height-20-offset: 1.28;--grid-line-height-20-more-offset: 1.29;--grid-font-light: 300;--grid-font-normal: 400;--grid-font-medium: 500;--grid-font-semi-bold: 500;--grid-font-bold: 700;--grid-font-extra-bold: 700;--grid-font-stretch-normal: normal;--grid-font-style-normal: normal;--grid-letter-spacing-normal: normal;--grid-large-title: var(--grid-font-light) 3.375rem/4rem var(--grid-font-family);--grid-title-1: var(--grid-font-bold) 2.625rem/3.125rem var(--grid-font-family);--grid-title-2: var(--grid-font-light) 2rem/2.375rem var(--grid-font-family);--grid-title-3: var(--grid-font-bold) 2rem/2.375rem var(--grid-font-family);--grid-title-4: var(--grid-font-bold) 1.5rem/1.875rem var(--grid-font-family);--grid-title-5: var(--grid-font-bold) 1.25rem/1.5625rem var(--grid-font-family);--grid-title-alert-box: var(--grid-font-bold) 1rem/1.1875rem var(--grid-font-family);--grid-header-large-title: var(--grid-font-bold) 1.125rem/1.3125rem var(--grid-font-family);--grid-header-small-title: var(--grid-font-bold) 1rem/1.1875rem var(--grid-font-family);--grid-product-large: var(--grid-font-bold) 1.5rem/1.75rem var(--grid-font-family-alternative);--grid-product-small: var(--grid-font-bold) 1.25rem/1.5rem var(--grid-font-family-alternative);--grid-headline-1: var(--grid-font-light) 1.5rem/1.75rem var(--grid-font-family-alternative);--grid-headline-2: var(--grid-font-normal) 1.25rem/1.5rem var(--grid-font-family-alternative);--grid-headline-3: var(--grid-font-light) 1.25rem/1.5rem var(--grid-font-family);--grid-headline-4: var(--grid-font-normal) 1.125rem/1.3125rem var(--grid-font-family);--grid-headline-5: var(--grid-font-bold) 1.125rem/1.3125rem var(--grid-font-family);--grid-subheadline-1: var(--grid-font-light) 0.875rem/1rem var(--grid-font-family);--grid-subheadline-2: var(--grid-font-normal) 0.875rem/1rem var(--grid-font-family);--grid-subheadline-3: var(--grid-font-bold) 0.875rem/1rem var(--grid-font-family);--grid-body-1: var(--grid-font-light) 1.125rem/1.4375rem var(--grid-font-family);--grid-body-2: var(--grid-font-normal) 1rem/1.3125rem var(--grid-font-family);--grid-body-3: var(--grid-font-normal) 0.875rem/1.125rem var(--grid-font-family);--grid-body-4: var(--grid-font-normal) 0.75rem/1rem var(--grid-font-family);--grid-caption-1: var(--grid-font-bold) 1rem/1.1875rem var(--grid-font-family);--grid-caption-2: var(--grid-font-light) 0.875rem/1rem var(--grid-font-family);--grid-caption-3: var(--grid-font-normal) 0.875rem/1rem var(--grid-font-family);--grid-caption-small: var(--grid-font-normal) 0.75rem/0.875rem var(--grid-font-family);--grid-button: var(--grid-font-bold) 1.125rem/1.3125rem var(--grid-font-family);--grid-label-1: var(--grid-font-normal) 1rem/1.1875rem var(--grid-font-family);--grid-label-2: var(--grid-font-medium) 1rem/1.1875rem var(--grid-font-family);--grid-label-3: var(--grid-font-bold) 1rem/1.1875rem var(--grid-font-family);--grid-label-4: var(--grid-font-normal) 0.875rem/1rem var(--grid-font-family);--grid-label-5: var(--grid-font-bold) 0.875rem/1rem var(--grid-font-family);--grid-input-text: var(--grid-font-normal) 1rem/1.1875rem var(--grid-font-family);--grid-supporting-text-field: var(--grid-font-normal) 0.75rem/0.875rem var(--grid-font-family);--grid-input-text-big: var(--grid-font-bold) 3.125rem/3.125rem var(--grid-font-family);--grid-text-link-underline: var(--grid-font-bold) 1rem/1.1875rem var(--grid-font-family);--grid-breadcrumbs: var(--grid-font-bold) 0.875rem/1rem var(--grid-font-family);--grid-cell-text: var(--grid-font-normal) 0.875rem/1.125rem var(--grid-font-family);--grid-heading: var(--grid-font-bold) 0.875rem/1.125rem var(--grid-font-family);--grid-tag-1: var(--grid-font-medium) 0.75rem/0.875rem var(--grid-font-family);--grid-tag-2: var(--grid-font-bold) 0.75rem/0.875rem var(--grid-font-family);--grid-badge: var(--grid-font-normal) 0.875rem/1rem var(--grid-font-family-alternative)}.grid-large-title{font:var(--grid-large-title)}.grid-title-1{font:var(--grid-title-1)}.grid-title-2{font:var(--grid-title-2)}.grid-title-3{font:var(--grid-title-3)}.grid-title-4{font:var(--grid-title-4)}.grid-title-5{font:var(--grid-title-5)}.grid-title-alert-box{font:var(--grid-title-alert-box)}.grid-header-large-title{font:var(--grid-header-large-title)}.grid-header-small-title{font:var(--grid-header-small-title)}.grid-product-large{font:var(--grid-product-large)}.grid-product-small{font:var(--grid-product-small)}.grid-headline-1{font:var(--grid-headline-1)}.grid-headline-2{font:var(--grid-headline-2)}.grid-headline-3{font:var(--grid-headline-3)}.grid-headline-4{font:var(--grid-headline-4)}.grid-headline-5{font:var(--grid-headline-5)}.grid-subheadline-1{font:var(--grid-subheadline-1)}.grid-subheadline-2{font:var(--grid-subheadline-2)}.grid-subheadline-3{font:var(--grid-subheadline-3)}.grid-body-1{font:var(--grid-body-1)}.grid-body-2{font:var(--grid-body-2)}.grid-body-3{font:var(--grid-body-3)}.grid-body-4{font:var(--grid-body-4)}.grid-caption-1{font:var(--grid-caption-1)}.grid-caption-2{font:var(--grid-caption-2)}.grid-caption-3{font:var(--grid-caption-3)}.grid-caption-small{font:var(--grid-caption-small)}.grid-button{font:var(--grid-button)}.grid-label-1{font:var(--grid-label-1)}.grid-label-2{font:var(--grid-label-2)}.grid-label-3{font:var(--grid-label-3)}.grid-label-4{font:var(--grid-label-4)}.grid-label-5{font:var(--grid-label-5)}.grid-input-text{font:var(--grid-input-text)}.grid-supporting-text-field{font:var(--grid-supporting-text-field)}.grid-input-text-big{font:var(--grid-input-text-big)}.grid-text-link-underline{font:var(--grid-text-link-underline)}.grid-breadcrumbs{font:var(--grid-breadcrumbs)}.grid-cell-text{font:var(--grid-cell-text)}.grid-heading{font:var(--grid-heading)}.grid-tag-1{font:var(--grid-tag-1)}.grid-tag-2{font:var(--grid-tag-2)}.grid-badge{font:var(--grid-badge)}:root{--grid-action-primary: #20252b;--grid-action-primary-hover: #5a5d62;--grid-action-primary-pressed: #5a5d62;--grid-action-secondary: #c21b17;--grid-action-secondary-hover: #8c1b17;--grid-action-secondary-pressed: #8c1b17;--grid-action-tertiary: #ffffff;--grid-action-tertiary-hover: #e7e7e7;--grid-action-tertiary-pressed: #e7e7e7;--grid-action-process: #2e7f65;--grid-action-process-hover: #285b4a;--grid-action-process-pressed: #285b4a;--grid-action-accent: #c21b17;--grid-action-accent-02: #ffffff;--grid-action-toast-01: #ffffff;--grid-action-toast-01-hover: #e7e7e7;--grid-action-toast-01-pressed: #e7e7e7;--grid-action-toast-02: #20252b;--grid-action-toast-02-hover: #5a5d62;--grid-action-toast-02-pressed: #5a5d62;--grid-action-toast-03: #ffffff;--grid-action-toast-03-hover: #e7e7e7;--grid-action-toast-03-pressed: #e7e7e7;--grid-action-toast-04: #20252b;--grid-action-toast-04-hover: #5a5d62;--grid-action-toast-04-pressed: #5a5d62;--grid-action-disabled: #8c8c8c;--grid-action-text-button-primary: #20252b;--grid-action-text-button-primary-hover: #5a5d62;--grid-action-text-button-primary-pressed: #5a5d62;--grid-action-text-button-secondary: #20252b;--grid-action-text-button-secondary-hover: #5a5d62;--grid-action-text-button-secondary-pressed: #5a5d62;--grid-action-text-button-tertiary: #ffffff;--grid-action-text-button-tertiary-hover: #e7e7e7;--grid-action-text-button-tertiary-pressed: #e7e7e7;--grid-action-text-button-toast-01: #ffffff;--grid-action-text-button-toast-01-hover: #e7e7e7;--grid-action-text-button-toast-01-pressed: #e7e7e7;--grid-action-text-button-toast-02: #20252b;--grid-action-text-button-toast-02-hover: #5a5d62;--grid-action-text-button-toast-02-pressed: #5a5d62;--grid-action-text-button-toast-03: #ffffff;--grid-action-text-button-toast-03-hover: #e7e7e7;--grid-action-text-button-toast-03-pressed: #e7e7e7;--grid-action-text-button-toast-04: #20252b;--grid-action-text-button-toast-04-hover: #5a5d62;--grid-action-text-button-toast-04-pressed: #5a5d62;--grid-action-text-button-disabled: #8c8c8c;--grid-status-error: #ad2b3c;--grid-status-warning: #ffc409;--grid-status-success: #2dd36f;--grid-status-info: #e1e5ea;--grid-status-focus: #4dadb8;--grid-background-color-01: #ffffff;--grid-background-color-02: #f2f2f2;--grid-background-color-03: #9b9b9b;--grid-background-color-04: #c21b17;--grid-background-color-05: #ffffff;--grid-background-color-06: #ffffff;--grid-background-color-07: #e9573d;--grid-background-color-08: #ffffff;--grid-background-color-09: #f1d6e6;--grid-background-color-10: #f2f2f2;--grid-background-color-11: #ffffff;--grid-background-color-12: #3d4047;--grid-background-color-13: #505359;--grid-background-tag: #ff9480;--grid-background-modal: #20252b;--grid-background-disabled: #f9f8f8;--grid-background-product-01: #c21b17;--grid-background-product-02: #005d5d;--grid-background-product-03: #31135e;--grid-background-product-04: #012749;--grid-background-table-color-01: #ffffff;--grid-background-table-color-01-hover: #e7e7e7;--grid-background-table-color-01-pressed: #e7e7e7;--grid-background-table-color-02: #f2f2f2;--grid-background-table-color-02-hover: #e7e7e7;--grid-background-table-color-02-pressed: #e7e7e7;--grid-content-primary: #20252b;--grid-content-secondary: #3d4047;--grid-content-tertiary: #5a5d62;--grid-content-inverse: #ffffff;--grid-content-accent: #c21b17;--grid-content-illustration-icons: #c21b17;--grid-content-illustration-icons-accent: #cccccc;--grid-content-on-color-01: #20252b;--grid-content-on-color-02: #20252b;--grid-content-on-color-03: #ffffff;--grid-content-on-color-04: #ffffff;--grid-content-on-color-05: #ffffff;--grid-content-on-color-06: #ffffff;--grid-content-on-primary-action: #ffffff;--grid-content-on-primary-action-hover: #ffffff;--grid-content-on-primary-action-pressed: #ffffff;--grid-content-on-primary-action-disabled: #cacaca;--grid-content-on-primary-ghost-action: #20252b;--grid-content-on-primary-ghost-action-hover: #5a5d62;--grid-content-on-primary-ghost-action-pressed: #5a5d62;--grid-content-on-primary-ghost-action-disabled: #8c8c8c;--grid-content-on-secondary-action: #ffffff;--grid-content-on-secondary-action-hover: #ffffff;--grid-content-on-secondary-action-pressed: #ffffff;--grid-content-on-secondary-action-disabled: #cacaca;--grid-content-on-secondary-ghost-action: #20252b;--grid-content-on-secondary-ghost-action-hover: #5a5d62;--grid-content-on-secondary-ghost-action-pressed: #5a5d62;--grid-content-on-secondary-ghost-action-disabled: #8c8c8c;--grid-content-on-tertiary-action: #20252b;--grid-content-on-tertiary-action-hover: #20252b;--grid-content-on-tertiary-action-pressed: #20252b;--grid-content-on-tertiary-action-disabled: #cacaca;--grid-content-on-tertiary-ghost-action: #ffffff;--grid-content-on-tertiary-ghost-action-hover: #f2f2f2;--grid-content-on-tertiary-ghost-action-pressed: #f2f2f2;--grid-content-on-tertiary-ghost-action-disabled: #8c8c8c;--grid-content-on-process-action: #ffffff;--grid-content-on-process-action-hover: #ffffff;--grid-content-on-process-action-pressed: #ffffff;--grid-content-on-process-action-disabled: #cacaca;--grid-content-on-toast-01-action: #ffffff;--grid-content-on-toast-01-action-hover: #f2f2f2;--grid-content-on-toast-01-action-pressed: #f2f2f2;--grid-content-on-toast-01-action-disabled: #8c8c8c;--grid-content-on-toast-02-action: #20252b;--grid-content-on-toast-02-action-hover: #5a5d62;--grid-content-on-toast-02-action-pressed: #5a5d62;--grid-content-on-toast-02-action-disabled: #8c8c8c;--grid-content-on-toast-03-action: #ffffff;--grid-content-on-toast-03-action-hover: #f2f2f2;--grid-content-on-toast-03-action-pressed: #f2f2f2;--grid-content-on-toast-03-action-disabled: #8c8c8c;--grid-content-on-toast-04-action: #20252b;--grid-content-on-toast-04-action-hover: #5a5d62;--grid-content-on-toast-04-action-pressed: #5a5d62;--grid-content-on-toast-04-action-disabled: #8c8c8c;--grid-content-disabled: #8c8c8c;--grid-content-disabled-faded: #dadada;--grid-border-color-01: #ffffff;--grid-border-color-02: #cacaca;--grid-border-color-03: #9b9b9b;--grid-border-color-04: #5a5d62;--grid-border-color-05: #ffffff;--grid-border-active: #c21b17;--grid-border-success: #2dd36f;--grid-border-error: #ad2b3c;--grid-border-button-action-primary-enabled: #20252b;--grid-border-button-action-primary-hover: #5a5d62;--grid-border-button-action-primary-pressed: #5a5d62;--grid-border-button-action-primary-ghost-enabled: #20252b;--grid-border-button-action-primary-ghost-hover: #5a5d62;--grid-border-button-action-primary-ghost-pressed: #5a5d62;--grid-border-button-action-secondary-enabled: #c21b17;--grid-border-button-action-secondary-hover: #8c1b17;--grid-border-button-action-secondary-pressed: #8c1b17;--grid-border-button-action-secondary-ghost-enabled: #20252b;--grid-border-button-action-secondary-ghost-hover: #5a5d62;--grid-border-button-action-secondary-ghost-pressed: #5a5d62;--grid-border-button-action-tertiary-enabled: #ffffff;--grid-border-button-action-tertiary-hover: #f2f2f2;--grid-border-button-action-tertiary-pressed: #f2f2f2;--grid-border-button-action-tertiary-ghost-enabled: #ffffff;--grid-border-button-action-tertiary-ghost-hover: #f2f2f2;--grid-border-button-action-tertiary-ghost-pressed: #f2f2f2;--grid-border-button-action-process-enabled: #2e7f65;--grid-border-button-action-process-hover: #285b4a;--grid-border-button-action-process-pressed: #285b4a;--grid-border-button-action-toast-01-enabled: #ffffff;--grid-border-button-action-toast-01-hover: #f2f2f2;--grid-border-button-action-toast-01-pressed: #f2f2f2;--grid-border-button-action-toast-02-enabled: #20252b;--grid-border-button-action-toast-02-hover: #5a5d62;--grid-border-button-action-toast-02-pressed: #5a5d62;--grid-border-button-action-toast-03-enabled: #ffffff;--grid-border-button-action-toast-03-hover: #f2f2f2;--grid-border-button-action-toast-03-pressed: #f2f2f2;--grid-border-button-action-toast-04-enabled: #20252b;--grid-border-button-action-toast-04-hover: #5a5d62;--grid-border-button-action-toast-04-pressed: #5a5d62;--grid-border-button-action-disabled: #8c8c8c;--grid-border-table-color-01: #ffffff;--grid-border-table-color-01-hover: #e7e7e7;--grid-border-table-color-01-pressed: #e7e7e7;--grid-border-table-color-02: #f2f2f2;--grid-border-table-color-02-hover: #e7e7e7;--grid-border-table-color-02-pressed: #e7e7e7;--grid-data-visualization-graph-purple-01: #31135e;--grid-data-visualization-graph-purple-02: #6929c4;--grid-data-visualization-graph-purple-03: #a56eff;--grid-data-visualization-graph-purple-04: #d4bbff;--grid-data-visualization-graph-purple-05: #e8daff;--grid-data-visualization-graph-cyan-01: #012749;--grid-data-visualization-graph-cyan-02: #00539a;--grid-data-visualization-graph-cyan-03: #1192e8;--grid-data-visualization-graph-cyan-04: #82cfff;--grid-data-visualization-graph-cyan-05: #bae6ff;--grid-data-visualization-graph-teal-01: #022b30;--grid-data-visualization-graph-teal-02: #005d5d;--grid-data-visualization-graph-teal-03: #009d9a;--grid-data-visualization-graph-teal-04: #3ddbd9;--grid-data-visualization-graph-teal-05: #9ef0f0;--grid-data-visualization-graph-magenta-01: #9f1853;--grid-data-visualization-graph-magenta-02: #ee538b;--grid-data-visualization-graph-red-01: #550b1d;--grid-data-visualization-graph-red-02: #9b1612;--grid-data-visualization-graph-red-03: #fa4d56;--grid-data-visualization-graph-red-04: #ffb3b8;--grid-data-visualization-graph-red-05: #ffd7d9;--grid-data-visualization-graph-blue-01: #002d9c;--grid-data-visualization-graph-blue-02: #0043ce;--grid-data-visualization-graph-blue-03: #4589ff;--grid-data-visualization-graph-blue-04: #a6c8ff;--grid-data-visualization-graph-blue-05: #d0e2ff;--grid-data-visualization-graph-orange-01: #8a3800;--grid-data-visualization-graph-orange-02: #c45100;--grid-data-visualization-graph-orange-03: #ff832b;--grid-data-visualization-graph-orange-04: #ffae75;--grid-data-visualization-graph-yellow-01: #b28600;--grid-data-visualization-brand-graph-primary-01: #c21b17;--grid-data-visualization-brand-graph-primary-02: #9b1612;--grid-data-visualization-brand-graph-primary-03: #881310;--grid-data-visualization-brand-graph-primary-04: #74100e;--grid-data-visualization-brand-graph-secondary-01: #8e1230;--grid-data-visualization-brand-graph-secondary-02: #720e26;--grid-data-visualization-brand-graph-secondary-03: #630d22;--grid-data-visualization-brand-graph-secondary-04: #550b1d;--grid-spacing-1: 0.25rem;--grid-spacing-2: 0.5rem;--grid-spacing-3: 1rem;--grid-spacing-4: 1.5rem;--grid-spacing-5: 2rem;--grid-spacing-6: 2.25rem;--grid-spacing-7: 2.5rem;--grid-spacing-8: 3rem;--grid-spacing-9: 3.5rem;--grid-spacing-10: 4rem;--grid-spacing-11: 4.5rem;--grid-spacing-12: 5rem;--grid-border-radius-main: 0.25rem;--grid-border-radius-button: 0.25rem;--grid-border-radius-input: 0.25rem;--grid-border-radius-info-box: 0.25rem;--grid-border-radius-card: 0.25rem;--grid-border-radius-bottom-sheet: 0.5rem;--grid-spacing-xxs: 0.25rem;--grid-spacing-xs: 0.313rem;--grid-spacing-s: 0.625rem;--grid-spacing-m: 0.938rem;--grid-spacing-l: 1.563rem;--grid-spacing-xl: 2.5rem;--grid-spacing-xxl: 3.75rem;--grid-border-width-1: 0.063rem;--grid-border-width-2: 0.125rem;--grid-border-width-3: 0.188rem;--grid-border-width-4: 0.25rem;--grid-border-width-5: 0.313rem;--grid-border-width-6: 0.375rem;--grid-border-width-7: 0.438rem;--grid-border-width-8: 0.5rem;--grid-border-radius-1: 0.063rem;--grid-border-radius-2: 0.125rem;--grid-border-radius-3: 0.188rem;--grid-border-radius-4: 0.25rem;--grid-border-radius-5: 0.313rem;--grid-border-radius-6: 0.375rem;--grid-border-radius-7: 0.438rem;--grid-border-radius-8: 0.5rem;--grid-outline-width-1: 0.063rem;--grid-outline-width-2: 0.125rem;--grid-outline-width-3: 0.188rem;--grid-outline-width-4: 0.25rem;--grid-outline-width-5: 0.313rem;--grid-outline-width-6: 0.375rem;--grid-duration-xxfast: 0.1s;--grid-duration-xfast: 0.15s;--grid-duration-fast: 0.2s;--grid-curve-simple-ease-in: cubic-bezier(0.55, 0.09, 0.68, 0.53);--grid-curve-simple-ease-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);--grid-curve-simple-ease-in-out: cubic-bezier(0.45, 0.05, 0.36, 1);--grid-duration-medium-1: 0.25s;--grid-duration-medium-2: 0.3s;--grid-duration-medium-3: 0.35s;--grid-duration-slow: 0.4s;--grid-duration-xslow: 0.5s;--grid-duration-xxslow: 0.6s;--grid-curve-expressive-ease-in: cubic-bezier(0.55, 0.06, 0.68, 0.19);--grid-curve-expressive-ease-out: cubic-bezier(0.22, 0.61, 0.36, 1);--grid-curve-expressive-ease-in-out: cubic-bezier(0.46, 0.03, 0.18, 1);--grid-duration-extended-1: 0.8s;--grid-duration-extended-2: 1s;--grid-curve-cinematic-ease-in: cubic-bezier(0.9, 0.03, 0.69, 0.22);--grid-curve-cinematic-ease-out: cubic-bezier(0.17, 0.84, 0.44, 1);--grid-curve-cinematic-ease-in-out: cubic-bezier(0.65, 0.05, 0.07, 1)}html,body{margin:0;font-family:var(--grid-font-family)}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/scss/styles.scss?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
/* ! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.collapse{
  visibility: collapse;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.top-0{
  top: 0px;
}
.z-50{
  z-index: 50;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-1\.5{
  margin-left: 0.375rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-auto{
  margin-left: auto;
}
.mt-8{
  margin-top: 2rem;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.hidden{
  display: none;
}
.w-24{
  width: 6rem;
}
.flex-wrap{
  flex-wrap: wrap;
}
.overflow-auto{
  overflow: auto;
}
.pt-16{
  padding-top: 4rem;
}
.align-top{
  vertical-align: top;
}
.uppercase{
  text-transform: uppercase;
}
.markdown-container blockquote, .markdown-container dl, .markdown-container dd, .markdown-container h1, .markdown-container h2, .markdown-container h3, .markdown-container h4, .markdown-container h5, .markdown-container h6, .markdown-container hr, .markdown-container figure, .markdown-container p, .markdown-container pre {
  margin: revert;
}
.markdown-container h1, .markdown-container h2, .markdown-container h3, .markdown-container h4, .markdown-container h5, .markdown-container h6 {
  font-size: revert;
  font-weight: revert;
}
.markdown-container ol, .markdown-container ul, .markdown-container menu {
  list-style: revert;
  margin: revert;
  padding: revert;
}
.markdown-container table {
  border-collapse: collapse;
  width: 100%;
  margin: revert;
}
.markdown-container th, .markdown-container td {
  padding: 8px;
  text-align: left;
  border: 1px solid #ddd;
}
.markdown-container th {
  font-weight: bold;
}

body {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  background-color: #f6f6f6;
}

:host {
  display: block;
  --footer-height: 111px;
}

::ng-deep .header-section-right {
  justify-content: none !important;
  width: 20% !important;
}

.container {
  height: calc(100vh - 64px);
  padding: 20px;
  overflow: auto;
  position: relative;
  min-width: 100%;
}
@media screen and (min-width: 1440px) {
  .container {
    padding-left: var(--grid-spacing-xxl);
    padding-right: var(--grid-spacing-xxl);
  }
}
.container.footer-visible {
  height: calc(100vh - 64px - var(--footer-height));
}
.container mat-card:not(:last-child) {
  margin-bottom: 20px;
}

.page-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.19;
}

.page-sub-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.19;
}

.last-update {
  font-size: 14px;
  line-height: 1.14;
  text-align: right;
  color: var(--grid-content-tertiary);
}

.actionsDropdown {
  width: 250px;
}

.cursor-pointer:hover {
  cursor: pointer;
}

.header-filters {
  margin-bottom: var(--spacing-xl);
  display: flex;
  flex-wrap: wrap;
  gap: 5px 25px;
}
.header-filters .new-line-break {
  display: none;
}
@media screen and (max-width: 1280px) {
  .header-filters .new-line-break {
    display: block;
    flex-basis: 100%;
    height: 0;
    width: 100%;
  }
}
.header-filters div.collaborators-scope .scope-dropdown {
  margin-top: 20px;
}
.header-filters div .scope-dropdown {
  width: 250px;
  height: 40px;
  display: inline-block;
}
.header-filters div label {
  display: block;
  margin-top: 0.1rem;
  margin-bottom: 0.25rem;
  font-size: 14px;
  font-weight: var(--grid-font-bold);
  color: var(--grid-content-primary);
}
.header-filters div .date-filter {
  position: relative;
  width: 342px;
  height: 65.5px;
}
.header-filters div .date-filter grid-icon {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 7px;
}
.header-filters grid-dropdown-multiple,
.header-filters grid-dropdown,
.header-filters grid-skeleton {
  width: 17rem;
}

.checkbox-col {
  min-width: 40px;
  max-width: 40px;
}

hub-scadenze-footerbar {
  height: var(--footer-height);
  z-index: 11;
}

hub-scadenze-table-skeleton {
  display: table !important;
  width: 100%;
}

.combobox-checkbox span {
  display: inline-block;
  text-transform: lowercase;
}
.combobox-checkbox span:first-letter {
  text-transform: uppercase;
}

.capitalized-text {
  display: inline-block;
  text-transform: lowercase;
}
.capitalized-text:first-letter {
  text-transform: uppercase;
}

hub-scadenze-error {
  min-height: 320px;
  justify-content: center;
  display: flex;
}

.grid-skeleton-label {
  margin-top: 2px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
}

.box-container {
  padding: var(--grid-spacing-l);
  border-radius: 0.625rem;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--grid-background-color-01);
}

.page-subtitle {
  color: var(--grid-content-tertiary);
  font-size: var(--grid-font-size-16);
  margin-top: var(--grid-spacing-xs);
}

.rowexp-col {
  min-width: 30px;
  max-width: 30px;
}

.row-expansion-container {
  background-color: var(--grid-background-color-01);
  padding: var(--grid-spacing-l);
  padding-left: 3.1rem;
  border: solid var(--grid-border-width-1) var(--grid-border-color-02);
}

.widget-info-container {
  border-radius: 8px;
  background-color: #faeced;
  word-break: break-word;
  white-space: pre-wrap;
  -moz-white-space: pre-wrap;
}
.widget-info-container .widget-info-title {
  font-size: var(--grid-font-size-14);
  width: 100%;
}

.graph-container {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  border: solid var(--grid-border-width-1) var(--grid-border-color-02);
}
.graph-container .graph-title {
  font-weight: bold;
  font-size: var(--grid-font-size-24);
  color: var(--grid-content-primary);
}
.graph-container .exp-range {
  font-size: var(--grid-font-size-14);
  color: var(--grid-content-tertiary);
}
.graph-container .graph-numbers {
  display: flex;
}
.graph-container .graph-numbers > div {
  width: 9.125rem;
  padding-left: 22px;
}
.graph-container .graph-numbers > div:not(:last-child) {
  border-right: 1px solid var(--grid-border-color-03);
}
@media screen and (min-width: 1440px) {
  .graph-container .graph-numbers .graph-total {
    padding-left: 0;
    width: 7.75rem;
  }
}
.graph-container .graph-numbers .graph-num {
  font-size: var(--grid-font-size-20);
  font-weight: var(--grid-font-medium);
  color: var(--grid-content-primary);
}
.graph-container .graph-numbers .graph-label {
  font-size: var(--grid-font-size-14);
  color: var(--grid-content-tertiary);
}
.graph-container .graph-numbers .graph-redirect {
  color: var(--grid-content-primary);
}
.graph-container .graph-numbers .graph-num-redirect {
  font-size: var(--grid-font-size-20);
  font-weight: var(--grid-font-medium);
}
.graph-container .graph-numbers .graph-label-redirect {
  font-size: var(--grid-font-size-14);
  font-weight: var(--grid-font-medium);
  text-decoration: underline;
}

.widget-container {
  max-width: 100%;
}

.configure-widget {
  width: 100%;
}

hub-scadenze-error {
  min-height: 304px;
}

grid-modal .modal-title {
  width: 100% !important;
}
grid-modal .modal-title h2, grid-modal .modal-title grid-button {
  display: flex;
  align-items: center;
}
grid-modal .modal-title .grid-button {
  border: none;
}
grid-modal .sc-grid-button-h {
  display: block;
}
grid-modal .modal-body p {
  margin: 14px 0 14px 0;
}

/* Stile per l'intera scrollbar */
::-webkit-scrollbar {
  width: 12px; /* Larghezza della scrollbar */
}

/* Stile per il pollice della scrollbar (la parte che si muove) */
::-webkit-scrollbar-thumb {
  background-color: #888; /* Colore del pollice */
  border-radius: 10px; /* Angoli arrotondati */
  border: 3px solid #fff; /* Bordo intorno al pollice */
}

/* Stile per la traccia della scrollbar (il percorso su cui si muove il pollice) */
::-webkit-scrollbar-track {
  background: #f1f1f1; /* Colore della traccia */
  border-radius: 10px; /* Angoli arrotondati */
  border: 1px solid #d4d4d4; /* Bordo intorno alla traccia */
}

/* Stile per la parte inferiore della scrollbar */
::-webkit-scrollbar-corner {
  background: #f1f1f1; /* Colore dell'angolo */
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/scss/custom-components.scss?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@media (width < 768px) {
  div.container {
    padding: 16px;
  }
}
div.container > mat-card {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media (width >= 768px) {
  div.container > mat-card {
    max-width: 80%;
  }
}

mat-card.mat-mdc-card {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}

mat-card-header.mat-mdc-card-header {
  padding: 16px;
}

mat-card-actions.mat-mdc-card-actions {
  padding: 16px;
}
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/normalize.css/normalize.css?ngGlobalStyle ***!
  \************************************************************************************************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@gen-nexus-registry/grid-generali-theme/dist/grid-lib-generali-theme.min.css?ngGlobalStyle ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face{font-family:"Roboto";src:url('Roboto-Light.7d8c9b0ca4a64a5a.woff2') format("woff2");font-weight:300;font-style:normal;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Roboto";src:url('Roboto-LightItalic.ee65d20c5e82dfb1.woff2') format("woff2");font-weight:300;font-style:italic;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Roboto";src:url('Roboto-Regular.934c4b7cb736f2a3.woff2') format("woff2");font-weight:400;font-style:normal;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Roboto";src:url('Roboto-Italic.3a04115668d8070d.woff2') format("woff2");font-weight:400;font-style:italic;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Roboto";src:url('Roboto-Medium.627622453ef56b0d.woff2') format("woff2");font-weight:500;font-style:normal;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Roboto";src:url('Roboto-Bold.0e4fe491bf84089c.woff2') format("woff2");font-weight:700;font-style:normal;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--grid-font-family: "Roboto", sans-serif;--grid-font-family-alternative: "Roboto", sans-serif;--grid-font-size-12: 0.75rem;--grid-font-size-14: 0.875rem;--grid-font-size-16: 1rem;--grid-font-size-18: 1.125rem;--grid-font-size-20: 1.25rem;--grid-font-size-22: 1.375rem;--grid-font-size-24: 1.5rem;--grid-font-size-28: 1.75rem;--grid-font-size-32: 2rem;--grid-font-size-36: 2.25rem;--grid-line-height-20: 1.25;--grid-line-height-20-offset: 1.28;--grid-line-height-20-more-offset: 1.29;--grid-font-light: 300;--grid-font-normal: 400;--grid-font-medium: 500;--grid-font-semi-bold: 500;--grid-font-bold: 700;--grid-font-extra-bold: 700;--grid-font-stretch-normal: normal;--grid-font-style-normal: normal;--grid-letter-spacing-normal: normal;--grid-large-title: var(--grid-font-light) 3.375rem/4rem var(--grid-font-family);--grid-title-1: var(--grid-font-bold) 2.625rem/3.125rem var(--grid-font-family);--grid-title-2: var(--grid-font-light) 2rem/2.375rem var(--grid-font-family);--grid-title-3: var(--grid-font-bold) 2rem/2.375rem var(--grid-font-family);--grid-title-4: var(--grid-font-bold) 1.5rem/1.875rem var(--grid-font-family);--grid-title-5: var(--grid-font-bold) 1.25rem/1.5625rem var(--grid-font-family);--grid-title-alert-box: var(--grid-font-bold) 1rem/1.1875rem var(--grid-font-family);--grid-header-large-title: var(--grid-font-bold) 1.125rem/1.3125rem var(--grid-font-family);--grid-header-small-title: var(--grid-font-bold) 1rem/1.1875rem var(--grid-font-family);--grid-product-large: var(--grid-font-bold) 1.5rem/1.75rem var(--grid-font-family-alternative);--grid-product-small: var(--grid-font-bold) 1.25rem/1.5rem var(--grid-font-family-alternative);--grid-headline-1: var(--grid-font-light) 1.5rem/1.75rem var(--grid-font-family-alternative);--grid-headline-2: var(--grid-font-normal) 1.25rem/1.5rem var(--grid-font-family-alternative);--grid-headline-3: var(--grid-font-light) 1.25rem/1.5rem var(--grid-font-family);--grid-headline-4: var(--grid-font-normal) 1.125rem/1.3125rem var(--grid-font-family);--grid-headline-5: var(--grid-font-bold) 1.125rem/1.3125rem var(--grid-font-family);--grid-subheadline-1: var(--grid-font-light) 0.875rem/1rem var(--grid-font-family);--grid-subheadline-2: var(--grid-font-normal) 0.875rem/1rem var(--grid-font-family);--grid-subheadline-3: var(--grid-font-bold) 0.875rem/1rem var(--grid-font-family);--grid-body-1: var(--grid-font-light) 1.125rem/1.4375rem var(--grid-font-family);--grid-body-2: var(--grid-font-normal) 1rem/1.3125rem var(--grid-font-family);--grid-body-3: var(--grid-font-normal) 0.875rem/1.125rem var(--grid-font-family);--grid-body-4: var(--grid-font-normal) 0.75rem/1rem var(--grid-font-family);--grid-caption-1: var(--grid-font-bold) 1rem/1.1875rem var(--grid-font-family);--grid-caption-2: var(--grid-font-light) 0.875rem/1rem var(--grid-font-family);--grid-caption-3: var(--grid-font-normal) 0.875rem/1rem var(--grid-font-family);--grid-caption-small: var(--grid-font-normal) 0.75rem/0.875rem var(--grid-font-family);--grid-button: var(--grid-font-bold) 1.125rem/1.3125rem var(--grid-font-family);--grid-label-1: var(--grid-font-normal) 1rem/1.1875rem var(--grid-font-family);--grid-label-2: var(--grid-font-medium) 1rem/1.1875rem var(--grid-font-family);--grid-label-3: var(--grid-font-bold) 1rem/1.1875rem var(--grid-font-family);--grid-label-4: var(--grid-font-normal) 0.875rem/1rem var(--grid-font-family);--grid-label-5: var(--grid-font-bold) 0.875rem/1rem var(--grid-font-family);--grid-input-text: var(--grid-font-normal) 1rem/1.1875rem var(--grid-font-family);--grid-supporting-text-field: var(--grid-font-normal) 0.75rem/0.875rem var(--grid-font-family);--grid-input-text-big: var(--grid-font-bold) 3.125rem/3.125rem var(--grid-font-family);--grid-text-link-underline: var(--grid-font-bold) 1rem/1.1875rem var(--grid-font-family);--grid-breadcrumbs: var(--grid-font-bold) 0.875rem/1rem var(--grid-font-family);--grid-cell-text: var(--grid-font-normal) 0.875rem/1.125rem var(--grid-font-family);--grid-heading: var(--grid-font-bold) 0.875rem/1.125rem var(--grid-font-family);--grid-tag-1: var(--grid-font-medium) 0.75rem/0.875rem var(--grid-font-family);--grid-tag-2: var(--grid-font-bold) 0.75rem/0.875rem var(--grid-font-family);--grid-badge: var(--grid-font-normal) 0.875rem/1rem var(--grid-font-family-alternative)}.grid-large-title{font:var(--grid-large-title)}.grid-title-1{font:var(--grid-title-1)}.grid-title-2{font:var(--grid-title-2)}.grid-title-3{font:var(--grid-title-3)}.grid-title-4{font:var(--grid-title-4)}.grid-title-5{font:var(--grid-title-5)}.grid-title-alert-box{font:var(--grid-title-alert-box)}.grid-header-large-title{font:var(--grid-header-large-title)}.grid-header-small-title{font:var(--grid-header-small-title)}.grid-product-large{font:var(--grid-product-large)}.grid-product-small{font:var(--grid-product-small)}.grid-headline-1{font:var(--grid-headline-1)}.grid-headline-2{font:var(--grid-headline-2)}.grid-headline-3{font:var(--grid-headline-3)}.grid-headline-4{font:var(--grid-headline-4)}.grid-headline-5{font:var(--grid-headline-5)}.grid-subheadline-1{font:var(--grid-subheadline-1)}.grid-subheadline-2{font:var(--grid-subheadline-2)}.grid-subheadline-3{font:var(--grid-subheadline-3)}.grid-body-1{font:var(--grid-body-1)}.grid-body-2{font:var(--grid-body-2)}.grid-body-3{font:var(--grid-body-3)}.grid-body-4{font:var(--grid-body-4)}.grid-caption-1{font:var(--grid-caption-1)}.grid-caption-2{font:var(--grid-caption-2)}.grid-caption-3{font:var(--grid-caption-3)}.grid-caption-small{font:var(--grid-caption-small)}.grid-button{font:var(--grid-button)}.grid-label-1{font:var(--grid-label-1)}.grid-label-2{font:var(--grid-label-2)}.grid-label-3{font:var(--grid-label-3)}.grid-label-4{font:var(--grid-label-4)}.grid-label-5{font:var(--grid-label-5)}.grid-input-text{font:var(--grid-input-text)}.grid-supporting-text-field{font:var(--grid-supporting-text-field)}.grid-input-text-big{font:var(--grid-input-text-big)}.grid-text-link-underline{font:var(--grid-text-link-underline)}.grid-breadcrumbs{font:var(--grid-breadcrumbs)}.grid-cell-text{font:var(--grid-cell-text)}.grid-heading{font:var(--grid-heading)}.grid-tag-1{font:var(--grid-tag-1)}.grid-tag-2{font:var(--grid-tag-2)}.grid-badge{font:var(--grid-badge)}:root{--grid-action-primary: #20252b;--grid-action-primary-hover: #5a5d62;--grid-action-primary-pressed: #5a5d62;--grid-action-secondary: #c21b17;--grid-action-secondary-hover: #8c1b17;--grid-action-secondary-pressed: #8c1b17;--grid-action-tertiary: #ffffff;--grid-action-tertiary-hover: #e7e7e7;--grid-action-tertiary-pressed: #e7e7e7;--grid-action-process: #2e7f65;--grid-action-process-hover: #285b4a;--grid-action-process-pressed: #285b4a;--grid-action-accent: #c21b17;--grid-action-accent-02: #ffffff;--grid-action-toast-01: #ffffff;--grid-action-toast-01-hover: #e7e7e7;--grid-action-toast-01-pressed: #e7e7e7;--grid-action-toast-02: #20252b;--grid-action-toast-02-hover: #5a5d62;--grid-action-toast-02-pressed: #5a5d62;--grid-action-toast-03: #ffffff;--grid-action-toast-03-hover: #e7e7e7;--grid-action-toast-03-pressed: #e7e7e7;--grid-action-toast-04: #20252b;--grid-action-toast-04-hover: #5a5d62;--grid-action-toast-04-pressed: #5a5d62;--grid-action-disabled: #8c8c8c;--grid-action-text-button-primary: #20252b;--grid-action-text-button-primary-hover: #5a5d62;--grid-action-text-button-primary-pressed: #5a5d62;--grid-action-text-button-secondary: #20252b;--grid-action-text-button-secondary-hover: #5a5d62;--grid-action-text-button-secondary-pressed: #5a5d62;--grid-action-text-button-tertiary: #ffffff;--grid-action-text-button-tertiary-hover: #e7e7e7;--grid-action-text-button-tertiary-pressed: #e7e7e7;--grid-action-text-button-toast-01: #ffffff;--grid-action-text-button-toast-01-hover: #e7e7e7;--grid-action-text-button-toast-01-pressed: #e7e7e7;--grid-action-text-button-toast-02: #20252b;--grid-action-text-button-toast-02-hover: #5a5d62;--grid-action-text-button-toast-02-pressed: #5a5d62;--grid-action-text-button-toast-03: #ffffff;--grid-action-text-button-toast-03-hover: #e7e7e7;--grid-action-text-button-toast-03-pressed: #e7e7e7;--grid-action-text-button-toast-04: #20252b;--grid-action-text-button-toast-04-hover: #5a5d62;--grid-action-text-button-toast-04-pressed: #5a5d62;--grid-action-text-button-disabled: #8c8c8c;--grid-status-error: #ad2b3c;--grid-status-warning: #ffc409;--grid-status-success: #2dd36f;--grid-status-info: #e1e5ea;--grid-status-focus: #4dadb8;--grid-background-color-01: #ffffff;--grid-background-color-02: #f2f2f2;--grid-background-color-03: #9b9b9b;--grid-background-color-04: #c21b17;--grid-background-color-05: #ffffff;--grid-background-color-06: #ffffff;--grid-background-color-07: #e9573d;--grid-background-color-08: #ffffff;--grid-background-color-09: #f1d6e6;--grid-background-color-10: #f2f2f2;--grid-background-color-11: #ffffff;--grid-background-color-12: #3d4047;--grid-background-color-13: #505359;--grid-background-tag: #ff9480;--grid-background-modal: #20252b;--grid-background-disabled: #f9f8f8;--grid-background-product-01: #c21b17;--grid-background-product-02: #005d5d;--grid-background-product-03: #31135e;--grid-background-product-04: #012749;--grid-background-table-color-01: #ffffff;--grid-background-table-color-01-hover: #e7e7e7;--grid-background-table-color-01-pressed: #e7e7e7;--grid-background-table-color-02: #f2f2f2;--grid-background-table-color-02-hover: #e7e7e7;--grid-background-table-color-02-pressed: #e7e7e7;--grid-content-primary: #20252b;--grid-content-secondary: #3d4047;--grid-content-tertiary: #5a5d62;--grid-content-inverse: #ffffff;--grid-content-accent: #c21b17;--grid-content-illustration-icons: #c21b17;--grid-content-illustration-icons-accent: #cccccc;--grid-content-on-color-01: #20252b;--grid-content-on-color-02: #20252b;--grid-content-on-color-03: #ffffff;--grid-content-on-color-04: #ffffff;--grid-content-on-color-05: #ffffff;--grid-content-on-color-06: #ffffff;--grid-content-on-primary-action: #ffffff;--grid-content-on-primary-action-hover: #ffffff;--grid-content-on-primary-action-pressed: #ffffff;--grid-content-on-primary-action-disabled: #cacaca;--grid-content-on-primary-ghost-action: #20252b;--grid-content-on-primary-ghost-action-hover: #5a5d62;--grid-content-on-primary-ghost-action-pressed: #5a5d62;--grid-content-on-primary-ghost-action-disabled: #8c8c8c;--grid-content-on-secondary-action: #ffffff;--grid-content-on-secondary-action-hover: #ffffff;--grid-content-on-secondary-action-pressed: #ffffff;--grid-content-on-secondary-action-disabled: #cacaca;--grid-content-on-secondary-ghost-action: #20252b;--grid-content-on-secondary-ghost-action-hover: #5a5d62;--grid-content-on-secondary-ghost-action-pressed: #5a5d62;--grid-content-on-secondary-ghost-action-disabled: #8c8c8c;--grid-content-on-tertiary-action: #20252b;--grid-content-on-tertiary-action-hover: #20252b;--grid-content-on-tertiary-action-pressed: #20252b;--grid-content-on-tertiary-action-disabled: #cacaca;--grid-content-on-tertiary-ghost-action: #ffffff;--grid-content-on-tertiary-ghost-action-hover: #f2f2f2;--grid-content-on-tertiary-ghost-action-pressed: #f2f2f2;--grid-content-on-tertiary-ghost-action-disabled: #8c8c8c;--grid-content-on-process-action: #ffffff;--grid-content-on-process-action-hover: #ffffff;--grid-content-on-process-action-pressed: #ffffff;--grid-content-on-process-action-disabled: #cacaca;--grid-content-on-toast-01-action: #ffffff;--grid-content-on-toast-01-action-hover: #f2f2f2;--grid-content-on-toast-01-action-pressed: #f2f2f2;--grid-content-on-toast-01-action-disabled: #8c8c8c;--grid-content-on-toast-02-action: #20252b;--grid-content-on-toast-02-action-hover: #5a5d62;--grid-content-on-toast-02-action-pressed: #5a5d62;--grid-content-on-toast-02-action-disabled: #8c8c8c;--grid-content-on-toast-03-action: #ffffff;--grid-content-on-toast-03-action-hover: #f2f2f2;--grid-content-on-toast-03-action-pressed: #f2f2f2;--grid-content-on-toast-03-action-disabled: #8c8c8c;--grid-content-on-toast-04-action: #20252b;--grid-content-on-toast-04-action-hover: #5a5d62;--grid-content-on-toast-04-action-pressed: #5a5d62;--grid-content-on-toast-04-action-disabled: #8c8c8c;--grid-content-disabled: #8c8c8c;--grid-content-disabled-faded: #dadada;--grid-border-color-01: #ffffff;--grid-border-color-02: #cacaca;--grid-border-color-03: #9b9b9b;--grid-border-color-04: #5a5d62;--grid-border-color-05: #ffffff;--grid-border-active: #c21b17;--grid-border-success: #2dd36f;--grid-border-error: #ad2b3c;--grid-border-button-action-primary-enabled: #20252b;--grid-border-button-action-primary-hover: #5a5d62;--grid-border-button-action-primary-pressed: #5a5d62;--grid-border-button-action-primary-ghost-enabled: #20252b;--grid-border-button-action-primary-ghost-hover: #5a5d62;--grid-border-button-action-primary-ghost-pressed: #5a5d62;--grid-border-button-action-secondary-enabled: #c21b17;--grid-border-button-action-secondary-hover: #8c1b17;--grid-border-button-action-secondary-pressed: #8c1b17;--grid-border-button-action-secondary-ghost-enabled: #20252b;--grid-border-button-action-secondary-ghost-hover: #5a5d62;--grid-border-button-action-secondary-ghost-pressed: #5a5d62;--grid-border-button-action-tertiary-enabled: #ffffff;--grid-border-button-action-tertiary-hover: #f2f2f2;--grid-border-button-action-tertiary-pressed: #f2f2f2;--grid-border-button-action-tertiary-ghost-enabled: #ffffff;--grid-border-button-action-tertiary-ghost-hover: #f2f2f2;--grid-border-button-action-tertiary-ghost-pressed: #f2f2f2;--grid-border-button-action-process-enabled: #2e7f65;--grid-border-button-action-process-hover: #285b4a;--grid-border-button-action-process-pressed: #285b4a;--grid-border-button-action-toast-01-enabled: #ffffff;--grid-border-button-action-toast-01-hover: #f2f2f2;--grid-border-button-action-toast-01-pressed: #f2f2f2;--grid-border-button-action-toast-02-enabled: #20252b;--grid-border-button-action-toast-02-hover: #5a5d62;--grid-border-button-action-toast-02-pressed: #5a5d62;--grid-border-button-action-toast-03-enabled: #ffffff;--grid-border-button-action-toast-03-hover: #f2f2f2;--grid-border-button-action-toast-03-pressed: #f2f2f2;--grid-border-button-action-toast-04-enabled: #20252b;--grid-border-button-action-toast-04-hover: #5a5d62;--grid-border-button-action-toast-04-pressed: #5a5d62;--grid-border-button-action-disabled: #8c8c8c;--grid-border-table-color-01: #ffffff;--grid-border-table-color-01-hover: #e7e7e7;--grid-border-table-color-01-pressed: #e7e7e7;--grid-border-table-color-02: #f2f2f2;--grid-border-table-color-02-hover: #e7e7e7;--grid-border-table-color-02-pressed: #e7e7e7;--grid-data-visualization-graph-purple-01: #31135e;--grid-data-visualization-graph-purple-02: #6929c4;--grid-data-visualization-graph-purple-03: #a56eff;--grid-data-visualization-graph-purple-04: #d4bbff;--grid-data-visualization-graph-purple-05: #e8daff;--grid-data-visualization-graph-cyan-01: #012749;--grid-data-visualization-graph-cyan-02: #00539a;--grid-data-visualization-graph-cyan-03: #1192e8;--grid-data-visualization-graph-cyan-04: #82cfff;--grid-data-visualization-graph-cyan-05: #bae6ff;--grid-data-visualization-graph-teal-01: #022b30;--grid-data-visualization-graph-teal-02: #005d5d;--grid-data-visualization-graph-teal-03: #009d9a;--grid-data-visualization-graph-teal-04: #3ddbd9;--grid-data-visualization-graph-teal-05: #9ef0f0;--grid-data-visualization-graph-magenta-01: #9f1853;--grid-data-visualization-graph-magenta-02: #ee538b;--grid-data-visualization-graph-red-01: #550b1d;--grid-data-visualization-graph-red-02: #9b1612;--grid-data-visualization-graph-red-03: #fa4d56;--grid-data-visualization-graph-red-04: #ffb3b8;--grid-data-visualization-graph-red-05: #ffd7d9;--grid-data-visualization-graph-blue-01: #002d9c;--grid-data-visualization-graph-blue-02: #0043ce;--grid-data-visualization-graph-blue-03: #4589ff;--grid-data-visualization-graph-blue-04: #a6c8ff;--grid-data-visualization-graph-blue-05: #d0e2ff;--grid-data-visualization-graph-orange-01: #8a3800;--grid-data-visualization-graph-orange-02: #c45100;--grid-data-visualization-graph-orange-03: #ff832b;--grid-data-visualization-graph-orange-04: #ffae75;--grid-data-visualization-graph-yellow-01: #b28600;--grid-data-visualization-brand-graph-primary-01: #c21b17;--grid-data-visualization-brand-graph-primary-02: #9b1612;--grid-data-visualization-brand-graph-primary-03: #881310;--grid-data-visualization-brand-graph-primary-04: #74100e;--grid-data-visualization-brand-graph-secondary-01: #8e1230;--grid-data-visualization-brand-graph-secondary-02: #720e26;--grid-data-visualization-brand-graph-secondary-03: #630d22;--grid-data-visualization-brand-graph-secondary-04: #550b1d;--grid-spacing-1: 0.25rem;--grid-spacing-2: 0.5rem;--grid-spacing-3: 1rem;--grid-spacing-4: 1.5rem;--grid-spacing-5: 2rem;--grid-spacing-6: 2.25rem;--grid-spacing-7: 2.5rem;--grid-spacing-8: 3rem;--grid-spacing-9: 3.5rem;--grid-spacing-10: 4rem;--grid-spacing-11: 4.5rem;--grid-spacing-12: 5rem;--grid-border-radius-main: 0.25rem;--grid-border-radius-button: 0.25rem;--grid-border-radius-input: 0.25rem;--grid-border-radius-info-box: 0.25rem;--grid-border-radius-card: 0.25rem;--grid-border-radius-bottom-sheet: 0.5rem;--grid-spacing-xxs: 0.25rem;--grid-spacing-xs: 0.313rem;--grid-spacing-s: 0.625rem;--grid-spacing-m: 0.938rem;--grid-spacing-l: 1.563rem;--grid-spacing-xl: 2.5rem;--grid-spacing-xxl: 3.75rem;--grid-border-width-1: 0.063rem;--grid-border-width-2: 0.125rem;--grid-border-width-3: 0.188rem;--grid-border-width-4: 0.25rem;--grid-border-width-5: 0.313rem;--grid-border-width-6: 0.375rem;--grid-border-width-7: 0.438rem;--grid-border-width-8: 0.5rem;--grid-border-radius-1: 0.063rem;--grid-border-radius-2: 0.125rem;--grid-border-radius-3: 0.188rem;--grid-border-radius-4: 0.25rem;--grid-border-radius-5: 0.313rem;--grid-border-radius-6: 0.375rem;--grid-border-radius-7: 0.438rem;--grid-border-radius-8: 0.5rem;--grid-outline-width-1: 0.063rem;--grid-outline-width-2: 0.125rem;--grid-outline-width-3: 0.188rem;--grid-outline-width-4: 0.25rem;--grid-outline-width-5: 0.313rem;--grid-outline-width-6: 0.375rem;--grid-duration-xxfast: 0.1s;--grid-duration-xfast: 0.15s;--grid-duration-fast: 0.2s;--grid-curve-simple-ease-in: cubic-bezier(0.55, 0.09, 0.68, 0.53);--grid-curve-simple-ease-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);--grid-curve-simple-ease-in-out: cubic-bezier(0.45, 0.05, 0.36, 1);--grid-duration-medium-1: 0.25s;--grid-duration-medium-2: 0.3s;--grid-duration-medium-3: 0.35s;--grid-duration-slow: 0.4s;--grid-duration-xslow: 0.5s;--grid-duration-xxslow: 0.6s;--grid-curve-expressive-ease-in: cubic-bezier(0.55, 0.06, 0.68, 0.19);--grid-curve-expressive-ease-out: cubic-bezier(0.22, 0.61, 0.36, 1);--grid-curve-expressive-ease-in-out: cubic-bezier(0.46, 0.03, 0.18, 1);--grid-duration-extended-1: 0.8s;--grid-duration-extended-2: 1s;--grid-curve-cinematic-ease-in: cubic-bezier(0.9, 0.03, 0.69, 0.22);--grid-curve-cinematic-ease-out: cubic-bezier(0.17, 0.84, 0.44, 1);--grid-curve-cinematic-ease-in-out: cubic-bezier(0.65, 0.05, 0.07, 1)}html,body{margin:0;font-family:var(--grid-font-family)}


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