/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/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/perfect-scrollbar/css/perfect-scrollbar.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/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]!./apps/eightcap-client-portal/src/deployment/eig/scss/theme-shared-eig.scss?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
i,
mat-icon {
  font-size: 24px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  line-height: 24px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-badge-small .mat-badge-content {
  font-size: 9px;
}

.mat-badge-large .mat-badge-content {
  font-size: 24px;
}

.mat-h1,
.mat-headline,
.mat-typography .mat-h1,
.mat-typography .mat-headline,
.mat-typography h1 {
  font: 400 24px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h2,
.mat-title,
.mat-typography .mat-h2,
.mat-typography .mat-title,
.mat-typography h2 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h3,
.mat-subheading-2,
.mat-typography .mat-h3,
.mat-typography .mat-subheading-2,
.mat-typography h3 {
  font: 400 16px / 28px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h4,
.mat-subheading-1,
.mat-typography .mat-h4,
.mat-typography .mat-subheading-1,
.mat-typography h4 {
  font: 400 15px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}

.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}

.mat-body-strong,
.mat-body-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-body-2 {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-body,
.mat-body-1,
.mat-typography .mat-body,
.mat-typography .mat-body-1,
.mat-typography {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-1 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-1 p,
.mat-typography p {
  margin: 0 0 12px;
}

.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-display-4,
.mat-typography .mat-display-4 {
  font: 300 112px / 112px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}

.mat-display-3,
.mat-typography .mat-display-3 {
  font: 400 56px / 56px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}

.mat-display-2,
.mat-typography .mat-display-2 {
  font: 400 45px / 48px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}

.mat-display-1,
.mat-typography .mat-display-1 {
  font: 400 34px / 40px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-bottom-sheet-container {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}

.mat-card-header .mat-card-title {
  font-size: 20px;
}

.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}

.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}

.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}

.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}

.mat-cell, .mat-footer-cell {
  font-size: 14px;
}

.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-calendar-body {
  font-size: 13px;
}

.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}

.mat-dialog-title {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.mat-expansion-panel-content {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}

.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}

.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}

.mat-form-field-label {
  top: 1.34375em;
}

.mat-form-field-underline {
  bottom: 1.34375em;
}

.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}

@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}

input.mat-input-element {
  margin-top: -0.0625em;
}

.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}

.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-select-trigger {
  height: 1.125em;
}

.mat-slide-toggle-content {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}

.mat-step-sub-label-error {
  font-weight: normal;
}

.mat-step-label-error {
  font-size: 14px;
}

.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}

.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0;
}

.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}

.mat-optgroup-label {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}

.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}

.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}

.mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

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

.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Open Sans */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  src: local("Open Sans Regular"), local("Open-Sans-Regular"), url(/theme/fonts/open-sans/regular.woff2) format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-display: swap;
  src: local("Open Sans Italic"), local("Open-Sans-Italic"), url(/theme/fonts/open-sans/italic.woff2) format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans Bold"), local("Open-Sans-Bold"), url(/theme/fonts/open-sans/bold.woff2) format("woff2");
}
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-display: swap;
  src: local("Open Sans Condensed"), local("Open Sans Condensed"), url(/theme/fonts/open-sans/condensed.woff2) format("woff2");
}
html,
body {
  max-height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

* {
  -o-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}

input {
  border: none;
  padding: 0 16px;
}

.eig-hide {
  display: none;
}

.mt-24px {
  margin-top: 24px;
}

.ml-24px {
  -webkit-margin-start: 24px;
          margin-inline-start: 24px;
}

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

.mr-24px {
  -webkit-margin-end: 24px;
          margin-inline-end: 24px;
}

.pt-24px {
  padding-top: 24px;
}

.pl-24px {
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
}

.pb-24px {
  padding-bottom: 24px;
}

.pr-24px {
  -webkit-padding-end: 24px;
          padding-inline-end: 24px;
}

.ps {
  position: relative;
}
.ps > .ps__rail-x {
  z-index: 99999;
}
.ps > .ps__rail-y {
  z-index: 99999;
  inset-inline-start: auto !important;
}

.ps__rail-y {
  display: none;
}

body:not(.is-mobile) ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0);
}
body:not(.is-mobile) ::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
body:not(.is-mobile) ::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.37);
  border-radius: 12px;
}
body:not(.is-mobile) ::-webkit-scrollbar-thumb:active {
  box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.54);
  border-radius: 12px;
}

