/* src/styles.scss */
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji";
    --font-mono:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --color-amber-50: oklch(98.7% 0.022 95.277);
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --radius-xs: 0.125rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
       {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type=button], [type=reset], [type=submit]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .mx-6 {
    margin-inline: calc(var(--spacing) * 6);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .basis-2xl {
    flex-basis: var(--container-2xl);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .self-end {
    align-self: flex-end;
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .mask-repeat {
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-amber-50 {
    color: var(--color-amber-50);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
@font-face {
  font-family: "Mukta Mahee Regular";
  font-style: normal;
  font-weight: 400;
  src: url("./media/mukta-mahee-v5-latin-regular.eot");
  src:
    local("Mukta Mahee Regular"),
    local("MuktaMahee-Regular"),
    url("./media/mukta-mahee-v5-latin-regular.eot?#iefix") format("embedded-opentype"),
    url("./media/mukta-mahee-v5-latin-regular.woff2") format("woff2"),
    url("./media/mukta-mahee-v5-latin-regular.woff") format("woff"),
    url("./media/mukta-mahee-v5-latin-regular.ttf") format("truetype"),
    url("./media/mukta-mahee-v5-latin-regular.svg#MuktaMahee") format("svg");
}
@font-face {
  font-family: "Mukta-Mahee Regular";
  font-style: normal;
  font-weight: 500;
  src: url("./media/mukta-mahee-v5-latin-500.eot");
  src:
    local("Mukta Mahee Medium"),
    local("MuktaMahee-Medium"),
    url("./media/mukta-mahee-v5-latin-500.eot?#iefix") format("embedded-opentype"),
    url("./media/mukta-mahee-v5-latin-500.woff2") format("woff2"),
    url("./media/mukta-mahee-v5-latin-500.woff") format("woff"),
    url("./media/mukta-mahee-v5-latin-500.ttf") format("truetype"),
    url("./media/mukta-mahee-v5-latin-500.svg#MuktaMahee") format("svg");
}
@font-face {
  font-family: "Mukta Mahee Regular";
  font-style: normal;
  font-weight: 600;
  src: url("./media/mukta-mahee-v5-latin-600.eot");
  src:
    local("Mukta Mahee SemiBold"),
    local("MuktaMahee-SemiBold"),
    url("./media/mukta-mahee-v5-latin-600.eot?#iefix") format("embedded-opentype"),
    url("./media/mukta-mahee-v5-latin-600.woff2") format("woff2"),
    url("./media/mukta-mahee-v5-latin-600.woff") format("woff"),
    url("./media/mukta-mahee-v5-latin-600.ttf") format("truetype"),
    url("./media/mukta-mahee-v5-latin-600.svg#MuktaMahee") format("svg");
}
@font-face {
  font-family: "Mukta Mahee Regular";
  font-style: normal;
  font-weight: 700;
  src: url("./media/mukta-mahee-v5-latin-700.eot");
  src:
    local("Mukta Mahee Bold"),
    local("MuktaMahee-Bold"),
    url("./media/mukta-mahee-v5-latin-700.eot?#iefix") format("embedded-opentype"),
    url("./media/mukta-mahee-v5-latin-700.woff2") format("woff2"),
    url("./media/mukta-mahee-v5-latin-700.woff") format("woff"),
    url("./media/mukta-mahee-v5-latin-700.ttf") format("truetype"),
    url("./media/mukta-mahee-v5-latin-700.svg#MuktaMahee") format("svg");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 200;
  src: url("./media/Montserrat-Thin.ttf") format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url("./media/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: url("./media/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  src: url("./media/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  src: url("./media/Montserrat-Bold.ttf") format("truetype");
}
body {
  --sp-color-primary: #46b278;
  --sp-color-primary-light: #edf7f7;
  --sp-color-primary-dark: #2a7e65;
  --sp-color-primary-light-green: #46B278;
  --sp-color-yellow: #ffdb3a;
  --sp-color-white: #fff;
  --sp-color-black: #000000;
  --sp-color-danger: #da0000;
  --sp-color-grey: #f2f5fa;
  --sp-color-dark-grey: #737878;
  --sp-color-pink: #FF9D7D;
  --sp-color-pink-light: #FDE9DE;
  --sp-color-purple: #6060EE;
  --sp-color-purple-light: #EFEFFF;
  --sp-color-yellow-light: #FFF9E1;
  --sp-color-peach: #fcdbc8;
  --sp-background-color-white: white;
  --sp-background-color: #edf7f7;
  --sp-background-color-light-green: rgba(var(--sp-color-primary), 0.08);
  --sp-color-dark-green: rgba(var(--sp-color-primary), 1.2);
  --sp-background-color-danger: #ffebeb;
  --sp-font-color-black: var(--sp-color-black);
  --sp-font-color-white: var(--sp-color-white);
  --sp-font-color-primary: var(--sp-color-primary);
  --sp-font-color-grey-1: #f2e0cf;
  --sp-font-color-grey-2: #dbe2ef;
  --sp-font-color-grey-3: #9ea7bd;
  --sp-font-color-grey-4: #7d849b;
  --sp-font-color-grey-5: #595e70;
  --sp-font-color-grey-6: #1f2129;
  --sp-color-link: var(--sp-color-black);
  --border-radius: 16px;
  --higlight: #ffdb3a;
  --button-border-radius: 4px;
  --button-border: rgba ($sp-color-black, 0.2);
  --button-response-background: rgba(0,0,0,0.2);
  --challenge-code: #000;
  --donations-background: #f2f5fa;
  --table-border: 1px solid var(--sp-color-grey);
}
body.theme-knab {
  --sp-color-primary: rgb(0, 57, 87);
  --sp-color-primary-light: #fff;
  --sp-color-primary-dark: #2a7e65;
  --sp-color-yellow: #ffdb3a;
  --sp-color-white: #fff;
  --sp-color-black: #333;
  --sp-color-danger: #da0000;
  --sp-color-grey: #f2f5fa;
  --sp-color-pink: #FF9D7D;
  --sp-color-pink-light: #FDE9DE;
  --sp-color-purple: #6060EE;
  --sp-color-purple-light: #EFEFFF;
  --sp-color-yellow-light: #FFF9E1;
  --sp-color-peach: #fcdbc8;
  --sp-background-color-white: rgb(226, 227, 222);
  --sp-background-color: rgb(226, 227, 222);
  --sp-background-color-light-green: rgba(var(--sp-color-black), 0.08);
  --sp-color-dark-green: rgba(var(--sp-color-primary), 1.2);
  --sp-background-color-danger: #ffebeb;
  --sp-font-color-black: var(--sp-color-black);
  --sp-font-color-white: var(--sp-color-white);
  --sp-font-color-primary: var(--sp-color-primary);
  --sp-font-color-grey-1: #f2e0cf;
  --sp-font-color-grey-2: #dbe2ef;
  --sp-font-color-grey-3: #9ea7bd;
  --sp-font-color-grey-4: #7d849b;
  --sp-font-color-grey-5: #595e70;
  --sp-font-color-grey-6: #1f2129;
  --higlight: #00A4A7;
  --border-radius: 7px;
  --sp-color-link: var(--higlight);
  --button-border-radius: 18px;
  --button-border: none;
  --button-response-background: rgba(0,57,87,0.8);
  --challenge-code: #f2f5fa;
  --donations-background: #fff;
  --table-border: 1px solid var(--sp-color-black);
}
.mat-autocomplete-panel.mat-autocomplete-visible {
  background: #fff;
  color: rgba(0, 0, 0, 0.8705882353);
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px rgba(0, 0, 0, 0.1411764706),
    0 1px 10px rgba(0, 0, 0, 0.1215686275);
}
.mat-autocomplete-panel.mat-autocomplete-visible .mat-option:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
html,
body {
  height: 100%;
  background: var(--sp-background-color-white);
  color: var(--sp-color-black);
}
div,
span,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
summary,
input {
  font-family: "Mukta Mahee Regular", sans-serif;
}
input {
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #1f2129;
}
p {
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #1f2129;
}
.sharing-label {
  color: black !important;
}
h1 {
  font-family: "Mukta Mahee Bold", sans-serif;
  font-size: 48px;
  line-height: 1.17;
}
h2 {
  font-family: "Mukta Mahee Bold", sans-serif;
  font-size: 36px;
  line-height: 1.17;
}
h3 {
  font-family: "Mukta Mahee Semi-Bold", sans-serif;
  font-size: 26px;
  line-height: 1.23;
}
h4 {
  font-family: "Mukta Mahee Semi-Bold", sans-serif;
  font-size: 21px;
  line-height: 1.24;
}
h5 {
  font-family: "Mukta Mahee Semi-Bold", sans-serif;
  font-size: 18px;
  line-height: 1.24;
}
@media (max-width: 500px) {
  h1 {
    font-family: "Mukta Mahee Bold", sans-serif;
    font-size: 32px;
    line-height: 40px;
  }
  h2 {
    font-family: "Mukta Mahee Semi-Bold", sans-serif;
    font-size: 28px;
    line-height: 34px;
  }
  h3 {
    font-family: "Mukta Mahee Semi-Bold", sans-serif;
    font-size: 24px;
    line-height: 30px;
  }
  h4 {
    font-family: "Mukta Mahee Semi-Bold", sans-serif;
    font-size: 20px;
    line-height: 26px;
  }
  h5 {
    font-family: "Mukta Mahee Semi-Bold", sans-serif;
    font-size: 18px;
    line-height: 1;
  }
}
h6 {
  color: hotpink;
}
ul,
ol {
  list-style: inside;
  padding-left: 7px;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  font-family: "Mukta Mahee Regular", sans-serif;
}
ul li,
ol li {
  margin-top: 16px;
}
a {
  border-bottom: 1px solid var(--sp-color-link);
  font-weight: 700;
  line-height: 1em;
  display: inline-block;
}
.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;
  touch-action: manipulation;
  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: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 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;
}
.health-overlay {
  background: rgba(0, 0, 0, 0.3);
}
@property --tw-rotate-x { syntax: "*"; inherits: false; }
@property --tw-rotate-y { syntax: "*"; inherits: false; }
@property --tw-rotate-z { syntax: "*"; inherits: false; }
@property --tw-skew-x { syntax: "*"; inherits: false; }
@property --tw-skew-y { syntax: "*"; inherits: false; }
@property --tw-blur { syntax: "*"; inherits: false; }
@property --tw-brightness { syntax: "*"; inherits: false; }
@property --tw-contrast { syntax: "*"; inherits: false; }
@property --tw-grayscale { syntax: "*"; inherits: false; }
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-invert { syntax: "*"; inherits: false; }
@property --tw-opacity { syntax: "*"; inherits: false; }
@property --tw-saturate { syntax: "*"; inherits: false; }
@property --tw-sepia { syntax: "*"; inherits: false; }
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

/* angular:styles/global:styles */
