/* src/styles.scss */
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
:root,
:host {
  --default-font-family: "Open Sans", sans-serif;
  --color-black: #333;
  --color-white: #fff;
  --color-neutral-100: #f1f3f4;
  --color-neutral-200: #e2e6ea;
  --color-neutral-300: #d4d8dc;
  --color-neutral-400: #b3bfc7;
  --color-neutral-500: #b1bbc3;
  --color-neutral-600: #647887;
  --color-neutral-700: #50606c;
  --color-primary-100: #e1edff;
  --color-primary-200: #bdd8ff;
  --color-primary-300: #85bcd8;
  --color-primary-400: #0b7ab1;
  --color-primary-500: #085c85;
  --color-primary-600: #063d59;
  --color-secondary-100: #ebe4ff;
  --color-secondary-200: #d2c2ff;
  --color-secondary-300: #9d82c3;
  --color-secondary-400: #3c0687;
  --color-secondary-500: #28045a;
  --color-secondary-600: #063d59;
  --color-green-100: #ceedd5;
  --color-green-200: #97bfa0;
  --color-green-300: #2f7f42;
  --color-green-400: #235f31;
  --color-green-500: #173f21;
  --color-yellow-100: #fcecba;
  --color-yellow-200: #fadd85;
  --color-yellow-300: #e7c38e;
  --color-yellow-400: #cf881d;
  --color-yellow-500: #9a6516;
  --color-yellow-600: #67430f;
  --color-red-100: #fdccd0;
  --color-red-200: #fcacb2;
  --color-red-300: #da848b;
  --color-red-400: #b50917;
  --color-red-500: #870611;
  --color-red-600: #5a040b;
  --color-brand-anthem-light: #eaf0f6;
  --color-brand-anthem-dark: #2967a0;
  --color-brand-aetna-light: #f1ecf4;
  --color-brand-aetna-dark: #754593;
  --color-brand-humana-light: #f0f5eb;
  --color-brand-humana-dark: #6b9635;
  --color-brand-uhc-light: #e6eaf1;
  --color-brand-uhc-dark: #082872;
  --color-gray-100: oklch(96.7% 0.003 264.542);
  --spacing: 0.25rem;
}
@layer mfe-mnc-reporting {
  @layer theme;
  @layer utilities {
    .visible {
      visibility: visible;
    }
    .fixed {
      position: fixed;
    }
    .static {
      position: static;
    }
    .start {
      inset-inline-start: var(--spacing);
    }
    .end {
      inset-inline-end: var(--spacing);
    }
    .mb-2 {
      margin-bottom: calc(var(--spacing) * 2);
    }
    .block {
      display: block;
    }
    .flex {
      display: flex;
    }
    .grid {
      display: grid;
    }
    .hidden {
      display: none;
    }
    .flex-wrap {
      flex-wrap: wrap;
    }
    .justify-center {
      justify-content: center;
    }
    .overflow-auto {
      overflow: auto;
    }
    .border {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
    .bg-gray-100 {
      background-color: var(--color-gray-100);
    }
    .bg-green-100 {
      background-color: var(--color-green-100);
    }
    .bg-yellow-100 {
      background-color: var(--color-yellow-100);
    }
  }
}
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-border-style: solid;
    }
  }
}

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