body.theme-eig {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
}
body.theme-eig .page-title {
  padding-bottom: 24px;
}
body.theme-eig .page-title h2,
body.theme-eig .page-title h3 {
  margin: 0;
  font-family: "Open Sans Condensed";
}
body.theme-eig .page-content {
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  body.theme-eig .page-content {
    flex-direction: row;
    justify-content: center;
  }
}
body.theme-eig .eig-expansion-content-container {
  display: block;
}
body.theme-eig .eig-page-container {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (min-width: 768px) {
  body.theme-eig .eig-page-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1279px) {
  body.theme-eig .eig-page-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  body.theme-eig .eig-page-container {
    padding-left: 0;
    padding-right: 0;
  }
}
body.theme-eig .eig-page-container.page-title {
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width: 1281px) {
  body.theme-eig .eig-page-container.page-title {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  body.theme-eig .eig-narrow-container, body.theme-eig .eig-transaction-panel {
    width: 70%;
    margin: 0 auto;
  }
}
body.theme-eig .eig-transaction-panel {
  display: flex;
  gap: 24px;
}
body.theme-eig .eig-transaction-panel-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 8px;
}
@media screen and (min-width: 960px) {
  body.theme-eig .eig-transaction-panel-form {
    padding: 40px;
  }
}
body.theme-eig .eig-action {
  display: flex;
}
body.theme-eig .eig-note-info {
  text-align: justify;
  margin-bottom: 20px;
}
body.theme-eig .eig-data-context {
  padding: 10px;
  border-radius: 5px;
  text-align: justify;
}
body.theme-eig .eig-data-context-header {
  display: flex;
  align-items: center;
  font-weight: 600;
  min-height: 40px;
}
body.theme-eig .eig-hight-light {
  display: inline-block;
  border-radius: 5px;
  height: 24px;
  min-width: 70px;
  text-align: center;
  line-height: 24px;
  font-size: 15px;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.theme-eig .eig-clickable:hover {
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  body.theme-eig .eig-trading-platform mat-expansion-panel-header, body.theme-eig .eig-account-type mat-expansion-panel-header {
    height: 90px !important;
  }
}
body.theme-eig .eig-overlay-backdrop {
  opacity: 0.6;
}
body.theme-eig .eig-normal-header {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  min-height: 40px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  body.theme-eig .eig-normal-header {
    justify-content: flex-start;
    text-align: unset;
  }
}
@media screen and (max-width: 599px) {
  body.theme-eig .eig-xs-font-size {
    font-size: 14px;
  }
}
body.theme-eig [eigtoggleitem] {
  margin-bottom: 20px;
}
body.theme-eig .max-width-none {
  max-width: none;
}
body.theme-eig .block-ui-container {
  position: relative;
}
body.theme-eig .mobile-only {
  display: initial;
}
@media screen and (min-width: 600px) {
  body.theme-eig .mobile-only {
    display: none;
  }
}
body.theme-eig div.desktop-only,
body.theme-eig button.desktop-only {
  display: none;
}
@media screen and (min-width: 600px) {
  body.theme-eig div.desktop-only {
    display: flex;
  }
}
@media screen and (min-width: 600px) {
  body.theme-eig button.desktop-only {
    display: initial;
  }
}
body.theme-eig .ngxp__container[x-placement^=bottom] .ngxp__arrow {
  border-width: 0 10px 10px;
  top: -10px;
}
body.theme-eig .ngxp__container[x-placement^=left] .ngxp__arrow {
  border-width: 10px 0 10px 10px;
  inset-inline-end: -10px;
}
body.theme-eig .ngxp__container[x-placement^=right] .ngxp__arrow {
  border-width: 10px 10px 10px 0;
  inset-inline-start: -10px;
}
body.theme-eig .zopim {
  display: none !important;
}
body.theme-eig .eig-circle-btn, body.theme-eig .eig-sm-circle-btn {
  padding: 0;
  border-radius: 50%;
}
body.theme-eig .eig-circle-btn {
  padding: 0;
  border-radius: 50%;
}
body.theme-eig .eig-circle-btn.mat-stroked-button:not([disabled]) {
  height: 45px;
  width: 45px;
  min-width: 45px;
}
body.theme-eig .eig-sm-circle-btn {
  border: 1px solid #f1f0f6;
  box-shadow: 0 0 0 1px rgba(9, 30, 66, 0.08), 0 2px 4px 1px rgba(9, 30, 66, 0.08);
}
body.theme-eig .eig-sm-circle-btn.mat-stroked-button:not([disabled]), body.theme-eig .eig-sm-circle-btn.mat-flat-button:not([disabled]) {
  height: 32px;
  width: 32px;
  min-width: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.theme-eig .eig-btn-s.mat-stroked-button {
  line-height: 24px;
}
body.theme-eig .eig-btn-s, body.theme-eig .eig-btn-l, body.theme-eig .eig-res-btn-l, body.theme-eig .eig-account-setup-accent-active {
  border-radius: 6px;
}
body.theme-eig a.eig-btn-l {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.theme-eig form .eig-row {
  margin-bottom: 20px;
}
body.theme-eig .eig-row .mat-form-field {
  margin-bottom: 0;
}
body.theme-eig .eig-textarea-noresizable {
  resize: none;
}
body.theme-eig .eig-s-icon {
  height: 16px;
  width: 16px;
  font-size: 16px;
  min-width: 16px;
  min-height: 16px;
  line-height: 16px;
}
body.theme-eig .eig-l-icon {
  height: 28px;
  width: 28px;
  font-size: 28px;
  min-width: 28px;
  min-height: 28px;
  line-height: 28px;
}
body.theme-eig .eig-mdl-icon {
  height: 32px;
  width: 32px;
  font-size: 32px;
  min-width: 32px;
  min-height: 32px;
  line-height: 32px;
}
body.theme-eig .eig-xl-icon {
  width: 100%;
  height: 37px;
  font-size: 37px;
}
body.theme-eig .eig-res-icon {
  width: 100%;
  height: 100%;
}
body.theme-eig .user-authentication {
  width: 100%;
  overflow: hidden;
  background-color: #f1f0f6;
}
body.theme-eig .user-authentication-form {
  padding: 10% 10% 0;
  width: 100%;
}
@media screen and (max-width: 599px) {
  body.theme-eig .user-authentication-form {
    padding: 30px;
  }
}
body.theme-eig .user-authentication-form .link {
  cursor: pointer;
}
body.theme-eig .user-authentication-form .title {
  font-size: 28px;
  text-align: start;
  font-weight: bold;
}
body.theme-eig .user-authentication-form .title-sub {
  display: flex;
  font-size: 14px;
  margin: 20px 0 10px;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  body.theme-eig .user-authentication-form .title-sub {
    font-size: 16px;
  }
}
body.theme-eig .user-authentication-form .condition {
  font-size: 14px;
}
body.theme-eig .user-authentication-form .condition span {
  line-height: 30px;
}
body.theme-eig .user-authentication-form .condition a {
  margin: 0 5px;
}
body.theme-eig .user-authentication-form .condition .text-link {
  cursor: pointer;
}
body.theme-eig .user-authentication-form form {
  width: 100%;
  padding-top: 10px;
}
body.theme-eig .user-authentication-form form mat-checkbox {
  margin: 0;
}
body.theme-eig .user-authentication-form form .terms {
  margin: 16px 0 32px 0;
}
body.theme-eig .user-authentication-form form .terms a {
  font-size: 16px;
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
}
body.theme-eig .user-authentication-form form .submit-button {
  width: 80%;
  margin: 16px auto;
  display: block;
  padding: 10px;
}
@media screen and (max-width: 599px) {
  body.theme-eig .user-authentication-form form .submit-button {
    width: 100%;
  }
}
body.theme-eig .user-authentication-form form .secondary-text {
  cursor: pointer;
}
body.theme-eig .user-authentication-form form mat-form-field,
body.theme-eig .user-authentication-form form .mat-form-field {
  width: 100%;
}
body.theme-eig .user-authentication-form form .mat-form-field {
  margin-top: 0.5em;
}
body.theme-eig .user-authentication-form form .mat-form-field-wrapper {
  padding-bottom: 0;
}
body.theme-eig .user-authentication-form form .mat-form-field-underline {
  position: initial !important;
  display: block;
  margin-top: -1px;
}
body.theme-eig .user-authentication-form form .mat-form-field-subscript-wrapper, body.theme-eig .user-authentication-form form .mat-form-field-ripple {
  position: initial;
  display: table;
}
body.theme-eig .user-authentication-form form .mat-form-field-suffix {
  top: auto;
}
body.theme-eig .user-authentication-form form .mat-form-field-suffix i.material-icons {
  top: 1px;
  position: relative;
  font-size: 1.5rem;
}
body.theme-eig .user-authentication-form-wrapper {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 600px) {
  body.theme-eig .user-authentication-form-wrapper {
    width: 45%;
    min-width: 45%;
    max-width: 45%;
  }
}
@media screen and (min-width: 1280px) {
  body.theme-eig .user-authentication-form-wrapper {
    width: 690px;
    min-width: 690px;
    max-width: 690px;
  }
}
body.theme-eig .user-authentication-form-wrapper .language {
  padding: 10px;
  text-align: right;
}
body.theme-eig .user-authentication-form-wrapper .language button {
  font-size: 15px;
}
body.theme-eig .user-authentication h2 {
  font-size: 24px;
  margin-top: 0;
}
body.theme-eig .user-authentication a {
  cursor: pointer;
}
body.theme-eig .user-authentication .text-link {
  margin: 0 4px;
}
body.theme-eig .user-authentication .mat-form-field {
  width: 100%;
  margin-top: 8px;
}
body.theme-eig .user-authentication .mat-form-field-wrapper {
  padding-bottom: 0;
}
body.theme-eig .user-authentication .mat-form-field-underline {
  position: initial !important;
  display: block;
  margin-top: -1px;
}
body.theme-eig .user-authentication .mat-form-field-subscript-wrapper, body.theme-eig .user-authentication .mat-form-field-ripple {
  position: initial;
  display: table;
}
body.theme-eig .user-authentication .mat-form-field-subscript-wrapper {
  min-height: 12px;
}
@media screen and (max-width: 599px) {
  body.theme-eig .user-authentication .mat-form-field-subscript-wrapper {
    min-height: 0;
  }
}
body.theme-eig .user-authentication .mat-form-field-suffix {
  top: auto;
}
body.theme-eig .user-authentication .language button {
  background-color: transparent;
}
body.theme-eig .content-container {
  box-sizing: content-box;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}
body.theme-eig .content-container.authenticated {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (min-width: 1328px) {
  body.theme-eig .content-container.authenticated {
    padding: 0;
  }
}
body.theme-eig .mat-raised-button, body.theme-eig .mat-flat-button, body.theme-eig .mat-button {
  font-size: 14px;
  font-weight: inherit;
  border-radius: 100px;
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
  -webkit-padding-end: 24px;
          padding-inline-end: 24px;
}
body.theme-eig .mat-raised-button-base, body.theme-eig .mat-flat-button-base, body.theme-eig .mat-button-base {
  height: 40px;
  max-height: 40px;
}
body.theme-eig .mat-raised-button-base.large, body.theme-eig .mat-flat-button-base.large, body.theme-eig .mat-button-base.large {
  height: 48px;
  max-height: 48px;
}
body.theme-eig .mat-raised-button-base.large .mat-button-wrapper .mat-icon + span,
body.theme-eig .mat-raised-button-base.large .mat-button-wrapper span + .mat-icon, body.theme-eig .mat-flat-button-base.large .mat-button-wrapper .mat-icon + span,
body.theme-eig .mat-flat-button-base.large .mat-button-wrapper span + .mat-icon, body.theme-eig .mat-button-base.large .mat-button-wrapper .mat-icon + span,
body.theme-eig .mat-button-base.large .mat-button-wrapper span + .mat-icon {
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
}
body.theme-eig .mat-raised-button-base.large.icon-only, body.theme-eig .mat-flat-button-base.large.icon-only, body.theme-eig .mat-button-base.large.icon-only {
  min-width: 48px;
  width: 48px;
}
body.theme-eig .mat-raised-button-base.small.icon-only, body.theme-eig .mat-flat-button-base.small.icon-only, body.theme-eig .mat-button-base.small.icon-only {
  max-height: 24px;
  height: 24px;
  min-width: 24px;
  width: 24px;
}
body.theme-eig .mat-raised-button-base.icon-only, body.theme-eig .mat-flat-button-base.icon-only, body.theme-eig .mat-button-base.icon-only {
  padding: 0px;
  min-width: 40px;
  width: 40px;
}
body.theme-eig .mat-raised-button-base .mat-button-wrapper, body.theme-eig .mat-flat-button-base .mat-button-wrapper, body.theme-eig .mat-button-base .mat-button-wrapper {
  font-weight: 600;
  display: inline-block;
  color: #45464c;
}
body.theme-eig .mat-raised-button-base .mat-button-wrapper .mat-icon, body.theme-eig .mat-flat-button-base .mat-button-wrapper .mat-icon, body.theme-eig .mat-button-base .mat-button-wrapper .mat-icon {
  font-size: 24px;
}
body.theme-eig .mat-raised-button-base .mat-button-wrapper .mat-icon:first-child:has(svg), body.theme-eig .mat-raised-button-base .mat-button-wrapper .mat-icon:last-child:has(svg), body.theme-eig .mat-flat-button-base .mat-button-wrapper .mat-icon:first-child:has(svg), body.theme-eig .mat-flat-button-base .mat-button-wrapper .mat-icon:last-child:has(svg), body.theme-eig .mat-button-base .mat-button-wrapper .mat-icon:first-child:has(svg), body.theme-eig .mat-button-base .mat-button-wrapper .mat-icon:last-child:has(svg) {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
}
body.theme-eig .mat-raised-button-base .mat-button-wrapper .mat-icon svg, body.theme-eig .mat-flat-button-base .mat-button-wrapper .mat-icon svg, body.theme-eig .mat-button-base .mat-button-wrapper .mat-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}
body.theme-eig .mat-raised-button-base .mat-button-wrapper .mat-icon + span,
body.theme-eig .mat-raised-button-base .mat-button-wrapper span + .mat-icon, body.theme-eig .mat-flat-button-base .mat-button-wrapper .mat-icon + span,
body.theme-eig .mat-flat-button-base .mat-button-wrapper span + .mat-icon, body.theme-eig .mat-button-base .mat-button-wrapper .mat-icon + span,
body.theme-eig .mat-button-base .mat-button-wrapper span + .mat-icon {
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
}
body.theme-eig .mat-dialog-title {
  margin-top: 0;
}
body.theme-eig .mat-dialog-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  body.theme-eig .mat-dialog-container {
    padding: 64px;
  }
}
body.theme-eig .mat-dialog-container p {
  flex: 1;
}
body.theme-eig .mat-dialog-container > * {
  position: static;
}
body.theme-eig .mat-dialog-container .dialog-close-button {
  position: absolute;
  top: 20px;
  inset-inline-end: 20px;
}
body.theme-eig .mat-dialog-container .mat-action-row {
  padding-bottom: 0;
  -webkit-margin-start: -24px;
          margin-inline-start: -24px;
  -webkit-margin-end: -24px;
          margin-inline-end: -24px;
}
body.theme-eig .mat-dialog-container .mat-action-row.single-action-row {
  border: none;
}
body.theme-eig .mat-dialog-container .mat-action-row.single-action-row button {
  width: 100%;
}
body.theme-eig .mat-select-ellipsis .ellipsis-item {
  width: calc(100% - 80px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.theme-eig .mat-form-field-appearance-outline.mat-form-field-should-float .mat-form-field-outline .mat-form-field-outline-gap {
  border-top-color: transparent;
}
body.theme-eig .mat-form-field-underline, body.theme-eig .mat-form-field-subscript-wrapper {
  position: initial;
}
body.theme-eig .mat-option {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  white-space: pre-line;
  padding: 12px 16px;
}
@media screen and (min-width: 768px) {
  body.theme-eig .mat-option:not(.eig-sm-font-size) {
    height: 48px;
  }
}
body.theme-eig .mat-select-arrow {
  opacity: 0.3;
}
body.theme-eig .mat-stepper-horizontal {
  background-color: transparent;
}
body.theme-eig .mat-checkbox-inner-container {
  height: 24px;
  width: 24px;
}
body.theme-eig .mat-action-row {
  padding: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 599px) {
  body.theme-eig .mat-action-row[data-layout-xs^=column] {
    flex-direction: column;
  }
}
body.theme-eig .mat-action-row button.mat-button, body.theme-eig .mat-action-row button.mat-raised-button {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
body.theme-eig .mat-expansion-panel-header-title {
  display: flex;
  align-items: center;
}
body.theme-eig .mat-expansion-panel-header-description-no-margin {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
body.theme-eig .mat-expansion-panel-header .mat-expansion-indicator::after {
  padding: 4px;
}
body.theme-eig .mat-expansion-panel .mat-table .mat-row,
body.theme-eig .mat-expansion-panel .mat-table td {
  padding: 0;
}
body.theme-eig .mat-card {
  padding: 24px;
}
@media screen and (max-width: 599px) {
  body.theme-eig .mat-card-header[data-layout-xs^=column] {
    flex-direction: column;
  }
  body.theme-eig .mat-card-header[data-layout-xs^=row] {
    flex-direction: row;
  }
}
@media screen and (min-width: 600px) {
  body.theme-eig .mat-card-header[data-layout-gt-xs^=column] {
    flex-direction: column;
  }
}
body.theme-eig .mat-card-header-text {
  margin: 0;
}
body.theme-eig .mat-card-footer {
  margin: 0;
  min-height: 60px;
  display: flex;
  align-items: flex-end;
}
body.theme-eig .mat-divider {
  margin: 24px 0 24px;
}
body.theme-eig .mat-horizontal-content-container {
  padding: 0;
  overflow: inherit;
}
body.theme-eig .mat-stroked-button {
  border-width: 2px;
  border-style: solid;
}
body.theme-eig .mat-menu-item {
  padding: 8px 16px;
  height: 40px;
}
body.theme-eig .mat-icon {
  font-size: 24px;
}
body.theme-eig .mat-progress-spinner {
  -webkit-margin-end: 24px;
          margin-inline-end: 24px;
}
body.theme-eig a.mat-button .mat-button-wrapper,
body.theme-eig a.mat-raised-button .mat-button-wrapper,
body.theme-eig a.mat-flat-button .mat-button-wrapper {
  line-height: 32px;
}
body.theme-eig mat-radio-button {
  padding: 0 10px;
}
body.theme-eig .cdk-overlay-pane {
  max-width: unset;
  width: auto !important;
}
@media screen and (min-width: 768px) {
  body.theme-eig .cdk-overlay-pane {
    max-width: 80vw;
    max-height: 100vh !important;
  }
}
@media screen and (min-width: 768px) {
  body.theme-eig .cdk-overlay-pane.custom-tooltip-panel {
    max-width: 350px;
  }
}
body.theme-eig .cdk-overlay-pane .mat-dialog-container {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
}
@media screen and (min-width: 768px) {
  body.theme-eig .cdk-overlay-pane .mat-dialog-container {
    position: relative;
  }
}
body.theme-eig .cdk-overlay-pane .mat-dialog-content {
  max-height: none;
}
body.theme-eig .eig-cdk-pane-no-padding {
  background-color: transparent;
}
body.theme-eig .eig-cdk-pane-no-padding .mat-dialog-container {
  padding: 0;
}
body.theme-eig .eig-matdialog-container-transparent .mat-dialog-container {
  background: transparent !important;
  position: static !important;
  padding: 0;
}
body.theme-eig button .mat-button-wrapper {
  line-height: normal;
}
body.theme-eig .mat-icon {
  font-weight: 400 !important;
}
body.theme-eig .mat-card-image {
  max-width: none !important;
}
body.theme-eig .mat-dialog-container {
  -webkit-overflow-scrolling: touch;
}
body.theme-eig .mat-checkbox {
  font-size: 8px;
}
body.theme-eig .mat-radio-button {
  font-size: 16px;
}
body.theme-eig .mat-pseudo-checkbox-checked:after {
  width: 10px !important;
  height: 5px !important;
}
body.theme-eig .mat-form-field.mat-form-field-type-mat-select .mat-form-field-infix {
  display: inline-flex;
  width: auto;
}
body.theme-eig .mat-form-field.mat-form-field-type-mat-select .mat-form-field-infix .mat-select-trigger {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
body.theme-eig .mat-form-field.mat-form-field-type-mat-select .mat-form-field-infix .mat-select-trigger .mat-select-value {
  display: flex;
  max-width: none;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}
body.theme-eig .mat-form-field.mat-form-field-type-mat-select .mat-form-field-infix .mat-select-trigger .mat-select-arrow-wrapper {
  display: inline-flex;
}
body.theme-eig .mat-form-field-subscript-wrapper {
  min-height: 0;
}
@media screen and (min-width: 600px) {
  body.theme-eig .mat-form-field-subscript-wrapper {
    min-height: calc(1em + 1px);
  }
}
body.theme-eig .mat-form-field-subscript-wrapper .mat-error {
  font-size: 12px;
  line-height: 24px;
}
body.theme-eig .mat-form-field-appearance-fill .mat-form-field-wrapper {
  margin: 4px 0;
}
body.theme-eig .mat-error, body.theme-eig .mat-error * {
  font-size: 12px;
  line-height: 1.125;
}
body.theme-eig mat-horizontal-stepper mat-step-header mat-icon,
body.theme-eig mat-vertical-stepper mat-step-header mat-icon {
  height: 16px !important;
  width: 16px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  color: inherit !important;
}
body.theme-eig mat-vertical-stepper {
  padding: 16px 0;
}
body.theme-eig mat-chip mat-icon {
  min-width: 0 !important;
  min-height: 0 !important;
}
body.theme-eig .snackBar__custom, body.theme-eig .snackBar__responsive {
  font-size: 15px;
  text-align: center;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  margin: 24px;
  padding: 14px 16px;
  min-height: 48px;
  transform-origin: center;
}
body.theme-eig .snackBar__custom a, body.theme-eig .snackBar__responsive a {
  text-decoration: underline;
}
body.theme-eig .snackBar__custom .mat-simple-snackbar, body.theme-eig .snackBar__responsive .mat-simple-snackbar {
  justify-content: center;
  font-size: 15px;
}
body.theme-eig .snackBar__custom .mat-simple-snackbar .mat-button, body.theme-eig .snackBar__responsive .mat-simple-snackbar .mat-button {
  background-color: transparent;
}
body.theme-eig mat-sidebar {
  z-index: 999;
}
body.theme-eig .noauth-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  background-attachment: fixed;
}
@media screen and (max-width: 599px) {
  body.theme-eig .register-form-header {
    display: flex;
    justify-content: space-between;
  }
}
body.theme-eig .logo-mobile {
  display: block;
  position: relative;
  left: 30px;
}
body.theme-eig .logo-mobile img {
  width: 130px;
  display: block;
}
body.theme-eig .logo-mobile:dir(rtl) {
  right: 30px;
}
@media screen and (min-width: 600px) {
  body.theme-eig .logo-mobile :not(.force) {
    display: none;
  }
}
body.theme-eig #splash-screen {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
body.theme-eig #splash-screen .center {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.theme-eig #splash-screen .logo {
  width: 128px;
  margin: 0 auto;
}
body.theme-eig #splash-screen .logo img {
  filter: drop-shadow(0 10px 6px rgba(0, 0, 0, 0.2));
}
body.theme-eig #splash-screen .spinner {
  position: absolute;
  overflow: hidden;
  inset-inline-start: 50%;
  -webkit-margin-start: -50px;
          margin-inline-start: -50px;
  animation: outer-rotate 2.91667s linear infinite;
}
body.theme-eig #splash-screen .spinner-wrapper {
  display: block;
  position: relative;
  width: 100%;
  min-height: 100px;
  height: 100px;
}
body.theme-eig #splash-screen .spinner .inner {
  width: 100px;
  height: 100px;
  position: relative;
  animation: sporadic-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
body.theme-eig #splash-screen .spinner .inner .gap {
  position: absolute;
  left: 49px;
  right: 49px;
  top: 0;
  bottom: 0;
  border-top: 10px solid;
  box-sizing: border-box;
}
body.theme-eig #splash-screen .spinner .inner .left,
body.theme-eig #splash-screen .spinner .inner .right {
  position: absolute;
  top: 0;
  height: 100px;
  width: 50px;
  overflow: hidden;
}
body.theme-eig #splash-screen .spinner .inner .left .half-circle,
body.theme-eig #splash-screen .spinner .inner .right .half-circle {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  border-width: 10px;
  border-style: solid;
  border-bottom-color: transparent;
  border-radius: 50%;
}
body.theme-eig #splash-screen .spinner .inner .left {
  left: 0;
}
body.theme-eig #splash-screen .spinner .inner .left .half-circle {
  left: 0;
  border-right-color: transparent;
  animation: left-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
