/* src/styles.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * 15px);
  margin-right: calc(-1 * 15px);
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
[class^=col-] {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.col-1 {
  flex: 0 0 0.0833333333;
  max-width: 0.0833333333;
}
.col-2 {
  flex: 0 0 0.1666666667;
  max-width: 0.1666666667;
}
.col-3 {
  flex: 0 0 0.25;
  max-width: 0.25;
}
.col-4 {
  flex: 0 0 0.3333333333;
  max-width: 0.3333333333;
}
.col-5 {
  flex: 0 0 0.4166666667;
  max-width: 0.4166666667;
}
.col-6 {
  flex: 0 0 0.5;
  max-width: 0.5;
}
.col-7 {
  flex: 0 0 0.5833333333;
  max-width: 0.5833333333;
}
.col-8 {
  flex: 0 0 0.6666666667;
  max-width: 0.6666666667;
}
.col-9 {
  flex: 0 0 0.75;
  max-width: 0.75;
}
.col-10 {
  flex: 0 0 0.8333333333;
  max-width: 0.8333333333;
}
.col-11 {
  flex: 0 0 0.9166666667;
  max-width: 0.9166666667;
}
.col-12 {
  flex: 0 0 1;
  max-width: 1;
}
@media (min-width: 576px) {
  .sm-col-1 {
    flex: 0 0 0.0833333333;
    max-width: 0.0833333333;
  }
  .sm-col-2 {
    flex: 0 0 0.1666666667;
    max-width: 0.1666666667;
  }
  .sm-col-3 {
    flex: 0 0 0.25;
    max-width: 0.25;
  }
  .sm-col-4 {
    flex: 0 0 0.3333333333;
    max-width: 0.3333333333;
  }
  .sm-col-5 {
    flex: 0 0 0.4166666667;
    max-width: 0.4166666667;
  }
  .sm-col-6 {
    flex: 0 0 0.5;
    max-width: 0.5;
  }
  .sm-col-7 {
    flex: 0 0 0.5833333333;
    max-width: 0.5833333333;
  }
  .sm-col-8 {
    flex: 0 0 0.6666666667;
    max-width: 0.6666666667;
  }
  .sm-col-9 {
    flex: 0 0 0.75;
    max-width: 0.75;
  }
  .sm-col-10 {
    flex: 0 0 0.8333333333;
    max-width: 0.8333333333;
  }
  .sm-col-11 {
    flex: 0 0 0.9166666667;
    max-width: 0.9166666667;
  }
  .sm-col-12 {
    flex: 0 0 1;
    max-width: 1;
  }
}
@media (min-width: 768px) {
  .md-col-1 {
    flex: 0 0 0.0833333333;
    max-width: 0.0833333333;
  }
  .md-col-2 {
    flex: 0 0 0.1666666667;
    max-width: 0.1666666667;
  }
  .md-col-3 {
    flex: 0 0 0.25;
    max-width: 0.25;
  }
  .md-col-4 {
    flex: 0 0 0.3333333333;
    max-width: 0.3333333333;
  }
  .md-col-5 {
    flex: 0 0 0.4166666667;
    max-width: 0.4166666667;
  }
  .md-col-6 {
    flex: 0 0 0.5;
    max-width: 0.5;
  }
  .md-col-7 {
    flex: 0 0 0.5833333333;
    max-width: 0.5833333333;
  }
  .md-col-8 {
    flex: 0 0 0.6666666667;
    max-width: 0.6666666667;
  }
  .md-col-9 {
    flex: 0 0 0.75;
    max-width: 0.75;
  }
  .md-col-10 {
    flex: 0 0 0.8333333333;
    max-width: 0.8333333333;
  }
  .md-col-11 {
    flex: 0 0 0.9166666667;
    max-width: 0.9166666667;
  }
  .md-col-12 {
    flex: 0 0 1;
    max-width: 1;
  }
}
@media (min-width: 992px) {
  .lg-col-1 {
    flex: 0 0 0.0833333333;
    max-width: 0.0833333333;
  }
  .lg-col-2 {
    flex: 0 0 0.1666666667;
    max-width: 0.1666666667;
  }
  .lg-col-3 {
    flex: 0 0 0.25;
    max-width: 0.25;
  }
  .lg-col-4 {
    flex: 0 0 0.3333333333;
    max-width: 0.3333333333;
  }
  .lg-col-5 {
    flex: 0 0 0.4166666667;
    max-width: 0.4166666667;
  }
  .lg-col-6 {
    flex: 0 0 0.5;
    max-width: 0.5;
  }
  .lg-col-7 {
    flex: 0 0 0.5833333333;
    max-width: 0.5833333333;
  }
  .lg-col-8 {
    flex: 0 0 0.6666666667;
    max-width: 0.6666666667;
  }
  .lg-col-9 {
    flex: 0 0 0.75;
    max-width: 0.75;
  }
  .lg-col-10 {
    flex: 0 0 0.8333333333;
    max-width: 0.8333333333;
  }
  .lg-col-11 {
    flex: 0 0 0.9166666667;
    max-width: 0.9166666667;
  }
  .lg-col-12 {
    flex: 0 0 1;
    max-width: 1;
  }
}
@media (min-width: 1200px) {
  .xl-col-1 {
    flex: 0 0 0.0833333333;
    max-width: 0.0833333333;
  }
  .xl-col-2 {
    flex: 0 0 0.1666666667;
    max-width: 0.1666666667;
  }
  .xl-col-3 {
    flex: 0 0 0.25;
    max-width: 0.25;
  }
  .xl-col-4 {
    flex: 0 0 0.3333333333;
    max-width: 0.3333333333;
  }
  .xl-col-5 {
    flex: 0 0 0.4166666667;
    max-width: 0.4166666667;
  }
  .xl-col-6 {
    flex: 0 0 0.5;
    max-width: 0.5;
  }
  .xl-col-7 {
    flex: 0 0 0.5833333333;
    max-width: 0.5833333333;
  }
  .xl-col-8 {
    flex: 0 0 0.6666666667;
    max-width: 0.6666666667;
  }
  .xl-col-9 {
    flex: 0 0 0.75;
    max-width: 0.75;
  }
  .xl-col-10 {
    flex: 0 0 0.8333333333;
    max-width: 0.8333333333;
  }
  .xl-col-11 {
    flex: 0 0 0.9166666667;
    max-width: 0.9166666667;
  }
  .xl-col-12 {
    flex: 0 0 1;
    max-width: 1;
  }
}
.m-0 {
  margin: 0rem;
}
.mt-0 {
  margin-top: 0rem;
}
.mr-0 {
  margin-right: 0rem;
}
.mb-0 {
  margin-bottom: 0rem;
}
.ml-0 {
  margin-left: 0rem;
}
.m-1 {
  margin: 0.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.m-3 {
  margin: 0.75rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.m-4 {
  margin: 1rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-4 {
  margin-left: 1rem;
}
.m-5 {
  margin: 1.25rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.p-0 {
  padding: 0rem;
}
.pt-0 {
  padding-top: 0rem;
}
.pr-0 {
  padding-right: 0rem;
}
.pb-0 {
  padding-bottom: 0rem;
}
.pl-0 {
  padding-left: 0rem;
}
.p-1 {
  padding: 0.25rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-4 {
  padding-left: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  font-size: 14px;
}
span {
  font-size: 14px;
}
div {
  font-size: 20px;
}
small {
  font-size: 12px;
}
x_small {
  font-size: 10px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 12px;
  }
  p {
    font-size: 12px;
  }
  span {
    font-size: 12px;
  }
  div {
    font-size: 16px;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  p,
  span {
    font-size: 13px;
  }
  div {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  p,
  span {
    font-size: 14px;
  }
  div {
    font-size: 20px;
  }
}
.pill-dropdown .mdc-notched-outline,
.pill-dropdown .mdc-line-ripple {
  display: none !important;
}
.pill-dropdown .mat-mdc-text-field-wrapper {
  background-color: #1e3a8a !important;
  border-radius: 999px !important;
  height: 36px !important;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #1e3a8a !important;
}
.pill-dropdown .mat-mdc-select-trigger {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  color: white !important;
  font-weight: 500;
}
.pill-dropdown .mat-mdc-select-arrow,
.pill-dropdown .arrow,
.pill-dropdown .text,
.pill-dropdown .mat-mdc-select-placeholder {
  color: white !important;
}
.pill-dropdown .arrow {
  font-size: 12px;
}
.pill-dropdown .mat-mdc-text-field-wrapper:hover,
.pill-dropdown.mat-focused .mat-mdc-text-field-wrapper {
  background-color: rgb(20.8928571429, 40.3928571429, 96.1071428571) !important;
}
.plan-excecution-dropdown.pill-dropdown .mdc-notched-outline,
.plan-excecution-dropdown.pill-dropdown .mdc-line-ripple {
  display: none !important;
}
.plan-excecution-dropdown.pill-dropdown .mat-mdc-text-field-wrapper {
  background-color: #fff !important;
  border-radius: 5px !important;
  height: 36px !important;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #1e3a8a !important;
}
.plan-excecution-dropdown.pill-dropdown .mat-mdc-select-trigger {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  color: #000 !important;
  font-weight: 500;
}
.plan-excecution-dropdown.pill-dropdown .mat-mdc-select-arrow,
.plan-excecution-dropdown.pill-dropdown .arrow,
.plan-excecution-dropdown.pill-dropdown .text,
.plan-excecution-dropdown.pill-dropdown .mat-mdc-select-placeholder {
  color: #000 !important;
}
.plan-excecution-dropdown.pill-dropdown .arrow {
  font-size: 12px;
}
.plan-excecution-dropdown.pill-dropdown .mat-mdc-text-field-wrapper:hover,
.plan-excecution-dropdown.pill-dropdown.mat-focused .mat-mdc-text-field-wrapper {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}
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, #0001ac);
  --mat-sys-on-tertiary-container: light-dark(#0000ef, #e0e0ff);
  --mat-sys-on-tertiary-fixed: light-dark(#00006e, #00006e);
  --mat-sys-on-tertiary-fixed-variant: light-dark(#0000ef, #0000ef);
  --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(#343dff, #bec2ff);
  --mat-sys-tertiary-container: light-dark(#e0e0ff, #0000ef);
  --mat-sys-tertiary-fixed: light-dark(#e0e0ff, #e0e0ff);
  --mat-sys-tertiary-fixed-dim: light-dark(#bec2ff, #bec2ff);
  --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-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: var(--mat-sys-surface);
  color: var(--mat-sys-on-surface);
  font: var(--mat-sys-body-medium);
  margin: 0;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
html,
body {
  height: 100%;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.container-fluid {
  padding: 15px;
  margin: 0 auto;
}
.container {
  padding: 15px;
  margin: 0 auto;
  max-width: 80%;
}
[disabled] {
  opacity: 0.5;
}
.spinner-container {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.52);
  z-index: 99;
}
.no_data_found {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 256px);
  font-weight: bold;
}
::ng-deep .small-field,
::ng-deep .small-field .mat-start-date.mat-date-range-input-inner,
::ng-deep .small-field .mat-end-date.mat-date-range-input-inner,
::ng-deep .small-field .mat-mdc-input-element::placeholder,
::ng-deep .small-field .mat-mdc-input-element,
::ng-deep .small-field .mat-mdc-floating-label {
  font-size: 13px;
}
::-webkit-scrollbar {
  width: 5px;
}
* {
  scrollbar-width: thin;
}

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