/* src/custom-theme.scss */
html {
  --mat-sys-background: light-dark(#faf9fd, #121316);
  --mat-sys-error: light-dark(#ba1a1a, #ffb4ab);
  --mat-sys-error-container: light-dark(#ffdad6, #93000a);
  --mat-sys-inverse-on-surface: light-dark(#f2f0f4, #2f3033);
  --mat-sys-inverse-primary: light-dark(#abc7ff, #005cbb);
  --mat-sys-inverse-surface: light-dark(#2f3033, #e3e2e6);
  --mat-sys-on-background: light-dark(#1a1b1f, #e3e2e6);
  --mat-sys-on-error: light-dark(#ffffff, #690005);
  --mat-sys-on-error-container: light-dark(#93000a, #ffdad6);
  --mat-sys-on-primary: light-dark(#ffffff, #002f65);
  --mat-sys-on-primary-container: light-dark(#00458f, #d7e3ff);
  --mat-sys-on-primary-fixed: light-dark(#001b3f, #001b3f);
  --mat-sys-on-primary-fixed-variant: light-dark(#00458f, #00458f);
  --mat-sys-on-secondary: light-dark(#ffffff, #283041);
  --mat-sys-on-secondary-container: light-dark(#3e4759, #dae2f9);
  --mat-sys-on-secondary-fixed: light-dark(#131c2b, #131c2b);
  --mat-sys-on-secondary-fixed-variant: light-dark(#3e4759, #3e4759);
  --mat-sys-on-surface: light-dark(#1a1b1f, #e3e2e6);
  --mat-sys-on-surface-variant: light-dark(#44474e, #e0e2ec);
  --mat-sys-on-tertiary: light-dark(#ffffff, #002f65);
  --mat-sys-on-tertiary-container: light-dark(#00458f, #d7e3ff);
  --mat-sys-on-tertiary-fixed: light-dark(#001b3f, #001b3f);
  --mat-sys-on-tertiary-fixed-variant: light-dark(#00458f, #00458f);
  --mat-sys-outline: light-dark(#74777f, #8e9099);
  --mat-sys-outline-variant: light-dark(#c4c6d0, #44474e);
  --mat-sys-primary: light-dark(#005cbb, #abc7ff);
  --mat-sys-primary-container: light-dark(#d7e3ff, #00458f);
  --mat-sys-primary-fixed: light-dark(#d7e3ff, #d7e3ff);
  --mat-sys-primary-fixed-dim: light-dark(#abc7ff, #abc7ff);
  --mat-sys-scrim: light-dark(#000000, #000000);
  --mat-sys-secondary: light-dark(#565e71, #bec6dc);
  --mat-sys-secondary-container: light-dark(#dae2f9, #3e4759);
  --mat-sys-secondary-fixed: light-dark(#dae2f9, #dae2f9);
  --mat-sys-secondary-fixed-dim: light-dark(#bec6dc, #bec6dc);
  --mat-sys-shadow: light-dark(#000000, #000000);
  --mat-sys-surface: light-dark(#faf9fd, #121316);
  --mat-sys-surface-bright: light-dark(#faf9fd, #38393c);
  --mat-sys-surface-container: light-dark(#efedf0, #1f2022);
  --mat-sys-surface-container-high: light-dark(#e9e7eb, #292a2c);
  --mat-sys-surface-container-highest: light-dark(#e3e2e6, #343537);
  --mat-sys-surface-container-low: light-dark(#f4f3f6, #1a1b1f);
  --mat-sys-surface-container-lowest: light-dark(#ffffff, #0d0e11);
  --mat-sys-surface-dim: light-dark(#dbd9dd, #121316);
  --mat-sys-surface-tint: light-dark(#005cbb, #abc7ff);
  --mat-sys-surface-variant: light-dark(#e0e2ec, #44474e);
  --mat-sys-tertiary: light-dark(#005cbb, #abc7ff);
  --mat-sys-tertiary-container: light-dark(#d7e3ff, #00458f);
  --mat-sys-tertiary-fixed: light-dark(#d7e3ff, #d7e3ff);
  --mat-sys-tertiary-fixed-dim: light-dark(#abc7ff, #abc7ff);
  --mat-sys-neutral-variant20: #2d3038;
  --mat-sys-neutral10: #1a1b1f;
  --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);
  --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);
  --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);
  --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);
  --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);
  --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);
  --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;
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 36px;
  --mat-chip-container-height: 28px;
  --mat-expansion-header-collapsed-state-height: 44px;
  --mat-expansion-header-expanded-state-height: 60px;
  --mat-fab-small-touch-target-display: ;
  --mat-fab-touch-target-display: block;
  --mat-button-filled-touch-target-display: block;
  --mat-button-filled-container-height: 36px;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
  --mat-form-field-container-height: 52px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 14px;
  --mat-form-field-filled-with-label-container-padding-top: 22px;
  --mat-form-field-filled-with-label-container-padding-bottom: 6px;
  --mat-icon-button-touch-target-display: block;
  --mat-icon-button-state-layer-size: 36px;
  --mat-list-list-item-leading-icon-start-space: 12px;
  --mat-list-list-item-leading-icon-end-space: 12px;
  --mat-list-list-item-one-line-container-height: 44px;
  --mat-list-list-item-two-line-container-height: 60px;
  --mat-list-list-item-three-line-container-height: 84px;
  --mat-paginator-container-size: 52px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mat-radio-touch-target-display: block;
  --mat-radio-state-layer-size: 36px;
  --mat-tab-container-height: 44px;
  --mat-select-arrow-transform: translateY(-8px);
  --mat-button-toggle-height: 40px;
  --mat-stepper-header-height: 68px;
  --mat-table-header-container-height: 52px;
  --mat-table-footer-container-height: 48px;
  --mat-table-row-item-container-height: 48px;
  --mat-toolbar-standard-height: 60px;
  --mat-toolbar-mobile-height: 52px;
  --mat-tree-node-min-height: 44px;
  --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;
  --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;
}
body {
  color-scheme: light;
  background-color: #f6f8fc;
  color: #1f2937;
  font: var(--mat-sys-body-medium);
  margin: 0;
}

/* src/app/scss/helpers.scss */
.flex-row {
  display: flex;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.j-space-between {
  justify-content: space-between !important;
}
.j-start {
  justify-content: flex-start;
}
.j-end {
  justify-content: flex-end;
}
.d-block {
  display: block;
}
.flex-1 {
  flex: 1;
}
.flex-0 {
  flex: 0;
}
.flex-wrap {
  flex-wrap: wrap;
}
.m-0-auto {
  margin: 0 auto;
}
.a-center {
  align-items: center;
}
.a-start {
  align-items: start;
}
.a-s-end {
  align-self: end;
}
.a-s-start {
  align-self: start;
}
.l-height-1-5 {
  line-height: 1.5rem;
}
.t-uppercase {
  text-transform: uppercase;
}
.t-capitalize {
  text-transform: capitalize;
}
.t-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.scroll-auto {
  overflow-y: auto;
}
.cursor-pointer {
  cursor: pointer;
}
.round {
  border-radius: 50%;
}
.circle {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  letter-spacing: -0.1rem;
}
.circle.lg {
  width: 4.2rem;
  height: 4.2rem;
}
.page-data {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.page-data .c-table {
  overflow: hidden;
}
.pd-1 {
  padding: 1rem;
}
.w-00 {
  width: 00%;
}
.w-05 {
  width: 05%;
}
.w-0 {
  width: 0%;
}
.w-size-00 {
  width: 00rem;
}
.max-w-0 {
  width: 0px;
}
.h-00 {
  height: 00%;
}
.h-05 {
  height: 05%;
}
.mr-0 {
  margin: 0rem;
}
.mrt-0 {
  margin-top: 0rem;
}
.mrt-0-0 {
  margin-top: .0rem;
}
.mrb-0 {
  margin-bottom: 0rem !important;
}
.mrl-0 {
  margin-left: 0rem;
}
.mrr-0-0 {
  margin-right: .0rem;
}
.mrr-0 {
  margin-right: 0rem;
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.w-1 {
  width: 1%;
}
.w-size-10 {
  width: 10rem;
}
.max-w-1 {
  width: 1px;
}
.h-10 {
  height: 10%;
}
.h-15 {
  height: 15%;
}
.mr-1 {
  margin: 1rem;
}
.mrt-1 {
  margin-top: 1rem;
}
.mrt-0-1 {
  margin-top: .1rem;
}
.mrb-1 {
  margin-bottom: 1rem !important;
}
.mrl-1 {
  margin-left: 1rem;
}
.mrr-0-1 {
  margin-right: .1rem;
}
.mrr-1 {
  margin-right: 1rem;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-2 {
  width: 2%;
}
.w-size-20 {
  width: 20rem;
}
.max-w-2 {
  width: 2px;
}
.h-20 {
  height: 20%;
}
.h-25 {
  height: 25%;
}
.mr-2 {
  margin: 2rem;
}
.mrt-2 {
  margin-top: 2rem;
}
.mrt-0-2 {
  margin-top: .2rem;
}
.mrb-2 {
  margin-bottom: 2rem !important;
}
.mrl-2 {
  margin-left: 2rem;
}
.mrr-0-2 {
  margin-right: .2rem;
}
.mrr-2 {
  margin-right: 2rem;
}
.w-30 {
  width: 30%;
}
.w-35 {
  width: 35%;
}
.w-3 {
  width: 3%;
}
.w-size-30 {
  width: 30rem;
}
.max-w-3 {
  width: 3px;
}
.h-30 {
  height: 30%;
}
.h-35 {
  height: 35%;
}
.mr-3 {
  margin: 3rem;
}
.mrt-3 {
  margin-top: 3rem;
}
.mrt-0-3 {
  margin-top: .3rem;
}
.mrb-3 {
  margin-bottom: 3rem !important;
}
.mrl-3 {
  margin-left: 3rem;
}
.mrr-0-3 {
  margin-right: .3rem;
}
.mrr-3 {
  margin-right: 3rem;
}
.w-40 {
  width: 40%;
}
.w-45 {
  width: 45%;
}
.w-4 {
  width: 4%;
}
.w-size-40 {
  width: 40rem;
}
.max-w-4 {
  width: 4px;
}
.h-40 {
  height: 40%;
}
.h-45 {
  height: 45%;
}
.mr-4 {
  margin: 4rem;
}
.mrt-4 {
  margin-top: 4rem;
}
.mrt-0-4 {
  margin-top: .4rem;
}
.mrb-4 {
  margin-bottom: 4rem !important;
}
.mrl-4 {
  margin-left: 4rem;
}
.mrr-0-4 {
  margin-right: .4rem;
}
.mrr-4 {
  margin-right: 4rem;
}
.w-50 {
  width: 50%;
}
.w-55 {
  width: 55%;
}
.w-5 {
  width: 5%;
}
.w-size-50 {
  width: 50rem;
}
.max-w-5 {
  width: 5px;
}
.h-50 {
  height: 50%;
}
.h-55 {
  height: 55%;
}
.mr-5 {
  margin: 5rem;
}
.mrt-5 {
  margin-top: 5rem;
}
.mrt-0-5 {
  margin-top: .5rem;
}
.mrb-5 {
  margin-bottom: 5rem !important;
}
.mrl-5 {
  margin-left: 5rem;
}
.mrr-0-5 {
  margin-right: .5rem;
}
.mrr-5 {
  margin-right: 5rem;
}
.w-60 {
  width: 60%;
}
.w-65 {
  width: 65%;
}
.w-6 {
  width: 6%;
}
.w-size-60 {
  width: 60rem;
}
.max-w-6 {
  width: 6px;
}
.h-60 {
  height: 60%;
}
.h-65 {
  height: 65%;
}
.mr-6 {
  margin: 6rem;
}
.mrt-6 {
  margin-top: 6rem;
}
.mrt-0-6 {
  margin-top: .6rem;
}
.mrb-6 {
  margin-bottom: 6rem !important;
}
.mrl-6 {
  margin-left: 6rem;
}
.mrr-0-6 {
  margin-right: .6rem;
}
.mrr-6 {
  margin-right: 6rem;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-7 {
  width: 7%;
}
.w-size-70 {
  width: 70rem;
}
.max-w-7 {
  width: 7px;
}
.h-70 {
  height: 70%;
}
.h-75 {
  height: 75%;
}
.mr-7 {
  margin: 7rem;
}
.mrt-7 {
  margin-top: 7rem;
}
.mrt-0-7 {
  margin-top: .7rem;
}
.mrb-7 {
  margin-bottom: 7rem !important;
}
.mrl-7 {
  margin-left: 7rem;
}
.mrr-0-7 {
  margin-right: .7rem;
}
.mrr-7 {
  margin-right: 7rem;
}
.w-80 {
  width: 80%;
}
.w-85 {
  width: 85%;
}
.w-8 {
  width: 8%;
}
.w-size-80 {
  width: 80rem;
}
.max-w-8 {
  width: 8px;
}
.h-80 {
  height: 80%;
}
.h-85 {
  height: 85%;
}
.mr-8 {
  margin: 8rem;
}
.mrt-8 {
  margin-top: 8rem;
}
.mrt-0-8 {
  margin-top: .8rem;
}
.mrb-8 {
  margin-bottom: 8rem !important;
}
.mrl-8 {
  margin-left: 8rem;
}
.mrr-0-8 {
  margin-right: .8rem;
}
.mrr-8 {
  margin-right: 8rem;
}
.w-90 {
  width: 90%;
}
.w-95 {
  width: 95%;
}
.w-9 {
  width: 9%;
}
.w-size-90 {
  width: 90rem;
}
.max-w-9 {
  width: 9px;
}
.h-90 {
  height: 90%;
}
.h-95 {
  height: 95%;
}
.mr-9 {
  margin: 9rem;
}
.mrt-9 {
  margin-top: 9rem;
}
.mrt-0-9 {
  margin-top: .9rem;
}
.mrb-9 {
  margin-bottom: 9rem !important;
}
.mrl-9 {
  margin-left: 9rem;
}
.mrr-0-9 {
  margin-right: .9rem;
}
.mrr-9 {
  margin-right: 9rem;
}
.w-100 {
  width: 100%;
}
.w-105 {
  width: 105%;
}
.w-10 {
  width: 10%;
}
.w-size-100 {
  width: 100rem;
}
.max-w-10 {
  width: 10px;
}
.h-100 {
  height: 100%;
}
.h-105 {
  height: 105%;
}
.mr-10 {
  margin: 10rem;
}
.mrt-10 {
  margin-top: 10rem;
}
.mrt-0-10 {
  margin-top: .10rem;
}
.mrb-10 {
  margin-bottom: 10rem !important;
}
.mrl-10 {
  margin-left: 10rem;
}
.mrr-0-10 {
  margin-right: .10rem;
}
.mrr-10 {
  margin-right: 10rem;
}

/* src/styles.css */
html {
  height: 100%;
}
body {
  margin: 0;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  height: 100%;
  background:
    linear-gradient(
      180deg,
      #f9fbff 0%,
      #f3f6fb 100%);
}
.flex {
  display: flex;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.align-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.w50 {
  width: 50%;
}
.w100 {
  width: 100%;
}
.gap {
  gap: 1rem;
}
@media screen and (max-width: 900px) {
  .hide_mobile {
    display: none !important;
  }
}
.wider-dialog {
  max-width: none !important;
  width: clamp(800px, 95vw, 1600px) !important;
  height: clamp(600px, 90vh, 90vh) !important;
}
mat-card {
  opacity: 1;
  border: 1px solid #e0e7f0;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06) !important;
  border-radius: 12px !important;
}
.mat-mdc-form-field-subscript-wrapper {
  min-height: 18px;
}
.mat-mdc-form-field {
  --mdc-outlined-text-field-container-shape: 8px;
}
.mat-mdc-form-field .mdc-text-field {
  background: #fff !important;
}
.mat-mdc-form-field .mdc-text-field--filled {
  border: 1px solid #cfd9e6;
  border-radius: 8px;
  background: #fff !important;
}
.mat-mdc-form-field .mdc-text-field--filled .mdc-line-ripple {
  display: none;
}
.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline__leading,
.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline__notch,
.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline__trailing {
  border-color: #cfd9e6 !important;
}
.mat-mdc-form-field .mdc-text-field--focused .mdc-notched-outline__leading,
.mat-mdc-form-field .mdc-text-field--focused .mdc-notched-outline__notch,
.mat-mdc-form-field .mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: #1f66dc !important;
  border-width: 1px !important;
}
.mat-mdc-select-panel {
  border: 1px solid #d6e2f3 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 30px rgba(31, 102, 220, 0.14) !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.mat-mdc-option,
.mdc-list-item--with-one-line {
  min-height: 44px !important;
}
.mat-mdc-option .mdc-list-item__primary-text {
  color: #1f2b3f !important;
}
.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled),
.mat-mdc-option.mat-mdc-option-active:not(.mdc-list-item--disabled) {
  background: #eaf2ff !important;
}
.mat-mdc-option:hover:not(.mdc-list-item--disabled) {
  background: #f3f7ff !important;
}
.mat-mdc-option .mat-pseudo-checkbox-full,
.mat-mdc-option .mat-pseudo-checkbox-minimal {
  border-color: #86a8e2 !important;
}
.mat-mdc-option .mat-pseudo-checkbox-checked,
.mat-mdc-option .mat-pseudo-checkbox-indeterminate {
  background: #1f66dc !important;
  border-color: #1f66dc !important;
}
.mat-mdc-option .ngx-mat-select-search {
  padding: 4px 2px 6px !important;
}
.mat-mdc-option .ngx-mat-select-search .mat-mdc-form-field {
  width: 100%;
}
.mat-mdc-option .ngx-mat-select-search .mdc-text-field,
.mat-select-search-input {
  background: #ffffff !important;
  border-radius: 8px !important;
}
.mat-mdc-option .ngx-mat-select-search .mdc-notched-outline__leading,
.mat-mdc-option .ngx-mat-select-search .mdc-notched-outline__notch,
.mat-mdc-option .ngx-mat-select-search .mdc-notched-outline__trailing {
  border-color: #cfd9e6 !important;
}
.mat-mdc-option .ngx-mat-select-search input,
.mat-select-search-input {
  color: #1f2b3f !important;
}
.mat-mdc-option .ngx-mat-select-search input::placeholder,
.mat-select-search-input::placeholder {
  color: #6f8099 !important;
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #1f66dc;
}
.mat-mdc-menu-panel {
  border: 1px solid #dce3ed;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12) !important;
}
.mat-mdc-button,
.mat-mdc-outlined-button,
.mat-mdc-raised-button,
.mat-mdc-unelevated-button,
.mat-mdc-fab,
.mat-mdc-mini-fab {
  border-radius: 6px !important;
  --mdc-text-button-container-shape: 6px;
  --mdc-outlined-button-container-shape: 6px;
  --mdc-protected-button-container-shape: 6px;
  --mdc-filled-button-container-shape: 6px;
  --mdc-fab-container-shape: 6px;
}
.mat-mdc-icon-button {
  border-radius: 6px !important;
}
.mat-button-toggle-group {
  border-radius: 6px !important;
  overflow: hidden;
}
.mat-button-toggle-group .mat-button-toggle {
  border-radius: 0 !important;
}
.mat-datepicker-content,
.mat-mdc-datepicker-content {
  background: #ffffff !important;
  border: 1px solid #d5e2f5;
  border-radius: 12px !important;
  box-shadow: 0 14px 30px rgba(31, 102, 220, 0.16) !important;
}
.mat-calendar {
  background: #ffffff !important;
}
.mat-calendar-header {
  background: #f5f9ff;
  border-bottom: 1px solid #e1ebfb;
}
.mat-calendar-period-button {
  color: #1f3e68 !important;
  font-weight: 700;
}
.mat-calendar-arrow {
  fill: #1f66dc !important;
}
.mat-calendar-table-header th {
  color: #4b5f7f;
  font-weight: 600;
}
.mat-calendar-body-cell-content {
  color: #1f2937;
  border-radius: 8px !important;
}
.mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: #7aa7f2 !important;
  color: #1f66dc;
}
.mat-calendar-body-selected {
  background: #1f66dc !important;
  color: #ffffff !important;
}
.mat-calendar-body-in-range::before {
  background: #e8f1ff !important;
}
.mat-calendar-body-active .mat-calendar-body-cell-content,
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover .mat-calendar-body-cell-content {
  background: #edf4ff;
}

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