body.theme-eig #splash-screen .spinner .inner .right {
  right: 0;
}
body.theme-eig #splash-screen .spinner .inner .right .half-circle {
  right: 0;
  border-inline-start-color: transparent;
  animation: right-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
body.theme-eig #progress_loading #splash-screen .logo {
  display: none;
}
@keyframes outer-rotate {
  0% {
    transform: rotate(0deg) scale(0.5);
  }
  100% {
    transform: rotate(360deg) scale(0.5);
  }
}
@keyframes left-wobble {
  0%, 100% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
@keyframes right-wobble {
  0%, 100% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
}
@keyframes sporadic-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}
body.theme-eig :where(:not(#eig-page-container-calendar *)) {
  line-height: 24px;
  font-family: "Open Sans";
  font-size: 14px;
}
body.theme-eig html,
body.theme-eig body {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
body.theme-eig a {
  text-decoration: none;
}
body.theme-eig a:not(.mat-button):not(.mat-raised-button):not(.mat-flat-button):not(.mat-stroked-button):not(.mat-icon-button):not(.mat-fab):not(.mat-mini-fab):not(.nav-link):hover, body.theme-eig a:not(.mat-button):not(.mat-raised-button):not(.mat-flat-button):not(.mat-stroked-button):not(.mat-icon-button):not(.mat-fab):not(.mat-mini-fab):not(.nav-link):active {
  text-decoration: underline;
}
body.theme-eig h1,
body.theme-eig h2,
body.theme-eig h3,
body.theme-eig h4,
body.theme-eig h5,
body.theme-eig h6 {
  margin: 24px 0;
  font-family: "Open Sans Condensed";
  font-weight: 600;
}
body.theme-eig h1,
body.theme-eig .title {
  line-height: 48px;
  font-size: 24px;
}
body.theme-eig h2,
body.theme-eig .subtitle {
  font-size: 20px;
}
body.theme-eig .caption, body.theme-eig .caption * {
  font-size: 12px;
}
body.theme-eig strong,
body.theme-eig .strong {
  font-weight: 600;
}
body.theme-eig .text-left {
  text-align: start;
}
body.theme-eig .text-center {
  text-align: center;
}
body.theme-eig .text-badge {
  padding: 5px;
  display: inline;
}
body.theme-eig .text-bold {
  font-weight: 700;
}
body.theme-eig .text-uppercase {
  text-transform: uppercase;
}
body.theme-eig .eig-text-container {
  padding: 0px 24px;
}
@media screen and (min-width: 1024px) {
  body.theme-eig .eig-text-container {
    padding: 0px;
  }
}
@media screen and (min-width: 768px) {
  body.theme-eig .eig-text-container {
    padding: 0px;
  }
}
body.theme-eig .eig-whitespace-nowrap {
  white-space: nowrap;
}
body.theme-eig .eig-word-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
body.theme-eig .toolbar-background {
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  body.theme-eig .toolbar-background {
    box-shadow: 30px 52px 17px 0px rgba(0, 0, 0, 0), 19px 33px 15px 0px rgba(0, 0, 0, 0), 11px 19px 13px 0px rgba(0, 0, 0, 0.02), 5px 8px 10px 0px rgba(0, 0, 0, 0.03),1px 2px 5px 0px rgba(0, 0, 0, 0.03);;
  }
}
body.theme-eig .success {
  color: #fff;
}
body.theme-eig .danger {
  color: #fff;
}
body.theme-eig .warning {
  color: #1e1e1e;
}
body.theme-eig .warning.mat-icon-button:hover {
  color: #1e1e1e;
}
body.theme-eig .active {
  background-color: #dfe1e5 !important;
  color: #45464c !important;
}
body.theme-eig .eig-btn {
  height: 40px;
  border-radius: 100px;
  padding: 0 24px;
}
body.theme-eig .eig-btn.large {
  height: 48px;
}
body.theme-eig .table-wrapper {
  background: #fff;
}
body.theme-eig .eig-mobile-container .page-content {
  background-color: #fff;
}
body.theme-eig .eig-mobile-container .content-container {
  padding-bottom: 96px;
}
body.theme-eig .page-content {
  padding: 24px;
}
body.theme-eig .eig-overlay-backdrop {
  background-color: #fff;
}
body.theme-eig .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
body.theme-eig .mat-option {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-option:hover:not(.mat-option-disabled), body.theme-eig .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
body.theme-eig .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
body.theme-eig .mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-eig .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #2dba69;
}
body.theme-eig .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #dddee0;
}
body.theme-eig .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}
body.theme-eig .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-eig .mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-eig .mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-eig .mat-pseudo-checkbox::after {
  color: #fafafa;
}
body.theme-eig .mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
body.theme-eig .mat-primary .mat-pseudo-checkbox-checked,
body.theme-eig .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #2dba69;
}
body.theme-eig .mat-pseudo-checkbox-checked,
body.theme-eig .mat-pseudo-checkbox-indeterminate,
body.theme-eig .mat-accent .mat-pseudo-checkbox-checked,
body.theme-eig .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #dddee0;
}
body.theme-eig .mat-warn .mat-pseudo-checkbox-checked,
body.theme-eig .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336;
}
body.theme-eig .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
body.theme-eig .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
body.theme-eig .mat-app-background, body.theme-eig.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

