@charset "UTF-8";

/* src/styles/styles.scss */
:root {
  --forest-green: #016a37;
  --primary-green: #016a37;
  --secondary: #0f2d53;
  --primary-green-light: #01a651;
  --off-black: #1e1e1e;
  --light-gray: #e8e8e8;
  --white: #ffffff;
  --black: #000000;
  --black-80: #1f1f1fcc;
  --very-light-gray: #fafafa;
  --lighter-gray: #fafafa;
  --primary-text: #000000;
  --text-muted: #454545;
  --hover-green-light: #f3fefa;
  --primary-green-alpha: rgba(1, 166, 81, 0.05);
  --divider-gray: #eaeaea;
  --shadow-light: rgba(0, 0, 0, 0.1);
  --shadow-medium: rgba(0, 0, 0, 0.1);
  --purple: #aa95ff;
  --bright-purple: #e9e8fc;
  --icy-blue: #bbe8ee;
  --vibrant-blue: #4c3de3;
  --lemon-yellow: #fef387;
  --orange: #ff782d;
  --dark-gray: #2c2c2c;
  --dim-gray: #646463;
  --bg-light-gray: #eaeaea;
  --text-gray: #615656;
  --text-primary: #1a1a1a;
  --text-secondary: #4b4b4b;
  --text-tertiary: #808080;
  --muted-gray: #a09f9f;
  --gray: #9c9c9c;
  --nobel: #c3c3c1;
  --bright-gray: #f7f7f7;
  --text-dark-gray: #615656;
  --border-gray: #898a8d;
  --tag-gray: #f2f2f2;
  --semantic-info-container: #dbeafe;
  --semantic-info: #3b82f6;
  --semantic-success-container: #d1fae5;
  --semantic-success: #10b981;
  --summer-sky: #3498db;
  --light-blue: #0183c1;
  --rebecca-purple: #542785;
  --dark-purple: #3f51b5;
  --magenta: #d70080;
  --nickel: #6d6d5e;
  --danger: #ffe8e8;
  --danger-border: #e2bdbd;
  --danger-dark: #ef4444;
  --pale-chestnut: #fadcdd;
  --peach: #fff0db;
  --light-green: #eafdeb;
  --granny-apple: #538038;
  --fire-engine-red: #ca2f41;
  --primary-main: var(--forest-green);
  --primary-dark: var(--off-black);
  --primary-light: var(--primary-green-light);
  --primary-contrast: var(--white);
  --primary-textarea-bg: var(--very-light-gray);
  --primary-light-gray: var(--lighter-gray);
  --text-secondary: var(--secondary);
  --secondary-main: var(--secondary);
  --secondary-light: var(--bright-purple);
  --secondary-dark: var(--vibrant-blue);
  --secondary-accent: var(--icy-blue);
  --secondary-warm: var(--lemon-yellow);
  --secondary-alert: var(--orange);
  --neutral-dark: var(--dim-gray);
  --neutral: var(--gray);
  --neutral-light: var(--nobel);
  --neutral-bright: var(--bright-gray);
  --data-blue: var(--summer-sky);
  --data-purple: var(--rebecca-purple);
  --secondary-dark-purple: var(--dark-purple);
  --data-magenta: var(--magenta);
  --data-muted: var(--nickel);
  --alert-error: var(--pale-chestnut);
  --alert-warning: var(--peach);
  --alert-success: var(--light-green);
  --alert-info: var(--light-gray);
  --alert-highlight: var(--lemon-yellow);
  --status-success: var(--granny-apple);
  --status-error: var(--fire-engine-red);
  --status-warning: var(--orange);
  --status-info: var(--icy-blue);
  --status-highlight: var(--lemon-yellow);
  --selected-main: var(--forest-green);
  --selected-dark: var(--off-black);
  --selected-accent: var(--vibrant-blue);
  --semantic-container-danger: var(--danger);
  --semantic-border-danger: var(--danger-border);
  --semantic-danger: var(--danger-dark);
}
[data-theme=XS] {
  --primary-main: #2b3e2b;
  --primary-dark: var(--off-black);
  --primary-light: #aa95ff;
  --primary-contrast: var(--white);
  --primary-textarea-bg: var(--very-light-gray);
  --text-secondary: var(--black);
  --secondary-main: #4c3de3;
  --secondary-light: #aa95ff;
  --secondary-dark: var(--vibrant-blue);
  --secondary-accent: var(--icy-blue);
  --secondary-warm: var(--lemon-yellow);
  --secondary-alert: var(--orange);
  --neutral-dark: var(--dim-gray);
  --neutral: var(--gray);
  --neutral-light: var(--nobel);
  --neutral-bright: var(--bright-gray);
  --data-blue: var(--summer-sky);
  --data-purple: var(--rebecca-purple);
  --data-magenta: var(--magenta);
  --data-muted: var(--nickel);
  --alert-error: var(--pale-chestnut);
  --alert-warning: var(--peach);
  --alert-success: var(--light-green);
  --alert-info: var(--light-gray);
  --alert-highlight: var(--lemon-yellow);
  --status-success: var(--granny-apple);
  --status-error: var(--fire-engine-red);
  --status-warning: var(--orange);
  --status-info: var(--icy-blue);
  --status-highlight: var(--lemon-yellow);
  --selected-main: var(--forest-green);
  --selected-dark: var(--off-black);
  --selected-accent: var(--vibrant-blue);
  --semantic-container-danger: var(--danger);
  --semantic-border-danger: var(--danger-border);
}
[data-theme=dark] {
  --primary-main: var(--forest-green);
  --primary-dark: var(--white);
  --primary-light: var(--dark-gray);
  --primary-contrast: var(--off-black);
  --primary-textarea-bg: var(--very-light-gray);
  --secondary-main: var(--vibrant-blue);
  --secondary-light: var(--purple);
  --secondary-dark: var(--bright-purple);
  --secondary-accent: var(--icy-blue);
  --secondary-warm: var(--lemon-yellow);
  --secondary-alert: var(--orange);
  --neutral-dark: var(--nobel);
  --neutral: var(--gray);
  --neutral-light: var(--bright-gray);
  --neutral-bright: var(--dark-gray);
  --data-blue: var(--summer-sky);
  --data-purple: var(--rebecca-purple);
  --data-magenta: var(--magenta);
  --data-muted: var(--nickel);
  --alert-error: var(--pale-chestnut);
  --alert-warning: var(--peach);
  --alert-success: var(--light-green);
  --alert-info: var(--icy-blue);
  --alert-highlight: var(--lemon-yellow);
  --status-success: var(--granny-apple);
  --status-error: var(--fire-engine-red);
  --status-warning: var(--orange);
  --status-info: var(--icy-blue);
  --status-highlight: var(--lemon-yellow);
  --selected-main: var(--forest-green);
  --selected-dark: var(--off-black);
  --selected-accent: var(--vibrant-blue);
}
.m-2 {
  margin: 0.125rem;
}
.mt-2 {
  margin-top: 0.125rem;
}
.mb-2 {
  margin-bottom: 0.125rem;
}
.ml-2 {
  margin-left: 0.125rem;
}
.mr-2 {
  margin-right: 0.125rem;
}
.mx-2 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.my-2 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.p-2 {
  padding: 0.125rem;
}
.pt-2 {
  padding-top: 0.125rem;
}
.pb-2 {
  padding-bottom: 0.125rem;
}
.pl-2 {
  padding-left: 0.125rem;
}
.pr-2 {
  padding-right: 0.125rem;
}
.px-2 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.py-2 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.m-4 {
  margin: 0.25rem;
}
.mt-4 {
  margin-top: 0.25rem;
}
.mb-4 {
  margin-bottom: 0.25rem;
}
.ml-4 {
  margin-left: 0.25rem;
}
.mr-4 {
  margin-right: 0.25rem;
}
.mx-4 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-4 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.p-4 {
  padding: 0.25rem;
}
.pt-4 {
  padding-top: 0.25rem;
}
.pb-4 {
  padding-bottom: 0.25rem;
}
.pl-4 {
  padding-left: 0.25rem;
}
.pr-4 {
  padding-right: 0.25rem;
}
.px-4 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-4 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.m-6 {
  margin: 0.375rem;
}
.mt-6 {
  margin-top: 0.375rem;
}
.mb-6 {
  margin-bottom: 0.375rem;
}
.ml-6 {
  margin-left: 0.375rem;
}
.mr-6 {
  margin-right: 0.375rem;
}
.mx-6 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.my-6 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.p-6 {
  padding: 0.375rem;
}
.pt-6 {
  padding-top: 0.375rem;
}
.pb-6 {
  padding-bottom: 0.375rem;
}
.pl-6 {
  padding-left: 0.375rem;
}
.pr-6 {
  padding-right: 0.375rem;
}
.px-6 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.py-6 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.m-8 {
  margin: 0.5rem;
}
.mt-8 {
  margin-top: 0.5rem;
}
.mb-8 {
  margin-bottom: 0.5rem;
}
.ml-8 {
  margin-left: 0.5rem;
}
.mr-8 {
  margin-right: 0.5rem;
}
.mx-8,
.short-vertical-divider,
.sita-small-chip,
.sita-chip,
.sita-large-chip,
.sita-round-chip {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-8 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.p-8 {
  padding: 0.5rem;
}
.pt-8 {
  padding-top: 0.5rem;
}
.pb-8 {
  padding-bottom: 0.5rem;
}
.pl-8 {
  padding-left: 0.5rem;
}
.pr-8 {
  padding-right: 0.5rem;
}
.px-8,
.sita-small-chip,
.sita-chip,
.sita-large-chip,
.sita-round-chip {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-8 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.m-10 {
  margin: 0.625rem;
}
.mt-10 {
  margin-top: 0.625rem;
}
.mb-10 {
  margin-bottom: 0.625rem;
}
.ml-10 {
  margin-left: 0.625rem;
}
.mr-10 {
  margin-right: 0.625rem;
}
.mx-10 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.my-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.p-10 {
  padding: 0.625rem;
}
.pt-10 {
  padding-top: 0.625rem;
}
.pb-10 {
  padding-bottom: 0.625rem;
}
.pl-10 {
  padding-left: 0.625rem;
}
.pr-10 {
  padding-right: 0.625rem;
}
.px-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.py-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.m-12 {
  margin: 0.75rem;
}
.mt-12 {
  margin-top: 0.75rem;
}
.mb-12 {
  margin-bottom: 0.75rem;
}
.ml-12 {
  margin-left: 0.75rem;
}
.mr-12 {
  margin-right: 0.75rem;
}
.mx-12,
.horizontal-divider {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.my-12 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.p-12 {
  padding: 0.75rem;
}
.pt-12 {
  padding-top: 0.75rem;
}
.pb-12 {
  padding-bottom: 0.75rem;
}
.pl-12 {
  padding-left: 0.75rem;
}
.pr-12 {
  padding-right: 0.75rem;
}
.px-12,
.sita-form-field {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-12 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.m-14 {
  margin: 0.875rem;
}
.mt-14 {
  margin-top: 0.875rem;
}
.mb-14 {
  margin-bottom: 0.875rem;
}
.ml-14 {
  margin-left: 0.875rem;
}
.mr-14 {
  margin-right: 0.875rem;
}
.mx-14 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}
.my-14 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}
.p-14 {
  padding: 0.875rem;
}
.pt-14 {
  padding-top: 0.875rem;
}
.pb-14 {
  padding-bottom: 0.875rem;
}
.pl-14 {
  padding-left: 0.875rem;
}
.pr-14 {
  padding-right: 0.875rem;
}
.px-14 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.py-14 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.m-16,
.sita-button,
.sita-button-primary,
.sita-button-secondary {
  margin: 1rem;
}
.mt-16 {
  margin-top: 1rem;
}
.mb-16,
.sita-form-field {
  margin-bottom: 1rem;
}
.ml-16 {
  margin-left: 1rem;
}
.mr-16 {
  margin-right: 1rem;
}
.mx-16,
.short-vertical-divider-gray {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-16 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.p-16 {
  padding: 1rem;
}
.pt-16 {
  padding-top: 1rem;
}
.pb-16 {
  padding-bottom: 1rem;
}
.pl-16 {
  padding-left: 1rem;
}
.pr-16 {
  padding-right: 1rem;
}
.px-16 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.m-18 {
  margin: 1.125rem;
}
.mt-18 {
  margin-top: 1.125rem;
}
.mb-18 {
  margin-bottom: 1.125rem;
}
.ml-18 {
  margin-left: 1.125rem;
}
.mr-18 {
  margin-right: 1.125rem;
}
.mx-18 {
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}
.my-18 {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}
.p-18 {
  padding: 1.125rem;
}
.pt-18 {
  padding-top: 1.125rem;
}
.pb-18 {
  padding-bottom: 1.125rem;
}
.pl-18 {
  padding-left: 1.125rem;
}
.pr-18 {
  padding-right: 1.125rem;
}
.px-18 {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
.py-18 {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
.m-20 {
  margin: 1.25rem;
}
.mt-20 {
  margin-top: 1.25rem;
}
.mb-20 {
  margin-bottom: 1.25rem;
}
.ml-20 {
  margin-left: 1.25rem;
}
.mr-20 {
  margin-right: 1.25rem;
}
.mx-20 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.my-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-20 {
  padding: 1.25rem;
}
.pt-20 {
  padding-top: 1.25rem;
}
.pb-20 {
  padding-bottom: 1.25rem;
}
.pl-20 {
  padding-left: 1.25rem;
}
.pr-20 {
  padding-right: 1.25rem;
}
.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.m-24 {
  margin: 1.5rem;
}
.mt-24 {
  margin-top: 1.5rem;
}
.mb-24 {
  margin-bottom: 1.5rem;
}
.ml-24 {
  margin-left: 1.5rem;
}
.mr-24 {
  margin-right: 1.5rem;
}
.mx-24 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.my-24 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.p-24 {
  padding: 1.5rem;
}
.pt-24 {
  padding-top: 1.5rem;
}
.pb-24 {
  padding-bottom: 1.5rem;
}
.pl-24 {
  padding-left: 1.5rem;
}
.pr-24 {
  padding-right: 1.5rem;
}
.px-24,
.sita-button,
.sita-button-primary,
.sita-button-secondary {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.m-32 {
  margin: 2rem;
}
.mt-32 {
  margin-top: 2rem;
}
.mb-32 {
  margin-bottom: 2rem;
}
.ml-32 {
  margin-left: 2rem;
}
.mr-32 {
  margin-right: 2rem;
}
.mx-32 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.my-32 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.p-32 {
  padding: 2rem;
}
.pt-32 {
  padding-top: 2rem;
}
.pb-32 {
  padding-bottom: 2rem;
}
.pl-32 {
  padding-left: 2rem;
}
.pr-32 {
  padding-right: 2rem;
}
.px-32 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-32 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.m-36 {
  margin: 2.25rem;
}
.mt-36 {
  margin-top: 2.25rem;
}
.mb-36 {
  margin-bottom: 2.25rem;
}
.ml-36 {
  margin-left: 2.25rem;
}
.mr-36 {
  margin-right: 2.25rem;
}
.mx-36 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}
.my-36 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.p-36 {
  padding: 2.25rem;
}
.pt-36 {
  padding-top: 2.25rem;
}
.pb-36 {
  padding-bottom: 2.25rem;
}
.pl-36 {
  padding-left: 2.25rem;
}
.pr-36 {
  padding-right: 2.25rem;
}
.px-36 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-36 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.m-40 {
  margin: 2.5rem;
}
.mt-40 {
  margin-top: 2.5rem;
}
.mb-40 {
  margin-bottom: 2.5rem;
}
.ml-40 {
  margin-left: 2.5rem;
}
.mr-40 {
  margin-right: 2.5rem;
}
.mx-40 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.my-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.p-40 {
  padding: 2.5rem;
}
.pt-40 {
  padding-top: 2.5rem;
}
.pb-40 {
  padding-bottom: 2.5rem;
}
.pl-40 {
  padding-left: 2.5rem;
}
.pr-40 {
  padding-right: 2.5rem;
}
.px-40 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.m-44 {
  margin: 2.75rem;
}
.mt-44 {
  margin-top: 2.75rem;
}
.mb-44 {
  margin-bottom: 2.75rem;
}
.ml-44 {
  margin-left: 2.75rem;
}
.mr-44 {
  margin-right: 2.75rem;
}
.mx-44 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}
.my-44 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
.p-44 {
  padding: 2.75rem;
}
.pt-44 {
  padding-top: 2.75rem;
}
.pb-44 {
  padding-bottom: 2.75rem;
}
.pl-44 {
  padding-left: 2.75rem;
}
.pr-44 {
  padding-right: 2.75rem;
}
.px-44 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.py-44 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.m-48 {
  margin: 3rem;
}
.mt-48 {
  margin-top: 3rem;
}
.mb-48 {
  margin-bottom: 3rem;
}
.ml-48 {
  margin-left: 3rem;
}
.mr-48 {
  margin-right: 3rem;
}
.mx-48 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.my-48 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.p-48 {
  padding: 3rem;
}
.pt-48 {
  padding-top: 3rem;
}
.pb-48 {
  padding-bottom: 3rem;
}
.pl-48 {
  padding-left: 3rem;
}
.pr-48 {
  padding-right: 3rem;
}
.px-48 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-48 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.m-52 {
  margin: 3.25rem;
}
.mt-52 {
  margin-top: 3.25rem;
}
.mb-52 {
  margin-bottom: 3.25rem;
}
.ml-52 {
  margin-left: 3.25rem;
}
.mr-52 {
  margin-right: 3.25rem;
}
.mx-52 {
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}
.my-52 {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}
.p-52 {
  padding: 3.25rem;
}
.pt-52 {
  padding-top: 3.25rem;
}
.pb-52 {
  padding-bottom: 3.25rem;
}
.pl-52 {
  padding-left: 3.25rem;
}
.pr-52 {
  padding-right: 3.25rem;
}
.px-52 {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}
.py-52 {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}
.m-56 {
  margin: 3.5rem;
}
.mt-56 {
  margin-top: 3.5rem;
}
.mb-56 {
  margin-bottom: 3.5rem;
}
.ml-56 {
  margin-left: 3.5rem;
}
.mr-56 {
  margin-right: 3.5rem;
}
.mx-56 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
.my-56 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.p-56 {
  padding: 3.5rem;
}
.pt-56 {
  padding-top: 3.5rem;
}
.pb-56 {
  padding-bottom: 3.5rem;
}
.pl-56 {
  padding-left: 3.5rem;
}
.pr-56 {
  padding-right: 3.5rem;
}
.px-56 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.py-56 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.m-60 {
  margin: 3.75rem;
}
.mt-60 {
  margin-top: 3.75rem;
}
.mb-60 {
  margin-bottom: 3.75rem;
}
.ml-60 {
  margin-left: 3.75rem;
}
.mr-60 {
  margin-right: 3.75rem;
}
.mx-60 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}
.my-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.p-60 {
  padding: 3.75rem;
}
.pt-60 {
  padding-top: 3.75rem;
}
.pb-60 {
  padding-bottom: 3.75rem;
}
.pl-60 {
  padding-left: 3.75rem;
}
.pr-60 {
  padding-right: 3.75rem;
}
.px-60 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
.py-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.m-64 {
  margin: 4rem;
}
.mt-64 {
  margin-top: 4rem;
}
.mb-64 {
  margin-bottom: 4rem;
}
.ml-64 {
  margin-left: 4rem;
}
.mr-64 {
  margin-right: 4rem;
}
.mx-64 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.my-64 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.p-64 {
  padding: 4rem;
}
.pt-64 {
  padding-top: 4rem;
}
.pb-64 {
  padding-bottom: 4rem;
}
.pl-64 {
  padding-left: 4rem;
}
.pr-64 {
  padding-right: 4rem;
}
.px-64 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.py-64 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.m-72 {
  margin: 4.5rem;
}
.mt-72 {
  margin-top: 4.5rem;
}
.mb-72 {
  margin-bottom: 4.5rem;
}
.ml-72 {
  margin-left: 4.5rem;
}
.mr-72 {
  margin-right: 4.5rem;
}
.mx-72 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}
.my-72 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}
.p-72 {
  padding: 4.5rem;
}
.pt-72 {
  padding-top: 4.5rem;
}
.pb-72 {
  padding-bottom: 4.5rem;
}
.pl-72 {
  padding-left: 4.5rem;
}
.pr-72 {
  padding-right: 4.5rem;
}
.px-72 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
.py-72 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.m-80 {
  margin: 5rem;
}
.mt-80 {
  margin-top: 5rem;
}
.mb-80 {
  margin-bottom: 5rem;
}
.ml-80 {
  margin-left: 5rem;
}
.mr-80 {
  margin-right: 5rem;
}
.mx-80 {
  margin-left: 5rem;
  margin-right: 5rem;
}
.my-80 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.p-80 {
  padding: 5rem;
}
.pt-80 {
  padding-top: 5rem;
}
.pb-80 {
  padding-bottom: 5rem;
}
.pl-80 {
  padding-left: 5rem;
}
.pr-80 {
  padding-right: 5rem;
}
.px-80 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.py-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.m-84 {
  margin: 5.25rem;
}
.mt-84 {
  margin-top: 5.25rem;
}
.mb-84 {
  margin-bottom: 5.25rem;
}
.ml-84 {
  margin-left: 5.25rem;
}
.mr-84 {
  margin-right: 5.25rem;
}
.mx-84 {
  margin-left: 5.25rem;
  margin-right: 5.25rem;
}
.my-84 {
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
}
.p-84 {
  padding: 5.25rem;
}
.pt-84 {
  padding-top: 5.25rem;
}
.pb-84 {
  padding-bottom: 5.25rem;
}
.pl-84 {
  padding-left: 5.25rem;
}
.pr-84 {
  padding-right: 5.25rem;
}
.px-84 {
  padding-left: 5.25rem;
  padding-right: 5.25rem;
}
.py-84 {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}
.m-88 {
  margin: 5.5rem;
}
.mt-88 {
  margin-top: 5.5rem;
}
.mb-88 {
  margin-bottom: 5.5rem;
}
.ml-88 {
  margin-left: 5.5rem;
}
.mr-88 {
  margin-right: 5.5rem;
}
.mx-88 {
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}
.my-88 {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}
.p-88 {
  padding: 5.5rem;
}
.pt-88 {
  padding-top: 5.5rem;
}
.pb-88 {
  padding-bottom: 5.5rem;
}
.pl-88 {
  padding-left: 5.5rem;
}
.pr-88 {
  padding-right: 5.5rem;
}
.px-88 {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}
.py-88 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}
.m-92 {
  margin: 5.75rem;
}
.mt-92 {
  margin-top: 5.75rem;
}
.mb-92 {
  margin-bottom: 5.75rem;
}
.ml-92 {
  margin-left: 5.75rem;
}
.mr-92 {
  margin-right: 5.75rem;
}
.mx-92 {
  margin-left: 5.75rem;
  margin-right: 5.75rem;
}
.my-92 {
  margin-top: 5.75rem;
  margin-bottom: 5.75rem;
}
.p-92 {
  padding: 5.75rem;
}
.pt-92 {
  padding-top: 5.75rem;
}
.pb-92 {
  padding-bottom: 5.75rem;
}
.pl-92 {
  padding-left: 5.75rem;
}
.pr-92 {
  padding-right: 5.75rem;
}
.px-92 {
  padding-left: 5.75rem;
  padding-right: 5.75rem;
}
.py-92 {
  padding-top: 5.75rem;
  padding-bottom: 5.75rem;
}
.m-96 {
  margin: 6rem;
}
.mt-96 {
  margin-top: 6rem;
}
.mb-96 {
  margin-bottom: 6rem;
}
.ml-96 {
  margin-left: 6rem;
}
.mr-96 {
  margin-right: 6rem;
}
.mx-96 {
  margin-left: 6rem;
  margin-right: 6rem;
}
.my-96 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.p-96 {
  padding: 6rem;
}
.pt-96 {
  padding-top: 6rem;
}
.pb-96 {
  padding-bottom: 6rem;
}
.pl-96 {
  padding-left: 6rem;
}
.pr-96 {
  padding-right: 6rem;
}
.px-96 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.py-96 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.m-100 {
  margin: 6.25rem;
}
.mt-100 {
  margin-top: 6.25rem;
}
.mb-100 {
  margin-bottom: 6.25rem;
}
.ml-100 {
  margin-left: 6.25rem;
}
.mr-100 {
  margin-right: 6.25rem;
}
.mx-100 {
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}
.my-100 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
.p-100 {
  padding: 6.25rem;
}
.pt-100 {
  padding-top: 6.25rem;
}
.pb-100 {
  padding-bottom: 6.25rem;
}
.pl-100 {
  padding-left: 6.25rem;
}
.pr-100 {
  padding-right: 6.25rem;
}
.px-100 {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}
.py-100 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.m-120 {
  margin: 7.5rem;
}
.mt-120 {
  margin-top: 7.5rem;
}
.mb-120 {
  margin-bottom: 7.5rem;
}
.ml-120 {
  margin-left: 7.5rem;
}
.mr-120 {
  margin-right: 7.5rem;
}
.mx-120 {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}
.my-120 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
.p-120 {
  padding: 7.5rem;
}
.pt-120 {
  padding-top: 7.5rem;
}
.pb-120 {
  padding-bottom: 7.5rem;
}
.pl-120 {
  padding-left: 7.5rem;
}
.pr-120 {
  padding-right: 7.5rem;
}
.px-120 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}
.py-120 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.m-200 {
  margin: 12.5rem;
}
.mt-200 {
  margin-top: 12.5rem;
}
.mb-200 {
  margin-bottom: 12.5rem;
}
.ml-200 {
  margin-left: 12.5rem;
}
.mr-200 {
  margin-right: 12.5rem;
}
.mx-200 {
  margin-left: 12.5rem;
  margin-right: 12.5rem;
}
.my-200 {
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}
.p-200 {
  padding: 12.5rem;
}
.pt-200 {
  padding-top: 12.5rem;
}
.pb-200 {
  padding-bottom: 12.5rem;
}
.pl-200 {
  padding-left: 12.5rem;
}
.pr-200 {
  padding-right: 12.5rem;
}
.px-200 {
  padding-left: 12.5rem;
  padding-right: 12.5rem;
}
.py-200 {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}
.m-300 {
  margin: 18.75rem;
}
.mt-300 {
  margin-top: 18.75rem;
}
.mb-300 {
  margin-bottom: 18.75rem;
}
.ml-300 {
  margin-left: 18.75rem;
}
.mr-300 {
  margin-right: 18.75rem;
}
.mx-300 {
  margin-left: 18.75rem;
  margin-right: 18.75rem;
}
.my-300 {
  margin-top: 18.75rem;
  margin-bottom: 18.75rem;
}
.p-300 {
  padding: 18.75rem;
}
.pt-300 {
  padding-top: 18.75rem;
}
.pb-300 {
  padding-bottom: 18.75rem;
}
.pl-300 {
  padding-left: 18.75rem;
}
.pr-300 {
  padding-right: 18.75rem;
}
.px-300 {
  padding-left: 18.75rem;
  padding-right: 18.75rem;
}
.py-300 {
  padding-top: 18.75rem;
  padding-bottom: 18.75rem;
}
.m-350 {
  margin: 21.875rem;
}
.mt-350 {
  margin-top: 21.875rem;
}
.mb-350 {
  margin-bottom: 21.875rem;
}
.ml-350 {
  margin-left: 21.875rem;
}
.mr-350 {
  margin-right: 21.875rem;
}
.mx-350 {
  margin-left: 21.875rem;
  margin-right: 21.875rem;
}
.my-350 {
  margin-top: 21.875rem;
  margin-bottom: 21.875rem;
}
.p-350 {
  padding: 21.875rem;
}
.pt-350 {
  padding-top: 21.875rem;
}
.pb-350 {
  padding-bottom: 21.875rem;
}
.pl-350 {
  padding-left: 21.875rem;
}
.pr-350 {
  padding-right: 21.875rem;
}
.px-350 {
  padding-left: 21.875rem;
  padding-right: 21.875rem;
}
.py-350 {
  padding-top: 21.875rem;
  padding-bottom: 21.875rem;
}
.m-400 {
  margin: 25rem;
}
.mt-400 {
  margin-top: 25rem;
}
.mb-400 {
  margin-bottom: 25rem;
}
.ml-400 {
  margin-left: 25rem;
}
.mr-400 {
  margin-right: 25rem;
}
.mx-400 {
  margin-left: 25rem;
  margin-right: 25rem;
}
.my-400 {
  margin-top: 25rem;
  margin-bottom: 25rem;
}
.p-400 {
  padding: 25rem;
}
.pt-400 {
  padding-top: 25rem;
}
.pb-400 {
  padding-bottom: 25rem;
}
.pl-400 {
  padding-left: 25rem;
}
.pr-400 {
  padding-right: 25rem;
}
.px-400 {
  padding-left: 25rem;
  padding-right: 25rem;
}
.py-400 {
  padding-top: 25rem;
  padding-bottom: 25rem;
}
.m-500 {
  margin: 35rem;
}
.mt-500 {
  margin-top: 35rem;
}
.mb-500 {
  margin-bottom: 35rem;
}
.ml-500 {
  margin-left: 35rem;
}
.mr-500 {
  margin-right: 35rem;
}
.mx-500 {
  margin-left: 35rem;
  margin-right: 35rem;
}
.my-500 {
  margin-top: 35rem;
  margin-bottom: 35rem;
}
.p-500 {
  padding: 35rem;
}
.pt-500 {
  padding-top: 35rem;
}
.pb-500 {
  padding-bottom: 35rem;
}
.pl-500 {
  padding-left: 35rem;
}
.pr-500 {
  padding-right: 35rem;
}
.px-500 {
  padding-left: 35rem;
  padding-right: 35rem;
}
.py-500 {
  padding-top: 35rem;
  padding-bottom: 35rem;
}
.m-full {
  margin: 100%;
}
.mt-full {
  margin-top: 100%;
}
.mb-full {
  margin-bottom: 100%;
}
.ml-full {
  margin-left: 100%;
}
.mr-full {
  margin-right: 100%;
}
.mx-full {
  margin-left: 100%;
  margin-right: 100%;
}
.my-full {
  margin-top: 100%;
  margin-bottom: 100%;
}
.p-full {
  padding: 100%;
}
.pt-full {
  padding-top: 100%;
}
.pb-full {
  padding-bottom: 100%;
}
.pl-full {
  padding-left: 100%;
}
.pr-full {
  padding-right: 100%;
}
.px-full {
  padding-left: 100%;
  padding-right: 100%;
}
.py-full {
  padding-top: 100%;
  padding-bottom: 100%;
}
.m-half {
  margin: 50%;
}
.mt-half {
  margin-top: 50%;
}
.mb-half {
  margin-bottom: 50%;
}
.ml-half {
  margin-left: 50%;
}
.mr-half {
  margin-right: 50%;
}
.mx-half {
  margin-left: 50%;
  margin-right: 50%;
}
.my-half {
  margin-top: 50%;
  margin-bottom: 50%;
}
.p-half {
  padding: 50%;
}
.pt-half {
  padding-top: 50%;
}
.pb-half {
  padding-bottom: 50%;
}
.pl-half {
  padding-left: 50%;
}
.pr-half {
  padding-right: 50%;
}
.px-half {
  padding-left: 50%;
  padding-right: 50%;
}
.py-half {
  padding-top: 50%;
  padding-bottom: 50%;
}
.m-70-h {
  margin: 70vh;
}
.mt-70-h {
  margin-top: 70vh;
}
.mb-70-h {
  margin-bottom: 70vh;
}
.ml-70-h {
  margin-left: 70vh;
}
.mr-70-h {
  margin-right: 70vh;
}
.mx-70-h {
  margin-left: 70vh;
  margin-right: 70vh;
}
.my-70-h {
  margin-top: 70vh;
  margin-bottom: 70vh;
}
.p-70-h {
  padding: 70vh;
}
.pt-70-h {
  padding-top: 70vh;
}
.pb-70-h {
  padding-bottom: 70vh;
}
.pl-70-h {
  padding-left: 70vh;
}
.pr-70-h {
  padding-right: 70vh;
}
.px-70-h {
  padding-left: 70vh;
  padding-right: 70vh;
}
.py-70-h {
  padding-top: 70vh;
  padding-bottom: 70vh;
}
.m-screen-h {
  margin: 100vh;
}
.mt-screen-h {
  margin-top: 100vh;
}
.mb-screen-h {
  margin-bottom: 100vh;
}
.ml-screen-h {
  margin-left: 100vh;
}
.mr-screen-h {
  margin-right: 100vh;
}
.mx-screen-h {
  margin-left: 100vh;
  margin-right: 100vh;
}
.my-screen-h {
  margin-top: 100vh;
  margin-bottom: 100vh;
}
.p-screen-h {
  padding: 100vh;
}
.pt-screen-h {
  padding-top: 100vh;
}
.pb-screen-h {
  padding-bottom: 100vh;
}
.pl-screen-h {
  padding-left: 100vh;
}
.pr-screen-h {
  padding-right: 100vh;
}
.px-screen-h {
  padding-left: 100vh;
  padding-right: 100vh;
}
.py-screen-h {
  padding-top: 100vh;
  padding-bottom: 100vh;
}
.m-screen-w {
  margin: 100vw;
}
.mt-screen-w {
  margin-top: 100vw;
}
.mb-screen-w {
  margin-bottom: 100vw;
}
.ml-screen-w {
  margin-left: 100vw;
}
.mr-screen-w {
  margin-right: 100vw;
}
.mx-screen-w {
  margin-left: 100vw;
  margin-right: 100vw;
}
.my-screen-w {
  margin-top: 100vw;
  margin-bottom: 100vw;
}
.p-screen-w {
  padding: 100vw;
}
.pt-screen-w {
  padding-top: 100vw;
}
.pb-screen-w {
  padding-bottom: 100vw;
}
.pl-screen-w {
  padding-left: 100vw;
}
.pr-screen-w {
  padding-right: 100vw;
}
.px-screen-w {
  padding-left: 100vw;
  padding-right: 100vw;
}
.py-screen-w {
  padding-top: 100vw;
  padding-bottom: 100vw;
}
.m-auto {
  margin: auto;
}
.mt-auto {
  margin-top: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.p-auto {
  padding: auto;
}
.pt-auto {
  padding-top: auto;
}
.pb-auto {
  padding-bottom: auto;
}
.pl-auto {
  padding-left: auto;
}
.pr-auto {
  padding-right: auto;
}
.px-auto {
  padding-left: auto;
  padding-right: auto;
}
.py-auto {
  padding-top: auto;
  padding-bottom: auto;
}
.w-2 {
  width: 0.125rem;
}
.min-w-2 {
  min-width: 0.125rem;
}
.max-w-2 {
  max-width: 0.125rem;
}
.h-2 {
  height: 0.125rem;
}
.min-h-2 {
  min-height: 0.125rem;
}
.max-h-2 {
  max-height: 0.125rem;
}
.w-4 {
  width: 0.25rem;
}
.min-w-4 {
  min-width: 0.25rem;
}
.max-w-4 {
  max-width: 0.25rem;
}
.h-4 {
  height: 0.25rem;
}
.min-h-4 {
  min-height: 0.25rem;
}
.max-h-4 {
  max-height: 0.25rem;
}
.w-6 {
  width: 0.375rem;
}
.min-w-6 {
  min-width: 0.375rem;
}
.max-w-6 {
  max-width: 0.375rem;
}
.h-6 {
  height: 0.375rem;
}
.min-h-6 {
  min-height: 0.375rem;
}
.max-h-6 {
  max-height: 0.375rem;
}
.w-8 {
  width: 0.5rem;
}
.min-w-8 {
  min-width: 0.5rem;
}
.max-w-8 {
  max-width: 0.5rem;
}
.h-8 {
  height: 0.5rem;
}
.min-h-8 {
  min-height: 0.5rem;
}
.max-h-8 {
  max-height: 0.5rem;
}
.w-10 {
  width: 0.625rem;
}
.min-w-10 {
  min-width: 0.625rem;
}
.max-w-10 {
  max-width: 0.625rem;
}
.h-10 {
  height: 0.625rem;
}
.min-h-10 {
  min-height: 0.625rem;
}
.max-h-10 {
  max-height: 0.625rem;
}
.w-12 {
  width: 0.75rem;
}
.min-w-12 {
  min-width: 0.75rem;
}
.max-w-12 {
  max-width: 0.75rem;
}
.h-12 {
  height: 0.75rem;
}
.min-h-12 {
  min-height: 0.75rem;
}
.max-h-12 {
  max-height: 0.75rem;
}
.w-14 {
  width: 0.875rem;
}
.min-w-14 {
  min-width: 0.875rem;
}
.max-w-14 {
  max-width: 0.875rem;
}
.h-14 {
  height: 0.875rem;
}
.min-h-14 {
  min-height: 0.875rem;
}
.max-h-14 {
  max-height: 0.875rem;
}
.w-16 {
  width: 1rem;
}
.min-w-16 {
  min-width: 1rem;
}
.max-w-16 {
  max-width: 1rem;
}
.h-16 {
  height: 1rem;
}
.min-h-16 {
  min-height: 1rem;
}
.max-h-16 {
  max-height: 1rem;
}
.w-18 {
  width: 1.125rem;
}
.min-w-18 {
  min-width: 1.125rem;
}
.max-w-18 {
  max-width: 1.125rem;
}
.h-18 {
  height: 1.125rem;
}
.min-h-18 {
  min-height: 1.125rem;
}
.max-h-18 {
  max-height: 1.125rem;
}
.w-20 {
  width: 1.25rem;
}
.min-w-20 {
  min-width: 1.25rem;
}
.max-w-20 {
  max-width: 1.25rem;
}
.h-20,
.short-vertical-divider-gray,
.sita-small-chip {
  height: 1.25rem;
}
.min-h-20 {
  min-height: 1.25rem;
}
.max-h-20 {
  max-height: 1.25rem;
}
.w-24 {
  width: 1.5rem;
}
.min-w-24 {
  min-width: 1.5rem;
}
.max-w-24 {
  max-width: 1.5rem;
}
.h-24,
.short-vertical-divider,
.sita-form-label {
  height: 1.5rem;
}
.min-h-24 {
  min-height: 1.5rem;
}
.max-h-24 {
  max-height: 1.5rem;
}
.w-32,
.sita-round-chip {
  width: 2rem;
}
.min-w-32 {
  min-width: 2rem;
}
.max-w-32 {
  max-width: 2rem;
}
.h-32,
.sita-chip,
.sita-round-chip {
  height: 2rem;
}
.min-h-32 {
  min-height: 2rem;
}
.max-h-32 {
  max-height: 2rem;
}
.w-36 {
  width: 2.25rem;
}
.min-w-36 {
  min-width: 2.25rem;
}
.max-w-36 {
  max-width: 2.25rem;
}
.h-36 {
  height: 2.25rem;
}
.min-h-36 {
  min-height: 2.25rem;
}
.max-h-36 {
  max-height: 2.25rem;
}
.w-40 {
  width: 2.5rem;
}
.min-w-40 {
  min-width: 2.5rem;
}
.max-w-40 {
  max-width: 2.5rem;
}
.h-40,
.sita-large-chip,
.sita-form-field {
  height: 2.5rem;
}
.min-h-40 {
  min-height: 2.5rem;
}
.max-h-40 {
  max-height: 2.5rem;
}
.w-44 {
  width: 2.75rem;
}
.min-w-44 {
  min-width: 2.75rem;
}
.max-w-44 {
  max-width: 2.75rem;
}
.h-44,
.sita-button,
.sita-button-primary,
.sita-button-secondary {
  height: 2.75rem;
}
.min-h-44 {
  min-height: 2.75rem;
}
.max-h-44 {
  max-height: 2.75rem;
}
.w-48 {
  width: 3rem;
}
.min-w-48 {
  min-width: 3rem;
}
.max-w-48 {
  max-width: 3rem;
}
.h-48 {
  height: 3rem;
}
.min-h-48 {
  min-height: 3rem;
}
.max-h-48 {
  max-height: 3rem;
}
.w-52 {
  width: 3.25rem;
}
.min-w-52 {
  min-width: 3.25rem;
}
.max-w-52 {
  max-width: 3.25rem;
}
.h-52 {
  height: 3.25rem;
}
.min-h-52 {
  min-height: 3.25rem;
}
.max-h-52 {
  max-height: 3.25rem;
}
.w-56 {
  width: 3.5rem;
}
.min-w-56 {
  min-width: 3.5rem;
}
.max-w-56 {
  max-width: 3.5rem;
}
.h-56 {
  height: 3.5rem;
}
.min-h-56 {
  min-height: 3.5rem;
}
.max-h-56 {
  max-height: 3.5rem;
}
.w-60 {
  width: 3.75rem;
}
.min-w-60 {
  min-width: 3.75rem;
}
.max-w-60 {
  max-width: 3.75rem;
}
.h-60 {
  height: 3.75rem;
}
.min-h-60 {
  min-height: 3.75rem;
}
.max-h-60 {
  max-height: 3.75rem;
}
.w-64 {
  width: 4rem;
}
.min-w-64 {
  min-width: 4rem;
}
.max-w-64 {
  max-width: 4rem;
}
.h-64 {
  height: 4rem;
}
.min-h-64 {
  min-height: 4rem;
}
.max-h-64 {
  max-height: 4rem;
}
.w-72 {
  width: 4.5rem;
}
.min-w-72 {
  min-width: 4.5rem;
}
.max-w-72 {
  max-width: 4.5rem;
}
.h-72 {
  height: 4.5rem;
}
.min-h-72 {
  min-height: 4.5rem;
}
.max-h-72 {
  max-height: 4.5rem;
}
.w-80 {
  width: 5rem;
}
.min-w-80 {
  min-width: 5rem;
}
.max-w-80 {
  max-width: 5rem;
}
.h-80 {
  height: 5rem;
}
.min-h-80 {
  min-height: 5rem;
}
.max-h-80 {
  max-height: 5rem;
}
.w-84 {
  width: 5.25rem;
}
.min-w-84 {
  min-width: 5.25rem;
}
.max-w-84 {
  max-width: 5.25rem;
}
.h-84 {
  height: 5.25rem;
}
.min-h-84 {
  min-height: 5.25rem;
}
.max-h-84 {
  max-height: 5.25rem;
}
.w-88 {
  width: 5.5rem;
}
.min-w-88 {
  min-width: 5.5rem;
}
.max-w-88 {
  max-width: 5.5rem;
}
.h-88 {
  height: 5.5rem;
}
.min-h-88 {
  min-height: 5.5rem;
}
.max-h-88 {
  max-height: 5.5rem;
}
.w-92 {
  width: 5.75rem;
}
.min-w-92 {
  min-width: 5.75rem;
}
.max-w-92 {
  max-width: 5.75rem;
}
.h-92 {
  height: 5.75rem;
}
.min-h-92 {
  min-height: 5.75rem;
}
.max-h-92 {
  max-height: 5.75rem;
}
.w-96 {
  width: 6rem;
}
.min-w-96 {
  min-width: 6rem;
}
.max-w-96 {
  max-width: 6rem;
}
.h-96 {
  height: 6rem;
}
.min-h-96 {
  min-height: 6rem;
}
.max-h-96 {
  max-height: 6rem;
}
.w-100 {
  width: 6.25rem;
}
.min-w-100 {
  min-width: 6.25rem;
}
.max-w-100 {
  max-width: 6.25rem;
}
.h-100 {
  height: 6.25rem;
}
.min-h-100 {
  min-height: 6.25rem;
}
.max-h-100 {
  max-height: 6.25rem;
}
.w-120 {
  width: 7.5rem;
}
.min-w-120 {
  min-width: 7.5rem;
}
.max-w-120 {
  max-width: 7.5rem;
}
.h-120 {
  height: 7.5rem;
}
.min-h-120 {
  min-height: 7.5rem;
}
.max-h-120 {
  max-height: 7.5rem;
}
.w-200 {
  width: 12.5rem;
}
.min-w-200 {
  min-width: 12.5rem;
}
.max-w-200 {
  max-width: 12.5rem;
}
.h-200 {
  height: 12.5rem;
}
.min-h-200 {
  min-height: 12.5rem;
}
.max-h-200 {
  max-height: 12.5rem;
}
.w-300 {
  width: 18.75rem;
}
.min-w-300 {
  min-width: 18.75rem;
}
.max-w-300 {
  max-width: 18.75rem;
}
.h-300 {
  height: 18.75rem;
}
.min-h-300 {
  min-height: 18.75rem;
}
.max-h-300 {
  max-height: 18.75rem;
}
.w-350 {
  width: 21.875rem;
}
.min-w-350 {
  min-width: 21.875rem;
}
.max-w-350 {
  max-width: 21.875rem;
}
.h-350 {
  height: 21.875rem;
}
.min-h-350 {
  min-height: 21.875rem;
}
.max-h-350 {
  max-height: 21.875rem;
}
.w-400,
.sita-form {
  width: 25rem;
}
.min-w-400 {
  min-width: 25rem;
}
.max-w-400 {
  max-width: 25rem;
}
.h-400 {
  height: 25rem;
}
.min-h-400 {
  min-height: 25rem;
}
.max-h-400 {
  max-height: 25rem;
}
.w-500 {
  width: 35rem;
}
.min-w-500 {
  min-width: 35rem;
}
.max-w-500 {
  max-width: 35rem;
}
.h-500 {
  height: 35rem;
}
.min-h-500 {
  min-height: 35rem;
}
.max-h-500 {
  max-height: 35rem;
}
.w-full,
.sita-form-label,
.sita-form-field {
  width: 100%;
}
.min-w-full {
  min-width: 100%;
}
.max-w-full {
  max-width: 100%;
}
.h-full {
  height: 100%;
}
.min-h-full {
  min-height: 100%;
}
.max-h-full {
  max-height: 100%;
}
.w-half {
  width: 50%;
}
.min-w-half {
  min-width: 50%;
}
.max-w-half {
  max-width: 50%;
}
.h-half {
  height: 50%;
}
.min-h-half {
  min-height: 50%;
}
.max-h-half {
  max-height: 50%;
}
.w-70-h {
  width: 70vh;
}
.min-w-70-h {
  min-width: 70vh;
}
.max-w-70-h {
  max-width: 70vh;
}
.h-70-h {
  height: 70vh;
}
.min-h-70-h {
  min-height: 70vh;
}
.max-h-70-h {
  max-height: 70vh;
}
.w-screen-h {
  width: 100vh;
}
.min-w-screen-h {
  min-width: 100vh;
}
.max-w-screen-h {
  max-width: 100vh;
}
.h-screen-h {
  height: 100vh;
}
.min-h-screen-h {
  min-height: 100vh;
}
.max-h-screen-h {
  max-height: 100vh;
}
.w-screen-w {
  width: 100vw;
}
.min-w-screen-w {
  min-width: 100vw;
}
.max-w-screen-w {
  max-width: 100vw;
}
.h-screen-w {
  height: 100vw;
}
.min-h-screen-w {
  min-height: 100vw;
}
.max-h-screen-w {
  max-height: 100vw;
}
.w-auto {
  width: auto;
}
.min-w-auto {
  min-width: auto;
}
.max-w-auto {
  max-width: auto;
}
.h-auto {
  height: auto;
}
.min-h-auto {
  min-height: auto;
}
.max-h-auto {
  max-height: auto;
}
.br-2 {
  border-radius: 0.125rem;
}
.br-4,
.sita-small-chip,
.sita-chip,
.sita-large-chip,
.sita-round-chip,
.sita-form-field {
  border-radius: 0.25rem;
}
.br-6 {
  border-radius: 0.375rem;
}
.br-8 {
  border-radius: 0.5rem;
}
.br-10 {
  border-radius: 0.625rem;
}
.br-12 {
  border-radius: 0.75rem;
}
.br-14 {
  border-radius: 0.875rem;
}
.br-16,
.sita-round-chip {
  border-radius: 1rem;
}
.br-18 {
  border-radius: 1.125rem;
}
.br-20 {
  border-radius: 1.25rem;
}
.br-24,
.sita-button,
.sita-button-primary,
.sita-button-secondary {
  border-radius: 1.5rem;
}
.br-32 {
  border-radius: 2rem;
}
.br-36 {
  border-radius: 2.25rem;
}
.br-40 {
  border-radius: 2.5rem;
}
.br-44 {
  border-radius: 2.75rem;
}
.br-48 {
  border-radius: 3rem;
}
.br-52 {
  border-radius: 3.25rem;
}
.br-56 {
  border-radius: 3.5rem;
}
.br-60 {
  border-radius: 3.75rem;
}
.br-64 {
  border-radius: 4rem;
}
.br-72 {
  border-radius: 4.5rem;
}
.br-80 {
  border-radius: 5rem;
}
.br-84 {
  border-radius: 5.25rem;
}
.br-88 {
  border-radius: 5.5rem;
}
.br-92 {
  border-radius: 5.75rem;
}
.br-96 {
  border-radius: 6rem;
}
.br-100 {
  border-radius: 6.25rem;
}
.br-120 {
  border-radius: 7.5rem;
}
.br-200 {
  border-radius: 12.5rem;
}
.br-300 {
  border-radius: 18.75rem;
}
.br-350 {
  border-radius: 21.875rem;
}
.br-400 {
  border-radius: 25rem;
}
.br-500 {
  border-radius: 35rem;
}
.br-full {
  border-radius: 100%;
}
.br-half {
  border-radius: 50%;
}
.br-70-h {
  border-radius: 70vh;
}
.br-screen-h {
  border-radius: 100vh;
}
.br-screen-w {
  border-radius: 100vw;
}
.br-auto {
  border-radius: auto;
}
.g-2 {
  gap: 0.125rem;
}
.col-g-2 {
  column-gap: 0.125rem;
}
.row-g-2 {
  row-gap: 0.125rem;
}
.g-4 {
  gap: 0.25rem;
}
.col-g-4 {
  column-gap: 0.25rem;
}
.row-g-4 {
  row-gap: 0.25rem;
}
.g-6 {
  gap: 0.375rem;
}
.col-g-6 {
  column-gap: 0.375rem;
}
.row-g-6 {
  row-gap: 0.375rem;
}
.g-8 {
  gap: 0.5rem;
}
.col-g-8 {
  column-gap: 0.5rem;
}
.row-g-8 {
  row-gap: 0.5rem;
}
.g-10 {
  gap: 0.625rem;
}
.col-g-10 {
  column-gap: 0.625rem;
}
.row-g-10 {
  row-gap: 0.625rem;
}
.g-12 {
  gap: 0.75rem;
}
.col-g-12 {
  column-gap: 0.75rem;
}
.row-g-12 {
  row-gap: 0.75rem;
}
.g-14 {
  gap: 0.875rem;
}
.col-g-14 {
  column-gap: 0.875rem;
}
.row-g-14 {
  row-gap: 0.875rem;
}
.g-16 {
  gap: 1rem;
}
.col-g-16 {
  column-gap: 1rem;
}
.row-g-16 {
  row-gap: 1rem;
}
.g-18 {
  gap: 1.125rem;
}
.col-g-18 {
  column-gap: 1.125rem;
}
.row-g-18 {
  row-gap: 1.125rem;
}
.g-20 {
  gap: 1.25rem;
}
.col-g-20 {
  column-gap: 1.25rem;
}
.row-g-20 {
  row-gap: 1.25rem;
}
.g-24 {
  gap: 1.5rem;
}
.col-g-24 {
  column-gap: 1.5rem;
}
.row-g-24 {
  row-gap: 1.5rem;
}
.g-32 {
  gap: 2rem;
}
.col-g-32 {
  column-gap: 2rem;
}
.row-g-32 {
  row-gap: 2rem;
}
.g-36 {
  gap: 2.25rem;
}
.col-g-36 {
  column-gap: 2.25rem;
}
.row-g-36 {
  row-gap: 2.25rem;
}
.g-40 {
  gap: 2.5rem;
}
.col-g-40 {
  column-gap: 2.5rem;
}
.row-g-40 {
  row-gap: 2.5rem;
}
.g-44 {
  gap: 2.75rem;
}
.col-g-44 {
  column-gap: 2.75rem;
}
.row-g-44 {
  row-gap: 2.75rem;
}
.g-48 {
  gap: 3rem;
}
.col-g-48 {
  column-gap: 3rem;
}
.row-g-48 {
  row-gap: 3rem;
}
.g-52 {
  gap: 3.25rem;
}
.col-g-52 {
  column-gap: 3.25rem;
}
.row-g-52 {
  row-gap: 3.25rem;
}
.g-56 {
  gap: 3.5rem;
}
.col-g-56 {
  column-gap: 3.5rem;
}
.row-g-56 {
  row-gap: 3.5rem;
}
.g-60 {
  gap: 3.75rem;
}
.col-g-60 {
  column-gap: 3.75rem;
}
.row-g-60 {
  row-gap: 3.75rem;
}
.g-64 {
  gap: 4rem;
}
.col-g-64 {
  column-gap: 4rem;
}
.row-g-64 {
  row-gap: 4rem;
}
.g-72 {
  gap: 4.5rem;
}
.col-g-72 {
  column-gap: 4.5rem;
}
.row-g-72 {
  row-gap: 4.5rem;
}
.g-80 {
  gap: 5rem;
}
.col-g-80 {
  column-gap: 5rem;
}
.row-g-80 {
  row-gap: 5rem;
}
.g-84 {
  gap: 5.25rem;
}
.col-g-84 {
  column-gap: 5.25rem;
}
.row-g-84 {
  row-gap: 5.25rem;
}
.g-88 {
  gap: 5.5rem;
}
.col-g-88 {
  column-gap: 5.5rem;
}
.row-g-88 {
  row-gap: 5.5rem;
}
.g-92 {
  gap: 5.75rem;
}
.col-g-92 {
  column-gap: 5.75rem;
}
.row-g-92 {
  row-gap: 5.75rem;
}
.g-96 {
  gap: 6rem;
}
.col-g-96 {
  column-gap: 6rem;
}
.row-g-96 {
  row-gap: 6rem;
}
.g-100 {
  gap: 6.25rem;
}
.col-g-100 {
  column-gap: 6.25rem;
}
.row-g-100 {
  row-gap: 6.25rem;
}
.g-120 {
  gap: 7.5rem;
}
.col-g-120 {
  column-gap: 7.5rem;
}
.row-g-120 {
  row-gap: 7.5rem;
}
.g-200 {
  gap: 12.5rem;
}
.col-g-200 {
  column-gap: 12.5rem;
}
.row-g-200 {
  row-gap: 12.5rem;
}
.g-300 {
  gap: 18.75rem;
}
.col-g-300 {
  column-gap: 18.75rem;
}
.row-g-300 {
  row-gap: 18.75rem;
}
.g-350 {
  gap: 21.875rem;
}
.col-g-350 {
  column-gap: 21.875rem;
}
.row-g-350 {
  row-gap: 21.875rem;
}
.g-400 {
  gap: 25rem;
}
.col-g-400 {
  column-gap: 25rem;
}
.row-g-400 {
  row-gap: 25rem;
}
.g-500 {
  gap: 35rem;
}
.col-g-500 {
  column-gap: 35rem;
}
.row-g-500 {
  row-gap: 35rem;
}
.g-full {
  gap: 100%;
}
.col-g-full {
  column-gap: 100%;
}
.row-g-full {
  row-gap: 100%;
}
.g-half {
  gap: 50%;
}
.col-g-half {
  column-gap: 50%;
}
.row-g-half {
  row-gap: 50%;
}
.g-70-h {
  gap: 70vh;
}
.col-g-70-h {
  column-gap: 70vh;
}
.row-g-70-h {
  row-gap: 70vh;
}
.g-screen-h {
  gap: 100vh;
}
.col-g-screen-h {
  column-gap: 100vh;
}
.row-g-screen-h {
  row-gap: 100vh;
}
.g-screen-w {
  gap: 100vw;
}
.col-g-screen-w {
  column-gap: 100vw;
}
.row-g-screen-w {
  row-gap: 100vw;
}
.g-auto {
  gap: auto;
}
.col-g-auto {
  column-gap: auto;
}
.row-g-auto {
  row-gap: auto;
}
@font-face {
  font-family: "Saans";
  src: url("./media/Saans-Regular-1.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Saans";
  src: url("./media/Saans-SemiBold-1.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Favorit Mono";
  src: url("./media/ABCFavoritMono-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Inter", sans-serif;
  letter-spacing: 0.02em;
}
h1 {
  font-family: "Inter", sans-serif;
  color: var(--primary-dark);
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 600;
  margin: 0;
}
h2 {
  font-family: "Inter", sans-serif;
  color: var(--primary-dark);
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin: 0;
}
h3 {
  font-family: "Inter", sans-serif;
  color: var(--primary-dark);
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 600;
  margin: 0;
}
h4 {
  font-family: "Inter", sans-serif;
  color: var(--primary-dark);
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 600;
  margin: 0;
}
.title-1 {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.title-1--dark {
  color: var(--primary-dark);
}
.title-1--light {
  color: var(--primary-contrast);
}
.title-1--white {
  color: var(--white);
}
.title-1--black {
  color: var(--off-black);
}
.title-2 {
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.title-2--dark {
  color: var(--primary-dark);
}
.title-2--light {
  color: var(--primary-contrast);
}
.title-2--white {
  color: var(--white);
}
.title-2--black {
  color: var(--off-black);
}
.section-title {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--black);
  margin: 0;
}
.body-text-large {
  font-family: "Inter", sans-serif;
  color: var(--primary-dark);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.body-text-large-bold {
  font-family: "Inter", sans-serif;
  color: var(--primary-dark);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.body-text-medium-bold {
  font-family: "Inter", sans-serif;
  color: var(--primary-dark);
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: 700;
}
p,
.body-text-paragraph {
  font-family: "Inter", sans-serif;
  color: var(--primary-dark);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
p.bold,
.body-text-paragraph-bold {
  font-family: "Inter", sans-serif;
  color: var(--primary-dark);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.body-text-italic {
  font-family: "Inter", sans-serif;
  color: var(--primary-dark);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  font-style: italic;
}
.fine-print-small-text,
.sita-small-chip,
.sita-chip,
.sita-large-chip,
.sita-round-chip {
  font-family: "Inter", sans-serif;
  color: var(--primary-dark);
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}
.field-label,
.sita-form-label,
.sita-form-field {
  font-family: "Inter", sans-serif;
  color: var(--neutral-dark);
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
}
.descriptive-text {
  font-family: "Inter", sans-serif;
  color: var(--primary-dark);
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
}
.input-text {
  font-family: "Inter", sans-serif;
  color: var(--text-gray);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.placeholder-text {
  font-family: "Inter", sans-serif;
  color: var(--muted-gray);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
a,
.text-link {
  font-family: "Inter", sans-serif;
  color: var(--secondary-dark);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}
.text-link-dark {
  font-family: "Inter", sans-serif;
  color: var(--primary-dark);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}
.tertiary-button {
  font-family: "Inter", sans-serif;
  color: var(--primary-dark);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.button-text-primary,
.sita-button,
.sita-button-primary,
.sita-button-secondary {
  font-family: "Inter", sans-serif;
  color: var(--primary-contrast);
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}
.button-text-secondary {
  font-family: "Inter", sans-serif;
  color: var(--primary-dark);
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}
.tab-menu-heading {
  font-family: "Inter", sans-serif;
  color: var(--primary-dark);
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 600;
}
.tab-heading-active {
  font-family: "Inter", sans-serif;
  color: var(--selected-accent);
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 600;
}
.primary-nav-menu-text {
  font-family: "Inter", sans-serif;
  color: var(--primary-dark);
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}
.primary-nav-menu-text-selected,
.selected-state {
  font-family: "Inter", sans-serif;
  color: var(--selected-accent) !important;
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-weight: 600 !important;
  text-transform: uppercase;
}
.secondary-nav-title {
  font-family: "Inter", sans-serif;
  color: var(--primary-dark);
  font-size: 0.625rem;
  line-height: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}
.secondary-nav-item-title-selected {
  font-family: "Inter", sans-serif;
  color: var(--selected-accent);
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.secondary-nav-description {
  font-family: "Inter", sans-serif;
  font-size: 0.625rem;
  line-height: 1.125rem;
  font-weight: 400;
}
.route-title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--text-gray);
  margin: 0;
}
.route-title-large {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: var(--text-gray);
  margin: 0;
}
.route-title-right {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: var(--text-gray);
  margin: 0;
}
.route-subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 0.8125rem;
  color: var(--text-gray);
  margin: 0;
}
.route-subtitle-right {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  color: var(--text-gray);
  margin: 0;
}
.route-week-label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  color: var(--text-gray);
  margin: 0;
}
.airport-code {
  font-size: 1.4rem;
  color: var(--text-dark);
  font-family: Inter;
  font-weight: 600;
}
.airport-name {
  color: var(--text-muted);
  font-family: Inter;
  font-weight: 400;
  font-size: 0.563rem;
  text-wrap-style: pretty;
  line-height: 1.3;
}
.flight-time {
  font-family: Inter;
  font-weight: 700;
  font-size: 0.7rem;
}
.flight-timezone {
  font-family: Inter;
  font-weight: 400;
  font-size: 0.7rem;
  color: var(--text-muted);
  line-height: 0.9;
}
.flight-duration-text {
  font-weight: 400;
  font-size: 0.6rem;
  color: var(--primary-text);
}
.flight-number-text {
  font-family: Inter;
  font-weight: 600;
  font-size: 0.75rem;
  color: var(--primary-text);
}
.sita-form-label {
  text-align: left;
}
.sita-form-field {
  border: 0.0625rem solid var(--light-gray);
  background-color: var(--light-gray);
}
.sita-form-field:focus,
.sita-form-field:focus-visible {
  border-color: var(--vibrant-blue);
  outline: none;
}
.sita-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.sita-form-label.required::after {
  content: " *";
  color: var(--status-error, );
}
.sita-button,
.sita-button-secondary,
.sita-button-primary {
  cursor: pointer;
}
.sita-button-primary {
  background-color: var(--primary-main);
  color: var(--white);
}
.sita-button-primary:hover {
  background-color: var(--off-black);
}
.sita-button-secondary {
  background-color: var(--white);
  border: 0.065rem solid var(--off-black);
  color: var(--off-black);
}
.sita-button-secondary:hover {
  background-color: var(--forest-green);
  color: var(--white);
  border-color: var(--white);
}
.sita-round-chip,
.sita-large-chip,
.sita-chip,
.sita-small-chip {
  width: fit-content;
  color: var(--chip-fg, var(--off-black));
  background-color: var(--chip-bg, var(--status-info));
  display: flex;
  align-items: center;
}
.chip-info {
  --chip-bg: var(--status-info);
  --chip-fg: var(--off-black);
}
.chip-success {
  --chip-bg: var(--status-success);
  --chip-fg: white;
}
.chip-warning {
  --chip-bg: var(--status-warning);
  --chip-fg: white;
}
.chip-error {
  --chip-bg: var(--status-error);
  --chip-fg: white;
}
.chip-highligh {
  --chip-bg: var(--status-highligh);
  --chip-fg: white;
}
html {
  color-scheme: light !important;
}
html {
  --mat-app-background-color: #fafaf4;
  --mat-app-text-color: #1a1c19;
  --mat-app-elevation-shadow-level-0:
    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-app-elevation-shadow-level-1:
    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-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    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-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    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-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    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-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    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-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-ripple-color: rgba(26, 28, 25, 0.1);
}
html {
  --mat-option-selected-state-label-text-color: #4a3499;
  --mat-option-label-text-color: #1a1c19;
  --mat-option-hover-state-layer-color: rgba(26, 28, 25, 0.08);
  --mat-option-focus-state-layer-color: rgba(26, 28, 25, 0.12);
  --mat-option-selected-state-layer-color: #e7deff;
  --mat-option-label-text-font: Saans;
  --mat-option-label-text-line-height: 1.25rem;
  --mat-option-label-text-size: 1rem;
  --mat-option-label-text-tracking: 0.006rem;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-color: #464747;
  --mat-optgroup-label-text-font: Saans;
  --mat-optgroup-label-text-line-height: 1.25rem;
  --mat-optgroup-label-text-size: 0.875rem;
  --mat-optgroup-label-text-tracking: 0.006rem;
  --mat-optgroup-label-text-weight: 500;
}
html {
  --mat-full-pseudo-checkbox-selected-icon-color: #086d39;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #ffffff;
  --mat-full-pseudo-checkbox-unselected-icon-color: #464747;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafaf4;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: rgba(26, 28, 25, 0.38);
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: rgba(26, 28, 25, 0.38);
}
html {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #086d39;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: rgba(26, 28, 25, 0.38);
}
html {
  --mdc-elevated-card-container-color: #f4f4ef;
  --mdc-elevated-card-container-elevation:
    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);
  --mdc-elevated-card-container-shape: 12px;
}
html {
  --mdc-outlined-card-container-color: #fafaf4;
  --mdc-outlined-card-outline-color: #c7c6c6;
  --mdc-outlined-card-container-elevation:
    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);
  --mdc-outlined-card-container-shape: 12px;
  --mdc-outlined-card-outline-width: 1px;
}
html {
  --mat-card-subtitle-text-color: #1a1c19;
  --mat-card-title-text-font: Saans;
  --mat-card-title-text-line-height: 1.75rem;
  --mat-card-title-text-size: 1.375rem;
  --mat-card-title-text-tracking: 0;
  --mat-card-title-text-weight: 400;
  --mat-card-subtitle-text-font: Saans;
  --mat-card-subtitle-text-line-height: 1.5rem;
  --mat-card-subtitle-text-size: 1rem;
  --mat-card-subtitle-text-tracking: 0.009rem;
  --mat-card-subtitle-text-weight: 500;
}
html {
  --mdc-linear-progress-active-indicator-color: #086d39;
  --mdc-linear-progress-track-color: #e3e2e2;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
html {
  --mdc-plain-tooltip-container-color: #2f312e;
  --mdc-plain-tooltip-supporting-text-color: #f1f1ec;
  --mdc-plain-tooltip-supporting-text-line-height: 1rem;
  --mdc-plain-tooltip-supporting-text-font: Saans;
  --mdc-plain-tooltip-supporting-text-size: 0.75rem;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.025rem;
  --mdc-plain-tooltip-container-shape: 4px;
}
html {
  --mdc-filled-text-field-caret-color: #086d39;
  --mdc-filled-text-field-focus-active-indicator-color: #086d39;
  --mdc-filled-text-field-focus-label-text-color: #086d39;
  --mdc-filled-text-field-container-color: #e3e2e2;
  --mdc-filled-text-field-disabled-container-color: rgba(26, 28, 25, 0.04);
  --mdc-filled-text-field-label-text-color: #464747;
  --mdc-filled-text-field-hover-label-text-color: #464747;
  --mdc-filled-text-field-disabled-label-text-color: rgba(26, 28, 25, 0.38);
  --mdc-filled-text-field-input-text-color: #1a1c19;
  --mdc-filled-text-field-disabled-input-text-color: rgba(26, 28, 25, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: #464747;
  --mdc-filled-text-field-error-hover-label-text-color: #920021;
  --mdc-filled-text-field-error-focus-label-text-color: #b71f35;
  --mdc-filled-text-field-error-label-text-color: #b71f35;
  --mdc-filled-text-field-active-indicator-color: #464747;
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(26, 28, 25, 0.38);
  --mdc-filled-text-field-hover-active-indicator-color: #1a1c19;
  --mdc-filled-text-field-error-active-indicator-color: #b71f35;
  --mdc-filled-text-field-error-focus-active-indicator-color: #b71f35;
  --mdc-filled-text-field-error-hover-active-indicator-color: #920021;
  --mdc-filled-text-field-label-text-font: Saans;
  --mdc-filled-text-field-label-text-size: 1rem;
  --mdc-filled-text-field-label-text-tracking: 0.031rem;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
}
html {
  --mdc-outlined-text-field-caret-color: #086d39;
  --mdc-outlined-text-field-focus-outline-color: #086d39;
  --mdc-outlined-text-field-focus-label-text-color: #086d39;
  --mdc-outlined-text-field-label-text-color: #464747;
  --mdc-outlined-text-field-hover-label-text-color: #1a1c19;
  --mdc-outlined-text-field-disabled-label-text-color: rgba(26, 28, 25, 0.38);
  --mdc-outlined-text-field-input-text-color: #1a1c19;
  --mdc-outlined-text-field-disabled-input-text-color: rgba(26, 28, 25, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: #464747;
  --mdc-outlined-text-field-error-focus-label-text-color: #b71f35;
  --mdc-outlined-text-field-error-label-text-color: #b71f35;
  --mdc-outlined-text-field-error-hover-label-text-color: #920021;
  --mdc-outlined-text-field-outline-color: #777777;
  --mdc-outlined-text-field-disabled-outline-color: rgba(26, 28, 25, 0.12);
  --mdc-outlined-text-field-hover-outline-color: #1a1c19;
  --mdc-outlined-text-field-error-focus-outline-color: #b71f35;
  --mdc-outlined-text-field-error-hover-outline-color: #920021;
  --mdc-outlined-text-field-error-outline-color: #b71f35;
  --mdc-outlined-text-field-label-text-font: Saans;
  --mdc-outlined-text-field-label-text-size: 1rem;
  --mdc-outlined-text-field-label-text-tracking: 0.031rem;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
}
html {
  --mat-form-field-focus-select-arrow-color: #086d39;
  --mat-form-field-disabled-input-text-placeholder-color: rgba(26, 28, 25, 0.38);
  --mat-form-field-state-layer-color: #1a1c19;
  --mat-form-field-error-text-color: #b71f35;
  --mat-form-field-select-option-text-color: #1a1c19;
  --mat-form-field-select-disabled-option-text-color: rgba(26, 28, 25, 0.38);
  --mat-form-field-leading-icon-color: #464747;
  --mat-form-field-disabled-leading-icon-color: rgba(26, 28, 25, 0.38);
  --mat-form-field-trailing-icon-color: #464747;
  --mat-form-field-disabled-trailing-icon-color: rgba(26, 28, 25, 0.38);
  --mat-form-field-error-focus-trailing-icon-color: #b71f35;
  --mat-form-field-error-hover-trailing-icon-color: #920021;
  --mat-form-field-error-trailing-icon-color: #b71f35;
  --mat-form-field-enabled-select-arrow-color: #464747;
  --mat-form-field-disabled-select-arrow-color: rgba(26, 28, 25, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-container-text-font: Saans;
  --mat-form-field-container-text-line-height: 1.5rem;
  --mat-form-field-container-text-size: 1rem;
  --mat-form-field-container-text-tracking: 0.031rem;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-subscript-text-font: Saans;
  --mat-form-field-subscript-text-line-height: 1rem;
  --mat-form-field-subscript-text-size: 0.75rem;
  --mat-form-field-subscript-text-tracking: 0.025rem;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-form-field-focus-state-layer-opacity: 0;
}
html {
  --mat-select-panel-background-color: #eeeee9;
  --mat-select-enabled-trigger-text-color: #1a1c19;
  --mat-select-disabled-trigger-text-color: rgba(26, 28, 25, 0.38);
  --mat-select-placeholder-text-color: #464747;
  --mat-select-enabled-arrow-color: #464747;
  --mat-select-disabled-arrow-color: rgba(26, 28, 25, 0.38);
  --mat-select-focused-arrow-color: #086d39;
  --mat-select-invalid-arrow-color: #b71f35;
  --mat-select-trigger-text-font: Saans;
  --mat-select-trigger-text-line-height: 1.5rem;
  --mat-select-trigger-text-size: 1rem;
  --mat-select-trigger-text-tracking: 0.031rem;
  --mat-select-trigger-text-weight: 400;
  --mat-select-arrow-transform: translateY(-8px);
  --mat-select-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color: #eeeee9;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-dialog-container-color: #fafaf4;
  --mdc-dialog-subhead-color: #1a1c19;
  --mdc-dialog-supporting-text-color: #464747;
  --mdc-dialog-subhead-font: Saans;
  --mdc-dialog-subhead-line-height: 2rem;
  --mdc-dialog-subhead-size: 1.5rem;
  --mdc-dialog-subhead-weight: 400;
  --mdc-dialog-subhead-tracking: 0;
  --mdc-dialog-supporting-text-font: Saans;
  --mdc-dialog-supporting-text-line-height: 1.25rem;
  --mdc-dialog-supporting-text-size: 0.875rem;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0.016rem;
  --mdc-dialog-container-shape: 28px;
}
html {
  --mat-dialog-container-elevation-shadow: none;
  --mat-dialog-container-max-width: 560px;
  --mat-dialog-container-small-max-width: calc(100vw - 32px);
  --mat-dialog-container-min-width: 280px;
  --mat-dialog-actions-alignment: flex-end;
  --mat-dialog-actions-padding: 16px 24px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px 0;
  --mat-dialog-headline-padding: 6px 24px 13px;
}
html {
  --mdc-chip-outline-color: #777777;
  --mdc-chip-disabled-outline-color: rgba(26, 28, 25, 0.12);
  --mdc-chip-focus-outline-color: #464747;
  --mdc-chip-hover-state-layer-opacity: 0.08;
  --mdc-chip-selected-hover-state-layer-opacity: 0.08;
  --mdc-chip-disabled-label-text-color: rgba(26, 28, 25, 0.38);
  --mdc-chip-elevated-selected-container-color: #e7deff;
  --mdc-chip-flat-disabled-selected-container-color: rgba(26, 28, 25, 0.12);
  --mdc-chip-focus-state-layer-color: #464747;
  --mdc-chip-hover-state-layer-color: #464747;
  --mdc-chip-selected-hover-state-layer-color: #4a3499;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: #4a3499;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #464747;
  --mdc-chip-selected-label-text-color: #4a3499;
  --mdc-chip-with-icon-icon-color: #464747;
  --mdc-chip-with-icon-disabled-icon-color: #1a1c19;
  --mdc-chip-with-icon-selected-icon-color: #4a3499;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #1a1c19;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #464747;
  --mdc-chip-label-text-font: Saans;
  --mdc-chip-label-text-line-height: 1.25rem;
  --mdc-chip-label-text-size: 0.875rem;
  --mdc-chip-label-text-tracking: 0.006rem;
  --mdc-chip-label-text-weight: 500;
  --mdc-chip-container-height: 32px;
  --mdc-chip-container-shape-radius: 8px;
  --mdc-chip-with-avatar-avatar-shape-radius: 24px;
  --mdc-chip-with-avatar-avatar-size: 24px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 1px;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 0.38;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 0.38;
  --mdc-chip-with-icon-disabled-icon-opacity: 0.38;
  --mdc-chip-elevated-container-color: transparent;
}
html {
  --mat-chip-trailing-action-state-layer-color: #464747;
  --mat-chip-selected-trailing-action-state-layer-color: #4a3499;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-disabled-trailing-icon-color: #1a1c19;
  --mat-chip-selected-trailing-icon-color: #4a3499;
  --mat-chip-disabled-container-opacity: 1;
  --mat-chip-trailing-action-opacity: 1;
  --mat-chip-trailing-action-focus-opacity: 1;
}
html {
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.08;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.12;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.08;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.12;
  --mdc-switch-selected-focus-state-layer-color: #086d39;
  --mdc-switch-selected-handle-color: #ffffff;
  --mdc-switch-selected-hover-state-layer-color: #086d39;
  --mdc-switch-selected-pressed-state-layer-color: #086d39;
  --mdc-switch-selected-focus-handle-color: #9df6b4;
  --mdc-switch-selected-hover-handle-color: #9df6b4;
  --mdc-switch-selected-pressed-handle-color: #9df6b4;
  --mdc-switch-selected-focus-track-color: #086d39;
  --mdc-switch-selected-hover-track-color: #086d39;
  --mdc-switch-selected-pressed-track-color: #086d39;
  --mdc-switch-selected-track-color: #086d39;
  --mdc-switch-disabled-selected-handle-color: #fafaf4;
  --mdc-switch-disabled-selected-icon-color: #1a1c19;
  --mdc-switch-disabled-selected-track-color: #1a1c19;
  --mdc-switch-disabled-unselected-handle-color: #1a1c19;
  --mdc-switch-disabled-unselected-icon-color: #e3e2e2;
  --mdc-switch-disabled-unselected-track-color: #e3e2e2;
  --mdc-switch-selected-icon-color: #005229;
  --mdc-switch-unselected-focus-handle-color: #464747;
  --mdc-switch-unselected-focus-state-layer-color: #1a1c19;
  --mdc-switch-unselected-focus-track-color: #e3e2e2;
  --mdc-switch-unselected-handle-color: #777777;
  --mdc-switch-unselected-hover-handle-color: #464747;
  --mdc-switch-unselected-hover-state-layer-color: #1a1c19;
  --mdc-switch-unselected-hover-track-color: #e3e2e2;
  --mdc-switch-unselected-icon-color: #e3e2e2;
  --mdc-switch-unselected-pressed-handle-color: #464747;
  --mdc-switch-unselected-pressed-state-layer-color: #1a1c19;
  --mdc-switch-unselected-pressed-track-color: #e3e2e2;
  --mdc-switch-unselected-track-color: #e3e2e2;
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-shape: 9999px;
  --mdc-switch-selected-icon-size: 16px;
  --mdc-switch-track-height: 32px;
  --mdc-switch-track-shape: 9999px;
  --mdc-switch-track-width: 52px;
  --mdc-switch-unselected-icon-size: 16px;
  --mdc-switch-state-layer-size: 40px;
}
html {
  --mat-switch-track-outline-color: #777777;
  --mat-switch-disabled-unselected-track-outline-color: #1a1c19;
  --mat-switch-label-text-color: #1a1c19;
  --mat-switch-label-text-font: Saans;
  --mat-switch-label-text-line-height: 1.25rem;
  --mat-switch-label-text-size: 0.875rem;
  --mat-switch-label-text-tracking: 0.016rem;
  --mat-switch-label-text-weight: 400;
  --mat-switch-disabled-selected-handle-opacity: 1;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 16px;
  --mat-switch-selected-handle-size: 24px;
  --mat-switch-pressed-handle-size: 28px;
  --mat-switch-with-icon-handle-size: 24px;
  --mat-switch-selected-handle-horizontal-margin: 0 24px;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0 24px;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0 22px;
  --mat-switch-unselected-handle-horizontal-margin: 0 8px;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0 4px;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0 2px;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 0;
  --mat-switch-visible-track-transition: opacity 75ms;
  --mat-switch-hidden-track-transition: opacity 75ms;
  --mat-switch-track-outline-width: 2px;
  --mat-switch-selected-track-outline-width: 2px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 2px;
}
html {
  --mdc-radio-disabled-selected-icon-color: #1a1c19;
  --mdc-radio-disabled-unselected-icon-color: #1a1c19;
  --mdc-radio-unselected-hover-icon-color: #1a1c19;
  --mdc-radio-unselected-focus-icon-color: #1a1c19;
  --mdc-radio-unselected-icon-color: #464747;
  --mdc-radio-unselected-pressed-icon-color: #1a1c19;
  --mdc-radio-selected-focus-icon-color: #086d39;
  --mdc-radio-selected-hover-icon-color: #086d39;
  --mdc-radio-selected-icon-color: #086d39;
  --mdc-radio-selected-pressed-icon-color: #086d39;
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
}
html {
  --mat-radio-ripple-color: #1a1c19;
  --mat-radio-checked-ripple-color: #086d39;
  --mat-radio-disabled-label-color: rgba(26, 28, 25, 0.38);
  --mat-radio-label-text-color: #1a1c19;
  --mat-radio-label-text-font: Saans;
  --mat-radio-label-text-line-height: 1.25rem;
  --mat-radio-label-text-size: 0.875rem;
  --mat-radio-label-text-tracking: 0.016rem;
  --mat-radio-label-text-weight: 400;
  --mat-radio-touch-target-display: block;
}
html {
  --mdc-slider-handle-elevation:
    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);
  --mdc-slider-handle-color: #086d39;
  --mdc-slider-focus-handle-color: #086d39;
  --mdc-slider-hover-handle-color: #086d39;
  --mdc-slider-active-track-color: #086d39;
  --mdc-slider-inactive-track-color: #e3e2e2;
  --mdc-slider-with-tick-marks-inactive-container-color: #464747;
  --mdc-slider-with-tick-marks-active-container-color: #ffffff;
  --mdc-slider-disabled-active-track-color: #1a1c19;
  --mdc-slider-disabled-handle-color: #1a1c19;
  --mdc-slider-disabled-inactive-track-color: #1a1c19;
  --mdc-slider-label-container-color: #086d39;
  --mdc-slider-label-label-text-color: #ffffff;
  --mdc-slider-with-overlap-handle-outline-color: #ffffff;
  --mdc-slider-with-tick-marks-disabled-container-color: #1a1c19;
  --mdc-slider-label-label-text-font: Saans;
  --mdc-slider-label-label-text-size: 0.75rem;
  --mdc-slider-label-label-text-line-height: 1rem;
  --mdc-slider-label-label-text-tracking: 0.031rem;
  --mdc-slider-label-label-text-weight: 500;
  --mdc-slider-active-track-height: 4px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 9999px;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.38;
  --mdc-slider-with-tick-marks-container-shape: 9999px;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.38;
}
html {
  --mat-slider-ripple-color: #086d39;
  --mat-slider-hover-state-layer-color: rgba(8, 109, 57, 0.05);
  --mat-slider-focus-state-layer-color: rgba(8, 109, 57, 0.2);
  --mat-slider-value-indicator-width: 28px;
  --mat-slider-value-indicator-height: 28px;
  --mat-slider-value-indicator-caret-display: none;
  --mat-slider-value-indicator-border-radius: 50% 50% 50% 0;
  --mat-slider-value-indicator-padding: 0;
  --mat-slider-value-indicator-text-transform: rotate(45deg);
  --mat-slider-value-indicator-container-transform: translateX(-50%) rotate(-45deg);
  --mat-slider-value-indicator-opacity: 1;
}
html {
  --mat-menu-item-label-text-color: #1a1c19;
  --mat-menu-item-icon-color: #464747;
  --mat-menu-item-hover-state-layer-color: rgba(26, 28, 25, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(26, 28, 25, 0.12);
  --mat-menu-container-color: #eeeee9;
  --mat-menu-divider-color: #e3e2e2;
  --mat-menu-item-label-text-font: Saans;
  --mat-menu-item-label-text-size: 0.875rem;
  --mat-menu-item-label-text-tracking: 0.006rem;
  --mat-menu-item-label-text-line-height: 1.25rem;
  --mat-menu-item-label-text-weight: 500;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 8px;
  --mat-menu-divider-top-spacing: 8px;
  --mat-menu-item-spacing: 12px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 12px;
  --mat-menu-item-trailing-spacing: 12px;
  --mat-menu-item-with-icon-leading-spacing: 12px;
  --mat-menu-item-with-icon-trailing-spacing: 12px;
  --mat-menu-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: #9df6b4;
  --mdc-list-list-item-disabled-state-layer-color: #1a1c19;
  --mdc-list-list-item-disabled-state-layer-opacity: 0.12;
  --mdc-list-list-item-label-text-color: #1a1c19;
  --mdc-list-list-item-supporting-text-color: #464747;
  --mdc-list-list-item-leading-icon-color: #464747;
  --mdc-list-list-item-trailing-supporting-text-color: #464747;
  --mdc-list-list-item-trailing-icon-color: #464747;
  --mdc-list-list-item-selected-trailing-icon-color: #086d39;
  --mdc-list-list-item-disabled-label-text-color: #1a1c19;
  --mdc-list-list-item-disabled-leading-icon-color: #1a1c19;
  --mdc-list-list-item-disabled-trailing-icon-color: #1a1c19;
  --mdc-list-list-item-hover-label-text-color: #1a1c19;
  --mdc-list-list-item-focus-label-text-color: #1a1c19;
  --mdc-list-list-item-hover-state-layer-color: #1a1c19;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: #1a1c19;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mdc-list-list-item-label-text-font: Saans;
  --mdc-list-list-item-label-text-line-height: 1.5rem;
  --mdc-list-list-item-label-text-size: 1rem;
  --mdc-list-list-item-label-text-tracking: 0.031rem;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Saans;
  --mdc-list-list-item-supporting-text-line-height: 1.25rem;
  --mdc-list-list-item-supporting-text-size: 0.875rem;
  --mdc-list-list-item-supporting-text-tracking: 0.016rem;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Saans;
  --mdc-list-list-item-trailing-supporting-text-line-height: 1rem;
  --mdc-list-list-item-trailing-supporting-text-size: 0.688rem;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.031rem;
  --mdc-list-list-item-trailing-supporting-text-weight: 500;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 9999px;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-label-text-opacity: 0.3;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-list-active-indicator-color: #e7deff;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 16px;
  --mat-list-active-indicator-shape: 9999px;
}
html {
  --mat-paginator-container-text-color: #1a1c19;
  --mat-paginator-container-background-color: #fafaf4;
  --mat-paginator-enabled-icon-color: #464747;
  --mat-paginator-disabled-icon-color: rgba(26, 28, 25, 0.38);
  --mat-paginator-container-text-font: Saans;
  --mat-paginator-container-text-line-height: 1rem;
  --mat-paginator-container-text-size: 0.75rem;
  --mat-paginator-container-text-tracking: 0.025rem;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 0.75rem;
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
html {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
html {
  --mdc-tab-indicator-active-indicator-color: #086d39;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
}
html {
  --mat-tab-header-divider-color: #e3e2e2;
  --mat-tab-header-pagination-icon-color: #1a1c19;
  --mat-tab-header-inactive-label-text-color: #1a1c19;
  --mat-tab-header-active-label-text-color: #1a1c19;
  --mat-tab-header-active-ripple-color: #1a1c19;
  --mat-tab-header-inactive-ripple-color: #1a1c19;
  --mat-tab-header-inactive-focus-label-text-color: #1a1c19;
  --mat-tab-header-inactive-hover-label-text-color: #1a1c19;
  --mat-tab-header-active-focus-label-text-color: #1a1c19;
  --mat-tab-header-active-hover-label-text-color: #1a1c19;
  --mat-tab-header-active-focus-indicator-color: #086d39;
  --mat-tab-header-active-hover-indicator-color: #086d39;
  --mat-tab-header-label-text-font: Saans;
  --mat-tab-header-label-text-size: 0.875rem;
  --mat-tab-header-label-text-tracking: 0.006rem;
  --mat-tab-header-label-text-line-height: 1.25rem;
  --mat-tab-header-label-text-weight: 500;
  --mat-tab-header-divider-height: 1px;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color: #fafaf4;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.08;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.08;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mdc-checkbox-selected-pressed-icon-color: #086d39;
  --mdc-checkbox-disabled-selected-icon-color: rgba(26, 28, 25, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(26, 28, 25, 0.38);
  --mdc-checkbox-selected-checkmark-color: #ffffff;
  --mdc-checkbox-selected-focus-icon-color: #086d39;
  --mdc-checkbox-selected-hover-icon-color: #086d39;
  --mdc-checkbox-selected-icon-color: #086d39;
  --mdc-checkbox-unselected-focus-icon-color: #1a1c19;
  --mdc-checkbox-unselected-hover-icon-color: #1a1c19;
  --mdc-checkbox-unselected-icon-color: #464747;
  --mdc-checkbox-selected-focus-state-layer-color: #086d39;
  --mdc-checkbox-selected-hover-state-layer-color: #086d39;
  --mdc-checkbox-selected-pressed-state-layer-color: #1a1c19;
  --mdc-checkbox-unselected-focus-state-layer-color: #1a1c19;
  --mdc-checkbox-unselected-hover-state-layer-color: #1a1c19;
  --mdc-checkbox-unselected-pressed-state-layer-color: #086d39;
  --mdc-checkbox-state-layer-size: 40px;
}
html {
  --mat-checkbox-disabled-label-color: rgba(26, 28, 25, 0.38);
  --mat-checkbox-label-text-color: #1a1c19;
  --mat-checkbox-label-text-font: Saans;
  --mat-checkbox-label-text-line-height: 1.25rem;
  --mat-checkbox-label-text-size: 0.875rem;
  --mat-checkbox-label-text-tracking: 0.016rem;
  --mat-checkbox-label-text-weight: 400;
  --mat-checkbox-touch-target-display: block;
}
html {
  --mdc-text-button-label-text-color: #086d39;
  --mdc-text-button-disabled-label-text-color: rgba(26, 28, 25, 0.38);
  --mdc-text-button-label-text-font: Saans;
  --mdc-text-button-label-text-size: 0.875rem;
  --mdc-text-button-label-text-tracking: 0.006rem;
  --mdc-text-button-label-text-weight: 500;
  --mdc-text-button-container-height: 40px;
  --mdc-text-button-container-shape: 9999px;
}
html {
  --mdc-protected-button-container-elevation-shadow:
    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);
  --mdc-protected-button-disabled-container-elevation-shadow:
    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);
  --mdc-protected-button-focus-container-elevation-shadow:
    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);
  --mdc-protected-button-hover-container-elevation-shadow:
    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);
  --mdc-protected-button-pressed-container-elevation-shadow:
    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);
  --mdc-protected-button-container-color: #fafaf4;
  --mdc-protected-button-label-text-color: #086d39;
  --mdc-protected-button-disabled-container-color: rgba(26, 28, 25, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(26, 28, 25, 0.38);
  --mdc-protected-button-label-text-font: Saans;
  --mdc-protected-button-label-text-size: 0.875rem;
  --mdc-protected-button-label-text-tracking: 0.006rem;
  --mdc-protected-button-label-text-weight: 500;
  --mdc-protected-button-container-height: 40px;
  --mdc-protected-button-container-shape: 9999px;
}
html {
  --mdc-filled-button-container-color: #086d39;
  --mdc-filled-button-label-text-color: #ffffff;
  --mdc-filled-button-disabled-container-color: rgba(26, 28, 25, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(26, 28, 25, 0.38);
  --mdc-filled-button-label-text-font: Saans;
  --mdc-filled-button-label-text-size: 0.875rem;
  --mdc-filled-button-label-text-tracking: 0.006rem;
  --mdc-filled-button-label-text-weight: 500;
  --mdc-filled-button-container-height: 40px;
  --mdc-filled-button-container-shape: 9999px;
}
html {
  --mdc-outlined-button-disabled-outline-color: rgba(26, 28, 25, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(26, 28, 25, 0.38);
  --mdc-outlined-button-label-text-color: #086d39;
  --mdc-outlined-button-outline-color: #777777;
  --mdc-outlined-button-label-text-font: Saans;
  --mdc-outlined-button-label-text-size: 0.875rem;
  --mdc-outlined-button-label-text-tracking: 0.006rem;
  --mdc-outlined-button-label-text-weight: 500;
  --mdc-outlined-button-container-height: 40px;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 9999px;
}
html {
  --mat-text-button-state-layer-color: #086d39;
  --mat-text-button-disabled-state-layer-color: #464747;
  --mat-text-button-ripple-color: rgba(8, 109, 57, 0.12);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mat-text-button-touch-target-display: block;
  --mat-text-button-horizontal-padding: 12px;
  --mat-text-button-with-icon-horizontal-padding: 16px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: -4px;
}
html {
  --mat-protected-button-state-layer-color: #086d39;
  --mat-protected-button-disabled-state-layer-color: #464747;
  --mat-protected-button-ripple-color: rgba(8, 109, 57, 0.12);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mat-protected-button-touch-target-display: block;
  --mat-protected-button-horizontal-padding: 24px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -8px;
}
html {
  --mat-filled-button-state-layer-color: #ffffff;
  --mat-filled-button-disabled-state-layer-color: #464747;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.12);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mat-filled-button-touch-target-display: block;
  --mat-filled-button-horizontal-padding: 24px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -8px;
}
html {
  --mat-outlined-button-state-layer-color: #086d39;
  --mat-outlined-button-disabled-state-layer-color: #464747;
  --mat-outlined-button-ripple-color: rgba(8, 109, 57, 0.12);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mat-outlined-button-touch-target-display: block;
  --mat-outlined-button-horizontal-padding: 24px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -8px;
}
html {
  --mdc-icon-button-icon-color: #464747;
  --mdc-icon-button-disabled-icon-color: rgba(26, 28, 25, 0.38);
  --mdc-icon-button-state-layer-size: 40px;
  --mdc-icon-button-icon-size: 24px;
}
html {
  --mat-icon-button-state-layer-color: #464747;
  --mat-icon-button-disabled-state-layer-color: #464747;
  --mat-icon-button-ripple-color: rgba(70, 71, 71, 0.12);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-touch-target-display: block;
}
html {
  --mdc-extended-fab-container-elevation-shadow:
    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);
  --mdc-extended-fab-focus-container-elevation-shadow:
    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);
  --mdc-extended-fab-hover-container-elevation-shadow:
    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);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    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);
  --mdc-extended-fab-label-text-font: Saans;
  --mdc-extended-fab-label-text-size: 0.875rem;
  --mdc-extended-fab-label-text-tracking: 0.006rem;
  --mdc-extended-fab-label-text-weight: 500;
  --mdc-extended-fab-container-height: 56px;
  --mdc-extended-fab-container-shape: 16px;
}
html {
  --mdc-fab-container-elevation-shadow:
    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);
  --mdc-fab-focus-container-elevation-shadow:
    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);
  --mdc-fab-hover-container-elevation-shadow:
    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);
  --mdc-fab-pressed-container-elevation-shadow:
    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);
  --mdc-fab-container-color: #9df6b4;
  --mdc-fab-container-shape: 16px;
}
html {
  --mdc-fab-small-container-elevation-shadow:
    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);
  --mdc-fab-small-focus-container-elevation-shadow:
    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);
  --mdc-fab-small-hover-container-elevation-shadow:
    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);
  --mdc-fab-small-pressed-container-elevation-shadow:
    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);
  --mdc-fab-small-container-color: #9df6b4;
  --mdc-fab-small-container-shape: 12px;
}
html {
  --mat-fab-foreground-color: #005229;
  --mat-fab-state-layer-color: #005229;
  --mat-fab-ripple-color: rgba(0, 82, 41, 0.12);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(26, 28, 25, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(26, 28, 25, 0.38);
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-small-foreground-color: #005229;
  --mat-fab-small-state-layer-color: #005229;
  --mat-fab-small-ripple-color: rgba(0, 82, 41, 0.12);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(26, 28, 25, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(26, 28, 25, 0.38);
}
html {
  --mdc-snackbar-container-color: #2f312e;
  --mdc-snackbar-supporting-text-color: #f1f1ec;
  --mdc-snackbar-supporting-text-font: Saans;
  --mdc-snackbar-supporting-text-line-height: 1.25rem;
  --mdc-snackbar-supporting-text-size: 0.875rem;
  --mdc-snackbar-supporting-text-weight: 400;
  --mdc-snackbar-container-shape: 4px;
}
html {
  --mat-snack-bar-button-color: #82d99a;
}
html {
  --mat-table-background-color: #fafaf4;
  --mat-table-header-headline-color: #1a1c19;
  --mat-table-row-item-label-text-color: #1a1c19;
  --mat-table-row-item-outline-color: #777777;
  --mat-table-header-headline-font: Saans;
  --mat-table-header-headline-line-height: 1.25rem;
  --mat-table-header-headline-size: 0.875rem;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.006rem;
  --mat-table-row-item-label-text-font: Saans;
  --mat-table-row-item-label-text-line-height: 1.25rem;
  --mat-table-row-item-label-text-size: 0.875rem;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.016rem;
  --mat-table-footer-supporting-text-font: Saans;
  --mat-table-footer-supporting-text-line-height: 1.25rem;
  --mat-table-footer-supporting-text-size: 0.875rem;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.016rem;
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-row-item-outline-width: 1px;
}
html {
  --mdc-circular-progress-active-indicator-color: #086d39;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}
html {
  --mat-badge-background-color: #b71f35;
  --mat-badge-text-color: #ffffff;
  --mat-badge-disabled-state-background-color: rgba(183, 31, 53, 0.38);
  --mat-badge-disabled-state-text-color: #ffffff;
  --mat-badge-text-font: Saans;
  --mat-badge-text-size: 0.688rem;
  --mat-badge-text-weight: 500;
  --mat-badge-large-size-text-size: 0.688rem;
  --mat-badge-container-shape: 9999px;
  --mat-badge-container-size: 16px;
  --mat-badge-small-size-container-size: 6px;
  --mat-badge-large-size-container-size: 16px;
  --mat-badge-legacy-container-size: unset;
  --mat-badge-legacy-small-size-container-size: unset;
  --mat-badge-legacy-large-size-container-size: unset;
  --mat-badge-container-offset: -12px 0;
  --mat-badge-small-size-container-offset: -6px 0;
  --mat-badge-large-size-container-offset: -12px 0;
  --mat-badge-container-overlap-offset: -12px;
  --mat-badge-small-size-container-overlap-offset: -6px;
  --mat-badge-large-size-container-overlap-offset: -12px;
  --mat-badge-container-padding: 0 4px;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0 4px;
  --mat-badge-line-height: 16px;
  --mat-badge-small-size-text-size: 0;
  --mat-badge-small-size-line-height: 6px;
  --mat-badge-large-size-line-height: 16px;
}
html {
  --mat-bottom-sheet-container-text-color: #1a1c19;
  --mat-bottom-sheet-container-background-color: #f4f4ef;
  --mat-bottom-sheet-container-text-font: Saans;
  --mat-bottom-sheet-container-text-line-height: 1.5rem;
  --mat-bottom-sheet-container-text-size: 1rem;
  --mat-bottom-sheet-container-text-tracking: 0.031rem;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-bottom-sheet-container-shape: 28px;
}
html {
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.08;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-standard-button-toggle-text-color: #1a1c19;
  --mat-standard-button-toggle-state-layer-color: #1a1c19;
  --mat-standard-button-toggle-selected-state-background-color: #e7deff;
  --mat-standard-button-toggle-selected-state-text-color: #4a3499;
  --mat-standard-button-toggle-disabled-state-text-color: rgba(26, 28, 25, 0.38);
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(26, 28, 25, 0.38);
  --mat-standard-button-toggle-disabled-selected-state-background-color: rgba(26, 28, 25, 0.12);
  --mat-standard-button-toggle-divider-color: #777777;
  --mat-standard-button-toggle-label-text-font: Saans;
  --mat-standard-button-toggle-label-text-line-height: 1.25rem;
  --mat-standard-button-toggle-label-text-size: 0.875rem;
  --mat-standard-button-toggle-label-text-tracking: 0.006rem;
  --mat-standard-button-toggle-label-text-weight: 500;
  --mat-standard-button-toggle-height: 40px;
  --mat-standard-button-toggle-shape: 9999px;
  --mat-standard-button-toggle-background-color: transparent;
  --mat-standard-button-toggle-disabled-state-background-color: transparent;
}
html {
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-selected-state-background-color: #086d39;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(26, 28, 25, 0.38);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #086d39;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(26, 28, 25, 0.12);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(26, 28, 25, 0.08);
  --mat-datepicker-toggle-active-state-icon-color: #464747;
  --mat-datepicker-calendar-date-in-range-state-background-color: #9df6b4;
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #e7deff;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #e7deff;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #634eb2;
  --mat-datepicker-toggle-icon-color: #464747;
  --mat-datepicker-calendar-body-label-text-color: #1a1c19;
  --mat-datepicker-calendar-period-button-text-color: #464747;
  --mat-datepicker-calendar-period-button-icon-color: #464747;
  --mat-datepicker-calendar-navigation-button-icon-color: #464747;
  --mat-datepicker-calendar-header-text-color: #464747;
  --mat-datepicker-calendar-date-today-outline-color: #086d39;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(26, 28, 25, 0.38);
  --mat-datepicker-calendar-date-text-color: #1a1c19;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(26, 28, 25, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: #086d39;
  --mat-datepicker-range-input-separator-color: #1a1c19;
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(26, 28, 25, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(26, 28, 25, 0.38);
  --mat-datepicker-calendar-container-background-color: #e8e8e3;
  --mat-datepicker-calendar-container-text-color: #1a1c19;
  --mat-datepicker-calendar-text-font: Saans;
  --mat-datepicker-calendar-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 0.875rem;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 0.875rem;
  --mat-datepicker-calendar-header-text-weight: 500;
  --mat-datepicker-calendar-container-shape: 16px;
  --mat-datepicker-calendar-container-touch-shape: 28px;
  --mat-datepicker-calendar-container-elevation-shadow:
    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-datepicker-calendar-container-touch-elevation-shadow:
    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-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-date-outline-color: transparent;
}
html {
  --mat-divider-color: #777777;
  --mat-divider-width: 1px;
}
html {
  --mat-expansion-container-background-color: #fafaf4;
  --mat-expansion-container-text-color: #1a1c19;
  --mat-expansion-actions-divider-color: #777777;
  --mat-expansion-header-hover-state-layer-color: rgba(26, 28, 25, 0.08);
  --mat-expansion-header-focus-state-layer-color: rgba(26, 28, 25, 0.12);
  --mat-expansion-header-disabled-state-text-color: rgba(26, 28, 25, 0.38);
  --mat-expansion-header-text-color: #1a1c19;
  --mat-expansion-header-description-color: #464747;
  --mat-expansion-header-indicator-color: #464747;
  --mat-expansion-header-text-font: Saans;
  --mat-expansion-header-text-size: 1rem;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: 1.5rem;
  --mat-expansion-header-text-tracking: 0.009rem;
  --mat-expansion-container-text-font: Saans;
  --mat-expansion-container-text-line-height: 1.5rem;
  --mat-expansion-container-text-size: 1rem;
  --mat-expansion-container-text-tracking: 0.031rem;
  --mat-expansion-container-text-weight: 400;
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-container-shape: 12px;
  --mat-expansion-legacy-header-indicator-display: none;
  --mat-expansion-header-indicator-display: inline-block;
}
html {
  --mat-grid-list-tile-header-primary-text-size: 400 1rem / 1.5rem Saans;
  --mat-grid-list-tile-header-secondary-text-size: 400 0.875rem / 1.25rem Saans;
  --mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem Saans;
  --mat-grid-list-tile-footer-secondary-text-size: 400 0.875rem / 1.25rem Saans;
}
html {
  --mat-icon-color: inherit;
}
html {
  --mat-sidenav-container-background-color: #fafaf4;
  --mat-sidenav-container-text-color: #464747;
  --mat-sidenav-content-background-color: #fafaf4;
  --mat-sidenav-content-text-color: #1a1c19;
  --mat-sidenav-scrim-color: rgba(47, 49, 49, 0.4);
  --mat-sidenav-container-shape: 16px;
  --mat-sidenav-container-elevation-shadow: none;
  --mat-sidenav-container-width: 360px;
  --mat-sidenav-container-divider-color: transparent;
}
html {
  --mat-stepper-header-icon-foreground-color: #fafaf4;
  --mat-stepper-header-selected-state-icon-background-color: #086d39;
  --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-edit-state-icon-background-color: #086d39;
  --mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
  --mat-stepper-container-color: #fafaf4;
  --mat-stepper-line-color: #777777;
  --mat-stepper-header-hover-state-layer-color: rgba(47, 49, 46, 0.08);
  --mat-stepper-header-focus-state-layer-color: rgba(47, 49, 46, 0.12);
  --mat-stepper-header-label-text-color: #464747;
  --mat-stepper-header-optional-label-text-color: #464747;
  --mat-stepper-header-selected-state-label-text-color: #464747;
  --mat-stepper-header-error-state-label-text-color: #b71f35;
  --mat-stepper-header-icon-background-color: #464747;
  --mat-stepper-header-error-state-icon-foreground-color: #b71f35;
  --mat-stepper-container-text-font: Saans;
  --mat-stepper-header-label-text-font: Saans;
  --mat-stepper-header-label-text-size: 0.875rem;
  --mat-stepper-header-label-text-weight: 500;
  --mat-stepper-header-error-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-weight: 500;
  --mat-stepper-header-height: 72px;
  --mat-stepper-header-focus-state-layer-shape: 12px;
  --mat-stepper-header-hover-state-layer-shape: 12px;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html {
  --mat-sort-arrow-color: #1a1c19;
}
html {
  --mat-toolbar-container-background-color: #fafaf4;
  --mat-toolbar-container-text-color: #1a1c19;
  --mat-toolbar-title-text-font: Saans;
  --mat-toolbar-title-text-line-height: 1.75rem;
  --mat-toolbar-title-text-size: 1.375rem;
  --mat-toolbar-title-text-tracking: 0;
  --mat-toolbar-title-text-weight: 400;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-tree-container-background-color: #fafaf4;
  --mat-tree-node-text-color: #1a1c19;
  --mat-tree-node-text-font: Saans;
  --mat-tree-node-text-size: 1rem;
  --mat-tree-node-text-weight: 400;
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-timepicker-container-background-color: #eeeee9;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
html .btn-theme {
  --btn-color: var(--primary-light);
  --btn-on: #ffffff;
  --btn-radius: 5px;
  --btn-padding-y: 10px;
  --btn-padding-x: 25px;
  --btn-hover-filter: brightness(0.96);
  --btn-active-translate: 1px;
  --btn-height: auto;
  --btn-width: max-content;
  --btn-display: block;
  box-sizing: border-box;
  --expand-button-size: 35px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
html .btn-theme.neutral {
  --btn-color: transparent;
  --btn-on: var(--black);
  outline: 1px solid var(--light-gray);
}
html .btn-theme.success {
  --btn-color: var(--primary-light);
}
html .btn-theme.danger {
  --btn-color: var(--fire-engine-red);
}
html .btn-theme.disabled {
  opacity: 0.5;
}
html .btn-theme.disabled,
html .btn-theme.disabled:hover,
html .btn-theme.disabled:active {
  filter: none;
  transform: none;
  pointer-events: none;
}
html .btn-theme.sm {
  --btn-padding-y: 7px;
  --btn-padding-x: 14px;
  --btn-radius: 7px;
}
html .btn-theme.md {
  --btn-padding-y: 9px;
  --btn-padding-x: 18px;
  --btn-radius: 8px;
}
html .btn-theme.lg {
  --btn-padding-y: 16px;
  --btn-padding-x: 24px;
  --btn-radius: 5px;
}
html .btn-theme.largeXP {
  --btn-padding-y: 10px;
  --btn-padding-x: 50px;
  --btn-radius: 5px;
}
html .btn-theme.mat-mdc-unelevated-button {
  --mdc-filled-button-container-color: var(--btn-color);
  --mdc-filled-button-label-text-color: var(--btn-on);
  --mdc-filled-button-container-height: var(--btn-height);
  border-radius: var(--btn-radius);
  padding: var(--btn-padding-y) var(--btn-padding-x);
  width: var(--btn-width);
  display: var(--btn-display);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
html .btn-theme.mat-mdc-unelevated-button:not(:disabled):not(.disabled):hover {
  filter: var(--btn-hover-filter);
}
html .btn-theme.mat-mdc-unelevated-button:not(:disabled):not(.disabled):active {
  transform: translateY(var(--btn-active-translate));
}
html .btn-theme.mat-mdc-unelevated-button:disabled {
  filter: saturate(0.9) opacity(0.9);
}
html .btn-theme.no-border {
  outline: none;
  border: none;
  background-color: transparent;
}
html .btn-theme.select-all {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -5px;
}
html .btn-theme.select-all .mdc-button__label {
  gap: 5px;
}
html .btn-theme.caret-trigger {
  background-color: var(--btn-color);
  color: var(--btn-on);
  border-radius: var(--btn-radius);
  padding: var(--btn-padding-y) var(--btn-padding-x);
  width: var(--btn-width);
  display: var(--btn-display);
}
html .btn-theme.expand {
  min-width: var(--expand-button-size);
  width: var(--expand-button-size);
  height: var(--expand-button-size);
  padding: 0;
  border-radius: 6px;
  background-color: #eaeaea;
  color: #1f1f1f;
}
html .btn-theme.expand .app-btn__label,
html .btn-theme.expand .btn__label {
  display: none;
}
html .btn-theme .btn__svg-icon {
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
}
html .btn-theme.expand:hover {
  background-color: #dbdbdb;
}
html .btn-split {
  display: flex;
  height: 100%;
}
html .btn-split .segment-left {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: 1px solid var(--white);
}
html .btn-split .segment-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
}
html .btn__subtitle {
  color: var(--text-dark-gray);
}
html .btn__icon {
  vertical-align: middle;
  margin: 0;
  font-size: 18px;
  line-height: 1;
  font-family: "Material Symbols Outlined";
  display: flex;
  align-items: center;
  justify-content: center;
}
html .btn__icon.filled {
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}
html .btn__icon .app-btn__label,
html .btn__icon .btn__label {
  vertical-align: middle;
  line-height: 1;
  margin: 0;
}
html .btn__icon.icon-left .btn__icon,
html .btn__icon.icon-left .app-btn__label {
  margin-right: 6px;
}
html .btn__icon.icon-right .btn__icon,
html .btn__icon.icon-right .app-btn__label {
  margin-left: 6px;
}
html .btn__icon.outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}
html .btn-theme {
  font-family: "Inter", sans-serif;
  --btn-font-size: 13px;
  --btn-font-weight: 400;
  --btn-letter-spacing: 0.02em;
  --btn-subtitle-size: 0.875rem;
  --btn-subtitle-weight: 500;
  --btn-subtitle-opacity: 0.9;
  --btn-subtitle-color: var(--text-dark-gray);
}
html .btn-theme.sm {
  --btn-font-size: 13px;
}
html .btn-theme.md {
  --btn-font-size: 15px;
}
html .btn-theme.lg {
  --btn-font-size: 18px;
}
html .btn-theme.largeXP {
  --btn-font-size: 13px;
}
html .btn-theme.mat-mdc-unelevated-button {
  font-weight: var(--btn-font-weight);
  letter-spacing: var(--btn-letter-spacing);
  font-size: var(--btn-font-size);
}
html .btn__subtitle {
  font-size: 12px;
}
html .mdc-button__label {
  display: flex;
  align-items: center;
  justify-content: center;
}
html .searchbar {
  display: flex;
  align-items: center;
  height: 2.625rem;
}
html .searchbar__wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 200px;
  transition: width 0.3s ease;
}
html .searchbar__icon {
  position: absolute;
  left: 1rem;
  top: 52%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  color: var(--text-tertiary);
  z-index: 2;
  pointer-events: none;
}
html .searchbar__field {
  width: 100%;
}
html .searchbar__wrapper.flights-sidebar-search {
  width: 100% !important;
}
html .searchbar__wrapper.flights-sidebar-search .searchbar__field input {
  background-color: var(--bright-gray);
}
html .searchbar__wrapper.flights-sidebar-search .searchbar__field .mat-mdc-text-field-wrapper {
  background-color: var(--bright-gray);
  border: 1px solid #eaeaea;
}
html .searchbar__wrapper .searchbar__field input {
  height: 2.625rem;
  line-height: 2.625rem;
  border: none;
  background: transparent;
  outline: none;
  font-weight: 500;
  color: var(--text-tertiary) !important;
}
html .searchbar__wrapper .searchbar__field input::placeholder {
  font-weight: 500 !important;
  font-size: 15px;
  color: var(--text-tertiary) !important;
}
html .searchbar__wrapper .searchbar__field .mat-mdc-form-field-wrapper {
  height: 2.625rem;
  padding: 0;
}
html .searchbar__wrapper .searchbar__field .mdc-line-ripple {
  display: none;
}
html .searchbar__wrapper .searchbar__field .mat-mdc-form-field-flex {
  height: 2.625rem;
  align-items: center;
  padding: 0 0.5rem 0 2rem;
}
html .searchbar__wrapper .searchbar__field .mat-mdc-form-field-infix {
  height: 2.625rem;
  min-height: 2.625rem;
  padding: 0;
  border: none;
}
html .searchbar__wrapper .searchbar__field .mat-mdc-text-field-wrapper {
  height: 2.625rem;
  border-radius: 0.5rem;
  background-color: var(--white);
  border: 1px solid var(--light-gray);
  transition: border-color 0.2s ease;
  --mdc-filled-text-field-input-text-placeholder-color: var( --text-tertiary );
  --mdc-outlined-text-field-input-text-placeholder-color: var( --text-tertiary );
  font-weight: 500;
  --mat-form-field-state-layer-color: var(--white);
}
html .searchbar__wrapper .searchbar__field .mat-mdc-form-field-label-wrapper {
  display: none;
}
html .searchbar__wrapper .searchbar__field .mat-mdc-floating-label {
  display: none;
}
html .searchbar__wrapper .searchbar__field .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
html .searchbar__wrapper .searchbar__field .mat-mdc-form-field-bottom-align::before {
  display: none;
}
html .searchbar__wrapper .searchbar__field .mat-mdc-form-field-ripple {
  display: none;
}
html .searchbar .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input {
  caret-color: var(--black);
}
html .chip-theme {
  --chip-color: #016a37;
  --chip-color-border: #016a37;
  --chip-on: black;
  --chip-off: black;
}
html .chip-theme.mat-mdc-chip {
  border-radius: 9999px;
  height: max-content;
  padding-inline: 0;
  box-shadow: none;
  background: white;
  border: 1px solid var(--bg-light-gray);
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-label-text-color: var(--chip-off);
}
html .chip-theme.mat-mdc-chip .mdc-evolution-chip__cell,
html .chip-theme.mat-mdc-chip .mdc-evolution-chip__action {
  padding-inline: 7px;
  padding-block: 4px;
}
html .chip-theme.mat-mdc-chip .mdc-evolution-chip__text-label {
  display: flex;
  align-items: center;
  gap: 8px;
}
html .chip-theme.mat-mdc-chip.is-selected,
html .chip-theme.mat-mdc-chip.mdc-evolution-chip--selected {
  background: var(--chip-color);
  color: var(--chip-on);
  border: 1px solid var(--chip-color-border);
}
html .chip-theme.mat-mdc-chip.is-selected .mdc-evolution-chip__text-label,
html .chip-theme.mat-mdc-chip.mdc-evolution-chip--selected .mdc-evolution-chip__text-label {
  color: var(--chip-on);
}
html .chip-theme.mat-mdc-chip.is-clickable:not(.mdc-evolution-chip--disabled):not(.is-selected):hover {
  background: color-mix(in srgb, var(--chip-color) 10%, transparent);
}
html .chip-theme.mat-mdc-chip:not(.is-clickable):hover {
  background: transparent;
}
html .chip-theme.mat-mdc-chip:not(.is-clickable):hover .mat-mdc-chip-focus-overlay {
  display: none;
}
html .chip-theme.mat-mdc-chip.is-disabled {
  opacity: 0.55;
  border-color: color-mix(in srgb, var(--chip-color) 40%, #999);
  cursor: not-allowed;
}
html .chip-theme .value-chip__swatch {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex: 0 0 auto;
  background-color: var(--chip-color-swatch, #d9d9d9);
}
html .chip-theme.flight-route.mat-mdc-chip {
  margin-left: 4px;
}
html .chip-theme.flight-route.mat-mdc-chip .mdc-evolution-chip__cell,
html .chip-theme.flight-route.mat-mdc-chip .mdc-evolution-chip__action {
  padding-inline: 4px;
  padding-block: 0.5px;
}
html .chip-theme.flight-route-selected.mat-mdc-chip {
  margin-left: 4px;
  color: var(--white);
  border-color: var(--white);
}
html .chip-theme.flight-route-selected.mat-mdc-chip .mdc-evolution-chip__cell,
html .chip-theme.flight-route-selected.mat-mdc-chip .mdc-evolution-chip__action {
  padding-inline: 4px;
  padding-block: 0.5px;
}
html .chip-theme.flight-route-selected.mat-mdc-chip .mdc-evolution-chip__cell .mdc-evolution-chip__text-label,
html .chip-theme.flight-route-selected.mat-mdc-chip .mdc-evolution-chip__action .mdc-evolution-chip__text-label {
  color: var(--white);
}
html .chip-theme.card.mat-mdc-chip {
  background-color: var(--white);
}
html .chip-theme.mat-mdc-chip {
  font-weight: 400;
  letter-spacing: 0.02em;
}
html .chip-theme.mat-mdc-chip .mdc-evolution-chip__text-label {
  font-size: 1rem;
}
html .chip-theme.card.mat-mdc-chip .mdc-evolution-chip__text-label {
  font-size: 0.75rem;
  display: flex;
}
html .user-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--white);
  border-radius: 6px;
  width: 100%;
  text-align: left;
}
html .user-banner__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  align-items: flex-end;
}
html .user-banner__name {
  font-weight: 700;
  font-size: 20px;
}
html .user-banner__role {
  font-size: 16px;
  opacity: 0.95;
}
html .user-banner__trigger {
  color: var(--white);
  line-height: 0;
  padding: 0;
}
html .user-banner__icon {
  font-size: 28px;
  height: 28px;
  width: 28px;
}
html .header-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: var(--primary-main);
  padding: 1.25rem;
}
html .header-wrapper-middle {
  flex: 1;
  display: flex;
  justify-content: center;
}
html .header-wrapper-middle .nav-links {
  display: flex;
  gap: 0.5rem;
}
html .header-wrapper-middle .nav-links a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  background: transparent;
  transition: background-color 0.3s ease-in-out;
  color: var(--white);
}
html .header-wrapper-middle .nav-links a:hover {
  background: rgba(255, 255, 255, 0.1);
}
html .header-wrapper-middle .nav-links a.active {
  background: var(--white);
  color: var(--black);
}
html .header-wrapper-middle .nav-links a.active mat-icon {
  opacity: 1;
  color: var(--black-80);
}
html .header-wrapper-middle .nav-links a mat-icon {
  opacity: 0.8;
  font-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
html .header-wrapper-right-trigger {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: transparent;
  padding: 0.25rem 0;
  padding-left: 0.375rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
  border: none;
  cursor: pointer;
  color: var(--white);
}
html .header-wrapper-right-trigger:hover,
html .header-wrapper-right-trigger.active {
  background-color: rgba(255, 255, 255, 0.1);
}
html .header-wrapper-right-trigger:focus {
  outline: none;
  border: none;
}
html .header-wrapper-right-trigger-profilePicture {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  object-fit: cover;
  cursor: pointer;
}
html .header-wrapper-right-trigger-dropArrow {
  transition: all 0.3s ease-in-out;
}
html .header-wrapper-right-trigger.active .header-wrapper-right-trigger-dropArrow {
  transform: rotate(180deg);
}
html .header-wrapper-left .title-logo {
  cursor: pointer;
}
html .profile-menu {
  width: 255px;
}
html .profile-menu__toggle-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  padding: 0 0.5rem;
  padding-bottom: 0.375rem;
}
html .profile-menu__toggle-row mat-slide-toggle {
  --mdc-switch-selected-hover-handle-color: var(--primary-main);
  --mdc-switch-selected-track-color: var(--primary-main);
  --mdc-switch-selected-hover-state-layer-color: var( --primary-main );
  --mdc-switch-selected-hover-track-color: var(--primary-main);
  --mdc-switch-selected-focus-track-color: var(--primary-main);
  --mdc-switch-selected-pressed-track-color: var(--primary-main);
  --mdc-switch-selected-hover-handle-color: var(--white);
  --mdc-switch-selected-pressed-handle-color: var(--white);
  --mdc-switch-selected-focus-handle-color: var(--white);
  --mdc-switch-selected-selected-handle-color: var(--white);
  --mdc-switch-track-height: 25px;
  --mdc-slide-toggle-thumb-size: 20px;
  --mdc-slide-toggle-track-height: 7px;
  --mdc-switch-state-layer-size: 0px;
  --mat-switch-with-icon-handle-size: 18px;
  --mdc-switch-selected-icon-size: 14px;
  --mat-switched-pressed-handle-size: 22px;
  --mdc-switch-handle-width: 45px;
  --mat-switch-pressed-handle-size: 19px;
}
html .profile-menu__profile-section {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  padding: 0.75rem 0.5rem;
  padding-bottom: 0.5rem;
}
html .profile-menu__profile-section-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: var(--light-blue);
  padding: 0.25rem;
  color: var(--white);
  font-weight: 700;
}
html .profile-menu__profile-section-details-name {
  font-family: "Inter", sans-serif;
}
html .profile-menu__profile-section-details-email {
  font-size: 0.75rem;
  font-family: "Inter", sans-serif;
  font-weight: normal;
}
html .profile-menu.mat-mdc-menu-panel {
  margin-top: 0.25rem;
  border-radius: 0.375rem;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.16);
  box-shadow: rgba(7, 7, 7, 0.12);
  min-width: max-content;
  padding: 0.375rem 0.375rem;
  background-color: var(--white);
}
html .profile-menu .mat-mdc-menu-content {
  padding: 0;
}
html .profile-menu hr {
  border: none;
  border-top: 1px solid var(--light-gray);
  margin: 0.25rem auto;
  width: 93%;
}
html .profile-menu .logout {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  padding: 0.75rem 0.75rem;
  padding-top: 0.5rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  cursor: pointer;
}
html .profile-menu .logout mat-icon {
  color: var(--text-gray);
  font-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
html .profile-menu-left .loading-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  cursor: pointer;
}
html .card-theme {
  display: flex;
  gap: 0.625rem;
  position: relative;
  --mdc-checkbox-selected-hover-icon-color: var(--primary-main);
  --mdc-checkbox-selected-focus-icon-color: var(--primary-main);
  --mdc-checkbox-selected-icon-color: var(--primary-main);
}
html .card-theme .checkbox-container {
  position: absolute;
  top: 0;
  left: -11px;
  opacity: 0;
  transform: scale(0.8);
  width: 0;
  overflow: hidden;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    width 0.3s ease;
}
html .card-theme .checkbox-container.visible {
  opacity: 1;
  transform: scale(1);
  width: 45px;
}
html .card-theme.selected .card-body {
  border: 1px solid var(--primary-main);
}
html .card-theme.highPriority .card-body {
  background-color: var(--semantic-container-danger) !important;
}
html .card-theme.highPriority .card-body-right-top {
  border-color: var(--semantic-border-danger);
}
html .card-theme .card-body {
  width: 100%;
  min-height: 65px;
  background-color: var(--white);
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  padding: 0.375rem;
  padding-right: 0.75rem;
  border: 1px solid var(--bg-light-gray);
  gap: 0.75rem;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
html .card-theme .card-body.with-check {
  margin-left: 2.5rem;
  transform: translateX(0px);
}
html .card-theme .card-body-left-stick {
  width: 8px;
  height: 100%;
  border-radius: 0.5rem;
}
html .card-theme .card-body-right {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0.375rem 0;
}
html .card-theme .card-body-right-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid var(--bg-light-gray);
  padding-bottom: 0.75rem;
  line-height: 1.3;
}
html .card-theme .card-body-right-top-title {
  color: var(--text-primary);
}
html .card-theme .card-body-right-top-image {
  position: relative;
  width: 90px;
  aspect-ratio: 2/1;
}
html .card-theme .card-body-right-top-image img {
  border-radius: 0.5rem;
  object-fit: cover;
  border: 1px solid var(--white);
}
html .card-theme .card-body-right-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 0.75rem;
}
html .card-theme .card-body-right-bottom-left {
  display: flex;
  gap: 0.75rem;
}
html .card-theme .card-body-right-bottom-tag {
  background: var(--bg-light-gray);
  font-size: 0.625rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border-radius: 0.375rem;
}
html .card-theme .card-body-right-bottom-tag.gray {
  background-color: var(--tag-gray);
  color: var(--text-gray);
}
html .card-theme .card-body-right-bottom-tag.blue {
  background-color: var(--semantic-info-container);
  color: var(--semantic-info);
}
html .card-theme .mat-mdc-checkbox:not(.mat-mdc-checkbox-checked) .mdc-checkbox__background {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  transition: width 0.3s ease, height 0.3s ease;
}
html .card-theme .mat-mdc-checkbox:not(.mat-mdc-checkbox-checked) .mdc-checkbox__background svg {
  width: 80%;
  margin: auto;
  transition: width 0.3s ease;
}
html .card-theme .mat-mdc-checkbox:not(.mat-mdc-checkbox-checked) .mdc-checkbox__native-control {
  width: 26px;
  height: 26px;
  transition: width 0.3s ease, height 0.3s ease;
}
html .card-theme .mat-mdc-checkbox:not(.mat-mdc-checkbox-checked) .mdc-checkbox__ripple,
html .card-theme .mat-mdc-checkbox:not(.mat-mdc-checkbox-checked) .mat-focus-indicator,
html .card-theme .mat-mdc-checkbox:not(.mat-mdc-checkbox-checked) .mat-ripple {
  display: none;
  width: 36px !important;
  height: 36px !important;
  top: 15% !important;
  left: 15% !important;
  transition:
    width 0.3s ease,
    height 0.3s ease,
    top 0.3s ease,
    left 0.3s ease;
}
html .card-theme .mat-mdc-checkbox:not(.mat-mdc-checkbox-checked) .mat-mdc-checkbox-touch-target {
  top: 59%;
  left: 59%;
  width: 36px;
  height: 36px;
  transition:
    width 0.3s ease,
    height 0.3s ease,
    top 0.3s ease,
    left 0.3s ease;
}
html .card-theme .mat-mdc-checkbox.mat-mdc-checkbox-checked .mdc-checkbox__background {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  transition: width 0.3s ease, height 0.3s ease;
}
html .card-theme .mat-mdc-checkbox.mat-mdc-checkbox-checked .mdc-checkbox__background svg {
  width: 80%;
  margin: auto;
  transition: width 0.3s ease;
}
html .card-theme .mat-mdc-checkbox.mat-mdc-checkbox-checked .mdc-checkbox__native-control {
  width: 22px;
  height: 22px;
  transition: width 0.3s ease, height 0.3s ease;
}
html .card-theme .mat-mdc-checkbox.mat-mdc-checkbox-checked .mdc-checkbox__ripple,
html .card-theme .mat-mdc-checkbox.mat-mdc-checkbox-checked .mat-focus-indicator,
html .card-theme .mat-mdc-checkbox.mat-mdc-checkbox-checked .mat-ripple {
  display: none;
  width: 32px !important;
  height: 32px !important;
  top: 15% !important;
  left: 15% !important;
  transition:
    width 0.3s ease,
    height 0.3s ease,
    top 0.3s ease,
    left 0.3s ease;
}
html .card-theme .mat-mdc-checkbox.mat-mdc-checkbox-checked .mat-mdc-checkbox-touch-target {
  top: 54%;
  left: 54%;
  width: 30px;
  height: 30px;
  transition:
    width 0.3s ease,
    height 0.3s ease,
    top 0.3s ease,
    left 0.3s ease;
}
html .card-theme .mat-mdc-checkbox .mat-mdc-checkbox-label {
  margin-left: 8px;
}
html .spinner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  height: 100%;
}
html .spinner-container .mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle,
html .spinner-container .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic {
  stroke: var(--spinner-color, var(--primary-main));
}
html .chat-container-theme {
  display: flex;
  flex-direction: column;
  height: calc(100dvh - 84px);
  overflow: hidden;
  background-color: var(--primary-light-gray);
}
html .chat-container-theme-content {
  display: flex;
  width: 100%;
  flex: 1;
  overflow: hidden;
}
html .chat-container-content-list {
  width: 30%;
  height: 100%;
  max-height: calc(100dvh - 84px - 79px);
  overflow-y: auto;
  border-right: 1px solid var(--primary-light);
  display: flex;
  flex-direction: column;
}
html .chat-container-content-list .load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
  width: 100%;
  text-align: center;
  cursor: pointer;
  position: relative;
}
html .chat-container-content-messages,
html .chat-container-content-empty-state {
  width: 70%;
  height: 100%;
  background-color: var(--primary-light-gray);
}
html .chat-container-content-empty-state {
  display: flex;
  justify-content: center;
  align-items: center;
}
html .chat-container-content-empty-state-verticalContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
html .chat-container-content-empty-state-verticalContainer img {
  width: 150px;
}
html .chat-container-content-messages {
  display: flex;
  flex-direction: column;
  width: 70%;
  height: calc(100dvh - 84px - 79px);
  gap: 1.5rem;
  padding: 1.5rem;
  overflow-y: auto;
  position: relative;
}
html .chat-container-content-messages::-webkit-scrollbar {
  display: none;
}
html .chat-container-content-messages .messages-empty-state {
  margin: auto;
  color: var(--neutral);
  font-weight: 500;
  text-align: center;
}
html .chat-container-content-messages .top-loading-indicator {
  position: absolute;
  top: 0px;
  right: 50%;
}
html .chat-container-content-chat {
  width: 70%;
  height: 100%;
}
html .loader-container {
  height: 100%;
}
html .empty-state {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
html .empty-state span {
  font-size: 1rem;
  font-weight: 600;
}
html .cdk-overlay-pane .mat-datepicker-content {
  margin-top: 1.5rem;
  border-radius: 0.5rem;
  background-color: var(--primary-contrast);
  box-shadow: 0px 2px 14px 4px rgba(0, 0, 0, 0.0588235294) !important;
}
html .cdk-overlay-pane .mat-datepicker-content .mat-mdc-button {
  padding: 0;
}
html .cdk-overlay-pane .mat-datepicker-content .mat-calendar-controls {
  width: 101%;
}
html .cdk-overlay-pane .mat-datepicker-content .mat-calendar-period-button {
  margin: 0;
  padding: 0 0.625rem;
  margin-left: 2px;
}
html .chat-container-header {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--primary-light);
}
html .chat-container-header-left {
  display: flex;
  gap: 0.375rem;
  align-items: center;
}
html .chat-container-header-left .refresh-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-top: 2px;
}
html .chat-container-header-left .refresh-icon-container:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
html .chat-container-header-left .refresh-icon-container.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
html .chat-container-header-left .refresh-icon-container.disabled:hover {
  background-color: transparent;
}
html .chat-container-header-left .refresh-icon-container mat-icon,
html .chat-container-header-left .refresh-icon-container .material-symbols-outlined {
  cursor: pointer;
  font-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
html .chat-container-header-left .refresh-icon-container .material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}
html .chat-container-header-right {
  display: flex;
  align-items: center;
  align-items: stretch;
  gap: 1rem;
}
html .chat-container-header-right .date-range-display {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem;
  border: 1px solid var(--primary-light);
  border-radius: 0.5rem;
  font-size: 0.875rem;
  cursor: pointer;
  background: #fff;
  position: relative;
  font-weight: 500;
}
html .chat-container-header-right .date-range-display:hover {
  background-color: var(--bright-gray);
}
html .chat-container-header-right .date-range-display-text {
  line-height: 1;
}
html .chat-container-header-right .date-range-display img {
  margin-bottom: 3px;
}
html .chat-container-header-right .date-range-display .hidden-inputs {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
html .chat-container-header-right .dropdown-display {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem;
  padding-right: 0.375rem;
  border: 1px solid var(--primary-light);
  border-radius: 0.5rem;
  font-size: 0.875rem;
  cursor: pointer;
  background: #fff;
  position: relative;
  font-weight: 500;
}
html .chat-container-header-right .dropdown-display:hover {
  background-color: var(--bright-gray);
}
html .chat-container-header-right .dropdown-display-text {
  line-height: 1;
}
html .chat-container-header-right .dropdown-display mat-icon {
  font-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
html .chat-container-header-right .dropdown-display .hidden-inputs {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
body.dark-mode {
  color-scheme: dark !important;
}
.row {
  display: flex;
  flex-direction: row;
}
.column {
  display: flex;
  flex-direction: column;
}
.jc-start {
  justify-content: flex-start;
}
.jc-end {
  justify-content: flex-end;
}
.jc-center {
  justify-content: center;
}
.jc-between {
  justify-content: space-between;
}
.jc-around {
  justify-content: space-around;
}
.jc-evenly {
  justify-content: space-evenly;
}
.ai-start {
  align-items: flex-start;
}
.ai-end {
  align-items: flex-end;
}
.ai-center {
  align-items: center;
}
.ai-baseline {
  align-items: baseline;
}
.ai-stretch {
  align-items: stretch;
}
* {
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-dark) auto;
  scroll-margin: 2rem;
}
html {
  font-size: 16px;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  color: var(--primary-dark);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  background-color: var(--primary-contrast);
}
.canvas {
  padding: 0.25rem;
}
.canvas--default {
  background-color: var(--primary-contrast);
}
.canvas--gray {
  background-color: var(--light-gray);
}
.canvas--black {
  background-color: var(--primary-dark);
}
.short-vertical-divider {
  width: 0.06rem;
  background-color: var(--primary-contrast);
}
.short-vertical-divider-gray {
  width: 0.05rem;
  background-color: var(--neutral-light);
}
.horizontal-divider {
  height: 0.05rem;
  background-color: var(--light-gray);
}
.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 24;
}
.hover-state:not(.selected-state):hover {
  background-color: var(--neutral-bright);
  font-weight: 600;
}
.hover-state:not(.selected-state):hover .material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}
.selected-state {
  background-color: var(--secondary-light);
}
.selected-state .material-symbols-outlined {
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}
.not-clickable {
  cursor: default !important;
}
.selected-text {
  font-size: 0.9rem !important;
}

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