/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/sass/styles.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);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-drag-preview .mat-ripple-element, .cdk-drag-placeholder .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-app-background {
  background-color: var(--mat-app-background-color, var(--mat-app-background, transparent));
  color: var(--mat-app-text-color, var(--mat-app-on-background, inherit));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  --mat-option-selected-state-label-text-color: #fe4628;
  --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: #72bd1c;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

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

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

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

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

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

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

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

html {
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
}

html {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --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);
}

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

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #fe4628;
  --mdc-linear-progress-track-color: rgba(254, 70, 40, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #72bd1c;
  --mdc-linear-progress-track-color: rgba(114, 189, 28, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #c40000;
  --mdc-linear-progress-track-color: rgba(196, 0, 0, 0.25);
}

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

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

html {
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
}

html {
  --mdc-filled-text-field-caret-color: #fe4628;
  --mdc-filled-text-field-focus-active-indicator-color: #fe4628;
  --mdc-filled-text-field-focus-label-text-color: rgba(254, 70, 40, 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-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #c40000;
  --mdc-filled-text-field-error-focus-label-text-color: #c40000;
  --mdc-filled-text-field-error-label-text-color: #c40000;
  --mdc-filled-text-field-error-caret-color: #c40000;
  --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: #c40000;
  --mdc-filled-text-field-error-focus-active-indicator-color: #c40000;
  --mdc-filled-text-field-error-hover-active-indicator-color: #c40000;
  --mdc-outlined-text-field-caret-color: #fe4628;
  --mdc-outlined-text-field-focus-outline-color: #fe4628;
  --mdc-outlined-text-field-focus-label-text-color: rgba(254, 70, 40, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #c40000;
  --mdc-outlined-text-field-error-focus-label-text-color: #c40000;
  --mdc-outlined-text-field-error-label-text-color: #c40000;
  --mdc-outlined-text-field-error-hover-label-text-color: #c40000;
  --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: #c40000;
  --mdc-outlined-text-field-error-hover-outline-color: #c40000;
  --mdc-outlined-text-field-error-outline-color: #c40000;
  --mat-form-field-focus-select-arrow-color: rgba(254, 70, 40, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #c40000;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}

.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #72bd1c;
  --mdc-filled-text-field-focus-active-indicator-color: #72bd1c;
  --mdc-filled-text-field-focus-label-text-color: rgba(114, 189, 28, 0.87);
  --mdc-outlined-text-field-caret-color: #72bd1c;
  --mdc-outlined-text-field-focus-outline-color: #72bd1c;
  --mdc-outlined-text-field-focus-label-text-color: rgba(114, 189, 28, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(114, 189, 28, 0.87);
}

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

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

html {
  --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(254, 70, 40, 0.87);
  --mat-select-invalid-arrow-color: rgba(196, 0, 0, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(114, 189, 28, 0.87);
  --mat-select-invalid-arrow-color: rgba(196, 0, 0, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(196, 0, 0, 0.87);
  --mat-select-invalid-arrow-color: rgba(196, 0, 0, 0.87);
}

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

html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

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

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

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

.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}

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

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

html {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
html .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}

html {
  --mdc-switch-selected-focus-state-layer-color: #f34124;
  --mdc-switch-selected-handle-color: #f34124;
  --mdc-switch-selected-hover-state-layer-color: #f34124;
  --mdc-switch-selected-pressed-state-layer-color: #f34124;
  --mdc-switch-selected-focus-handle-color: #be2512;
  --mdc-switch-selected-hover-handle-color: #be2512;
  --mdc-switch-selected-pressed-handle-color: #be2512;
  --mdc-switch-selected-focus-track-color: #fe8266;
  --mdc-switch-selected-hover-track-color: #fe8266;
  --mdc-switch-selected-pressed-track-color: #fe8266;
  --mdc-switch-selected-track-color: #fe8266;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #63ad13;
  --mdc-switch-selected-handle-color: #63ad13;
  --mdc-switch-selected-hover-state-layer-color: #63ad13;
  --mdc-switch-selected-pressed-state-layer-color: #63ad13;
  --mdc-switch-selected-focus-handle-color: darkgreen;
  --mdc-switch-selected-hover-handle-color: darkgreen;
  --mdc-switch-selected-pressed-handle-color: darkgreen;
  --mdc-switch-selected-focus-track-color: #9ed06a;
  --mdc-switch-selected-hover-track-color: #9ed06a;
  --mdc-switch-selected-pressed-track-color: #9ed06a;
  --mdc-switch-selected-track-color: #9ed06a;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #be0000;
  --mdc-switch-selected-handle-color: #be0000;
  --mdc-switch-selected-hover-state-layer-color: #be0000;
  --mdc-switch-selected-pressed-state-layer-color: #be0000;
  --mdc-switch-selected-focus-handle-color: #a20000;
  --mdc-switch-selected-hover-handle-color: #a20000;
  --mdc-switch-selected-pressed-handle-color: #a20000;
  --mdc-switch-selected-focus-track-color: #d64d4d;
  --mdc-switch-selected-hover-track-color: #d64d4d;
  --mdc-switch-selected-pressed-track-color: #d64d4d;
  --mdc-switch-selected-track-color: #d64d4d;
}

html {
  --mdc-switch-state-layer-size: 40px;
}
html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}

.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #fe4628;
  --mdc-radio-selected-hover-icon-color: #fe4628;
  --mdc-radio-selected-icon-color: #fe4628;
  --mdc-radio-selected-pressed-icon-color: #fe4628;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #fe4628;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #72bd1c;
  --mdc-radio-selected-hover-icon-color: #72bd1c;
  --mdc-radio-selected-icon-color: #72bd1c;
  --mdc-radio-selected-pressed-icon-color: #72bd1c;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #72bd1c;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #c40000;
  --mdc-radio-selected-hover-icon-color: #c40000;
  --mdc-radio-selected-icon-color: #c40000;
  --mdc-radio-selected-pressed-icon-color: #c40000;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #c40000;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}

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

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

html {
  --mdc-slider-handle-color: #fe4628;
  --mdc-slider-focus-handle-color: #fe4628;
  --mdc-slider-hover-handle-color: #fe4628;
  --mdc-slider-active-track-color: #fe4628;
  --mdc-slider-inactive-track-color: #fe4628;
  --mdc-slider-with-tick-marks-inactive-container-color: #fe4628;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-slider-ripple-color: #fe4628;
  --mat-slider-hover-state-layer-color: rgba(254, 70, 40, 0.05);
  --mat-slider-focus-state-layer-color: rgba(254, 70, 40, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mdc-slider-handle-color: #72bd1c;
  --mdc-slider-focus-handle-color: #72bd1c;
  --mdc-slider-hover-handle-color: #72bd1c;
  --mdc-slider-active-track-color: #72bd1c;
  --mdc-slider-inactive-track-color: #72bd1c;
  --mdc-slider-with-tick-marks-inactive-container-color: #72bd1c;
  --mdc-slider-with-tick-marks-active-container-color: black;
  --mat-slider-ripple-color: #72bd1c;
  --mat-slider-hover-state-layer-color: rgba(114, 189, 28, 0.05);
  --mat-slider-focus-state-layer-color: rgba(114, 189, 28, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color: #c40000;
  --mdc-slider-focus-handle-color: #c40000;
  --mdc-slider-hover-handle-color: #c40000;
  --mdc-slider-active-track-color: #c40000;
  --mdc-slider-inactive-track-color: #c40000;
  --mdc-slider-with-tick-marks-inactive-container-color: #c40000;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #c40000;
  --mat-slider-hover-state-layer-color: rgba(196, 0, 0, 0.05);
  --mat-slider-focus-state-layer-color: rgba(196, 0, 0, 0.2);
}

html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
}

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

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

html {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}

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

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

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

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

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

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

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

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

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

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

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

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

html {
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}

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

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

html {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
}

html {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #72bd1c;
  --mdc-checkbox-selected-hover-icon-color: #72bd1c;
  --mdc-checkbox-selected-icon-color: #72bd1c;
  --mdc-checkbox-selected-pressed-icon-color: #72bd1c;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #72bd1c;
  --mdc-checkbox-selected-hover-state-layer-color: #72bd1c;
  --mdc-checkbox-selected-pressed-state-layer-color: #72bd1c;
  --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-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
}

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

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

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

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

.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #fe4628;
  --mat-text-button-state-layer-color: #fe4628;
  --mat-text-button-ripple-color: rgba(254, 70, 40, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #72bd1c;
  --mat-text-button-state-layer-color: #72bd1c;
  --mat-text-button-ripple-color: rgba(114, 189, 28, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #c40000;
  --mat-text-button-state-layer-color: #c40000;
  --mat-text-button-ripple-color: rgba(196, 0, 0, 0.1);
}

.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #fe4628;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #72bd1c;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #c40000;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #fe4628;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #72bd1c;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #c40000;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #fe4628;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #fe4628;
  --mat-outlined-button-ripple-color: rgba(254, 70, 40, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #72bd1c;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #72bd1c;
  --mat-outlined-button-ripple-color: rgba(114, 189, 28, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #c40000;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #c40000;
  --mat-outlined-button-ripple-color: rgba(196, 0, 0, 0.1);
}

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

html {
  --mdc-icon-button-icon-size: 24px;
}

html {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #fe4628;
  --mat-icon-button-state-layer-color: #fe4628;
  --mat-icon-button-ripple-color: rgba(254, 70, 40, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #72bd1c;
  --mat-icon-button-state-layer-color: #72bd1c;
  --mat-icon-button-ripple-color: rgba(114, 189, 28, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #c40000;
  --mat-icon-button-state-layer-color: #c40000;
  --mat-icon-button-ripple-color: rgba(196, 0, 0, 0.1);
}

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

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

html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

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

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

html {
  --mdc-snackbar-container-shape: 4px;
}

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

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

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

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

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

html {
  --mdc-circular-progress-active-indicator-color: #fe4628;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #72bd1c;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #c40000;
}

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

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

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

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

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

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

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

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

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

html {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #fe4628;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(254, 70, 40, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(254, 70, 40, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(254, 70, 40, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #fe4628;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(254, 70, 40, 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-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}

.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #72bd1c;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(114, 189, 28, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(114, 189, 28, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(114, 189, 28, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(114, 189, 28, 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: #c40000;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(196, 0, 0, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(196, 0, 0, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(196, 0, 0, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(196, 0, 0, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}

.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #72bd1c;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #c40000;
}

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

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

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

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

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

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

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

.mat-icon.mat-primary {
  --mat-icon-color: #fe4628;
}
.mat-icon.mat-accent {
  --mat-icon-color: #72bd1c;
}
.mat-icon.mat-warn {
  --mat-icon-color: #c40000;
}

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

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

html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #fe4628;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #fe4628;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #fe4628;
  --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: #c40000;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #c40000;
  --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: #72bd1c;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #72bd1c;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #72bd1c;
  --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: #c40000;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c40000;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c40000;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}

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

html {
  --mat-sort-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: #fe4628;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #72bd1c;
  --mat-toolbar-container-text-color: black;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #c40000;
  --mat-toolbar-container-text-color: white;
}

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

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

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

/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: local("Poppins Light"), local("Poppins-Light"), url(/assets/fonts/poppins/v9/pxiByp8kv8JHgFVrLDz8Z11lFd2JQEl8qw.woff2) format("woff2"), url(/assets/fonts/poppins/v9/pxiByp8kv8JHgFVrLDz8Z1xlEA.ttf) format("truetype");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: local("Poppins Light"), local("Poppins-Light"), url(/assets/fonts/poppins/v9/pxiByp8kv8JHgFVrLDz8Z1JlFd2JQEl8qw.woff2) format("woff2"), url(/assets/fonts/poppins/v9/pxiByp8kv8JHgFVrLDz8Z1xlEA.ttf) format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: local("Poppins Light"), local("Poppins-Light"), url(/assets/fonts/poppins/v9/pxiByp8kv8JHgFVrLDz8Z1xlFd2JQEk.woff2) format("woff2"), url(/assets/fonts/poppins/v9/pxiByp8kv8JHgFVrLDz8Z1xlEA.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: local("Poppins Regular"), local("Poppins-Regular"), url(/assets/fonts/poppins/v9/pxiEyp8kv8JHgFVrJJbecnFHGPezSQ.woff2) format("woff2"), url(/assets/fonts/poppins/v9/pxiEyp8kv8JHgFVrJJfedw.ttf) format("truetype");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: local("Poppins Regular"), local("Poppins-Regular"), url(/assets/fonts/poppins/v9/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2) format("woff2"), url(/assets/fonts/poppins/v9/pxiEyp8kv8JHgFVrJJfedw.ttf) format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: local("Poppins Regular"), local("Poppins-Regular"), url(/assets/fonts/poppins/v9/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format("woff2"), url(/assets/fonts/poppins/v9/pxiEyp8kv8JHgFVrJJfedw.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: local("Poppins Medium"), local("Poppins-Medium"), url(/assets/fonts/poppins/v9/pxiByp8kv8JHgFVrLGT9Z11lFd2JQEl8qw.woff2) format("woff2"), url(/assets/fonts/poppins/v9/pxiByp8kv8JHgFVrLGT9Z1xlEA.ttf) format("truetype");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: local("Poppins Medium"), local("Poppins-Medium"), url(/assets/fonts/poppins/v9/pxiByp8kv8JHgFVrLGT9Z1JlFd2JQEl8qw.woff2) format("woff2"), url(/assets/fonts/poppins/v9/pxiByp8kv8JHgFVrLGT9Z1xlEA.ttf) format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: local("Poppins Medium"), local("Poppins-Medium"), url(/assets/fonts/poppins/v9/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2) format("woff2"), url(/assets/fonts/poppins/v9/pxiByp8kv8JHgFVrLGT9Z1xlEA.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(/assets/fonts/poppins/v9/pxiByp8kv8JHgFVrLEj6Z11lFd2JQEl8qw.woff2) format("woff2"), url(/assets/fonts/poppins/v9/pxiByp8kv8JHgFVrLEj6Z1xlEA.ttf) format("truetype");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(/assets/fonts/poppins/v9/pxiByp8kv8JHgFVrLEj6Z1JlFd2JQEl8qw.woff2) format("woff2"), url(/assets/fonts/poppins/v9/pxiByp8kv8JHgFVrLEj6Z1xlEA.ttf) format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(/assets/fonts/poppins/v9/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2) format("woff2"), url(/assets/fonts/poppins/v9/pxiByp8kv8JHgFVrLEj6Z1xlEA.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: local("Poppins Bold"), local("Poppins-Bold"), url(/assets/fonts/poppins/v9/pxiByp8kv8JHgFVrLCz7Z11lFd2JQEl8qw.woff2) format("woff2"), url(/assets/fonts/poppins/v9/pxiByp8kv8JHgFVrLCz7Z1xlEA.ttf) format("truetype");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: local("Poppins Bold"), local("Poppins-Bold"), url(/assets/fonts/poppins/v9/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw.woff2) format("woff2"), url(/assets/fonts/poppins/v9/pxiByp8kv8JHgFVrLCz7Z1xlEA.ttf) format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: local("Poppins Bold"), local("Poppins-Bold"), url(/assets/fonts/poppins/v9/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2) format("woff2"), url(/assets/fonts/poppins/v9/pxiByp8kv8JHgFVrLCz7Z1xlEA.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 400;
  src: local("Space Mono"), local("SpaceMono-Regular"), url(/assets/fonts/spacemono/v5/i7dPIFZifjKcF5UAWdDRYE58RXi4EwSsbg.woff2) format("woff2"), url(/assets/fonts/spacemono/v5/i7dPIFZifjKcF5UAWdDRYEF8QA.ttf) format("truetype");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 400;
  src: local("Space Mono"), local("SpaceMono-Regular"), url(/assets/fonts/spacemono/v5/i7dPIFZifjKcF5UAWdDRYE98RXi4EwSsbg.woff2) format("woff2"), url(/assets/fonts/spacemono/v5/i7dPIFZifjKcF5UAWdDRYEF8QA.ttf) format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 400;
  src: local("Space Mono"), local("SpaceMono-Regular"), url(/assets/fonts/spacemono/v5/i7dPIFZifjKcF5UAWdDRYEF8RXi4EwQ.woff2) format("woff2"), url(/assets/fonts/spacemono/v5/i7dPIFZifjKcF5UAWdDRYEF8QA.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 700;
  src: local("Space Mono Bold"), local("SpaceMono-Bold"), url(/assets/fonts/spacemono/v5/i7dMIFZifjKcF5UAWdDRaPpZUFqaHi6WZ3S_Yg.woff2) format("woff2"), url(/assets/fonts/spacemono/v5/i7dMIFZifjKcF5UAWdDRaPpZUFWaGw.ttf) format("truetype");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 700;
  src: local("Space Mono Bold"), local("SpaceMono-Bold"), url(/assets/fonts/spacemono/v5/i7dMIFZifjKcF5UAWdDRaPpZUFuaHi6WZ3S_Yg.woff2) format("woff2"), url(/assets/fonts/spacemono/v5/i7dMIFZifjKcF5UAWdDRaPpZUFWaGw.ttf) format("truetype");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 700;
  src: local("Space Mono Bold"), local("SpaceMono-Bold"), url(/assets/fonts/spacemono/v5/i7dMIFZifjKcF5UAWdDRaPpZUFWaHi6WZ3Q.woff2) format("woff2"), url(/assets/fonts/spacemono/v5/i7dMIFZifjKcF5UAWdDRaPpZUFWaGw.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, 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";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(/assets/fonts/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(/assets/fonts/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(/assets/fonts/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format("truetype");
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/materialicons/v50/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}

.catappult-background-card {
  display: flex;
  box-shadow: 0 4px 8px #dbdbdb;
  background: #ffffff;
  border-radius: 12px;
  padding: 32px;
  flex-direction: column;
  max-width: 1320px;
}
@media (max-width: 599px) {
  .catappult-background-card {
    padding: 14px 24px 24px 24px;
    box-shadow: unset;
    border-radius: 24px;
  }
}

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

.top-24-margin {
  margin-top: 24px !important;
}

.top-38-margin {
  margin-top: 38px !important;
}

.top-24-padding {
  padding-top: 24px !important;
}

.page-full-width {
  padding: unset !important;
}

.bottom-24-margin {
  margin-bottom: 24px;
}

.bottom-24-negative-margin {
  margin-bottom: -24px !important;
}

.align-items-center {
  align-items: center;
}

.mat-mdc-radio-button.mat-primary {
  --mat-mdc-radio-checked-ripple-color: unset;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
a,
li,
td,
label,
th,
span {
  margin: unset;
}
h1.unset-line-height,
h2.unset-line-height,
h3.unset-line-height,
h4.unset-line-height,
h5.unset-line-height,
h6.unset-line-height,
div.unset-line-height,
p.unset-line-height,
a.unset-line-height,
li.unset-line-height,
td.unset-line-height,
label.unset-line-height,
th.unset-line-height,
span.unset-line-height {
  line-height: unset !important;
}
h1.no-margin,
h2.no-margin,
h3.no-margin,
h4.no-margin,
h5.no-margin,
h6.no-margin,
div.no-margin,
p.no-margin,
a.no-margin,
li.no-margin,
td.no-margin,
label.no-margin,
th.no-margin,
span.no-margin {
  margin: unset;
}
h1.small-line-height,
h2.small-line-height,
h3.small-line-height,
h4.small-line-height,
h5.small-line-height,
h6.small-line-height,
div.small-line-height,
p.small-line-height,
a.small-line-height,
li.small-line-height,
td.small-line-height,
label.small-line-height,
th.small-line-height,
span.small-line-height {
  line-height: 1.2;
}
h1.one-line-height,
h2.one-line-height,
h3.one-line-height,
h4.one-line-height,
h5.one-line-height,
h6.one-line-height,
div.one-line-height,
p.one-line-height,
a.one-line-height,
li.one-line-height,
td.one-line-height,
label.one-line-height,
th.one-line-height,
span.one-line-height {
  line-height: 1;
}
h1.medium-line-height,
h2.medium-line-height,
h3.medium-line-height,
h4.medium-line-height,
h5.medium-line-height,
h6.medium-line-height,
div.medium-line-height,
p.medium-line-height,
a.medium-line-height,
li.medium-line-height,
td.medium-line-height,
label.medium-line-height,
th.medium-line-height,
span.medium-line-height {
  line-height: 1.6 !important;
}
h1.xxxs,
h2.xxxs,
h3.xxxs,
h4.xxxs,
h5.xxxs,
h6.xxxs,
div.xxxs,
p.xxxs,
a.xxxs,
li.xxxs,
td.xxxs,
label.xxxs,
th.xxxs,
span.xxxs {
  font-size: 10px;
  line-height: 1.3;
}
h1.xxs,
h2.xxs,
h3.xxs,
h4.xxs,
h5.xxs,
h6.xxs,
div.xxs,
p.xxs,
a.xxs,
li.xxs,
td.xxs,
label.xxs,
th.xxs,
span.xxs {
  font-size: 12px !important;
  line-height: 1.3 !important;
}
h1.xs,
h2.xs,
h3.xs,
h4.xs,
h5.xs,
h6.xs,
div.xs,
p.xs,
a.xs,
li.xs,
td.xs,
label.xs,
th.xs,
span.xs {
  font-size: 14px;
  line-height: 1.35;
}
h1.xs.big-line-height,
h2.xs.big-line-height,
h3.xs.big-line-height,
h4.xs.big-line-height,
h5.xs.big-line-height,
h6.xs.big-line-height,
div.xs.big-line-height,
p.xs.big-line-height,
a.xs.big-line-height,
li.xs.big-line-height,
td.xs.big-line-height,
label.xs.big-line-height,
th.xs.big-line-height,
span.xs.big-line-height {
  line-height: 1.6;
}
@media (max-width: 599px) {
  h1.xs,
  h2.xs,
  h3.xs,
  h4.xs,
  h5.xs,
  h6.xs,
  div.xs,
  p.xs,
  a.xs,
  li.xs,
  td.xs,
  label.xs,
  th.xs,
  span.xs {
    font-size: 12px;
  }
}
h1.s,
h2.s,
h3.s,
h4.s,
h5.s,
h6.s,
div.s,
p.s,
a.s,
li.s,
td.s,
label.s,
th.s,
span.s {
  font-size: 16px;
  line-height: 1.35;
}
@media (max-width: 599px) {
  h1.s,
  h2.s,
  h3.s,
  h4.s,
  h5.s,
  h6.s,
  div.s,
  p.s,
  a.s,
  li.s,
  td.s,
  label.s,
  th.s,
  span.s {
    font-size: 14px;
  }
}
h1.sm,
h2.sm,
h3.sm,
h4.sm,
h5.sm,
h6.sm,
div.sm,
p.sm,
a.sm,
li.sm,
td.sm,
label.sm,
th.sm,
span.sm {
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 599px) {
  h1.sm,
  h2.sm,
  h3.sm,
  h4.sm,
  h5.sm,
  h6.sm,
  div.sm,
  p.sm,
  a.sm,
  li.sm,
  td.sm,
  label.sm,
  th.sm,
  span.sm {
    font-size: 16px;
  }
}
h1.m,
h2.m,
h3.m,
h4.m,
h5.m,
h6.m,
div.m,
p.m,
a.m,
li.m,
td.m,
label.m,
th.m,
span.m {
  font-size: 22px;
}
@media (max-width: 599px) {
  h1.m,
  h2.m,
  h3.m,
  h4.m,
  h5.m,
  h6.m,
  div.m,
  p.m,
  a.m,
  li.m,
  td.m,
  label.m,
  th.m,
  span.m {
    font-size: 16px;
  }
}
h1.l,
h2.l,
h3.l,
h4.l,
h5.l,
h6.l,
div.l,
p.l,
a.l,
li.l,
td.l,
label.l,
th.l,
span.l {
  font-size: 28px;
}
@media (max-width: 599px) {
  h1.l,
  h2.l,
  h3.l,
  h4.l,
  h5.l,
  h6.l,
  div.l,
  p.l,
  a.l,
  li.l,
  td.l,
  label.l,
  th.l,
  span.l {
    font-size: 22px;
  }
}
h1.xl,
h2.xl,
h3.xl,
h4.xl,
h5.xl,
h6.xl,
div.xl,
p.xl,
a.xl,
li.xl,
td.xl,
label.xl,
th.xl,
span.xl {
  font-size: 30px;
}
@media (max-width: 599px) {
  h1.xl,
  h2.xl,
  h3.xl,
  h4.xl,
  h5.xl,
  h6.xl,
  div.xl,
  p.xl,
  a.xl,
  li.xl,
  td.xl,
  label.xl,
  th.xl,
  span.xl {
    font-size: 28px;
  }
}
h1.xxl,
h2.xxl,
h3.xxl,
h4.xxl,
h5.xxl,
h6.xxl,
div.xxl,
p.xxl,
a.xxl,
li.xxl,
td.xxl,
label.xxl,
th.xxl,
span.xxl {
  font-size: 34px;
}
@media (max-width: 599px) {
  h1.xxl,
  h2.xxl,
  h3.xxl,
  h4.xxl,
  h5.xxl,
  h6.xxl,
  div.xxl,
  p.xxl,
  a.xxl,
  li.xxl,
  td.xxl,
  label.xxl,
  th.xxl,
  span.xxl {
    font-size: 30px;
  }
}
h1.bold,
h2.bold,
h3.bold,
h4.bold,
h5.bold,
h6.bold,
div.bold,
p.bold,
a.bold,
li.bold,
td.bold,
label.bold,
th.bold,
span.bold {
  font-weight: 700;
}
h1.medium,
h2.medium,
h3.medium,
h4.medium,
h5.medium,
h6.medium,
div.medium,
p.medium,
a.medium,
li.medium,
td.medium,
label.medium,
th.medium,
span.medium {
  font-weight: 600;
}
h1.regular,
h2.regular,
h3.regular,
h4.regular,
h5.regular,
h6.regular,
div.regular,
p.regular,
a.regular,
li.regular,
td.regular,
label.regular,
th.regular,
span.regular {
  font-weight: 500;
}
h1.thin,
h2.thin,
h3.thin,
h4.thin,
h5.thin,
h6.thin,
div.thin,
p.thin,
a.thin,
li.thin,
td.thin,
label.thin,
th.thin,
span.thin {
  font-weight: 400;
}
h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
h6.center,
div.center,
p.center,
a.center,
li.center,
td.center,
label.center,
th.center,
span.center {
  text-align: center;
}
h1.pointer,
h2.pointer,
h3.pointer,
h4.pointer,
h5.pointer,
h6.pointer,
div.pointer,
p.pointer,
a.pointer,
li.pointer,
td.pointer,
label.pointer,
th.pointer,
span.pointer {
  cursor: pointer;
}

.notification-item-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.notification-item-text {
  font-size: 12px;
  line-height: 14px;
}

carousel {
  z-index: unset !important;
}

*:focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 599px) {
  * {
    cursor: unset !important;
  }
}

.success-snackbar .mdc-snackbar__surface {
  background-color: #dff0d8 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #63ad13;
}
.success-snackbar .mdc-snackbar__surface .mdc-snackbar__label {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  color: #63ad13 !important;
}

.error-snackbar {
  color: #000000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.error-snackbar .mdc-snackbar__surface {
  background-color: #ffcfd5 !important;
  display: flex !important;
  padding: 12px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #c40000;
}
.error-snackbar .mdc-snackbar__surface .mdc-snackbar__label {
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #c40000 !important;
}

.mat-mdc-dialog-surface {
  padding: 24px;
}

.mat-mdc-option {
  font-size: 12px;
}

.taxes-list-dialog mat-dialog-container {
  height: 80vh;
  overflow: unset !important;
  padding: 12px 12px 12px 24px;
}

.video-dialog .mat-mdc-dialog-surface {
  overflow: hidden;
  padding: unset;
}

.leaving-submission-confirmation-modal span {
  font-size: 12px !important;
}

.dialog-with-dropdown .mat-mdc-dialog-surface {
  overflow: unset;
}

.token-display-dialog .mat-mdc-dialog-surface {
  padding: 32px;
  overflow: unset;
}

.transparent-dialog .mat-mdc-dialog-surface {
  background-color: transparent !important;
  box-shadow: unset !important;
  display: flex !important;
}
.transparent-dialog .mat-mdc-dialog-container {
  display: flex;
  align-items: center;
  width: 100%;
}
.transparent-dialog .mdc-dialog__surface {
  display: flex;
  justify-content: center;
  border-radius: 24px !important;
}
.transparent-dialog .mdc-dialog__container {
  width: 100% !important;
}

.pointer {
  cursor: pointer;
}

.cancel-delete-snackbar {
  background: #171717 !important;
  padding: 16px !important;
  color: #ffffff;
}

app-application-view,
app-campaigns,
app-application-version-view,
app-type,
app-confirmation,
app-dashboard,
app-invoices,
app-transaction-details,
app-psv-form,
app-submission,
app-submission-ios,
app-products,
app-app-view-statistics,
app-apps-list,
app-secret-keys,
app-sandbox-management,
app-edit-subscription,
in-app-products,
in-app-subscriptions,
app-subscriptions,
app-edit-product,
app-history,
app-wallet,
app-wallet-transaction-details,
app-wallet-withdraw-success-screen,
app-wallet-withdraw-error-screen,
app-wallet-invoices-list,
app-transactions-pre-generated-csvs-list,
app-statistics-pre-generated-csvs-list,
app-form,
app-gift-card-requests-list,
app-checkout,
app-vat-policy,
app-metadata-update-form,
app-d2c,
app-account-application-metadata-update-form,
.back-container {
  display: flex;
  flex-direction: column;
  max-width: 1320px;
  margin: auto;
}

app-notifications-page {
  display: flex;
  flex-direction: column;
  max-width: 650px;
  margin: auto;
}

app-checkout {
  height: 100vh;
}

app-breadcrumb {
  z-index: 9;
}

app-main-header-mobile {
  z-index: 10;
}

.mat-mdc-menu-item .mdc-list-item__primary-text {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #171717;
}

.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
  border-color: #171717 !important;
  background-color: transparent;
}

.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: #171717 !important;
}

.addAppRadio .mdc-form-field {
  width: 100%;
  align-items: flex-start;
}

.addAppRadio .mdc-label {
  padding: 16px 0;
  width: 100%;
}

.addAppRadio .mat-mdc-radio-button .mdc-radio {
  padding: calc((var(--mdc-radio-state-layer-size) - 8px) / 2);
}

.mdc-form-field > label {
  cursor: pointer;
}
@media (max-width: 599px) {
  .mdc-form-field > label {
    padding-left: 0px !important;
  }
}

.mdc-tooltip {
  border-radius: 6px;
  font-size: 11px;
  max-width: 400px !important;
}
.mdc-tooltip .mdc-tooltip__surface {
  background: #e53a1f !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
  max-width: 320px !important;
  color: white;
  font-weight: 600;
}

.no-padding-dialog .mdc-dialog__surface {
  position: relative;
  padding: 0;
  border-radius: 24px !important;
}
@media (max-width: 800px) {
  .no-padding-dialog {
    width: 90dvw !important;
  }
}

.add-app-dialog .mat-mdc-dialog-surface {
  position: relative;
  background-color: #fafafa !important;
  padding: 0;
  border-radius: 24px !important;
}

.add-missing-files-dialog .mdc-dialog__surface {
  position: relative;
  padding: 32px;
  border-radius: 24px !important;
  margin: 24px;
}
@media (max-width: 800px) {
  .add-missing-files-dialog {
    width: 90dvw !important;
  }
}

.mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 24px !important;
}

.bottom-dialog .mdc-dialog__surface {
  border-top-right-radius: 24px !important;
  border-top-left-radius: 24px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.selected-list .c-angle-down svg,
.selected-list .c-angle-up svg {
  fill: #fe6446 !important;
}

.selected-list .c-btn {
  color: #171717 !important;
}

.carousel-container {
  padding: 2px;
}

@media only screen and (max-width: 430px) {
  .revenue-dist-title {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 599px) {
  p {
    font-size: 12px;
  }
}
.draggable {
  cursor: move;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.cdk-overlay-container {
  z-index: 99999;
}

.poppins-font {
  font-family: "Poppins", sans-serif;
}

.carousel-arrow-next {
  background-image: url("/") !important;
  box-shadow: 0 2px 4px 0 #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fe6446;
  font-size: 40px;
}
.carousel-arrow-next::before {
  content: ">";
}

.carousel-arrow-prev {
  background-image: url("/") !important;
  box-shadow: 0 2px 4px 0 #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fe6446;
  font-size: 40px;
}
.carousel-arrow-prev::before {
  content: "<";
}

.distribution-panel {
  max-height: 60vh;
}

.movable:not(.dragging) {
  transition: transform 300ms ease-in-out;
}

body {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
}

ul,
li {
  list-style: none;
}

ul.notifications {
  list-style: unset;
  margin-top: 6px;
  margin-bottom: 20px;
  padding-left: 28px;
}
ul.notifications li {
  list-style: unset;
}
ul.notifications li p {
  font-weight: 500;
}

a.notifications {
  font-weight: 700;
  color: #fe6446;
  text-decoration: none;
  cursor: pointer;
}

img.clickable {
  cursor: pointer;
}

h1.no-select,
h2.no-select,
h3.no-select,
h4.no-select,
h5.no-select,
h6.no-select,
div.no-select,
p.no-select,
a.no-select,
b.no-select,
li.no-select,
td.no-select,
label.no-select,
th.no-select,
span.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
div.white,
p.white,
a.white,
b.white,
li.white,
td.white,
label.white,
th.white,
span.white {
  color: #ffffff;
}
h1.lightGray,
h2.lightGray,
h3.lightGray,
h4.lightGray,
h5.lightGray,
h6.lightGray,
div.lightGray,
p.lightGray,
a.lightGray,
b.lightGray,
li.lightGray,
td.lightGray,
label.lightGray,
th.lightGray,
span.lightGray {
  color: #dbdbdb;
}
h1.darkGray,
h2.darkGray,
h3.darkGray,
h4.darkGray,
h5.darkGray,
h6.darkGray,
div.darkGray,
p.darkGray,
a.darkGray,
b.darkGray,
li.darkGray,
td.darkGray,
label.darkGray,
th.darkGray,
span.darkGray {
  color: #909090;
}
h1.blueishGray,
h2.blueishGray,
h3.blueishGray,
h4.blueishGray,
h5.blueishGray,
h6.blueishGray,
div.blueishGray,
p.blueishGray,
a.blueishGray,
b.blueishGray,
li.blueishGray,
td.blueishGray,
label.blueishGray,
th.blueishGray,
span.blueishGray {
  color: #777b9d;
}
h1.lightPurple,
h2.lightPurple,
h3.lightPurple,
h4.lightPurple,
h5.lightPurple,
h6.lightPurple,
div.lightPurple,
p.lightPurple,
a.lightPurple,
b.lightPurple,
li.lightPurple,
td.lightPurple,
label.lightPurple,
th.lightPurple,
span.lightPurple {
  color: #6b5b91;
}
h1.veryLightGray,
h2.veryLightGray,
h3.veryLightGray,
h4.veryLightGray,
h5.veryLightGray,
h6.veryLightGray,
div.veryLightGray,
p.veryLightGray,
a.veryLightGray,
b.veryLightGray,
li.veryLightGray,
td.veryLightGray,
label.veryLightGray,
th.veryLightGray,
span.veryLightGray {
  color: #f2f2f2;
}
h1.veryVeryLightGray,
h2.veryVeryLightGray,
h3.veryVeryLightGray,
h4.veryVeryLightGray,
h5.veryVeryLightGray,
h6.veryVeryLightGray,
div.veryVeryLightGray,
p.veryVeryLightGray,
a.veryVeryLightGray,
b.veryVeryLightGray,
li.veryVeryLightGray,
td.veryVeryLightGray,
label.veryVeryLightGray,
th.veryVeryLightGray,
span.veryVeryLightGray {
  color: #fafafa;
}
h1.pink,
h2.pink,
h3.pink,
h4.pink,
h5.pink,
h6.pink,
div.pink,
p.pink,
a.pink,
b.pink,
li.pink,
td.pink,
label.pink,
th.pink,
span.pink {
  color: #fe6446;
}
h1.green,
h2.green,
h3.green,
h4.green,
h5.green,
h6.green,
div.green,
p.green,
a.green,
b.green,
li.green,
td.green,
label.green,
th.green,
span.green {
  color: #94d053;
}
h1.darkGreen,
h2.darkGreen,
h3.darkGreen,
h4.darkGreen,
h5.darkGreen,
h6.darkGreen,
div.darkGreen,
p.darkGreen,
a.darkGreen,
b.darkGreen,
li.darkGreen,
td.darkGreen,
label.darkGreen,
th.darkGreen,
span.darkGreen {
  color: #63ad13;
}
h1.orange,
h2.orange,
h3.orange,
h4.orange,
h5.orange,
h6.orange,
div.orange,
p.orange,
a.orange,
b.orange,
li.orange,
td.orange,
label.orange,
th.orange,
span.orange {
  color: #fec146;
}
h1.almostBlack,
h2.almostBlack,
h3.almostBlack,
h4.almostBlack,
h5.almostBlack,
h6.almostBlack,
div.almostBlack,
p.almostBlack,
a.almostBlack,
b.almostBlack,
li.almostBlack,
td.almostBlack,
label.almostBlack,
th.almostBlack,
span.almostBlack {
  color: #171717;
}
h1.gray,
h2.gray,
h3.gray,
h4.gray,
h5.gray,
h6.gray,
div.gray,
p.gray,
a.gray,
b.gray,
li.gray,
td.gray,
label.gray,
th.gray,
span.gray {
  color: #acacac;
}
h1.darkestGray,
h2.darkestGray,
h3.darkestGray,
h4.darkestGray,
h5.darkestGray,
h6.darkestGray,
div.darkestGray,
p.darkestGray,
a.darkestGray,
b.darkestGray,
li.darkestGray,
td.darkestGray,
label.darkestGray,
th.darkestGray,
span.darkestGray {
  color: #222c39;
}
h1.red,
h2.red,
h3.red,
h4.red,
h5.red,
h6.red,
div.red,
p.red,
a.red,
b.red,
li.red,
td.red,
label.red,
th.red,
span.red {
  color: #c40000;
}
h1.lightRed,
h2.lightRed,
h3.lightRed,
h4.lightRed,
h5.lightRed,
h6.lightRed,
div.lightRed,
p.lightRed,
a.lightRed,
b.lightRed,
li.lightRed,
td.lightRed,
label.lightRed,
th.lightRed,
span.lightRed {
  color: #f72424;
}
h1.orange,
h2.orange,
h3.orange,
h4.orange,
h5.orange,
h6.orange,
div.orange,
p.orange,
a.orange,
b.orange,
li.orange,
td.orange,
label.orange,
th.orange,
span.orange {
  color: #fe6446;
}
h1.underlined,
h2.underlined,
h3.underlined,
h4.underlined,
h5.underlined,
h6.underlined,
div.underlined,
p.underlined,
a.underlined,
b.underlined,
li.underlined,
td.underlined,
label.underlined,
th.underlined,
span.underlined {
  text-decoration: underline;
}
h1.centered,
h2.centered,
h3.centered,
h4.centered,
h5.centered,
h6.centered,
div.centered,
p.centered,
a.centered,
b.centered,
li.centered,
td.centered,
label.centered,
th.centered,
span.centered {
  text-align: center;
}
h1.align-end,
h2.align-end,
h3.align-end,
h4.align-end,
h5.align-end,
h6.align-end,
div.align-end,
p.align-end,
a.align-end,
b.align-end,
li.align-end,
td.align-end,
label.align-end,
th.align-end,
span.align-end {
  text-align: end;
}
h1.fixed-min-height,
h2.fixed-min-height,
h3.fixed-min-height,
h4.fixed-min-height,
h5.fixed-min-height,
h6.fixed-min-height,
div.fixed-min-height,
p.fixed-min-height,
a.fixed-min-height,
b.fixed-min-height,
li.fixed-min-height,
td.fixed-min-height,
label.fixed-min-height,
th.fixed-min-height,
span.fixed-min-height {
  min-height: 16px;
}
h1.uppercase,
h2.uppercase,
h3.uppercase,
h4.uppercase,
h5.uppercase,
h6.uppercase,
div.uppercase,
p.uppercase,
a.uppercase,
b.uppercase,
li.uppercase,
td.uppercase,
label.uppercase,
th.uppercase,
span.uppercase {
  text-transform: uppercase;
}
h1.italic,
h2.italic,
h3.italic,
h4.italic,
h5.italic,
h6.italic,
div.italic,
p.italic,
a.italic,
b.italic,
li.italic,
td.italic,
label.italic,
th.italic,
span.italic {
  font-style: italic;
}
h1.clickable,
h2.clickable,
h3.clickable,
h4.clickable,
h5.clickable,
h6.clickable,
div.clickable,
p.clickable,
a.clickable,
b.clickable,
li.clickable,
td.clickable,
label.clickable,
th.clickable,
span.clickable {
  cursor: pointer;
}
h1.non-clickable,
h2.non-clickable,
h3.non-clickable,
h4.non-clickable,
h5.non-clickable,
h6.non-clickable,
div.non-clickable,
p.non-clickable,
a.non-clickable,
b.non-clickable,
li.non-clickable,
td.non-clickable,
label.non-clickable,
th.non-clickable,
span.non-clickable {
  cursor: unset !important;
}
h1.fontSpaceMono,
h2.fontSpaceMono,
h3.fontSpaceMono,
h4.fontSpaceMono,
h5.fontSpaceMono,
h6.fontSpaceMono,
div.fontSpaceMono,
p.fontSpaceMono,
a.fontSpaceMono,
b.fontSpaceMono,
li.fontSpaceMono,
td.fontSpaceMono,
label.fontSpaceMono,
th.fontSpaceMono,
span.fontSpaceMono {
  font-family: "Space Mono", sans-serif;
}
h1.big,
h2.big,
h3.big,
h4.big,
h5.big,
h6.big,
div.big,
p.big,
a.big,
b.big,
li.big,
td.big,
label.big,
th.big,
span.big {
  font-size: 18px;
}
h1.defaultLineHeight,
h2.defaultLineHeight,
h3.defaultLineHeight,
h4.defaultLineHeight,
h5.defaultLineHeight,
h6.defaultLineHeight,
div.defaultLineHeight,
p.defaultLineHeight,
a.defaultLineHeight,
b.defaultLineHeight,
li.defaultLineHeight,
td.defaultLineHeight,
label.defaultLineHeight,
th.defaultLineHeight,
span.defaultLineHeight {
  line-height: 1 !important;
}
h1.link,
h2.link,
h3.link,
h4.link,
h5.link,
h6.link,
div.link,
p.link,
a.link,
b.link,
li.link,
td.link,
label.link,
th.link,
span.link {
  color: #fe6446;
  text-decoration: underline;
  cursor: pointer;
  font-weight: bold;
}
h1.link.white,
h2.link.white,
h3.link.white,
h4.link.white,
h5.link.white,
h6.link.white,
div.link.white,
p.link.white,
a.link.white,
b.link.white,
li.link.white,
td.link.white,
label.link.white,
th.link.white,
span.link.white {
  color: white !important;
}
h1.biggie,
h2.biggie,
h3.biggie,
h4.biggie,
h5.biggie,
h6.biggie,
div.biggie,
p.biggie,
a.biggie,
b.biggie,
li.biggie,
td.biggie,
label.biggie,
th.biggie,
span.biggie {
  font-size: 16px;
  line-height: 2;
}
h1.smaller,
h2.smaller,
h3.smaller,
h4.smaller,
h5.smaller,
h6.smaller,
div.smaller,
p.smaller,
a.smaller,
b.smaller,
li.smaller,
td.smaller,
label.smaller,
th.smaller,
span.smaller {
  font-size: 15px;
  line-height: 1.8;
}
h1.verySmall,
h2.verySmall,
h3.verySmall,
h4.verySmall,
h5.verySmall,
h6.verySmall,
div.verySmall,
p.verySmall,
a.verySmall,
b.verySmall,
li.verySmall,
td.verySmall,
label.verySmall,
th.verySmall,
span.verySmall {
  font-size: 14px;
  line-height: 1.6;
}
h1.veryVerySmall,
h2.veryVerySmall,
h3.veryVerySmall,
h4.veryVerySmall,
h5.veryVerySmall,
h6.veryVerySmall,
div.veryVerySmall,
p.veryVerySmall,
a.veryVerySmall,
b.veryVerySmall,
li.veryVerySmall,
td.veryVerySmall,
label.veryVerySmall,
th.veryVerySmall,
span.veryVerySmall {
  font-size: 12px;
  line-height: 1.4;
}
h1.veryVeryVerySmall,
h2.veryVeryVerySmall,
h3.veryVeryVerySmall,
h4.veryVeryVerySmall,
h5.veryVeryVerySmall,
h6.veryVeryVerySmall,
div.veryVeryVerySmall,
p.veryVeryVerySmall,
a.veryVeryVerySmall,
b.veryVeryVerySmall,
li.veryVeryVerySmall,
td.veryVeryVerySmall,
label.veryVeryVerySmall,
th.veryVeryVerySmall,
span.veryVeryVerySmall {
  font-size: 11px;
  line-height: 1.3;
}
h1.superTiny,
h2.superTiny,
h3.superTiny,
h4.superTiny,
h5.superTiny,
h6.superTiny,
div.superTiny,
p.superTiny,
a.superTiny,
b.superTiny,
li.superTiny,
td.superTiny,
label.superTiny,
th.superTiny,
span.superTiny {
  font-size: 10px !important;
  line-height: 1;
}
h1.info-text,
h2.info-text,
h3.info-text,
h4.info-text,
h5.info-text,
h6.info-text,
div.info-text,
p.info-text,
a.info-text,
b.info-text,
li.info-text,
td.info-text,
label.info-text,
th.info-text,
span.info-text {
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
}
h1.superTiny,
h2.superTiny,
h3.superTiny,
h4.superTiny,
h5.superTiny,
h6.superTiny,
div.superTiny,
p.superTiny,
a.superTiny,
b.superTiny,
li.superTiny,
td.superTiny,
label.superTiny,
th.superTiny,
span.superTiny {
  font-size: 10px !important;
  line-height: 1.5;
}
h1.small-info-text,
h2.small-info-text,
h3.small-info-text,
h4.small-info-text,
h5.small-info-text,
h6.small-info-text,
div.small-info-text,
p.small-info-text,
a.small-info-text,
b.small-info-text,
li.small-info-text,
td.small-info-text,
label.small-info-text,
th.small-info-text,
span.small-info-text {
  font-size: 11px;
  font-style: italic;
  line-height: 1.5;
}
h1.veryThin,
h2.veryThin,
h3.veryThin,
h4.veryThin,
h5.veryThin,
h6.veryThin,
div.veryThin,
p.veryThin,
a.veryThin,
b.veryThin,
li.veryThin,
td.veryThin,
label.veryThin,
th.veryThin,
span.veryThin {
  font-weight: 300;
}
h1.thin,
h2.thin,
h3.thin,
h4.thin,
h5.thin,
h6.thin,
div.thin,
p.thin,
a.thin,
b.thin,
li.thin,
td.thin,
label.thin,
th.thin,
span.thin {
  font-weight: 400;
}
h1.normal,
h2.normal,
h3.normal,
h4.normal,
h5.normal,
h6.normal,
div.normal,
p.normal,
a.normal,
b.normal,
li.normal,
td.normal,
label.normal,
th.normal,
span.normal {
  font-weight: 500;
}
h1.semiBold,
h2.semiBold,
h3.semiBold,
h4.semiBold,
h5.semiBold,
h6.semiBold,
div.semiBold,
p.semiBold,
a.semiBold,
b.semiBold,
li.semiBold,
td.semiBold,
label.semiBold,
th.semiBold,
span.semiBold {
  font-weight: 600;
}
h1.thick,
h2.thick,
h3.thick,
h4.thick,
h5.thick,
h6.thick,
div.thick,
p.thick,
a.thick,
b.thick,
li.thick,
td.thick,
label.thick,
th.thick,
span.thick {
  font-weight: 700;
}
h1.capitalize,
h2.capitalize,
h3.capitalize,
h4.capitalize,
h5.capitalize,
h6.capitalize,
div.capitalize,
p.capitalize,
a.capitalize,
b.capitalize,
li.capitalize,
td.capitalize,
label.capitalize,
th.capitalize,
span.capitalize {
  text-transform: capitalize;
}
h1.big-line-height,
h2.big-line-height,
h3.big-line-height,
h4.big-line-height,
h5.big-line-height,
h6.big-line-height,
div.big-line-height,
p.big-line-height,
a.big-line-height,
b.big-line-height,
li.big-line-height,
td.big-line-height,
label.big-line-height,
th.big-line-height,
span.big-line-height {
  line-height: 2.5;
}
h1.low-line-height,
h2.low-line-height,
h3.low-line-height,
h4.low-line-height,
h5.low-line-height,
h6.low-line-height,
div.low-line-height,
p.low-line-height,
a.low-line-height,
b.low-line-height,
li.low-line-height,
td.low-line-height,
label.low-line-height,
th.low-line-height,
span.low-line-height {
  line-height: 1.4;
}
h1.no-letter-spacing,
h2.no-letter-spacing,
h3.no-letter-spacing,
h4.no-letter-spacing,
h5.no-letter-spacing,
h6.no-letter-spacing,
div.no-letter-spacing,
p.no-letter-spacing,
a.no-letter-spacing,
b.no-letter-spacing,
li.no-letter-spacing,
td.no-letter-spacing,
label.no-letter-spacing,
th.no-letter-spacing,
span.no-letter-spacing {
  letter-spacing: 0px !important;
}
h1.very-low-line-height,
h2.very-low-line-height,
h3.very-low-line-height,
h4.very-low-line-height,
h5.very-low-line-height,
h6.very-low-line-height,
div.very-low-line-height,
p.very-low-line-height,
a.very-low-line-height,
b.very-low-line-height,
li.very-low-line-height,
td.very-low-line-height,
label.very-low-line-height,
th.very-low-line-height,
span.very-low-line-height {
  line-height: 1.2;
}
h1.page-title,
h2.page-title,
h3.page-title,
h4.page-title,
h5.page-title,
h6.page-title,
div.page-title,
p.page-title,
a.page-title,
b.page-title,
li.page-title,
td.page-title,
label.page-title,
th.page-title,
span.page-title {
  margin-top: 24px;
}

h1 {
  color: #fe6446;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: bold;
  text-align: start;
  margin: 0;
}
@media (max-width: 599px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  color: #171717;
  font-size: 32px;
  line-height: 1.45;
  letter-spacing: normal;
  font-weight: bold;
  text-align: start;
  margin: 0;
}
@media (max-width: 599px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  color: #171717;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: normal;
  font-weight: bold;
  text-align: start;
  margin: 0;
}
@media (max-width: 599px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  color: #171717;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: normal;
  font-weight: bold;
  text-align: start;
  margin: 0;
}
h4.thin {
  font-weight: 500;
}
@media (max-width: 599px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  color: #171717;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: normal;
  font-weight: 600;
  text-align: start;
  margin: 0;
}
h5.thin {
  font-weight: 500;
}
@media (max-width: 599px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  color: #171717;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: normal;
  font-weight: 600;
  text-align: start;
  margin: 0;
}

p,
td,
th {
  color: #171717;
  font-size: 12px;
  line-height: 2.2;
  font-weight: 500;
  word-wrap: break-word;
  text-align: start;
}

.modal-main-container {
  margin: -64px 0 24px 0;
}
.modal-main-container .modal-illustration {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-main-container .modal-illustration img {
  width: 100%;
}
.modal-main-container .modal-illustration aptd-image {
  width: 100%;
}
.modal-main-container .modal-loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 64px 0;
}
.modal-main-container .modal-message-content {
  background-color: #ffffff;
  width: 100%;
  height: 50%;
}
.modal-main-container .modal-message-align {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-main-container .modal-message-align .title {
  text-align: center;
}
.modal-main-container .modal-message-align .title.error {
  margin-top: 40px;
}
.modal-main-container .modal-message-align .text {
  margin: 0 24px;
  text-align: center;
}
.modal-main-container .modal-message-align .text a {
  font-size: 0.875rem;
  font-weight: 500;
  color: #fe6446;
  text-decoration: none;
  cursor: pointer;
  margin-left: 4px;
}
.modal-main-container .modal-message-align .text.error {
  margin-bottom: 56px;
}
.modal-main-container .modal-message-align .link {
  color: #fe6446;
  cursor: pointer;
}
.modal-main-container .modal-buttons-footer {
  z-index: 9999;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal-main-container .modal-buttons-footer .modal-buttons-footer-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
}
.modal-main-container .modal-buttons-footer .modal-buttons-footer-content.center {
  justify-content: center;
}
@media (max-width: 1024px) {
  .modal-main-container .modal-buttons-footer .modal-buttons-footer-content.column-mobile {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .modal-main-container .modal-buttons-footer .modal-buttons-footer-content.column-mobile app-button {
    margin: 8px 0;
  }
}
.modal-main-container .modal-buttons-footer .loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 15px 0;
}

.ng-tooltip {
  max-width: 30% !important;
  background-color: #171717;
  color: #ffffff;
  max-width: 200px !important;
  line-height: 1.25;
  font-weight: 500;
  word-wrap: break-word;
  font-size: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  padding: 12px;
  position: absolute;
  z-index: 1000;
  display: block;
  opacity: 0;
  transition: opacity 300ms;
}

.ng-tooltip-show {
  opacity: 1;
}

.ng-tooltip::after {
  content: "";
  position: absolute;
}

.ng-tooltip-top::after {
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-color: #f5f7f9 transparent transparent transparent;
}

.ng-tooltip-bottom::after {
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-color: transparent transparent #f5f7f9 transparent;
}

.ng-tooltip-left::after {
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-color: transparent transparent transparent #f5f7f9;
}

.ng-tooltip-right::after {
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-color: transparent #f5f7f9 transparent transparent;
}

snack-bar-container.mat-snack-bar-container {
  background-color: #ffffff;
  margin: 24px;
  max-width: 50vw;
  min-width: 344px;
  min-height: 48px;
  padding: 0;
}

.mandatory-step-collapsible-card-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 22px;
}

.back {
  margin: 0;
  cursor: pointer;
  line-height: 2.2 !important;
  display: flex;
  gap: 5px;
  align-items: center;
}
.back label {
  color: #fe6446;
  font-size: 16px;
  cursor: pointer;
}
.back.payment {
  display: none;
  line-height: 0 !important;
  margin-top: 8px;
}

.mobile-table {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.mobile-table .entry + .entry {
  margin-top: 8px;
}
.mobile-table .entry {
  padding: 16px;
  border-radius: 12px;
  background-color: #ffffff;
}
.mobile-table .entry .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  gap: 24px;
}
.mobile-table .entry .row .ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mobile-table .entry .row p {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobile-table .entry .row p.no-gap {
  gap: unset;
}
.mobile-table .entry .row p img {
  max-width: 20px;
  max-height: 20px;
}
.mobile-table .entry .row .completed {
  color: #63ad13;
}
.mobile-table .entry .row .rejected {
  color: #c40000;
}
.mobile-table .entry .row .pending {
  color: #fe6446;
}
.mobile-table .entry .row .actions {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 16px;
}
.mobile-table .entry .row .actions img {
  max-width: 17px;
  max-height: 17px;
}
.mobile-table .entry .row .actions-right-aligned {
  justify-content: flex-end;
}
.mobile-table .entry .row .date-mobile .calendar {
  font-size: 12px;
  margin: unset;
  line-height: 16px;
}
.mobile-table .entry .row .date-mobile .hour {
  font-size: 10px;
  margin: unset;
  color: #909090;
  line-height: 16px;
}
.mobile-table .entry .row .distributed {
  color: #94d053;
}
.mobile-table .entry .row .undistributed {
  color: #fec146 !important;
}
.mobile-table .entry .row .suspended {
  color: #c40000 !important;
}
.mobile-table .entry .row .archived {
  color: #909090 !important;
}
.mobile-table .entry .row .pending {
  color: #fec146 !important;
}

.mat-mdc-menu-content {
  padding: unset !important;
}

@media (max-width: 1024px) {
  .big-desktop-version {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .big-mobile-version {
    display: none !important;
  }
}

@media (max-width: 599px) {
  .desktop-version {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .tablet-version {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .mobile-version {
    display: none !important;
  }
}

.intercom-messenger-frame,
div[class^=intercom-] {
  transform-origin: center top !important;
}
@media (min-width: 600px) {
  .intercom-messenger-frame,
  div[class^=intercom-] {
    top: 60px !important;
    right: 4px !important;
    bottom: unset !important;
  }
}

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