body.theme-eig .mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
body.theme-eig .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-badge {
  position: relative;
}
body.theme-eig .mat-badge.mat-badge {
  overflow: visible;
}
body.theme-eig .mat-badge-hidden .mat-badge-content {
  display: none;
}
body.theme-eig .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
body.theme-eig .ng-animate-disabled .mat-badge-content,
body.theme-eig .mat-badge-content._mat-animation-noopable {
  transition: none;
}
body.theme-eig .mat-badge-content.mat-badge-active {
  transform: none;
}
body.theme-eig .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
body.theme-eig .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
body.theme-eig .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
body.theme-eig .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] body.theme-eig .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
body.theme-eig .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] body.theme-eig .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
body.theme-eig .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] body.theme-eig .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
body.theme-eig .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] body.theme-eig .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
body.theme-eig .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
body.theme-eig .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
body.theme-eig .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
body.theme-eig .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] body.theme-eig .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
body.theme-eig .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] body.theme-eig .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
body.theme-eig .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] body.theme-eig .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
body.theme-eig .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] body.theme-eig .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
body.theme-eig .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
body.theme-eig .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
body.theme-eig .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
body.theme-eig .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] body.theme-eig .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
body.theme-eig .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] body.theme-eig .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
body.theme-eig .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] body.theme-eig .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
body.theme-eig .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] body.theme-eig .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
body.theme-eig .mat-badge-content {
  color: #45464c;
  background: #2dba69;
}
.cdk-high-contrast-active body.theme-eig .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

