@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800";
@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200";
@import "https://fonts.googleapis.com/css2?family=Material+Symbols";

/* node_modules/driver.js/dist/driver.css */
.driver-active .driver-overlay,
.driver-active * {
  pointer-events: none;
}
.driver-active .driver-active-element,
.driver-active .driver-active-element *,
.driver-popover,
.driver-popover * {
  pointer-events: auto;
}
@keyframes animate-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.driver-fade .driver-overlay {
  animation: animate-fade-in .2s ease-in-out;
}
.driver-fade .driver-popover {
  animation: animate-fade-in .2s;
}
.driver-popover {
  all: unset;
  box-sizing: border-box;
  color: #2d2d2d;
  margin: 0;
  padding: 15px;
  border-radius: 5px;
  min-width: 250px;
  max-width: 300px;
  box-shadow: 0 1px 10px #0006;
  z-index: 1000000000;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
}
.driver-popover * {
  font-family:
    Helvetica Neue,
    Inter,
    ui-sans-serif,
    "Apple Color Emoji",
    Helvetica,
    Arial,
    sans-serif;
}
.driver-popover-title {
  font: 19px/normal sans-serif;
  font-weight: 700;
  display: block;
  position: relative;
  line-height: 1.5;
  zoom: 1;
  margin: 0;
}
.driver-popover-close-btn {
  all: unset;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 28px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #d2d2d2;
  z-index: 1;
  text-align: center;
  transition: color;
  transition-duration: .2s;
}
.driver-popover-close-btn:hover,
.driver-popover-close-btn:focus {
  color: #2d2d2d;
}
.driver-popover-title[style*=block] + .driver-popover-description {
  margin-top: 5px;
}
.driver-popover-description {
  margin-bottom: 0;
  font: 14px/normal sans-serif;
  line-height: 1.5;
  font-weight: 400;
  zoom: 1;
}
.driver-popover-footer {
  margin-top: 15px;
  text-align: right;
  zoom: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.driver-popover-progress-text {
  font-size: 13px;
  font-weight: 400;
  color: #727272;
  zoom: 1;
}
.driver-popover-footer button {
  all: unset;
  display: inline-block;
  box-sizing: border-box;
  padding: 3px 7px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  background-color: #fff;
  color: #2d2d2d;
  font: 12px/normal sans-serif;
  cursor: pointer;
  outline: 0;
  zoom: 1;
  line-height: 1.3;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.driver-popover-footer .driver-popover-btn-disabled {
  opacity: .5;
  pointer-events: none;
}
:not(body):has(> .driver-active-element) {
  overflow: hidden !important;
}
.driver-no-interaction,
.driver-no-interaction * {
  pointer-events: none !important;
}
.driver-popover-footer button:hover,
.driver-popover-footer button:focus {
  background-color: #f7f7f7;
}
.driver-popover-navigation-btns {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
.driver-popover-navigation-btns button + button {
  margin-left: 4px;
}
.driver-popover-arrow {
  content: "";
  position: absolute;
  border: 5px solid #fff;
}
.driver-popover-arrow-side-over {
  display: none;
}
.driver-popover-arrow-side-left {
  left: 100%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}
.driver-popover-arrow-side-right {
  right: 100%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}
.driver-popover-arrow-side-top {
  top: 100%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.driver-popover-arrow-side-bottom {
  bottom: 100%;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}
.driver-popover-arrow-side-center {
  display: none;
}
.driver-popover-arrow-side-left.driver-popover-arrow-align-start,
.driver-popover-arrow-side-right.driver-popover-arrow-align-start {
  top: 15px;
}
.driver-popover-arrow-side-top.driver-popover-arrow-align-start,
.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start {
  left: 15px;
}
.driver-popover-arrow-align-end.driver-popover-arrow-side-left,
.driver-popover-arrow-align-end.driver-popover-arrow-side-right {
  bottom: 15px;
}
.driver-popover-arrow-side-top.driver-popover-arrow-align-end,
.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end {
  right: 15px;
}
.driver-popover-arrow-side-left.driver-popover-arrow-align-center,
.driver-popover-arrow-side-right.driver-popover-arrow-align-center {
  top: 50%;
  margin-top: -5px;
}
.driver-popover-arrow-side-top.driver-popover-arrow-align-center,
.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center {
  left: 50%;
  margin-left: -5px;
}
.driver-popover-arrow-none {
  display: none;
}

/* node_modules/@idb/designsystem/scss/_index.scss */
html {
  --mat-app-background-color: #F3F3F3;
  --mat-app-text-color: #0A0A0A;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-ripple-color: rgba(10, 10, 10, 0.1);
}
html {
  --mat-option-selected-state-label-text-color: #003146;
  --mat-option-label-text-color: #0A0A0A;
  --mat-option-hover-state-layer-color: rgba(10, 10, 10, 0.08);
  --mat-option-focus-state-layer-color: rgba(10, 10, 10, 0.12);
  --mat-option-selected-state-layer-color: #CBD8DF;
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 1.25rem;
  --mat-option-label-text-size: 1rem;
  --mat-option-label-text-tracking: 0.006rem;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-color: #67676A;
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 1.25rem;
  --mat-optgroup-label-text-size: 0.875rem;
  --mat-optgroup-label-text-tracking: 0.006rem;
  --mat-optgroup-label-text-weight: 500;
}
html {
  --mat-full-pseudo-checkbox-selected-icon-color: #007EB6;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #FFFFFF;
  --mat-full-pseudo-checkbox-unselected-icon-color: #67676A;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #F3F3F3;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: rgba(10, 10, 10, 0.38);
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: rgba(10, 10, 10, 0.38);
}
html {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #007EB6;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: rgba(10, 10, 10, 0.38);
}
html {
  --mdc-elevated-card-container-color: #F3F3F3;
  --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-elevated-card-container-shape: 12px;
}
html {
  --mdc-outlined-card-container-color: #F3F3F3;
  --mdc-outlined-card-outline-color: #C7C7C9;
  --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);
  --mdc-outlined-card-container-shape: 12px;
  --mdc-outlined-card-outline-width: 1px;
}
html {
  --mat-card-subtitle-text-color: #0A0A0A;
  --mat-card-title-text-font: Open Sans;
  --mat-card-title-text-line-height: 1.75rem;
  --mat-card-title-text-size: 1.375rem;
  --mat-card-title-text-tracking: 0;
  --mat-card-title-text-weight: 400;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 1.5rem;
  --mat-card-subtitle-text-size: 1rem;
  --mat-card-subtitle-text-tracking: 0.009rem;
  --mat-card-subtitle-text-weight: 500;
}
html {
  --mdc-linear-progress-active-indicator-color: #007EB6;
  --mdc-linear-progress-track-color: #D8D8D9;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
html {
  --mdc-plain-tooltip-container-color: #141414;
  --mdc-plain-tooltip-supporting-text-color: #D2D1D1;
  --mdc-plain-tooltip-supporting-text-line-height: 1rem;
  --mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 0.75rem;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.025rem;
  --mdc-plain-tooltip-container-shape: 4px;
}
html {
  --mdc-filled-text-field-caret-color: #007EB6;
  --mdc-filled-text-field-focus-active-indicator-color: #007EB6;
  --mdc-filled-text-field-focus-label-text-color: #007EB6;
  --mdc-filled-text-field-container-color: #D8D8D9;
  --mdc-filled-text-field-disabled-container-color: rgba(10, 10, 10, 0.04);
  --mdc-filled-text-field-label-text-color: #67676A;
  --mdc-filled-text-field-hover-label-text-color: #67676A;
  --mdc-filled-text-field-disabled-label-text-color: rgba(10, 10, 10, 0.38);
  --mdc-filled-text-field-input-text-color: #0A0A0A;
  --mdc-filled-text-field-disabled-input-text-color: rgba(10, 10, 10, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: #67676A;
  --mdc-filled-text-field-error-hover-label-text-color: #790001;
  --mdc-filled-text-field-error-focus-label-text-color: #A60001;
  --mdc-filled-text-field-error-label-text-color: #A60001;
  --mdc-filled-text-field-active-indicator-color: #67676A;
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(10, 10, 10, 0.38);
  --mdc-filled-text-field-hover-active-indicator-color: #0A0A0A;
  --mdc-filled-text-field-error-active-indicator-color: #A60001;
  --mdc-filled-text-field-error-focus-active-indicator-color: #A60001;
  --mdc-filled-text-field-error-hover-active-indicator-color: #790001;
  --mdc-filled-text-field-label-text-font: Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size: 1rem;
  --mdc-filled-text-field-label-text-tracking: 0.031rem;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
}
html {
  --mdc-outlined-text-field-caret-color: #007EB6;
  --mdc-outlined-text-field-focus-outline-color: #007EB6;
  --mdc-outlined-text-field-focus-label-text-color: #007EB6;
  --mdc-outlined-text-field-label-text-color: #67676A;
  --mdc-outlined-text-field-hover-label-text-color: #0A0A0A;
  --mdc-outlined-text-field-disabled-label-text-color: rgba(10, 10, 10, 0.38);
  --mdc-outlined-text-field-input-text-color: #0A0A0A;
  --mdc-outlined-text-field-disabled-input-text-color: rgba(10, 10, 10, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: #67676A;
  --mdc-outlined-text-field-error-focus-label-text-color: #A60001;
  --mdc-outlined-text-field-error-label-text-color: #A60001;
  --mdc-outlined-text-field-error-hover-label-text-color: #790001;
  --mdc-outlined-text-field-outline-color: #A6A6A8;
  --mdc-outlined-text-field-disabled-outline-color: rgba(10, 10, 10, 0.12);
  --mdc-outlined-text-field-hover-outline-color: #0A0A0A;
  --mdc-outlined-text-field-error-focus-outline-color: #A60001;
  --mdc-outlined-text-field-error-hover-outline-color: #790001;
  --mdc-outlined-text-field-error-outline-color: #A60001;
  --mdc-outlined-text-field-label-text-font: Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size: 1rem;
  --mdc-outlined-text-field-label-text-tracking: 0.031rem;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
}
html {
  --mat-form-field-focus-select-arrow-color: #007EB6;
  --mat-form-field-disabled-input-text-placeholder-color: rgba(10, 10, 10, 0.38);
  --mat-form-field-state-layer-color: #0A0A0A;
  --mat-form-field-error-text-color: #A60001;
  --mat-form-field-select-option-text-color: #0A0A0A;
  --mat-form-field-select-disabled-option-text-color: rgba(10, 10, 10, 0.38);
  --mat-form-field-leading-icon-color: #67676A;
  --mat-form-field-disabled-leading-icon-color: rgba(10, 10, 10, 0.38);
  --mat-form-field-trailing-icon-color: #67676A;
  --mat-form-field-disabled-trailing-icon-color: rgba(10, 10, 10, 0.38);
  --mat-form-field-error-focus-trailing-icon-color: #A60001;
  --mat-form-field-error-hover-trailing-icon-color: #790001;
  --mat-form-field-error-trailing-icon-color: #A60001;
  --mat-form-field-enabled-select-arrow-color: #67676A;
  --mat-form-field-disabled-select-arrow-color: rgba(10, 10, 10, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 1.5rem;
  --mat-form-field-container-text-size: 1rem;
  --mat-form-field-container-text-tracking: 0.031rem;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 1rem;
  --mat-form-field-subscript-text-size: 0.75rem;
  --mat-form-field-subscript-text-tracking: 0.025rem;
  --mat-form-field-subscript-text-weight: 400;
  --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;
  --mat-form-field-focus-state-layer-opacity: 0;
}
html {
  --mat-select-panel-background-color: #D2D1D1;
  --mat-select-enabled-trigger-text-color: #0A0A0A;
  --mat-select-disabled-trigger-text-color: rgba(10, 10, 10, 0.38);
  --mat-select-placeholder-text-color: #67676A;
  --mat-select-enabled-arrow-color: #67676A;
  --mat-select-disabled-arrow-color: rgba(10, 10, 10, 0.38);
  --mat-select-focused-arrow-color: #007EB6;
  --mat-select-invalid-arrow-color: #A60001;
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 1.5rem;
  --mat-select-trigger-text-size: 1rem;
  --mat-select-trigger-text-tracking: 0.031rem;
  --mat-select-trigger-text-weight: 400;
  --mat-select-arrow-transform: translateY(-8px);
  --mat-select-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);
}
html {
  --mat-autocomplete-background-color: #D2D1D1;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-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);
}
html {
  --mdc-dialog-container-color: #F3F3F3;
  --mdc-dialog-subhead-color: #0A0A0A;
  --mdc-dialog-supporting-text-color: #67676A;
  --mdc-dialog-subhead-font: Open Sans;
  --mdc-dialog-subhead-line-height: 2rem;
  --mdc-dialog-subhead-size: 1.5rem;
  --mdc-dialog-subhead-weight: 400;
  --mdc-dialog-subhead-tracking: 0;
  --mdc-dialog-supporting-text-font: Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height: 1.25rem;
  --mdc-dialog-supporting-text-size: 0.875rem;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0.016rem;
  --mdc-dialog-container-shape: 28px;
}
html {
  --mat-dialog-container-elevation-shadow: none;
  --mat-dialog-container-max-width: 560px;
  --mat-dialog-container-small-max-width: calc(100vw - 32px);
  --mat-dialog-container-min-width: 280px;
  --mat-dialog-actions-alignment: flex-end;
  --mat-dialog-actions-padding: 16px 24px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px 0;
  --mat-dialog-headline-padding: 6px 24px 13px;
}
html {
  --mdc-chip-outline-color: #A6A6A8;
  --mdc-chip-disabled-outline-color: rgba(10, 10, 10, 0.12);
  --mdc-chip-focus-outline-color: #67676A;
  --mdc-chip-hover-state-layer-opacity: 0.08;
  --mdc-chip-selected-hover-state-layer-opacity: 0.08;
  --mdc-chip-disabled-label-text-color: rgba(10, 10, 10, 0.38);
  --mdc-chip-elevated-selected-container-color: #CBD8DF;
  --mdc-chip-flat-disabled-selected-container-color: rgba(10, 10, 10, 0.12);
  --mdc-chip-focus-state-layer-color: #67676A;
  --mdc-chip-hover-state-layer-color: #67676A;
  --mdc-chip-selected-hover-state-layer-color: #003146;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: #003146;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #67676A;
  --mdc-chip-selected-label-text-color: #003146;
  --mdc-chip-with-icon-icon-color: #67676A;
  --mdc-chip-with-icon-disabled-icon-color: #0A0A0A;
  --mdc-chip-with-icon-selected-icon-color: #003146;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #0A0A0A;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #67676A;
  --mdc-chip-label-text-font: Roboto, sans-serif;
  --mdc-chip-label-text-line-height: 1.25rem;
  --mdc-chip-label-text-size: 0.875rem;
  --mdc-chip-label-text-tracking: 0.006rem;
  --mdc-chip-label-text-weight: 500;
  --mdc-chip-container-height: 32px;
  --mdc-chip-container-shape-radius: 8px;
  --mdc-chip-with-avatar-avatar-shape-radius: 24px;
  --mdc-chip-with-avatar-avatar-size: 24px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 1px;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 0.38;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 0.38;
  --mdc-chip-with-icon-disabled-icon-opacity: 0.38;
  --mdc-chip-elevated-container-color: transparent;
}
html {
  --mat-chip-trailing-action-state-layer-color: #67676A;
  --mat-chip-selected-trailing-action-state-layer-color: #003146;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-disabled-trailing-icon-color: #0A0A0A;
  --mat-chip-selected-trailing-icon-color: #003146;
  --mat-chip-disabled-container-opacity: 1;
  --mat-chip-trailing-action-opacity: 1;
  --mat-chip-trailing-action-focus-opacity: 1;
}
html {
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.08;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.12;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.08;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.12;
  --mdc-switch-selected-focus-state-layer-color: #007EB6;
  --mdc-switch-selected-handle-color: #FFFFFF;
  --mdc-switch-selected-hover-state-layer-color: #007EB6;
  --mdc-switch-selected-pressed-state-layer-color: #007EB6;
  --mdc-switch-selected-focus-handle-color: #A6E3FF;
  --mdc-switch-selected-hover-handle-color: #A6E3FF;
  --mdc-switch-selected-pressed-handle-color: #A6E3FF;
  --mdc-switch-selected-focus-track-color: #007EB6;
  --mdc-switch-selected-hover-track-color: #007EB6;
  --mdc-switch-selected-pressed-track-color: #007EB6;
  --mdc-switch-selected-track-color: #007EB6;
  --mdc-switch-disabled-selected-handle-color: #F3F3F3;
  --mdc-switch-disabled-selected-icon-color: #0A0A0A;
  --mdc-switch-disabled-selected-track-color: #0A0A0A;
  --mdc-switch-disabled-unselected-handle-color: #0A0A0A;
  --mdc-switch-disabled-unselected-icon-color: #D8D8D9;
  --mdc-switch-disabled-unselected-track-color: #D8D8D9;
  --mdc-switch-selected-icon-color: #005D86;
  --mdc-switch-unselected-focus-handle-color: #67676A;
  --mdc-switch-unselected-focus-state-layer-color: #0A0A0A;
  --mdc-switch-unselected-focus-track-color: #D8D8D9;
  --mdc-switch-unselected-handle-color: #A6A6A8;
  --mdc-switch-unselected-hover-handle-color: #67676A;
  --mdc-switch-unselected-hover-state-layer-color: #0A0A0A;
  --mdc-switch-unselected-hover-track-color: #D8D8D9;
  --mdc-switch-unselected-icon-color: #D8D8D9;
  --mdc-switch-unselected-pressed-handle-color: #67676A;
  --mdc-switch-unselected-pressed-state-layer-color: #0A0A0A;
  --mdc-switch-unselected-pressed-track-color: #D8D8D9;
  --mdc-switch-unselected-track-color: #D8D8D9;
  --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-shape: 9999px;
  --mdc-switch-selected-icon-size: 16px;
  --mdc-switch-track-height: 32px;
  --mdc-switch-track-shape: 9999px;
  --mdc-switch-track-width: 52px;
  --mdc-switch-unselected-icon-size: 16px;
  --mdc-switch-state-layer-size: 40px;
}
html {
  --mat-switch-track-outline-color: #A6A6A8;
  --mat-switch-disabled-unselected-track-outline-color: #0A0A0A;
  --mat-switch-label-text-color: #0A0A0A;
  --mat-switch-label-text-font: Roboto, sans-serif;
  --mat-switch-label-text-line-height: 1.25rem;
  --mat-switch-label-text-size: 0.875rem;
  --mat-switch-label-text-tracking: 0.016rem;
  --mat-switch-label-text-weight: 400;
  --mat-switch-disabled-selected-handle-opacity: 1;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 16px;
  --mat-switch-selected-handle-size: 24px;
  --mat-switch-pressed-handle-size: 28px;
  --mat-switch-with-icon-handle-size: 24px;
  --mat-switch-selected-handle-horizontal-margin: 0 24px;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0 24px;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0 22px;
  --mat-switch-unselected-handle-horizontal-margin: 0 8px;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0 4px;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0 2px;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 0;
  --mat-switch-visible-track-transition: opacity 75ms;
  --mat-switch-hidden-track-transition: opacity 75ms;
  --mat-switch-track-outline-width: 2px;
  --mat-switch-selected-track-outline-width: 2px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 2px;
}
html {
  --mdc-radio-disabled-selected-icon-color: #0A0A0A;
  --mdc-radio-disabled-unselected-icon-color: #0A0A0A;
  --mdc-radio-unselected-hover-icon-color: #0A0A0A;
  --mdc-radio-unselected-focus-icon-color: #0A0A0A;
  --mdc-radio-unselected-icon-color: #67676A;
  --mdc-radio-unselected-pressed-icon-color: #0A0A0A;
  --mdc-radio-selected-focus-icon-color: #007EB6;
  --mdc-radio-selected-hover-icon-color: #007EB6;
  --mdc-radio-selected-icon-color: #007EB6;
  --mdc-radio-selected-pressed-icon-color: #007EB6;
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
}
html {
  --mat-radio-ripple-color: #0A0A0A;
  --mat-radio-checked-ripple-color: #007EB6;
  --mat-radio-disabled-label-color: rgba(10, 10, 10, 0.38);
  --mat-radio-label-text-color: #0A0A0A;
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 1.25rem;
  --mat-radio-label-text-size: 0.875rem;
  --mat-radio-label-text-tracking: 0.016rem;
  --mat-radio-label-text-weight: 400;
  --mat-radio-touch-target-display: block;
}
html {
  --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);
  --mdc-slider-handle-color: #007EB6;
  --mdc-slider-focus-handle-color: #007EB6;
  --mdc-slider-hover-handle-color: #007EB6;
  --mdc-slider-active-track-color: #007EB6;
  --mdc-slider-inactive-track-color: #D8D8D9;
  --mdc-slider-with-tick-marks-inactive-container-color: #67676A;
  --mdc-slider-with-tick-marks-active-container-color: #FFFFFF;
  --mdc-slider-disabled-active-track-color: #0A0A0A;
  --mdc-slider-disabled-handle-color: #0A0A0A;
  --mdc-slider-disabled-inactive-track-color: #0A0A0A;
  --mdc-slider-label-container-color: #007EB6;
  --mdc-slider-label-label-text-color: #FFFFFF;
  --mdc-slider-with-overlap-handle-outline-color: #FFFFFF;
  --mdc-slider-with-tick-marks-disabled-container-color: #0A0A0A;
  --mdc-slider-label-label-text-font: Roboto, sans-serif;
  --mdc-slider-label-label-text-size: 0.75rem;
  --mdc-slider-label-label-text-line-height: 1rem;
  --mdc-slider-label-label-text-tracking: 0.031rem;
  --mdc-slider-label-label-text-weight: 500;
  --mdc-slider-active-track-height: 4px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 9999px;
  --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.38;
  --mdc-slider-with-tick-marks-container-shape: 9999px;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.38;
}
html {
  --mat-slider-ripple-color: #007EB6;
  --mat-slider-hover-state-layer-color: rgba(0, 126, 182, 0.05);
  --mat-slider-focus-state-layer-color: rgba(0, 126, 182, 0.2);
  --mat-slider-value-indicator-width: 28px;
  --mat-slider-value-indicator-height: 28px;
  --mat-slider-value-indicator-caret-display: none;
  --mat-slider-value-indicator-border-radius: 50% 50% 50% 0;
  --mat-slider-value-indicator-padding: 0;
  --mat-slider-value-indicator-text-transform: rotate(45deg);
  --mat-slider-value-indicator-container-transform: translateX(-50%) rotate(-45deg);
  --mat-slider-value-indicator-opacity: 1;
}
html {
  --mat-menu-item-label-text-color: #0A0A0A;
  --mat-menu-item-icon-color: #67676A;
  --mat-menu-item-hover-state-layer-color: rgba(10, 10, 10, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(10, 10, 10, 0.12);
  --mat-menu-container-color: #D2D1D1;
  --mat-menu-divider-color: #D8D8D9;
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 0.875rem;
  --mat-menu-item-label-text-tracking: 0.006rem;
  --mat-menu-item-label-text-line-height: 1.25rem;
  --mat-menu-item-label-text-weight: 500;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 8px;
  --mat-menu-divider-top-spacing: 8px;
  --mat-menu-item-spacing: 12px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 12px;
  --mat-menu-item-trailing-spacing: 12px;
  --mat-menu-item-with-icon-leading-spacing: 12px;
  --mat-menu-item-with-icon-trailing-spacing: 12px;
  --mat-menu-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);
}
html {
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: #A6E3FF;
  --mdc-list-list-item-disabled-state-layer-color: #0A0A0A;
  --mdc-list-list-item-disabled-state-layer-opacity: 0.12;
  --mdc-list-list-item-label-text-color: #0A0A0A;
  --mdc-list-list-item-supporting-text-color: #67676A;
  --mdc-list-list-item-leading-icon-color: #67676A;
  --mdc-list-list-item-trailing-supporting-text-color: #67676A;
  --mdc-list-list-item-trailing-icon-color: #67676A;
  --mdc-list-list-item-selected-trailing-icon-color: #007EB6;
  --mdc-list-list-item-disabled-label-text-color: #0A0A0A;
  --mdc-list-list-item-disabled-leading-icon-color: #0A0A0A;
  --mdc-list-list-item-disabled-trailing-icon-color: #0A0A0A;
  --mdc-list-list-item-hover-label-text-color: #0A0A0A;
  --mdc-list-list-item-focus-label-text-color: #0A0A0A;
  --mdc-list-list-item-hover-state-layer-color: #0A0A0A;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: #0A0A0A;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mdc-list-list-item-label-text-font: Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height: 1.5rem;
  --mdc-list-list-item-label-text-size: 1rem;
  --mdc-list-list-item-label-text-tracking: 0.031rem;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 1.25rem;
  --mdc-list-list-item-supporting-text-size: 0.875rem;
  --mdc-list-list-item-supporting-text-tracking: 0.016rem;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 1rem;
  --mdc-list-list-item-trailing-supporting-text-size: 0.688rem;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.031rem;
  --mdc-list-list-item-trailing-supporting-text-weight: 500;
  --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;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 9999px;
  --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-label-text-opacity: 0.3;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-list-active-indicator-color: #CBD8DF;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 16px;
  --mat-list-active-indicator-shape: 9999px;
}
html {
  --mat-paginator-container-text-color: #0A0A0A;
  --mat-paginator-container-background-color: #F3F3F3;
  --mat-paginator-enabled-icon-color: #67676A;
  --mat-paginator-disabled-icon-color: rgba(10, 10, 10, 0.38);
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 1rem;
  --mat-paginator-container-text-size: 0.75rem;
  --mat-paginator-container-text-tracking: 0.025rem;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 0.75rem;
  --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;
}
html {
  --mdc-tab-indicator-active-indicator-color: #007EB6;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
}
html {
  --mat-tab-header-divider-color: #D8D8D9;
  --mat-tab-header-pagination-icon-color: #0A0A0A;
  --mat-tab-header-inactive-label-text-color: #0A0A0A;
  --mat-tab-header-active-label-text-color: #0A0A0A;
  --mat-tab-header-active-ripple-color: #0A0A0A;
  --mat-tab-header-inactive-ripple-color: #0A0A0A;
  --mat-tab-header-inactive-focus-label-text-color: #0A0A0A;
  --mat-tab-header-inactive-hover-label-text-color: #0A0A0A;
  --mat-tab-header-active-focus-label-text-color: #0A0A0A;
  --mat-tab-header-active-hover-label-text-color: #0A0A0A;
  --mat-tab-header-active-focus-indicator-color: #007EB6;
  --mat-tab-header-active-hover-indicator-color: #007EB6;
  --mat-tab-header-label-text-font: Roboto, sans-serif;
  --mat-tab-header-label-text-size: 0.875rem;
  --mat-tab-header-label-text-tracking: 0.006rem;
  --mat-tab-header-label-text-line-height: 1.25rem;
  --mat-tab-header-label-text-weight: 500;
  --mat-tab-header-divider-height: 1px;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color: #F3F3F3;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.08;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.08;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mdc-checkbox-selected-pressed-icon-color: #007EB6;
  --mdc-checkbox-disabled-selected-icon-color: rgba(10, 10, 10, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(10, 10, 10, 0.38);
  --mdc-checkbox-selected-checkmark-color: #FFFFFF;
  --mdc-checkbox-selected-focus-icon-color: #007EB6;
  --mdc-checkbox-selected-hover-icon-color: #007EB6;
  --mdc-checkbox-selected-icon-color: #007EB6;
  --mdc-checkbox-unselected-focus-icon-color: #0A0A0A;
  --mdc-checkbox-unselected-hover-icon-color: #0A0A0A;
  --mdc-checkbox-unselected-icon-color: #67676A;
  --mdc-checkbox-selected-focus-state-layer-color: #007EB6;
  --mdc-checkbox-selected-hover-state-layer-color: #007EB6;
  --mdc-checkbox-selected-pressed-state-layer-color: #0A0A0A;
  --mdc-checkbox-unselected-focus-state-layer-color: #0A0A0A;
  --mdc-checkbox-unselected-hover-state-layer-color: #0A0A0A;
  --mdc-checkbox-unselected-pressed-state-layer-color: #007EB6;
  --mdc-checkbox-state-layer-size: 40px;
}
html {
  --mat-checkbox-disabled-label-color: rgba(10, 10, 10, 0.38);
  --mat-checkbox-label-text-color: #0A0A0A;
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 1.25rem;
  --mat-checkbox-label-text-size: 0.875rem;
  --mat-checkbox-label-text-tracking: 0.016rem;
  --mat-checkbox-label-text-weight: 400;
  --mat-checkbox-touch-target-display: block;
}
html {
  --mdc-text-button-label-text-color: #007EB6;
  --mdc-text-button-disabled-label-text-color: rgba(10, 10, 10, 0.38);
  --mdc-text-button-label-text-font: Roboto, sans-serif;
  --mdc-text-button-label-text-size: 0.875rem;
  --mdc-text-button-label-text-tracking: 0.006rem;
  --mdc-text-button-label-text-weight: 500;
  --mdc-text-button-container-height: 40px;
  --mdc-text-button-container-shape: 9999px;
}
html {
  --mdc-protected-button-container-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-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 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-protected-button-hover-container-elevation-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-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-protected-button-container-color: #F3F3F3;
  --mdc-protected-button-label-text-color: #007EB6;
  --mdc-protected-button-disabled-container-color: rgba(10, 10, 10, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(10, 10, 10, 0.38);
  --mdc-protected-button-label-text-font: Roboto, sans-serif;
  --mdc-protected-button-label-text-size: 0.875rem;
  --mdc-protected-button-label-text-tracking: 0.006rem;
  --mdc-protected-button-label-text-weight: 500;
  --mdc-protected-button-container-height: 40px;
  --mdc-protected-button-container-shape: 9999px;
}
html {
  --mdc-filled-button-container-color: #007EB6;
  --mdc-filled-button-label-text-color: #FFFFFF;
  --mdc-filled-button-disabled-container-color: rgba(10, 10, 10, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(10, 10, 10, 0.38);
  --mdc-filled-button-label-text-font: Roboto, sans-serif;
  --mdc-filled-button-label-text-size: 0.875rem;
  --mdc-filled-button-label-text-tracking: 0.006rem;
  --mdc-filled-button-label-text-weight: 500;
  --mdc-filled-button-container-height: 40px;
  --mdc-filled-button-container-shape: 9999px;
}
html {
  --mdc-outlined-button-disabled-outline-color: rgba(10, 10, 10, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(10, 10, 10, 0.38);
  --mdc-outlined-button-label-text-color: #007EB6;
  --mdc-outlined-button-outline-color: #A6A6A8;
  --mdc-outlined-button-label-text-font: Roboto, sans-serif;
  --mdc-outlined-button-label-text-size: 0.875rem;
  --mdc-outlined-button-label-text-tracking: 0.006rem;
  --mdc-outlined-button-label-text-weight: 500;
  --mdc-outlined-button-container-height: 40px;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 9999px;
}
html {
  --mat-text-button-state-layer-color: #007EB6;
  --mat-text-button-disabled-state-layer-color: #67676A;
  --mat-text-button-ripple-color: rgba(0, 126, 182, 0.12);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mat-text-button-touch-target-display: block;
  --mat-text-button-horizontal-padding: 12px;
  --mat-text-button-with-icon-horizontal-padding: 16px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: -4px;
}
html {
  --mat-protected-button-state-layer-color: #007EB6;
  --mat-protected-button-disabled-state-layer-color: #67676A;
  --mat-protected-button-ripple-color: rgba(0, 126, 182, 0.12);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mat-protected-button-touch-target-display: block;
  --mat-protected-button-horizontal-padding: 24px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -8px;
}
html {
  --mat-filled-button-state-layer-color: #FFFFFF;
  --mat-filled-button-disabled-state-layer-color: #67676A;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.12);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mat-filled-button-touch-target-display: block;
  --mat-filled-button-horizontal-padding: 24px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -8px;
}
html {
  --mat-outlined-button-state-layer-color: #007EB6;
  --mat-outlined-button-disabled-state-layer-color: #67676A;
  --mat-outlined-button-ripple-color: rgba(0, 126, 182, 0.12);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mat-outlined-button-touch-target-display: block;
  --mat-outlined-button-horizontal-padding: 24px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -8px;
}
html {
  --mdc-icon-button-icon-color: #67676A;
  --mdc-icon-button-disabled-icon-color: rgba(10, 10, 10, 0.38);
  --mdc-icon-button-state-layer-size: 40px;
  --mdc-icon-button-icon-size: 24px;
}
html {
  --mat-icon-button-state-layer-color: #67676A;
  --mat-icon-button-disabled-state-layer-color: #67676A;
  --mat-icon-button-ripple-color: rgba(103, 103, 106, 0.12);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-touch-target-display: block;
}
html {
  --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 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-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 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-label-text-font: Roboto, sans-serif;
  --mdc-extended-fab-label-text-size: 0.875rem;
  --mdc-extended-fab-label-text-tracking: 0.006rem;
  --mdc-extended-fab-label-text-weight: 500;
  --mdc-extended-fab-container-height: 56px;
  --mdc-extended-fab-container-shape: 16px;
}
html {
  --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 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-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 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-container-color: #A6E3FF;
  --mdc-fab-container-shape: 16px;
}
html {
  --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 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-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 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-container-color: #A6E3FF;
  --mdc-fab-small-container-shape: 12px;
}
html {
  --mat-fab-foreground-color: #005D86;
  --mat-fab-state-layer-color: #005D86;
  --mat-fab-ripple-color: rgba(0, 93, 134, 0.12);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(10, 10, 10, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(10, 10, 10, 0.38);
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-small-foreground-color: #005D86;
  --mat-fab-small-state-layer-color: #005D86;
  --mat-fab-small-ripple-color: rgba(0, 93, 134, 0.12);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --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(10, 10, 10, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(10, 10, 10, 0.38);
}
html {
  --mdc-snackbar-container-color: #141414;
  --mdc-snackbar-supporting-text-color: #D2D1D1;
  --mdc-snackbar-supporting-text-font: Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 1.25rem;
  --mdc-snackbar-supporting-text-size: 0.875rem;
  --mdc-snackbar-supporting-text-weight: 400;
  --mdc-snackbar-container-shape: 4px;
}
html {
  --mat-snack-bar-button-color: #50C9FF;
}
html {
  --mat-table-background-color: #F3F3F3;
  --mat-table-header-headline-color: #0A0A0A;
  --mat-table-row-item-label-text-color: #0A0A0A;
  --mat-table-row-item-outline-color: #A6A6A8;
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 1.25rem;
  --mat-table-header-headline-size: 0.875rem;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.006rem;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 1.25rem;
  --mat-table-row-item-label-text-size: 0.875rem;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.016rem;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 1.25rem;
  --mat-table-footer-supporting-text-size: 0.875rem;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.016rem;
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-row-item-outline-width: 1px;
}
html {
  --mdc-circular-progress-active-indicator-color: #007EB6;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}
html {
  --mat-badge-background-color: #A60001;
  --mat-badge-text-color: #FFFFFF;
  --mat-badge-disabled-state-background-color: rgba(166, 0, 1, 0.38);
  --mat-badge-disabled-state-text-color: #FFFFFF;
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-text-size: 0.688rem;
  --mat-badge-text-weight: 500;
  --mat-badge-large-size-text-size: 0.688rem;
  --mat-badge-container-shape: 9999px;
  --mat-badge-container-size: 16px;
  --mat-badge-small-size-container-size: 6px;
  --mat-badge-large-size-container-size: 16px;
  --mat-badge-legacy-container-size: unset;
  --mat-badge-legacy-small-size-container-size: unset;
  --mat-badge-legacy-large-size-container-size: unset;
  --mat-badge-container-offset: -12px 0;
  --mat-badge-small-size-container-offset: -6px 0;
  --mat-badge-large-size-container-offset: -12px 0;
  --mat-badge-container-overlap-offset: -12px;
  --mat-badge-small-size-container-overlap-offset: -6px;
  --mat-badge-large-size-container-overlap-offset: -12px;
  --mat-badge-container-padding: 0 4px;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0 4px;
  --mat-badge-line-height: 16px;
  --mat-badge-small-size-text-size: 0;
  --mat-badge-small-size-line-height: 6px;
  --mat-badge-large-size-line-height: 16px;
}
html {
  --mat-bottom-sheet-container-text-color: #0A0A0A;
  --mat-bottom-sheet-container-background-color: #F3F3F3;
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 1.5rem;
  --mat-bottom-sheet-container-text-size: 1rem;
  --mat-bottom-sheet-container-text-tracking: 0.031rem;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-bottom-sheet-container-shape: 28px;
}
html {
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.08;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-standard-button-toggle-text-color: #0A0A0A;
  --mat-standard-button-toggle-state-layer-color: #0A0A0A;
  --mat-standard-button-toggle-selected-state-background-color: #CBD8DF;
  --mat-standard-button-toggle-selected-state-text-color: #003146;
  --mat-standard-button-toggle-disabled-state-text-color: rgba(10, 10, 10, 0.38);
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(10, 10, 10, 0.38);
  --mat-standard-button-toggle-disabled-selected-state-background-color: rgba(10, 10, 10, 0.12);
  --mat-standard-button-toggle-divider-color: #A6A6A8;
  --mat-standard-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 1.25rem;
  --mat-standard-button-toggle-label-text-size: 0.875rem;
  --mat-standard-button-toggle-label-text-tracking: 0.006rem;
  --mat-standard-button-toggle-label-text-weight: 500;
  --mat-standard-button-toggle-height: 40px;
  --mat-standard-button-toggle-shape: 28px;
  --mat-standard-button-toggle-background-color: transparent;
  --mat-standard-button-toggle-disabled-state-background-color: transparent;
}
html {
  --mat-datepicker-calendar-date-selected-state-text-color: #FFFFFF;
  --mat-datepicker-calendar-date-selected-state-background-color: #007EB6;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(10, 10, 10, 0.38);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #007EB6;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(10, 10, 10, 0.12);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(10, 10, 10, 0.08);
  --mat-datepicker-toggle-active-state-icon-color: #67676A;
  --mat-datepicker-calendar-date-in-range-state-background-color: #A6E3FF;
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #DED7E5;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #CBD8DF;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #003B54;
  --mat-datepicker-toggle-icon-color: #67676A;
  --mat-datepicker-calendar-body-label-text-color: #0A0A0A;
  --mat-datepicker-calendar-period-button-text-color: #67676A;
  --mat-datepicker-calendar-period-button-icon-color: #67676A;
  --mat-datepicker-calendar-navigation-button-icon-color: #67676A;
  --mat-datepicker-calendar-header-text-color: #67676A;
  --mat-datepicker-calendar-date-today-outline-color: #007EB6;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(10, 10, 10, 0.38);
  --mat-datepicker-calendar-date-text-color: #0A0A0A;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(10, 10, 10, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: #007EB6;
  --mat-datepicker-range-input-separator-color: #0A0A0A;
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(10, 10, 10, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(10, 10, 10, 0.38);
  --mat-datepicker-calendar-container-background-color: #D2D1D1;
  --mat-datepicker-calendar-container-text-color: #0A0A0A;
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 0.875rem;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 0.875rem;
  --mat-datepicker-calendar-header-text-weight: 500;
  --mat-datepicker-calendar-container-shape: 16px;
  --mat-datepicker-calendar-container-touch-shape: 28px;
  --mat-datepicker-calendar-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);
  --mat-datepicker-calendar-container-touch-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);
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-date-outline-color: transparent;
}
html {
  --mat-divider-color: #A6A6A8;
  --mat-divider-width: 1px;
}
html {
  --mat-expansion-container-background-color: #F3F3F3;
  --mat-expansion-container-text-color: #0A0A0A;
  --mat-expansion-actions-divider-color: #A6A6A8;
  --mat-expansion-header-hover-state-layer-color: rgba(10, 10, 10, 0.08);
  --mat-expansion-header-focus-state-layer-color: rgba(10, 10, 10, 0.12);
  --mat-expansion-header-disabled-state-text-color: rgba(10, 10, 10, 0.38);
  --mat-expansion-header-text-color: #0A0A0A;
  --mat-expansion-header-description-color: #67676A;
  --mat-expansion-header-indicator-color: #67676A;
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 1rem;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: 1.5rem;
  --mat-expansion-header-text-tracking: 0.009rem;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 1.5rem;
  --mat-expansion-container-text-size: 1rem;
  --mat-expansion-container-text-tracking: 0.031rem;
  --mat-expansion-container-text-weight: 400;
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-container-shape: 12px;
  --mat-expansion-legacy-header-indicator-display: none;
  --mat-expansion-header-indicator-display: inline-block;
}
html {
  --mat-grid-list-tile-header-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-header-secondary-text-size: 400 0.875rem / 1.25rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-secondary-text-size: 400 0.875rem / 1.25rem Roboto, sans-serif;
}
html {
  --mat-icon-color: inherit;
}
html {
  --mat-sidenav-container-background-color: #F3F3F3;
  --mat-sidenav-container-text-color: #67676A;
  --mat-sidenav-content-background-color: #F3F3F3;
  --mat-sidenav-content-text-color: #0A0A0A;
  --mat-sidenav-scrim-color: rgba(83, 83, 84, 0.4);
  --mat-sidenav-container-shape: 16px;
  --mat-sidenav-container-elevation-shadow: none;
  --mat-sidenav-container-width: 360px;
  --mat-sidenav-container-divider-color: transparent;
}
html {
  --mat-stepper-header-icon-foreground-color: #F3F3F3;
  --mat-stepper-header-selected-state-icon-background-color: #007EB6;
  --mat-stepper-header-selected-state-icon-foreground-color: #FFFFFF;
  --mat-stepper-header-edit-state-icon-background-color: #007EB6;
  --mat-stepper-header-edit-state-icon-foreground-color: #FFFFFF;
  --mat-stepper-container-color: #F3F3F3;
  --mat-stepper-line-color: #A6A6A8;
  --mat-stepper-header-hover-state-layer-color: rgba(20, 20, 20, 0.08);
  --mat-stepper-header-focus-state-layer-color: rgba(20, 20, 20, 0.12);
  --mat-stepper-header-label-text-color: #67676A;
  --mat-stepper-header-optional-label-text-color: #67676A;
  --mat-stepper-header-selected-state-label-text-color: #67676A;
  --mat-stepper-header-error-state-label-text-color: #A60001;
  --mat-stepper-header-icon-background-color: #67676A;
  --mat-stepper-header-error-state-icon-foreground-color: #A60001;
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 0.875rem;
  --mat-stepper-header-label-text-weight: 500;
  --mat-stepper-header-error-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-weight: 500;
  --mat-stepper-header-height: 72px;
  --mat-stepper-header-focus-state-layer-shape: 12px;
  --mat-stepper-header-hover-state-layer-shape: 12px;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html {
  --mat-sort-arrow-color: #0A0A0A;
}
html {
  --mat-toolbar-container-background-color: #F3F3F3;
  --mat-toolbar-container-text-color: #0A0A0A;
  --mat-toolbar-title-text-font: Open Sans;
  --mat-toolbar-title-text-line-height: 1.75rem;
  --mat-toolbar-title-text-size: 1.375rem;
  --mat-toolbar-title-text-tracking: 0;
  --mat-toolbar-title-text-weight: 400;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-tree-container-background-color: #F3F3F3;
  --mat-tree-node-text-color: #0A0A0A;
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 1rem;
  --mat-tree-node-text-weight: 400;
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-timepicker-container-background-color: #D2D1D1;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-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);
}
html {
  --mdc-chip-outline-color: #A6A6A8;
  --mdc-chip-disabled-outline-color: rgba(10, 10, 10, 0.12);
  --mdc-chip-focus-outline-color: #67676A;
  --mdc-chip-hover-state-layer-opacity: 0.08;
  --mdc-chip-selected-hover-state-layer-opacity: 0.08;
  --mdc-chip-disabled-label-text-color: rgba(10, 10, 10, 0.38);
  --mdc-chip-elevated-selected-container-color: #CBD8DF;
  --mdc-chip-flat-disabled-selected-container-color: rgba(10, 10, 10, 0.12);
  --mdc-chip-focus-state-layer-color: #67676A;
  --mdc-chip-hover-state-layer-color: #67676A;
  --mdc-chip-selected-hover-state-layer-color: #003146;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: #003146;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #67676A;
  --mdc-chip-selected-label-text-color: #003146;
  --mdc-chip-with-icon-icon-color: #67676A;
  --mdc-chip-with-icon-disabled-icon-color: #0A0A0A;
  --mdc-chip-with-icon-selected-icon-color: #003146;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #0A0A0A;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #67676A;
}
html {
  --mat-chip-trailing-action-state-layer-color: #67676A;
  --mat-chip-selected-trailing-action-state-layer-color: #003146;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-disabled-trailing-icon-color: #0A0A0A;
  --mat-chip-selected-trailing-icon-color: #003146;
}
html {
  --mat-badge-background-color: #A60001;
  --mat-badge-text-color: #FFFFFF;
  --mat-badge-disabled-state-background-color: rgba(166, 0, 1, 0.38);
  --mat-badge-disabled-state-text-color: #FFFFFF;
}
html {
  box-sizing: border-box;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}
.mat-mdc-tab.mdc-tab {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: normal;
}
:root {
  --mat-stepper-header-done-state-icon-background-color: #007EB6;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mdc-linear-progress-track-height: 0.5rem;
  --mdc-linear-progress-active-indicator-height: 0.5rem;
  --mat-paginator-container-background-color: white;
  --mat-select-panel-background-color: white;
  --mat-table-background-color: #E3EAEF;
  --mdc-outlined-card-container-color: white;
  --mat-sidenav-content-background-color: white;
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-shape: 0px;
  --mat-sidenav-container-elevation-shadow: 1px 1px 10px 1px #000000, 1px 1px 2px 1px #C7C7C9;
  --mat-tab-header-divider-color: #A6A6A8;
  --mat-menu-item-label-text-color: #232222;
}
.flex {
  display: flex;
}
.align-center {
  align-items: "center";
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
div,
a,
li,
td,
th,
label,
button {
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: 0rem !important;
}
body {
  font-size: 0.875rem;
}
.display-large {
  font-size: 3rem;
  font-weight: 400;
}
.display-medium {
  font-size: 2.5rem;
  font-weight: 400;
}
.display-small {
  font-size: 2.25rem;
  font-weight: 400;
}
.headline-large {
  font-size: 2rem;
  font-weight: 400;
}
.headline-medium {
  font-size: 1.75rem;
  font-weight: 400;
}
.headline-small {
  font-size: 1.5rem;
  font-weight: 400;
}
.title-large {
  font-size: 1.375rem;
  font-weight: 400;
}
.title-medium {
  font-size: 1.125rem;
  font-weight: 400;
}
.title-small {
  font-size: 0.875rem;
  font-weight: 400;
}
.label-medium {
  font-size: 0.75rem;
  font-weight: 400;
}
.label-small {
  font-size: 0.6875rem;
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.semi-bold {
  font-size: 600;
}
.avatar {
  height: 2rem;
  width: 2rem;
  background: #007EB6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.avatar .content-icon {
  background: #FFFFFF;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
}
.avatar .content-icon .mat-icon {
  display: flex;
  font-size: 1.5rem;
  align-items: center;
  color: #007EB6;
  justify-content: center;
  height: inherit;
  width: inherit;
}
.avatar img {
  background-size: cover;
  border-radius: 50%;
  height: inherit;
  width: inherit;
}
.avatar mat-label {
  background: #007EB6;
  height: inherit;
  width: inherit;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 1rem;
}
.big {
  height: 2.5rem;
  width: 2.5rem;
}
.big .content-icon .mat-icon {
  font-size: 2rem;
}
.cdk-overlay-pane .input-s {
  padding: 0.25rem 0rem;
}
.cdk-overlay-pane .input-s mat-option {
  min-height: 2.5rem;
  font-size: 0.875rem;
}
div.mat-mdc-autocomplete-panel.mat-mdc-autocomplete-visible {
  background-color: #FFFFFF;
}
mat-option.mat-mdc-option {
  min-height: 2.25rem;
  padding: 0.75rem 1rem;
}
.multiautocomplete-wrapper {
  position: relative;
}
.multiautocomplete-wrapper .autocomplete-toggle {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: flex;
  gap: 0.25rem;
}
.multiautocomplete-wrapper .icons {
  top: 0rem;
}
.multiautocomplete-wrapper mat-chip-list {
  width: calc(100% - 5rem);
  display: block;
}
mat-form-field .prefix mat-spinner div {
  margin-right: 0rem;
}
mat-form-field .prefix {
  align-items: center;
}
mat-option.loading-option {
  display: flex;
}
mat-option.loading-option span {
  display: flex;
  align-items: center;
}
mat-option.loading-option span mat-spinner {
  margin-right: 0.5rem;
}
.mat-badge-small .mat-badge-content,
.mat-badge-medium .mat-badge-content {
  background-color: #007EB6;
}
.badge-secondary .mat-badge-content {
  background-color: #004E70;
}
.badge-success .mat-badge-content {
  background-color: #00854D;
}
.badge-warning .mat-badge-content {
  background-color: #E38A05;
}
.badge-error .mat-badge-content {
  background-color: #D83A52;
}
.badge-rose .mat-badge-content {
  background-color: #C5779C;
}
.badge-aqua .mat-badge-content {
  background-color: #008483;
}
.mat-badge:not([matbadge="1"]) span.mat-badge-content {
  font-size: 0.6875rem !important;
  width: 1rem !important;
  height: 1rem !important;
  line-height: 1rem;
}
ui-banner .mdc-banner__surface.success {
  background-color: #DAF2DF;
  border-left: 3px solid #00854D;
}
ui-banner .mdc-banner__surface.success .mat-mdc-banner-label {
  color: #14361C;
}
ui-banner .mdc-banner__surface.success .mdc-button__label {
  color: #14361C;
}
ui-banner .mdc-banner__surface.success .close {
  color: #14361C;
}
ui-banner .mdc-button__label {
  font-weight: 600;
}
ui-banner .mdc-banner__surface.warning {
  background-color: #FEF2E1;
  border-left: 3px solid #E38A05;
}
ui-banner .mdc-banner__surface.warning .mat-mdc-banner-label {
  color: #4C2E02;
}
ui-banner .mdc-banner__surface.warning .mdc-button__label {
  color: #4C2E02;
}
ui-banner .mdc-banner__surface.warning .close {
  color: #4C2E02;
}
ui-banner .mdc-button__label {
  font-weight: 600;
}
ui-banner .mdc-banner__surface.error {
  background-color: #FDE7EA;
  border-left: 3px solid #D83A52;
}
ui-banner .mdc-banner__surface.error .mat-mdc-banner-label {
  color: #790001;
}
ui-banner .mdc-banner__surface.error .mdc-button__label {
  color: #790001;
}
ui-banner .mdc-banner__surface.error .close {
  color: #790001;
}
ui-banner .mdc-button__label {
  font-weight: 600;
}
.breadcrumb {
  display: flex;
  align-items: center;
}
.breadcrumb li {
  display: inline-block;
  color: #535354;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.breadcrumb li:not(.separator) mat-icon {
  margin-right: 0.25rem;
}
.breadcrumb li a {
  display: flex;
  align-items: center;
  color: #232222;
  text-decoration: none;
  font-weight: 600;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li.separator {
  display: flex;
  justify-content: center;
  width: 1.5rem;
}
.breadcrumb li.separator .slash {
  font-size: 1.125rem;
}
.breadcrumb li .more {
  height: 1.5rem;
  background: #F9F9FA;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.breadcrumb li .more mat-icon {
  margin-right: 0rem;
  cursor: pointer;
}
button.secondary {
  --mdc-text-button-label-text-color: #004E70;
  --mdc-text-button-disabled-label-text-color: rgba(10, 10, 10, 0.38);
}
button.secondary {
  --mdc-protected-button-container-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-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 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-protected-button-hover-container-elevation-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-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-protected-button-container-color: #F3F3F3;
  --mdc-protected-button-label-text-color: #004E70;
  --mdc-protected-button-disabled-container-color: rgba(10, 10, 10, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(10, 10, 10, 0.38);
}
button.secondary {
  --mdc-filled-button-container-color: #004E70;
  --mdc-filled-button-label-text-color: #FFFFFF;
  --mdc-filled-button-disabled-container-color: rgba(10, 10, 10, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(10, 10, 10, 0.38);
}
button.secondary {
  --mdc-outlined-button-disabled-outline-color: rgba(10, 10, 10, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(10, 10, 10, 0.38);
  --mdc-outlined-button-label-text-color: #004E70;
  --mdc-outlined-button-outline-color: #A6A6A8;
}
button.secondary {
  --mat-text-button-state-layer-color: #004E70;
  --mat-text-button-disabled-state-layer-color: #67676A;
  --mat-text-button-ripple-color: rgba(0, 78, 112, 0.12);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
}
button.secondary {
  --mat-protected-button-state-layer-color: #004E70;
  --mat-protected-button-disabled-state-layer-color: #67676A;
  --mat-protected-button-ripple-color: rgba(0, 78, 112, 0.12);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
}
button.secondary {
  --mat-filled-button-state-layer-color: #FFFFFF;
  --mat-filled-button-disabled-state-layer-color: #67676A;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.12);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
}
button.secondary {
  --mat-outlined-button-state-layer-color: #004E70;
  --mat-outlined-button-disabled-state-layer-color: #67676A;
  --mat-outlined-button-ripple-color: rgba(0, 78, 112, 0.12);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
button.warning {
  --mdc-text-button-label-text-color: #E38A05;
  --mdc-text-button-disabled-label-text-color: rgba(10, 10, 10, 0.38);
}
button.warning {
  --mdc-protected-button-container-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-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 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-protected-button-hover-container-elevation-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-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-protected-button-container-color: #F3F3F3;
  --mdc-protected-button-label-text-color: #E38A05;
  --mdc-protected-button-disabled-container-color: rgba(10, 10, 10, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(10, 10, 10, 0.38);
}
button.warning {
  --mdc-filled-button-container-color: #E38A05;
  --mdc-filled-button-label-text-color: #FFFFFF;
  --mdc-filled-button-disabled-container-color: rgba(10, 10, 10, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(10, 10, 10, 0.38);
}
button.warning {
  --mdc-outlined-button-disabled-outline-color: rgba(10, 10, 10, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(10, 10, 10, 0.38);
  --mdc-outlined-button-label-text-color: #E38A05;
  --mdc-outlined-button-outline-color: #A6A6A8;
}
button.warning {
  --mat-text-button-state-layer-color: #E38A05;
  --mat-text-button-disabled-state-layer-color: #67676A;
  --mat-text-button-ripple-color: rgba(227, 138, 5, 0.12);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
}
button.warning {
  --mat-protected-button-state-layer-color: #E38A05;
  --mat-protected-button-disabled-state-layer-color: #67676A;
  --mat-protected-button-ripple-color: rgba(227, 138, 5, 0.12);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
}
button.warning {
  --mat-filled-button-state-layer-color: #FFFFFF;
  --mat-filled-button-disabled-state-layer-color: #67676A;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.12);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
}
button.warning {
  --mat-outlined-button-state-layer-color: #E38A05;
  --mat-outlined-button-disabled-state-layer-color: #67676A;
  --mat-outlined-button-ripple-color: rgba(227, 138, 5, 0.12);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
button.error {
  --mdc-text-button-label-text-color: #D83A52;
  --mdc-text-button-disabled-label-text-color: rgba(10, 10, 10, 0.38);
}
button.error {
  --mdc-protected-button-container-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-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 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-protected-button-hover-container-elevation-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-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-protected-button-container-color: #F3F3F3;
  --mdc-protected-button-label-text-color: #D83A52;
  --mdc-protected-button-disabled-container-color: rgba(10, 10, 10, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(10, 10, 10, 0.38);
}
button.error {
  --mdc-filled-button-container-color: #D83A52;
  --mdc-filled-button-label-text-color: #FFFFFF;
  --mdc-filled-button-disabled-container-color: rgba(10, 10, 10, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(10, 10, 10, 0.38);
}
button.error {
  --mdc-outlined-button-disabled-outline-color: rgba(10, 10, 10, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(10, 10, 10, 0.38);
  --mdc-outlined-button-label-text-color: #D83A52;
  --mdc-outlined-button-outline-color: #A6A6A8;
}
button.error {
  --mat-text-button-state-layer-color: #D83A52;
  --mat-text-button-disabled-state-layer-color: #67676A;
  --mat-text-button-ripple-color: rgba(216, 58, 82, 0.12);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
}
button.error {
  --mat-protected-button-state-layer-color: #D83A52;
  --mat-protected-button-disabled-state-layer-color: #67676A;
  --mat-protected-button-ripple-color: rgba(216, 58, 82, 0.12);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
}
button.error {
  --mat-filled-button-state-layer-color: #FFFFFF;
  --mat-filled-button-disabled-state-layer-color: #67676A;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.12);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
}
button.error {
  --mat-outlined-button-state-layer-color: #D83A52;
  --mat-outlined-button-disabled-state-layer-color: #67676A;
  --mat-outlined-button-ripple-color: rgba(216, 58, 82, 0.12);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
button.success {
  --mdc-text-button-label-text-color: #00854D;
  --mdc-text-button-disabled-label-text-color: rgba(10, 10, 10, 0.38);
}
button.success {
  --mdc-protected-button-container-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-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 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-protected-button-hover-container-elevation-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-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-protected-button-container-color: #F3F3F3;
  --mdc-protected-button-label-text-color: #00854D;
  --mdc-protected-button-disabled-container-color: rgba(10, 10, 10, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(10, 10, 10, 0.38);
}
button.success {
  --mdc-filled-button-container-color: #00854D;
  --mdc-filled-button-label-text-color: #FFFFFF;
  --mdc-filled-button-disabled-container-color: rgba(10, 10, 10, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(10, 10, 10, 0.38);
}
button.success {
  --mdc-outlined-button-disabled-outline-color: rgba(10, 10, 10, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(10, 10, 10, 0.38);
  --mdc-outlined-button-label-text-color: #00854D;
  --mdc-outlined-button-outline-color: #A6A6A8;
}
button.success {
  --mat-text-button-state-layer-color: #00854D;
  --mat-text-button-disabled-state-layer-color: #67676A;
  --mat-text-button-ripple-color: rgba(0, 133, 77, 0.12);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
}
button.success {
  --mat-protected-button-state-layer-color: #00854D;
  --mat-protected-button-disabled-state-layer-color: #67676A;
  --mat-protected-button-ripple-color: rgba(0, 133, 77, 0.12);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
}
button.success {
  --mat-filled-button-state-layer-color: #FFFFFF;
  --mat-filled-button-disabled-state-layer-color: #67676A;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.12);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
}
button.success {
  --mat-outlined-button-state-layer-color: #00854D;
  --mat-outlined-button-disabled-state-layer-color: #67676A;
  --mat-outlined-button-ripple-color: rgba(0, 133, 77, 0.12);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
button.button-s {
  height: 2rem;
}
button.button-s .mdc-button__label {
  font-size: 0.75rem;
}
button.button-s mat-icon.icon {
  font-size: 0.75rem !important;
  align-content: center;
}
button.icon-button-s {
  height: 2rem;
  width: 2rem;
}
button.icon-button-s mat-icon {
  font-size: 1rem !important;
  height: 1rem;
  width: 1rem;
  display: flex;
  top: 0rem !important;
}
button.mdc-button {
  font-size: 1rem;
}
button .mdc-button__label {
  font-weight: 700;
}
button mat-icon.icon {
  font-size: 1rem !important;
  align-content: center;
}
button.outline mat-icon.icon {
  top: -0.125rem;
  left: -0.063rem;
}
button.outline {
  border: 1px solid;
}
button.outline mat-icon {
  left: -0.063rem;
  top: -0.125;
}
button.spinner-button .mdc-button__label {
  display: flex;
  align-items: center;
}
button.spinner-button .mdc-button__label mat-spinner {
  width: 1rem !important;
  height: 1rem !important;
  margin-left: 0.375rem;
}
button.spinner-button .mdc-button__label mat-spinner circle {
  stroke: var(--mdc-filled-button-disabled-label-text-color);
}
button.spinner-button.button-s mat-spinner {
  width: 0.75rem !important;
  height: 0.75rem !important;
  margin-left: 0.375rem;
}
button.spinner-button.button-s mat-spinner circle {
  stroke: var(--mdc-filled-button-disabled-label-text-color);
}
button.right-button .mdc-button__label {
  display: flex;
  align-items: center;
}
button.right-button .mdc-button__label mat-icon.icon {
  display: flex;
  align-items: center;
  margin-left: var(--mat-filled-button-icon-spacing, 0.5rem);
  margin-right: -1rem;
}
button.mat-mdc-fab {
  border-radius: 1.75rem;
  background-color: #FFFFFF;
}
button.mat-mdc-fab mat-icon {
  color: #007EB6;
}
button.mat-mdc-fab {
  border-radius: 1.75rem;
  background-color: #FFFFFF;
}
button.mat-mdc-fab mat-icon {
  color: #007EB6;
}
button.mat-mdc-fab.primary {
  border-radius: 1.75rem;
  background-color: #007EB6;
}
button.mat-mdc-fab.primary mat-icon {
  color: #FFFFFF;
}
mat-card mat-card-content {
  padding: 1rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
mat-card .title {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}
mat-card .content {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
mat-card .header-margin-icon {
  margin-right: 0.5rem;
}
mat-card .footer-padding-right {
  padding-right: 1.25rem;
}
mat-card .footer-margin-icon {
  margin-right: 0.25rem;
}
mat-card-footer {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 3rem;
  display: flex;
  align-items: center;
  font-size: 0.6875rem;
  font-weight: 600;
}
mat-card-footer.blue {
  color: #003146;
  background: #E3EAEF;
  border-top: solid 2px #004E70;
}
mat-card-footer.rose {
  color: #8B546E;
  background: #FBEEF3;
  border-top: solid 2px #C5779C;
}
mat-card-footer.violet {
  color: #58466A;
  background: #EFECF2;
  border-top: solid 2px #7D6395;
}
mat-card-footer.cyan {
  color: #005D86;
  background: #D9F4FF;
  border-top: solid 2px #007EB6;
}
mat-card-footer.green {
  color: #14361C;
  background: #DAF2DF;
  border-top: solid 2px #00854D;
}
mat-card-footer.orange {
  color: #4C2E02;
  background: #FEF2E1;
  border-top: solid 2px #E38A05;
}
mat-checkbox:not(.mat-mdc-checkbox-checked) .mdc-checkbox__background {
  border-color: #535354 !important;
}
mat-checkbox .mdc-label {
  color: #232222;
}
mat-chip.mdc-evolution-chip--disabled.mat-mdc-chip-disabled.mat-mdc-standard-chip {
  background-color: rgba(10, 10, 10, 0.12);
}
mat-chip.mdc-evolution-chip.mat-mdc-standard-chip {
  background-color: #F3F3F3;
}
mat-chip.mat-mdc-standard-chip.primary {
  background-color: #D9F4FF;
}
mat-chip.mat-mdc-standard-chip.secondary {
  background-color: #E3EAEF;
}
mat-chip.mat-mdc-standard-chip.success {
  background-color: #DAF2DF;
}
mat-chip.mat-mdc-standard-chip.warning {
  background-color: #FEF2E1;
}
mat-chip.mat-mdc-standard-chip.error {
  background-color: #FDE7EA;
}
mat-chip.mat-mdc-standard-chip.violet {
  background-color: #EFECF2;
}
mat-chip.mat-mdc-standard-chip.rose {
  background-color: #FBEEF3;
}
mat-chip.mat-mdc-standard-chip.aqua {
  background-color: #E7F0F0;
}
mat-chip.mat-mdc-standard-chip.white {
  background-color: #FFFFFF;
}
mat-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).primary .mdc-evolution-chip__text-label {
  color: #005D86 !important;
}
mat-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).primary .mdc-evolution-chip__action--primary::before {
  border-color: #007EB6 !important;
}
mat-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).secondary .mdc-evolution-chip__text-label {
  color: #003146 !important;
}
mat-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).secondary .mdc-evolution-chip__action--primary::before {
  border-color: #004E70 !important;
}
mat-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).success .mdc-evolution-chip__text-label {
  color: #14361C !important;
}
mat-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).success .mdc-evolution-chip__action--primary::before {
  border-color: #00854D !important;
}
mat-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).warning .mdc-evolution-chip__text-label {
  color: #4C2E02 !important;
}
mat-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).warning .mdc-evolution-chip__action--primary::before {
  border-color: #E38A05 !important;
}
mat-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).error .mdc-evolution-chip__text-label {
  color: #790001 !important;
}
mat-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).error .mdc-evolution-chip__action--primary::before {
  border-color: #D83A52 !important;
}
mat-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).violet .mdc-evolution-chip__text-label {
  color: #58466A !important;
}
mat-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).violet .mdc-evolution-chip__action--primary::before {
  border-color: #7D6395 !important;
}
mat-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).rose .mdc-evolution-chip__text-label {
  color: #8B546E !important;
}
mat-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).rose .mdc-evolution-chip__action--primary::before {
  border-color: #C5779C !important;
}
mat-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).aqua .mdc-evolution-chip__text-label {
  color: #005E5C !important;
}
mat-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).aqua .mdc-evolution-chip__action--primary::before {
  border-color: #008483 !important;
}
mat-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).white .mdc-evolution-chip__text-label {
  color: #232222 !important;
}
mat-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).white .mdc-evolution-chip__action--primary::before {
  border-color: #A6A6A8 !important;
}
mat-chip.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label {
  color: #232222;
}
mat-chip.chip-s {
  height: 1.5rem;
}
mat-chip.chip-s .mat-mdc-chip-action-label {
  font-size: 0.75rem;
}
mat-chip.chip-s .mat-mdc-chip-action-label mat-icon {
  font-size: 0.75rem;
  height: 0.75rem;
  width: 0.75rem;
}
mat-chip-row.chip-s {
  height: 1.5rem;
}
mat-chip .mat-mdc-chip-action-label {
  display: flex;
  align-items: center;
}
mat-chip .mat-mdc-chip-action-label mat-icon {
  font-size: 1rem;
  height: 1rem;
  width: 1rem;
}
mat-datepicker-content {
  margin-top: 0.375rem;
}
mat-datepicker-content .mat-datepicker-content-container {
  background: #F9F9FA;
  border-radius: 0.5rem;
}
mat-datepicker-content .mat-calendar-body-in-range::before {
  background: #E3EAEF;
}
mat-datepicker-content .mat-calendar-body-label {
  opacity: 0;
}
mat-datepicker-content .mat-calendar-body-label[colspan="7"] {
  display: none;
}
.cdk-dialog-container .dialog-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #004E70;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.cdk-dialog-container .dialog-header {
  display: flex;
  color: white;
  font-size: 1.5rem;
  font-weight: 400;
  align-content: center;
}
.cdk-dialog-container .dialog-header::before {
  content: "\a1";
  font-weight: 900;
  transform: translateY(-50%);
  font-size: 0.875rem;
  background: white;
  border-radius: 1.75rem;
  margin-right: 0.75rem;
  padding: 0rem;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  color: #004E70;
  top: 1rem;
  position: relative;
}
.cdk-dialog-container .dialog-header button {
  float: right;
  display: flex;
}
.cdk-dialog-container .dialog-content {
  padding: 1rem;
  background: #FFFFFF;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.cdk-dialog-container .mat-mdc-dialog-surface {
  border-radius: 0px;
  height: auto;
  background-color: transparent;
}
mat-divider.mat-divider {
  border-top-color: #C7C7C9;
  border-right-color: #C7C7C9;
}
mat-divider.mat-divider.white {
  border-top-color: #F3F3F3;
  border-right-color: #F3F3F3;
}
mat-divider.mat-divider.dashed {
  border-top-style: dashed;
}
mat-drawer.mat-drawer {
  border: 1px solid #EAEAEA;
}
mat-drawer.mat-drawer .drawer-header {
  font-size: 1.125rem;
  font-weight: 600;
  padding: 1rem;
  padding-left: 1.25rem;
  padding-right: 0.75rem;
  background: #F9F9FA;
  color: #004E70;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #C7C7C9;
}
mat-drawer.mat-drawer .drawer-footer {
  text-align: right;
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #C7C7C9;
  padding: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background: white;
}
mat-drawer.mat-drawer .drawer-content {
  padding: 1.25rem;
  overflow: auto;
  height: calc(100% - 7.75rem);
}
mat-drawer-container.drawer-sidebar mat-drawer-content {
  overflow: hidden;
  padding-left: 0.5rem;
}
mat-drawer-container.drawer-sidebar mat-drawer {
  width: 5.75rem;
  transition: width 0.3s ease;
}
mat-drawer-container.drawer-sidebar mat-drawer .drawer-header {
  padding: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
mat-drawer-container.drawer-sidebar mat-drawer .drawer-menu {
  padding: 2.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
mat-drawer-container.drawer-sidebar mat-drawer .drawer-menu .subheader {
  font-size: 0.6875rem;
  font-weight: 600;
}
mat-drawer-container.drawer-sidebar mat-drawer .sidebar-closed {
  display: flex;
  justify-content: center;
}
mat-drawer-container.drawer-sidebar mat-drawer .slider-footer {
  border-top: 1px solid #EAEAEA;
}
mat-drawer-container.drawer-sidebar .opened {
  width: 16rem;
}
mat-drawer-container.drawer-sidebar .opened .sidebar-closed {
  display: block;
  justify-content: left;
}
.drawer-icon-open {
  padding: 0.313rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.5rem;
  border: 1px solid #EAEAEA;
  position: absolute;
  z-index: 2;
  background: #FFFFFF;
  left: 5.375rem;
  top: 4.875rem;
  cursor: pointer;
  transition: left 0.3s ease;
}
.drawer-icon-opened {
  left: 15.625rem;
}
.lib-row {
  display: flex;
  flex-wrap: wrap;
}
.lib-col {
  box-sizing: border-box;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 984px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1520px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.border {
  border: 1px solid;
}
.right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.lang-selector {
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #007EB6;
}
.material-icons {
  display: block;
}
.input .mat-mdc-form-field-bottom-align {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
mat-icon.primary {
  color: #007EB6 !important;
}
mat-icon.secondary {
  color: #004E70 !important;
}
mat-icon.success {
  color: #00854D !important;
}
mat-icon.warning {
  color: #E38A05 !important;
}
mat-icon.error {
  color: #D83A52 !important;
}
mat-icon.white {
  color: white !important;
}
mat-icon.surface-variant {
  color: #535354;
}
mat-icon.aqua {
  color: #005E5C !important;
}
mat-icon.violet {
  color: #58466A !important;
}
mat-icon.rose {
  color: #8B546E !important;
}
mat-icon.blue {
  color: #003146 !important;
}
mat-icon.orange {
  color: #4C2E02 !important;
}
mat-icon.red {
  color: #790001 !important;
}
mat-icon.green {
  color: #14361C !important;
}
mat-icon.cyan {
  color: #005D86 !important;
}
mat-icon.disabled {
  color: rgba(10, 10, 10, 0.38) !important;
}
mat-icon.on-surface {
  color: #232222 !important;
}
mat-icon.on-surface-variant {
  color: #535354 !important;
}
mat-icon.icon-xs {
  height: 0.75rem;
  width: 0.75rem;
  font-size: 0.75rem;
}
mat-icon.icon-s {
  height: 1rem;
  width: 1rem;
  font-size: 1rem;
}
mat-icon.icon-m {
  height: 1.5rem;
  width: 1.5rem;
  font-size: 1.5rem;
}
mat-icon.icon-l {
  height: 2rem;
  width: 2rem;
  font-size: 2rem;
}
mat-icon.icon-xl {
  height: 2rem;
  width: 2rem;
  font-size: 2rem;
}
mat-icon.outline {
  font-family: "Material Icons Outlined";
}
.icon-background {
  background-color: #004E70;
  padding: 1.25rem;
  width: fit-content;
}
.material-symbols {
  font-family: "Material Symbols" !important;
}
mat-icon.icon-container {
  height: 4rem;
  width: 4rem;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
}
mat-icon.icon-container.blue {
  color: #003146;
  background: #E3EAEF;
}
mat-icon.icon-container.cyan {
  color: #005D86;
  background: #D9F4FF;
}
mat-icon.icon-container.rose {
  color: #8B546E;
  background: #FBEEF3;
}
mat-icon.icon-container.violet {
  color: #58466A;
  background: #EFECF2;
}
mat-icon.icon-container.aqua {
  color: #005E5C;
  background: #E7F0F0;
}
mat-icon.icon-container.green {
  color: #14361C;
  background: #DAF2DF;
}
mat-icon.icon-container.orange {
  color: #4C2E02;
  background: #FEF2E1;
}
mat-icon.icon-container.blue-high {
  color: white;
  background: #004E70;
}
mat-icon.icon-container.cyan-high {
  color: white;
  background: #007EB6;
}
mat-icon.icon-container.rose-high {
  color: white;
  background: #C5779C;
}
mat-icon.icon-container.violet-high {
  color: white;
  background: #7D6395;
}
mat-icon.icon-container.aqua-high {
  color: white;
  background: #008483;
}
mat-icon.icon-container.green-high {
  color: white;
  background: #00854D;
}
mat-icon.icon-container.orange-high {
  color: white;
  background: #E38A05;
}
mat-icon.icon-container.icon-xs {
  height: 1.25rem;
  width: 1.25rem;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
}
mat-icon.icon-container.icon-s {
  height: 2rem;
  width: 2rem;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
}
mat-form-field.input-s {
  --mat-form-field-container-height: $size-34;
  --mdc-outlined-text-field-label-text-size: $title-small;
}
mat-form-field.input-s .input-label {
  margin-top: -2.25rem;
  margin-bottom: 0.75rem;
}
mat-form-field.input-s .mat-mdc-form-field-infix {
  font-size: 0.875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
mat-form-field.input-s mat-label {
  top: 1.25rem !important;
}
mat-form-field.mat-form-field-disabled .mat-mdc-text-field-wrapper {
  background-color: var(--mdc-outlined-button-disabled-outline-color);
}
.input-label {
  margin-top: -3rem;
  margin-left: -0.75rem;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  pointer-events: none;
}
mat-form-field.mat-focused .input-label {
  color: #007EB6;
}
mat-form-field.mat-form-field-disabled .input-label {
  color: #535354;
}
mat-form-field.mat-form-field-invalid .input-label {
  color: #D83A52;
}
mat-form-field .prefix {
  display: flex;
}
mat-form-field .prefix div {
  margin-right: 0.375rem;
  color: #535354;
}
.textarea .mat-mdc-form-field-hint-wrapper {
  padding: 0rem;
}
a.link-default {
  color: #007EB6;
  text-decoration: none;
}
a.link-default:hover {
  text-decoration: underline;
}
a.link-default:active {
  text-decoration: none;
  border: 2px solid;
  padding: 0.125rem;
  border-radius: 0.25rem;
  margin-left: -0.25rem;
}
a.link-subtle {
  color: #232222;
  text-decoration: none;
}
a.link-subtle:hover {
  text-decoration: underline;
}
a.link-subtle:active {
  text-decoration: none;
  border: 2px solid;
  padding: 0.125rem;
  border-radius: 0.25rem;
  margin-left: -0.25rem;
}
a.link-s {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  text-underline-offset: 0.125rem;
}
a.link-m {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-underline-offset: 0.25rem;
}
a.link-l {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-underline-offset: 0.313rem;
}
ui-logo {
  display: flex;
}
.background-logo {
  background: #004E70;
  color: #FFFFFF;
}
.mat-mdc-menu-content {
  background-color: #FFFFFF;
}
button.mat-mdc-menu-item {
  min-height: 2.25rem;
  padding: 0.75rem 1rem;
}
.menu-compact button.mat-mdc-menu-item {
  padding: 0.375rem 1rem;
}
.menu-checkbox mat-option.mat-mdc-option {
  padding: 0.5rem;
}
.menu-checkbox mat-option.mat-mdc-option .mdc-checkbox__background {
  top: 0rem;
  left: 0rem;
}
.menu-checkbox mat-option.mat-mdc-option .mdc-checkbox {
  padding: 0rem;
  margin: 0.25rem;
  margin-right: 0.75rem;
}
.menu-checkbox button.mat-mdc-menu-item {
  padding: 0.5rem;
}
.menu-checkbox button.mat-mdc-menu-item .mdc-checkbox__background {
  top: 0rem;
  left: 0rem;
}
.menu-checkbox button.mat-mdc-menu-item .mdc-checkbox {
  padding: 0rem;
  margin: 0.25rem;
  margin-right: 0.75rem;
}
.menu-divider button.mat-mdc-menu-item:not(:last-child) {
  border-bottom: 1px solid #C7C7C9;
}
.menu-space-icon span {
  padding-left: 2rem;
}
.menu-icon {
  display: flex;
  align-items: center;
}
.menu-icon-right {
  display: flex;
  float: right;
}
.widht-220 {
  width: 220px;
}
mat-progress-bar {
  border-radius: 0.5rem;
}
mat-progress-bar .mdc-linear-progress__bar-inner {
  border-radius: 0.5rem;
}
mat-progress-bar.success .mdc-linear-progress__bar-inner {
  border-color: #00854D;
}
mat-spinner {
  height: 1rem !important;
  width: 1rem !important;
}
mat-spinner.spinner-xs {
  height: 0.75rem !important;
  width: 0.75rem !important;
}
mat-spinner.spinner-m {
  height: 1.5rem !important;
  width: 1.5rem !important;
}
mat-spinner.spinner-l {
  height: 2rem !important;
  width: 2rem !important;
}
mat-spinner.spinner-xl {
  height: 4rem !important;
  width: 4rem !important;
}
mat-radio-button:not(.mat-mdc-radio-checked) .mdc-radio__outer-circle {
  border-color: #535354 !important;
}
mat-radio-button .mdc-label {
  color: #232222;
}
mat-snack-bar-container.success .mdc-snackbar__surface {
  background-color: #DAF2DF;
}
mat-snack-bar-container.success simple-snack-bar .mat-mdc-snack-bar-label,
mat-snack-bar-container.success snack-bar .mat-mdc-snack-bar-label {
  color: #14361C;
  display: flex;
  align-items: center;
}
mat-snack-bar-container.success simple-snack-bar .mat-mdc-snack-bar-label mat-icon,
mat-snack-bar-container.success snack-bar .mat-mdc-snack-bar-label mat-icon {
  margin-right: 0.5rem;
}
mat-snack-bar-container.success simple-snack-bar .mdc-button__label,
mat-snack-bar-container.success snack-bar .mdc-button__label {
  color: #14361C;
}
mat-snack-bar-container.success simple-snack-bar .mdc-button__label,
mat-snack-bar-container.success snack-bar .mdc-button__label {
  font-weight: 700;
}
mat-snack-bar-container.success simple-snack-bar button:hover,
mat-snack-bar-container.success snack-bar button:hover {
  color: #00854D !important;
}
mat-snack-bar-container.success simple-snack-bar button:focus,
mat-snack-bar-container.success snack-bar button:focus {
  color: #00854D !important;
}
mat-snack-bar-container.success simple-snack-bar button:active,
mat-snack-bar-container.success snack-bar button:active {
  color: #00854D !important;
}
mat-snack-bar-container.success-high .mdc-snackbar__surface {
  background-color: #00854D;
}
mat-snack-bar-container.success-high simple-snack-bar .mat-mdc-snack-bar-label,
mat-snack-bar-container.success-high snack-bar .mat-mdc-snack-bar-label {
  color: #DAF2DF;
  display: flex;
  align-items: center;
}
mat-snack-bar-container.success-high simple-snack-bar .mat-mdc-snack-bar-label mat-icon,
mat-snack-bar-container.success-high snack-bar .mat-mdc-snack-bar-label mat-icon {
  margin-right: 0.5rem;
}
mat-snack-bar-container.success-high simple-snack-bar .mdc-button__label,
mat-snack-bar-container.success-high snack-bar .mdc-button__label {
  color: #DAF2DF;
}
mat-snack-bar-container.success-high simple-snack-bar .mdc-button__label,
mat-snack-bar-container.success-high snack-bar .mdc-button__label {
  font-weight: 700;
}
mat-snack-bar-container.success-high simple-snack-bar button:hover,
mat-snack-bar-container.success-high snack-bar button:hover {
  color: #DAF2DF !important;
}
mat-snack-bar-container.success-high simple-snack-bar button:focus,
mat-snack-bar-container.success-high snack-bar button:focus {
  color: #DAF2DF !important;
}
mat-snack-bar-container.success-high simple-snack-bar button:active,
mat-snack-bar-container.success-high snack-bar button:active {
  color: #DAF2DF !important;
}
mat-snack-bar-container.warning .mdc-snackbar__surface {
  background-color: #FEF2E1;
}
mat-snack-bar-container.warning simple-snack-bar .mat-mdc-snack-bar-label,
mat-snack-bar-container.warning snack-bar .mat-mdc-snack-bar-label {
  color: #4C2E02;
  display: flex;
  align-items: center;
}
mat-snack-bar-container.warning simple-snack-bar .mat-mdc-snack-bar-label mat-icon,
mat-snack-bar-container.warning snack-bar .mat-mdc-snack-bar-label mat-icon {
  margin-right: 0.5rem;
}
mat-snack-bar-container.warning simple-snack-bar .mdc-button__label,
mat-snack-bar-container.warning snack-bar .mdc-button__label {
  color: #4C2E02;
}
mat-snack-bar-container.warning simple-snack-bar .mdc-button__label,
mat-snack-bar-container.warning snack-bar .mdc-button__label {
  font-weight: 700;
}
mat-snack-bar-container.warning simple-snack-bar button:hover,
mat-snack-bar-container.warning snack-bar button:hover {
  color: #E38A05 !important;
}
mat-snack-bar-container.warning simple-snack-bar button:focus,
mat-snack-bar-container.warning snack-bar button:focus {
  color: #E38A05 !important;
}
mat-snack-bar-container.warning simple-snack-bar button:active,
mat-snack-bar-container.warning snack-bar button:active {
  color: #E38A05 !important;
}
mat-snack-bar-container.warning-high .mdc-snackbar__surface {
  background-color: #FDD395;
}
mat-snack-bar-container.warning-high simple-snack-bar .mat-mdc-snack-bar-label,
mat-snack-bar-container.warning-high snack-bar .mat-mdc-snack-bar-label {
  color: #4C2E02;
  display: flex;
  align-items: center;
}
mat-snack-bar-container.warning-high simple-snack-bar .mat-mdc-snack-bar-label mat-icon,
mat-snack-bar-container.warning-high snack-bar .mat-mdc-snack-bar-label mat-icon {
  margin-right: 0.5rem;
}
mat-snack-bar-container.warning-high simple-snack-bar .mdc-button__label,
mat-snack-bar-container.warning-high snack-bar .mdc-button__label {
  color: #4C2E02;
}
mat-snack-bar-container.warning-high simple-snack-bar .mdc-button__label,
mat-snack-bar-container.warning-high snack-bar .mdc-button__label {
  font-weight: 700;
}
mat-snack-bar-container.warning-high simple-snack-bar button:hover,
mat-snack-bar-container.warning-high snack-bar button:hover {
  color: #E38A05 !important;
}
mat-snack-bar-container.warning-high simple-snack-bar button:focus,
mat-snack-bar-container.warning-high snack-bar button:focus {
  color: #E38A05 !important;
}
mat-snack-bar-container.warning-high simple-snack-bar button:active,
mat-snack-bar-container.warning-high snack-bar button:active {
  color: #E38A05 !important;
}
mat-snack-bar-container.error .mdc-snackbar__surface {
  background-color: #FDE7EA;
}
mat-snack-bar-container.error simple-snack-bar .mat-mdc-snack-bar-label,
mat-snack-bar-container.error snack-bar .mat-mdc-snack-bar-label {
  color: #790001;
  display: flex;
  align-items: center;
}
mat-snack-bar-container.error simple-snack-bar .mat-mdc-snack-bar-label mat-icon,
mat-snack-bar-container.error snack-bar .mat-mdc-snack-bar-label mat-icon {
  margin-right: 0.5rem;
}
mat-snack-bar-container.error simple-snack-bar .mdc-button__label,
mat-snack-bar-container.error snack-bar .mdc-button__label {
  color: #790001;
}
mat-snack-bar-container.error simple-snack-bar .mdc-button__label,
mat-snack-bar-container.error snack-bar .mdc-button__label {
  font-weight: 700;
}
mat-snack-bar-container.error simple-snack-bar button:hover,
mat-snack-bar-container.error snack-bar button:hover {
  color: #D83A52 !important;
}
mat-snack-bar-container.error simple-snack-bar button:focus,
mat-snack-bar-container.error snack-bar button:focus {
  color: #D83A52 !important;
}
mat-snack-bar-container.error simple-snack-bar button:active,
mat-snack-bar-container.error snack-bar button:active {
  color: #D83A52 !important;
}
mat-snack-bar-container.error-high .mdc-snackbar__surface {
  background-color: #D83A52;
}
mat-snack-bar-container.error-high simple-snack-bar .mat-mdc-snack-bar-label,
mat-snack-bar-container.error-high snack-bar .mat-mdc-snack-bar-label {
  color: #FDE7EA;
  display: flex;
  align-items: center;
}
mat-snack-bar-container.error-high simple-snack-bar .mat-mdc-snack-bar-label mat-icon,
mat-snack-bar-container.error-high snack-bar .mat-mdc-snack-bar-label mat-icon {
  margin-right: 0.5rem;
}
mat-snack-bar-container.error-high simple-snack-bar .mdc-button__label,
mat-snack-bar-container.error-high snack-bar .mdc-button__label {
  color: #FDE7EA;
}
mat-snack-bar-container.error-high simple-snack-bar .mdc-button__label,
mat-snack-bar-container.error-high snack-bar .mdc-button__label {
  font-weight: 700;
}
mat-snack-bar-container.error-high simple-snack-bar button:hover,
mat-snack-bar-container.error-high snack-bar button:hover {
  color: #FDE7EA !important;
}
mat-snack-bar-container.error-high simple-snack-bar button:focus,
mat-snack-bar-container.error-high snack-bar button:focus {
  color: #FDE7EA !important;
}
mat-snack-bar-container.error-high simple-snack-bar button:active,
mat-snack-bar-container.error-high snack-bar button:active {
  color: #FDE7EA !important;
}
simple-snack-bar,
snack-bar {
  display: flex;
}
simple-snack-bar .mat-mdc-snack-bar-label,
snack-bar .mat-mdc-snack-bar-label {
  color: #F3F3F3;
  display: flex;
  align-items: center;
}
simple-snack-bar .mat-mdc-snack-bar-label mat-icon,
snack-bar .mat-mdc-snack-bar-label mat-icon {
  margin-right: 0.5rem;
}
.mat-step-text-label {
  font-weight: 700;
}
mat-slide-toggle.icon-off .mdc-switch__icons {
  display: none;
}
mat-slide-toggle.icon-off .my-path {
  fill: red;
  stroke: black;
  stroke-width: 2;
}
mat-slide-toggle.icon-s .mdc-switch__track {
  width: 2.25rem;
  height: 1.375rem;
}
mat-slide-toggle.icon-s .mdc-switch__handle {
  height: 1rem !important;
  width: 1rem !important;
}
mat-slide-toggle.icon-s .mdc-switch--checked .mdc-switch__handle {
  margin: 0 1rem !important;
}
mat-tab-header .mdc-tab__text-label {
  color: #535354 !important;
  font-weight: 700;
}
mat-tab-header .mdc-tab--active .mdc-tab__text-label {
  color: #007EB6 !important;
}
mat-tab-header .mat-mdc-tab.mat-mdc-tab-disabled {
  opacity: 0.38 !important;
}
mat-tab-header .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__text-label {
  color: #0A0A0A !important;
}
table.mat-mdc-table {
  border: 1px solid #C7C7C9;
  border-radius: 0.5rem;
  overflow: hidden;
}
table.mat-mdc-table thead {
  background-color: #004E70;
}
table.mat-mdc-table thead tr {
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
table.mat-mdc-table thead tr .mat-sort-header-arrow {
  color: #FFFFFF;
}
table.mat-mdc-table tbody > tr:nth-child(odd) {
  background-color: #FFFFFF;
}
table.mat-mdc-table tbody tr td {
  border-bottom-color: #C7C7C9;
}
table.mat-mdc-table tbody tr:nth-child(even) {
  background-color: #F9F9FA;
}
table.mat-mdc-table tbody tr:nth-child(odd of tr.expandable) {
  background-color: #FFFFFF;
}
table.mat-mdc-table tbody tr:nth-child(even of tr.expandable) {
  background-color: #F9F9FA;
}
table.mat-mdc-table tbody tr:nth-child(odd of tr.expanded-row) {
  background-color: #FFFFFF;
}
table.mat-mdc-table tbody tr:nth-child(even of tr.expanded-row) {
  background-color: #F9F9FA;
}
table.mat-mdc-table tbody .expanded-row {
  height: 0;
}
table.mat-mdc-table tbody .expandable td {
  border-bottom: 0px;
}
table.mat-mdc-table tfoot tr {
  font-weight: 700;
}
table.mat-mdc-table tfoot tr td {
  border-top: 1px solid #C7C7C9;
}
ui-table.white-body tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}
ui-table.white-body tbody tr:nth-child(even of tr.expandable) {
  background-color: #FFFFFF;
}
ui-table.white-body tbody tr:nth-child(even of tr.expanded-row) {
  background-color: #FFFFFF;
}
ui-table.secondary-header thead {
  background-color: #E3EAEF;
}
ui-table.secondary-header tr th {
  color: #232222;
}
ui-table.secondary-header tr th .mat-sort-header-arrow {
  color: #232222;
}
ui-table.primary-header thead {
  background-color: #004E70;
}
ui-table.primary-header tr th {
  color: initial;
}
ui-table.primary-header tr th .mat-sort-header-arrow {
  color: initial;
}
ui-table.primary-header thead {
  background-color: #004E70;
}
ui-table.primary-header thead th {
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
ui-table.primary-header thead th .mat-sort-header-arrow {
  color: #FFFFFF;
}
mat-tooltip-component .mat-mdc-tooltip-surface {
  color: #F3F3F3;
}

/* node_modules/@angular/material/prebuilt-themes/azure-blue.css */
html {
  --mat-sys-background: #faf9fd;
  --mat-sys-error: #ba1a1a;
  --mat-sys-error-container: #ffdad6;
  --mat-sys-inverse-on-surface: #f2f0f4;
  --mat-sys-inverse-primary: #abc7ff;
  --mat-sys-inverse-surface: #2f3033;
  --mat-sys-on-background: #1a1b1f;
  --mat-sys-on-error: #ffffff;
  --mat-sys-on-error-container: #93000a;
  --mat-sys-on-primary: #ffffff;
  --mat-sys-on-primary-container: #00458f;
  --mat-sys-on-primary-fixed: #001b3f;
  --mat-sys-on-primary-fixed-variant: #00458f;
  --mat-sys-on-secondary: #ffffff;
  --mat-sys-on-secondary-container: #3e4759;
  --mat-sys-on-secondary-fixed: #131c2b;
  --mat-sys-on-secondary-fixed-variant: #3e4759;
  --mat-sys-on-surface: #1a1b1f;
  --mat-sys-on-surface-variant: #44474e;
  --mat-sys-on-tertiary: #ffffff;
  --mat-sys-on-tertiary-container: #0000ef;
  --mat-sys-on-tertiary-fixed: #00006e;
  --mat-sys-on-tertiary-fixed-variant: #0000ef;
  --mat-sys-outline: #74777f;
  --mat-sys-outline-variant: #c4c6d0;
  --mat-sys-primary: #005cbb;
  --mat-sys-primary-container: #d7e3ff;
  --mat-sys-primary-fixed: #d7e3ff;
  --mat-sys-primary-fixed-dim: #abc7ff;
  --mat-sys-scrim: #000000;
  --mat-sys-secondary: #565e71;
  --mat-sys-secondary-container: #dae2f9;
  --mat-sys-secondary-fixed: #dae2f9;
  --mat-sys-secondary-fixed-dim: #bec6dc;
  --mat-sys-shadow: #000000;
  --mat-sys-surface: #faf9fd;
  --mat-sys-surface-bright: #faf9fd;
  --mat-sys-surface-container: #efedf0;
  --mat-sys-surface-container-high: #e9e7eb;
  --mat-sys-surface-container-highest: #e3e2e6;
  --mat-sys-surface-container-low: #f4f3f6;
  --mat-sys-surface-container-lowest: #ffffff;
  --mat-sys-surface-dim: #dbd9dd;
  --mat-sys-surface-tint: #005cbb;
  --mat-sys-surface-variant: #e0e2ec;
  --mat-sys-tertiary: #343dff;
  --mat-sys-tertiary-container: #e0e0ff;
  --mat-sys-tertiary-fixed: #e0e0ff;
  --mat-sys-tertiary-fixed-dim: #bec2ff;
  --mat-sys-neutral-variant20: #2d3038;
  --mat-sys-neutral10: #1a1b1f;
}
html {
  --mat-sys-level0:
    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);
}
html {
  --mat-sys-level1:
    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);
}
html {
  --mat-sys-level2:
    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);
}
html {
  --mat-sys-level3:
    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);
}
html {
  --mat-sys-level4:
    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-sys-level5:
    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 {
  --mat-sys-body-large: 400 1rem / 1.5rem Roboto;
  --mat-sys-body-large-font: Roboto;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Roboto;
  --mat-sys-body-medium-font: Roboto;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Roboto;
  --mat-sys-body-small-font: Roboto;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Roboto;
  --mat-sys-display-large-font: Roboto;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;
  --mat-sys-display-medium-font: Roboto;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;
  --mat-sys-display-small-font: Roboto;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Roboto;
  --mat-sys-headline-large-font: Roboto;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;
  --mat-sys-headline-medium-font: Roboto;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Roboto;
  --mat-sys-headline-small-font: Roboto;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-label-large-font: Roboto;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Roboto;
  --mat-sys-label-medium-font: Roboto;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Roboto;
  --mat-sys-label-small-font: Roboto;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;
  --mat-sys-title-large-font: Roboto;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Roboto;
  --mat-sys-title-medium-font: Roboto;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-title-small-font: Roboto;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
}
html {
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
}
html {
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}

/* src/styles/styles.scss */
:root {
  --base-font-size: 16px;
}
.body-large,
.initials-avatar {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.body-large-semi-bold {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.body-large-bold {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.body-medium {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.body-medium-semi-bold {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.body-medium-bold {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.body-small,
.mat-mdc-option.select-language {
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}
.display-large {
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  line-height: 3.375rem;
  font-weight: 400;
}
.display-medium {
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 2.9375rem;
  font-weight: 400;
}
.display-medium-bold {
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 2.9375rem;
  font-weight: 700;
}
.display-small {
  font-family: "Open Sans", sans-serif;
  font-size: 2.25rem;
  line-height: 2.75rem;
  font-weight: 400;
}
.h1-headline-large {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 400;
}
.h1-headline-large-semi-bold {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
}
.h2-headline-medium {
  font-family: "Open Sans", sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 700;
}
.h2-headline-medium-semi-bold {
  font-family: "Open Sans", sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 600;
}
.h3-headline-small {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.h3-headline-small-semi-bold {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
.h4-title-large {
  font-family: "Open Sans", sans-serif;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.h4-title-large-semibold {
  font-family: "Open Sans", sans-serif;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.h5-title-bold,
.driver-popover-title {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.h5-title-semibold {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.title-medium-bold {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.h5-title-medium {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.h6-title-small {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.label-large {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.label-large-semibold {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.label-medium,
.driver-popover-description,
.driver-popover-progress-text {
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}
.label-medium-semibold,
.custom-select .mdc-text-field .mat-mdc-option,
.custom-select .mdc-text-field .mat-mdc-option .mdc-list-item__primary-text,
.custom-select .mat-mdc-select-value-text,
.filters-menu.mat-mdc-menu-panel .mat-mdc-standard-chip .mdc-evolution-chip__text-label {
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}
.label-medium-bold,
.language .mat-mdc-select {
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}
.label-small-semibold {
  font-family: "Open Sans", sans-serif;
  font-size: 0.6875rem;
  line-height: 1rem;
  font-weight: 600;
}
.label-small-regular,
.sources {
  font-family: "Open Sans", sans-serif;
  font-size: 0.6875rem;
  line-height: 1rem;
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
body {
  font-size: 0.875rem;
}
.semi-bold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.light {
  font-weight: 300;
}
.language.select-opened .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow {
  transform: rotate(180deg);
}
.language.select-opened .mat-mdc-text-field-wrapper .mat-mdc-form-field-focus-overlay {
  opacity: 1;
  background-color: rgba(0, 126, 182, 0.1607843137);
}
.language .mdc-text-field {
  border-radius: 100px;
}
.language .mat-mdc-form-field {
  line-height: 2.25rem;
}
.language .mat-mdc-form-field-infix {
  min-height: 2.25rem;
}
.language .mdc-text-field--no-label .mat-mdc-form-field-infix {
  padding-top: 0;
  padding-bottom: 0;
}
.language .mat-mdc-form-field-subscript-wrapper,
.language .mdc-line-ripple {
  display: none;
}
.language .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #ffffff;
}
.language .mat-mdc-select {
  text-transform: uppercase;
  color: #007eb6;
  line-height: 2.25rem;
}
.language .mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow {
  background-image: url("./media/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  transition: transform 0.3s ease;
}
.language .mat-mdc-select-arrow svg {
  display: none;
}
.language .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-focus-overlay {
  opacity: 1;
  background-color: rgba(0, 126, 182, 0.1607843137);
}
.mat-mdc-option.select-language {
  padding: 0 1rem;
  min-height: 1.75rem;
}
.mat-mdc-option.select-language.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple),
.mat-mdc-option.select-language:hover:not(.mdc-list-item--disabled) {
  background-color: rgba(0, 126, 182, 0.1607843137);
}
h1,
h2,
h3,
h4,
h5 {
  color: #232222;
}
.carousel-items .mat-mdc-card {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  flex-direction: row;
}
.mat-mdc-dialog-surface {
  background-color: transparent !important;
}
.mat-mdc-button > .mat-icon {
  min-width: 1.125rem;
}
.mat-mdc-button .mdc-button__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-start;
}
.custom-select {
  border-radius: 10px;
}
.custom-select .mdc-text-field {
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
}
.custom-select .mdc-text-field--outlined {
  width: 14.75rem !important;
}
.custom-select .mdc-text-field {
  border-radius: 10px;
}
.custom-select .mdc-text-field .mat-mdc-form-field-infix,
.custom-select .mdc-text-field .mdc-text-field--no-label .mat-mdc-form-field-infix {
  padding-top: 0.625rem;
  padding-bottom: 0;
  min-height: 2.5rem;
}
.custom-select .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mat-mdc-notch-piece {
  border-color: #a6e3ff;
  border: 0;
}
.custom-select .mat-mdc-select-value-text span {
  word-wrap: break-word;
  display: block;
  white-space: normal;
}
.custom-select .text-icon {
  display: flex;
  align-items: center;
}
.custom-select .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.mat-mdc-option .mdc-list-item__primary-text {
  display: flex;
  align-items: center;
}
.mat-mdc-option .mat-icon {
  margin-right: 0.5rem !important;
}
div.mat-mdc-select-panel {
  min-width: 6.875rem !important;
  max-height: 23.125rem !important;
  padding: 0.625rem !important;
  border-radius: 8px !important;
  background-color: #ffffff !important;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15) !important;
  overflow-y: auto !important;
  margin-top: 0.125rem;
}
.mat-mdc-option {
  font-family: "Open Sans", sans-serif !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.2px !important;
}
.mat-pseudo-checkbox {
  display: none !important;
}
.icon-bg,
.icon-idb {
  background-color: #cbd8df;
  font-size: 1rem;
  width: 1rem !important;
  height: 1rem !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: content-box;
  line-height: 1;
  border-radius: 4px;
  padding: 0.125rem;
  margin-right: 0.5rem !important;
}
.icon-bg:before,
.icon-idb:before {
  line-height: 1;
}
.mat-mdc-option.mdc-list-item.select-pills {
  border-radius: 10px;
  border: 1px solid #cbd8df;
  background: #f9f9fa !important;
  margin-bottom: 0.5rem;
  min-height: 2.5rem;
}
.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple) .mdc-list-item__primary-text {
  color: inherit !important;
}
.mat-drawer-backdrop.mat-drawer-shown,
.mat-drawer-container {
  background: transparent !important;
  z-index: 9 !important;
}
.mat-mdc-table {
  border-radius: 8px;
  border: 1px solid #eaeaea !important;
  background: #ffffff !important;
}
.mat-mdc-table.with-paginator {
  border-radius: 8px 8px 0 0;
}
.mat-mdc-table.no-border {
  border: none !important;
}
.mat-mdc-table .mat-mdc-header-row {
  background: #e3eaef;
  color: #232222;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.mat-mdc-table .mat-mdc-header-row .mat-mdc-header-cell {
  border-bottom: 0;
}
.mat-mdc-table .mat-mdc-header-row .mat-mdc-header-cell:first-child {
  border-radius: 7px 0 0 0;
}
.mat-mdc-table .mat-mdc-header-row .mat-mdc-header-cell:last-child {
  border-radius: 0 7px 0 0;
}
.mat-mdc-table .mat-mdc-header-row .mat-mdc-header-cell .mat-sort-header-arrow {
  color: #232222;
}
.mat-mdc-table .mat-mdc-header-row .mat-mdc-header-cell.mat-column-action {
  text-align: center;
}
.mat-mdc-table .mdc-data-table__content {
  border-radius: 8px;
}
.mat-mdc-table .mdc-data-table__content .mat-mdc-row {
  font-family: "Open Sans", sans-serif;
  color: #232222;
}
.mat-mdc-table .mdc-data-table__content .mat-mdc-row .mat-mdc-cell {
  border-color: #eaeaea;
}
.mat-mdc-table .mdc-data-table__content .mat-mdc-row .mat-mdc-cell.mat-column-action {
  display: flex;
}
.mat-mdc-table .mdc-data-table__content .mat-mdc-row .mat-mdc-cell.mat-column-action .action-button {
  height: 2.375rem;
  width: 2.375rem;
  border: none;
  background: transparent;
  color: #535354;
  margin: 0.375rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.mat-mdc-table .mdc-data-table__content .mat-mdc-row .mat-mdc-cell .truncate-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.mat-mdc-table .nowrap {
  white-space: nowrap;
}
.mat-mdc-paginator {
  border-radius: 0 0 8px 8px;
  border: 1px solid #eaeaea !important;
  border-top: 0 !important;
  background: #ffffff !important;
  font-family: "Open Sans", sans-serif !important;
}
.mat-accordion .mat-expansion-panel {
  margin-bottom: 1rem;
  border-radius: 10px !important;
  box-shadow: none !important;
  background: #e3eaef !important;
}
.mat-accordion .mat-expansion-panel:last-child {
  margin-bottom: 0;
}
.mat-accordion .mat-expansion-panel .mat-expansion-panel-header {
  padding: 0.5rem 0.5rem !important;
  height: auto !important;
}
.mat-accordion .mat-expansion-panel .mat-expansion-panel-header:hover {
  background: #cbd8df !important;
}
.mat-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title {
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}
.mat-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator {
  padding: 0 0.5rem;
}
.mat-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator svg {
  fill: #005d86;
}
.mat-accordion .mat-expansion-panel .mat-expansion-panel-body {
  padding: 0.5rem !important;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}
.mat-accordion.accordion-light .mat-expansion-panel {
  background: #f9f9fa !important;
}
.mat-accordion.accordion-light .mat-expansion-panel .mat-expansion-panel-header {
  padding: 0.5rem !important;
}
.mat-accordion.accordion-light .mat-expansion-panel .mat-expansion-panel-header:hover {
  background: #eaeaea !important;
}
.mat-accordion.accordion-light .mat-expansion-panel .mat-expansion-panel-header-title {
  color: #007eb6 !important;
}
.mat-accordion.accordion-light .mat-expansion-panel .mat-expansion-panel-header-title .material-icons {
  padding: 0.125rem;
  background: #bdeaff;
  border-radius: 4px;
  margin-right: 0.375rem;
}
.mat-accordion.accordion-light.black-title .mat-expansion-panel-header-title {
  color: #232222 !important;
}
.mat-accordion.accordion-light.black-title .mat-expansion-panel-header-title .material-icons {
  background: #d2d1d1;
  color: #232222;
}
.mdc-linear-progress {
  height: 0.375rem !important;
  margin-top: 0.25rem;
}
.mdc-linear-progress .mdc-linear-progress__buffer {
  height: 0.375rem !important;
}
.mdc-linear-progress .mdc-linear-progress__buffer-bar {
  background-color: #daf2df !important;
  border-radius: 10px !important;
}
.mdc-linear-progress .mdc-linear-progress__bar {
  padding: 0 0.0625rem;
}
.mdc-linear-progress .mdc-linear-progress__bar-inner {
  border-color: #00854d !important;
  border-radius: 10px !important;
}
.mat-divider {
  border-color: #eaeaea !important;
}
.mat-mdc-tooltip-surface {
  font-family: "Open Sans", sans-serif !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 400 !important;
  display: flex;
  align-items: center;
}
.tooltip-no-wrap .mat-mdc-tooltip-surface {
  display: inline-block !important;
  width: fit-content !important;
  min-width: unset !important;
  max-width: 13.125rem !important;
  white-space: normal !important;
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
  text-align: left !important;
}
.tooltip-no-wrap.w150 .mat-mdc-tooltip-surface {
  width: 9.375rem !important;
}
.mat-icon {
  box-sizing: content-box;
}
.filters-menu.mat-mdc-menu-panel {
  max-width: 24.0625rem;
  overflow: inherit;
  padding: 1rem 0.75rem;
  border-radius: 10px;
  border: 1px solid #c7c7c9;
  background: #e3eaef;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  margin-top: 0.625rem;
}
.filters-menu.mat-mdc-menu-panel .filters-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.filters-menu.mat-mdc-menu-panel .filters-container .mat-mdc-menu-content {
  padding: 0;
}
.filters-menu.mat-mdc-menu-panel .mat-accordion {
  max-height: 27.5rem;
  overflow: auto;
}
.filters-menu.mat-mdc-menu-panel .mat-accordion .mat-expansion-panel {
  background-color: #ffffff !important;
}
.filters-menu.mat-mdc-menu-panel .mat-accordion .mat-expansion-panel .mat-expansion-panel-body {
  padding-top: 0px !important;
}
.filters-menu.mat-mdc-menu-panel mat-chip.mdc-evolution-chip.mat-mdc-standard-chip {
  background-color: #ffffff;
}
.filters-menu.mat-mdc-menu-panel .mat-mdc-standard-chip {
  height: 1.5rem;
  padding-left: 0.75rem;
}
.filters-menu.mat-mdc-menu-panel .mat-mdc-standard-chip .mdc-evolution-chip__text-label {
  color: #232222;
}
.filters-menu.mat-mdc-menu-panel .mat-mdc-standard-chip .mdc-evolution-chip__graphic {
  display: none;
}
.filters-menu.mat-mdc-menu-panel .mat-mdc-standard-chip.mdc-evolution-chip--selected:not(.mdc-evolution-chip--disabled) {
  background: #007eb6;
}
.filters-menu.mat-mdc-menu-panel .mat-mdc-standard-chip.mdc-evolution-chip--selected:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label {
  color: #ffffff;
}
.filters-menu.mat-mdc-menu-panel .mat-mdc-standard-chip.mdc-evolution-chip--selected .mdc-evolution-chip__action--primary::before {
  border: 1px solid #005d86;
}
.filters-menu.mat-mdc-menu-panel .mat-expansion-panel-header-title {
  gap: 0.25rem;
}
.filters-menu.mat-mdc-menu-panel .mat-expansion-panel-header-title .mat-icon {
  color: #007eb6;
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
}
.filters-menu .select-chips .w100 {
  width: 100%;
}
.filters-menu .select-chips .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #ffffff;
  border: 1px solid #a6a6a8;
  border-radius: 4px;
}
.filters-menu .select-chips .mdc-text-field--filled.mdc-text-field--focused {
  border: 2px solid var(--MD3-Tokens-primary, #007eb6);
}
.filters-menu .select-chips .mdc-line-ripple::before,
.filters-menu .select-chips .mdc-line-ripple::after {
  border-width: 0;
}
.filters-menu .select-chips input.mat-mdc-chip-input {
  margin-left: 0;
}
.filters-menu .select-chips .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0;
}
.filters-menu .select-chips .mdc-evolution-chip__text-label {
  overflow: hidden !important;
  max-width: 12.5rem;
}
.filters-menu .select-chips .mat-mdc-form-field-icon-suffix > .mat-icon {
  padding-left: 0;
}
.filters-menu .actions {
  display: flex;
  gap: 0.25rem;
  justify-content: flex-end;
}
.filters-menu .actions button.mdc-button--outlined {
  background-color: #ffffff;
  color: #232222;
}
.filters-menu .mat-mdc-menu-content {
  padding-top: 0;
  background: transparent;
}
app-pills-filters .mat-badge-medium .mat-badge-content {
  margin: -0.75rem;
}
mat-option.mat-mdc-option {
  padding: 8px;
}
@layer reset, primeng;
@layer reset {
  * {
    padding: 0;
    margin: 0;
  }
}
.m-0 {
  margin: 0rem !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.mr-0 {
  margin-right: 0rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.m-1 {
  margin: 0.5rem !important;
}
.mt-1 {
  margin-top: 0.5rem !important;
}
.mr-1 {
  margin-right: 0.5rem !important;
}
.mb-1 {
  margin-bottom: 0.5rem !important;
}
.ml-1 {
  margin-left: 0.5rem !important;
}
.m-2 {
  margin: 1rem !important;
}
.mt-2 {
  margin-top: 1rem !important;
}
.mr-2 {
  margin-right: 1rem !important;
}
.mb-2 {
  margin-bottom: 1rem !important;
}
.ml-2 {
  margin-left: 1rem !important;
}
.m-3 {
  margin: 1.5rem !important;
}
.mt-3 {
  margin-top: 1.5rem !important;
}
.mr-3 {
  margin-right: 1.5rem !important;
}
.mb-3 {
  margin-bottom: 1.5rem !important;
}
.ml-3 {
  margin-left: 1.5rem !important;
}
.m-4 {
  margin: 2rem !important;
}
.mt-4 {
  margin-top: 2rem !important;
}
.mr-4 {
  margin-right: 2rem !important;
}
.mb-4 {
  margin-bottom: 2rem !important;
}
.ml-4 {
  margin-left: 2rem !important;
}
.m-5 {
  margin: 2.5rem !important;
}
.mt-5 {
  margin-top: 2.5rem !important;
}
.mr-5 {
  margin-right: 2.5rem !important;
}
.mb-5 {
  margin-bottom: 2.5rem !important;
}
.ml-5 {
  margin-left: 2.5rem !important;
}
.m-6 {
  margin: 3rem !important;
}
.mt-6 {
  margin-top: 3rem !important;
}
.mr-6 {
  margin-right: 3rem !important;
}
.mb-6 {
  margin-bottom: 3rem !important;
}
.ml-6 {
  margin-left: 3rem !important;
}
.m-7 {
  margin: 3.5rem !important;
}
.mt-7 {
  margin-top: 3.5rem !important;
}
.mr-7 {
  margin-right: 3.5rem !important;
}
.mb-7 {
  margin-bottom: 3.5rem !important;
}
.ml-7 {
  margin-left: 3.5rem !important;
}
.m-8 {
  margin: 4rem !important;
}
.mt-8 {
  margin-top: 4rem !important;
}
.mr-8 {
  margin-right: 4rem !important;
}
.mb-8 {
  margin-bottom: 4rem !important;
}
.ml-8 {
  margin-left: 4rem !important;
}
.m-9 {
  margin: 4.5rem !important;
}
.mt-9 {
  margin-top: 4.5rem !important;
}
.mr-9 {
  margin-right: 4.5rem !important;
}
.mb-9 {
  margin-bottom: 4.5rem !important;
}
.ml-9 {
  margin-left: 4.5rem !important;
}
.m-10 {
  margin: 5rem !important;
}
.mt-10 {
  margin-top: 5rem !important;
}
.mr-10 {
  margin-right: 5rem !important;
}
.mb-10 {
  margin-bottom: 5rem !important;
}
.ml-10 {
  margin-left: 5rem !important;
}
.p-0 {
  padding: 0rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.p-1 {
  padding: 0.5rem !important;
}
.pt-1 {
  padding-top: 0.5rem !important;
}
.pr-1 {
  padding-right: 0.5rem !important;
}
.pb-1 {
  padding-bottom: 0.5rem !important;
}
.pl-1 {
  padding-left: 0.5rem !important;
}
.p-2 {
  padding: 1rem !important;
}
.pt-2 {
  padding-top: 1rem !important;
}
.pr-2 {
  padding-right: 1rem !important;
}
.pb-2 {
  padding-bottom: 1rem !important;
}
.pl-2 {
  padding-left: 1rem !important;
}
.p-3 {
  padding: 1.5rem !important;
}
.pt-3 {
  padding-top: 1.5rem !important;
}
.pr-3 {
  padding-right: 1.5rem !important;
}
.pb-3 {
  padding-bottom: 1.5rem !important;
}
.pl-3 {
  padding-left: 1.5rem !important;
}
.p-4 {
  padding: 2rem !important;
}
.pt-4 {
  padding-top: 2rem !important;
}
.pr-4 {
  padding-right: 2rem !important;
}
.pb-4 {
  padding-bottom: 2rem !important;
}
.pl-4 {
  padding-left: 2rem !important;
}
.p-5 {
  padding: 2.5rem !important;
}
.pt-5 {
  padding-top: 2.5rem !important;
}
.pr-5 {
  padding-right: 2.5rem !important;
}
.pb-5 {
  padding-bottom: 2.5rem !important;
}
.pl-5 {
  padding-left: 2.5rem !important;
}
.p-6 {
  padding: 3rem !important;
}
.pt-6 {
  padding-top: 3rem !important;
}
.pr-6 {
  padding-right: 3rem !important;
}
.pb-6 {
  padding-bottom: 3rem !important;
}
.pl-6 {
  padding-left: 3rem !important;
}
.p-7 {
  padding: 3.5rem !important;
}
.pt-7 {
  padding-top: 3.5rem !important;
}
.pr-7 {
  padding-right: 3.5rem !important;
}
.pb-7 {
  padding-bottom: 3.5rem !important;
}
.pl-7 {
  padding-left: 3.5rem !important;
}
.p-8 {
  padding: 4rem !important;
}
.pt-8 {
  padding-top: 4rem !important;
}
.pr-8 {
  padding-right: 4rem !important;
}
.pb-8 {
  padding-bottom: 4rem !important;
}
.pl-8 {
  padding-left: 4rem !important;
}
.p-9 {
  padding: 4.5rem !important;
}
.pt-9 {
  padding-top: 4.5rem !important;
}
.pr-9 {
  padding-right: 4.5rem !important;
}
.pb-9 {
  padding-bottom: 4.5rem !important;
}
.pl-9 {
  padding-left: 4.5rem !important;
}
.p-10 {
  padding: 5rem !important;
}
.pt-10 {
  padding-top: 5rem !important;
}
.pr-10 {
  padding-right: 5rem !important;
}
.pb-10 {
  padding-bottom: 5rem !important;
}
.pl-10 {
  padding-left: 5rem !important;
}
.m-auto {
  margin: auto;
}
.mt-auto {
  margin-top: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-none {
  cursor: none;
}
.text-underline {
  text-decoration: underline;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-bold {
  font-weight: 600;
}
.text-strong {
  font-weight: 500;
}
.text-italic {
  font-style: italic;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.align-right {
  text-align: right !important;
}
.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
.flex {
  display: flex;
}
.flex-center {
  align-items: center;
}
.flex-stretch {
  align-items: stretch;
}
.flex-end {
  align-items: flex-end;
}
.flex-baseline {
  align-items: baseline !important;
}
.flex-start {
  align-items: flex-start;
}
.flex-flow {
  flex-flow: row wrap;
}
.flex-root {
  display: flow-root;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-column {
  flex-direction: column;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-justify-right {
  justify-content: flex-end;
}
.flex-justify-start {
  justify-content: flex-start;
}
.flex-justify-space-evenly {
  justify-content: space-evenly;
}
.flex-justify-between {
  justify-content: space-between;
}
.flex-justify-around {
  justify-content: space-around;
}
.flex-justify-center {
  justify-content: center !important;
}
.flex-1 {
  flex: 1;
}
.overflow-hidden {
  overflow: hidden;
}
.full-width {
  width: 100%;
}
.btn-primary,
.driver-popover-footer .driver-popover-next-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  border-radius: 80px;
  cursor: pointer;
  transition: background-color 0.3s, opacity 0.3s;
  text-decoration: none;
  white-space: nowrap;
  gap: 0.5rem;
  background-color: #007eb6;
  color: #ffffff !important;
  border: 1px solid;
}
.btn-primary:hover,
.driver-popover-footer .driver-popover-next-btn:hover {
  opacity: 0.8;
  background-color: #007eb6;
}
.btn-primary:focus,
.driver-popover-footer .driver-popover-next-btn:focus {
  opacity: 1;
}
.btn-primary:disabled,
.driver-popover-footer .driver-popover-next-btn:disabled {
  background-color: rgba(10, 10, 10, 0.12);
  cursor: not-allowed;
}
.btn-primary .mat-mdc-button:not(:disabled),
.driver-popover-footer .driver-popover-next-btn .mat-mdc-button:not(:disabled) {
  color: #ffffff;
}
.btn-primary-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  border-radius: 80px;
  cursor: pointer;
  transition: background-color 0.3s, opacity 0.3s;
  text-decoration: none;
  white-space: nowrap;
  gap: 0.5rem;
  background: transparent;
  border: 1px solid #a6a6a8;
  color: #ffffff;
}
.btn-primary-outline:hover {
  background-color: rgba(0, 126, 182, 0.8);
  color: #ffffff;
}
.btn-primary-outline:focus {
  background-color: #007eb6;
  color: #ffffff;
}
.btn-primary-outline:disabled {
  border-color: rgba(10, 10, 10, 0.12);
  color: rgba(10, 10, 10, 0.12);
  cursor: not-allowed;
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  border-radius: 80px;
  cursor: pointer;
  transition: background-color 0.3s, opacity 0.3s;
  text-decoration: none;
  white-space: nowrap;
  gap: 0.5rem;
  background-color: #ffffff;
  color: #007eb6 !important;
  border: 1px solid;
}
.btn-secondary:hover {
  opacity: 0.8;
  background-color: #cbd8df;
}
.btn-secondary:focus {
  opacity: 1;
}
.btn-secondary:disabled {
  background-color: rgba(10, 10, 10, 0.12);
  cursor: not-allowed;
}
.btn-secondary .mat-mdc-button:not(:disabled) {
  color: #007eb6;
}
.btn-secondary-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  border-radius: 80px;
  cursor: pointer;
  transition: background-color 0.3s, opacity 0.3s;
  text-decoration: none;
  white-space: nowrap;
  gap: 0.5rem;
  background: transparent;
  border: 1px solid #a6a6a8;
  color: #007eb6;
}
.btn-secondary-outline:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #007eb6;
}
.btn-secondary-outline:focus {
  background-color: white;
  color: #007eb6;
}
.btn-secondary-outline:disabled {
  border-color: rgba(10, 10, 10, 0.12);
  color: rgba(10, 10, 10, 0.12);
  cursor: not-allowed;
}
.btn-link,
.driver-popover-footer .driver-popover-prev-btn,
.driver-popover-footer .driver-popover-close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  border-radius: 80px;
  cursor: pointer;
  transition: background-color 0.3s, opacity 0.3s;
  text-decoration: none;
  white-space: nowrap;
  gap: 0.5rem;
  background-color: transparent;
  color: #004e70;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.btn-link .material-icons-outlined,
.driver-popover-footer .driver-popover-prev-btn .material-icons-outlined,
.driver-popover-footer .driver-popover-close-btn .material-icons-outlined {
  font-size: 1rem;
}
.btn-link:hover,
.driver-popover-footer .driver-popover-prev-btn:hover,
.driver-popover-footer .driver-popover-close-btn:hover {
  background-color: rgba(0, 126, 182, 0.0784313725);
}
.btn-link:disabled,
.driver-popover-footer .driver-popover-prev-btn:disabled,
.driver-popover-footer .driver-popover-close-btn:disabled {
  color: rgba(10, 10, 10, 0.12);
  cursor: not-allowed;
}
.btn-link.active,
.driver-popover-footer .active.driver-popover-prev-btn,
.driver-popover-footer .active.driver-popover-close-btn {
  background-color: rgba(0, 78, 112, 0.1568627451);
  color: #004e70;
}
.btn-icon {
  padding: 0.5rem;
  border-radius: 50%;
  border: 1px solid #a6a6a8;
  color: #535354;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.btn-icon span {
  font-size: 1rem;
}
.btn-stroker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  border-radius: 80px;
  cursor: pointer;
  transition: background-color 0.3s, opacity 0.3s;
  text-decoration: none;
  white-space: nowrap;
  gap: 0.5rem;
  background-color: transparent;
  color: #004e70;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  border: 1px solid #a6a6a8;
}
.btn-stroker:hover {
  background-color: rgba(0, 78, 112, 0.0784313725);
}
.btn-stroker.active {
  background-color: rgba(0, 78, 112, 0.1568627451);
}
.btn-large {
  font-size: 1.125rem;
  padding: 0.875rem 1.75rem;
}
.btn-small,
.driver-popover-footer .driver-popover-next-btn,
.driver-popover-footer .driver-popover-prev-btn,
.driver-popover-footer .driver-popover-close-btn {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}
.btn-icon-left {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.btn-icon-right {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.5rem;
}
@font-face {
  font-family: "idbicon";
  src:
    url(/images/icons/fonts/idbicon.eot?mi3q7v#iefix) format("embedded-opentype"),
    url(/images/icons/fonts/idbicon.ttf?mi3q7v) format("truetype"),
    url(/images/icons/fonts/idbicon.woff?mi3q7v) format("woff"),
    url(/images/icons/fonts/idbicon.svg?mi3q7v#idbicon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-idb-],
[class*=" icon-idb-"] {
  font-family: "idbicon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-idb-widgets-fill:before {
  content: "\e904";
}
.icon-idb-emoji_objects:before {
  content: "\e900";
}
.icon-idb-bubble_chart:before {
  content: "\e901";
  color: #535354;
}
.icon-idb-folder_special:before {
  content: "\e902";
  color: #535354;
}
.icon-idb-widgets:before {
  content: "\e903";
  color: #535354;
}
.card-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: stretch;
}
.card-container .card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.mat-mdc-card.project-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: calc(33.33% - 1.125rem);
  min-width: calc(33.33% - 1.125rem);
  height: 20.25rem;
  padding: 0.75rem;
  border-radius: 10px;
  background-color: #f1fafd;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  color: #232222;
  border: 2px solid #f1fafd;
  border-bottom: 0.125rem solid #005d86;
  cursor: pointer;
  transition: all 1s ease;
  gap: 0.75rem;
}
.mat-mdc-card.project-card:hover {
  box-shadow: 0 8px 24px 6px rgba(0, 0, 0, 0.24), 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}
.mat-mdc-card.project-card .reference {
  cursor: default !important;
  margin-right: 0.25rem;
}
.mat-mdc-card.project-card .text-head {
  gap: 0.25rem;
  display: flex;
  flex-direction: column;
}
.mat-mdc-card.project-card.expanded {
  flex: 1 1 100% !important;
  width: 100%;
  max-width: 100% !important;
  height: auto;
  cursor: default;
}
.mat-mdc-card.project-card.expanded .mat-mdc-card-header {
  align-items: center;
}
.mat-mdc-card.project-card.expanded .close-btn {
  background: none;
  border: none;
  font-weight: bold;
  cursor: pointer;
  width: 2rem;
  display: flex;
  justify-content: center;
}
.mat-mdc-card.project-card.expanded .description.mb-2 {
  margin-bottom: 0 !important;
}
.mat-mdc-card.project-card.expanded .mat-icon {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.125rem;
}
.mat-mdc-card.project-card.expanded .description-expand {
  display: flex;
  flex: 1;
}
.mat-mdc-card.project-card.expanded .description-expand .expand-content {
  padding: 0.75rem;
  border-radius: 10px;
  flex: 1;
  display: flex;
  flex-direction: row;
}
.mat-mdc-card.project-card.expanded .description-expand .expand-content .reference {
  margin-right: 0.25rem;
}
.mat-mdc-card.project-card.expanded .description-expand .country {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 4.375rem;
  padding-right: 1rem;
  border-radius: 0 0.25rem 0.25rem 0;
  gap: 0;
  color: #67676a;
}
.mat-mdc-card.project-card.expanded .description-expand .country .icon {
  width: 1rem;
  font-size: 1rem;
}
.mat-mdc-card.project-card.expanded .description-expand .author {
  display: flex;
  gap: 0.5rem;
}
.mat-mdc-card.project-card.expanded .description-expand .author .author-icon {
  width: 1.1875rem;
  height: 1.1875rem;
}
.mat-mdc-card.project-card.expanded .button-pills {
  background-color: #b3e3bf;
  display: flex;
  border: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  align-self: stretch;
  margin-left: 0.5rem;
  border-radius: 0.625rem;
  width: 3.75rem !important;
  flex: 0 0 3.75rem;
  cursor: pointer;
  color: #00854d;
  height: 100%;
}
.mat-mdc-card.project-card.expanded .button-pills:hover {
  background-color: #3b9f54;
  color: #daf2df;
}
.mat-mdc-card.project-card.expanded .sources-expand {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background-color: #ffffff;
  padding: 0.75rem;
  border-radius: 7px;
  flex: 1;
  max-height: 7.25rem;
  overflow-y: auto;
}
.mat-mdc-card.project-card.expanded .sources-expand a {
  color: #232222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 66.875rem;
  display: block;
}
.mat-mdc-card.project-card.expanded .sources-expand a:hover {
  color: #007eb6;
}
.mat-mdc-card.project-card .mat-mdc-card-header {
  padding: 0;
  align-items: flex-start;
}
.mat-mdc-card.project-card .mat-mdc-card-header .header-title {
  display: flex;
  align-items: flex-start;
}
.mat-mdc-card.project-card .mat-mdc-card-header .icon {
  margin-right: 0.5rem;
  box-sizing: content-box;
}
.mat-mdc-card.project-card .mat-mdc-card-header .icon .mat-icon {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  background-color: #a6e3ff;
  color: #005d86;
  display: inline-block;
  text-align: center;
  padding: 0.125rem;
  border-radius: 4px;
}
.mat-mdc-card.project-card .mat-mdc-card-title {
  color: #005d86;
  display: block;
}
.mat-mdc-card.project-card .label-medium-semibold {
  color: #232222;
}
.mat-mdc-card.project-card .description {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 0.75rem;
  border-radius: 10px;
  color: #232222;
  overflow: hidden;
}
.mat-mdc-card.project-card .description.mb-2 {
  margin-bottom: 0.75rem !important;
}
.mat-mdc-card.project-card .description .label-large {
  color: #232222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mat-mdc-card.project-card .description .text-sumary {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mat-mdc-card.project-card .description .reference {
  background-color: #d9f4ff;
  color: #007eb6;
  flex-shrink: 0;
  margin-left: 0.25rem;
  padding: 0 0.25rem 1px;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.6875rem;
  line-height: 1rem;
  font-weight: 600;
}
.mat-mdc-card.project-card .description .score {
  display: flex;
  align-items: center;
  background-color: #d9f4ff;
  width: fit-content;
  padding: 0 0.25rem;
  border-radius: 0.25rem;
  gap: 0.25rem;
}
.mat-mdc-card.project-card .description .score.lessons {
  background-color: #efecf2;
}
.mat-mdc-card.project-card .description .score.lessons .icon-score {
  color: #6c5681;
}
.mat-mdc-card.project-card .description .score.lessons p {
  color: #8b6fa7;
}
.mat-mdc-card.project-card .description .score .icon-score {
  font-size: 0.75rem;
  color: #005d86;
  height: auto;
  width: auto;
}
.mat-mdc-card.project-card .description .score p {
  display: flex;
  align-items: center;
  color: #007eb6;
  font-family: "Open Sans", sans-serif;
  font-size: 0.6875rem;
  line-height: 1rem;
  font-weight: 400;
}
.mat-mdc-card.project-card .description .score p .evaluation {
  font-family: "Open Sans", sans-serif;
  font-size: 0.6875rem;
  line-height: 1rem;
  font-weight: 600;
  margin-left: 0.1875rem;
}
.mat-mdc-card.project-card .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  min-height: 1rem;
  gap: 0.25rem;
}
.mat-mdc-card.project-card .icons-container .icon-tag {
  display: flex;
  align-items: center;
  color: #232222;
  width: 5.234375rem;
  justify-content: center;
  cursor: default;
}
.mat-mdc-card.project-card .icons-container .icon-tag a {
  color: #929090;
  text-decoration: none;
  display: flex;
}
.mat-mdc-card.project-card .icons-container .icon-tag .material-icons {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  margin-right: 0.25rem;
}
.mat-mdc-card.project-card .icons-container .material-symbols-outlined {
  font-size: 1rem;
  margin-right: 0.25rem;
}
.mat-mdc-card.project-card.similar-projects {
  height: 20.5rem;
}
.mat-mdc-card.project-card.similar-projects .text-head .mat-mdc-card-subtitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.mat-mdc-card.project-card.similar-projects .description .text-sumary {
  -webkit-line-clamp: 6;
}
.mat-mdc-card.project-card.similar-projects .description .text-sumary.no-score {
  -webkit-line-clamp: 8;
}
.mat-mdc-card.project-card.similar-projects .description .reference {
  background-color: #d9f4ff;
  color: #007eb6;
  margin-left: 0;
}
.mat-mdc-card.project-card.lessons-pills {
  border: 1px solid #efecf2;
  border-bottom-color: #6c5681;
  background-color: #efecf2;
  margin-bottom: 1.25rem;
  height: auto;
  border-bottom-width: 2px;
}
.mat-mdc-card.project-card.lessons-pills .mat-mdc-card-header .icon .mat-icon {
  background-color: #ded7e5;
  color: #6c5681;
}
.mat-mdc-card.project-card.lessons-pills .mat-mdc-card-title {
  color: #6c5681;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.mat-mdc-card.project-card.lessons-pills .description .clamp-list {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: #323131;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}
.mat-mdc-card.project-card.lessons-pills .description .clamp-item {
  margin-bottom: 0.25rem;
  position: relative;
  margin-bottom: 0;
}
.mat-mdc-card.project-card.lessons-pills .description .reference {
  background-color: #efecf2;
  color: #6c5681;
  margin-left: 0;
}
.mat-mdc-card.project-card.lessons-pills.expanded {
  height: auto;
}
.mat-mdc-card.project-card.lessons-pills.expanded .description {
  background: transparent;
  padding: 0;
}
.mat-mdc-card.project-card.lessons-pills.expanded .description .button-pills {
  background-color: #cbc0d7;
  color: #58466a;
}
.mat-mdc-card.project-card.lessons-pills.expanded .description .button-pills:hover {
  background-color: #9274af;
  color: #efecf2;
}
.mat-mdc-card.project-card.lessons-pills.expanded .description .button-pills .mat-icon {
  cursor: pointer;
}
.mat-mdc-card.project-card.lessons-pills.expanded .description .button-pills .mat-divider {
  width: 100%;
  border-top-width: 0.125rem;
  border-color: #efecf2 !important;
}
.mat-mdc-card.project-card.lessons-pills.expanded .description .button-pills a {
  color: #6c5681;
  text-decoration: none;
}
.mat-mdc-card.project-card.lessons-pills.expanded .description-expand {
  display: block;
}
.mat-mdc-card.project-card.lessons-pills.expanded .expand-content {
  background-color: #ffffff;
}
.mat-mdc-card.project-card.lessons-pills.expanded .expand-content .reference {
  background-color: #ded7e5 !important;
  color: #6c5681 !important;
}
.mat-mdc-card.project-card.lessons-pills.expanded .separator {
  padding: 0.5rem 1rem;
  background-color: #ffffff;
}
.mat-mdc-card.project-card.lessons-pills.expanded .separator .line {
  width: 1px;
  background: #c7c7c9;
  height: 100%;
}
.mat-mdc-card.project-card.lessons-pills.expanded .sources-title {
  color: #7d6395;
}
.mat-mdc-card.project-card.lessons-pills .icons-container {
  gap: 1.5rem;
}
.mat-mdc-card.project-card.lessons-pills .icons-container .icon-tag {
  width: auto;
}
.mat-mdc-card.project-card.institutional-documents {
  background-color: #fef2e1;
  border: 1px solid #fef2e1;
  border-bottom-color: #804F02;
  border-bottom-width: 2px;
  height: auto;
}
.mat-mdc-card.project-card.institutional-documents .mat-mdc-card-header .icon .mat-icon {
  background-color: #fdd395;
  color: #804F02;
}
.mat-mdc-card.project-card.institutional-documents .mat-mdc-card-title {
  color: #804F02;
}
.mat-mdc-card.project-card.institutional-documents .description .clamp-list {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
  color: #323131;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}
.mat-mdc-card.project-card.institutional-documents .description .text-sumary {
  -webkit-line-clamp: 4;
}
.mat-mdc-card.project-card.institutional-documents .description .clamp-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  position: relative;
  padding-left: 0.75rem;
  margin-left: 0.25rem;
  margin-bottom: 0.75rem;
}
.mat-mdc-card.project-card.institutional-documents .description .clamp-item::before {
  content: "\2022";
  position: absolute;
  left: 0;
  color: #000;
}
.mat-mdc-card.project-card.institutional-documents .description .clamp-item .lesson-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mat-mdc-card.project-card.institutional-documents .description .reference {
  background-color: #fee6c3;
  color: #804F02;
}
.mat-mdc-card.project-card.institutional-documents .icon-tag {
  flex: 1;
}
.mat-mdc-card.project-card.institutional-documents.expanded .mat-mdc-card-content {
  padding: 0;
  margin-bottom: 2px !important;
}
.mat-mdc-card.project-card.institutional-documents.expanded .description-expand .expand-content {
  background-color: #ffffff;
}
.mat-mdc-card.project-card.institutional-documents.expanded .description-expand .expand-content .reference {
  background-color: #fee6c3;
  color: #804F02;
}
.mat-mdc-card.project-card.institutional-documents.expanded .description-expand .separator {
  padding: 0.5rem 1rem;
  background-color: #ffffff;
}
.mat-mdc-card.project-card.institutional-documents.expanded .description-expand .separator .line {
  width: 1px;
  background: #c7c7c9;
  height: 100%;
}
.mat-mdc-card.project-card.institutional-documents.expanded .button-pills {
  background-color: #fdd395;
  color: #e38a05;
}
.mat-mdc-card.project-card.institutional-documents.expanded .button-pills:hover {
  background-color: #e38a05;
  color: #fef2e1;
}
.mat-mdc-card.project-card.institutional-documents.expanded .sources-title {
  color: #4c2e02;
}
.mat-mdc-card.project-card.pills-literature {
  background-color: #f0f9f2;
  border: 1px solid #f0f9f2;
  border-bottom: 2px solid #14361c;
}
.mat-mdc-card.project-card.pills-literature .mat-mdc-card-title {
  color: #20562d;
}
.mat-mdc-card.project-card.pills-literature .mat-mdc-card-title .clamp-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: wrap;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.mat-mdc-card.project-card.pills-literature .icons-container .icon-tag {
  width: 10.625rem;
}
.mat-mdc-card.project-card.pills-literature .icons-container .icon-tag p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mat-mdc-card.project-card.pills-literature .mat-mdc-card-header .icon .mat-icon {
  background-color: #b3e3bf;
  color: #20562d;
}
.mat-mdc-card.project-card.pills-literature .description .text-sumary {
  -webkit-line-clamp: 7;
}
.mat-mdc-card.project-card.pills-literature .description .text-sumary.no-score {
  -webkit-line-clamp: 9;
}
.mat-mdc-card.project-card.pills-literature .description .reference {
  background-color: #daf2df;
  color: #20562d;
}
.mat-mdc-card.project-card.pills-literature .description .score {
  background-color: #daf2df;
}
.mat-mdc-card.project-card.pills-literature .description .score p {
  color: #20562d;
}
.mat-mdc-card.project-card.pills-literature .description .score .icon-score {
  color: #20562d;
}
.mat-mdc-card.project-card.pills-literature.expanded .mat-mdc-card-content {
  padding: 0;
}
.mat-mdc-card.project-card.pills-literature.expanded .description-expand .expand-content {
  border-radius: 10px;
  background-color: #ffffff;
}
.mat-mdc-card.project-card.pills-literature.expanded .description-expand .reference {
  background-color: #daf2df;
  color: #20562d;
}
.mat-mdc-card.project-card.pills-literature.expanded .description-expand .link {
  border-radius: 10px;
}
.mat-mdc-card.project-card.pills-literature.expanded .icons-container {
  justify-content: center;
  gap: 4.375rem;
}
.mat-mdc-card.project-card.pills-literature.expanded .sources-title {
  color: #14361c;
}
.mat-mdc-card.project-card.pills-data {
  background-color: #fdf6f9;
  border: 1px solid #fdf6f9;
  border-bottom: 2px solid #ab6787;
}
.mat-mdc-card.project-card.pills-data .mat-mdc-card-title {
  color: #ab6787;
}
.mat-mdc-card.project-card.pills-data .mat-mdc-card-title .clamp-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: wrap;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.mat-mdc-card.project-card.pills-data .mat-mdc-card-subtitle {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.mat-mdc-card.project-card.pills-data .mat-mdc-card-header .icon .icon-idb {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  background-color: #f7dce7;
  color: #ab6787;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.125rem;
  border-radius: 4px;
}
.mat-mdc-card.project-card.pills-data .mat-mdc-card-header .icon .icon-idb:before {
  color: #ab6787 !important;
}
.mat-mdc-card.project-card.pills-data .description .text-sumary {
  -webkit-line-clamp: 6;
}
.mat-mdc-card.project-card.pills-data .description .reference {
  background-color: #fbeef3;
  color: #ab6787;
}
.mat-mdc-card.project-card.pills-data.expanded .mat-mdc-card-content {
  padding: 0;
}
.mat-mdc-card.project-card.pills-data.expanded .description-expand .expand-content {
  border-radius: 10px;
  background-color: #ffffff;
}
.mat-mdc-card.project-card.pills-data.expanded .description-expand .reference {
  background-color: #fbeef3;
  color: #ab6787;
}
.mat-mdc-card.project-card.pills-data.expanded .button-pills {
  background-color: #f7dce7;
  color: #8b546e;
}
.mat-mdc-card.project-card.pills-data.expanded .button-pills:hover {
  background-color: #dc85af;
  color: #fdf6f9;
}
.mat-mdc-card.project-card.pills-data.expanded .sources-title {
  color: #8b546e;
}
.text {
  position: relative;
}
.sources-projects {
  position: absolute;
  right: 0;
  bottom: 1px;
}
mat-card mat-card-content {
  padding: 0.75rem !important;
}
mat-card.expanded mat-card-content {
  padding: 0 !important;
}
.mat-mdc-card-title {
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}
.mat-mdc-card-subtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 0.6875rem;
  line-height: 1rem;
  font-weight: 400;
  font-weight: 600;
  color: #232222;
}
.mat-mdc-icon-button .mat-mdc-button-persistent-ripple {
  border-radius: inherit !important;
}
.left-container.closed,
.right-container.closed {
  flex: none !important;
  min-height: calc(100dvh - 2rem);
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 12px 0px rgba(164, 161, 161, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.25rem;
  width: 5.75rem !important;
}
.left-container.closed .principal-icon,
.right-container.closed .principal-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #004e70;
  color: #ffffff;
  flex-direction: column;
  cursor: pointer;
}
.left-container.closed .principal-icon .mat-icon,
.right-container.closed .principal-icon .mat-icon {
  height: 1.5rem;
  width: 1.5rem;
  font-size: 1.5rem;
}
.left-container.closed button,
.right-container.closed button {
  width: 2.5rem;
  border-radius: 50%;
  background-color: transparent;
  color: #003146;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.left-container.closed button.icon-bar,
.right-container.closed button.icon-bar {
  height: 2rem;
}
.left-container.closed button .mat-icon,
.right-container.closed button .mat-icon {
  height: 1.5rem;
  width: 1.5rem;
  font-size: 1.5rem;
}
.left-container.closed button .mat-icon.reverse,
.right-container.closed button .mat-icon.reverse {
  transform: scaleX(-1);
}
.left-container.closed button .small-text,
.right-container.closed button .small-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 3.875rem;
  overflow: hidden;
}
.left-container.closed .w-5,
.right-container.closed .w-5 {
  width: 3.4375rem;
}
.left-container.closed .small-text,
.right-container.closed .small-text {
  margin-top: 0.25rem;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  line-height: 1rem;
}
.left-container.closed .mat-divider-horizontal,
.right-container.closed .mat-divider-horizontal {
  width: 100%;
}
.driver-popover {
  background-color: #d9f4ff;
  max-width: 440px;
  color: inherit;
}
.driver-popover-arrow {
  display: none;
}
.driver-popover-description,
.driver-popover-progress-text {
  color: inherit;
}
.driver-blocker-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: transparent;
  z-index: 9999999;
  pointer-events: all;
}
.driver-popover-footer a.custom-skip-onboarding-btn {
  color: #007eb6;
  background: transparent;
  margin-right: 15px;
  display: flex;
  align-self: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}
.driver-popover-footer button {
  text-shadow: none;
}
.driver-popover-footer button:focus {
  background: #007eb6;
}
.driver-popover-footer button:focus.driver-popover-prev-btn {
  background-color: transparent;
}
.driver-popover-footer button:focus.driver-popover-close-btn {
  background-color: transparent;
}
.driver-popover-footer .driver-popover-next-btn {
  border: 0;
}
html {
  font-size: 16px;
}
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  background-color: #f9f9fa;
  color: #232222;
}
body.drawer-open {
  overflow: hidden;
}
.container {
  max-width: 75rem;
  margin: 0 auto;
  position: relative;
  padding: 0 1rem;
  width: 100%;
}
img.avatar {
  border-radius: 100%;
  display: flex;
  width: 2rem;
  height: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  object-fit: cover;
}
.initials-avatar {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #007eb6;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.highlight {
  background-color: #d9f4ff;
  color: #007eb6;
  padding: 0 0.25rem;
  border-radius: 4px;
}
.filled {
  font-variation-settings: "FILL" 1;
}
.sources {
  background-color: #d9f4ff;
  color: #007eb6;
  padding: 0 0.25rem;
  border-radius: 4px;
  margin-left: 0.25rem;
}
.mat-sort-header .mat-sort-header-arrow {
  opacity: 0.3;
}
.mat-sort-header:hover .mat-sort-header-arrow {
  opacity: 0.8;
}
.expanded .mat-mdc-card-header-text {
  display: none;
}
.expanded .mat-mdc-card-header {
  justify-content: space-between;
}
.alert-generated-view {
  margin-bottom: 2rem;
}
.alert-generated-view .mdc-banner__surface .mat-icon {
  width: 3rem;
  text-align: center;
}
.mat-icon.icon-s {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
}
::ng-deep .mat-mdc-form-field-infix {
  display: flex !important;
  align-items: center;
}
.w-100 {
  width: 100%;
}
.principal-container {
  display: flex;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.principal-container .left-container.closed {
  margin: 1rem 1rem 1rem 0;
}
.principal-container .left-container.closed + .sidebar {
  width: calc(100% - 6.75rem);
  display: flex;
}
.principal-container .right-container.closed {
  margin: 1rem 0 1rem 0;
}
.principal-container .left-container {
  width: calc(100% - 5.75rem);
}
.principal-container.loading-component .left-container {
  width: 100%;
}
.principal-container .right-container {
  flex: 1;
}
.principal-container .right-container .main {
  margin-right: 0;
}
.principal-container .right-container.drawer-open .header.container {
  width: 50.625rem;
  padding: 1.25rem 0;
}
.principal-container .right-container.drawer-open .response-view-container .back-button {
  width: 50.625rem !important;
  margin: 0 auto;
}
.principal-container .sidebar {
  flex: 1;
  display: flex;
}
.cdk-overlay-container button:has(span:contains("Similar projects")) {
  background-color: #ffffff !important;
}
::ng-deep .btn-similar-projects,
::ng-deep .btn-similar-projects:focus,
::ng-deep .btn-similar-projects:hover,
::ng-deep .btn-similar-projects:active {
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.mat-mdc-banner-label {
  flex: 1;
}
.content-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.no-data-filters {
  color: #a6a6a8;
  padding: 0.3125rem 0.9375rem;
}
.color-primary {
  color: #007eb6;
}
app-sidebar-open-search {
  display: flex;
}
mat-divider.mat-divider {
  border-top-color: #c7c7c9 !important;
  border-right-color: #c7c7c9 !important;
}
*:focus-visible {
  outline: none;
}
.custom-tooltip {
  background-color: #141414;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  max-width: 287px;
  word-wrap: break-word;
  line-height: 1.4;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.custom-tooltip.tooltip-no-wrap {
  white-space: normal;
  max-width: 287px;
}
mark.search-text-highlight {
  background: rgba(83, 186, 255, 0.404);
  color: inherit;
  border-radius: 3px;
  padding: 0;
  font-weight: 700;
  outline: none;
  transition: background 0.4s ease, box-shadow 0.4s ease;
}
mark.search-text-highlight--active {
  background: rgba(83, 186, 255, 0.404);
  animation: highlightPulse 2s ease forwards;
}
@keyframes highlightPulse {
  0% {
    background: rgba(83, 186, 255, 0.404);
    box-shadow: 0 0 0 4px rgb(135, 149, 196);
  }
  60% {
    background: rgba(83, 186, 255, 0.404);
    box-shadow: 0 0 0 2px rgb(135, 149, 196);
  }
  100% {
    background: rgba(83, 186, 255, 0.404);
    box-shadow: none;
  }
}
mark.search-highlight,
mark.text-highlight {
  background-color: rgba(83, 186, 255, 0.404);
  color: inherit;
  padding: 0;
  font-weight: inherit;
}

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