@charset "UTF-8";

/* node_modules/@angular/cdk/overlay-prebuilt.css */
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  z-index: 1000;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
  z-index: 1000;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (prefers-reduced-motion) {
  .cdk-overlay-backdrop {
    transition-duration: 1ms;
  }
}
.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media (forced-colors: active) {
  .cdk-overlay-backdrop-showing {
    opacity: .6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing,
.cdk-high-contrast-active .cdk-overlay-transparent-backdrop {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
  z-index: 1000;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* packages/uikit/src/main.scss */
@font-face {
  font-style: normal;
  font-weight: 300;
  font-family: "Roboto";
  font-display: swap;
  src: url("./media/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: "Roboto";
  font-display: swap;
  src: url("./media/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 900;
  font-family: "Roboto";
  font-display: swap;
  src: url("./media/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  src: url("./media/MaterialSymbolsOutlined-Regular.ttf") format("truetype");
}
.material-icons {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  height: 100%;
}
body {
  font-family: Roboto, sans-serif;
  overflow-x: hidden;
  color: var(--mat-sys-on-background);
  background-color: #F9FAFB;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
.font-xs {
  font-size: 12px;
}
.font-sm {
  font-size: 14px;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.hidden {
  display: none;
}
.section {
  padding: 8px 16px;
}
.cursor-pointer {
  cursor: pointer;
}
a {
  color: var(--mat-sys-on-background);
}
a:hover {
  color: var(--mat-sys-primary);
}
pre {
  margin: 0;
  white-space: nowrap;
}
html {
  --mdc-filled-button-container-shape: 4px;
}
html {
  --mdc-outlined-button-container-shape: 4px;
}
html {
  --mdc-protected-button-container-shape: 4px;
}
html {
  --mdc-text-button-container-shape: 4px;
}
html {
  --mdc-outlined-button-outline-color: var(--mat-sys-outline);
}
html {
  --mdc-filled-button-container-height: 36px;
}
html {
  --mdc-outlined-button-container-height: 36px;
}
html {
  --mdc-protected-button-container-height: 36px;
}
html {
  --mdc-text-button-container-height: 36px;
}
html {
  --mat-standard-button-toggle-shape: 4px;
}
html {
  --mat-standard-button-toggle-height: 34px;
}
html {
  --mat-standard-button-toggle-label-text-size: 0.875rem;
}
html .mat-mdc-mini-fab {
  width: 36px;
  height: 36px;
}
html {
  --mdc-outlined-card-container-color: #F9FAFB;
}
html {
  --mat-datepicker-calendar-container-shape: 4px;
}
html {
  --mat-datepicker-calendar-container-touch-shape: 4px;
}
html {
  --mdc-dialog-container-shape: 12px;
}
html {
  --mdc-dialog-subhead-size: 16px;
}
html {
  --mdc-dialog-subhead-weight: 600;
}
html {
  --mat-dialog-headline-padding: 16px;
}
html {
  --mat-dialog-content-padding: 16px;
}
html {
  --mat-dialog-with-actions-content-padding: 16px;
}
html {
  --mat-dialog-actions-padding: 16px;
}
html .mat-mdc-dialog-title::before {
  height: unset;
}
html {
  --mat-divider-color: var(--mat-sys-outline);
}
html {
  --mdc-fab-small-container-shape: 4px;
}
html {
  --mdc-fab-small-container-elevation-shadow: var(--mat-sys-level0);
}
html {
  --mdc-fab-small-hover-container-elevation-shadow: var(--mat-sys-level0);
}
html {
  --mdc-fab-small-focus-container-elevation-shadow: var(--mat-sys-level0);
}
html {
  --mdc-fab-small-pressed-container-elevation-shadow: var(--mat-sys-level0);
}
html {
  --mdc-fab-small-container-color: #F8F9FC;
}
html .mat-mdc-mini-fab {
  color: #44474B;
}
html .mat-mdc-mini-fab[fab-override=outlined] {
  border: 1px solid var(--mat-sys-outline);
}
html {
  --mat-form-field-container-text-size: 0.875rem;
}
html {
  --mdc-outlined-text-field-label-text-size: 0.875rem;
}
html {
  --mdc-outlined-text-field-outline-color: var(--mat-sys-outline);
}
html .mat-form-field-appearance-outline {
  --mat-form-field-container-height: 44px;
}
html .mat-form-field-appearance-outline {
  --mat-form-field-container-vertical-padding: 10px;
}
html .mat-form-field-appearance-outline .mat-mdc-form-field-input-control,
html .mat-form-field-appearance-outline .mat-mdc-select {
  font-size: 0.875rem;
}
html .mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: calc(44px / 2 - 1px);
}
html .base-searchable-select-field {
  width: 100%;
}
html .base-searchable-select-field {
  --mat-form-field-container-height: 40px;
}
html .base-searchable-select-field {
  --mat-form-field-container-vertical-padding: 8px;
}
html .base-searchable-select-field {
  --mdc-filled-text-field-container-shape: 0;
}
html .base-searchable-select-field {
  --mdc-filled-text-field-focus-active-indicator-height: 1px;
}
html .base-searchable-select-field {
  --mat-form-field-subscript-text-line-height: 0px;
}
html .base-searchable-select-field {
  --mat-form-field-subscript-text-size: 0;
}
html .base-searchable-select-field .mat-mdc-form-field-bottom-align::before {
  height: 0;
}
html .base-search-field {
  --mat-form-field-container-height: 34px;
}
html .base-search-field {
  --mat-form-field-container-vertical-padding: 6px;
}
html .base-search-field {
  --mdc-filled-text-field-container-shape: 0;
}
html .base-search-field {
  --mdc-filled-text-field-focus-active-indicator-height: 1px;
}
html .base-search-field {
  --mat-form-field-subscript-text-line-height: 0px;
}
html .base-search-field {
  --mat-form-field-subscript-text-size: 0;
}
html .base-search-field .mat-mdc-form-field-bottom-align::before {
  height: 0;
}
html {
  --mdc-icon-button-state-layer-size: 36px;
}
html {
  --mdc-list-list-item-label-text-size: 0.875rem;
}
html {
  --mat-list-active-indicator-shape: 4px;
}
html {
  --mat-list-active-indicator-color: #D7E1F8;
}
html {
  --mdc-list-list-item-one-line-container-height: 40px;
}
html {
  --mat-select-panel-background-color: #F8F9FC;
}
html .mat-mdc-option {
  font-size: 0.875rem;
  min-height: 40px;
}
html .base-searchable-select-panel {
  padding: 0 !important;
}
html {
  --mat-sidenav-content-background-color: var(--mat-sys-surface-container-low);
}
html {
  --mat-sidenav-container-shape: 0;
}
html .mat-drawer-inner-container {
  scrollbar-color: var(--sys-outline-variant) transparent;
  scrollbar-width: 5px;
  scrollbar-width: thin;
}
html .base-snackbar-error {
  --mdc-snackbar-container-color: #ba1a1a;
}
html .base-snackbar-error {
  --mdc-filled-button-container-color: #f7f7f7;
}
html .base-snackbar-error {
  --mdc-filled-button-label-text-color: var(--mdc-snackbar-container-color);
}
html .mat-mdc-row {
  height: 48px;
  min-height: 48px;
}
html {
  --mat-sys-background: #f9f9ff;
  --mat-sys-error: #ba1a1a;
  --mat-sys-error-container: #ffdad6;
  --mat-sys-inverse-on-surface: #eff0fa;
  --mat-sys-inverse-primary: #afc6ff;
  --mat-sys-inverse-surface: #2d3037;
  --mat-sys-on-background: #191c22;
  --mat-sys-on-error: #ffffff;
  --mat-sys-on-error-container: #93000a;
  --mat-sys-on-primary: #ffffff;
  --mat-sys-on-primary-container: #004298;
  --mat-sys-on-primary-fixed: #001943;
  --mat-sys-on-primary-fixed-variant: #004298;
  --mat-sys-on-secondary: #ffffff;
  --mat-sys-on-secondary-container: #2f4866;
  --mat-sys-on-secondary-fixed: #001c37;
  --mat-sys-on-secondary-fixed-variant: #2f4866;
  --mat-sys-on-surface: #191c22;
  --mat-sys-on-surface-variant: #414753;
  --mat-sys-on-tertiary: #ffffff;
  --mat-sys-on-tertiary-container: #444748;
  --mat-sys-on-tertiary-fixed: #191c1d;
  --mat-sys-on-tertiary-fixed-variant: #444748;
  --mat-sys-outline: #727784;
  --mat-sys-outline-variant: #c1c6d5;
  --mat-sys-primary: #0059c7;
  --mat-sys-primary-container: #d9e2ff;
  --mat-sys-primary-fixed: #d9e2ff;
  --mat-sys-primary-fixed-dim: #afc6ff;
  --mat-sys-scrim: #000000;
  --mat-sys-secondary: #47607f;
  --mat-sys-secondary-container: #d2e4ff;
  --mat-sys-secondary-fixed: #d2e4ff;
  --mat-sys-secondary-fixed-dim: #afc8ec;
  --mat-sys-shadow: #000000;
  --mat-sys-surface: #f9f9ff;
  --mat-sys-surface-bright: #f9f9ff;
  --mat-sys-surface-container: #ecedf7;
  --mat-sys-surface-container-high: #e6e8f1;
  --mat-sys-surface-container-highest: #e1e2eb;
  --mat-sys-surface-container-low: #f2f3fd;
  --mat-sys-surface-container-lowest: #ffffff;
  --mat-sys-surface-dim: #d8d9e3;
  --mat-sys-surface-tint: #0059c7;
  --mat-sys-surface-variant: #dee2f2;
  --mat-sys-tertiary: #5c5f60;
  --mat-sys-tertiary-container: #e1e3e4;
  --mat-sys-tertiary-fixed: #e1e3e4;
  --mat-sys-tertiary-fixed-dim: #c4c7c8;
  --mat-sys-neutral-variant20: #2b303c;
  --mat-sys-neutral10: #191c22;
}
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: 300 1rem / 1.5rem Roboto, sans-serif;
  --mat-sys-body-large-font: Roboto, sans-serif;
  --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: 300;
  --mat-sys-body-medium: 300 0.875rem / 1.25rem Roboto, sans-serif;
  --mat-sys-body-medium-font: Roboto, sans-serif;
  --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: 300;
  --mat-sys-body-small: 300 0.75rem / 1rem Roboto, sans-serif;
  --mat-sys-body-small-font: Roboto, sans-serif;
  --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: 300;
  --mat-sys-display-large: 300 3.562rem / 4rem Open Sans;
  --mat-sys-display-large-font: Open Sans;
  --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: 300;
  --mat-sys-display-medium: 300 2.812rem / 3.25rem Open Sans;
  --mat-sys-display-medium-font: Open Sans;
  --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: 300;
  --mat-sys-display-small: 300 2.25rem / 2.75rem Open Sans;
  --mat-sys-display-small-font: Open Sans;
  --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: 300;
  --mat-sys-headline-large: 300 2rem / 2.5rem Open Sans;
  --mat-sys-headline-large-font: Open Sans;
  --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: 300;
  --mat-sys-headline-medium: 300 1.75rem / 2.25rem Open Sans;
  --mat-sys-headline-medium-font: Open Sans;
  --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: 300;
  --mat-sys-headline-small: 300 1.5rem / 2rem Open Sans;
  --mat-sys-headline-small-font: Open Sans;
  --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: 300;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Roboto, sans-serif;
  --mat-sys-label-large-font: Roboto, sans-serif;
  --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: 900;
  --mat-sys-label-medium: 500 0.75rem / 1rem Roboto, sans-serif;
  --mat-sys-label-medium-font: Roboto, sans-serif;
  --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: 900;
  --mat-sys-label-small: 500 0.688rem / 1rem Roboto, sans-serif;
  --mat-sys-label-small-font: Roboto, sans-serif;
  --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: 300 1.375rem / 1.75rem Open Sans;
  --mat-sys-title-large-font: Open Sans;
  --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: 300;
  --mat-sys-title-medium: 500 1rem / 1.5rem Roboto, sans-serif;
  --mat-sys-title-medium-font: Roboto, sans-serif;
  --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, sans-serif;
  --mat-sys-title-small-font: Roboto, sans-serif;
  --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;
}
html {
  --mat-sys-outline: #c0c1c4;
  --mat-sys-outline-variant: #dedfe3;
  --mat-sys-surface: #F8F9FC;
  --mat-sys-surface-container-low: #E7ECF3;
}
.auth-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.auth-page-layout {
  display: flex;
  flex-direction: column;
  margin-top: -200px;
}
.auth-page-layout__content {
  width: 380px;
}
html .base-layout {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  font-weight: 300;
}
html .base-layout header {
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 52px;
  margin: 0 16px;
}
html .base-layout header .base-header-left,
html .base-layout header .base-header-right {
  display: flex;
  align-items: flex-end;
}
html .base-layout header .base-header-left > * {
  margin-right: 8px;
}
html .base-layout header .base-header-right > * {
  margin-left: 8px;
}
html .base-layout header mat-form-field {
  width: 100%;
}
html .base-layout header mat-form-field {
  --mat-form-field-container-height: 34px;
}
html .base-layout header mat-form-field {
  --mat-form-field-container-vertical-padding: 6px;
}
html .base-layout header mat-form-field {
  --mdc-filled-text-field-container-shape: 0;
}
html .base-layout header mat-form-field {
  --mdc-filled-text-field-focus-active-indicator-height: 1px;
}
html .base-layout header mat-form-field {
  --mat-form-field-subscript-text-line-height: 0px;
}
html .base-layout header mat-form-field {
  --mat-form-field-subscript-text-size: 0;
}
html .base-layout header mat-form-field .mat-mdc-form-field-bottom-align::before {
  height: 0;
}
html .base-layout h2 {
  margin: 16px 16px 0;
  font-weight: 300;
}
html .base-layout h3 {
  font-weight: 400;
}
html .base-layout main {
  flex: 1;
  overflow: auto;
  margin: 0 16px;
}
html .base-layout main.main-no-margin {
  margin: unset;
}
html .base-layout main.main-no-margin-right {
  margin: unset;
  margin-left: 16px;
}
html .base-layout main > section {
  height: 100%;
  overflow: auto;
}
html .base-layout main.base-main-row {
  display: flex;
  flex-direction: row;
}
html .base-layout main.base-main-row > section:not(:first-child) {
  padding-left: 16px;
}
html .base-layout footer.base-footer-panel {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 8px;
}
html .base-layout footer .base-footer-left,
html .base-layout footer .base-footer-right {
  display: flex;
  align-items: flex-end;
}
html .base-layout footer .base-footer-left {
  justify-content: start;
}
html .base-layout footer .base-footer-left > * {
  margin-right: 8px;
}
html .base-layout footer .base-footer-right {
  justify-content: end;
}
html .base-layout footer .base-footer-right > * {
  margin-left: 8px;
}
html .base-layout table th,
html .base-layout table td {
  border-bottom: 1px solid #dedfe3;
}
html .base-layout table tbody tr:hover {
  background: rgba(221, 232, 255, 0.16);
  cursor: pointer;
}
html .base-layout table tbody td {
  vertical-align: top;
  padding-top: 4px;
}
html .base-layout table tbody td mat-icon {
  transform: scale(0.8);
}
html .base-layout table .base-td-align-right {
  text-align: right;
  justify-content: flex-end;
}
html .base-layout table small {
  font-size: 12px;
  color: #44474B;
}
html .base-layout form {
}
html .base-layout form.base-form-1col {
  display: flex;
  flex-direction: column;
}
html .base-layout form.base-form-2col {
  display: flex;
  flex-direction: row;
}
html .base-layout form.base-form-3col {
  flex-direction: row;
  justify-content: space-between;
  max-width: 1080px;
}
html .base-layout form.base-form-3col mat-form-field {
  width: 100%;
}
html .base-layout form.base-form-1col,
html .base-layout form.base-form-2col > section:nth-child(1),
html .base-layout form.base-form-3col > section:nth-child(1) {
  width: 360px;
}
html .base-layout form.base-form-3col > section:nth-child(2) {
  flex-grow: 1;
}
html .base-layout form.base-form-2col > section:not(:first-child),
html .base-layout form.base-form-3col > section:not(:first-child) {
  padding-left: 16px;
}
.base-full-width {
  width: 100%;
  min-width: 100%;
}

/* packages/uikit/theme/main.scss */
.main-table-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 40px 0px 0px;
  column-gap: 50px;
  margin-bottom: 40px;
}
.main-table-filters .main-table-filter-input {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
}
.main-table-filters .main-table-filter-input .mat-mdc-form-field-bottom-align,
.main-table-filters .main-table-filter-input .mdc-line-ripple {
  display: none;
}
.main-table-filters .main-table-filter-input .mat-mdc-text-field-wrapper,
.main-table-filters .main-table-filter-input .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-focus-overlay {
  background-color: #ffffff;
}
.main-table-filters .main-table-filter-input input.mat-mdc-input-element::placeholder {
  color: rgba(0, 0, 0, 0.2509803922);
  font-size: 500;
}
.main-table-filters .main-table-filter-input.main-table-filter-date {
  cursor: pointer;
}
.main-table-filters .main-table-filter-input.main-table-filter-date input {
  cursor: pointer;
}
.main-table-filters .main-table-filter-input.main-table-filter-date .mat-mdc-icon-button {
  color: #d9d9d9 !important;
}
.main-table-container {
  margin-right: 20px;
  margin-bottom: 50px;
}
.main-table {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
}
.main-table .mat-mdc-header-row {
  max-height: 40px;
  height: 40px;
}
.main-table th {
  background-color: #fafafa;
  max-height: 40px;
}
.main-table .mat-mdc-header-cell {
  border-bottom-color: #f0f0f0;
}
.main-table .mat-mdc-cell {
  background-color: #ffffff;
  border-bottom-color: #f0f0f0;
}
.mode-select-dropdown {
  width: 70px;
  border: 2px solid #0958d9;
  border-radius: 10px;
  padding: 4px 10px;
}
.mode-select-dropdown__panel {
  margin-top: 12px;
  margin-left: -10px;
}
.mode-select-dropdown .mat-mdc-select-value-text {
  color: #0958d9;
}
.no-arrow .mat-mdc-select-arrow-wrapper {
  display: none;
}
.selector-wrapper .mdc-text-field div {
  border: 0;
}
.selector-wrapper .mdc-line-ripple {
  display: none;
}
.selector-wrapper .mdc-text-field--filled,
.selector-wrapper .mdc-text-field--filled.mdc-text-field--disabled {
  --mat-select-disabled-trigger-text-color: #000000;
  background-color: transparent;
}
.selector-wrapper .mdc-text-field--filled .mat-mdc-form-field-focus-overlay,
.selector-wrapper .mdc-text-field--filled.mdc-text-field--disabled .mat-mdc-form-field-focus-overlay {
  background-color: transparent;
}
.cdm_mat-input-thin div.mat-mdc-form-field-infix {
  padding: 4px 0px;
  min-height: 32px;
}
.cdm_mat-input-thin div.mat-mdc-form-field-icon-suffix {
  height: 32px;
}
mat-form-field.fs-13 {
  font-size: 13px;
}
mat-form-field.lh-18 {
  line-height: 18px;
}
mat-form-field.pr-0 .mat-mdc-text-field-wrapper {
  padding-right: 0px;
}
mat-form-field.pl-8 .mat-mdc-text-field-wrapper {
  padding-left: 8px;
}
mat-form-field.pb-4 .mat-mdc-form-field-infix {
  padding-bottom: 4px;
}
.ecg-conclusion-tree-dialog {
  position: absolute !important;
  right: 365px;
  top: 68px;
  height: calc(100% - 100px);
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.ecg-conclusion-tree-dialog mat-dialog-container .mat-mdc-dialog-surface {
  border-radius: 4px !important;
}
.ecg-technical-events-dialog {
  position: absolute !important;
  right: 6px;
  top: 68px;
  height: calc(100% - 100px);
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.ecg-technical-events-dialog mat-dialog-container .mat-mdc-dialog-surface {
  border-radius: 4px !important;
}
.backdrop {
  width: calc(100% - 340px);
}
.save-dialog__time-select {
  --mat-standard-button-toggle-shape: 0px;
  --mat-standard-button-toggle-divider-color: #C0C1C4;
}
.save-dialog__time-select .mat-button-toggle-group {
  display: flex;
  justify-content: space-between;
  border: none;
}
.save-dialog__time-select .mat-button-toggle-group .mat-button-toggle-label-content {
  padding: 0px 20px;
}
.save-dialog__time-select .mat-button-toggle {
  border: 1px solid #C0C1C4;
  border-radius: 4px;
}
.save-dialog__time-select .mat-button-toggle-button {
  color: #1870DB;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
}
:root {
  --complex-right-shift: 360px;
}
.complex-overlay-panel {
  position: absolute !important;
  display: block !important;
  right: auto !important;
  top: 57px !important;
  left: 44px !important;
  width: calc(100vw - 44px) !important;
  background-color: #ffffff;
  overflow: auto;
  bottom: 0px !important;
}
.complex-overlay-panel__with-right-shift {
  position: absolute !important;
  display: block !important;
  right: 140px !important;
  top: 57px !important;
  left: 41px !important;
  width: calc(100vw - 41px - var(--complex-right-shift)) !important;
  background-color: #ffffff;
  overflow: auto;
  bottom: 0px;
}
.material-symbols-outlined,
mat-icon {
  font-family: "Material Symbols Outlined", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
mat-icon {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 48;
}
.full-width {
  width: 100%;
}
.list-item-active,
.list-item-active:hover,
.list-item-active:focus {
  background-color: #aec3cb !important;
}

/* apps/website/src/styles.scss */
mat-error {
  font-size: 12px;
  color: #f44336;
}
mat-error .mat-mdc-form-field-subscript-wrapper {
  margin-bottom: 16px;
}
.flex {
  display: flex;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.align-items-start {
  align-items: flex-start;
}
.leads-menu.mat-mdc-menu-panel {
  background-color: #F9FAFB;
  border-radius: 8px;
  padding: 0 8px 0 4px;
  margin-left: 36px;
  margin-top: -31px;
  overflow: visible;
}
@media (max-height: 600px) {
  .leads-menu.mat-mdc-menu-panel {
    margin-top: -5px;
    overflow: auto;
  }
}
.leads-menu.mat-mdc-menu-panel > mdc-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
}
.leads-menu.mat-mdc-menu-panel .mat-mdc-menu-content {
  padding: 0;
}
.gap-1 {
  gap: 4px;
}

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