/* node_modules/nouislider/dist/nouislider.min.css */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform .3s;
  transition: transform .3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow:
    inset 0 0 1px #FFF,
    inset 0 1px 7px #EBEBEB,
    0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow:
    inset 0 0 1px #FFF,
    inset 0 1px 7px #DDD,
    0 3px 6px -3px #BBB;
}
.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* src/anessa-theme.scss */
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-drag-preview .mat-ripple-element,
.cdk-drag-placeholder .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-app-background, transparent));
  color: var(--mat-app-text-color, var(--mat-app-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
.anessa-blue {
  color: #008ec0;
}
.anessa-dark-blue {
  color: #1b7494;
}
.anessa-green {
  color: #5CAE4A;
}
.anessa-grey {
  color: #767676;
}
.anessa-red {
  color: #ef4136;
}
.anessa-light-grey {
  color: #f3f6f7;
}
.anessa-grey-shadow {
  color: 0 0px 6px 3px #e3edef;
}
.anessa-light-blue {
  color: #e2f1f4;
}
.mat-theme-loaded-marker {
  display: none;
}
html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color: #008ec0;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.mat-accent {
  --mat-option-selected-state-label-text-color: #5cae4a;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.mat-warn {
  --mat-option-selected-state-label-text-color: #ef4136;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #008ec0;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #008ec0;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
html {
  --mat-full-pseudo-checkbox-selected-icon-color: #5cae4a;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #5cae4a;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #5cae4a;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #5cae4a;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4136;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4136;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
}
html {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
}
html {
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #008ec0;
  --mdc-linear-progress-track-color: rgba(0, 142, 192, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #5cae4a;
  --mdc-linear-progress-track-color: rgba(92, 174, 74, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ef4136;
  --mdc-linear-progress-track-color: rgba(239, 65, 54, 0.25);
}
html {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
}
html {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}
html {
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
}
html {
  --mdc-filled-text-field-caret-color: #008ec0;
  --mdc-filled-text-field-focus-active-indicator-color: #008ec0;
  --mdc-filled-text-field-focus-label-text-color: rgba(0, 142, 192, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #ef4136;
  --mdc-filled-text-field-error-focus-label-text-color: #ef4136;
  --mdc-filled-text-field-error-label-text-color: #ef4136;
  --mdc-filled-text-field-error-caret-color: #ef4136;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #ef4136;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4136;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4136;
  --mdc-outlined-text-field-caret-color: #008ec0;
  --mdc-outlined-text-field-focus-outline-color: #008ec0;
  --mdc-outlined-text-field-focus-label-text-color: rgba(0, 142, 192, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #ef4136;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4136;
  --mdc-outlined-text-field-error-label-text-color: #ef4136;
  --mdc-outlined-text-field-error-hover-label-text-color: #ef4136;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #ef4136;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4136;
  --mdc-outlined-text-field-error-outline-color: #ef4136;
  --mat-form-field-focus-select-arrow-color: rgba(0, 142, 192, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #ef4136;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}
.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #5cae4a;
  --mdc-filled-text-field-focus-active-indicator-color: #5cae4a;
  --mdc-filled-text-field-focus-label-text-color: rgba(92, 174, 74, 0.87);
  --mdc-outlined-text-field-caret-color: #5cae4a;
  --mdc-outlined-text-field-focus-outline-color: #5cae4a;
  --mdc-outlined-text-field-focus-label-text-color: rgba(92, 174, 74, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(92, 174, 74, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ef4136;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4136;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 65, 54, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4136;
  --mdc-outlined-text-field-focus-outline-color: #ef4136;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 65, 54, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 65, 54, 0.87);
}
html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
html {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(0, 142, 192, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 65, 54, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(92, 174, 74, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 65, 54, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(239, 65, 54, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 65, 54, 0.87);
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color: white;
}
html {
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
html {
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #008ec0;
  --mdc-chip-elevated-selected-container-color: #008ec0;
  --mdc-chip-elevated-disabled-container-color: #008ec0;
  --mdc-chip-flat-disabled-selected-container-color: #008ec0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #5cae4a;
  --mdc-chip-elevated-selected-container-color: #5cae4a;
  --mdc-chip-elevated-disabled-container-color: #5cae4a;
  --mdc-chip-flat-disabled-selected-container-color: #5cae4a;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4136;
  --mdc-chip-elevated-selected-container-color: #ef4136;
  --mdc-chip-elevated-disabled-container-color: #ef4136;
  --mdc-chip-flat-disabled-selected-container-color: #ef4136;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
html {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
html .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
html {
  --mdc-switch-selected-focus-state-layer-color: #4072b4;
  --mdc-switch-selected-handle-color: #4072b4;
  --mdc-switch-selected-hover-state-layer-color: #4072b4;
  --mdc-switch-selected-pressed-state-layer-color: #4072b4;
  --mdc-switch-selected-focus-handle-color: #284770;
  --mdc-switch-selected-hover-handle-color: #284770;
  --mdc-switch-selected-pressed-handle-color: #284770;
  --mdc-switch-selected-focus-track-color: #7fa3d1;
  --mdc-switch-selected-hover-track-color: #7fa3d1;
  --mdc-switch-selected-pressed-track-color: #7fa3d1;
  --mdc-switch-selected-track-color: #7fa3d1;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #fa551d;
  --mdc-switch-selected-handle-color: #fa551d;
  --mdc-switch-selected-hover-state-layer-color: #fa551d;
  --mdc-switch-selected-pressed-state-layer-color: #fa551d;
  --mdc-switch-selected-focus-handle-color: #b83204;
  --mdc-switch-selected-hover-handle-color: #b83204;
  --mdc-switch-selected-pressed-handle-color: #b83204;
  --mdc-switch-selected-focus-track-color: #fc9977;
  --mdc-switch-selected-hover-track-color: #fc9977;
  --mdc-switch-selected-pressed-track-color: #fc9977;
  --mdc-switch-selected-track-color: #fc9977;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #4072b4;
  --mdc-switch-selected-handle-color: #4072b4;
  --mdc-switch-selected-hover-state-layer-color: #4072b4;
  --mdc-switch-selected-pressed-state-layer-color: #4072b4;
  --mdc-switch-selected-focus-handle-color: #284770;
  --mdc-switch-selected-hover-handle-color: #284770;
  --mdc-switch-selected-pressed-handle-color: #284770;
  --mdc-switch-selected-focus-track-color: #7fa3d1;
  --mdc-switch-selected-hover-track-color: #7fa3d1;
  --mdc-switch-selected-pressed-track-color: #7fa3d1;
  --mdc-switch-selected-track-color: #7fa3d1;
}
html {
  --mdc-switch-state-layer-size: 40px;
}
html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #008ec0;
  --mdc-radio-selected-hover-icon-color: #008ec0;
  --mdc-radio-selected-icon-color: #008ec0;
  --mdc-radio-selected-pressed-icon-color: #008ec0;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #008ec0;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #5cae4a;
  --mdc-radio-selected-hover-icon-color: #5cae4a;
  --mdc-radio-selected-icon-color: #5cae4a;
  --mdc-radio-selected-pressed-icon-color: #5cae4a;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #5cae4a;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4136;
  --mdc-radio-selected-hover-icon-color: #ef4136;
  --mdc-radio-selected-icon-color: #ef4136;
  --mdc-radio-selected-pressed-icon-color: #ef4136;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #ef4136;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
html {
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
}
html {
  --mdc-slider-handle-color: #008ec0;
  --mdc-slider-focus-handle-color: #008ec0;
  --mdc-slider-hover-handle-color: #008ec0;
  --mdc-slider-active-track-color: #008ec0;
  --mdc-slider-inactive-track-color: #008ec0;
  --mdc-slider-with-tick-marks-inactive-container-color: #008ec0;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-slider-ripple-color: #008ec0;
  --mat-slider-hover-state-layer-color: rgba(0, 142, 192, 0.05);
  --mat-slider-focus-state-layer-color: rgba(0, 142, 192, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mdc-slider-handle-color: #5cae4a;
  --mdc-slider-focus-handle-color: #5cae4a;
  --mdc-slider-hover-handle-color: #5cae4a;
  --mdc-slider-active-track-color: #5cae4a;
  --mdc-slider-inactive-track-color: #5cae4a;
  --mdc-slider-with-tick-marks-inactive-container-color: #5cae4a;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #5cae4a;
  --mat-slider-hover-state-layer-color: rgba(92, 174, 74, 0.05);
  --mat-slider-focus-state-layer-color: rgba(92, 174, 74, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color: #ef4136;
  --mdc-slider-focus-handle-color: #ef4136;
  --mdc-slider-hover-handle-color: #ef4136;
  --mdc-slider-active-track-color: #ef4136;
  --mdc-slider-inactive-track-color: #ef4136;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4136;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #ef4136;
  --mat-slider-hover-state-layer-color: rgba(239, 65, 54, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 65, 54, 0.2);
}
html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
}
html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
}
html {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #008ec0;
  --mdc-radio-selected-hover-icon-color: #008ec0;
  --mdc-radio-selected-icon-color: #008ec0;
  --mdc-radio-selected-pressed-icon-color: #008ec0;
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #5cae4a;
  --mdc-radio-selected-hover-icon-color: #5cae4a;
  --mdc-radio-selected-icon-color: #5cae4a;
  --mdc-radio-selected-pressed-icon-color: #5cae4a;
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4136;
  --mdc-radio-selected-hover-icon-color: #ef4136;
  --mdc-radio-selected-icon-color: #ef4136;
  --mdc-radio-selected-pressed-icon-color: #ef4136;
}
.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #008ec0;
  --mdc-checkbox-selected-hover-icon-color: #008ec0;
  --mdc-checkbox-selected-icon-color: #008ec0;
  --mdc-checkbox-selected-pressed-icon-color: #008ec0;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #008ec0;
  --mdc-checkbox-selected-hover-state-layer-color: #008ec0;
  --mdc-checkbox-selected-pressed-state-layer-color: #008ec0;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #5cae4a;
  --mdc-checkbox-selected-hover-icon-color: #5cae4a;
  --mdc-checkbox-selected-icon-color: #5cae4a;
  --mdc-checkbox-selected-pressed-icon-color: #5cae4a;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #5cae4a;
  --mdc-checkbox-selected-hover-state-layer-color: #5cae4a;
  --mdc-checkbox-selected-pressed-state-layer-color: #5cae4a;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4136;
  --mdc-checkbox-selected-hover-icon-color: #ef4136;
  --mdc-checkbox-selected-icon-color: #ef4136;
  --mdc-checkbox-selected-pressed-icon-color: #ef4136;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4136;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4136;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4136;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #008ec0;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
html {
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #008ec0;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #008ec0;
  --mat-tab-header-active-ripple-color: #008ec0;
  --mat-tab-header-inactive-ripple-color: #008ec0;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #008ec0;
  --mat-tab-header-active-hover-label-text-color: #008ec0;
  --mat-tab-header-active-focus-indicator-color: #008ec0;
  --mat-tab-header-active-hover-indicator-color: #008ec0;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #5cae4a;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #5cae4a;
  --mat-tab-header-active-ripple-color: #5cae4a;
  --mat-tab-header-inactive-ripple-color: #5cae4a;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #5cae4a;
  --mat-tab-header-active-hover-label-text-color: #5cae4a;
  --mat-tab-header-active-focus-indicator-color: #5cae4a;
  --mat-tab-header-active-hover-indicator-color: #5cae4a;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ef4136;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #ef4136;
  --mat-tab-header-active-ripple-color: #ef4136;
  --mat-tab-header-inactive-ripple-color: #ef4136;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ef4136;
  --mat-tab-header-active-hover-label-text-color: #ef4136;
  --mat-tab-header-active-focus-indicator-color: #ef4136;
  --mat-tab-header-active-hover-indicator-color: #ef4136;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #008ec0;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #5cae4a;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ef4136;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
}
html {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #5cae4a;
  --mdc-checkbox-selected-hover-icon-color: #5cae4a;
  --mdc-checkbox-selected-icon-color: #5cae4a;
  --mdc-checkbox-selected-pressed-icon-color: #5cae4a;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #5cae4a;
  --mdc-checkbox-selected-hover-state-layer-color: #5cae4a;
  --mdc-checkbox-selected-pressed-state-layer-color: #5cae4a;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #008ec0;
  --mdc-checkbox-selected-hover-icon-color: #008ec0;
  --mdc-checkbox-selected-icon-color: #008ec0;
  --mdc-checkbox-selected-pressed-icon-color: #008ec0;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #008ec0;
  --mdc-checkbox-selected-hover-state-layer-color: #008ec0;
  --mdc-checkbox-selected-pressed-state-layer-color: #008ec0;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4136;
  --mdc-checkbox-selected-hover-icon-color: #ef4136;
  --mdc-checkbox-selected-icon-color: #ef4136;
  --mdc-checkbox-selected-pressed-icon-color: #ef4136;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4136;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4136;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4136;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
html {
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
}
html {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
}
html {
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #008ec0;
  --mat-text-button-state-layer-color: #008ec0;
  --mat-text-button-ripple-color: rgba(0, 142, 192, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #5cae4a;
  --mat-text-button-state-layer-color: #5cae4a;
  --mat-text-button-ripple-color: rgba(92, 174, 74, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4136;
  --mat-text-button-state-layer-color: #ef4136;
  --mat-text-button-ripple-color: rgba(239, 65, 54, 0.1);
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #008ec0;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #5cae4a;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4136;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #008ec0;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #5cae4a;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4136;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #008ec0;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #008ec0;
  --mat-outlined-button-ripple-color: rgba(0, 142, 192, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #5cae4a;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #5cae4a;
  --mat-outlined-button-ripple-color: rgba(92, 174, 74, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4136;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #ef4136;
  --mat-outlined-button-ripple-color: rgba(239, 65, 54, 0.1);
}
html {
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
}
html {
  --mdc-icon-button-icon-size: 24px;
}
html {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #008ec0;
  --mat-icon-button-state-layer-color: #008ec0;
  --mat-icon-button-ripple-color: rgba(0, 142, 192, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #5cae4a;
  --mat-icon-button-state-layer-color: #5cae4a;
  --mat-icon-button-ripple-color: rgba(92, 174, 74, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ef4136;
  --mat-icon-button-state-layer-color: #ef4136;
  --mat-icon-button-ripple-color: rgba(239, 65, 54, 0.1);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #008ec0;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #5cae4a;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #ef4136;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #008ec0;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #5cae4a;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #ef4136;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html {
  --mat-fab-touch-target-display: block;
  --mat-fab-small-touch-target-display: block;
}
html {
  --mdc-snackbar-container-shape: 4px;
}
html {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #5cae4a;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
html {
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}
html {
  --mdc-circular-progress-active-indicator-color: #008ec0;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #5cae4a;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ef4136;
}
html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}
html {
  --mat-badge-background-color: #008ec0;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}
.mat-badge-accent {
  --mat-badge-background-color: #5cae4a;
  --mat-badge-text-color: white;
}
.mat-badge-warn {
  --mat-badge-background-color: #ef4136;
  --mat-badge-text-color: white;
}
html {
  --mat-bottom-sheet-container-shape: 4px;
}
html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}
html {
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
}
html {
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
}
html {
  --mat-standard-button-toggle-height: 48px;
}
html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #008ec0;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(0, 142, 192, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(0, 142, 192, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(0, 142, 192, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #008ec0;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(0, 142, 192, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #5cae4a;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(92, 174, 74, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(92, 174, 74, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(92, 174, 74, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(92, 174, 74, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4136;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 65, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 65, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 65, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 65, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #5cae4a;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4136;
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}
html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: #008ec0;
}
.mat-icon.mat-accent {
  --mat-icon-color: #5cae4a;
}
.mat-icon.mat-warn {
  --mat-icon-color: #ef4136;
}
html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
}
html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #008ec0;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #008ec0;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #008ec0;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #ef4136;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #ef4136;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #5cae4a;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #5cae4a;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #5cae4a;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4136;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4136;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4136;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-sort-arrow-color: #757575;
}
html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #008ec0;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #5cae4a;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4136;
  --mat-toolbar-container-text-color: white;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height: 48px;
}

/* src/styles.scss */
.anessa-blue {
  color: #008ec0;
}
.anessa-dark-blue {
  color: #1b7494;
}
.anessa-green {
  color: #5CAE4A;
}
.anessa-grey {
  color: #767676;
}
.anessa-red {
  color: #ef4136;
}
.anessa-light-grey {
  color: #f3f6f7;
}
.anessa-grey-shadow {
  color: 0 0px 6px 3px #e3edef;
}
.anessa-light-blue {
  color: #e2f1f4;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src:
    local("Open Sans Regular"),
    local("OpenSans-Regular"),
    url(https://fonts.gstatic.com/s/opensans/v15/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range:
    U+0100-024F,
    U+1E00-1EFF,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src:
    local("Open Sans Regular"),
    local("OpenSans-Regular"),
    url(https://fonts.gstatic.com/s/opensans/v15/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2212,
    U+2215;
}
@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 400;
  src:
    local("Comfortaa Regular"),
    local("Comfortaa-Regular"),
    url(https://fonts.gstatic.com/s/comfortaa/v12/wz1gqe57Mbg11v-OrLlVjhJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range:
    U+0100-024F,
    U+1E00-1EFF,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 400;
  src:
    local("Comfortaa Regular"),
    local("Comfortaa-Regular"),
    url(https://fonts.gstatic.com/s/comfortaa/v12/qLBu5CQmSMt1H43OiWJ77VtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2212,
    U+2215;
}
button:enabled,
button.mat-mdc-raised-button:enabled,
button.mat-mdc-button:enabled,
a.mat-button:enabled,
a.mat-button-raised:enabled {
  color: white;
}
button:disabled,
button:disabled:hover {
  color: white;
}
button.mat-mdc-raised-button,
button.mat-mdc-button,
a.mat-button,
a.mat-mdc-raised-button {
  background-color: #767676;
}
button.mdc-icon-button[color=accent] mat-icon {
  color: #5CAE4A;
}
button.mdc-icon-button[color=warn] mat-icon {
  color: #ef4136;
}
mat-calendar-header button.mat-calendar-period-button {
  font-family: "Noto Sans";
}
button.mat-mdc-button,
button.mat-mdc-raised-button,
a.mat-mdc-raised-button,
a.mat-button,
a.mat-button.btn-widebutton {
  margin: unset;
  font-family: Comfortaa;
}
.fatbuttongroup {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 100px;
  width: 100%;
}
.back-button {
  padding: 0px 20px;
  position: absolute;
  top: 95px;
  left: 19%;
  background: transparent url("./media/backButton.png") no-repeat center;
  width: 55px;
  height: 20px;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-filter: drop-shadow(5px 5px 5px #e3e6e7);
  filter: drop-shadow(5px 5px 5px #e3e6e7);
  z-index: 8;
}
.btn {
  font-family: Comfortaa;
  color: white;
  background-color: rgb(177, 192, 201);
  padding: 2px 12px;
  border-radius: 0 !important;
}
.btn-sm {
  background: pink;
}
button.mat-mdc-button,
button.mat-mdc-raised-button,
.btn-default,
.btn-primary,
.btn-info,
.btn-warning,
.btn-success,
.btn-danger {
  font-size: 110%;
  margin-left: 10px;
  margin-right: 10px;
}
.btn:hover,
button.mat-mdc-raised-button:hover,
button.mat-mdc-button:hover,
a.mat-button:hover,
a.mat-mdc-raised-button:hover {
  color: white;
  background-color: #008ec0;
}
button.mat-mdc-raised-button:hover[color=warn] {
  background-color: #ef4136;
}
.btn-fat,
button.mat-mdc-raised-button.btn-fat,
button.mat-mdc-button.btn-fat {
  width: 330px;
  height: 70px;
  display: block;
  text-align: center;
  font-family: "Comfortaa";
  border: none;
  font-size: xx-large;
  margin: 15px 20px 0 20px;
}
.btn-big,
button.mat-mdc-button.btn-big,
button.mat-mdc-raised-button.btn-big {
  width: 330px;
  height: 70px;
  display: block;
  text-align: center;
  font-family: "Comfortaa";
  border: none;
  font-size: x-large;
  margin: 15px 20px 0 20px;
}
.btn-lg,
button.mat-mdc-raised-button.btn-lg,
button.mat-mdc-button.btn-lg {
  width: 200px;
  height: 70px;
}
.compact-button-group {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.btn-compact,
button.mat-mdc-button.btn-compact,
button.mat-mdc-raised-button.btn-compact {
  width: 200px;
  display: block;
  text-align: center;
  font-family: Comfortaa, sans-serif;
  border: none;
  font-size: medium;
  margin: 5px 10px 0 10px;
}
button.mat-mdc-raised-button.btn-wide,
button.mat-mdc-button.btn-wide {
  width: 100%;
}
.btn-green,
.btn-green:hover,
.btn-success,
.btn-success:hover,
.btn-success:disabled,
.btn-success:active,
.btn-green:enabled,
button.mat-mdc-button.btn-green:hover,
button.mat-mdc-raised-button.btn-green:hover,
a.mat-button.btn-green:hover,
a.mat-button.btn-green:active,
a.mat-mdc-raised-button.btn-green:hover,
a.mat-mdc-raised-button.btn-green:active {
  background-color: #5CAE4A;
  border-color: #5CAE4A;
}
.btn-blue,
button.mat-mdc-button.btn-blue,
button.mat-mdc-raised-button.btn-blue {
  background-color: #008ec0;
  border-color: #008ec0;
}
button.mat-mdc-button.btn-dark-blue,
button.mat-mdc-raised-button.btn-dark-blue {
  background-color: #1b7494;
  border-color: #1b7494;
}
.btn-cancel,
.btn-cancel:hover,
.btn-cancel:active,
button.mat-mdc-raised-button.btn-cancel:hover,
button.mat-mdc-raised-button.btn-red:hover,
button.mat-mdc-raised-button.btn-red:active,
button.mat-mdc-button.btn-red:hover,
button.mat-button.btn-red:active,
a.mat-button.btn-red:hover,
a.mat-button.btn-red:active,
a.mat-mdc-raised-button.btn-red:hover,
a.mat-mdc-raised-button.btn-red:active {
  background-color: #ef4136;
}
button.mat-mdc-button.first-layer-button,
button.mat-mdc-raised-button.first-layer-button {
  width: 300px;
  height: 50px;
  font-size: 130%;
}
button.mat-mdc-button.btn-listadd,
button.mat-mdc-raised-button.btn-listadd {
  height: 50px;
  min-width: 190px;
}
.buttonrow {
  padding: 10px;
}
.buttongroup {
  display: flex;
  justify-content: center;
}
.list-add-button {
  margin-bottom: 50px;
  margin-top: 25px;
}
button.mat-mdc-button.widebutton,
button.mat-button.widebutton:focus,
button.mat-button.widebutton:hover,
button.mat-button.widebutton:active,
button.mat-mdc-raised-button.widebutton,
button.mat-mdc-raised-button.widebutton:focus,
button.mat-mdc-raised-button.widebutton:hover,
button.mat-mdc-raised-button.widebutton:active,
.widebutton,
.btn-widebutton:focus,
.widebutton:focus,
.btn-widebutton:hover,
.widebutton:hover,
.widebutton:active,
.btn-widebutton:active,
.btn-widebutton {
  font-size: 150%;
  margin: 50px 30px;
  height: 60px;
  width: 360px;
  color: white;
  background-color: #008ec0;
}
.wrapped-button-container,
div.wrapped-button-container {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}
.wrapped-button,
button.mat-mdc-raised-button.wrapped-button,
button.mat-mdc-button.wrapped-button {
  width: 80%;
  min-height: 50px;
  font-size: 130%;
  white-space: pre-wrap;
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 400px;
}
.wrapped-btn-fat,
button.mat-mdc-raised-button.wrapped-btn-fat,
button.mat-mdc-button.wrapped-btn-fat {
  width: 330px;
  min-height: 70px;
  font-size: xx-large;
  white-space: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 15px 20px 0 20px;
}
button.mat-mdc-button.btn-no-unsaved-changes {
  background-color: #767676;
  border-color: #767676;
}
button.mat-mdc-button.btn-no-unsaved-changes:hover {
  background-color: #5CAE4A;
  border-color: #5CAE4A;
}
.sidebar-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  min-height: 60px;
  cursor: pointer;
  margin: 25px 10px;
}
@media screen and (max-width: 1349px) {
  .sidebar-button > i {
    font-size: x-large;
    color: white;
  }
  .sidebar-button > span {
    display: none;
  }
}
@media screen and (min-width: 1350px) {
  .sidebar-button > i {
    display: none;
  }
  .sidebar-button > span {
    font-size: x-large;
    color: white;
  }
}
button.mat-mdc-button.right-side-icon-button {
  display: flex;
}
button.mat-mdc-button.right-side-icon-button i {
  order: 2;
  margin-left: 8px;
  margin-right: 0;
  z-index: 100;
}
[mat-button].mdc-button.btn-green:not(:disabled),
[mat-mdc-raised-button].mdc-button.btn-green:not(:disabled) {
  background-color: #5CAE4A;
}
.anessa-blue {
  color: #008ec0;
}
.anessa-dark-blue {
  color: #1b7494;
}
.anessa-green {
  color: #5CAE4A;
}
.anessa-grey {
  color: #767676;
}
.anessa-red {
  color: #ef4136;
}
.anessa-light-grey {
  color: #f3f6f7;
}
.anessa-grey-shadow {
  color: 0 0px 6px 3px #e3edef;
}
.anessa-light-blue {
  color: #e2f1f4;
}
.select-filter-option {
  padding: 0px !important;
}
.select-filter-option > .mat-pseudo-checkbox {
  display: none !important;
}
.mat-mdc-select-panel {
  min-width: calc(100% + 100px) !important;
}
.main,
.cdk-overlay-container {
  --mdc-dialog-subhead-tracking: normal;
}
.main #baseline-detailed-result_select-panel,
.cdk-overlay-container #baseline-detailed-result_select-panel {
  --mat-checkbox-label-text-size: 14px;
}
.main #baseline-detailed-result_select-panel mat-option:first-of-type,
.cdk-overlay-container #baseline-detailed-result_select-panel mat-option:first-of-type {
  height: calc(3em + 1px);
}
.main .mat-mdc-option[aria-disabled=true].contains-mat-select-search,
.cdk-overlay-container .mat-mdc-option[aria-disabled=true].contains-mat-select-search {
  top: 0px;
  margin-top: unset;
}
.main input.mat-select-search-input,
.cdk-overlay-container input.mat-select-search-input {
  padding: 16px 44px 16px 16px;
}
.main mat-form-field,
.cdk-overlay-container mat-form-field {
  padding-bottom: 1.25em;
}
.main .mat-mdc-form-field-subscript-wrapper,
.cdk-overlay-container .mat-mdc-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
}
.main .mat-mdc-form-field-bottom-align::before,
.cdk-overlay-container .mat-mdc-form-field-bottom-align::before {
  display: none;
}
.main .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-line-ripple::after,
.cdk-overlay-container .mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-line-ripple::after {
  transition-property:
    transform,
    opacity,
    border-bottom-color;
  transition-duration:
    300ms,
    100ms,
    300ms;
  transition-timing-function:
    cubic-bezier(0.25, 0.8, 0.25, 1),
    cubic-bezier(0.25, 0.8, 0.25, 1),
    cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-delay:
    0s,
    0s,
    0s;
}
.main .mdc-text-field--filled .mdc-line-ripple::after,
.cdk-overlay-container .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-width: 2px;
}
.main .mat-mdc-tooltip .mdc-tooltip__surface,
.cdk-overlay-container .mat-mdc-tooltip .mdc-tooltip__surface {
  --mdc-plain-tooltip-container-color: white;
  --mdc-plain-tooltip-supporting-text-color: #767676;
  max-width: 280px;
}
.main div.mat-mdc-tooltip,
.cdk-overlay-container div.mat-mdc-tooltip {
  border-radius: 4px;
}
.main .mat-mdc-slide-toggle.mat-accent,
.cdk-overlay-container .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-handle-color: #5CAE4A;
  --mdc-switch-selected-track-color: #5cae4a8a;
  --mdc-switch-selected-focus-state-layer-color: #5CAE4A;
  --mdc-switch-selected-hover-state-layer-color: #5CAE4A;
  --mdc-switch-selected-pressed-state-layer-color: #5CAE4A;
  --mdc-switch-selected-focus-handle-color: #5CAE4A;
  --mdc-switch-selected-hover-handle-color: #5CAE4A;
  --mdc-switch-selected-pressed-handle-color: #5CAE4A;
  --mdc-switch-selected-focus-track-color: #5cae4a8a;
  --mdc-switch-selected-hover-track-color: #5cae4a8a;
  --mdc-switch-selected-pressed-track-color: #5cae4a8a;
}
.main .mat-mdc-button > .mat-icon,
.cdk-overlay-container .mat-mdc-button > .mat-icon {
  margin-right: unset;
  height: 1.5rem;
  width: 1.5rem;
  font-size: 1.5rem;
}
.main .mat-mdc-dialog-surface,
.cdk-overlay-container .mat-mdc-dialog-surface {
  padding: 24px;
}
.main .mat-mdc-dialog-surface .mdc-dialog__title,
.cdk-overlay-container .mat-mdc-dialog-surface .mdc-dialog__title {
  --mdc-dialog-subhead-color: #5CAE4A;
  margin: 0 0 20px;
}
.main .mdc-dialog__actions,
.cdk-overlay-container .mdc-dialog__actions {
  justify-content: center;
}
.main input.mat-mdc-input-element,
.cdk-overlay-container input.mat-mdc-input-element {
  font-size: larger;
}
.main .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,
.main .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
.cdk-overlay-container .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,
.cdk-overlay-container .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
  color: var(--input-color);
}
.main button.mat-mdc-button:disabled,
.main button.mat-mdc-raised-button:disabled,
.cdk-overlay-container button.mat-mdc-button:disabled,
.cdk-overlay-container button.mat-mdc-raised-button:disabled {
  color: rgba(0, 0, 0, 0.2588235294);
}
.main .mat-mdc-button,
.main .mat-mdc-raised-button,
.cdk-overlay-container .mat-mdc-button,
.cdk-overlay-container .mat-mdc-raised-button {
  --mdc-protected-button-container-color:#767676;
  letter-spacing: normal;
  padding: 0 16px;
}
.main .mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.cdk-overlay-container .mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 19.2px;
  font-family: "Open Sans";
}
.main .mat-mdc-input-element,
.cdk-overlay-container .mat-mdc-input-element {
  margin-bottom: 0px;
  font-size: larger;
  color: #767676;
  background: transparent;
}
.main .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix,
.cdk-overlay-container .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding: 1em 0;
  border-top: 0.84375em solid transparent;
}
.main .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.main .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.main .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.cdk-overlay-container .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.cdk-overlay-container .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.cdk-overlay-container .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.1215686275);
}
.main .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.main .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.main .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.cdk-overlay-container .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.cdk-overlay-container .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.cdk-overlay-container .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: #008ec0;
}
.main .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.main .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.main .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.cdk-overlay-container .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.cdk-overlay-container .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.cdk-overlay-container .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.4);
}
.main .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.cdk-overlay-container .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left-color: transparent;
}
.main .mat-mdc-text-field-wrapper,
.cdk-overlay-container .mat-mdc-text-field-wrapper {
  height: unset;
  background-color: transparent;
}
.main .mat-mdc-form-field-focus-overlay,
.cdk-overlay-container .mat-mdc-form-field-focus-overlay {
  background-color: white;
}
.main .mat-mdc-slide-toggle .mdc-label,
.cdk-overlay-container .mat-mdc-slide-toggle .mdc-label {
  font-family: "Noto Sans", serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
}
.main mat-form-field[appearance=outline] .mat-mdc-text-field-wrapper.mdc-text-field,
.cdk-overlay-container mat-form-field[appearance=outline] .mat-mdc-text-field-wrapper.mdc-text-field {
  padding-left: max(16px, var(--mdc-shape-small, 4px) + 4px);
  padding-right: max(16px, var(--mdc-shape-small, 4px));
}
.main .mat-mdc-text-field-wrapper.mdc-text-field,
.cdk-overlay-container .mat-mdc-text-field-wrapper.mdc-text-field {
  padding: 0px;
}
.main .mat-select-borderless .mat-mdc-form-field-infix,
.main app-default-value .mat-mdc-form-field-infix,
.cdk-overlay-container .mat-select-borderless .mat-mdc-form-field-infix,
.cdk-overlay-container app-default-value .mat-mdc-form-field-infix {
  width: unset;
  padding: 0.4375em 0;
  min-height: unset;
  border-top: 0.84375em solid transparent;
}
.main app-default-value mat-select.mat-mdc-select,
.cdk-overlay-container app-default-value mat-select.mat-mdc-select {
  font-size: large;
}
.main .mat-mdc-form-field-icon-suffix,
.main .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix,
.cdk-overlay-container .mat-mdc-form-field-icon-suffix,
.cdk-overlay-container .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding: 0.4375em 0;
  border-top: 0.84375em solid transparent;
}
.main .mat-select-borderless .mat-mdc-floating-label,
.cdk-overlay-container .mat-select-borderless .mat-mdc-floating-label {
  padding-bottom: 0.7375em;
}
.main .mat-mdc-form-field-infix,
.cdk-overlay-container .mat-mdc-form-field-infix {
  width: unset;
}
.main app-percent-slider .mat-mdc-form-field-flex,
.cdk-overlay-container app-percent-slider .mat-mdc-form-field-flex {
  border-top: 0.9em solid transparent;
}
.main app-percent-slider .mat-mdc-form-field-infix,
.cdk-overlay-container app-percent-slider .mat-mdc-form-field-infix {
  padding: 0.3em 0;
  min-height: unset;
}
.main .mat-mdc-form-field-subscript-wrapper,
.cdk-overlay-container .mat-mdc-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
}
.main app-default-value .mat-mdc-form-field-subscript-wrapper,
.cdk-overlay-container app-default-value .mat-mdc-form-field-subscript-wrapper {
  padding-bottom: 1.25em;
  height: 0;
}
.main .anessa-dropdown .mdc-line-ripple,
.cdk-overlay-container .anessa-dropdown .mdc-line-ripple {
  display: none;
}
.main .mat-mdc-form-field-hint-wrapper,
.main .mat-mdc-form-field-error-wrapper,
.cdk-overlay-container .mat-mdc-form-field-hint-wrapper,
.cdk-overlay-container .mat-mdc-form-field-error-wrapper {
  padding: 0;
}
.main .mdc-notched-outline,
.cdk-overlay-container .mdc-notched-outline {
  top: 0.25em;
}
.main .mat-mdc-select-trigger,
.cdk-overlay-container .mat-mdc-select-trigger {
  height: 1.125em;
}
.main .mat-form-field-appearance-fill .mat-mdc-select-arrow-wrapper,
.cdk-overlay-container .mat-form-field-appearance-fill .mat-mdc-select-arrow-wrapper {
  transform: none;
}
.main .mat-mdc-select-arrow,
.cdk-overlay-container .mat-mdc-select-arrow {
  margin: 0 4px;
}
.main .wrapped-button,
.main button.mat-mdc-raised-button.wrapped-button,
.cdk-overlay-container .wrapped-button,
.cdk-overlay-container button.mat-mdc-raised-button.wrapped-button {
  height: unset;
}
.main mat-option,
.cdk-overlay-container mat-option {
  text-overflow: ellipsis;
  min-height: unset;
  height: 3em;
}
.main .mat-mdc-option .mdc-list-item__primary-text,
.cdk-overlay-container .mat-mdc-option .mdc-list-item__primary-text {
  white-space: nowrap;
}
.main .mat-mdc-select-panel,
.cdk-overlay-container .mat-mdc-select-panel {
  padding: 0;
  margin-top: 1px;
}
.main .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after,
.cdk-overlay-container .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after {
  margin-left: 5px;
}
.main .mat-select-search-clear,
.cdk-overlay-container .mat-select-search-clear {
  color: #767676;
}
.main ngx-mat-select-search .mat-select-search-inner,
.cdk-overlay-container ngx-mat-select-search .mat-select-search-inner {
  position: sticky;
}
.main ngx-mat-select-search .mat-select-search-input.mat-select-search-hidden,
.cdk-overlay-container ngx-mat-select-search .mat-select-search-input.mat-select-search-hidden {
  display: none;
}
.main .anessa-dropdown-panel,
.cdk-overlay-container .anessa-dropdown-panel {
  --mat-option-label-text-size: 14px;
}
.main .anessa-dropdown-panel :not(#baseline-detailed-result_select-panel .mat-select-search-no-entries-found) .mat-select-search-no-entries-found,
.cdk-overlay-container .anessa-dropdown-panel :not(#baseline-detailed-result_select-panel .mat-select-search-no-entries-found) .mat-select-search-no-entries-found {
  padding: 16px;
  font-size: 14px;
}
.main .user-select-panel,
.cdk-overlay-container .user-select-panel {
  --mat-option-label-text-size: 19px;
}
.main .user-select-panel .mat-select-search-input,
.cdk-overlay-container .user-select-panel .mat-select-search-input {
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
}
.main .user-select-panel ngx-mat-select-search,
.cdk-overlay-container .user-select-panel ngx-mat-select-search {
  font-size: 22.8px;
  font-family: "Noto Sans", serif;
}
.main .user-select-panel .mat-select-search-no-entries-found,
.cdk-overlay-container .user-select-panel .mat-select-search-no-entries-found {
  font-size: 19.2px;
  padding: 16px;
  font-family: Comfortaa, serif;
}
.main .mat-select-search-input,
.cdk-overlay-container .mat-select-search-input {
  font-family: "Open Sans", sans-serif;
}
.main .mdc-text-field--filled:not(.mdc-text-field--disabled),
.cdk-overlay-container .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: transparent;
}
.main .mdc-text-field--filled.mdc-text-field--disabled,
.cdk-overlay-container .mdc-text-field--filled.mdc-text-field--disabled {
  background-color: transparent;
}
.exchange-rate-wrapper div.mat-mdc-form-field-icon-suffix {
  padding: 0px;
}
.mat-calendar-period-button.mat-mdc-button {
  padding: 6px;
}
.lcfsrin-table-container .mat-mdc-table {
  --mat-table-header-headline-font:
    Roboto,
    Helvetica Neue,
    sans-serif;
  --mat-table-header-headline-size: 19.2px;
  --mat-table-header-headline-weight: 500;
}
.lcfsrin-table-container .mat-mdc-table .mat-mdc-header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.1215686275);
  overflow: unset;
}
.lcfsrin-table-container .mat-mdc-table .header-group {
  background: #008ec0;
  border-bottom: 1px solid white;
}
.lcfsrin-table-container .mat-mdc-table th {
  background: #008ec0;
}
.lcfsrin-table-container .mat-mdc-table .cwc-table-header {
  background: #767676;
}
.capex-opex-est-table-row .capex-opex-est-table-cell input.mat-mdc-input-element:disabled {
  color: rgba(0, 0, 0, 0.3803921569);
}
#ci-score-container .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
#ci-score-container .mat-mdc-form-field-infix {
  padding-top: 5px;
  border-top: none;
}
#baseline-detailed-result_select-panel {
  min-width: 380px !important;
}
#checklistModifyBody .mat-mdc-table .mdc-data-table__row {
  height: 58px;
}
.edit-table-cell-content-container mat-form-field div.mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.header-toggle.mat-mdc-slide-toggle {
  margin-top: -2px;
}
.header-toggle.mat-mdc-slide-toggle .mdc-label {
  font-size: 24px;
}
.header-toggle.mat-mdc-slide-toggle button.mdc-switch {
  margin-right: 8px;
}
.header-toggle.mat-mdc-slide-toggle .mat-mdc-tooltip-trigger {
  vertical-align: bottom;
}
.invisible-check-option .mdc-list-item__end {
  display: none;
}
.opex-est-total-row-unit-select-wrapper .mdc-line-ripple {
  display: none;
}
.tree-select-option span {
  display: flex;
  align-items: center;
}
.tree-select-option span pre {
  display: inline;
}
.tree-select-option span mat-checkbox label {
  white-space: normal;
  line-height: 1em !important;
}
.tree-select-option span .checked-leaf label {
  color: #008ec0;
}
.tree-select-option span .unchecked-leaf label {
  color: rgba(0, 0, 0, 0.87);
}
.filter-matched > div {
  background: rgba(0, 142, 192, 0.07);
}
:root {
  --input-color: #767676;
  --mat-toolbar-container-background-color: white;
  --mdc-checkbox-selected-checkmark-color: white;
  --mat-expansion-container-background-color: #F3F6F7;
  --mat-expansion-header-text-color: #008EC0;
  --mat-expansion-header-text-size: 15px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-select-enabled-trigger-text-color: #767676;
  --mat-select-trigger-text-line-height: normal;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-font: "Open Sans";
  --mat-select-placeholder-text-color: light;
  --mdc-typography-body1-font-size: 19.2px;
  --mdc-typography-body1-font-family: "Open Sans";
  --mdc-typography-body1-letter-spacing: normal;
  --mdc-typography-body2-font-family: "Open Sans";
  --mdc-typography-body2-line-height: normal;
  --mdc-typography-body2-letter-spacing: normal;
  --mdc-typography-subtitle2-font-family: Comfortaa;
  --mdc-typography-subtitle2-letter-spacing: normal;
  --mdc-typography-subtitle2-font-size: 12px;
  --mdc-typography-subtitle2-line-height: normal;
  --mdc-typography-caption-font-family: "Open Sans";
  --mdc-typography-caption-font-size: 14.4px;
  --mdc-typography-caption-line-height: normal;
  --mdc-typography-caption-letter-spacing: normal;
  --mdc-shape-small: 5px;
  --mat-option-label-text-line-height: 3em;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-size: 23px;
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-size: 14.4px;
  --mat-form-field-container-text-size: larger;
  --mat-form-field-container-text-font: "Open Sans";
  --mdc-filled-text-field-label-text-font: "Open Sans";
  --mat-table-row-item-label-text-font: Comfortaa, serif;
  --mat-table-header-headline-font: Comfortaa, serif;
  --mat-table-header-headline-size: 16px;
  --mat-table-row-item-container-height: 48px;
  --mat-optgroup-label-text-color: $anessa-grey;
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-size: 14px;
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-text-color: #767676;
}
.mat-mdc-option.contains-mat-select-search {
  padding-left: 0;
  padding-right: 0;
  top: 0;
  margin-top: 0;
  --mat-option-label-text-size: 16px;
}
.mat-mdc-option.contains-mat-select-search > .mdc-list-item__primary-text {
  width: 100%;
}
.override-disabled-color .mdc-text-field--filled.mdc-text-field--disabled .mdc-text-field__input {
  color: #767676 !important;
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: #767676;
}
.mat-select-search-inner-row {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
.anessa-blue {
  color: #008ec0;
}
.anessa-dark-blue {
  color: #1b7494;
}
.anessa-green {
  color: #5CAE4A;
}
.anessa-grey {
  color: #767676;
}
.anessa-red {
  color: #ef4136;
}
.anessa-light-grey {
  color: #f3f6f7;
}
.anessa-grey-shadow {
  color: 0 0px 6px 3px #e3edef;
}
.anessa-light-blue {
  color: #e2f1f4;
}
.capex-opex-est-table-input .mat-mdc-form-field {
  text-align: center;
  font-size: 16px;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
.capex-opex-est-table-input.left .mat-mdc-form-field {
  text-align: left;
}
.capex-opex-est-table-input input.mat-mdc-input-element {
  font-size: 16px;
}
.capex-opex-est-table-row .capex-opex-est-table-cell div.mat-mdc-form-field-icon-suffix,
.capex-opex-est-table-row .capex-opex-est-table-cell .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  border-top: 1.84375em solid transparent;
}
.capex-opex-est-table-row .capex-opex-est-table-cell input.mat-mdc-input-element {
  font-size: 16px;
}
.capex-opex-est-table-row .capex-opex-est-table-cell .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.capex-opex-est-total-row-unit-select .mat-mdc-input-element:disabled {
  color: rgba(0, 0, 0, 0.3803921569);
}
.capex-opex-est-total-row-unit-select .mat-mdc-form-field {
  font-size: 16px;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
.capex-opex-est-total-row-unit-select .mat-mdc-select {
  font-size: 16px;
}
.financial-capex-modify-checkbox .mdc-checkbox {
  padding-right: 5px;
}
.anessa-dark-blue {
  color: #1b7494 !important;
}
.autofilled-color {
  color: #5CAE4A !important;
}
.flow-diagram-row {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: row;
}
.flow-diagram-row p {
  text-align: center;
}
.flow-diagram-row .flow-diagram-cell {
  flex: 1;
  padding: 2px 5px;
  white-space: nowrap;
  font-weight: normal;
  font-size: small;
}
.flow-diagram-row .flow-diagram-title-cell {
  text-align: center;
  flex: 2;
}
.flow-diagram-row .flow-diagram-value-cell {
  text-align: right;
}
.flow-diagram-row .flow-diagram-unit-cell {
  text-align: left;
}
.flow-diagram-row .flow-diagram-unit-cell sub,
.flow-diagram-row .flow-diagram-unit-cell sup {
  line-height: 0;
}
.cy-node {
  text-align: center;
  font-family: Comfortaa;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 2px;
}
.cy-node-text {
  color: #767676;
  background-color: #f5f5fa;
  margin: 0;
}
.main .uv-value .mat-mdc-input-element::placeholder,
.main .pseudo-uv .mat-mdc-input-element::placeholder,
.main .pseudo-uv-fonts .mat-mdc-input-element::placeholder,
.cdk-overlay-container .uv-value .mat-mdc-input-element::placeholder,
.cdk-overlay-container .pseudo-uv .mat-mdc-input-element::placeholder,
.cdk-overlay-container .pseudo-uv-fonts .mat-mdc-input-element::placeholder {
  font-size: 19.2px;
}
.main .uv-value .mat-mdc-input-element:focus::placeholder,
.main .pseudo-uv .mat-mdc-input-element:focus::placeholder,
.main .pseudo-uv-fonts .mat-mdc-input-element:focus::placeholder,
.cdk-overlay-container .uv-value .mat-mdc-input-element:focus::placeholder,
.cdk-overlay-container .pseudo-uv .mat-mdc-input-element:focus::placeholder,
.cdk-overlay-container .pseudo-uv-fonts .mat-mdc-input-element:focus::placeholder {
  color: #008ec0;
}
input-app input.mat-mdc-input-element::placeholder {
  font-size: 19.2px;
}
.anessa-blue {
  color: #008ec0;
}
.anessa-dark-blue {
  color: #1b7494;
}
.anessa-green {
  color: #5CAE4A;
}
.anessa-grey {
  color: #767676;
}
.anessa-red {
  color: #ef4136;
}
.anessa-light-grey {
  color: #f3f6f7;
}
.anessa-grey-shadow {
  color: 0 0px 6px 3px #e3edef;
}
.anessa-light-blue {
  color: #e2f1f4;
}
.progress-mat-tree {
  font-family: Comfortaa, serif;
}
.progress-mat-tree .mat-mdc-icon-button {
  color: #767676;
  display: flex;
  justify-content: center;
}
.progress-mat-tree button:disabled {
  background-color: transparent;
}
.progress-mat-tree .valid-icon-padding {
  padding-left: 10px;
}
.progress-mat-tree .red {
  color: #ef4136;
}
.progress-mat-tree .green {
  color: #5CAE4A;
}
.progress-mat-tree .mat-tree-node {
  color: #767676;
  cursor: pointer;
}
.anessa-blue {
  color: #008ec0;
}
.anessa-dark-blue {
  color: #1b7494;
}
.anessa-green {
  color: #5CAE4A;
}
.anessa-grey {
  color: #767676;
}
.anessa-red {
  color: #ef4136;
}
.anessa-light-grey {
  color: #f3f6f7;
}
.anessa-grey-shadow {
  color: 0 0px 6px 3px #e3edef;
}
.anessa-light-blue {
  color: #e2f1f4;
}
.sens-table.mat-mdc-table {
  font-size: 14px !important;
  box-shadow: 0 1px 5px #959595 !important;
  font-family: "Open Sans", serif !important;
  --mdc-typography-subtitle2-font-family: "Open Sans", serif;
  --mdc-typography-body2-font-family: "Open Sans", serif;
}
.sens-table.mat-mdc-table .mdc-data-table__header-cell {
  color: #767676;
}
.sens-table.mat-mdc-table tbody {
  background-color: #f3f6f7;
}
.sens-table.mat-mdc-table td {
  color: #767676;
}
.sens-table.mat-mdc-table td .mdc-text-field__input:focus::placeholder {
  color: #008ec0 !important;
}
.sens-table.mat-mdc-table .mat-mdc-header-cell {
  min-width: 56px;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
}
.sens-table.mat-mdc-table .mat-column-include {
  padding: 0 10px;
}
.sens-table.mat-mdc-table .mat-column-variables {
  padding-left: 0px;
  padding-right: 10px;
  text-align: left;
}
.sens-table.mat-mdc-table .mat-column-minimum,
.sens-table.mat-mdc-table .mat-column-maximum,
.sens-table.mat-mdc-table .mat-column-scenarioValue,
.sens-table.mat-mdc-table .mat-column-value,
.sens-table.mat-mdc-table .mat-column-unit {
  min-width: 120px;
  max-width: 220px;
  text-align: right;
  padding-left: 0px;
  padding-right: 10px;
}
.sens-table.mat-mdc-table .mat-column-minimum .mat-mdc-input-element,
.sens-table.mat-mdc-table .mat-column-maximum .mat-mdc-input-element,
.sens-table.mat-mdc-table .mat-column-scenarioValue .mat-mdc-input-element,
.sens-table.mat-mdc-table .mat-column-value .mat-mdc-input-element,
.sens-table.mat-mdc-table .mat-column-unit .mat-mdc-input-element {
  text-align: right;
}
.sens-table.mat-mdc-table .mat-column-value {
  min-width: 90px;
}
.sens-table.mat-mdc-table .mat-column-scenarioValue {
  min-width: 180px;
}
.sens-table.mat-mdc-table .mat-column-unit {
  min-width: 180px;
  max-width: 350px;
}
.sens-table.mat-mdc-table .mat-mdc-form-field-bottom-align::before {
  display: none;
}
.sens-table.mat-mdc-table .mat-mdc-form-field-error-wrapper {
  position: static;
}
.sens-table.mat-mdc-table mat-form-field {
  font-size: 14px;
}
.sens-table.mat-mdc-table mat-form-field div.mat-mdc-form-field-subscript-wrapper {
  font-size: 75%;
  position: relative;
  margin-top: 0;
}
.sens-table.mat-mdc-table mat-form-field div.mat-mdc-form-field-subscript-wrapper .red-text {
  text-align: right;
  line-height: 1.2;
  margin-bottom: 3px;
}
.sens-table.mat-mdc-table .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: #008ec0;
}
.sens-table.mat-mdc-table .mat-mdc-form-field-infix {
  min-height: unset;
}
.sens-table.mat-mdc-table .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  border: 0;
  padding: 0;
}
.sens-table.mat-mdc-table .mdc-line-ripple {
  display: none;
}
.sens-table.mat-mdc-table input.mat-mdc-input-element {
  font-size: 14px;
}
.sens-table.mat-mdc-table mat-form-field {
  padding-bottom: 0;
}
mat-form-field.scenario-comparison-dropdown .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  border: 0px;
  padding-top: 0px;
}
app-unit-value mat-select.mat-mdc-select .mat-mdc-select-placeholder,
.pseudo-uv mat-select.mat-mdc-select .mat-mdc-select-placeholder,
.pseudo-uv-fonts mat-select.mat-mdc-select .mat-mdc-select-placeholder {
  font-size: 19.2px;
}
.sensitivity-ai-select-panel {
  --mat-option-label-text-size: 18px;
}
.anessa-blue {
  color: #008ec0;
}
.anessa-dark-blue {
  color: #1b7494;
}
.anessa-green {
  color: #5CAE4A;
}
.anessa-grey {
  color: #767676;
}
.anessa-red {
  color: #ef4136;
}
.anessa-light-grey {
  color: #f3f6f7;
}
.anessa-grey-shadow {
  color: 0 0px 6px 3px #e3edef;
}
.anessa-light-blue {
  color: #e2f1f4;
}
.report-table-container th {
  height: 56px;
}
.report-table-container .mat-header-row {
  width: 100%;
}
.report-table-container th.mat-header-cell,
.report-table-container td.mat-cell,
.report-table-container td.mat-footer-cell {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e0e0e0;
}
.report-table-container th.mat-header-cell:first-of-type {
  width: 30%;
  border-right: #e0e0e0 solid 1px;
}
.report-table-container td.mat-cell:first-of-type {
  text-align: center;
  border-right: #e0e0e0 solid 1px;
}
.report-table-container .mat-cell {
  text-align: right;
  padding: 0 15px;
}
.custom-angular-dropdown mat-select {
  width: 100%;
  box-shadow: 0 1px 5px #959595 !important;
  padding: 10px;
  display: inline-block;
  background: white;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  font-size: 14px;
  color: #7c7c89;
  font-family: Comfortaa, sans-serif;
}
.custom-angular-dropdown .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.custom-angular-dropdown .mat-mdc-form-field-infix {
  padding: none;
  border: none;
}
.anessa-blue {
  color: #008ec0;
}
.anessa-dark-blue {
  color: #1b7494;
}
.anessa-green {
  color: #5CAE4A;
}
.anessa-grey {
  color: #767676;
}
.anessa-red {
  color: #ef4136;
}
.anessa-light-grey {
  color: #f3f6f7;
}
.anessa-grey-shadow {
  color: 0 0px 6px 3px #e3edef;
}
.anessa-light-blue {
  color: #e2f1f4;
}
.noUi-value {
  margin: 15px 0;
}
.slider-color .noUi-connect {
  background: #008ec0;
}
.noUi-tooltip {
  color: #767676;
}
body.tour-open {
  overflow: hidden;
}
ngx-guided-tour .guided-tour-user-input-mask {
  z-index: 1081;
}
ngx-guided-tour .guided-tour-spotlight-overlay {
  z-index: 1082;
}
ngx-guided-tour .tour-orb {
  z-index: 1079;
  background-color: #625aff;
  box-shadow: 0 0 0.3rem 0.1rem #625aff;
}
ngx-guided-tour .tour-orb .tour-orb-ring::after {
  border: 1rem solid #625aff;
  box-shadow: 0 0 0.1rem 0.1rem #625aff;
}
ngx-guided-tour .tour-step {
  z-index: 1083;
}
ngx-guided-tour .tour-step.tour-bottom .tour-arrow::before,
ngx-guided-tour .tour-step.tour-bottom-right .tour-arrow::before,
ngx-guided-tour .tour-step.tour-bottom-left .tour-arrow::before {
  width: 0;
  height: 0;
  content: "";
  z-index: 2;
  border-bottom: 1rem solid #ffffff;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
}
ngx-guided-tour .tour-step.tour-top .tour-arrow::before,
ngx-guided-tour .tour-step.tour-top-right .tour-arrow::before,
ngx-guided-tour .tour-step.tour-top-left .tour-arrow::before {
  width: 0;
  height: 0;
  content: "";
  z-index: 2;
  border-top: 1rem solid #ffffff;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
}
ngx-guided-tour .tour-step.tour-left .tour-arrow::before {
  width: 0;
  height: 0;
  content: "";
  z-index: 2;
  border-left: 1rem solid #ffffff;
  border-bottom: 1rem solid transparent;
  border-top: 1rem solid transparent;
}
ngx-guided-tour .tour-step.tour-right .tour-arrow::before {
  width: 0;
  height: 0;
  content: "";
  z-index: 2;
  border-right: 1rem solid #ffffff;
  border-bottom: 1rem solid transparent;
  border-top: 1rem solid transparent;
}
ngx-guided-tour .tour-step .tour-block {
  color: #231f1f;
  background-color: #ffffff;
  box-shadow: 0 0.4rem 0.6rem #4c4c4c;
}
ngx-guided-tour .tour-step .tour-buttons button.skip-button {
  color: #5e5e5e;
}
ngx-guided-tour .tour-step .tour-buttons .back-button {
  color: #007bff;
}
ngx-guided-tour .tour-step .tour-buttons .next-button {
  background-color: #007bff;
  color: #ffffff;
}
ngx-guided-tour .tour-step .tour-buttons .next-button:hover {
  background-color: #0069d9;
  color: #ffffff;
}
html {
  overflow: hidden;
  height: 100%;
}
@media print {
  body {
    position: unset !important;
    width: unset !important;
    height: unset !important;
    visibility: hidden;
  }
}
body {
  margin: 0;
  height: 100%;
  box-sizing: border-box;
  font-family: Comfortaa, serif;
  color: #767676;
  background-color: white;
}
.material-symbols-outlined {
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 48;
}
.clickable {
  cursor: pointer;
}
.whiteBox {
  background-color: white;
  box-shadow: 0 0px 6px 3px #e3edef;
  margin: 15px;
  padding: 10px;
}
.password-toggle {
  position: absolute;
  padding: 10px;
  right: 10px;
  cursor: pointer;
}
table.mat-calendar-table {
  margin-top: 0;
}
input.mat-mdc-input-element,
mat-select.mat-input-element {
  margin-top: 0;
}
.form-control {
  display: inline;
}
.mat-mdc-form-field {
  font-family: "Open Sans", serif;
  font-size: larger;
  line-height: normal;
}
mat-form-field {
  width: 100%;
}
.pseudo-uv {
  display: flex;
}
.pseudo-uv mat-form-field:nth-child(2) {
  margin-left: 10px;
}
hr {
  margin: 5px;
}
.small-p {
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}
.small-ul {
  color: #767676;
  font-family: Comfortaa, serif;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 20px;
}
.small-ul li {
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}
mat-select.mat-mdc-select {
  font-size: 23.04px;
}
mat-checkbox {
  width: 100%;
  vertical-align: middle;
  cursor: default;
}
mat-checkbox > label {
  width: 100%;
  cursor: pointer;
}
.justify-space-between {
  justify-content: space-between;
}
.flex-container {
  display: flex;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flow-column {
  flex-flow: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-box {
  flex: 1;
  padding: 5px;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.flex-3 {
  flex: 3;
}
.flex-center {
  justify-content: center;
  justify-items: center;
}
.flex-align-item-center {
  align-items: center;
}
mat-form-field.mat-mdc-form-field {
  display: block;
  line-height: normal;
}
div.mat-mdc-tooltip {
  background-color: white;
  font-size: 12px;
  max-width: 280px;
  color: #767676;
  border: solid 1px #008ec0;
  white-space: pre-line;
}
input.x-large-text::placeholder {
  font-size: x-large;
}
input.mat-mdc-input-element::placeholder {
  color: #767676;
  font-family: "Open Sans", serif;
  font-size: 14.8px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
input.mat-mdc-input-element {
  min-height: 27px;
  font-size: larger;
}
.select-placeholder-container {
  font-size: 14px;
  color: #7c7c89;
}
.mat-mdc-select-invalid .mat-mdc-select-placeholder {
  color: #ef4136;
}
.anessa-dropdown mat-select {
  width: 100%;
  box-shadow: 0 1px 5px #959595 !important;
  padding: 10px;
  font-size: 14px !important;
  display: inline-block;
  background: white;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  font-size: 14px;
  color: #7c7c89;
  font-family: "Open Sans";
}
.anessa-dropdown .mat-mdc-form-field-underline {
  display: none;
}
.anessa-dropdown .mat-mdc-select-trigger {
  text-align: center;
}
.anessa-dropdown .mat-mdc-form-field-label {
  text-align: center;
  font-family: Comfortaa;
  font-size: 14px;
  top: 50%;
}
.anessa-dropdown .mdc-floating-label {
  --mdc-typography-body1-font-size: 14px;
  --mdc-typography-body1-font-family: Comfortaa;
  text-align: center;
  width: 100%;
}
.anessa-dropdown .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above) {
  top: 46px;
}
.clear-search .mat-select-search-clear {
  background-color: transparent;
}
.clear-search .mat-select-search-clear:hover {
  background-color: transparent;
}
.clear-search input {
  margin-bottom: 0;
}
.clear-search .material-icons {
  color: #5CAE4A;
}
.border-shadow {
  margin: 5px;
  background-color: white;
  box-shadow: 0 0px 6px 3px #f5f5fa;
}
.outline-border-header {
  margin-top: 0;
  margin-bottom: 0px;
  margin-left: 20px;
  max-width: fit-content;
  background-color: white;
  position: relative;
  bottom: 30px;
  z-index: 5;
  color: #008ec0;
}
.outline-boarder-header-container {
  position: relative;
  align-items: center;
  bottom: 30px;
  z-index: 5;
}
.outline-boarder-header-container > .header-title,
.outline-boarder-header-container > h3 {
  margin-top: 0;
  margin-bottom: 0px;
  margin-left: 20px;
  max-width: fit-content;
  background-color: white;
  color: #008ec0;
}
.outline-boarder-header-container > .header-toggle,
.outline-boarder-header-container > mat-slide-toggle {
  background-color: white;
  padding-right: 5px;
  padding-left: 10px;
  z-index: 6;
}
.border-outline {
  border-radius: 25px;
  border: 2px solid #008ec0;
  padding: 15px;
  margin: 50px 0;
}
mat-icon {
  -webkit-user-select: none;
  user-select: none;
}
mat-snack-bar-container.anessa-snack-bar-container {
  --mdc-snackbar-container-color: transparent;
  --mdc-snackbar-supporting-text-color: #008ec0;
  --mdc-snackbar-supporting-text-size: 16-px;
  --mdc-snackbar-supporting-text-font: Comfortaa;
}
mat-snack-bar-container.anessa-snack-bar-container .mat-mdc-snack-bar-label {
  text-align: center;
}
mat-snack-bar-container.anessa-snack-bar-container .mdc-snackbar__surface {
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background: #f3f6f7;
  color: #008ec0;
}
.cdk-overlay-container .mat-datepicker-content .mat-calendar {
  width: 300px;
}
.cdk-overlay-container .mat-datepicker-content .mat-calendar button.mat-mdc-button {
  margin-left: 5px;
  margin-right: 0;
}
mat-datepicker-toggle > button:enabled {
  color: #767676;
}
.mat-calendar-body-label {
  color: #767676;
}
.mat-calendar-body-cell-content {
  color: #767676;
}
.mat-calendar-body-selected {
  color: white;
}
.mat-calendar-table-header {
  color: #767676;
}
.mat-calendar-controls > button {
  color: #767676;
}
mat-spinner {
  margin: 0 auto;
  transition-property: stroke;
}
.background-spinner.mat-mdc-progress-spinner circle,
.background-spinner .mat-mdc-progress-spinner circle {
  stroke: #f3f6f7;
}
.relative-container {
  position: relative;
}
#toast-container > div {
  opacity: 1;
  padding: 15px 25px 15px 25px;
}
div.toast-success {
  background-color: #5CAE4A;
  background-image: none;
  text-align: center;
  bottom: 40px;
}
div.toast-info {
  background-color: #008ec0;
  background-image: none;
  text-align: center;
  bottom: 40px;
}
div.toast-error {
  background: #ef4136;
  background-image: none;
  text-align: center;
  bottom: 40px;
}
div.toast-warning {
  background-image: none;
  text-align: center;
  bottom: 40px;
}
.spaceholder {
  height: 20px;
}
.verticalcenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal {
  display: block;
}
.modal-dialog {
  background: white;
  width: auto;
  min-width: 600px;
  max-width: 80vh;
}
.modal-body {
  overflow-y: auto;
  max-height: 75vh;
  display: flex;
  flex-direction: column;
}
.modal-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.mat-dialog-overflow-auto {
  overflow: auto;
}
.loadbar {
  width: 100%;
  height: 1%;
  min-height: 10px;
  min-width: 800px;
  background: #008ec0;
  margin: 0;
  padding: 0;
}
.green-text {
  font-family: Comfortaa;
  text-align: center;
  color: #5CAE4A;
}
.grey-text {
  color: #767676;
}
.blue-text {
  color: #008ec0;
}
.red-text {
  font-family: Comfortaa, "Open Sans";
  text-align: center;
  color: #ef4136;
}
.vertical-scroll {
  overflow-y: auto;
  position: relative;
  height: calc(100vh - 471px);
  min-height: 150px;
  padding-right: 5px;
}
.text-indent {
  margin-left: 8px;
}
h4.info {
  text-align: center;
  line-height: 1.5em;
}
.wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}
.header-app {
  flex: 0 0 auto;
}
.content-app {
  flex: 1 1 auto;
  overflow: auto;
}
.bottom-spacing {
  margin-bottom: 20px;
}
.form-padding {
  padding-left: 15px;
}
.noUi-pips-horizontal {
  height: 0px;
}
.navbar-fixed-left {
  width: 140px;
  border-radius: 0;
  height: 100%;
}
.tall {
  height: 100vh;
}
.wide {
  width: 100%;
}
.center {
  text-align: center;
}
.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bottom-row {
  position: absolute;
  bottom: 0;
}
.container-fluid {
  padding: 0;
}
.fade-container {
  position: relative;
}
.right-fade-to-light-grey {
  position: absolute;
  right: 0;
  width: 10%;
  height: 100%;
  background:
    linear-gradient(
      to left,
      #f3f6f7,
      transparent);
  z-index: 1000;
}
.right-fade-to-white {
  position: absolute;
  right: 0;
  width: 10%;
  height: 100%;
  background:
    linear-gradient(
      to left,
      white,
      transparent);
  z-index: 1000;
}
.form-control:focus,
.form-control,
mat-select.mat-mdc-select:focus,
mat-select.mat-select,
mat-datepicker.mat-datepicker:focus,
mat-datepicker {
  border-color: #b0b0b0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.x-large-text {
  font-size: x-large;
}
label {
  font-weight: normal;
}
h1 {
  font-family: Comfortaa;
  text-align: center;
  color: #008ec0;
}
select,
h3,
h4,
h5,
p,
button,
label,
table {
  color: #767676;
  font-family: Comfortaa;
}
p-for-scenario {
  color: white;
  font-family: Comfortaa;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 50px;
}
h3 {
  font-weight: 300;
  font-size: 150%;
}
.no-default-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.compact-header-margin {
  margin: 10px 0;
}
.section-media {
  padding: 10px 0 10px 0;
}
.section-table {
  margin-top: 5px;
}
.section-media-container .media-delete-container {
  display: flex;
  justify-content: flex-end;
  min-height: 25px;
}
.section-media-container .media-delete-container > i {
  display: none;
  color: #ef4136;
  cursor: pointer;
}
.section-media-container:hover .media-delete-container > i {
  display: inline-block;
}
.section-media-header {
  display: flex;
}
.section-table-footer {
  display: flex;
  justify-content: space-between;
}
.h4-label {
  padding-right: 5px;
  font-weight: lighter;
}
.label-line {
  display: flex;
}
.line-hr {
  flex: 1;
}
.fancy-table {
  min-width: 100%;
  table-layout: fixed;
  font-family: Comfortaa;
}
.fancy-table > thead > tr {
  background: white;
  box-shadow: 0 0px 6px 3px #e3edef;
}
.fancy-table > tbody > tr {
  background: #f3f6f7;
}
.fancy-table > thead > tr > th {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.fancy-table > tbody > tr > td {
  border: 1px solid white;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}
a {
  cursor: pointer;
  text-decoration: none;
}
.large-text {
  font-size: large;
}
input,
select,
textarea,
.form-control {
  color: #767676;
  margin-bottom: 5%;
  outline: none;
  font-family: "Open Sans";
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid;
  border-radius: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input::placeholder {
  color: #767676;
  font-family: "Open Sans";
}
textarea {
  font-size: small;
}
form {
  color: #767676;
}
.one-column-page {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  min-height: calc(90vh - 130px);
  overflow: visible;
}
.no-right-space-page {
  width: 100%;
  padding: 0 15px;
  margin: 0;
  display: flex;
  justify-content: center;
}
.one-column-content {
  width: 100%;
  max-width: 1000px;
  margin: 50px 0 0;
}
.tooltip-handler {
  position: relative;
}
.nosidebarpage {
  position: fixed;
  top: 90px;
  left: 0;
  bottom: 50%;
  width: 100%;
  height: calc(100% - 40px - 90px);
  background-color: rgb(255, 255, 255);
  overflow: auto;
}
.ngx-charts text {
  fill: #767676;
}
.ngx-charts .tick > text {
  font-size: 20px !important;
}
.ngx-charts .grid-panel.odd rect {
  fill: white !important;
}
.chart-legend .legend-labels {
  display: flex;
  flex-flow: column;
}
.elementgroup {
  display: flex;
  justify-content: center;
}
.dropdown-menu {
  border: 0px;
  box-shadow: 0 0px 6px 3px #e3edef;
  border-radius: 0px;
}
.dropdown-menu > li {
  margin: 10px 3px 3px 10px;
}
.select {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.select select {
  display: inline-block;
  width: calc(100% - 5px);
  margin: 0;
  padding: 0 15px 0 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 5px;
  width: 5px;
  height: 0;
  pointer-events: none;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #767676 transparent transparent transparent;
}
.select__arrow__up {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-width: 0px 5px 8px 5px;
  border-style: solid;
  border-color: transparent transparent #767676 transparent;
}
.modal-content {
  color: #767676;
  text-align: center;
  border-radius: 0;
  border: 0px;
  box-shadow: none;
}
.modal-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.backdrop {
  background-color: rgba(150, 150, 150, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
}
collapsible-header {
  border: none !important;
  background-color: #f3f6f7 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  font-family: Comfortaa;
  min-height: 50px;
}
collapsible-body {
  box-shadow: none !important;
  background-color: #f3f6f7 !important;
  margin-bottom: 10px !important;
}
collapsible-list {
  box-shadow: none !important;
  border: none !important;
}
.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label:not(.mdc-floating-label--float-above) {
  top: 36px;
}
.mat-mdc-button.mat-mdc-button-base.list-add-button {
  height: 50px;
  width: 300px;
  font-size: large;
  margin-top: 25px;
}
.loadbar-expandable {
  width: 100%;
  min-height: 1px;
  background: #008ec0;
  margin: 0;
  padding: 0;
}
.expander {
  border-top: 3px;
}
.expander-title {
  font-family: Comfortaa;
  font-size: 130%;
  width: 45%;
  color: #008EC0;
}
.display-selector {
  width: 250px !important;
  font-size: 1em;
  padding-right: 15px;
}
.add-window {
  background-color: #e2f1f4;
  padding: 10px;
}
.edit-group {
  background-color: white;
  box-shadow: 0 0px 6px 3px #cbe3e7;
  margin: 10px 20px;
  padding: 20px;
  display: flex;
  flex-flow: column;
}
.edit-heading {
  font-size: 150%;
}
.page-header-margin {
  margin-bottom: 50px;
}
.edit-margin-top {
  margin-top: 5%;
}
.edit-row {
  display: flex;
  flex-flow: row;
  margin: 5px 0;
}
.edit-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.edit-wide {
  flex: 2;
}
.edit-wider {
  flex: 3;
}
.half-width {
  width: 50%;
}
.has-inline-rows {
  display: flex;
  flex-flow: row;
}
.edit-inline-row {
  display: flex;
  flex-flow: column;
}
.edit-fixed-width {
  width: 120px;
}
.edit-caption {
  font-family: "Open Sans";
  font-size: large;
  color: #767676;
}
.under-row-content {
  padding: 10px;
  width: 100%;
}
.form-inputs {
  display: flex;
  flex-flow: column;
  flex: 1;
}
.form-row {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0px 0 10px 0;
}
.edit-save-button {
  font-size: larger;
  margin: 20px;
}
.inline-container {
  display: inline-block;
}
.anessaList {
  font-size: 100%;
  color: #767676;
}
.results-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 100px;
}
.results-vertical-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
}
.results-vertical-container .item {
  width: 90%;
}
.text-small {
  font-size: small;
}
.text-large {
  font-size: 150%;
}
.first-column-border:first-child {
  border-right: 1px solid #e0e0e0;
}
.results-table.table-container {
  overflow: auto;
  margin-top: 50px;
  border: 1px solid #767676;
}
.results-table.table-container table {
  margin: 0;
}
.results-table.table-container .mat-mdc-table-sticky {
  border-right: 1px solid #e0e0e0;
  min-width: 200px;
}
.results-table.table-container .mat-mdc-table {
  font-family: comfortaa;
  padding-bottom: 25px;
}
.results-table.table-container .mat-mdc-row {
  min-height: 30px;
  padding: 5px;
  width: 100%;
}
.results-table.table-container .mat-mdc-table__wrapper .mat-table {
  min-width: auto !important;
  width: 100% !important;
}
.results-table.table-container .mat-mdc-header-row {
  width: 100%;
}
.results-table.table-container .mat-mdc-header-cell {
  color: #767676;
  text-align: center;
  padding: 0 15px 0 15px;
  font-weight: bold;
  font-size: 100%;
}
.results-table.table-container th.mat-mdc-header-cell:first-of-type {
  width: 30%;
}
.results-table.table-container td.mat-mdc-cell:first-of-type {
  text-align: left;
  min-width: 250px !important;
  padding-left: 15px;
}
.results-table.table-container .mat-mdc-cell {
  color: #767676;
  text-align: right;
  padding: 0 15px 0 15px;
  border-right: 1px solid #e0e0e0;
}
.table-cell-separators {
  border-right: 1px solid #e0e0e0;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-stacked > li {
  float: none;
}
.snack-bar {
  background-color: #CD255A;
}
.text-area {
  background-color: #f3f6f7 !important;
  padding: 5px !important;
  border-radius: 10px !important;
}
* {
  box-sizing: border-box;
}
.form-field-container {
  width: 100%;
  position: relative;
}
.form-field-clear {
  cursor: pointer;
  margin: 0;
  position: absolute;
  top: 1.25em;
  right: 1em;
  font-size: 0.8em;
}
.table-spacing {
  margin: 0.75em 0;
}
.cdk-overlay-container {
  z-index: 9999;
}
.sensitivity-apply-to-all .red-text {
  text-align: left;
  margin-bottom: 4px;
}
.js-plotly-plot .plotly svg {
  overflow: visible !important;
}
.clear-padding {
  padding-top: 1rem;
}
.input-select-panel {
  transform: translateX(calc(-100% + 14px)) !important;
}
.color-grey {
  color: #767676 !important;
}
.color-anessa-blue,
.color-anessa-blue:enabled {
  color: #008ec0;
}
.color-anessa-blue * input,
.color-anessa-blue * mat-mdc-select-trigger,
.color-anessa-blue:enabled * input,
.color-anessa-blue:enabled * mat-mdc-select-trigger {
  color: #008ec0 !important;
}
.color-blue {
  color: #1b7494;
}
.color-blue * input,
.color-blue * mat-mdc-select-trigger {
  color: #1b7494;
}
.color-anessa-green {
  color: #5CAE4A;
}
.color-anessa-green * input,
.color-anessa-green * mat-select-trigger,
.color-anessa-green * mat-hint {
  color: #5CAE4A !important;
}
.dynamic-panel-style {
  min-width: fit-content !important;
  font-size: 20px !important;
}
.coloured-circle {
  height: 1.25em;
  width: 1.25em;
  border-radius: 50%;
  border: 1px solid black;
  display: inline-block;
}
.variable-price-table .mat-mdc-header-cell,
.variable-price-table .mat-mdc-cell {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.dropdown-select-all-container {
  padding: 5px 6px;
}
.dropdown-select-all-container:hover {
  background: rgba(0, 0, 0, 0.04);
}
.main,
.cdk-overlay-container {
  --mdc-dialog-subhead-tracking: normal;
}
.main .mat-mdc-slide-toggle.mat-accent,
.cdk-overlay-container .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-handle-color: #5CAE4A;
  --mdc-switch-selected-track-color: #5cae4a8a;
  --mdc-switch-selected-focus-state-layer-color: #5CAE4A;
  --mdc-switch-selected-hover-state-layer-color: #5CAE4A;
  --mdc-switch-selected-pressed-state-layer-color: #5CAE4A;
  --mdc-switch-selected-focus-handle-color: #5CAE4A;
  --mdc-switch-selected-hover-handle-color: #5CAE4A;
  --mdc-switch-selected-pressed-handle-color: #5CAE4A;
  --mdc-switch-selected-focus-track-color: #5cae4a8a;
  --mdc-switch-selected-hover-track-color: #5cae4a8a;
  --mdc-switch-selected-pressed-track-color: #5cae4a8a;
}
.main .mat-mdc-button > .mat-icon,
.cdk-overlay-container .mat-mdc-button > .mat-icon {
  margin-right: unset;
  height: 1.5rem;
  width: 1.5rem;
  font-size: 1.5rem;
}
.main .mat-mdc-dialog-surface,
.cdk-overlay-container .mat-mdc-dialog-surface {
  padding: 24px;
}
.main .mat-mdc-dialog-surface .mdc-dialog__title,
.cdk-overlay-container .mat-mdc-dialog-surface .mdc-dialog__title {
  --mdc-dialog-subhead-color: #5CAE4A;
  margin: 0 0 20px;
}
.main .mdc-dialog__actions,
.cdk-overlay-container .mdc-dialog__actions {
  justify-content: center;
}
.main input.mat-mdc-input-element,
.cdk-overlay-container input.mat-mdc-input-element {
  font-size: larger;
}
.main button.mat-mdc-button:disabled,
.main button.mat-mdc-raised-button:disabled,
.cdk-overlay-container button.mat-mdc-button:disabled,
.cdk-overlay-container button.mat-mdc-raised-button:disabled {
  color: rgba(0, 0, 0, 0.2588235294);
}
.main .mat-mdc-button,
.main .mat-mdc-raised-button,
.cdk-overlay-container .mat-mdc-button,
.cdk-overlay-container .mat-mdc-raised-button {
  --mdc-protected-button-container-color:#767676;
  letter-spacing: normal;
  padding: 0 16px;
}
.main .mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.cdk-overlay-container .mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 19.2px;
  font-family: "Open Sans", serif;
}
.main .mat-mdc-input-element,
.cdk-overlay-container .mat-mdc-input-element {
  margin-bottom: 0;
  font-size: larger;
  color: #767676;
  background: transparent;
}
.main .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix,
.cdk-overlay-container .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding: 1em 0;
  border-top: 0.84375em solid transparent;
}
.main .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.main .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.main .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.cdk-overlay-container .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.cdk-overlay-container .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.cdk-overlay-container .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.1215686275);
}
.main .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.main .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.main .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.cdk-overlay-container .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.cdk-overlay-container .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.cdk-overlay-container .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.4);
}
.main .mat-mdc-text-field-wrapper,
.cdk-overlay-container .mat-mdc-text-field-wrapper {
  height: unset;
  background-color: transparent;
}
.main .mat-mdc-form-field-focus-overlay,
.cdk-overlay-container .mat-mdc-form-field-focus-overlay {
  background-color: white;
}
.main .mat-mdc-slide-toggle .mdc-label,
.cdk-overlay-container .mat-mdc-slide-toggle .mdc-label {
  font-family: "Noto Sans", serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
}
.main mat-form-field[appearance=outline] .mat-mdc-text-field-wrapper.mdc-text-field,
.cdk-overlay-container mat-form-field[appearance=outline] .mat-mdc-text-field-wrapper.mdc-text-field {
  padding-left: max(16px, var(--mdc-shape-small, 4px) + 4px);
  padding-right: max(16px, var(--mdc-shape-small, 4px));
}
.main .mat-mdc-text-field-wrapper.mdc-text-field,
.cdk-overlay-container .mat-mdc-text-field-wrapper.mdc-text-field {
  padding: 0;
}
.main .mat-mdc-text-field-wrapper.mdc-text-field.mdc-text-field--disabled .mdc-line-ripple::before,
.cdk-overlay-container .mat-mdc-text-field-wrapper.mdc-text-field.mdc-text-field--disabled .mdc-line-ripple::before {
  height: 1px;
  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;
  border-bottom: none;
}
.main .mat-select-borderless .mat-mdc-form-field-infix,
.main app-default-value .mat-mdc-form-field-infix,
.cdk-overlay-container .mat-select-borderless .mat-mdc-form-field-infix,
.cdk-overlay-container app-default-value .mat-mdc-form-field-infix {
  width: unset;
  padding: 0.4375em 0;
  min-height: unset;
  border-top: 0.84375em solid transparent;
}
.main app-default-value mat-select.mat-mdc-select,
.cdk-overlay-container app-default-value mat-select.mat-mdc-select {
  font-size: large;
}
.main .mat-mdc-form-field-icon-suffix,
.main .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix,
.cdk-overlay-container .mat-mdc-form-field-icon-suffix,
.cdk-overlay-container .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding: 0.4375em 0;
  border-top: 0.84375em solid transparent;
}
.main .mat-select-borderless .mat-mdc-floating-label,
.cdk-overlay-container .mat-select-borderless .mat-mdc-floating-label {
  padding-bottom: 0.7375em;
}
.main .mat-mdc-form-field-infix,
.cdk-overlay-container .mat-mdc-form-field-infix {
  width: unset;
}
.main app-percent-slider .mat-mdc-form-field-flex,
.cdk-overlay-container app-percent-slider .mat-mdc-form-field-flex {
  border-top: 0.9em solid transparent;
}
.main app-percent-slider .mat-mdc-form-field-infix,
.cdk-overlay-container app-percent-slider .mat-mdc-form-field-infix {
  padding: 0.3em 0;
  min-height: unset;
}
.main .mat-mdc-form-field-subscript-wrapper,
.cdk-overlay-container .mat-mdc-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
}
.main app-default-value .mat-mdc-form-field-subscript-wrapper,
.cdk-overlay-container app-default-value .mat-mdc-form-field-subscript-wrapper {
  padding-bottom: 1.25em;
  height: 0px;
}
.main .anessa-dropdown .mdc-line-ripple,
.cdk-overlay-container .anessa-dropdown .mdc-line-ripple {
  display: none;
}
.main .mat-mdc-form-field-hint-wrapper,
.main .mat-mdc-form-field-error-wrapper,
.cdk-overlay-container .mat-mdc-form-field-hint-wrapper,
.cdk-overlay-container .mat-mdc-form-field-error-wrapper {
  padding: 0px;
}
.main .mdc-notched-outline,
.cdk-overlay-container .mdc-notched-outline {
  top: 0.25em;
}
.main .mat-mdc-select-trigger,
.cdk-overlay-container .mat-mdc-select-trigger {
  height: 1.125em;
}
.main .mat-form-field-appearance-fill .mat-mdc-select-arrow-wrapper,
.cdk-overlay-container .mat-form-field-appearance-fill .mat-mdc-select-arrow-wrapper {
  transform: none;
}
.main .mat-mdc-select-arrow,
.cdk-overlay-container .mat-mdc-select-arrow {
  margin: 0 4px;
}
.main .wrapped-button,
.main button.mat-mdc-raised-button.wrapped-button,
.cdk-overlay-container .wrapped-button,
.cdk-overlay-container button.mat-mdc-raised-button.wrapped-button {
  height: unset;
}
.main mat-option,
.cdk-overlay-container mat-option {
  text-overflow: ellipsis;
  min-height: unset;
  height: 3em;
}
.main .mat-mdc-option .mdc-list-item__primary-text,
.cdk-overlay-container .mat-mdc-option .mdc-list-item__primary-text {
  white-space: nowrap;
}
.main .mat-mdc-select-panel,
.cdk-overlay-container .mat-mdc-select-panel {
  padding: 0;
}
.main .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after,
.cdk-overlay-container .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after {
  margin-left: 5px;
}
.warning-hint .mdc-line-ripple::after {
  --mdc-filled-text-field-focus-active-indicator-color: orange;
}

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