body.theme-eig .mat-badge-accent .mat-badge-content {
  background: #dddee0;
  color: #45464c;
}
body.theme-eig .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
body.theme-eig .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
body.theme-eig .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-button, body.theme-eig .mat-icon-button, body.theme-eig .mat-stroked-button {
  color: inherit;
  background: transparent;
}
body.theme-eig .mat-button.mat-primary, body.theme-eig .mat-icon-button.mat-primary, body.theme-eig .mat-stroked-button.mat-primary {
  color: #2dba69;
}
body.theme-eig .mat-button.mat-accent, body.theme-eig .mat-icon-button.mat-accent, body.theme-eig .mat-stroked-button.mat-accent {
  color: #dddee0;
}
body.theme-eig .mat-button.mat-warn, body.theme-eig .mat-icon-button.mat-warn, body.theme-eig .mat-stroked-button.mat-warn {
  color: #f44336;
}
body.theme-eig .mat-button.mat-primary.mat-button-disabled, body.theme-eig .mat-button.mat-accent.mat-button-disabled, body.theme-eig .mat-button.mat-warn.mat-button-disabled, body.theme-eig .mat-button.mat-button-disabled.mat-button-disabled, body.theme-eig .mat-icon-button.mat-primary.mat-button-disabled, body.theme-eig .mat-icon-button.mat-accent.mat-button-disabled, body.theme-eig .mat-icon-button.mat-warn.mat-button-disabled, body.theme-eig .mat-icon-button.mat-button-disabled.mat-button-disabled, body.theme-eig .mat-stroked-button.mat-primary.mat-button-disabled, body.theme-eig .mat-stroked-button.mat-accent.mat-button-disabled, body.theme-eig .mat-stroked-button.mat-warn.mat-button-disabled, body.theme-eig .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
body.theme-eig .mat-button.mat-primary .mat-button-focus-overlay, body.theme-eig .mat-icon-button.mat-primary .mat-button-focus-overlay, body.theme-eig .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #2dba69;
}
body.theme-eig .mat-button.mat-accent .mat-button-focus-overlay, body.theme-eig .mat-icon-button.mat-accent .mat-button-focus-overlay, body.theme-eig .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #dddee0;
}
body.theme-eig .mat-button.mat-warn .mat-button-focus-overlay, body.theme-eig .mat-icon-button.mat-warn .mat-button-focus-overlay, body.theme-eig .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #f44336;
}
body.theme-eig .mat-button.mat-button-disabled .mat-button-focus-overlay, body.theme-eig .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, body.theme-eig .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
body.theme-eig .mat-button .mat-ripple-element, body.theme-eig .mat-icon-button .mat-ripple-element, body.theme-eig .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
body.theme-eig .mat-button-focus-overlay {
  background: black;
}
body.theme-eig .mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-flat-button, body.theme-eig .mat-raised-button, body.theme-eig .mat-fab, body.theme-eig .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
body.theme-eig .mat-flat-button.mat-primary, body.theme-eig .mat-raised-button.mat-primary, body.theme-eig .mat-fab.mat-primary, body.theme-eig .mat-mini-fab.mat-primary {
  color: #45464c;
}
body.theme-eig .mat-flat-button.mat-accent, body.theme-eig .mat-raised-button.mat-accent, body.theme-eig .mat-fab.mat-accent, body.theme-eig .mat-mini-fab.mat-accent {
  color: #45464c;
}
body.theme-eig .mat-flat-button.mat-warn, body.theme-eig .mat-raised-button.mat-warn, body.theme-eig .mat-fab.mat-warn, body.theme-eig .mat-mini-fab.mat-warn {
  color: white;
}
body.theme-eig .mat-flat-button.mat-primary.mat-button-disabled, body.theme-eig .mat-flat-button.mat-accent.mat-button-disabled, body.theme-eig .mat-flat-button.mat-warn.mat-button-disabled, body.theme-eig .mat-flat-button.mat-button-disabled.mat-button-disabled, body.theme-eig .mat-raised-button.mat-primary.mat-button-disabled, body.theme-eig .mat-raised-button.mat-accent.mat-button-disabled, body.theme-eig .mat-raised-button.mat-warn.mat-button-disabled, body.theme-eig .mat-raised-button.mat-button-disabled.mat-button-disabled, body.theme-eig .mat-fab.mat-primary.mat-button-disabled, body.theme-eig .mat-fab.mat-accent.mat-button-disabled, body.theme-eig .mat-fab.mat-warn.mat-button-disabled, body.theme-eig .mat-fab.mat-button-disabled.mat-button-disabled, body.theme-eig .mat-mini-fab.mat-primary.mat-button-disabled, body.theme-eig .mat-mini-fab.mat-accent.mat-button-disabled, body.theme-eig .mat-mini-fab.mat-warn.mat-button-disabled, body.theme-eig .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
body.theme-eig .mat-flat-button.mat-primary, body.theme-eig .mat-raised-button.mat-primary, body.theme-eig .mat-fab.mat-primary, body.theme-eig .mat-mini-fab.mat-primary {
  background-color: #2dba69;
}
body.theme-eig .mat-flat-button.mat-accent, body.theme-eig .mat-raised-button.mat-accent, body.theme-eig .mat-fab.mat-accent, body.theme-eig .mat-mini-fab.mat-accent {
  background-color: #dddee0;
}
body.theme-eig .mat-flat-button.mat-warn, body.theme-eig .mat-raised-button.mat-warn, body.theme-eig .mat-fab.mat-warn, body.theme-eig .mat-mini-fab.mat-warn {
  background-color: #f44336;
}
body.theme-eig .mat-flat-button.mat-primary.mat-button-disabled, body.theme-eig .mat-flat-button.mat-accent.mat-button-disabled, body.theme-eig .mat-flat-button.mat-warn.mat-button-disabled, body.theme-eig .mat-flat-button.mat-button-disabled.mat-button-disabled, body.theme-eig .mat-raised-button.mat-primary.mat-button-disabled, body.theme-eig .mat-raised-button.mat-accent.mat-button-disabled, body.theme-eig .mat-raised-button.mat-warn.mat-button-disabled, body.theme-eig .mat-raised-button.mat-button-disabled.mat-button-disabled, body.theme-eig .mat-fab.mat-primary.mat-button-disabled, body.theme-eig .mat-fab.mat-accent.mat-button-disabled, body.theme-eig .mat-fab.mat-warn.mat-button-disabled, body.theme-eig .mat-fab.mat-button-disabled.mat-button-disabled, body.theme-eig .mat-mini-fab.mat-primary.mat-button-disabled, body.theme-eig .mat-mini-fab.mat-accent.mat-button-disabled, body.theme-eig .mat-mini-fab.mat-warn.mat-button-disabled, body.theme-eig .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-flat-button.mat-primary .mat-ripple-element, body.theme-eig .mat-raised-button.mat-primary .mat-ripple-element, body.theme-eig .mat-fab.mat-primary .mat-ripple-element, body.theme-eig .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(69, 70, 76, 0.1);
}
body.theme-eig .mat-flat-button.mat-accent .mat-ripple-element, body.theme-eig .mat-raised-button.mat-accent .mat-ripple-element, body.theme-eig .mat-fab.mat-accent .mat-ripple-element, body.theme-eig .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(69, 70, 76, 0.1);
}
body.theme-eig .mat-flat-button.mat-warn .mat-ripple-element, body.theme-eig .mat-raised-button.mat-warn .mat-ripple-element, body.theme-eig .mat-fab.mat-warn .mat-ripple-element, body.theme-eig .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-eig .mat-stroked-button:not([class*=mat-elevation-z]), body.theme-eig .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-raised-button:not([class*=mat-elevation-z]) {
  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);
}
body.theme-eig .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-fab:not([class*=mat-elevation-z]), body.theme-eig .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), body.theme-eig .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), body.theme-eig .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
body.theme-eig .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  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);
}
body.theme-eig .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
body.theme-eig .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
body.theme-eig .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-eig .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
body.theme-eig .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
body.theme-eig .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
body.theme-eig [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
body.theme-eig .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
body.theme-eig .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
body.theme-eig .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
body.theme-eig .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
body.theme-eig .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
body.theme-eig .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
body.theme-eig .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
body.theme-eig .mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}
body.theme-eig .mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-eig .mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
body.theme-eig .mat-checkbox-checkmark {
  fill: #fafafa;
}
body.theme-eig .mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
body.theme-eig .mat-checkbox-mixedmark {
  background-color: #fafafa;
}
body.theme-eig .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, body.theme-eig .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #2dba69;
}
body.theme-eig .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, body.theme-eig .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #dddee0;
}
body.theme-eig .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, body.theme-eig .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #f44336;
}
body.theme-eig .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, body.theme-eig .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
body.theme-eig .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
body.theme-eig .mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-eig .mat-checkbox .mat-ripple-element {
  background-color: black;
}
body.theme-eig .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
body.theme-eig .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #2dba69;
}
body.theme-eig .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
body.theme-eig .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #dddee0;
}
body.theme-eig .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
body.theme-eig .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #f44336;
}
body.theme-eig .mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
body.theme-eig .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
body.theme-eig .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
body.theme-eig .mat-chip.mat-standard-chip::after {
  background: black;
}
body.theme-eig .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #2dba69;
  color: #45464c;
}
body.theme-eig .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: #45464c;
  opacity: 0.4;
}
body.theme-eig .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(69, 70, 76, 0.1);
}
body.theme-eig .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #f44336;
  color: white;
}
body.theme-eig .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
body.theme-eig .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-eig .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #dddee0;
  color: #45464c;
}
body.theme-eig .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: #45464c;
  opacity: 0.4;
}
body.theme-eig .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(69, 70, 76, 0.1);
}
body.theme-eig .mat-table {
  background: white;
}
body.theme-eig .mat-table thead, body.theme-eig .mat-table tbody, body.theme-eig .mat-table tfoot,
body.theme-eig mat-header-row, body.theme-eig mat-row, body.theme-eig mat-footer-row,
body.theme-eig [mat-header-row], body.theme-eig [mat-row], body.theme-eig [mat-footer-row],
body.theme-eig .mat-table-sticky {
  background: inherit;
}
body.theme-eig mat-row, body.theme-eig mat-header-row, body.theme-eig mat-footer-row,
body.theme-eig th.mat-header-cell, body.theme-eig td.mat-cell, body.theme-eig td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-eig .mat-cell, body.theme-eig .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
body.theme-eig .mat-datepicker-toggle,
body.theme-eig .mat-datepicker-content .mat-calendar-next-button,
body.theme-eig .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-eig .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-calendar-table-header,
body.theme-eig .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-eig .mat-calendar-body-cell-content,
body.theme-eig .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
body.theme-eig .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-eig .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-eig .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
body.theme-eig .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
body.theme-eig .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}
body.theme-eig .mat-calendar-body-in-range::before {
  background: rgba(45, 186, 105, 0.2);
}
body.theme-eig .mat-calendar-body-comparison-identical,
body.theme-eig .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
body.theme-eig .mat-calendar-body-comparison-bridge-start::before,
body.theme-eig [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(45, 186, 105, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.theme-eig .mat-calendar-body-comparison-bridge-end::before,
body.theme-eig [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(45, 186, 105, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.theme-eig .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body.theme-eig .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
body.theme-eig .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body.theme-eig .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
body.theme-eig .mat-calendar-body-selected {
  background-color: #2dba69;
  color: #45464c;
}
body.theme-eig .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(45, 186, 105, 0.4);
}
body.theme-eig .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #45464c;
}
body.theme-eig .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body.theme-eig .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(45, 186, 105, 0.3);
}
@media (hover: hover) {
  body.theme-eig .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(45, 186, 105, 0.3);
  }
}
body.theme-eig .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(221, 222, 224, 0.2);
}
body.theme-eig .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
body.theme-eig .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
body.theme-eig .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
body.theme-eig .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(221, 222, 224, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.theme-eig .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
body.theme-eig .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(221, 222, 224, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.theme-eig .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body.theme-eig .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
body.theme-eig .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body.theme-eig .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
body.theme-eig .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #dddee0;
  color: #45464c;
}
body.theme-eig .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(221, 222, 224, 0.4);
}
body.theme-eig .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #45464c;
}
body.theme-eig .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body.theme-eig .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(221, 222, 224, 0.3);
}
@media (hover: hover) {
  body.theme-eig .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(221, 222, 224, 0.3);
  }
}
body.theme-eig .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
body.theme-eig .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
body.theme-eig .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
body.theme-eig .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
body.theme-eig .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.theme-eig .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
body.theme-eig .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
body.theme-eig .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
body.theme-eig .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
body.theme-eig .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
body.theme-eig .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
body.theme-eig .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
body.theme-eig .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
body.theme-eig .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
body.theme-eig .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
body.theme-eig .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  body.theme-eig .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
body.theme-eig .mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-datepicker-toggle-active {
  color: #2dba69;
}
body.theme-eig .mat-datepicker-toggle-active.mat-accent {
  color: #dddee0;
}
body.theme-eig .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
body.theme-eig .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-eig .mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-expansion-panel:not([class*=mat-elevation-z]) {
  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);
}
body.theme-eig .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), body.theme-eig .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), body.theme-eig .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  body.theme-eig .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
body.theme-eig .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-expansion-panel-header-description,
body.theme-eig .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-eig .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
body.theme-eig .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
body.theme-eig .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
body.theme-eig .mat-expansion-panel-header {
  height: 48px;
}
body.theme-eig .mat-expansion-panel-header.mat-expanded {
  height: 64px;
}
body.theme-eig .mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
body.theme-eig .mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
body.theme-eig .mat-form-field.mat-focused .mat-form-field-label {
  color: #2dba69;
}
body.theme-eig .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #dddee0;
}
body.theme-eig .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
}
body.theme-eig .mat-focused .mat-form-field-required-marker {
  color: #dddee0;
}
body.theme-eig .mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #2dba69;
}
body.theme-eig .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #dddee0;
}
body.theme-eig .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #f44336;
}
body.theme-eig .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #2dba69;
}
body.theme-eig .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #dddee0;
}
body.theme-eig .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #f44336;
}
body.theme-eig .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #f44336;
}
body.theme-eig .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
body.theme-eig .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #f44336;
}
body.theme-eig .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
body.theme-eig .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #f44336;
}
body.theme-eig .mat-error {
  color: #f44336;
}
body.theme-eig .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-eig .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-eig .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
body.theme-eig .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
body.theme-eig .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
body.theme-eig .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
body.theme-eig .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-eig .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
body.theme-eig .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
body.theme-eig .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-eig .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
body.theme-eig .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #2dba69;
}
body.theme-eig .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #dddee0;
}
body.theme-eig .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #f44336;
}
body.theme-eig .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #f44336;
}
body.theme-eig .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-eig .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
body.theme-eig .mat-icon.mat-primary {
  color: #2dba69;
}
body.theme-eig .mat-icon.mat-accent {
  color: #dddee0;
}
body.theme-eig .mat-icon.mat-warn {
  color: #f44336;
}
body.theme-eig .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-eig .mat-input-element:disabled,
body.theme-eig .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-eig .mat-input-element {
  caret-color: #2dba69;
}
body.theme-eig .mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-eig .mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-eig .mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-eig .mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-eig .mat-form-field.mat-accent .mat-input-element {
  caret-color: #dddee0;
}
body.theme-eig .mat-form-field.mat-warn .mat-input-element,
body.theme-eig .mat-form-field-invalid .mat-input-element {
  caret-color: #f44336;
}
body.theme-eig .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #f44336;
}
body.theme-eig .mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-eig .mat-list-base .mat-list-item-disabled {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.38);
}
body.theme-eig .mat-list-option:hover, body.theme-eig .mat-list-option:focus,
body.theme-eig .mat-nav-list .mat-list-item:hover,
body.theme-eig .mat-nav-list .mat-list-item:focus,
body.theme-eig .mat-action-list .mat-list-item:hover,
body.theme-eig .mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
body.theme-eig .mat-list-single-selected-option, body.theme-eig .mat-list-single-selected-option:hover, body.theme-eig .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-menu-panel {
  background: white;
}
body.theme-eig .mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-menu-item[disabled],
body.theme-eig .mat-menu-item[disabled] .mat-menu-submenu-icon,
body.theme-eig .mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-eig .mat-menu-item .mat-icon-no-color,
body.theme-eig .mat-menu-submenu-icon {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-eig .mat-menu-item:hover:not([disabled]),
body.theme-eig .mat-menu-item.cdk-program-focused:not([disabled]),
body.theme-eig .mat-menu-item.cdk-keyboard-focused:not([disabled]),
body.theme-eig .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
body.theme-eig .mat-paginator {
  background: white;
}
body.theme-eig .mat-paginator,
body.theme-eig .mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-eig .mat-paginator-decrement,
body.theme-eig .mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
body.theme-eig .mat-paginator-first,
body.theme-eig .mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
body.theme-eig .mat-icon-button[disabled] .mat-paginator-decrement,
body.theme-eig .mat-icon-button[disabled] .mat-paginator-increment,
body.theme-eig .mat-icon-button[disabled] .mat-paginator-first,
body.theme-eig .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
body.theme-eig .mat-paginator-container {
  min-height: 56px;
}
body.theme-eig .mat-progress-bar-background {
  fill: #c7ead6;
}
body.theme-eig .mat-progress-bar-buffer {
  background-color: #c7ead6;
}
body.theme-eig .mat-progress-bar-fill::after {
  background-color: #2dba69;
}
body.theme-eig .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #f3f3f4;
}
body.theme-eig .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #f3f3f4;
}
body.theme-eig .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #dddee0;
}
body.theme-eig .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #f9ccc9;
}
body.theme-eig .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #f9ccc9;
}
body.theme-eig .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #f44336;
}
body.theme-eig .mat-progress-spinner circle, body.theme-eig .mat-spinner circle {
  stroke: #2dba69;
}
body.theme-eig .mat-progress-spinner.mat-accent circle, body.theme-eig .mat-spinner.mat-accent circle {
  stroke: #dddee0;
}
body.theme-eig .mat-progress-spinner.mat-warn circle, body.theme-eig .mat-spinner.mat-warn circle {
  stroke: #f44336;
}
body.theme-eig .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
body.theme-eig .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #2dba69;
}
body.theme-eig .mat-radio-button.mat-primary .mat-radio-inner-circle,
body.theme-eig .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.theme-eig .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, body.theme-eig .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #2dba69;
}
body.theme-eig .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #dddee0;
}
body.theme-eig .mat-radio-button.mat-accent .mat-radio-inner-circle,
body.theme-eig .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.theme-eig .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, body.theme-eig .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #dddee0;
}
body.theme-eig .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336;
}
body.theme-eig .mat-radio-button.mat-warn .mat-radio-inner-circle,
body.theme-eig .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.theme-eig .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, body.theme-eig .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #f44336;
}
body.theme-eig .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
body.theme-eig .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
body.theme-eig .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
body.theme-eig .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
body.theme-eig .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-eig .mat-radio-button .mat-ripple-element {
  background-color: black;
}
body.theme-eig .mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-eig .mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-eig .mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-eig .mat-select-panel {
  background: white;
}
body.theme-eig .mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #2dba69;
}
body.theme-eig .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #dddee0;
}
body.theme-eig .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #f44336;
}
body.theme-eig .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #f44336;
}
body.theme-eig .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-eig .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-drawer.mat-drawer-push {
  background-color: white;
}
body.theme-eig .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
body.theme-eig [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
body.theme-eig [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
body.theme-eig .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #dddee0;
}
body.theme-eig .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(221, 222, 224, 0.54);
}
body.theme-eig .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #dddee0;
}
body.theme-eig .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #2dba69;
}
body.theme-eig .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(45, 186, 105, 0.54);
}
body.theme-eig .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #2dba69;
}
body.theme-eig .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #f44336;
}
body.theme-eig .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.54);
}
body.theme-eig .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #f44336;
}
body.theme-eig .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
body.theme-eig .mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
body.theme-eig .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
body.theme-eig .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
body.theme-eig .mat-slider.mat-primary .mat-slider-track-fill,
body.theme-eig .mat-slider.mat-primary .mat-slider-thumb,
body.theme-eig .mat-slider.mat-primary .mat-slider-thumb-label {
  background-color: #2dba69;
}
body.theme-eig .mat-slider.mat-primary .mat-slider-thumb-label-text {
  color: #45464c;
}
body.theme-eig .mat-slider.mat-primary .mat-slider-focus-ring {
  background-color: rgba(45, 186, 105, 0.2);
}
body.theme-eig .mat-slider.mat-accent .mat-slider-track-fill,
body.theme-eig .mat-slider.mat-accent .mat-slider-thumb,
body.theme-eig .mat-slider.mat-accent .mat-slider-thumb-label {
  background-color: #dddee0;
}
body.theme-eig .mat-slider.mat-accent .mat-slider-thumb-label-text {
  color: #45464c;
}
body.theme-eig .mat-slider.mat-accent .mat-slider-focus-ring {
  background-color: rgba(221, 222, 224, 0.2);
}
body.theme-eig .mat-slider.mat-warn .mat-slider-track-fill,
body.theme-eig .mat-slider.mat-warn .mat-slider-thumb,
body.theme-eig .mat-slider.mat-warn .mat-slider-thumb-label {
  background-color: #f44336;
}
body.theme-eig .mat-slider.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
body.theme-eig .mat-slider.mat-warn .mat-slider-focus-ring {
  background-color: rgba(244, 67, 54, 0.2);
}
body.theme-eig .mat-slider:hover .mat-slider-track-background,
body.theme-eig .mat-slider.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
body.theme-eig .mat-slider.mat-slider-disabled .mat-slider-track-background,
body.theme-eig .mat-slider.mat-slider-disabled .mat-slider-track-fill,
body.theme-eig .mat-slider.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
body.theme-eig .mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
body.theme-eig .mat-slider.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
body.theme-eig .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
body.theme-eig .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
body.theme-eig .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
body.theme-eig .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, body.theme-eig .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
body.theme-eig .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, body.theme-eig .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
body.theme-eig .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
body.theme-eig .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
body.theme-eig .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
body.theme-eig .mat-step-header.cdk-keyboard-focused, body.theme-eig .mat-step-header.cdk-program-focused, body.theme-eig .mat-step-header:hover:not([aria-disabled]), body.theme-eig .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-eig .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  body.theme-eig .mat-step-header:hover {
    background: none;
  }
}
body.theme-eig .mat-step-header .mat-step-label,
body.theme-eig .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-eig .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: #45464c;
}
body.theme-eig .mat-step-header .mat-step-icon-selected,
body.theme-eig .mat-step-header .mat-step-icon-state-done,
body.theme-eig .mat-step-header .mat-step-icon-state-edit {
  background-color: #2dba69;
  color: #45464c;
}
body.theme-eig .mat-step-header.mat-accent .mat-step-icon {
  color: #45464c;
}
body.theme-eig .mat-step-header.mat-accent .mat-step-icon-selected,
body.theme-eig .mat-step-header.mat-accent .mat-step-icon-state-done,
body.theme-eig .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #dddee0;
  color: #45464c;
}
body.theme-eig .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
body.theme-eig .mat-step-header.mat-warn .mat-step-icon-selected,
body.theme-eig .mat-step-header.mat-warn .mat-step-icon-state-done,
body.theme-eig .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
body.theme-eig .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
body.theme-eig .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
body.theme-eig .mat-stepper-horizontal, body.theme-eig .mat-stepper-vertical {
  background-color: white;
}
body.theme-eig .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-horizontal-stepper-header::before,
body.theme-eig .mat-horizontal-stepper-header::after,
body.theme-eig .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-horizontal-stepper-header {
  height: 72px;
}
body.theme-eig .mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
body.theme-eig .mat-vertical-stepper-header {
  padding: 24px 24px;
}
body.theme-eig .mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}
body.theme-eig .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, body.theme-eig .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}
body.theme-eig .mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}
body.theme-eig .mat-sort-header-arrow {
  color: #757575;
}
body.theme-eig .mat-tab-nav-bar,
body.theme-eig .mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-tab-group-inverted-header .mat-tab-nav-bar,
body.theme-eig .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
body.theme-eig .mat-tab-label, body.theme-eig .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-tab-label.mat-tab-disabled, body.theme-eig .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-eig .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
body.theme-eig .mat-tab-group[class*=mat-background-] > .mat-tab-header,
body.theme-eig .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
body.theme-eig .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-eig .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-eig .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-eig .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-eig .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-eig .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-eig .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-eig .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(87, 200, 135, 0.3);
}
body.theme-eig .mat-tab-group.mat-primary .mat-ink-bar, body.theme-eig .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #2dba69;
}
body.theme-eig .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, body.theme-eig .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, body.theme-eig .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, body.theme-eig .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: #45464c;
}
body.theme-eig .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-eig .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-eig .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-eig .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-eig .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-eig .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-eig .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-eig .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(246, 247, 249, 0.3);
}
body.theme-eig .mat-tab-group.mat-accent .mat-ink-bar, body.theme-eig .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #dddee0;
}
body.theme-eig .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, body.theme-eig .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, body.theme-eig .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, body.theme-eig .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: #45464c;
}
body.theme-eig .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-eig .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-eig .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-eig .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-eig .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-eig .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-eig .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-eig .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
body.theme-eig .mat-tab-group.mat-warn .mat-ink-bar, body.theme-eig .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #f44336;
}
body.theme-eig .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, body.theme-eig .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, body.theme-eig .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, body.theme-eig .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
body.theme-eig .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-eig .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-eig .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-eig .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-eig .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-eig .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-eig .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-eig .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(87, 200, 135, 0.3);
}
body.theme-eig .mat-tab-group.mat-background-primary > .mat-tab-header, body.theme-eig .mat-tab-group.mat-background-primary > .mat-tab-link-container, body.theme-eig .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, body.theme-eig .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, body.theme-eig .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, body.theme-eig .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #2dba69;
}
body.theme-eig .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, body.theme-eig .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, body.theme-eig .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, body.theme-eig .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: #45464c;
}
body.theme-eig .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.theme-eig .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, body.theme-eig .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.theme-eig .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(69, 70, 76, 0.4);
}
body.theme-eig .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
body.theme-eig .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.theme-eig .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
body.theme-eig .mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, body.theme-eig .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
body.theme-eig .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.theme-eig .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
body.theme-eig .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: #45464c;
}
body.theme-eig .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.theme-eig .mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.theme-eig .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.theme-eig .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: #45464c;
  opacity: 0.4;
}
body.theme-eig .mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
body.theme-eig .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
body.theme-eig .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, body.theme-eig .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
body.theme-eig .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
body.theme-eig .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: #45464c;
  opacity: 0.12;
}
body.theme-eig .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-eig .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-eig .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-eig .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-eig .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-eig .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-eig .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-eig .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(246, 247, 249, 0.3);
}
body.theme-eig .mat-tab-group.mat-background-accent > .mat-tab-header, body.theme-eig .mat-tab-group.mat-background-accent > .mat-tab-link-container, body.theme-eig .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, body.theme-eig .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, body.theme-eig .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, body.theme-eig .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #dddee0;
}
body.theme-eig .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, body.theme-eig .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, body.theme-eig .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, body.theme-eig .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: #45464c;
}
body.theme-eig .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.theme-eig .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, body.theme-eig .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.theme-eig .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(69, 70, 76, 0.4);
}
body.theme-eig .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
body.theme-eig .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.theme-eig .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
body.theme-eig .mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, body.theme-eig .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
body.theme-eig .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.theme-eig .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
body.theme-eig .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: #45464c;
}
body.theme-eig .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.theme-eig .mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.theme-eig .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.theme-eig .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: #45464c;
  opacity: 0.4;
}
body.theme-eig .mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
body.theme-eig .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
body.theme-eig .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, body.theme-eig .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
body.theme-eig .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
body.theme-eig .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: #45464c;
  opacity: 0.12;
}
body.theme-eig .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-eig .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-eig .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-eig .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-eig .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-eig .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-eig .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-eig .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
body.theme-eig .mat-tab-group.mat-background-warn > .mat-tab-header, body.theme-eig .mat-tab-group.mat-background-warn > .mat-tab-link-container, body.theme-eig .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, body.theme-eig .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, body.theme-eig .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, body.theme-eig .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #f44336;
}
body.theme-eig .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, body.theme-eig .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, body.theme-eig .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, body.theme-eig .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
body.theme-eig .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.theme-eig .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, body.theme-eig .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, body.theme-eig .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
body.theme-eig .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
body.theme-eig .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.theme-eig .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
body.theme-eig .mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, body.theme-eig .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
body.theme-eig .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
body.theme-eig .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
body.theme-eig .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
body.theme-eig .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.theme-eig .mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.theme-eig .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
body.theme-eig .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
body.theme-eig .mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
body.theme-eig .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
body.theme-eig .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, body.theme-eig .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
body.theme-eig .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
body.theme-eig .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
body.theme-eig .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-toolbar.mat-primary {
  background: #2dba69;
  color: #45464c;
}
body.theme-eig .mat-toolbar.mat-accent {
  background: #dddee0;
  color: #45464c;
}
body.theme-eig .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
body.theme-eig .mat-toolbar .mat-form-field-underline,
body.theme-eig .mat-toolbar .mat-form-field-ripple,
body.theme-eig .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
body.theme-eig .mat-toolbar .mat-form-field-label,
body.theme-eig .mat-toolbar .mat-focused .mat-form-field-label,
body.theme-eig .mat-toolbar .mat-select-value,
body.theme-eig .mat-toolbar .mat-select-arrow,
body.theme-eig .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
body.theme-eig .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
body.theme-eig .mat-toolbar-multiple-rows {
  min-height: 64px;
}
body.theme-eig .mat-toolbar-row, body.theme-eig .mat-toolbar-single-row {
  height: 64px;
}
@media (max-width: 599px) {
  body.theme-eig .mat-toolbar-multiple-rows {
    min-height: 56px;
  }
  body.theme-eig .mat-toolbar-row, body.theme-eig .mat-toolbar-single-row {
    height: 56px;
  }
}
body.theme-eig .mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
body.theme-eig .mat-tree {
  background: white;
}
body.theme-eig .mat-tree-node,
body.theme-eig .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-eig .mat-tree-node {
  min-height: 48px;
}
body.theme-eig .mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.theme-eig .mat-simple-snackbar-action {
  color: #dddee0;
}
body.theme-eig .mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
}
body.theme-eig .mat-badge-small .mat-badge-content {
  font-size: 9px;
}
body.theme-eig .mat-badge-large .mat-badge-content {
  font-size: 24px;
}
body.theme-eig .mat-h1,
body.theme-eig .mat-headline,
body.theme-eig .mat-typography .mat-h1,
body.theme-eig .mat-typography .mat-headline,
body.theme-eig .mat-typography h1 {
  font-weight: 600;
  line-height: 32px;
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  letter-spacing: normal;
  margin: 0 0 16px;
}
body.theme-eig .mat-h2,
body.theme-eig .mat-title,
body.theme-eig .mat-typography .mat-h2,
body.theme-eig .mat-typography .mat-title,
body.theme-eig .mat-typography h2 {
  font-weight: 600;
  line-height: 32px;
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  letter-spacing: normal;
  margin: 0 0 16px;
}
body.theme-eig .mat-h3,
body.theme-eig .mat-subheading-2,
body.theme-eig .mat-typography .mat-h3,
body.theme-eig .mat-typography .mat-subheading-2,
body.theme-eig .mat-typography h3 {
  font-weight: 600;
  line-height: 24px;
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  letter-spacing: normal;
  margin: 0 0 16px;
}
body.theme-eig .mat-h4,
body.theme-eig .mat-subheading-1,
body.theme-eig .mat-typography .mat-h4,
body.theme-eig .mat-typography .mat-subheading-1,
body.theme-eig .mat-typography h4 {
  font-weight: 600;
  line-height: 24px;
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  letter-spacing: normal;
  margin: 0 0 16px;
}
body.theme-eig .mat-h5,
body.theme-eig .mat-typography .mat-h5,
body.theme-eig .mat-typography h5 {
  font: 400 calc( * 0.83) / calc( * 2) "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  margin: 0 0 12px;
}
body.theme-eig .mat-h6,
body.theme-eig .mat-typography .mat-h6,
body.theme-eig .mat-typography h6 {
  font: 400 calc( * 0.67) / calc( * 2) "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  margin: 0 0 12px;
}
body.theme-eig .mat-body-strong,
body.theme-eig .mat-body-2,
body.theme-eig .mat-typography .mat-body-strong,
body.theme-eig .mat-typography .mat-body-2 {
  font: 400 14px / 24px "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  letter-spacing: normal;
}
body.theme-eig .mat-body,
body.theme-eig .mat-body-1,
body.theme-eig .mat-typography .mat-body,
body.theme-eig .mat-typography .mat-body-1,
body.theme-eig .mat-typography {
  font-weight: 400;
  line-height: calc( * 2);
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  letter-spacing: normal;
}
body.theme-eig .mat-body p,
body.theme-eig .mat-body-1 p,
body.theme-eig .mat-typography .mat-body p,
body.theme-eig .mat-typography .mat-body-1 p,
body.theme-eig .mat-typography p {
  margin: 0 0 12px;
}
body.theme-eig .mat-small,
body.theme-eig .mat-caption,
body.theme-eig .mat-typography .mat-small,
body.theme-eig .mat-typography .mat-caption {
  font: 400 12px / 20px "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  letter-spacing: normal;
}
body.theme-eig .mat-display-4,
body.theme-eig .mat-typography .mat-display-4 {
  font: 300 112px / 112px "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
body.theme-eig .mat-display-3,
body.theme-eig .mat-typography .mat-display-3 {
  font: 400 56px / 56px "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
body.theme-eig .mat-display-2,
body.theme-eig .mat-typography .mat-display-2 {
  font: 400 45px / 48px "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
body.theme-eig .mat-display-1,
body.theme-eig .mat-typography .mat-display-1 {
  font: 400 34px / 40px "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  letter-spacing: normal;
  margin: 0 0 64px;
}
body.theme-eig .mat-bottom-sheet-container {
  font-weight: 400;
  line-height: calc( * 2);
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  letter-spacing: normal;
}
body.theme-eig .mat-button, body.theme-eig .mat-raised-button, body.theme-eig .mat-icon-button, body.theme-eig .mat-stroked-button,
body.theme-eig .mat-flat-button, body.theme-eig .mat-fab, body.theme-eig .mat-mini-fab {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  font-size: 14px;
  font-weight: 400;
}
body.theme-eig .mat-button-toggle {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
}
body.theme-eig .mat-card {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
}
body.theme-eig .mat-card-title {
  font-weight: 600;
}
body.theme-eig .mat-checkbox {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
}
body.theme-eig .mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
body.theme-eig .mat-chip {
  font-size: 14px;
  font-weight: 400;
}
body.theme-eig .mat-chip .mat-chip-trailing-icon.mat-icon,
body.theme-eig .mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
body.theme-eig .mat-table {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
}
body.theme-eig .mat-header-cell {
  font-size: 12px;
  font-weight: 400;
}
body.theme-eig .mat-calendar {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
}
body.theme-eig .mat-calendar-body {
  font-size: 13px;
}
body.theme-eig .mat-calendar-body-label,
body.theme-eig .mat-calendar-period-button {
  font-size: 14px;
  font-weight: 400;
}
body.theme-eig .mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
body.theme-eig .mat-dialog-title {
  font-weight: 600;
  line-height: 32px;
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  letter-spacing: normal;
}
body.theme-eig .mat-expansion-panel-header {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  font-weight: 600;
}
body.theme-eig .mat-expansion-panel-content {
  font-weight: 400;
  line-height: calc( * 2);
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  letter-spacing: normal;
}
body.theme-eig .mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  letter-spacing: normal;
}
body.theme-eig .mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
body.theme-eig .mat-form-field-prefix .mat-icon,
body.theme-eig .mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
body.theme-eig .mat-form-field-prefix .mat-icon-button,
body.theme-eig .mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
body.theme-eig .mat-form-field-prefix .mat-icon-button .mat-icon,
body.theme-eig .mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
body.theme-eig .mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
body.theme-eig .mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
body.theme-eig .mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34373em) scale(0.75);
  width: 133.3333533333%;
}
body.theme-eig .mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34372em) scale(0.75);
  width: 133.3333633333%;
}
body.theme-eig .mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
body.theme-eig .mat-form-field-label {
  top: 1.34375em;
}
body.theme-eig .mat-form-field-underline {
  bottom: 1.34375em;
}
body.theme-eig .mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
body.theme-eig .mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
body.theme-eig .mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
body.theme-eig .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
body.theme-eig .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00106px);
  width: 133.3333933333%;
}
body.theme-eig .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00107px);
  width: 133.3334033333%;
}
body.theme-eig .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00108px);
  width: 133.3334133333%;
}
body.theme-eig .mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
body.theme-eig .mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
body.theme-eig .mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  body.theme-eig .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
  body.theme-eig .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28116em) scale(0.75);
  }
  body.theme-eig .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28115em) scale(0.75);
  }
  body.theme-eig .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28114em) scale(0.75);
  }
}
body.theme-eig .mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
body.theme-eig .mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
body.theme-eig .mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
body.theme-eig .mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59373em) scale(0.75);
  width: 133.3333533333%;
}
body.theme-eig .mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59372em) scale(0.75);
  width: 133.3333633333%;
}
body.theme-eig .mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
body.theme-eig .mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
body.theme-eig .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
body.theme-eig .mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59373em) scale(0.75);
  width: 133.3333533333%;
}
body.theme-eig .mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59372em) scale(0.75);
  width: 133.3333633333%;
}
body.theme-eig .mat-grid-tile-header .mat-line,
body.theme-eig .mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
body.theme-eig .mat-grid-tile-header .mat-line:nth-child(n+2),
body.theme-eig .mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
body.theme-eig input.mat-input-element {
  margin-top: -0.0625em;
}
body.theme-eig .mat-menu-item {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  font-weight: 400;
}
body.theme-eig .mat-paginator,
body.theme-eig .mat-paginator-page-size .mat-select-trigger {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  font-size: 12px;
}
body.theme-eig .mat-radio-button {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
}
body.theme-eig .mat-select {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
}
body.theme-eig .mat-select-trigger {
  height: 1.125em;
}
body.theme-eig .mat-slide-toggle-content {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
}
body.theme-eig .mat-slider-thumb-label-text {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  font-size: 12px;
  font-weight: 400;
}
body.theme-eig .mat-stepper-vertical, body.theme-eig .mat-stepper-horizontal {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
}
body.theme-eig .mat-step-label {
  font-weight: 400;
}
body.theme-eig .mat-step-sub-label-error {
  font-weight: normal;
}
body.theme-eig .mat-step-label-error {
  font-size: 14px;
}
body.theme-eig .mat-step-label-selected {
  font-size: 14px;
  font-weight: 400;
}
body.theme-eig .mat-tab-group {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
}
body.theme-eig .mat-tab-label, body.theme-eig .mat-tab-link {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  font-size: 14px;
  font-weight: 400;
}
body.theme-eig .mat-toolbar,
body.theme-eig .mat-toolbar h1,
body.theme-eig .mat-toolbar h2,
body.theme-eig .mat-toolbar h3,
body.theme-eig .mat-toolbar h4,
body.theme-eig .mat-toolbar h5,
body.theme-eig .mat-toolbar h6 {
  font-weight: 600;
  line-height: 32px;
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  letter-spacing: normal;
  margin: 0;
}
body.theme-eig .mat-tooltip {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
body.theme-eig .mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
body.theme-eig .mat-list-item {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
}
body.theme-eig .mat-list-option {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
}
body.theme-eig .mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
body.theme-eig .mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
body.theme-eig .mat-list-base .mat-subheader {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  font-size: 14px;
  font-weight: 400;
}
body.theme-eig .mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
body.theme-eig .mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
body.theme-eig .mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
body.theme-eig .mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
body.theme-eig .mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
body.theme-eig .mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
body.theme-eig .mat-list-base[dense] .mat-subheader {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  font-size: 12px;
  font-weight: 400;
}
body.theme-eig .mat-option {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
}
body.theme-eig .mat-optgroup-label {
  font: 400 14px / 24px "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  letter-spacing: normal;
}
body.theme-eig .mat-simple-snackbar {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
}
body.theme-eig .mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
}
body.theme-eig .mat-tree {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
}
body.theme-eig .mat-tree-node,
body.theme-eig .mat-nested-tree-node {
  font-weight: 400;
}
body.theme-eig .mat-flat-button span.mat-button-wrapper,
body.theme-eig .mat-stroked-button span.mat-button-wrapper {
  font-weight: 600;
}
body.theme-eig .mat-button-base:hover {
  background-color: #eff1f4;
}
body.theme-eig .mat-button,
body.theme-eig .mat-flat-button,
body.theme-eig .mat-raised-button {
  border-radius: 50px;
  display: inline;
  padding: 0px 24px;
  align-items: center;
}
body.theme-eig .mat-button.mat-primary,
body.theme-eig .mat-flat-button.mat-primary,
body.theme-eig .mat-raised-button.mat-primary {
  box-shadow: 0px 4px 8px 0px rgba(101, 92, 128, 0.3);
  background: linear-gradient(121deg, #2dba69 13.32%, #318252 86.81%);
}
body.theme-eig .mat-button.mat-primary span.mat-button-wrapper,
body.theme-eig .mat-flat-button.mat-primary span.mat-button-wrapper,
body.theme-eig .mat-raised-button.mat-primary span.mat-button-wrapper {
  color: #fff;
}
body.theme-eig .mat-button.mat-primary:dir(rtl),
body.theme-eig .mat-flat-button.mat-primary:dir(rtl),
body.theme-eig .mat-raised-button.mat-primary:dir(rtl) {
  background: linear-gradient(121deg, #318252 13.32%, #2dba69 86.81%);
}
body.theme-eig .mat-button.mat-primary.mat-button-disabled,
body.theme-eig .mat-flat-button.mat-primary.mat-button-disabled,
body.theme-eig .mat-raised-button.mat-primary.mat-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
body.theme-eig .mat-button.mat-primary:not(.mat-button-disabled):hover,
body.theme-eig .mat-flat-button.mat-primary:not(.mat-button-disabled):hover,
body.theme-eig .mat-raised-button.mat-primary:not(.mat-button-disabled):hover {
  box-shadow: 0px 2px 2px 0px rgba(101, 92, 128, 0.4);
  background-color: #2fa25f;
}
body.theme-eig .mat-button.mat-accent, body.theme-eig .mat-button.mat-menu-trigger,
body.theme-eig .mat-flat-button.mat-accent,
body.theme-eig .mat-flat-button.mat-menu-trigger,
body.theme-eig .mat-raised-button.mat-accent,
body.theme-eig .mat-raised-button.mat-menu-trigger {
  background-color: #f6f7f9;
}
body.theme-eig .mat-button.mat-accent.mat-button-disabled, body.theme-eig .mat-button.mat-menu-trigger.mat-button-disabled,
body.theme-eig .mat-flat-button.mat-accent.mat-button-disabled,
body.theme-eig .mat-flat-button.mat-menu-trigger.mat-button-disabled,
body.theme-eig .mat-raised-button.mat-accent.mat-button-disabled,
body.theme-eig .mat-raised-button.mat-menu-trigger.mat-button-disabled {
  opacity: 0.3;
  background-color: #f6f7f9;
  cursor: not-allowed;
}
body.theme-eig .mat-button.mat-accent:not(.mat-button-disabled):hover, body.theme-eig .mat-button.mat-menu-trigger:not(.mat-button-disabled):hover,
body.theme-eig .mat-flat-button.mat-accent:not(.mat-button-disabled):hover,
body.theme-eig .mat-flat-button.mat-menu-trigger:not(.mat-button-disabled):hover,
body.theme-eig .mat-raised-button.mat-accent:not(.mat-button-disabled):hover,
body.theme-eig .mat-raised-button.mat-menu-trigger:not(.mat-button-disabled):hover {
  background-color: #eff1f4;
}
body.theme-eig .mat-button.mat-warn,
body.theme-eig .mat-flat-button.mat-warn,
body.theme-eig .mat-raised-button.mat-warn {
  background-color: #ff5656;
}
body.theme-eig .mat-button.mat-warn span.mat-button-wrapper,
body.theme-eig .mat-flat-button.mat-warn span.mat-button-wrapper,
body.theme-eig .mat-raised-button.mat-warn span.mat-button-wrapper {
  color: #fff;
}
body.theme-eig .mat-button.mat-warn.mat-button-disabled,
body.theme-eig .mat-flat-button.mat-warn.mat-button-disabled,
body.theme-eig .mat-raised-button.mat-warn.mat-button-disabled {
  background-color: #ff5656;
  opacity: 0.3;
  cursor: not-allowed;
}
body.theme-eig .mat-button.mat-warn:not(.mat-button-disabled):hover,
body.theme-eig .mat-flat-button.mat-warn:not(.mat-button-disabled):hover,
body.theme-eig .mat-raised-button.mat-warn:not(.mat-button-disabled):hover {
  background-color: #c33434;
}
body.theme-eig .mat-stroked-button {
  border-radius: 100px;
}
body.theme-eig .mat-stroked-button.mat-primary {
  border: solid 1px #2dba69;
  background: white;
}
body.theme-eig .mat-stroked-button.mat-primary span {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
body.theme-eig .mat-stroked-button.mat-primary span.mat-button-wrapper {
  background: linear-gradient(121deg, #2dba69 13.32%, #318252 86.81%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
body.theme-eig .mat-stroked-button.mat-primary span.mat-button-wrapper svg {
  stroke: #2dba69;
}
body.theme-eig .mat-stroked-button.mat-primary:dir(rtl) span.mat-button-wrapper {
  background: linear-gradient(121deg, #318252 13.32%, #2dba69 86.81%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.theme-eig .mat-stroked-button.mat-primary.mat-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
body.theme-eig .mat-stroked-button.mat-primary:not(.mat-button-disabled):hover {
  background-color: #2fa25f;
  border: solid 1px #2fa25f;
}
body.theme-eig .mat-stroked-button.mat-primary:not(.mat-button-disabled):hover span.mat-button-wrapper {
  -webkit-text-fill-color: unset;
  color: #fff;
}
body.theme-eig .mat-stroked-button.white {
  color: #2dba69;
  border: 1px solid #2dba69;
  background-color: #fff;
}
body.theme-eig {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "sans-serif";
  font-size: 14px;
  color: #45464c;
}
body.theme-eig .mat-icon-button:hover {
  background-color: #f0f0f5;
}
body.theme-eig .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: #f6f7f9;
}
body.theme-eig .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: #f6f7f9;
}
body.theme-eig .mat-form-field-appearance-legacy .mat-form-field-underline, body.theme-eig .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: #f6f7f9;
}
body.theme-eig .mat-form-field-appearance-legacy:not(.mat-form-field-disabled):not(.mat-focused) .mat-form-field-flex:hover .mat-form-field-outline-thick, body.theme-eig .mat-form-field-appearance-outline:not(.mat-form-field-disabled):not(.mat-focused) .mat-form-field-flex:hover .mat-form-field-outline-thick {
  color: #5e5e5e;
}
body.theme-eig .mat-form-field-appearance-legacy:not(.mat-form-field-disabled):not(.mat-focused) .mat-form-field-flex:hover ~ .mat-form-field-underline .mat-form-field-ripple, body.theme-eig .mat-form-field-appearance-outline:not(.mat-form-field-disabled):not(.mat-focused) .mat-form-field-flex:hover ~ .mat-form-field-underline .mat-form-field-ripple {
  height: 2px;
  background-color: #5e5e5e;
  opacity: 1;
  transform: none;
  transition: opacity 600ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
body.theme-eig .mat-form-field-outline:not(.mat-form-field-outline-thick) .mat-form-field-outline-start,
body.theme-eig .mat-form-field-outline:not(.mat-form-field-outline-thick) .mat-form-field-outline-gap,
body.theme-eig .mat-form-field-outline:not(.mat-form-field-outline-thick) .mat-form-field-outline-end {
  border-color: #f6f7f9;
}
body.theme-eig .mat-option.danger,
body.theme-eig option.danger {
  color: #ef5350;
}
body.theme-eig .mat-option.success,
body.theme-eig option.success {
  color: #2dba69;
}
body.theme-eig .mat-select-value,
body.theme-eig .mat-input-element {
  color: #45464c;
}
body.theme-eig .mat-select-placeholder {
  color: #45464c;
}
body.theme-eig .mat-tooltip {
  background: #45464c;
}
body.theme-eig .snackBar__custom, body.theme-eig .snackBar__responsive {
  background-color: #2dba69 !important;
  border: 1px solid #fff;
}
body.theme-eig .snackBar__custom a,
body.theme-eig .snackBar__custom .mat-button-wrapper,
body.theme-eig .snackBar__custom .mat-simple-snackbar, body.theme-eig .snackBar__responsive a,
body.theme-eig .snackBar__responsive .mat-button-wrapper,
body.theme-eig .snackBar__responsive .mat-simple-snackbar {
  color: #fff;
}
body.theme-eig .snackBar__custom .mat-simple-snackbar-action, body.theme-eig .snackBar__responsive .mat-simple-snackbar-action {
  border: 2px solid #fff;
  border-radius: 10px;
}
body.theme-eig a {
  color: #2dba69;
}
body.theme-eig .primary {
  background-color: #2dba69;
}
body.theme-eig .primary-text {
  color: #2dba69;
}
body.theme-eig .user-authentication {
  color: #5e5e5e;
}
body.theme-eig .user-authentication form .title {
  color: #000;
}
body.theme-eig .user-authentication form-wrapper {
  background-color: #fff;
}
body.theme-eig .custom-style .input-group:before {
  border-color: #f6f7f9;
}
body.theme-eig .custom-style input {
  color: #5e5e5e;
}
body.theme-eig .auth-inner {
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  body.theme-eig .auth-inner {
    box-shadow: 11px 18px 6px 0px rgba(0, 0, 0, 0), 7px 12px 5px 0px rgba(0, 0, 0, 0.01), 4px 7px 5px 0px rgba(0, 0, 0, 0.03), 2px 3px 3px 0px rgba(0, 0, 0, 0.04), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  }
}
body.theme-eig .auth-container {
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  body.theme-eig .auth-container {
    background-color: transparent;
  }
}
body.theme-eig .user-authentication h2 {
  color: #000;
  font-family: inherit;
}
body.theme-eig .user-authentication a {
  color: inherit;
  text-decoration: underline;
}
body.theme-eig .user-authentication.affiliate .user-authentication-form .title {
  color: #000;
  font-size: 24px;
}
body.theme-eig .user-authentication-form-wrapper {
  background-color: #fff;
}
body.theme-eig eig-annotation-arrow .eig-annotation-arrow-connector,
body.theme-eig eig-annotation-arrow .eig-annotation-arrow-pointer {
  border-color: #2dba69;
}
body.theme-eig eig-annotation-box .annotation-box {
  background-color: #2dba69;
  color: white;
}
body.theme-eig eightcap-authenticate .auth-divider {
  border-bottom-color: #5e5e5e;
}
body.theme-eig eightcap-authenticate .auth-divider strong {
  background-color: #fff;
}
body.theme-eig forget-partner-password {
  display: flex;
}
body.theme-eig .mat-dialog-container notification-header .mat-dialog-title {
  display: flex;
  align-items: center;
}
body.theme-eig .mat-dialog-container notification-header .mat-dialog-title .mat-icon {
  font-size: 24px;
  height: 24px;
  width: 24px;
}
body.theme-eig .mat-dialog-container notification-header .mat-dialog-title .danger {
  color: #e02e2e;
}
body.theme-eig .mat-dialog-container notification-footer .mat-action-row {
  border: none;
}
body.theme-eig international-phone-number .input-group.mat-focused:before {
  border: 2px solid #2dba69;
}
body.theme-eig international-phone-number .input-group.invalid-phone-number:before {
  border: 2px solid #f44336;
}
body.theme-eig international-phone-number .input-group:not(.mat-focused):hover:before {
  border: 2px solid #5e5e5e;
}
body.theme-eig sign-up-partner #bottom-wrapper .user-authentication-form-wrapper .user-authentication-form .mat-raised-button {
  background-image: none;
}
body.theme-eig .error-title, body.theme-eig .error-info {
  color: #45464c;
}
body.theme-eig .error-container a {
  color: #2dba69;
}

:root {
  --primary-color: #2dba69;
  --font-family: Open Sans, Helvetica Neue, Arial, sans-serif;
  --text-color: ;
}

/*# sourceMappingURL=shared-theme-eig.css.map*/