/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.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);
}

/*$brand-accent: ( 50 : #e2ebea, 100 : #b7cdcb, 200 : #87aca9, 300 : #578a87, 400 : #33716d, 500 : #0f5853, 600 : #0d504c, 700 : #0b4742, 800 : #083d39, 900 : #042d29, A100 : #66fff0, A200 : #33ffeb, A400 : #00ffe6, A700 : #00e6cf,contrast: (50 : #000000, 100 : #000000, 200 : #000000, 300 : #ffffff, 400 : #ffffff, 500 : #ffffff, 600 : #ffffff, 700 : #ffffff, 800 : #ffffff, 900 : #ffffff, A100 : #000000, A200 : #000000, A400 : #000000, A700 : #000000,));
$light-primary: mat.m2-define-palette(mat.$m2-gray-palette, 800, 300, 900);
$light-accent: mat.m2-define-palette($brand-accent);
$light-theme: mat.m2-define-light-theme(( color: ( primary: $light-primary, accent: $light-accent, ), density: 0, ));*/
/*mat.$theme-ignore-duplication-warnings: true;*/
.mat-theme-loaded-marker {
  display: none;
}

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

html {
  --mat-option-selected-state-label-text-color: #2d333f;
  --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: #0f5853;
  --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: #f44336;
  --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: #2d333f;
  --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: #2d333f;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

html {
  --mat-full-pseudo-checkbox-selected-icon-color: #0f5853;
  --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: #0f5853;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #0f5853;
  --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: #0f5853;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #f44336;
  --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: #f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

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

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

html {
  --mat-option-selected-state-label-text-color: #2d333f;
  --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: #0f5853;
  --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: #f44336;
  --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: #2d333f;
  --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: #2d333f;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

html {
  --mat-full-pseudo-checkbox-selected-icon-color: #0f5853;
  --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: #0f5853;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #0f5853;
  --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: #0f5853;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #f44336;
  --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: #f44336;
  --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: #2d333f;
  --mdc-linear-progress-track-color: rgba(45, 51, 63, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #0f5853;
  --mdc-linear-progress-track-color: rgba(15, 88, 83, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
  --mdc-linear-progress-track-color: rgba(244, 67, 54, 0.25);
}

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: #2d333f;
  --mdc-filled-text-field-focus-active-indicator-color: #2d333f;
  --mdc-filled-text-field-focus-label-text-color: rgba(45, 51, 63, 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: #f44336;
  --mdc-filled-text-field-error-focus-label-text-color: #f44336;
  --mdc-filled-text-field-error-label-text-color: #f44336;
  --mdc-filled-text-field-error-caret-color: #f44336;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
  --mdc-outlined-text-field-caret-color: #2d333f;
  --mdc-outlined-text-field-focus-outline-color: #2d333f;
  --mdc-outlined-text-field-focus-label-text-color: rgba(45, 51, 63, 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: #f44336;
  --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
  --mdc-outlined-text-field-error-label-text-color: #f44336;
  --mdc-outlined-text-field-error-hover-label-text-color: #f44336;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #f44336;
  --mdc-outlined-text-field-error-hover-outline-color: #f44336;
  --mdc-outlined-text-field-error-outline-color: #f44336;
  --mat-form-field-focus-select-arrow-color: rgba(45, 51, 63, 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: #f44336;
  --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: #0f5853;
  --mdc-filled-text-field-focus-active-indicator-color: #0f5853;
  --mdc-filled-text-field-focus-label-text-color: rgba(15, 88, 83, 0.87);
  --mdc-outlined-text-field-caret-color: #0f5853;
  --mdc-outlined-text-field-focus-outline-color: #0f5853;
  --mdc-outlined-text-field-focus-label-text-color: rgba(15, 88, 83, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(15, 88, 83, 0.87);
}

.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #f44336;
  --mdc-filled-text-field-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color: #f44336;
  --mdc-outlined-text-field-focus-outline-color: #f44336;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, 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(45, 51, 63, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(15, 88, 83, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}

html {
  --mat-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: #2d333f;
  --mdc-chip-elevated-selected-container-color: #2d333f;
  --mdc-chip-elevated-disabled-container-color: #2d333f;
  --mdc-chip-flat-disabled-selected-container-color: #2d333f;
  --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: white;
  --mdc-chip-elevated-container-color: #0f5853;
  --mdc-chip-elevated-selected-container-color: #0f5853;
  --mdc-chip-elevated-disabled-container-color: #0f5853;
  --mdc-chip-flat-disabled-selected-container-color: #0f5853;
  --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-warn, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-selected-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-flat-disabled-selected-container-color: #f44336;
  --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: #282e39;
  --mdc-switch-selected-handle-color: #282e39;
  --mdc-switch-selected-hover-state-layer-color: #282e39;
  --mdc-switch-selected-pressed-state-layer-color: #282e39;
  --mdc-switch-selected-focus-handle-color: #11141b;
  --mdc-switch-selected-hover-handle-color: #11141b;
  --mdc-switch-selected-pressed-handle-color: #11141b;
  --mdc-switch-selected-focus-track-color: #6c7079;
  --mdc-switch-selected-hover-track-color: #6c7079;
  --mdc-switch-selected-pressed-track-color: #6c7079;
  --mdc-switch-selected-track-color: #6c7079;
  --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: #0d504c;
  --mdc-switch-selected-handle-color: #0d504c;
  --mdc-switch-selected-hover-state-layer-color: #0d504c;
  --mdc-switch-selected-pressed-state-layer-color: #0d504c;
  --mdc-switch-selected-focus-handle-color: #042d29;
  --mdc-switch-selected-hover-handle-color: #042d29;
  --mdc-switch-selected-pressed-handle-color: #042d29;
  --mdc-switch-selected-focus-track-color: #578a87;
  --mdc-switch-selected-hover-track-color: #578a87;
  --mdc-switch-selected-pressed-track-color: #578a87;
  --mdc-switch-selected-track-color: #578a87;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}

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-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: #2d333f;
  --mdc-radio-selected-hover-icon-color: #2d333f;
  --mdc-radio-selected-icon-color: #2d333f;
  --mdc-radio-selected-pressed-icon-color: #2d333f;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #2d333f;
  --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-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: #0f5853;
  --mdc-radio-selected-hover-icon-color: #0f5853;
  --mdc-radio-selected-icon-color: #0f5853;
  --mdc-radio-selected-pressed-icon-color: #0f5853;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #0f5853;
  --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-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #f44336;
  --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: #2d333f;
  --mdc-slider-focus-handle-color: #2d333f;
  --mdc-slider-hover-handle-color: #2d333f;
  --mdc-slider-active-track-color: #2d333f;
  --mdc-slider-inactive-track-color: #2d333f;
  --mdc-slider-with-tick-marks-inactive-container-color: #2d333f;
  --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: #2d333f;
  --mat-slider-hover-state-layer-color: rgba(45, 51, 63, 0.05);
  --mat-slider-focus-state-layer-color: rgba(45, 51, 63, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mdc-slider-handle-color: #0f5853;
  --mdc-slider-focus-handle-color: #0f5853;
  --mdc-slider-hover-handle-color: #0f5853;
  --mdc-slider-active-track-color: #0f5853;
  --mdc-slider-inactive-track-color: #0f5853;
  --mdc-slider-with-tick-marks-inactive-container-color: #0f5853;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #0f5853;
  --mat-slider-hover-state-layer-color: rgba(15, 88, 83, 0.05);
  --mat-slider-focus-state-layer-color: rgba(15, 88, 83, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #f44336;
  --mat-slider-hover-state-layer-color: rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color: rgba(244, 67, 54, 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-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: #2d333f;
  --mdc-radio-selected-hover-icon-color: #2d333f;
  --mdc-radio-selected-icon-color: #2d333f;
  --mdc-radio-selected-pressed-icon-color: #2d333f;
}

.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-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: #0f5853;
  --mdc-radio-selected-hover-icon-color: #0f5853;
  --mdc-radio-selected-icon-color: #0f5853;
  --mdc-radio-selected-pressed-icon-color: #0f5853;
}

.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-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
}

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

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

.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--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: #2d333f;
}

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

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

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

html {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #0f5853;
  --mdc-checkbox-selected-hover-icon-color: #0f5853;
  --mdc-checkbox-selected-icon-color: #0f5853;
  --mdc-checkbox-selected-pressed-icon-color: #0f5853;
  --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: #0f5853;
  --mdc-checkbox-selected-hover-state-layer-color: #0f5853;
  --mdc-checkbox-selected-pressed-state-layer-color: #0f5853;
  --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: #2d333f;
  --mdc-checkbox-selected-hover-icon-color: #2d333f;
  --mdc-checkbox-selected-icon-color: #2d333f;
  --mdc-checkbox-selected-pressed-icon-color: #2d333f;
  --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: #2d333f;
  --mdc-checkbox-selected-hover-state-layer-color: #2d333f;
  --mdc-checkbox-selected-pressed-state-layer-color: #2d333f;
  --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: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

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: #2d333f;
  --mat-text-button-state-layer-color: #2d333f;
  --mat-text-button-ripple-color: rgba(45, 51, 63, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #0f5853;
  --mat-text-button-state-layer-color: #0f5853;
  --mat-text-button-ripple-color: rgba(15, 88, 83, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
  --mat-text-button-state-layer-color: #f44336;
  --mat-text-button-ripple-color: rgba(244, 67, 54, 0.1);
}

.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #2d333f;
  --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: #0f5853;
  --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-warn {
  --mdc-filled-button-container-color: #f44336;
  --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: #2d333f;
  --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: #0f5853;
  --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-warn {
  --mdc-protected-button-container-color: #f44336;
  --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: #2d333f;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #2d333f;
  --mat-outlined-button-ripple-color: rgba(45, 51, 63, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #0f5853;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #0f5853;
  --mat-outlined-button-ripple-color: rgba(15, 88, 83, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #f44336;
  --mat-outlined-button-ripple-color: rgba(244, 67, 54, 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: #2d333f;
  --mat-icon-button-state-layer-color: #2d333f;
  --mat-icon-button-ripple-color: rgba(45, 51, 63, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #0f5853;
  --mat-icon-button-state-layer-color: #0f5853;
  --mat-icon-button-ripple-color: rgba(15, 88, 83, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: rgba(244, 67, 54, 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: #2d333f;
  --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: #0f5853;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --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: #2d333f;
  --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: #0f5853;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #f44336;
  --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: #0f5853;
}

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: #2d333f;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #0f5853;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}

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: #2d333f;
  --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: #0f5853;
  --mat-badge-text-color: white;
}

.mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --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: #2d333f;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(45, 51, 63, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(45, 51, 63, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(45, 51, 63, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #2d333f;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(45, 51, 63, 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: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #0f5853;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(15, 88, 83, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(15, 88, 83, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(15, 88, 83, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(15, 88, 83, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}

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

.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: #2d333f;
}
.mat-icon.mat-accent {
  --mat-icon-color: #0f5853;
}
.mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}

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: #2d333f;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #2d333f;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #2d333f;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #0f5853;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #0f5853;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #0f5853;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}

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

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: #2d333f;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #0f5853;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}

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

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

.txt-primary {
  color: #0f5853;
}

body .txt-color-light {
  color: #6F737B;
}

body .brand-accent-border {
  border: 1px solid #0f5853;
}

body .brand-accent {
  background-color: #0f5853;
  color: #fff;
}

@keyframes load-animate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
    opacity: 0.35;
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.pulsate {
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  /* you dont need the stuff below, but its what I used to create the loading circle */
  border: 3px solid #999;
  border-radius: 30px;
  height: 18px;
  width: 18px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.5, 1.5, 1.5);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
.ripple {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transform: scale(0);
  position: absolute;
  opacity: 1;
}

.rippleEffect {
  animation: rippleDrop 0.6s linear;
}

@keyframes rippleDrop {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.waggle {
  transform: none;
  animation: waggle 1s forwards ease-out;
}

.sheen {
  position: relative;
  overflow: hidden;
}

.sheen:after {
  animation: sheen 400ms forwards ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.5) 50%, transparent);
  transform: rotateZ(60deg) translate(-1em, 160px);
}

@keyframes waggle {
  0% {
    transform: none;
  }
  50% {
    transform: rotateZ(-20deg) scale(1.2);
  }
  60% {
    transform: rotateZ(25deg) scale(1.2);
  }
  67.5% {
    transform: rotateZ(-15deg) scale(1.2);
  }
  75% {
    transform: rotateZ(15deg) scale(1.2);
  }
  82.5% {
    transform: rotateZ(-12deg) scale(1.2);
  }
  85% {
    transform: rotateZ(0) scale(1.2);
  }
  100% {
    transform: rotateZ(0) scale(1);
  }
}
@keyframes sheen {
  70% {
    opacity: 1;
  }
  100% {
    transform: rotateZ(60deg) translate(0, -160px);
    opacity: 0;
  }
}
.dialog-backdrop-light {
  background: rgba(0, 0, 0, 0.5);
}

.dialog-backdrop-dark {
  background: rgba(0, 0, 0, 0.7);
}

.dialog-top-align-wrapper {
  align-items: start !important;
  padding-top: 95px;
}

body .mat-mdc-dialog-container .mdc-dialog__content {
  color: #1A1A1A;
}

.animation-dialog .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 24px;
  padding: 24px;
}
.animation-dialog ._dialog-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
}
.animation-dialog ._dialog-content {
  text-align: center;
}
.animation-dialog ._bottom-actions {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.animation-dialog ._bottom-actions button {
  min-width: 120px;
}
.animation-dialog._dark .mat-mdc-dialog-container .mdc-dialog__surface {
  background-color: transparent;
  box-shadow: none;
}
.animation-dialog._dark ._dialog-title {
  color: #ffffff;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -50px;
  font-size: 28px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}
.animation-dialog._dark ._bottom-actions {
  display: none;
}

.rounded-dialog .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 24px;
  padding: 24px;
}
.rounded-dialog ._dialog-title {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.rounded-dialog ._dialog-content {
  overflow: hidden;
  overflow-y: auto;
}
.rounded-dialog ._bottom-actions {
  text-align: end;
}
.rounded-dialog ._bottom-actions button {
  height: 45px;
}
.rounded-dialog ._bottom-actions button:not(.mat-mdc-unelevated-button) {
  font-size: 16px;
}
.rounded-dialog ._bottom-actions button._cancel {
  opacity: 0.7;
}
.rounded-dialog ._bottom-actions button + button {
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}

.rounded-dialog-nopad .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 14px;
  padding: 0;
}
.rounded-dialog-nopad ._dialog-title {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 5px 1rem 0 1rem;
}
.rounded-dialog-nopad ._dialog-title > div {
  flex-grow: 1;
}
.rounded-dialog-nopad ._dialog-content {
  overflow: hidder;
  overflow-y: auto;
  max-height: calc(100vh - 250px);
}
.rounded-dialog-nopad ._bottom-actions {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  height: 70px;
  padding: 0 1rem 5px 1rem;
}
.rounded-dialog-nopad ._bottom-actions button {
  height: 45px;
}
.rounded-dialog-nopad ._bottom-actions button:not(.mat-mdc-unelevated-button) {
  font-size: 16px;
}
.rounded-dialog-nopad ._bottom-actions button._cancel {
  opacity: 0.7;
}

.fullscreen-dialog {
  width: 100%;
  max-width: 100% !important;
  height: 100vh;
  max-height: 100% !important;
}
.fullscreen-dialog ._dialog-title {
  display: flex;
  align-items: safe center;
  justify-content: space-between;
  height: calc(80px + env(safe-area-inset-top, 0));
  padding: 0 24px;
  padding-top: env(safe-area-inset-top, 0) !important;
  align-items: center;
}
.fullscreen-dialog ._dialog-content {
  margin: 0;
  max-height: calc(100vh - 80px);
  height: calc(100vh - 80px);
  overflow: hidden;
  overflow-y: auto;
}
.fullscreen-dialog._bg-light mat-dialog-container {
  background: #F2F4F7;
}
.fullscreen-dialog mat-dialog-container {
  max-width: none;
  max-height: none;
  padding: 0;
}
.fullscreen-dialog mat-dialog-container .mat-dialog-title {
  margin: 0;
}
.fullscreen-dialog mat-dialog-container .mat-dialog-title > div {
  height: 80px;
  padding: 0 24px;
  align-items: center;
}
.fullscreen-dialog mat-dialog-container .mat-dialog-content {
  margin: 0;
  max-height: calc(100vh - 80px);
  height: calc(100vh - 80px);
}

.dialog-close-button {
  background: rgba(0, 0, 0, 0.03) !important;
}

app-external-pay-dialog {
  display: block;
  overflow: scroll;
  height: 100%;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.m-dialog-message-long {
  font-size: 18px !important;
  text-align: start !important;
}

.mat-mdc-dialog-title._pay-dialog-title {
  padding-top: 10px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  display: flex !important;
  align-items: center !important;
}
.mat-mdc-dialog-title._pay-dialog-title:before {
  content: none;
}
.mat-mdc-dialog-title._pay-dialog-title > ._cap {
  flex-grow: 1;
}

mat-radio-button.m-0 label,
mat-checkbox.m-0 label {
  margin: 0 !important;
}

mat-icon {
  line-height: 1.2;
}
mat-icon.xs {
  font-size: 12px;
  height: 12px;
  width: 12px;
  line-height: 12px;
}
mat-icon.sm {
  font-size: 14px;
  height: 14px;
  width: 14px;
  line-height: 14px;
}
mat-icon.base {
  font-size: 16px;
  height: 16px;
  width: 16px;
  line-height: 16px;
}
mat-icon.md {
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
}
mat-icon.lg {
  font-size: 30px;
  height: 30px;
  width: 30px;
  line-height: 30px;
}
mat-icon.xl {
  font-size: 48px;
  height: 48px;
  width: 48px;
  line-height: 48px;
}
mat-icon.xxl {
  font-size: 180px;
  height: 180px;
  width: 180px;
  line-height: 180px;
}

mat-chip-list.mat-chip-list-sm .mat-chip {
  font-size: 12px;
}

mat-chip-list.center-chips .mat-chip-list-wrapper {
  justify-content: center;
}

.mat-icon-button.loading {
  position: relative;
}
.mat-icon-button.loading:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #0faeff;
  border-top: 2px solid transparent !important;
  border-radius: 100%;
  animation: load-animate infinite linear 1s;
}

.btn.btn-trans {
  border-radius: 25px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 2px 15px 0 rgba(0, 0, 0, 0.11);
  background-color: rgba(239, 239, 239, 0.33);
  border: 1px solid #fff;
  color: #fff;
}
.btn.btn-link {
  color: #0f5853;
}

.mat-split-boutton {
  display: flex;
}
.mat-split-boutton.rounded {
  border-radius: 25px !important;
  align-items: center;
  justify-content: center;
}
.mat-split-boutton._even > * {
  flex: 1 1 0;
  padding: 0 8px;
}
.mat-split-boutton.shadow {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-split-boutton > button {
  flex-grow: 1;
  box-shadow: none !important;
}
.mat-split-boutton > button:first-child {
  border-radius: 25px 0 0 25px !important;
}
.mat-split-boutton > button:not(:first-child) {
  margin-left: 2px;
}
.mat-split-boutton > button:last-child {
  border-radius: 0 25px 25px 0 !important;
}

.rtl .mat-split-boutton > button {
  flex-grow: 1;
  box-shadow: none !important;
}
.rtl .mat-split-boutton > button:first-child {
  border-radius: 0 25px 25px 0 !important;
}
.rtl .mat-split-boutton > button:not(:first-child) {
  margin-right: 2px;
}
.rtl .mat-split-boutton > button:last-child {
  border-radius: 25px 0 0 25px !important;
}

.mdc-button.active .mat-button-focus-overlay, .mat-raised-button.active .mat-button-focus-overlay, .mat-flat-button.active .mat-button-focus-overlay, .mat-stroked-button.active .mat-button-focus-overlay {
  opacity: 1;
}
.mdc-button.rounded, .mat-raised-button.rounded, .mat-flat-button.rounded, .mat-stroked-button.rounded {
  border-radius: 25px !important;
}
.mdc-button.b-drak, .mat-raised-button.b-drak, .mat-flat-button.b-drak, .mat-stroked-button.b-drak {
  border-color: #727272;
}
.mdc-button._cancel, .mat-raised-button._cancel, .mat-flat-button._cancel, .mat-stroked-button._cancel {
  opacity: 0.7;
}
.mdc-button.mat-mdc-outlined-button.mat-accent, .mat-raised-button.mat-mdc-outlined-button.mat-accent, .mat-flat-button.mat-mdc-outlined-button.mat-accent, .mat-stroked-button.mat-mdc-outlined-button.mat-accent {
  border-color: #0f5853;
}
.mdc-button ._next, .mat-raised-button ._next, .mat-flat-button ._next, .mat-stroked-button ._next {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
}
.mdc-button.block, .mat-raised-button.block, .mat-flat-button.block, .mat-stroked-button.block {
  display: block;
  width: 100%;
}
.mdc-button.lg, .mat-raised-button.lg, .mat-flat-button.lg, .mat-stroked-button.lg {
  height: 50px;
}
.mdc-button.lg .mat-button-wrapper, .mat-raised-button.lg .mat-button-wrapper, .mat-flat-button.lg .mat-button-wrapper, .mat-stroked-button.lg .mat-button-wrapper {
  font-size: 16px;
  font-weight: normal;
}
.mdc-button.btnpay, .mat-raised-button.btnpay, .mat-flat-button.btnpay, .mat-stroked-button.btnpay {
  background: #9C80A8 !important;
  color: #fff !important;
}
.mdc-button.btnpay.loading:before, .mat-raised-button.btnpay.loading:before, .mat-flat-button.btnpay.loading:before, .mat-stroked-button.btnpay.loading:before {
  border-color: #fff;
}

.rtl .close-button-modal-fixed {
  left: 10px;
  right: auto;
}

.close-button-modal-fixed {
  position: absolute !important;
  right: 10px;
  top: 10px;
  z-index: 1;
}

.mat-expansion-panel-nopad .mat-expansion-panel-body {
  padding: 0;
}

mat-form-field {
  width: 100%;
}

mat-error {
  font-size: 12px;
}

.condensed-fields .mat-form-field-appearance-outline .mat-form-field-wrapper {
  margin: 6px 0;
  padding: 0 !important;
}
.condensed-fields .mat-form-field-appearance-outline.with-pad .mat-form-field-wrapper {
  padding-bottom: 1.34375em !important;
}

.form-field-block-light {
  display: block !important;
}
.form-field-block-light .mat-form-field-outline {
  background: #fff;
}

.mat-form-field-appearance-outline .mat-form-field-prefix, .mat-form-field-appearance-outline .mat-form-field-suffix {
  display: flex;
}

body .mat-accordion .mat-expansion-panel:last-of-type {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

body .mat-accordion .mat-expansion-panel:first-of-type {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.block-ui-wrapper {
  background: rgba(250, 250, 250, 0.1) !important;
  z-index: 1000 !important;
}
.dark-block .block-ui-wrapper {
  background: rgba(255, 255, 255, 0.8) !important;
}
.block-ui-wrapper .block-ui-spinner, .block-ui-wrapper .block-ui-template {
  top: 50%;
}
.block-ui-wrapper .block-ui-spinner .loader, .block-ui-wrapper .block-ui-spinner .loader:after, .block-ui-wrapper .block-ui-template .loader, .block-ui-wrapper .block-ui-template .loader:after {
  border-left-color: #0f5853;
  width: 15em;
  height: 15em;
}
.block-ui-wrapper .block-ui-spinner > .message, .block-ui-wrapper .block-ui-template > .message {
  color: #0f5853;
  white-space: pre;
  font-weight: 500;
}

.auto-complete-container > .dropdown-menu > .dropdown-item {
  padding: 12px 20px;
}

.row.row-sm {
  margin-right: -10px;
  margin-left: -10px;
}
.row.row-sm > div {
  padding-right: 10px;
  padding-left: 10px;
}

.list-group {
  padding: 0 !important;
}

.list-group-item.active {
  background-color: #0f5853;
  border-color: #0f5853;
}

.btn-primary:hover,
.btn-primary {
  color: #fff;
  background-color: #0f5853;
  border-color: #0f5853;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0f5853;
  border-color: #0f5853;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 205, 255, 0.5);
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 205, 255, 0.5);
}

.btn-outline-tabit {
  color: #727272;
  border-color: #0f5853;
  background: transparent;
}
.btn-outline-tabit.active {
  color: #fff;
  background-color: #0f5853;
}

.form-control:focus {
  box-shadow: inset 0 0 0.4rem 0 rgba(41, 205, 255, 0.25);
}

.btn-group > button.btn:focus {
  box-shadow: none;
}
.btn-group > button.btn:active {
  box-shadow: none;
  background-color: inherit;
  border-color: inherit;
}

.rtl #toastr-container {
  transform: translateY(20px);
}
.rtl #toastr-container > div.toastr.toastr-info {
  background: #0faeff;
}
.rtl #toastr-container > div.toastr.toastr-info,
.rtl #toastr-container > div.toastr.toastr-warning,
.rtl #toastr-container > div.toastr.toastr-error,
.rtl #toastr-container > div.toastr.toastr-success {
  background-image: none !important;
  box-shadow: none !important;
  min-height: none;
  padding: 20px 15px;
}
.rtl #toastr-container .toastr-close-button {
  position: relative;
  left: -5px;
  right: auto;
  top: 0px !important;
  float: left;
  font-size: 25px;
  line-height: 20px;
}

mat-snack-bar-container > .mdc-snackbar__surface {
  background-color: #551571 !important;
  color: #ffffff !important;
  padding: 16px 0;
  border-radius: 16px;
}
mat-snack-bar-container > .mdc-snackbar__surface button.mat-mdc-snack-bar-action:not(:disabled) {
  color: yellow !important;
}
mat-snack-bar-container._success .mdc-snackbar__surface {
  background-color: #51a351 !important;
}
mat-snack-bar-container._warning .mdc-snackbar__surface {
  background-color: #f89406 !important;
}
mat-snack-bar-container._error .mdc-snackbar__surface {
  background-color: #bd362f !important;
}

.mat-drawer-container {
  background: #F2F4F7;
  color: rgb(45, 51, 63);
}

.ngx-mat-tel-input-container input {
  direction: ltr;
  text-align: left;
}

.country-selector-code {
  display: inline-block;
  direction: ltr;
}

.grecaptcha-badge {
  visibility: hidden;
  pointer-events: none;
}

.grecaptcha-text {
  padding: 5px 20px;
  direction: ltr;
  text-align: center;
  font-size: 12px;
  font-style: italic;
}

/* In CG Iframe Dialog, we need to remove the margin on label bottom since it wasn't aligned with the checkbox */
.mat-mdc-checkbox .mdc-form-field .mdc-label {
  margin-bottom: 0;
}

mat-checkbox.check-required .mdc-checkbox__background {
  border-color: #ff6e40 !important;
}
mat-checkbox.check-required .mdc-label {
  color: #ff6e40 !important;
}

mat-sidenav-container {
  height: 100vh;
}
mat-sidenav-container mat-sidenav {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-end-end-radius: 10px;
  border-start-end-radius: 10px;
}

.app-sidenav {
  border-start-end-radius: 15px !important;
  border-end-end-radius: 15px !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.host-default {
  background: #F2F4F7;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.scroll-y {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.inline {
  display: inline-block;
}

.font-bold {
  font-weight: 600;
}

.font-semi-bold {
  font-weight: 500;
}

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

.text-xxl {
  font-size: 30px;
}

.text-lg {
  font-size: 18px;
}

h4, .h4 {
  font-size: 20px;
}

.text-md {
  font-size: 16px;
}

.text-base {
  font-size: 14px;
}

.text-sm {
  font-size: 13px;
}

.text-xs {
  font-size: 12px;
}

.text-near {
  text-align: left;
}

.text-far {
  text-align: right;
}

.pull-near {
  float: left;
}

.pull-far {
  float: right;
}

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

.text-muted {
  opacity: 0.7;
}

.text-lighter {
  color: #727272;
}

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

.pre-wrap {
  white-space: pre-wrap;
}

.no-events {
  pointer-events: none;
}

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

.rtl .text-price-negative:after {
  content: "-";
}

.ltr .text-price-negative:before {
  content: "-";
}

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

.flex-center-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.text-accent {
  color: #0f5853;
}

.bg-accent {
  background-color: #0f5853;
  color: #fff;
}

ilogod {
  margin: 0 3px;
  display: inline-block;
  width: 40px;
  height: 13px;
  background: url(/assets/images/logo-light.svg) no-repeat center;
  background-size: contain;
}

ilogow {
  margin: 0 3px;
  display: inline-block;
  width: 40px;
  height: 13px;
  background: url(/assets/images/logo-white.svg) no-repeat center;
  background-size: contain;
}

emlg {
  font-size: 1.2em;
  font-weight: 500;
}

.small-gutters {
  margin-right: -5px;
  margin-left: -5px;
}
.small-gutters > .col,
.small-gutters > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.mat-icon.mat-accent.text-highlight,
.text-highlight {
  color: #0f5853;
}

.no-shadow {
  box-shadow: none !important;
}

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

.no-margins {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.ltr-field {
  direction: ltr;
}

.rtl .text-near {
  text-align: right;
}
.rtl .text-far {
  text-align: left;
}
.rtl .pull-near {
  float: right;
}
.rtl .pull-far {
  float: left;
}
.rtl .px-1 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.rtl .px-2 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.rtl .px-3 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.no-shadow {
  box-shadow: none !important;
}

.wiz-tabs.hide-headers > mat-tab-header {
  display: none;
}

.big-dialog-panel {
  max-width: none !important;
  max-height: none !important;
  width: calc(100% - 2em) !important;
  height: calc(100% - 2em) !important;
}

.cdk-overlay-pane.full {
  background: #fafafa;
  box-sizing: border-box;
  width: 100%;
  max-width: 100% !important;
  height: 100vh;
  max-height: 100%;
}
.cdk-overlay-pane.full .mat-dialog-container {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.generic-desc {
  padding: 1rem 1.5rem;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
}

.generic-body {
  padding: 1.5rem 1.5rem;
}

.generic-list-accordion > mat-expansion-panel {
  background: transparent;
  box-shadow: none !important;
}
.generic-list-accordion > mat-expansion-panel:not(.mat-expanded) {
  border-bottom: 1px solid #e3e3e3;
}
.generic-list-accordion > mat-expansion-panel .mat-expansion-panel-header:hover {
  background: transparent !important;
}
.generic-list-accordion > mat-expansion-panel .mat-expansion-panel-header-title {
  font-weight: 600;
}
.generic-list-accordion > mat-expansion-panel .mat-expansion-panel-body {
  padding: 0;
}

.generic-list-nodata {
  opacity: 0.8;
  text-align: center;
  padding: 15px 10px;
}

.generic-list > .generic-list-item {
  display: flex;
  align-items: center;
  padding: 16px 16px;
  height: 90px;
  gap: 1rem;
}
.generic-list > .generic-list-item > ._avatar {
  width: 50px !important;
  height: 50px !important;
  background-repeat: no-repeat;
  background-position: center;
}
.generic-list > .generic-list-item > ._content {
  flex-grow: 1;
}
.generic-list > .generic-list-item > ._content > ._title {
  font-weight: 500;
  font-size: 18px;
}
.generic-list > .generic-list-item > ._content > ._line {
  font-weight: 500;
  font-size: 14px;
}

.mat-nav-list.mat-nav-list-bottom .mat-mdc-list-item-title {
  font-size: 18px !important;
}

.accordion-container {
  padding: 16px 10px;
}
.accordion-container mat-accordion {
  margin: 0;
}
.accordion-container mat-accordion > mat-expansion-panel {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}
.accordion-container mat-accordion > mat-expansion-panel .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87) !important;
}
.accordion-container mat-accordion > mat-expansion-panel.no-pad .mat-expansion-panel-body {
  padding: 0 0;
}

.alt-panel {
  background-color: #eee;
  border-radius: 8px;
}

.alt-panel-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 600;
}

.alt-panel-body {
  padding: 16px;
}

.data-rows-condensed {
  font-size: 0.9em;
}
.data-rows-condensed hr {
  margin: 0.4rem 0;
}

.alt-data-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.3em;
  padding: 0.4em 0;
  font-weight: 500;
  font-size: 1em;
}
.alt-data-row > ._title {
  flex-grow: 1;
}

.my-panel {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  background: #fff;
  border-radius: 8px;
}
.my-panel._bg {
  background-color: #fafafa;
}
.my-panel > .my-panel-header {
  height: 64px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 16px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.my-panel > .my-panel-body {
  padding: 16px;
}
.my-panel > .my-panel-body ._panel-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
  text-align: start;
}

.my-panel-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
  text-align: start;
}

.btn-bordered {
  min-height: 56px;
  padding: 0;
  font-size: 16px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background: #fdfdfd;
  color: #2D333F;
}
.btn-bordered .info {
  color: #6F737B;
  font-weight: 400 !important;
  font-size: 12px;
}
.btn-bordered .info._lg {
  font-size: 15px;
}
.btn-bordered.active {
  color: #0f5853;
  border-color: #0f5853;
  font-weight: 600;
}
.btn-bordered.active .info {
  color: #0f5853;
}
.btn-bordered.highlight {
  background-color: #E6FAF0;
}

.btn-bordered-image {
  height: 48px;
  padding: 6px !important;
  border: 1px solid #E6E9ED;
  border-radius: 24px;
  background: #fdfdfd;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.0784313725);
  display: flex;
  align-items: center;
  color: #2D333F;
}
.btn-bordered-image._only {
  width: 48px;
}
.btn-bordered-image.active {
  color: #0f5853;
  border-color: #0f5853;
}

.image-icon-badge {
  width: 36px;
  height: 36px;
  background: #E6FAF0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  color: #0f5853;
}
.image-icon-badge > .mat-icon {
  transform: scale(0.8);
}

.spacer-bottom {
  padding-bottom: 120px;
}

.fixed-bottom {
  z-index: 1000;
}

.spacer-bottom-small {
  padding-bottom: 50px;
}

.alert-accent {
  padding: 1rem;
  background-color: #0f5853;
  color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
}
.alert-accent .alert-accent-header {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}
.alert-accent .alert-accent-header > ._title {
  flex-grow: 1;
}
.alert-accent ._balance-row {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.alert-accent ._balance-row > * {
  text-align: center;
}
.alert-accent ._balance-row > * > span {
  display: inline-block;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.alert-accent ._balance-row > * > span:after {
  content: ":";
}
.alert-accent .alert-accent-body {
  font-size: 14px;
}

.flag {
  background-image: url(/assets/phone/flags_sprite_2x.png);
  background-size: 100% auto;
  height: 14px;
  width: 24px;
}
.flag.KY {
  background-position: 0 0;
}
.flag.AC {
  background-position: 0 -14px;
}
.flag.AE {
  background-position: 0 -28px;
}
.flag.AF {
  background-position: 0 -42px;
}
.flag.AG {
  background-position: 0 -56px;
}
.flag.AI {
  background-position: 0 -70px;
}
.flag.AL {
  background-position: 0 -84px;
}
.flag.AM {
  background-position: 0 -98px;
}
.flag.AO {
  background-position: 0 -112px;
}
.flag.AQ {
  background-position: 0 -126px;
}
.flag.AR {
  background-position: 0 -140px;
}
.flag.AS {
  background-position: 0 -154px;
}
.flag.AT {
  background-position: 0 -168px;
}
.flag.AU {
  background-position: 0 -182px;
}
.flag.AW {
  background-position: 0 -196px;
}
.flag.AX {
  background-position: 0 -210px;
}
.flag.AZ {
  background-position: 0 -224px;
}
.flag.BA {
  background-position: 0 -238px;
}
.flag.BB {
  background-position: 0 -252px;
}
.flag.BD {
  background-position: 0 -266px;
}
.flag.BE {
  background-position: 0 -280px;
}
.flag.BF {
  background-position: 0 -294px;
}
.flag.BG {
  background-position: 0 -308px;
}
.flag.BH {
  background-position: 0 -322px;
}
.flag.BI {
  background-position: 0 -336px;
}
.flag.BJ {
  background-position: 0 -350px;
}
.flag.BL {
  background-position: 0 -364px;
}
.flag.BM {
  background-position: 0 -378px;
}
.flag.BN {
  background-position: 0 -392px;
}
.flag.BO {
  background-position: 0 -406px;
}
.flag.BQ {
  background-position: 0 -420px;
}
.flag.BR {
  background-position: 0 -434px;
}
.flag.BS {
  background-position: 0 -448px;
}
.flag.BT {
  background-position: 0 -462px;
}
.flag.BV {
  background-position: 0 -476px;
}
.flag.BW {
  background-position: 0 -490px;
}
.flag.BY {
  background-position: 0 -504px;
}
.flag.BZ {
  background-position: 0 -518px;
}
.flag.CA {
  background-position: 0 -532px;
}
.flag.CC {
  background-position: 0 -546px;
}
.flag.CD {
  background-position: 0 -560px;
}
.flag.CF {
  background-position: 0 -574px;
}
.flag.CG {
  background-position: 0 -588px;
}
.flag.CH {
  background-position: 0 -602px;
}
.flag.CI {
  background-position: 0 -616px;
}
.flag.CK {
  background-position: 0 -630px;
}
.flag.CL {
  background-position: 0 -644px;
}
.flag.CM {
  background-position: 0 -658px;
}
.flag.CN {
  background-position: 0 -672px;
}
.flag.CO {
  background-position: 0 -686px;
}
.flag.CP {
  background-position: 0 -700px;
}
.flag.CR {
  background-position: 0 -714px;
}
.flag.CU {
  background-position: 0 -728px;
}
.flag.CV {
  background-position: 0 -742px;
}
.flag.CW {
  background-position: 0 -756px;
}
.flag.CX {
  background-position: 0 -770px;
}
.flag.CY {
  background-position: 0 -784px;
}
.flag.CZ {
  background-position: 0 -798px;
}
.flag.DE {
  background-position: 0 -812px;
}
.flag.DG {
  background-position: 0 -826px;
}
.flag.DJ {
  background-position: 0 -840px;
}
.flag.DK {
  background-position: 0 -854px;
}
.flag.DM {
  background-position: 0 -868px;
}
.flag.DO {
  background-position: 0 -882px;
}
.flag.DZ {
  background-position: 0 -896px;
}
.flag.EA {
  background-position: 0 -910px;
}
.flag.EC {
  background-position: 0 -924px;
}
.flag.EE {
  background-position: 0 -938px;
}
.flag.EG {
  background-position: 0 -952px;
}
.flag.EH {
  background-position: 0 -966px;
}
.flag.ER {
  background-position: 0 -980px;
}
.flag.ES {
  background-position: 0 -994px;
}
.flag.ET {
  background-position: 0 -1008px;
}
.flag.EU {
  background-position: 0 -1022px;
}
.flag.FI {
  background-position: 0 -1036px;
}
.flag.FJ {
  background-position: 0 -1050px;
}
.flag.FK {
  background-position: 0 -1064px;
}
.flag.FM {
  background-position: 0 -1078px;
}
.flag.FO {
  background-position: 0 -1092px;
}
.flag.FR {
  background-position: 0 -1106px;
}
.flag.GA {
  background-position: 0 -1120px;
}
.flag.GB {
  background-position: 0 -1134px;
}
.flag.GD {
  background-position: 0 -1148px;
}
.flag.GE {
  background-position: 0 -1162px;
}
.flag.GF {
  background-position: 0 -1176px;
}
.flag.GG {
  background-position: 0 -1190px;
}
.flag.GH {
  background-position: 0 -1204px;
}
.flag.GI {
  background-position: 0 -1218px;
}
.flag.GL {
  background-position: 0 -1232px;
}
.flag.GM {
  background-position: 0 -1246px;
}
.flag.GN {
  background-position: 0 -1260px;
}
.flag.GP {
  background-position: 0 -1274px;
}
.flag.GQ {
  background-position: 0 -1288px;
}
.flag.GR {
  background-position: 0 -1302px;
}
.flag.GS {
  background-position: 0 -1316px;
}
.flag.GT {
  background-position: 0 -1330px;
}
.flag.GU {
  background-position: 0 -1344px;
}
.flag.GW {
  background-position: 0 -1358px;
}
.flag.GY {
  background-position: 0 -1372px;
}
.flag.HK {
  background-position: 0 -1386px;
}
.flag.HM {
  background-position: 0 -1400px;
}
.flag.HN {
  background-position: 0 -1414px;
}
.flag.HR {
  background-position: 0 -1428px;
}
.flag.HT {
  background-position: 0 -1442px;
}
.flag.HU {
  background-position: 0 -1456px;
}
.flag.IC {
  background-position: 0 -1470px;
}
.flag.ID {
  background-position: 0 -1484px;
}
.flag.IE {
  background-position: 0 -1498px;
}
.flag.IL {
  background-position: 0 -1512px;
}
.flag.IM {
  background-position: 0 -1526px;
}
.flag.IN {
  background-position: 0 -1540px;
}
.flag.IO {
  background-position: 0 -1554px;
}
.flag.IQ {
  background-position: 0 -1568px;
}
.flag.IR {
  background-position: 0 -1582px;
}
.flag.IS {
  background-position: 0 -1596px;
}
.flag.IT {
  background-position: 0 -1610px;
}
.flag.JE {
  background-position: 0 -1624px;
}
.flag.JM {
  background-position: 0 -1638px;
}
.flag.JO {
  background-position: 0 -1652px;
}
.flag.JP {
  background-position: 0 -1666px;
}
.flag.KE {
  background-position: 0 -1680px;
}
.flag.KG {
  background-position: 0 -1694px;
}
.flag.KH {
  background-position: 0 -1708px;
}
.flag.KI {
  background-position: 0 -1722px;
}
.flag.KM {
  background-position: 0 -1736px;
}
.flag.KN {
  background-position: 0 -1750px;
}
.flag.KP {
  background-position: 0 -1764px;
}
.flag.KR {
  background-position: 0 -1778px;
}
.flag.KW {
  background-position: 0 -1792px;
}
.flag.AD {
  background-position: 0 -1806px;
}
.flag.KZ {
  background-position: 0 -1820px;
}
.flag.LA {
  background-position: 0 -1834px;
}
.flag.LB {
  background-position: 0 -1848px;
}
.flag.LC {
  background-position: 0 -1862px;
}
.flag.LI {
  background-position: 0 -1876px;
}
.flag.LK {
  background-position: 0 -1890px;
}
.flag.LR {
  background-position: 0 -1904px;
}
.flag.LS {
  background-position: 0 -1918px;
}
.flag.LT {
  background-position: 0 -1932px;
}
.flag.LU {
  background-position: 0 -1946px;
}
.flag.LV {
  background-position: 0 -1960px;
}
.flag.LY {
  background-position: 0 -1974px;
}
.flag.MA {
  background-position: 0 -1988px;
}
.flag.MC {
  background-position: 0 -2002px;
}
.flag.MD {
  background-position: 0 -2016px;
}
.flag.ME {
  background-position: 0 -2030px;
}
.flag.MF {
  background-position: 0 -2044px;
}
.flag.MG {
  background-position: 0 -2058px;
}
.flag.MH {
  background-position: 0 -2072px;
}
.flag.MK {
  background-position: 0 -2086px;
}
.flag.ML {
  background-position: 0 -2100px;
}
.flag.MM {
  background-position: 0 -2114px;
}
.flag.MN {
  background-position: 0 -2128px;
}
.flag.MO {
  background-position: 0 -2142px;
}
.flag.MP {
  background-position: 0 -2156px;
}
.flag.MQ {
  background-position: 0 -2170px;
}
.flag.MR {
  background-position: 0 -2184px;
}
.flag.MS {
  background-position: 0 -2198px;
}
.flag.MT {
  background-position: 0 -2212px;
}
.flag.MU {
  background-position: 0 -2226px;
}
.flag.MV {
  background-position: 0 -2240px;
}
.flag.MW {
  background-position: 0 -2254px;
}
.flag.MX {
  background-position: 0 -2268px;
}
.flag.MY {
  background-position: 0 -2282px;
}
.flag.MZ {
  background-position: 0 -2296px;
}
.flag.NA {
  background-position: 0 -2310px;
}
.flag.NC {
  background-position: 0 -2324px;
}
.flag.NE {
  background-position: 0 -2338px;
}
.flag.NF {
  background-position: 0 -2352px;
}
.flag.NG {
  background-position: 0 -2366px;
}
.flag.NI {
  background-position: 0 -2380px;
}
.flag.NL {
  background-position: 0 -2394px;
}
.flag.NO {
  background-position: 0 -2408px;
}
.flag.NP {
  background-position: 0 -2422px;
}
.flag.NR {
  background-position: 0 -2436px;
}
.flag.NU {
  background-position: 0 -2450px;
}
.flag.NZ {
  background-position: 0 -2464px;
}
.flag.OM {
  background-position: 0 -2478px;
}
.flag.PA {
  background-position: 0 -2492px;
}
.flag.PE {
  background-position: 0 -2506px;
}
.flag.PF {
  background-position: 0 -2520px;
}
.flag.PG {
  background-position: 0 -2534px;
}
.flag.PH {
  background-position: 0 -2548px;
}
.flag.PK {
  background-position: 0 -2562px;
}
.flag.PL {
  background-position: 0 -2576px;
}
.flag.PM {
  background-position: 0 -2590px;
}
.flag.PN {
  background-position: 0 -2604px;
}
.flag.PR {
  background-position: 0 -2618px;
}
.flag.PS {
  background-position: 0 -2632px;
}
.flag.PT {
  background-position: 0 -2646px;
}
.flag.PW {
  background-position: 0 -2660px;
}
.flag.PY {
  background-position: 0 -2674px;
}
.flag.QA {
  background-position: 0 -2688px;
}
.flag.RE {
  background-position: 0 -2702px;
}
.flag.RO {
  background-position: 0 -2716px;
}
.flag.RS {
  background-position: 0 -2730px;
}
.flag.RU {
  background-position: 0 -2744px;
}
.flag.RW {
  background-position: 0 -2758px;
}
.flag.SA {
  background-position: 0 -2772px;
}
.flag.SB {
  background-position: 0 -2786px;
}
.flag.SC {
  background-position: 0 -2800px;
}
.flag.SD {
  background-position: 0 -2814px;
}
.flag.SE {
  background-position: 0 -2828px;
}
.flag.SG {
  background-position: 0 -2842px;
}
.flag.SH {
  background-position: 0 -2856px;
}
.flag.SI {
  background-position: 0 -2870px;
}
.flag.SJ {
  background-position: 0 -2884px;
}
.flag.SK {
  background-position: 0 -2898px;
}
.flag.SL {
  background-position: 0 -2912px;
}
.flag.SM {
  background-position: 0 -2926px;
}
.flag.SN {
  background-position: 0 -2940px;
}
.flag.SO {
  background-position: 0 -2954px;
}
.flag.SR {
  background-position: 0 -2968px;
}
.flag.SS {
  background-position: 0 -2982px;
}
.flag.ST {
  background-position: 0 -2996px;
}
.flag.SV {
  background-position: 0 -3010px;
}
.flag.SX {
  background-position: 0 -3024px;
}
.flag.SY {
  background-position: 0 -3038px;
}
.flag.SZ {
  background-position: 0 -3052px;
}
.flag.TA {
  background-position: 0 -3066px;
}
.flag.TC {
  background-position: 0 -3080px;
}
.flag.TD {
  background-position: 0 -3094px;
}
.flag.TF {
  background-position: 0 -3108px;
}
.flag.TG {
  background-position: 0 -3122px;
}
.flag.TH {
  background-position: 0 -3136px;
}
.flag.TJ {
  background-position: 0 -3150px;
}
.flag.TK {
  background-position: 0 -3164px;
}
.flag.TL {
  background-position: 0 -3178px;
}
.flag.TM {
  background-position: 0 -3192px;
}
.flag.TN {
  background-position: 0 -3206px;
}
.flag.TO {
  background-position: 0 -3220px;
}
.flag.TR {
  background-position: 0 -3234px;
}
.flag.TT {
  background-position: 0 -3248px;
}
.flag.TV {
  background-position: 0 -3262px;
}
.flag.TW {
  background-position: 0 -3276px;
}
.flag.TZ {
  background-position: 0 -3290px;
}
.flag.UA {
  background-position: 0 -3304px;
}
.flag.UG {
  background-position: 0 -3318px;
}
.flag.UM {
  background-position: 0 -3332px;
}
.flag.UN {
  background-position: 0 -3346px;
}
.flag.US {
  background-position: 0 -3360px;
}
.flag.UY {
  background-position: 0 -3374px;
}
.flag.UZ {
  background-position: 0 -3388px;
}
.flag.VA {
  background-position: 0 -3402px;
}
.flag.VC {
  background-position: 0 -3416px;
}
.flag.VE {
  background-position: 0 -3430px;
}
.flag.VG {
  background-position: 0 -3444px;
}
.flag.VI {
  background-position: 0 -3458px;
}
.flag.VN {
  background-position: 0 -3472px;
}
.flag.VU {
  background-position: 0 -3486px;
}
.flag.WF {
  background-position: 0 -3500px;
}
.flag.WS {
  background-position: 0 -3514px;
}
.flag.XK {
  background-position: 0 -3528px;
}
.flag.YE {
  background-position: 0 -3542px;
}
.flag.YT {
  background-position: 0 -3556px;
}
.flag.ZA {
  background-position: 0 -3570px;
}
.flag.ZM {
  background-position: 0 -3584px;
}
.flag.ZW {
  background-position: 0 -3598px;
}

.main-btn-bottom {
  display: block !important;
  width: 100%;
}

.main-continue-btn {
  border-radius: 25px !important;
  display: block !important;
  width: 100%;
  -webkit-padding-end: 10px !important;
          padding-inline-end: 10px !important;
  -webkit-padding-start: 24px !important;
          padding-inline-start: 24px !important;
}
.main-continue-btn ._inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  gap: 10px;
}
.main-continue-btn ._inner > b {
  flex-grow: 1;
  font-weight: 600;
  text-align: start;
}
.main-continue-btn ._inner > ._cont {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  padding: 0 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 36px;
  height: 36px;
}
.main-continue-btn ._inner > ._cont mat-icon {
  display: flex;
  align-items: center;
}

.ltr .rotate-ltr {
  transform: scaleX(-1);
}

.rtl .rotate-rtl {
  transform: scaleX(-1);
}

.rtl .order-ticket .order-ticket-body {
  text-align: right;
}

.order-ticket {
  margin-bottom: 10px;
}
.order-ticket .order-ticket-body {
  background-repeat: repeat-y;
  background-position: top left;
  min-height: 200px;
  font-size: 14px;
  position: relative;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  padding: 15px 20px;
}
.order-ticket .order-ticket-body._h-auto {
  min-height: unset;
}
.order-ticket .order-ticket-body ._sm {
  font-size: 12px;
}
.order-ticket .order-ticket-body ._base {
  font-size: 14px;
}
.order-ticket .order-ticket-body ._md {
  font-size: 16px;
}
.order-ticket hr {
  margin: 16px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.order-ticket hr.no-top {
  margin-top: 6px;
}
.order-ticket .ticket-box-table {
  width: 100%;
}
.order-ticket .ticket-box-table._sm td, .order-ticket .ticket-box-table._sm th {
  padding: 3px 1px;
}
.order-ticket .ticket-box-table tr > th {
  width: 100%;
  font-weight: normal;
}
.order-ticket .ticket-box-table tr > th > ._counter {
  display: inline-block;
  min-width: 20px;
}
.order-ticket .ticket-box-table tr > th > ._counter-large {
  display: inline-block;
  min-width: 20px;
}
.order-ticket .ticket-box-table tr > td {
  white-space: nowrap;
  text-align: right;
}
.order-ticket .ticket-box-table tr.font-bold > th, .order-ticket .ticket-box-table tr.font-bold > th {
  font-weight: 600;
  white-space: nowrap;
}
.order-ticket h3 {
  font-size: 18px;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
}
.order-ticket h4 {
  font-size: 17px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
.order-ticket .pull-far {
  text-align: right;
  min-width: 65px;
}
.order-ticket .order-ticket-header {
  color: #0f5853;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 0;
}
.order-ticket .order-ticket-check {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 5px;
  min-height: 55px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 6px 10px 6px 15px;
}
.order-ticket .order-ticket-check._paid {
  box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, 0.11);
}
.order-ticket .order-ticket-check ._table {
  padding: 6px 0;
}
.order-ticket .order-ticket-check ._table > div {
  display: flex;
  align-items: center;
}
.order-ticket .order-ticket-check ._table > div.first {
  font-weight: 500;
}
.order-ticket .order-ticket-check ._table > div._more {
  font-size: 12px;
}
.order-ticket .order-ticket-check ._table > div > ._cap {
  padding: 6px 0;
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.order-ticket .order-ticket-check ._table > div > ._tip {
  text-align: right;
  white-space: nowrap;
}
.order-ticket .order-ticket-check ._table > div > ._amount {
  text-align: right;
  min-width: 75px;
}
.order-ticket .order-ticket-check > ._name {
  flex-grow: 1;
  font-weight: 600;
}
.order-ticket .order-ticket-check:last-child {
  margin-bottom: 0;
}
.rtl .order-ticket .order-ticket-check {
  padding: 0 15px 0 10px;
}

.order-ticket-diners {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 18px;
  padding: 0 1rem;
  overflow: hidden;
  overflow-x: auto;
}
.order-ticket-diners._more {
  justify-content: start;
  position: relative;
  flex-wrap: nowrap;
  padding-top: 6px;
  padding-bottom: 2px;
  top: -6px;
  overflow: hidden;
  overflow-x: auto;
}

.order-ticket-diner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.order-ticket-diner > ._label {
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 95px;
}

.order-ticket-diner-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}
.order-ticket-diner-icon.isowner mat-icon {
  margin-top: 9px;
}
.order-ticket-diner-icon > .diner-badge, .order-ticket-diner-icon > .owner-badge {
  position: absolute;
  top: -6px;
  inset-inline-end: -6px;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  text-align: center;
  line-height: 15px;
  font-size: 11px;
  border: 2px solid #fff;
}
.order-ticket-diner-icon > .owner-badge {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 20px;
  inset-inline-start: -7px;
  inset-inline-end: auto;
  background-color: #fff !important;
  border-width: 0px;
}

.ticket-box-powered {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.7;
  text-transform: uppercase;
  direction: ltr;
}
.ticket-box-powered > img {
  height: 12px;
  -webkit-margin-end: 0.25rem;
          margin-inline-end: 0.25rem;
}

.module-container {
  display: inline;
}
.module-container .module-bar {
  top: -80px;
  transition: top ease-in-out 0.3s;
}
.module-container .module-body {
  padding: calc(60px + env(safe-area-inset-top, 0)) 0 140px 0;
}
.module-container .module-body.no-pad {
  padding: 0;
}
.module-container.with-banner .module-bar {
  top: 0;
}
.module-container.with-banner .module-body {
  padding: 140px 0 140px 0;
}
.module-container.with-banner .module-body.no-pad {
  padding: 60 0 0 0;
}

app-tabitapp-banner {
  height: 80px;
  width: 100%;
  background: #FFF;
  color: #000;
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
app-tabitapp-banner .smart-banner-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
app-tabitapp-banner .smart-banner-container .textual-area {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 1rem;
  line-height: 140%;
}
app-tabitapp-banner .smart-banner-container .textual-area .textual-title {
  font-weight: bold;
  font-size: 1.2rem;
}
app-tabitapp-banner .smart-banner-container .textual-area .textual-body {
  font-size: 1rem;
}
app-tabitapp-banner .smart-banner-container .image-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
app-tabitapp-banner .smart-banner-container .image-area img {
  height: 2.4rem;
}
app-tabitapp-banner .smart-banner-container .close-banner {
  color: #000;
  width: auto;
  height: 100%;
  box-sizing: content-box;
  padding: 0 1rem 0 0;
}
.rtl app-tabitapp-banner .smart-banner-container .textual-area {
  padding: 0 1rem 0 0;
}
.rtl app-tabitapp-banner .smart-banner-container .close-banner {
  padding: 0 0 0 1rem;
}

.mat-selection-list-reverse > mat-list-option > div {
  flex-direction: row !important;
}

.key-pad {
  display: block !important;
  margin: auto !important;
  max-width: 250px;
}
.key-pad > ._value {
  padding: 0 5px;
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  border-bottom: 1px solid #0f5853;
}
.key-pad > ._value._revo {
  flex-flow: row-reverse;
}
.key-pad > ._value > div {
  font-size: 30px;
  line-height: 40px;
}
.key-pad > ._value > div._currency {
  font-size: 19px;
}
.key-pad .keys {
  direction: ltr;
}
.key-pad .btn-keypad {
  padding: 4px 0;
  text-align: center;
}
.key-pad .btn-keypad > button {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.1411764706), 0 1px 5px rgba(0, 0, 0, 0.1215686275);
  background: transparent;
  width: 60px;
  height: 60px;
}
.key-pad .btn-keypad > button:disabled {
  box-shadow: 0 0 0 1px rgba(114, 114, 114, 0.34);
}
.key-pad .btn-keypad > button .mdc-button__label {
  font-size: 18px;
  font-weight: normal;
  color: #727272;
  /*color:#fff;*/
}

.bottom-actions {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0 1.5rem;
}

.toggle-row {
  display: flex;
  align-items: center;
  padding: 16px 0;
}
.toggle-row > .cap {
  flex-grow: 1;
}
.toggle-row > .amount {
  -webkit-padding-end: 30px;
          padding-inline-end: 30px;
  font-size: 0.9em;
  font-weight: 600;
}
.toggle-row > mat-slide-toggle {
  pointer-events: none;
}

.power-by-tabit-bottom {
  margin-top: 1rem;
  text-align: center;
}
.power-by-tabit-bottom .inner-wrapper {
  display: inline-flex;
  align-items: center;
  margin: 0.5rem 0;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.7;
  text-transform: uppercase;
  direction: ltr;
}
.power-by-tabit-bottom .inner-wrapper > img {
  height: 15px;
  margin: 0 0.25rem;
}
.power-by-tabit-bottom .inner-wrapper > div {
  position: relative;
  top: 1px;
}

.brand-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  position: relative;
  height: 200px;
  background-position: center;
  background-size: cover;
}
.brand-image > img {
  max-height: 200px;
}
.brand-image > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-image > div > img {
  max-height: 100px;
}

._native-payments-container .google-pay-button-wrapper, ._native-payments-container .apple-pay-button-wrapper {
  padding: 0;
}
._native-payments-container .google-pay-button-wrapper button, ._native-payments-container .apple-pay-button-wrapper button {
  border: 1px solid #e1e2e5 !important;
  outline: none;
}

._native-payments-container button,
.pm-button-stroked {
  border: 1px solid rgb(225, 226, 229);
  min-height: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 8px;
  justify-content: space-around;
  padding: 0 15px;
  box-shadow: none;
  background-color: #fff !important;
  background-size: 50px;
  font-size: 16px;
  color: #2D333F;
}
._native-payments-container button._center,
.pm-button-stroked._center {
  justify-content: center;
}
._native-payments-container button.active,
.pm-button-stroked.active {
  border-color: #0f5853;
  color: #0f5853;
}
._native-payments-container button ._pmlogo,
.pm-button-stroked ._pmlogo {
  width: 30px;
  min-width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
._native-payments-container button._wallet,
.pm-button-stroked._wallet {
  height: 68px;
  display: block;
  position: relative;
}
._native-payments-container button._wallet ._menu-trigger,
.pm-button-stroked._wallet ._menu-trigger {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
._native-payments-container button._wallet.active ._menu-trigger,
.pm-button-stroked._wallet.active ._menu-trigger {
  pointer-events: all;
}
._native-payments-container button._wallet ._inner,
.pm-button-stroked._wallet ._inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
._native-payments-container button._wallet ._inner > ._logo,
.pm-button-stroked._wallet ._inner > ._logo {
  color: #0f5853;
}
._native-payments-container button._wallet ._inner > ._content,
.pm-button-stroked._wallet ._inner > ._content {
  flex-grow: 1;
  text-align: start;
}
._native-payments-container button._wallet ._inner > ._content ._header,
.pm-button-stroked._wallet ._inner > ._content ._header {
  color: #0f5853;
  font-size: 16px;
  font-weight: 600;
}
._native-payments-container button._wallet ._inner > ._content ._info,
.pm-button-stroked._wallet ._inner > ._content ._info {
  font-size: 12px;
  color: #6F737B;
  display: flex;
  gap: 5px;
}
._native-payments-container button._wallet ._inner > ._next,
.pm-button-stroked._wallet ._inner > ._next {
  color: #BEBFC2;
}

.bottom-sheet-round mat-bottom-sheet-container {
  border-radius: 16px 16px 0 0;
  padding: 16px !important;
}

.keypad-val-container {
  padding: 4px;
}
.keypad-val-container > .keypad-val {
  border-radius: 5px;
  height: 50px;
  border: 1px solid #0f5853;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  position: relative;
}
.keypad-val-container > .keypad-val > ._val {
  font-size: 16px;
}
.keypad-val-container > .keypad-val > ._cap {
  font-size: 15px;
  opacity: 0.6;
}
.keypad-val-container > .keypad-val._hasVal > ._cap {
  font-size: 12px;
  opacity: 1;
}
.keypad-val-container > .keypad-val._error {
  border-color: red !important;
}
.keypad-val-container > .keypad-val._error > ._cap, .keypad-val-container > .keypad-val._error > ._val {
  color: red !important;
}

.or-separator {
  position: relative;
  border-bottom: 1px dashed #888;
  margin: 20px 0;
}
.or-separator > span {
  background-color: #fff;
  position: absolute;
  left: 50%;
  width: 36px;
  height: 36px;
  border: 1px solid #888;
  margin-left: -18px;
  top: -18px;
  border-radius: 18px;
  text-align: center;
  line-height: 35px;
  font-weight: 600;
  font-size: 13px;
  z-index: 1;
}

*._load-animate {
  position: relative;
}
*._load-animate:before {
  pointer-events: none;
  opacity: 0;
  content: " ";
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: opacity ease-in-out 0.3s;
}
*._load-animate._load-active {
  pointer-events: none;
}
*._load-animate._load-active:before {
  opacity: 1;
}
*._load-animate._load-active:after {
  content: " ";
  width: 150px;
  height: 150px;
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -75px;
  top: 50%;
  margin-top: -75px;
  border: 5px solid #0f5853;
  border-top: 5px solid transparent !important;
  border-radius: 100%;
  animation: load-animate infinite linear 1s;
}

@keyframes load-animate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
    opacity: 0.35;
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 600px) {
  .stripe-container form {
    width: 95vw;
    min-width: initial;
  }
}
#btnShoppingCart .mat-badge-content {
  left: auto;
  right: auto;
  inset-inline-end: 6px;
  inset-block-start: 6px;
  font-size: 13px;
}

.categories-header {
  width: 100%;
  height: 55px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  background-color: var(--mat-sidenav-content-background-color, var(--mat-app-background));
  position: fixed;
  padding: 0 8px;
  top: 0;
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  pointer-events: all;
}
.categories-header._pinned {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
}

.categories-header-member {
  padding: 9px 7px;
  display: inline-flex;
}
.categories-header-member > ._inner {
  white-space: nowrap;
  border-radius: 4px;
  line-height: 35px;
  padding: 0 8px;
  font-size: 0.85rem;
  font-weight: 600;
  background-color: #E8E9EB;
  color: #575A61;
}
.categories-header-member.pressed > ._inner {
  background: #E6FAF0;
  color: #0f5853;
}
.categories-header-member.active > ._inner {
  background: #E6FAF0;
  color: #0f5853;
}

.fixedHidden {
  opacity: 0;
  pointer-events: none;
}

.btn-checkout {
  height: 50px;
  border-radius: 25px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 2px 9px 0 rgba(0, 0, 0, 0.3);
  background-color: #0f5853;
  color: #fff;
  padding: 0;
  border-width: 0;
  font-size: 16px;
  width: 100%;
}
.btn-checkout > ._inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.btn-checkout > ._inner > ._icon {
  background-color: #0f5853;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  min-width: 60px;
  border-start-start-radius: 25px;
  border-end-start-radius: 25px;
}
.btn-checkout > ._inner > ._icon > ._counter {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 2px 9px 0 rgba(0, 0, 0, 0.42);
  background: #fff;
  color: #0f5853;
  inset-inline-end: -16px;
  font-weight: 600;
  position: absolute;
  inset-block-start: 12px;
  text-align: center;
  line-height: 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  z-index: 2;
  font-size: 16px;
  transition: all 1s;
}
.btn-checkout > ._inner > ._caption {
  flex-grow: 1;
}
.btn-checkout > ._inner > ._next {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
}

.offers-menu-container {
  width: 100vw;
  height: calc(100vh - (62px + env(safe-area-inset-top, 0)));
  top: calc(62px + env(safe-area-inset-top, 0));
  overflow-x: hidden;
  position: absolute;
}
.offers-menu-container > mat-tab-group {
  height: 100%;
}
.offers-menu-container mat-tab-header {
  display: none !important;
}

.tab-scroll-content {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.offers-menu-cat {
  padding: 0 1rem 0;
  border-bottom: 2px solid #E1E2E5;
}
.offers-menu-cat.last {
  padding-bottom: 160px;
}

.offers-menu-cat-header {
  padding: 1.1rem 0 0.1rem;
}
.offers-menu-cat-header._sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 0.1rem 0 0.5rem 0;
  z-index: 1;
  background-color: var(--mat-sidenav-content-background-color, var(--mat-app-background));
}
.offers-menu-cat-header ._cat-header-title {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.offers-menu-cat-header ._cat-header-title > ._icon {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.offers-menu-cat-header ._cat-header-description {
  font-style: italic;
  opacity: 0.8;
  font-size: 0.8rem;
}

.offers-menu-subcat {
  margin-bottom: 1rem;
  -webkit-padding-start: 0.5rem;
          padding-inline-start: 0.5rem;
  -webkit-border-start: 3px solid #eee;
          border-inline-start: 3px solid #eee;
}
.offers-menu-subcat > .menu-offer:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}

.offers-menu-subcat-header {
  margin: 0.5rem 0;
}
.offers-menu-subcat-header ._subcat-header-title {
  font-size: 1.2rem;
  font-weight: 600;
}
.offers-menu-subcat-header ._subcat-header-description {
  font-style: italic;
  opacity: 0.9;
}

/*.menu-folder {
	margin: 1rem 0;

	> .menu-folder-body {
		background: #e8e9eb;
		height: 50px;
		display: flex;
		align-items: center;
		font-size: 16px;
		padding: 0 10px;
		border-radius: 10px;


		> ._title {
			font-weight: 500;
			flex-grow: 1;
			padding-inline-start: 1rem;
			>._description {
				font-size: 14px;

			}
		}
	}
}*/
.menu-folder {
  margin: 1rem 0;
}
.menu-folder > .menu-folder-body {
  background: #e8e9eb;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 1rem;
  -webkit-padding-end: 1rem;
          padding-inline-end: 1rem;
}
.menu-folder ._image {
  min-width: 90px;
  max-width: 90px;
  background-color: #BEBFC2;
  border-start-start-radius: 10px;
  border-end-start-radius: 10px;
  position: relative;
}
.menu-folder ._image > img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-start-start-radius: 10px;
  border-end-start-radius: 10px;
}
.menu-folder ._image > img.no-image {
  background: #BEBFC2;
}
.menu-folder ._image.no-image {
  background-color: transparent;
  background-size: 100px;
}
.menu-folder .menu-folder-title {
  flex-grow: 1;
  font-weight: 500;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

menu-offers-container {
  display: block;
}
menu-offers-container > .menu-offer:not(:last-child) {
  border-bottom: 1px solid #E1E2E5;
}
menu-offers-container.simple_card {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 15px;
}
menu-offers-container.simple_card.flat {
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  padding: 15px 1px 15px 1px;
  position: relative;
}
menu-offers-container.simple_card.flat .menu-offer {
  width: 160px;
  max-width: 160px;
  box-shadow: 0px 0px 0px 1px #99b3b1;
  margin-bottom: 0;
  border-radius: 4px;
  background: #fdfdfd;
  color: #0f5853;
}
menu-offers-container.simple_card.flat .menu-offer > .menu-offer-body {
  gap: 0;
  height: 100%;
}
menu-offers-container.simple_card.flat .menu-offer ._image, menu-offers-container.simple_card.flat .menu-offer ._image > img {
  width: 160px;
  min-width: 160px;
  max-width: 160px;
  border-radius: 4px 4px 0 0;
}
menu-offers-container.simple_card.flat .menu-offer ._body {
  padding: 10px;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;
}
menu-offers-container.simple_card.flat .menu-offer ._body .menu-offer-title {
  max-width: 100%;
}
menu-offers-container.simple_card.flat .menu-offer .menu-offer-price, menu-offers-container.simple_card.flat .menu-offer .menu-offer-description {
  justify-content: center;
}
menu-offers-container.simple_card > .menu-offer {
  width: 50%;
  max-width: calc(50% - 10px);
  padding: 0;
  border-bottom-width: 0 !important;
  margin-bottom: 1rem;
}
menu-offers-container.simple_card > .menu-offer ._image {
  min-width: 140px;
}
menu-offers-container.simple_card > .menu-offer ._image > img {
  width: 140px;
}
menu-offers-container.simple_card > .menu-offer > .menu-offer-body {
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
}
menu-offers-container.simple_card > .menu-offer > .menu-offer-body ._body {
  min-height: auto;
  align-items: center;
  width: 100%;
}
menu-offers-container.simple_card > .menu-offer > .menu-offer-body .menu-offer-title {
  max-width: 100%;
}
menu-offers-container.simple_card > .menu-offer > .menu-offer-body .menu-offer-description {
  display: none;
}
menu-offers-container.simple_card > .menu-folder {
  flex-grow: 1;
  border-bottom-width: 0 !important;
}
menu-offers-container.vertical_card > .menu-offer > .menu-offer-body {
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
  flex-grow: 1;
}
menu-offers-container.vertical_card > .menu-offer > .menu-offer-body ._image, menu-offers-container.vertical_card > .menu-offer > .menu-offer-body ._image > img {
  width: 100%;
  max-width: 100%;
}
menu-offers-container.vertical_card > .menu-offer > .menu-offer-body ._body {
  min-height: auto;
  align-items: center;
}
menu-offers-container.vertical_card > .menu-offer > .menu-offer-body .menu-offer-description {
  display: none;
}
menu-offers-container.hide_category_images > .menu-offer > .menu-offer-body ._image {
  min-width: 70px;
  max-width: 70px;
  background-color: transparent;
}
menu-offers-container.hide_category_images > .menu-offer > .menu-offer-body ._image:not(.stock-disabled) {
  display: none;
}
menu-offers-container.hide_category_images > .menu-offer > .menu-offer-body ._image > img {
  display: none;
}

.menu-offer {
  padding: 1rem 0;
}
.menu-offer > .menu-offer-body {
  border-radius: 5px;
  display: flex;
  align-items: start;
  gap: 1rem;
}
.menu-offer._disabled .menu-offer-title, .menu-offer._disabled .menu-offer-price {
  color: #808080 !important;
}
.menu-offer._disabled ._image {
  filter: grayscale(1);
}
.menu-offer ._image {
  min-width: 120px;
  max-width: 120px;
  background-color: #BEBFC2;
  border-radius: 5px;
  /*background-size: cover;
  background-position: center;
  background-repeat: no-repeat;*/
  position: relative;
  overflow: hidden;
}
.menu-offer ._image > img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 5px;
}
.menu-offer ._image > img.no-image {
  background: #BEBFC2;
}
.menu-offer ._image.no-image {
  background-color: transparent;
  background-size: 100px;
}
.menu-offer ._image ._stockout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.4);
}
.menu-offer ._image > ._counter {
  background-color: #0f5853;
  color: #fff;
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  border-start-end-radius: 5px;
  border-end-start-radius: 10px;
  -webkit-border-start: 1px solid #fff;
          border-inline-start: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.menu-offer ._body {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  flex-direction: column;
  min-height: 115px;
  overflow: hidden;
  gap: 5px;
}
.menu-offer .menu-offer-title {
  font-weight: 500;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.menu-offer .menu-offer-description {
  color: #6F737B;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.menu-offer .menu-offer-summary {
  color: #6F737B;
  white-space: normal;
  font-size: 12px !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 55px;
}
.menu-offer .menu-offer-price {
  color: #0f5853;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-offer .menu-offer-price > ._attributes {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  top: 0;
}
.menu-offer .menu-offer-price > ._attributes > * {
  height: 20px;
}

.item-attributes-condense {
  display: flex;
  align-items: center;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.item-attributes-condense > * {
  height: 20px;
  z-index: 1;
}
.item-attributes-condense > ._badge:not(:first-child) {
  position: relative;
  z-index: 1;
  inset-inline-start: -4px;
}
.item-attributes-condense > .a-counter {
  background-color: #0f5853;
  color: #fff;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  inset-inline-start: -8px;
  -webkit-margin-end: -7px;
  margin-inline-end: -7px;
  box-shadow: 0 0 1px 1px rgb(255, 255, 255);
}

app-inline-diners {
  display: inline-flex;
  align-items: center;
}
app-inline-diners.with-label > ._label {
  display: inline-block;
}
app-inline-diners > ._label {
  font-size: 13px;
  font-weight: 500;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  color: #6F737B;
  display: none;
}
app-inline-diners > ._badge {
  width: 24px;
  height: 24px;
  line-height: 23px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
}
app-inline-diners._shadow > ._badge {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

.item-attributes-spread {
  display: flex;
  align-items: center;
}
.item-attributes-spread > * {
  height: 35px;
  position: relative;
  z-index: 2;
}

.item-attributes-desc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.item-attributes-desc > * {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
}
.item-attributes-desc > * > img {
  height: 20px;
}

.card-img-marketing {
  display: flex;
  align-items: stretch;
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  z-index: 1;
  border-end-start-radius: 5px;
  border-start-end-radius: 5px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 200;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  font-style: italic;
  background-color: #cee5d0;
}
.card-img-marketing > * {
  height: 35px;
  line-height: 35px;
}
.card-img-marketing.i-counter, .card-img-marketing > .i-counter {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
}
.card-img-marketing > .i-counter {
  -webkit-padding-start: 8px;
          padding-inline-start: 8px;
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  -webkit-border-start: 1px solid rgba(0, 0, 0, 0.3);
          border-inline-start: 1px solid rgba(0, 0, 0, 0.3);
}
.card-img-marketing > .i-counter:empty {
  display: none;
}

.card-move-animation {
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 1002 !important;
  opacity: 1;
  transform: scale(1) translateX(0) translateY(0);
  outline-offset: 2px;
  background-color: transparent;
}
.card-move-animation .menu-offer-body {
  background-color: #fff;
}
.card-move-animation .menu-offer-body > ._body {
  transform: scale(0.9);
}
.card-move-animation ._counter {
  display: none !important;
}
.card-move-animation._start {
  transition: all ease-in 0.4s;
}

.animation-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1001;
  height: 100vh;
  width: 100vw;
  background-color: #1b1b1b;
  opacity: 0;
  transition: opacity ease-in 0.4s;
}
.animation-overlay._start {
  opacity: 0.8;
}

.to-offer-dialog {
  position: fixed !important;
  top: 0;
  bottom: 0;
  width: 100vw !important;
  min-width: 100vw !important;
}
.to-offer-dialog mat-dialog-container {
  display: inline;
  background: transparent !important;
  padding: 0;
}

.to-dialog-title {
  padding: 0 1rem;
  height: calc(60px + env(safe-area-inset-top, 0));
  padding-top: env(safe-area-inset-top, 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 22px;
}
.to-dialog-title > div {
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-grow: 1;
  overflow: hidden;
}

.to-dialog-content {
  position: absolute;
  width: 100%;
  top: calc(60px + env(safe-area-inset-top, 0));
  bottom: 75px;
  overflow-y: auto;
  background: #ffffff;
  padding-bottom: 50px;
}

.to-dialog-actions {
  padding: 0 1rem 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ccc;
}
.to-dialog-actions button {
  height: 48px;
}

.to-dialog-actions-counter {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 30px;
}
.to-dialog-actions-counter .offer-counter-txt {
  font-weight: bold;
  font-size: 18px;
  padding: 0 1px;
  color: #0f5853;
}

.offer-image {
  height: 240px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.offer-description {
  font-size: 15px;
  padding: 1rem 1rem;
  color: #6F737B;
}
.offer-description > ._attributes {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: flex-end;
  margin-top: 5px;
}
.offer-description > ._attributes > * {
  height: 20px;
}

.collapsicon {
  transition: transform ease-in-out 0.3s;
  transform: rotate(-90deg);
}
._collapsed .collapsicon {
  transform: rotate(0deg);
}

.ltr .collapsicon {
  transform: rotate(270deg);
}

.ltr ._collapsed .collapsicon {
  transform: rotate(180deg);
}

.collapsicon-caret {
  transition: transform ease-in-out 0.3s;
  transform: rotate(0deg);
}
._collapsed .collapsicon-caret {
  transform: rotate(180deg);
}

.members-group-container {
  transition: background-color ease-in-out 0.4s;
}
.members-group-container .collapsicon-caret {
  opacity: 0.7;
}
.members-group-container._collapsed {
  background-color: #fff !important;
}
.members-group-container._collapsed ._group-container-header {
  background-color: #fff !important;
}
.members-group-container._collapsed ._group-container-body {
  display: none;
}
.members-group-container._highlight, .members-group-container._highlight ._group-container-header {
  background-color: #ddc493 !important;
}
.members-group-container ._group-container-header {
  display: flex;
  align-items: start;
  /* height: 60px; */
  padding: 15px 1rem 15px;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 1;
  background-color: #ffffff;
  gap: 5px;
}
.members-group-container ._group-container-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  border-bottom: 1px solid #d5d6db;
}
.members-group-container ._group-container-header.stuck {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.members-group-container ._group-container-header > .title {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-grow: 1;
}
.members-group-container._requiered ._group-container-header > .title small {
  color: #dc3545 !important;
  font-weight: 500;
}
.members-group-container ._group-container-body {
  padding: 15px 1rem 15px 1rem;
}
.members-group-container ._group-container-body ._group-container-body-description {
  font-size: 13px;
  padding: 0 10px;
  opacity: 0.8;
}

.mod-cards-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.mod-card-pill {
  display: flex;
  align-items: center;
  height: 45px;
  font-size: 14px;
  background-color: #f1f1f1;
  border-radius: 10px;
}
.mod-card-pill.active {
  background-color: #0f5853;
  color: #fff;
}
.mod-card-pill .card-pill-body {
  padding: 0.5rem 1.5rem;
  flex-grow: 1;
  text-align: center;
}
.mod-card-multi, .mod-card-single {
  height: 50px;
  border-radius: 5px;
  position: relative;
  opacity: 0.8;
  min-width: 100%;
  display: flex;
  align-items: stretch;
}
.mod-card-multi._disabled, .mod-card-single._disabled {
  opacity: 0.7;
}
.mod-card-multi._disabled ._content, .mod-card-single._disabled ._content {
  flex-grow: 1;
}
.mod-card-multi._disabled ._content ._title, .mod-card-single._disabled ._content ._title {
  text-decoration: line-through;
}
.mod-card-multi._disabled ._content ._actions, .mod-card-single._disabled ._content ._actions {
  display: none;
}
.mod-card-multi.active, .mod-card-single.active {
  opacity: 1;
  color: #0f5853;
  background: #fff;
  /*&:after {*/
  /*content: '';
  	position: absolute;
  	inset-inline-start: 0;
  	inset-block-start: 0;
  	width: 5px;
  	height: 100%;
  	border-start-start-radius: 5px;
  	border-end-start-radius: 5px;
  	background-color: $primary-text;*/
  /*content: '';
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	border-radius: 10px;
  	pointer-events: none;
  	box-shadow: inset 0 0 0 2px $primary-text;
  	z-index: 3
  }*/
}
.mod-card-multi .card-member-h-img, .mod-card-single .card-member-h-img {
  border-start-start-radius: 5px;
  border-end-start-radius: 5px;
  height: 50px;
  width: 60px;
  min-height: 50px;
  min-width: 60px;
  background-position: center;
  background-size: cover;
  background-color: rgba(43, 62, 81, 0.5);
  background-repeat: no-repeat;
}
.mod-card-multi .card-member-h-img.no-image, .mod-card-single .card-member-h-img.no-image {
  background-color: rgba(43, 62, 81, 0.5);
  background-size: 60px;
}
.mod-card-multi ._content, .mod-card-single ._content {
  font-size: 15px;
  font-weight: 400;
  -webkit-padding-start: 5px;
          padding-inline-start: 5px;
  -webkit-padding-end: 5px;
          padding-inline-end: 5px;
  flex-grow: 1;
  overflow: hidden;
}
.mod-card-multi ._content ._header, .mod-card-single ._content ._header {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}
.mod-card-multi ._content ._title, .mod-card-single ._content ._title {
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mod-card-multi ._content ._summary, .mod-card-single ._content ._summary {
  font-weight: normal;
  font-size: 12px;
  color: #0f5853;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mod-card-multi ._content ._description, .mod-card-single ._content ._description {
  font-weight: normal;
  font-style: italic;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mod-card-multi ._content ._price, .mod-card-single ._content ._price {
  color: #0f5853;
  white-space: nowrap;
}
.mod-card-multi ._content ._check, .mod-card-single ._content ._check {
  width: 24px;
  min-width: 24px;
}
.mod-card-multi ._content button, .mod-card-single ._content button {
  padding: 0;
  color: currentColor;
  border-width: 0;
  background-color: transparent;
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mod-card-multi ._content ._actions, .mod-card-single ._content ._actions {
  display: flex;
  align-items: center;
}
.mod-card-multi ._content ._actions > ._quantity, .mod-card-single ._content ._actions > ._quantity {
  text-align: center;
  padding: 0 8px;
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.bottom-sheet-summary .mat-bottom-sheet-container {
  border-radius: 25px 25px 0 0;
  padding: 1rem;
  overflow: visible;
  max-height: 100vh;
}

.items-summary-close {
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  top: -25px;
  background-color: #fff;
  border-radius: 50%;
  padding: 5px;
}
.items-summary-close > ._inner {
  background-color: #0f5853;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.items-summary-content {
  flex-grow: 1;
  position: relative;
  padding-top: 1.5rem;
  min-height: 150px;
  max-height: calc(100vh - 310px);
  overflow: hidden;
  overflow-y: auto;
}

.basket-row-container {
  border-top: 1px solid #ccc;
  padding: 10px 0 10px 0;
  display: block;
}

.basket-summary-row {
  display: flex;
  align-items: center;
  gap: 0.3em;
  padding: 0.4em 0;
  font-weight: 500;
  font-size: 1em;
}
.basket-summary-row > ._title {
  flex-grow: 1;
}
.basket-row {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.basket-row > ._header {
  display: flex;
  align-items: center;
  gap: 5px;
}
.basket-row > ._header > ._title {
  flex-grow: 1;
  font-weight: 500;
}
.basket-row > ._header > ._actions {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  max-height: 29px;
}
.basket-row > ._header > ._actions > button {
  background-color: transparent;
  border-width: 0;
  padding: 6px;
  color: #0f5853;
}
.basket-row > ._header > ._actions > button > mat-icon {
  display: block;
}
.basket-row > ._header > ._actions > ._counter {
  position: relative;
  padding: 0 4px;
}
.basket-row > ._summary {
  font-size: 12px;
  pointer-events: none;
}
.basket-row > ._summary > ._summary-row {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.basket-row > ._summary > ._summary-row > b {
  font-weight: 600;
}
.basket-row > ._price {
  margin-top: 5px;
  font-weight: 500;
}

.gratuity-rows {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 15px;
}
.gratuity-rows > * {
  flex-basis: 1;
  flex-grow: 1;
  width: 25%;
  padding: 0 5px;
  min-width: 50px;
}

.exoffers-container {
  text-align: center;
}
.exoffers-container ._title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.exoffers-container ._sub-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}
.exoffers-container hr {
  margin-bottom: 20px;
}

.table-extras > *:not(:last-child) {
  margin-bottom: 1rem;
}

.table-extras-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table-extras-row-caption {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

._loyalty-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 11px;
}
._loyalty-info > div {
  display: flex;
  align-items: center;
  padding: 0 8px;
}

._loyalty-balance {
  font-size: 14px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  border-radius: 12px;
  box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
  padding: 0 15px;
}
._loyalty-balance > div {
  text-align: center;
  padding: 5px 0;
}
._loyalty-balance > div strong {
  font-weight: 400;
  display: block;
  font-size: 16px;
}
._loyalty-balance > div span {
  font-size: 12px;
  font-weight: 500;
}
._loyalty-balance > div:not(:first-child) {
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
  -webkit-border-start: 1px dotted #ccc;
          border-inline-start: 1px dotted #ccc;
}

._loyalty-benefits ._no-benefits {
  font-size: 15px;
  opacity: 0.5;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
}
._loyalty-benefits > ._wrapper {
  border-radius: 5px;
}
._loyalty-benefits > ._wrapper > ._loyalty-benefit-row {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 8px;
  border-width: 0 0 0 0;
  font-size: 14px;
  text-align: center;
}
._loyalty-benefits > ._wrapper > ._loyalty-benefit-row:first-child {
  border-start-end-radius: 5px;
  border-start-start-radius: 5px;
}
._loyalty-benefits > ._wrapper > ._loyalty-benefit-row:not(:first-child) {
  border-width: 1px 0 0 0;
  border-style: dotted;
}
._loyalty-benefits > ._wrapper > ._loyalty-benefit-row:last-child {
  border-end-end-radius: 5px;
  border-end-start-radius: 5px;
}
._loyalty-benefits > ._wrapper > ._loyalty-benefit-row:last-child::first-child {
  border-width: 0 0 0 0;
}
._loyalty-benefits > ._wrapper > ._loyalty-benefit-row > ._description {
  font-weight: 500;
  flex-grow: 1;
}
._loyalty-benefits > ._wrapper > ._loyalty-benefit-row > ._value {
  font-size: 14px;
  font-weight: 200;
}
._loyalty-benefits > ._wrapper > ._loyalty-benefit-row > ._expiration {
  font-size: 12px;
}
._loyalty-benefits > ._inner {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  margin-left: -8px;
  margin-right: -8px;
  max-width: 500px;
}
._loyalty-benefits > ._inner._single {
  justify-content: center;
}
._loyalty-benefits > ._inner > ._loyalty-benefit {
  background-color: #fff;
  flex: 0 0 calc(50% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  padding: 10px;
  margin: 0 10px 15px 10px;
  min-height: 140px;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
}
._loyalty-benefits > ._inner > ._loyalty-benefit > ._description {
  font-weight: 500;
}
._loyalty-benefits > ._inner > ._loyalty-benefit > ._value {
  font-size: 29px;
  font-weight: 200;
}
._loyalty-benefits > ._inner > ._loyalty-benefit > ._expiration {
  min-height: 25px;
  font-size: 12px;
}

._loyalty-manual-benefits {
  overflow: hidden;
  overflow-y: auto;
  max-height: 200px;
  scrollbar-width: thin;
}
._loyalty-manual-benefits ._cards {
  margin-top: 5px;
  display: flex;
  flex-flow: row wrap;
  margin-right: -5px;
  margin-left: -5px;
  text-align: center;
  padding-bottom: 3px;
  overflow-x: hidden;
  overflow-y: auto;
}
._loyalty-manual-benefits ._cards > ._card {
  cursor: pointer;
  padding: 5px 10px;
  display: flex;
  flex: 0 0 calc(50% - 10px);
  flex-direction: column;
  margin: 5px 5px 0;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  min-height: 50px;
}
._loyalty-manual-benefits ._cards > ._card._active {
  opacity: 1;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.8) !important;
}

.loyalty-hr {
  border-color: #0f5853;
  margin: 15px 0;
  border-width: 1px 0 0 0;
  border-top-style: dashed;
}

apple-pay-button {
  --apple-pay-button-width: 100%;
  --apple-pay-button-height: 50px;
  --apple-pay-button-border-radius: 8px;
  --apple-pay-button-padding: 0px 0px;
  --apple-pay-button-box-sizing: border-box;
}

.wallet-payment-container {
  border: 1px solid rgb(225, 226, 229);
  border-radius: 8px;
  background-color: #fff !important;
  background-size: 50px;
  font-size: 16px;
  cursor: default;
  overflow: hidden;
}
.wallet-payment-container.active {
  border-color: #0f5853;
}
.wallet-payment-container.active > ._pm._active {
  position: relative;
  background-color: #E6FAF0 !important;
}
.wallet-payment-container.active > ._pm._active:before {
  content: "";
  position: absolute;
  top: -1px;
  height: 1px;
  left: 0;
  width: 100%;
  background-color: #0f5853;
}
.wallet-payment-container.active > ._pm._active:not(._last):after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 1px;
  left: 0;
  width: 100%;
  background-color: #0f5853;
}
.wallet-payment-container > ._title {
  padding: 0px 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 50px;
  border-bottom: 1px solid rgb(225, 226, 229);
}
.wallet-payment-container > ._pm {
  display: flex;
  align-items: center;
  height: 50px;
  gap: 5px;
  padding: 0px 15px;
}
.wallet-payment-container > ._pm._active {
  color: #0f5853;
}

.saved-payments-container {
  padding-top: 5px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.saved-payments-container > * {
  flex-grow: 1;
  width: 100%;
}
.saved-payments-container._half-width > ._pm {
  width: 50%;
  max-width: calc(50% - 5px);
}

._native-payments-container {
  opacity: 1 !important;
}

.pm-button-stroked.active {
  background-color: #E6FAF0 !important;
}

html {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #fafafa;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; /* prevent webkit from resizing text to fit */
  color: #1A1A1A;
}
body, body * {
  font-family: "Noto Sans Hebrew", sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
}
body:not(input), body *:not(input) {
  -webkit-user-select: none;
  user-select: none;
}
body :focus {
  outline: none;
}
body ::-webkit-scrollbar {
  display: none;
}
body :-webkit-autofill { /*-webkit-box-shadow:0 0 0 30px #FAFAFA inset*/ }
body app-root {
  /*		position: absolute;
  		z-index: 0;
  		top: 0;
  		left: 0;
  		width: 100vw;
  		height: 100vh;
  		overflow: hidden;*/
}
body app-root h1, body app-root h2, body app-root h3, body app-root h4 {
  display: block;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
body app-root .mat-button:hover .mat-button-focus-overlay {
  opacity: 0 !important;
}
body app-root button {
  cursor: pointer;
}
body.body-trans {
  background: transparent;
}
body.body-trans .trans-overlay {
  background-color: transparent !important;
}

/*
    start dirty styles
*/
.rtl mat-dialog-container {
  direction: rtl;
}

/*
    end start dirty styles
*/
a {
  color: #0f5853;
}

a.link {
  color: #0f5853 !important;
}

.module-bar-fixed {
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--mat-sidenav-content-background-color, var(--mat-app-background));
  position: fixed;
  height: calc(62px + env(safe-area-inset-top, 0));
  display: flex;
  align-items: center;
  padding: env(safe-area-inset-top, 0) 0.6rem 0;
}
.module-bar-fixed > .title {
  flex-grow: 1;
  font-size: 18px;
  color: #0f5853;
  font-weight: 500;
}
.module-bar-fixed > .title._flex {
  display: flex;
  flex-direction: column;
}

.module-body-fixed {
  padding: 60px 15px 80px 15px;
}

.module-bar {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  background: #F2F4F7;
  padding-top: env(safe-area-inset-top, 0);
}
.module-bar.fixed-top {
  position: fixed;
}
.module-bar.trans {
  background: rgba(242, 244, 247, 0.9);
}
.module-bar.active {
  background: #fff;
}
.module-bar .btn-spacer {
  width: 40px;
}
.module-bar > ._inner {
  padding: 0 0.5rem;
  height: 62px;
  box-sizing: border-box;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
}
.module-bar > ._inner .title {
  font-size: 22px;
  color: #0f5853;
}
.module-bar > ._inner .title._center {
  flex-grow: 1;
  text-align: center;
}
.module-bar > ._inner .logo {
  height: 45%;
  margin: 0 1rem;
}
.module-bar > ._inner > ._spacer {
  width: 40px;
  min-width: center;
  max-width: 40px;
}
.module-bar.lighter > ._inner {
  background: rgba(0, 0, 0, 0.4);
}
.module-bar.pay > ._inner {
  background: rgba(156, 128, 168, 0.38);
}

cdk-virtual-scroll-viewport.module-content,
.module-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: calc(62px + env(safe-area-inset-top, 0)) 0 70px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

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