/* src/assets/styles/reset.css */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font-family:
    "Yekan Bakh",
    "Arial",
    sans-serif;
  height: min-content;
  min-height: 100%;
}
body.lock-scroll {
  overflow: hidden !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
body.light-mode .mat-app-background,
body.light-mode.mat-app-background,
body.dark-mode .mat-app-background,
body.dark-mode.mat-app-background {
  background-color: var(--c-bg) !important;
}
body.dark-mode input {
  color: var(--c-text-secondary);
  caret: var(--c-text-secondary);
}
figure {
  margin: 0;
}
a {
  text-decoration: none;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}

/* src/assets/styles/spacing.css */
:root {
  --spacing-one-px: 1px;
  --spacing-xxs: 4px;
  --spacing-xs: 8px;
  --spacing-s: 12px;
  --spacing-sx: 14px;
  --spacing-m: 16px;
  --spacing-mx: 18px;
  --spacing-l: 20px;
  --spacing-lx: 22px;
  --spacing-xl: 24px;
  --spacing-xl-1: 28px;
  --spacing-xxl-2: 32px;
  --spacing-xxl-3: 36px;
  --spacing-xxl-4: 40px;
  --spacing-xxl-5: 44px;
  --spacing-xxl-6: 48px;
  --spacing-xxl-7: 52px;
  --spacing-xxl-8: 56px;
  --spacing-xxl-9: 60px;
  --spacing-xxl-10: 64px;
  --spacing-xxl-12: 72px;
  --spacing-xxl-14: 80px;
  --spacing-xxl-19: 100px;
  --spacing-xxl-24: 120px;
  --spacing-xxl-29: 120px;
  --spacing-xxl-34: 140px;
  --spacing-xxl-39: 160px;
}

/* src/assets/styles/typography/font-faces.css */
@font-face {
  font-family: Yekan Bakh ExtraCondensed;
  font-style: normal;
  font-weight: 100;
  font-stretch: extra-condensed;
  src: url("./media/YekanBakh-ThinExtraCondensed.woff") format("woff"), url("./media/YekanBakh-ThinExtraCondensed.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh ExtraCondensed;
  font-style: normal;
  font-weight: 300;
  font-stretch: extra-condensed;
  src: url("./media/YekanBakh-LightExtraCondensed.woff") format("woff"), url("./media/YekanBakh-LightExtraCondensed.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh ExtraCondensed;
  font-style: normal;
  font-weight: normal;
  font-stretch: extra-condensed;
  src: url("./media/YekanBakh-RegularExtraCondensed.woff") format("woff"), url("./media/YekanBakh-RegularExtraCondensed.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh ExtraCondensed;
  font-style: normal;
  font-weight: 600;
  font-stretch: extra-condensed;
  src: url("./media/YekanBakh-SemiBoldExtraCondensed.woff") format("woff"), url("./media/YekanBakh-SemiBoldExtraCondensed.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh ExtraCondensed;
  font-style: normal;
  font-weight: bold;
  font-stretch: extra-condensed;
  src: url("./media/YekanBakh-BoldExtraCondensed.woff") format("woff"), url("./media/YekanBakh-BoldExtraCondensed.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh ExtraCondensed;
  font-style: normal;
  font-weight: 800;
  font-stretch: extra-condensed;
  src: url("./media/YekanBakh-ExtraBoldExtraCondensed.woff") format("woff"), url("./media/YekanBakh-ExtraBoldExtraCondensed.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh ExtraCondensed;
  font-style: normal;
  font-weight: 900;
  font-stretch: extra-condensed;
  src: url("./media/YekanBakh-BlackExtraCondensed.woff") format("woff"), url("./media/YekanBakh-BlackExtraCondensed.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh ExtraCondensed;
  font-style: normal;
  font-weight: 950;
  font-stretch: extra-condensed;
  src: url("./media/YekanBakh-ExtraBlackExtraCondensed.woff") format("woff"), url("./media/YekanBakh-ExtraBlackExtraCondensed.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh Condensed;
  font-style: normal;
  font-weight: 100;
  font-stretch: condensed;
  src: url("./media/YekanBakh-ThinCondensed.woff") format("woff"), url("./media/YekanBakh-ThinCondensed.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh Condensed;
  font-style: normal;
  font-weight: 300;
  font-stretch: condensed;
  src: url("./media/YekanBakh-LightCondensed.woff") format("woff"), url("./media/YekanBakh-LightCondensed.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh Condensed;
  font-style: normal;
  font-weight: normal;
  font-stretch: condensed;
  src: url("./media/YekanBakh-RegularCondensed.woff") format("woff"), url("./media/YekanBakh-RegularCondensed.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh Condensed;
  font-style: normal;
  font-weight: 600;
  font-stretch: condensed;
  src: url("./media/YekanBakh-SemiBoldCondensed.woff") format("woff"), url("./media/YekanBakh-SemiBoldCondensed.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh Condensed;
  font-style: normal;
  font-weight: bold;
  font-stretch: condensed;
  src: url("./media/YekanBakh-BoldCondensed.woff") format("woff"), url("./media/YekanBakh-BoldCondensed.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh Condensed;
  font-style: normal;
  font-weight: 800;
  font-stretch: condensed;
  src: url("./media/YekanBakh-ExtraBoldCondensed.woff") format("woff"), url("./media/YekanBakh-ExtraBoldCondensed.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh Condensed;
  font-style: normal;
  font-weight: 900;
  font-stretch: condensed;
  src: url("./media/YekanBakh-BlackCondensed.woff") format("woff"), url("./media/YekanBakh-BlackCondensed.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh Condensed;
  font-style: normal;
  font-weight: 950;
  font-stretch: condensed;
  src: url("./media/YekanBakh-ExtraBlackCondensed.woff") format("woff"), url("./media/YekanBakh-ExtraBlackCondensed.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh SemiCondensed;
  font-style: normal;
  font-weight: 100;
  font-stretch: semi-condensed;
  src: url("./media/YekanBakh-ThinSemiCondensed.woff") format("woff"), url("./media/YekanBakh-ThinSemiCondensed.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh SemiCondensed;
  font-style: normal;
  font-weight: 300;
  font-stretch: semi-condensed;
  src: url("./media/YekanBakh-LightSemiCondensed.woff") format("woff"), url("./media/YekanBakh-LightSemiCondensed.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh SemiCondensed;
  font-style: normal;
  font-weight: normal;
  font-stretch: semi-condensed;
  src: url("./media/YekanBakh-RegularSemiCondensed.woff") format("woff"), url("./media/YekanBakh-RegularSemiCondensed.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh SemiCondensed;
  font-style: normal;
  font-weight: 600;
  font-stretch: semi-condensed;
  src: url("./media/YekanBakh-SemiBoldSemiCondensed.woff") format("woff"), url("./media/YekanBakh-SemiBoldSemiCondensed.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh SemiCondensed;
  font-style: normal;
  font-weight: bold;
  font-stretch: semi-condensed;
  src: url("./media/YekanBakh-BoldSemiCondensed.woff") format("woff"), url("./media/YekanBakh-BoldSemiCondensed.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh SemiCondensed;
  font-style: normal;
  font-weight: 800;
  font-stretch: semi-condensed;
  src: url("./media/YekanBakh-ExtraBoldSemiCondensed.woff") format("woff"), url("./media/YekanBakh-ExtraBoldSemiCondensed.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh SemiCondensed;
  font-style: normal;
  font-weight: 900;
  font-stretch: semi-condensed;
  src: url("./media/YekanBakh-BlackSemiCondensed.woff") format("woff"), url("./media/YekanBakh-BlackSemiCondensed.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh SemiCondensed;
  font-style: normal;
  font-weight: 950;
  font-stretch: semi-condensed;
  src: url("./media/YekanBakh-ExtraBlackSemiCondensed.woff") format("woff"), url("./media/YekanBakh-ExtraBlackSemiCondensed.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  src: url("./media/YekanBakh-Thin.woff") format("woff"), url("./media/YekanBakh-Thin.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url("./media/YekanBakh-Light.woff") format("woff"), url("./media/YekanBakh-Light.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  src: url("./media/YekanBakh-Regular.woff") format("woff"), url("./media/YekanBakh-Regular.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url("./media/YekanBakh-SemiBold.woff") format("woff"), url("./media/YekanBakh-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
  src: url("./media/YekanBakh-Bold.woff") format("woff"), url("./media/YekanBakh-Bold.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  src: url("./media/YekanBakh-ExtraBold.woff") format("woff"), url("./media/YekanBakh-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  src: url("./media/YekanBakh-Black.woff") format("woff"), url("./media/YekanBakh-Black.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: 950;
  font-stretch: normal;
  src: url("./media/YekanBakh-ExtraBlack.woff") format("woff"), url("./media/YekanBakh-ExtraBlack.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh SemiExpanded;
  font-style: normal;
  font-weight: 100;
  font-stretch: semi-expanded;
  src: url("./media/YekanBakh-ThinSemiExpanded.woff") format("woff"), url("./media/YekanBakh-ThinSemiExpanded.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh SemiExpanded;
  font-style: normal;
  font-weight: 300;
  font-stretch: semi-expanded;
  src: url("./media/YekanBakh-LightSemiExpanded.woff") format("woff"), url("./media/YekanBakh-LightSemiExpanded.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh SemiExpanded;
  font-style: normal;
  font-weight: normal;
  font-stretch: semi-expanded;
  src: url("./media/YekanBakh-RegularSemiExpanded.woff") format("woff"), url("./media/YekanBakh-RegularSemiExpanded.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh SemiExpanded;
  font-style: normal;
  font-weight: 600;
  font-stretch: semi-expanded;
  src: url("./media/YekanBakh-SemiBoldSemiExpanded.woff") format("woff"), url("./media/YekanBakh-SemiBoldSemiExpanded.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh SemiExpanded;
  font-style: normal;
  font-weight: bold;
  font-stretch: semi-expanded;
  src: url("./media/YekanBakh-BoldSemiExpanded.woff") format("woff"), url("./media/YekanBakh-BoldSemiExpanded.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh SemiExpanded;
  font-style: normal;
  font-weight: 800;
  font-stretch: semi-expanded;
  src: url("./media/YekanBakh-ExtraBoldSemiExpanded.woff") format("woff"), url("./media/YekanBakh-ExtraBoldSemiExpanded.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh SemiExpanded;
  font-style: normal;
  font-weight: 900;
  font-stretch: semi-expanded;
  src: url("./media/YekanBakh-BlackSemiExpanded.woff") format("woff"), url("./media/YekanBakh-BlackSemiExpanded.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh SemiExpanded;
  font-style: normal;
  font-weight: 950;
  font-stretch: semi-expanded;
  src: url("./media/YekanBakh-ExtraBlackSemiExpanded.woff") format("woff"), url("./media/YekanBakh-ExtraBlackSemiExpanded.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh Expanded;
  font-style: normal;
  font-weight: 100;
  font-stretch: expanded;
  src: url("./media/YekanBakh-ThinExpanded.woff") format("woff"), url("./media/YekanBakh-ThinExpanded.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh Expanded;
  font-style: normal;
  font-weight: 300;
  font-stretch: expanded;
  src: url("./media/YekanBakh-LightExpanded.woff") format("woff"), url("./media/YekanBakh-LightExpanded.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh Expanded;
  font-style: normal;
  font-weight: normal;
  font-stretch: expanded;
  src: url("./media/YekanBakh-RegularExpanded.woff") format("woff"), url("./media/YekanBakh-RegularExpanded.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh Expanded;
  font-style: normal;
  font-weight: 600;
  font-stretch: expanded;
  src: url("./media/YekanBakh-SemiBoldExpanded.woff") format("woff"), url("./media/YekanBakh-SemiBoldExpanded.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh Expanded;
  font-style: normal;
  font-weight: bold;
  font-stretch: expanded;
  src: url("./media/YekanBakh-BoldExpanded.woff") format("woff"), url("./media/YekanBakh-BoldExpanded.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh Expanded;
  font-style: normal;
  font-weight: 800;
  font-stretch: expanded;
  src: url("./media/YekanBakh-ExtraBoldExpanded.woff") format("woff"), url("./media/YekanBakh-ExtraBoldExpanded.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh Expanded;
  font-style: normal;
  font-weight: 900;
  font-stretch: expanded;
  src: url("./media/YekanBakh-BlackExpanded.woff") format("woff"), url("./media/YekanBakh-BlackExpanded.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh Expanded;
  font-style: normal;
  font-weight: 950;
  font-stretch: expanded;
  src: url("./media/YekanBakh-ExtraBlackExpanded.woff") format("woff"), url("./media/YekanBakh-ExtraBlackExpanded.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh ExtraExpanded;
  font-style: normal;
  font-weight: 100;
  font-stretch: extra-expanded;
  src: url("./media/YekanBakh-ThinExtraExpanded.woff") format("woff"), url("./media/YekanBakh-ThinExtraExpanded.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh ExtraExpanded;
  font-style: normal;
  font-weight: 300;
  font-stretch: extra-expanded;
  src: url("./media/YekanBakh-LightExtraExpanded.woff") format("woff"), url("./media/YekanBakh-LightExtraExpanded.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh ExtraExpanded;
  font-style: normal;
  font-weight: normal;
  font-stretch: extra-expanded;
  src: url("./media/YekanBakh-RegularExtraExpanded.woff") format("woff"), url("./media/YekanBakh-RegularExtraExpanded.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh ExtraExpanded;
  font-style: normal;
  font-weight: 600;
  font-stretch: extra-expanded;
  src: url("./media/YekanBakh-SemiBoldExtraExpanded.woff") format("woff"), url("./media/YekanBakh-SemiBoldExtraExpanded.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh ExtraExpanded;
  font-style: normal;
  font-weight: bold;
  font-stretch: extra-expanded;
  src: url("./media/YekanBakh-BoldExtraExpanded.woff") format("woff"), url("./media/YekanBakh-BoldExtraExpanded.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh ExtraExpanded;
  font-style: normal;
  font-weight: 800;
  font-stretch: extra-expanded;
  src: url("./media/YekanBakh-ExtraBoldExtraExpanded.woff") format("woff"), url("./media/YekanBakh-ExtraBoldExtraExpanded.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh ExtraExpanded;
  font-style: normal;
  font-weight: 900;
  font-stretch: extra-expanded;
  src: url("./media/YekanBakh-BlackExtraExpanded.woff") format("woff"), url("./media/YekanBakh-BlackExtraExpanded.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh ExtraExpanded;
  font-style: normal;
  font-weight: 950;
  font-stretch: extra-expanded;
  src: url("./media/YekanBakh-ExtraBlackExtraExpanded.woff") format("woff"), url("./media/YekanBakh-ExtraBlackExtraExpanded.woff2") format("woff2");
}

/* src/assets/styles/typography/headings.css */
.gp-title-h1 {
  font-family: "Yekan Bakh", sans-serif;
  font-size: 40px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
}
.gp-title-h2 {
  font-family: "Yekan Bakh", sans-serif;
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
}
.gp-title-h3 {
  font-family: "Yekan Bakh", sans-serif;
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
}
.gp-title-h4 {
  font-family: "Yekan Bakh", sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
}
.gp-title-h5 {
  font-family: "Yekan Bakh", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
}
.gp-title-h6 {
  font-family: "Yekan Bakh", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.gp-title-h7 {
  font-family: "Yekan Bakh", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
}
.gp-title-h8 {
  font-family: "Yekan Bakh", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
}
.gp-heading-h5 {
  font-family: "Yekan Bakh", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
:root {
  --font-size-s: 12px;
  --font-size-sx: 14px;
  --font-size-m: 16px;
  --font-size-l: 20px;
  --font-size-xl: 24px;
  --font-size-xlx: 26px;
  --font-size-xxl-2: 32px;
  --font-size-xxl-4: 40px;
}

/* src/assets/styles/typography/bodies.css */
:root {
  --font-weight-regular: 400;
}
.vchry-text-body1 {
  font-family: "Yekan Bakh", sans-serif !important;
  font-size: 16px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.5 !important;
  letter-spacing: normal !important;
}
.vchry-text-body2 {
  font-family: "Yekan Bakh", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
}
.vchry-text-body3 {
  font-family: "Yekan Bakh", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
}
.vchry-text-body4 {
  font-family: "Yekan Bakh", sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
}
.vchry-bold {
  font-weight: 700;
}
.vchry-semi-bold {
  font-weight: 600;
}

/* src/assets/styles/colors/colors.css */
.c-white {
  color: var(--c-white) !important;
}
.c-black {
  color: var(--c-black) !important;
}
.c-primary {
  color: var(--c-primary-40) !important;
}
.c-txt-primary {
  color: var(--c-text-primary) !important;
}
.c-txt-secondary {
  color: var(--c-text-secondary) !important;
}
.c-txt-tertiary {
  color: var(--c-text-tertiary) !important;
}

/* src/styles.scss */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
::before,
::after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-top-8 {
  top: -2rem;
}
.-top-\[15\%\] {
  top: -15%;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[25\%\] {
  left: 25%;
}
.left-\[3\%\] {
  left: 3%;
}
.right-0 {
  right: 0px;
}
.right-\[25\%\] {
  right: 25%;
}
.right-\[3\%\] {
  right: 3%;
}
.right-full {
  right: 100%;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 2.5rem;
}
.top-\[10\%\] {
  top: 10%;
}
.top-\[81vh\] {
  top: 81vh;
}
.-z-10 {
  z-index: -10;
}
.z-50 {
  z-index: 50;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.m-auto {
  margin: auto;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.size-20 {
  width: 5rem;
  height: 5rem;
}
.size-48 {
  width: 12rem;
  height: 12rem;
}
.\!h-14 {
  height: 3.5rem !important;
}
.h-32 {
  height: 8rem;
}
.h-\[23vh\] {
  height: 23vh;
}
.h-\[58px\] {
  height: 58px;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-full {
  height: 100%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-96 {
  max-width: 24rem;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-4 {
  gap: 1rem;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-slate-100\/\[\.75\] {
  background-color: rgb(241 245 249 / .75);
}
.bg-slate-300\/\[\.4\] {
  background-color: rgb(203 213 225 / .4);
}
.p-4 {
  padding: 1rem;
}
.\!px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.text-center {
  text-align: center;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.\!text-\[var\(--c-secondary-0\)\] {
  color: var(--c-secondary-0) !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
:root {
  --container-desktop-size: 1300px;
  --side-pad-desktop: 80px;
  --side-pad-tablet: 25px;
  --side-pad-mobile: 15px;
  --c-white: #fff;
  --c-black: #000;
  --c-text-primary: #0a0a0a;
  --c-text-secondary: #3c3c3c;
  --c-text-tertiary: #878787;
  --c-bg: var(--c-white);
  --c-primary-0: #426604;
  --c-primary-10: #5B8B02;
  --c-primary-20: #9CB100;
  --c-primary-30: #AEC503;
  --c-primary-40: #C4E201;
  --c-primary-50: #D5EC2C;
  --c-primary-60: #AFF024;
  --c-primary-70: #BBEF50;
  --c-primary-80: #D4F492;
  --c-primary-90: #E3F8BE;
  --c-primary-95: #F6FFE5;
  --c-primary-100: #FEFFFB;
  --c-secondary-0: #02009C;
  --c-secondary-10: #0200B5;
  --c-secondary-20: #3400C4;
  --c-secondary-30: #4700CB;
  --c-secondary-40: #5900D4;
  --c-secondary-50: #5900D4;
  --c-secondary-60: #8034E8;
  --c-secondary-70: #9A5AF6;
  --c-secondary-80: #B98BFF;
  --c-secondary-90: #D6BAFE;
  --c-secondary-95: #F0E3FF;
  --c-secondary-98: #FAF5FF;
  --c-gray-0: #292F51;
  --c-gray-5: #373F6D;
  --c-gray-10: #4B5695;
  --c-gray-20: #5C68AD;
  --c-gray-30: #7781BB;
  --c-gray-40: #939BC8;
  --c-gray-50: #AEB4D5;
  --c-gray-60: #C9CDE3;
  --c-gray-70: #D6D9EA;
  --c-gray-80: #E4E6F1;
  --c-gray-90: #F1F2F8;
  --c-gray-95: #F8F9FD;
  --c-gray-100: #FFFFFF;
  --c-dark-0: #0E101B;
  --c-dark-10: #151829;
  --c-dark-30: #1B1F36;
  --c-dark-40: #222744;
  --c-dark-50: #292F51;
  --c-error-0: #000;
  --c-error-10: #410002;
  --c-error-20: #690005;
  --c-error-30: #93000a;
  --c-error-40: #ba1a1a;
  --c-error-50: #de3730;
  --c-error-60: #ff5449;
  --c-error-70: #ff897d;
  --c-error-80: #ffb4ab;
  --c-error-90: #ffdad6;
  --c-error-95: #ffedea;
  --c-error-99: #fffbff;
  --c-error-100: #fff;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, transparent);
  color: var(--mat-app-text-color, inherit);
}
body.light-mode {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: var(--c-primary-40);
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-full-pseudo-checkbox-selected-icon-color: #69f0ae;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #69f0ae;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --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-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --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);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: var(--c-primary-40);
  --mdc-filled-text-field-focus-active-indicator-color: var(--c-primary-40);
  --mdc-filled-text-field-focus-label-text-color: var(--c-primary-40);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: var(--c-error-40);
  --mdc-filled-text-field-error-focus-label-text-color: var(--c-error-40);
  --mdc-filled-text-field-error-label-text-color: var(--c-error-40);
  --mdc-filled-text-field-error-caret-color: var(--c-error-40);
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: var(--c-error-40);
  --mdc-filled-text-field-error-focus-active-indicator-color: var(--c-error-40);
  --mdc-filled-text-field-error-hover-active-indicator-color: var(--c-error-40);
  --mdc-outlined-text-field-caret-color: var(--c-primary-40);
  --mdc-outlined-text-field-focus-outline-color: var(--c-primary-40);
  --mdc-outlined-text-field-focus-label-text-color: var(--c-primary-40);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: var(--c-error-40);
  --mdc-outlined-text-field-error-focus-label-text-color: var(--c-error-40);
  --mdc-outlined-text-field-error-label-text-color: var(--c-error-40);
  --mdc-outlined-text-field-error-hover-label-text-color: var(--c-error-40);
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: var(--c-error-40);
  --mdc-outlined-text-field-error-hover-outline-color: var(--c-error-40);
  --mdc-outlined-text-field-error-outline-color: var(--c-error-40);
  --mat-form-field-focus-select-arrow-color: var(--c-primary-40);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: var(--c-error-40);
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --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-select-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);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: var(--c-primary-40);
  --mat-select-invalid-arrow-color: var(--c-error-40);
  --mat-select-arrow-transform: translateY(-8px);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-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);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    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);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
  --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-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-selected-focus-state-layer-color: var(--c-primary-90);
  --mdc-switch-selected-handle-color: var(--c-primary-90);
  --mdc-switch-selected-hover-state-layer-color: var(--c-primary-90);
  --mdc-switch-selected-pressed-state-layer-color: var(--c-primary-90);
  --mdc-switch-selected-focus-handle-color: var(--c-primary-100);
  --mdc-switch-selected-hover-handle-color: var(--c-primary-100);
  --mdc-switch-selected-pressed-handle-color: var(--c-primary-100);
  --mdc-switch-selected-focus-track-color: var(--c-primary-60);
  --mdc-switch-selected-hover-track-color: var(--c-primary-60);
  --mdc-switch-selected-pressed-track-color: var(--c-primary-60);
  --mdc-switch-selected-track-color: var(--c-primary-60);
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-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-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-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-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-switch-state-layer-size: 40px;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --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.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: var(--c-primary-40);
  --mdc-slider-focus-handle-color: var(--c-primary-40);
  --mdc-slider-hover-handle-color: var(--c-primary-40);
  --mdc-slider-active-track-color: var(--c-primary-40);
  --mdc-slider-inactive-track-color: var(--c-primary-40);
  --mdc-slider-with-tick-marks-inactive-container-color: var(--c-primary-40);
  --mdc-slider-with-tick-marks-active-container-color: var(--c-white);
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --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);
  --mat-slider-ripple-color: var(--c-primary-40);
  --mat-slider-hover-state-layer-color: rgba(var(--c-primary-40), 0.05);
  --mat-slider-focus-state-layer-color: rgba(var(--c-primary-40), 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --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-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --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;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #69f0ae;
  --mdc-checkbox-selected-hover-icon-color: #69f0ae;
  --mdc-checkbox-selected-icon-color: #69f0ae;
  --mdc-checkbox-selected-pressed-icon-color: #69f0ae;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #69f0ae;
  --mdc-checkbox-selected-hover-state-layer-color: #69f0ae;
  --mdc-checkbox-selected-pressed-state-layer-color: #69f0ae;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-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);
  --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 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);
  --mdc-protected-button-hover-container-elevation-shadow:
    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);
  --mdc-protected-button-pressed-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-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --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;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-fab-container-color: white;
  --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 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-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 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);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --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 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-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 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);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --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(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --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 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-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 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);
  --mdc-extended-fab-container-shadow-color: #000;
  --mat-fab-touch-target-display: block;
  --mat-fab-small-touch-target-display: block;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #69f0ae;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: var(--c-primary-40);
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: var(--c-primary-40);
  --mat-badge-text-color: var(--c-white);
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
  --mat-standard-button-toggle-height: 48px;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    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-datepicker-calendar-container-touch-elevation-shadow:
    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);
  --mat-datepicker-calendar-date-selected-state-text-color: var(--c-white);
  --mat-datepicker-calendar-date-selected-state-background-color: var(--c-primary-40);
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(0, 0, 0, 0.26);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: var(--c-white);
  --mat-datepicker-calendar-date-focus-state-background-color: var(--c-primary-40);
  --mat-datepicker-calendar-date-hover-state-background-color: var(--c-primary-40);
  --mat-datepicker-toggle-active-state-icon-color: var(--c-primary-90);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(var(--c-primary-40), 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    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-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: var(--c-white);
  --mat-stepper-header-selected-state-icon-background-color: var(--c-primary-40);
  --mat-stepper-header-selected-state-icon-foreground-color: var(--c-white);
  --mat-stepper-header-done-state-icon-background-color: var(--c-primary-40);
  --mat-stepper-header-done-state-icon-foreground-color: var(--c-white);
  --mat-stepper-header-edit-state-icon-background-color: var(--c-primary-40);
  --mat-stepper-header-edit-state-icon-foreground-color: var(--c-white);
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: var(--c-error-40);
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: var(--c-error-40);
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
  --mat-sort-arrow-color: #757575;
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-node-min-height: 48px;
}
body.light-mode .mat-accent {
  --mat-option-selected-state-label-text-color: #69f0ae;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
body.light-mode .mat-warn {
  --mat-option-selected-state-label-text-color: var(--c-error-40);
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
body.light-mode .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: var(--c-primary-40);
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--c-primary-40);
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
body.light-mode .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #69f0ae;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #69f0ae;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
body.light-mode .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: var(--c-error-40);
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--c-error-40);
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
body.light-mode .mat-elevation-z0,
body.light-mode .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-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);
}
body.light-mode .mat-elevation-z1,
body.light-mode .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-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);
}
body.light-mode .mat-elevation-z2,
body.light-mode .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-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);
}
body.light-mode .mat-elevation-z3,
body.light-mode .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-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);
}
body.light-mode .mat-elevation-z4,
body.light-mode .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow:
    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);
}
body.light-mode .mat-elevation-z5,
body.light-mode .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow:
    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);
}
body.light-mode .mat-elevation-z6,
body.light-mode .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-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);
}
body.light-mode .mat-elevation-z7,
body.light-mode .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow:
    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);
}
body.light-mode .mat-elevation-z8,
body.light-mode .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-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);
}
body.light-mode .mat-elevation-z9,
body.light-mode .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow:
    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);
}
body.light-mode .mat-elevation-z10,
body.light-mode .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow:
    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);
}
body.light-mode .mat-elevation-z11,
body.light-mode .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow:
    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);
}
body.light-mode .mat-elevation-z12,
body.light-mode .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow:
    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);
}
body.light-mode .mat-elevation-z13,
body.light-mode .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow:
    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);
}
body.light-mode .mat-elevation-z14,
body.light-mode .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow:
    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);
}
body.light-mode .mat-elevation-z15,
body.light-mode .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow:
    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);
}
body.light-mode .mat-elevation-z16,
body.light-mode .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow:
    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);
}
body.light-mode .mat-elevation-z17,
body.light-mode .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow:
    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);
}
body.light-mode .mat-elevation-z18,
body.light-mode .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow:
    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);
}
body.light-mode .mat-elevation-z19,
body.light-mode .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow:
    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);
}
body.light-mode .mat-elevation-z20,
body.light-mode .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow:
    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);
}
body.light-mode .mat-elevation-z21,
body.light-mode .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow:
    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);
}
body.light-mode .mat-elevation-z22,
body.light-mode .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow:
    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);
}
body.light-mode .mat-elevation-z23,
body.light-mode .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow:
    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);
}
body.light-mode .mat-elevation-z24,
body.light-mode .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow:
    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);
}
.mat-theme-loaded-marker {
  display: none;
}
body.light-mode .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: var(--c-primary-40);
  --mdc-linear-progress-track-color: var(--c-primary-40);
}
body.light-mode .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #69f0ae;
  --mdc-linear-progress-track-color: rgba(105, 240, 174, 0.25);
}
body.light-mode .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: var(--c-error-40);
  --mdc-linear-progress-track-color: var(--c-error-40);
}
body.light-mode .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #69f0ae;
  --mdc-filled-text-field-focus-active-indicator-color: #69f0ae;
  --mdc-filled-text-field-focus-label-text-color: rgba(105, 240, 174, 0.87);
  --mdc-outlined-text-field-caret-color: #69f0ae;
  --mdc-outlined-text-field-focus-outline-color: #69f0ae;
  --mdc-outlined-text-field-focus-label-text-color: rgba(105, 240, 174, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(105, 240, 174, 0.87);
}
body.light-mode .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: var(--c-error-40);
  --mdc-filled-text-field-focus-active-indicator-color: var(--c-error-40);
  --mdc-filled-text-field-focus-label-text-color: var(--c-error-40);
  --mdc-outlined-text-field-caret-color: var(--c-error-40);
  --mdc-outlined-text-field-focus-outline-color: var(--c-error-40);
  --mdc-outlined-text-field-focus-label-text-color: var(--c-error-40);
  --mat-form-field-focus-select-arrow-color: var(--c-error-40);
}
body.light-mode .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(105, 240, 174, 0.87);
  --mat-select-invalid-arrow-color: var(--c-error-40);
}
body.light-mode .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: var(--c-error-40);
  --mat-select-invalid-arrow-color: var(--c-error-40);
}
body.light-mode .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
body.light-mode .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
body.light-mode .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: var(--c-white);
  --mdc-chip-elevated-container-color: var(--c-primary-40);
  --mdc-chip-elevated-selected-container-color: var(--c-primary-40);
  --mdc-chip-elevated-disabled-container-color: var(--c-primary-40);
  --mdc-chip-flat-disabled-selected-container-color: var(--c-primary-40);
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: var(--c-white);
  --mdc-chip-selected-label-text-color: var(--c-white);
  --mdc-chip-with-icon-icon-color: var(--c-white);
  --mdc-chip-with-icon-disabled-icon-color: var(--c-white);
  --mdc-chip-with-icon-selected-icon-color: var(--c-white);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: var(--c-white);
  --mdc-chip-with-trailing-icon-trailing-icon-color: var(--c-white);
  --mat-chip-selected-disabled-trailing-icon-color: var(--c-white);
  --mat-chip-selected-trailing-icon-color: var(--c-white);
}
body.light-mode .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
body.light-mode .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-elevated-container-color: #69f0ae;
  --mdc-chip-elevated-selected-container-color: #69f0ae;
  --mdc-chip-elevated-disabled-container-color: #69f0ae;
  --mdc-chip-flat-disabled-selected-container-color: #69f0ae;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
body.light-mode .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
body.light-mode .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: var(--c-white);
  --mdc-chip-elevated-container-color: var(--c-error-40);
  --mdc-chip-elevated-selected-container-color: var(--c-error-40);
  --mdc-chip-elevated-disabled-container-color: var(--c-error-40);
  --mdc-chip-flat-disabled-selected-container-color: var(--c-error-40);
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: var(--c-white);
  --mdc-chip-selected-label-text-color: var(--c-white);
  --mdc-chip-with-icon-icon-color: var(--c-white);
  --mdc-chip-with-icon-disabled-icon-color: var(--c-white);
  --mdc-chip-with-icon-selected-icon-color: var(--c-white);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: var(--c-white);
  --mdc-chip-with-trailing-icon-trailing-icon-color: var(--c-white);
  --mat-chip-selected-disabled-trailing-icon-color: var(--c-white);
  --mat-chip-selected-trailing-icon-color: var(--c-white);
}
body.light-mode .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
body.light-mode .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
body.light-mode .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #43a047;
  --mdc-switch-selected-handle-color: #43a047;
  --mdc-switch-selected-hover-state-layer-color: #43a047;
  --mdc-switch-selected-pressed-state-layer-color: #43a047;
  --mdc-switch-selected-focus-handle-color: #1b5e20;
  --mdc-switch-selected-hover-handle-color: #1b5e20;
  --mdc-switch-selected-pressed-handle-color: #1b5e20;
  --mdc-switch-selected-focus-track-color: #81c784;
  --mdc-switch-selected-hover-track-color: #81c784;
  --mdc-switch-selected-pressed-track-color: #81c784;
  --mdc-switch-selected-track-color: #81c784;
}
body.light-mode .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: var(--c-error-90);
  --mdc-switch-selected-handle-color: var(--c-error-90);
  --mdc-switch-selected-hover-state-layer-color: var(--c-error-90);
  --mdc-switch-selected-pressed-state-layer-color: var(--c-error-90);
  --mdc-switch-selected-focus-handle-color: var(--c-error-100);
  --mdc-switch-selected-hover-handle-color: var(--c-error-100);
  --mdc-switch-selected-pressed-handle-color: var(--c-error-100);
  --mdc-switch-selected-focus-track-color: var(--c-error-60);
  --mdc-switch-selected-hover-track-color: var(--c-error-60);
  --mdc-switch-selected-pressed-track-color: var(--c-error-60);
  --mdc-switch-selected-track-color: var(--c-error-60);
}
body.light-mode .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: var(--c-primary-40);
  --mdc-radio-selected-hover-icon-color: var(--c-primary-40);
  --mdc-radio-selected-icon-color: var(--c-primary-40);
  --mdc-radio-selected-pressed-icon-color: var(--c-primary-40);
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: var(--c-primary-40);
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
body.light-mode .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #69f0ae;
  --mdc-radio-selected-hover-icon-color: #69f0ae;
  --mdc-radio-selected-icon-color: #69f0ae;
  --mdc-radio-selected-pressed-icon-color: #69f0ae;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #69f0ae;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
body.light-mode .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: var(--c-error-40);
  --mdc-radio-selected-hover-icon-color: var(--c-error-40);
  --mdc-radio-selected-icon-color: var(--c-error-40);
  --mdc-radio-selected-pressed-icon-color: var(--c-error-40);
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: var(--c-error-40);
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
body.light-mode .mat-accent {
  --mat-slider-ripple-color: #69f0ae;
  --mat-slider-hover-state-layer-color: rgba(105, 240, 174, 0.05);
  --mat-slider-focus-state-layer-color: rgba(105, 240, 174, 0.2);
  --mdc-slider-handle-color: #69f0ae;
  --mdc-slider-focus-handle-color: #69f0ae;
  --mdc-slider-hover-handle-color: #69f0ae;
  --mdc-slider-active-track-color: #69f0ae;
  --mdc-slider-inactive-track-color: #69f0ae;
  --mdc-slider-with-tick-marks-inactive-container-color: #69f0ae;
  --mdc-slider-with-tick-marks-active-container-color: rgba(0, 0, 0, 0.87);
}
body.light-mode .mat-warn {
  --mat-slider-ripple-color: var(--c-error-40);
  --mat-slider-hover-state-layer-color: rgba(var(--c-error-40), 0.05);
  --mat-slider-focus-state-layer-color: rgba(var(--c-error-40), 0.2);
  --mdc-slider-handle-color: var(--c-error-40);
  --mdc-slider-focus-handle-color: var(--c-error-40);
  --mdc-slider-hover-handle-color: var(--c-error-40);
  --mdc-slider-active-track-color: var(--c-error-40);
  --mdc-slider-inactive-track-color: var(--c-error-40);
  --mdc-slider-with-tick-marks-inactive-container-color: var(--c-error-40);
  --mdc-slider-with-tick-marks-active-container-color: var(--c-white);
}
body.light-mode .mdc-list-item__start,
body.light-mode .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: var(--c-primary-40);
  --mdc-radio-selected-hover-icon-color: var(--c-primary-40);
  --mdc-radio-selected-icon-color: var(--c-primary-40);
  --mdc-radio-selected-pressed-icon-color: var(--c-primary-40);
}
body.light-mode .mat-accent .mdc-list-item__start,
body.light-mode .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #69f0ae;
  --mdc-radio-selected-hover-icon-color: #69f0ae;
  --mdc-radio-selected-icon-color: #69f0ae;
  --mdc-radio-selected-pressed-icon-color: #69f0ae;
}
body.light-mode .mat-warn .mdc-list-item__start,
body.light-mode .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: var(--c-error-40);
  --mdc-radio-selected-hover-icon-color: var(--c-error-40);
  --mdc-radio-selected-icon-color: var(--c-error-40);
  --mdc-radio-selected-pressed-icon-color: var(--c-error-40);
}
body.light-mode .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: var(--c-white);
  --mdc-checkbox-selected-focus-icon-color: var(--c-primary-40);
  --mdc-checkbox-selected-hover-icon-color: var(--c-primary-40);
  --mdc-checkbox-selected-icon-color: var(--c-primary-40);
  --mdc-checkbox-selected-pressed-icon-color: var(--c-primary-40);
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: var(--c-primary-40);
  --mdc-checkbox-selected-hover-state-layer-color: var(--c-primary-40);
  --mdc-checkbox-selected-pressed-state-layer-color: var(--c-primary-40);
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.light-mode .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #69f0ae;
  --mdc-checkbox-selected-hover-icon-color: #69f0ae;
  --mdc-checkbox-selected-icon-color: #69f0ae;
  --mdc-checkbox-selected-pressed-icon-color: #69f0ae;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #69f0ae;
  --mdc-checkbox-selected-hover-state-layer-color: #69f0ae;
  --mdc-checkbox-selected-pressed-state-layer-color: #69f0ae;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.light-mode .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: var(--c-white);
  --mdc-checkbox-selected-focus-icon-color: var(--c-error-40);
  --mdc-checkbox-selected-hover-icon-color: var(--c-error-40);
  --mdc-checkbox-selected-icon-color: var(--c-error-40);
  --mdc-checkbox-selected-pressed-icon-color: var(--c-error-40);
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: var(--c-error-40);
  --mdc-checkbox-selected-hover-state-layer-color: var(--c-error-40);
  --mdc-checkbox-selected-pressed-state-layer-color: var(--c-error-40);
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.light-mode .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
body.light-mode .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--c-primary-40);
}
body.light-mode .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
body.light-mode .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--c-primary-40);
}
body.light-mode .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
body.light-mode .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
body.light-mode .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
body.light-mode .mdc-list-item__start,
body.light-mode .mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
body.light-mode .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
body.light-mode .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
body.light-mode .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
body.light-mode .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
body.light-mode .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
body.light-mode .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
body.light-mode .mat-mdc-tab-group,
body.light-mode .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: var(--c-primary-40);
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: var(--c-primary-40);
  --mat-tab-header-active-ripple-color: var(--c-primary-40);
  --mat-tab-header-inactive-ripple-color: var(--c-primary-40);
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: var(--c-primary-40);
  --mat-tab-header-active-hover-label-text-color: var(--c-primary-40);
  --mat-tab-header-active-focus-indicator-color: var(--c-primary-40);
  --mat-tab-header-active-hover-indicator-color: var(--c-primary-40);
}
body.light-mode .mat-mdc-tab-group.mat-accent,
body.light-mode .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #69f0ae;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #69f0ae;
  --mat-tab-header-active-ripple-color: #69f0ae;
  --mat-tab-header-inactive-ripple-color: #69f0ae;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #69f0ae;
  --mat-tab-header-active-hover-label-text-color: #69f0ae;
  --mat-tab-header-active-focus-indicator-color: #69f0ae;
  --mat-tab-header-active-hover-indicator-color: #69f0ae;
}
body.light-mode .mat-mdc-tab-group.mat-warn,
body.light-mode .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: var(--c-error-40);
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: var(--c-error-40);
  --mat-tab-header-active-ripple-color: var(--c-error-40);
  --mat-tab-header-inactive-ripple-color: var(--c-error-40);
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: var(--c-error-40);
  --mat-tab-header-active-hover-label-text-color: var(--c-error-40);
  --mat-tab-header-active-focus-indicator-color: var(--c-error-40);
  --mat-tab-header-active-hover-indicator-color: var(--c-error-40);
}
body.light-mode .mat-mdc-tab-group.mat-background-primary,
body.light-mode .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: var(--c-primary-40);
  --mat-tab-header-with-background-foreground-color: var(--c-white);
}
body.light-mode .mat-mdc-tab-group.mat-background-accent,
body.light-mode .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #69f0ae;
  --mat-tab-header-with-background-foreground-color: rgba(0, 0, 0, 0.87);
}
body.light-mode .mat-mdc-tab-group.mat-background-warn,
body.light-mode .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: var(--c-error-40);
  --mat-tab-header-with-background-foreground-color: var(--c-white);
}
body.light-mode .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
body.light-mode .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: var(--c-white);
  --mdc-checkbox-selected-focus-icon-color: var(--c-primary-40);
  --mdc-checkbox-selected-hover-icon-color: var(--c-primary-40);
  --mdc-checkbox-selected-icon-color: var(--c-primary-40);
  --mdc-checkbox-selected-pressed-icon-color: var(--c-primary-40);
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: var(--c-primary-40);
  --mdc-checkbox-selected-hover-state-layer-color: var(--c-primary-40);
  --mdc-checkbox-selected-pressed-state-layer-color: var(--c-primary-40);
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.light-mode .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: var(--c-white);
  --mdc-checkbox-selected-focus-icon-color: var(--c-error-40);
  --mdc-checkbox-selected-hover-icon-color: var(--c-error-40);
  --mdc-checkbox-selected-icon-color: var(--c-error-40);
  --mdc-checkbox-selected-pressed-icon-color: var(--c-error-40);
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: var(--c-error-40);
  --mdc-checkbox-selected-hover-state-layer-color: var(--c-error-40);
  --mdc-checkbox-selected-pressed-state-layer-color: var(--c-error-40);
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.light-mode .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: var(--c-primary-40);
  --mat-text-button-state-layer-color: var(--c-primary-40);
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body.light-mode .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #69f0ae;
  --mat-text-button-state-layer-color: #69f0ae;
  --mat-text-button-ripple-color: rgba(105, 240, 174, 0.1);
}
body.light-mode .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: var(--c-error-40);
  --mat-text-button-state-layer-color: var(--c-error-40);
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body.light-mode .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: var(--c-primary-40);
  --mdc-filled-button-label-text-color: var(--c-white);
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body.light-mode .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #69f0ae;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body.light-mode .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: var(--c-error-40);
  --mdc-filled-button-label-text-color: var(--c-white);
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body.light-mode .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: var(--c-primary-40);
  --mdc-protected-button-label-text-color: var(--c-white);
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body.light-mode .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #69f0ae;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body.light-mode .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: var(--c-error-40);
  --mdc-protected-button-label-text-color: var(--c-white);
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body.light-mode .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: var(--c-primary-40);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: var(--c-primary-40);
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body.light-mode .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #69f0ae;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #69f0ae;
  --mat-outlined-button-ripple-color: rgba(105, 240, 174, 0.1);
}
body.light-mode .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: var(--c-error-40);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: var(--c-error-40);
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body.light-mode .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: var(--c-primary-40);
  --mat-icon-button-state-layer-color: var(--c-primary-40);
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body.light-mode .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #69f0ae;
  --mat-icon-button-state-layer-color: #69f0ae;
  --mat-icon-button-ripple-color: rgba(105, 240, 174, 0.1);
}
body.light-mode .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: var(--c-error-40);
  --mat-icon-button-state-layer-color: var(--c-error-40);
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body.light-mode .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
body.light-mode .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: var(--c-primary-40);
  --mat-fab-foreground-color: #000;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
body.light-mode .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #69f0ae;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
body.light-mode .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: var(--c-error-40);
  --mat-fab-foreground-color: #000;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
body.light-mode .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: var(--c-primary-40);
  --mat-fab-small-foreground-color: #000;
  --mat-fab-small-state-layer-color: #000;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}
body.light-mode .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #69f0ae;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}
body.light-mode .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: var(--c-error-40);
  --mat-fab-small-foreground-color: #000;
  --mat-fab-small-state-layer-color: #000;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}
body.light-mode .mat-accent {
  --mdc-circular-progress-active-indicator-color: #69f0ae;
}
body.light-mode .mat-warn {
  --mdc-circular-progress-active-indicator-color: var(--c-error-40);
}
body.light-mode .mat-badge-accent {
  --mat-badge-background-color: #69f0ae;
  --mat-badge-text-color: rgba(0, 0, 0, 0.87);
}
body.light-mode .mat-badge-warn {
  --mat-badge-background-color: var(--c-error-40);
  --mat-badge-text-color: var(--c-white);
}
body.light-mode .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-selected-state-background-color: #69f0ae;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(105, 240, 174, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(105, 240, 174, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(105, 240, 174, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(105, 240, 174, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
body.light-mode .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: var(--c-white);
  --mat-datepicker-calendar-date-selected-state-background-color: var(--c-error-40);
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(0, 0, 0, 0.26);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: var(--c-white);
  --mat-datepicker-calendar-date-focus-state-background-color: var(--c-error-40);
  --mat-datepicker-calendar-date-hover-state-background-color: var(--c-error-40);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(var(--c-error-40), 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
body.light-mode .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #69f0ae;
}
body.light-mode .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: var(--c-error-40);
}
body.light-mode .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
body.light-mode .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
body.light-mode .mat-icon.mat-primary {
  --mat-icon-color: var(--c-primary-90);
}
body.light-mode .mat-icon.mat-accent {
  --mat-icon-color: #69f0ae;
}
body.light-mode .mat-icon.mat-warn {
  --mat-icon-color: var(--c-error-40);
}
body.light-mode .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-selected-state-icon-background-color: #69f0ae;
  --mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-done-state-icon-background-color: #69f0ae;
  --mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-edit-state-icon-background-color: #69f0ae;
  --mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
}
body.light-mode .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: var(--c-white);
  --mat-stepper-header-selected-state-icon-background-color: var(--c-error-40);
  --mat-stepper-header-selected-state-icon-foreground-color: var(--c-white);
  --mat-stepper-header-done-state-icon-background-color: var(--c-error-40);
  --mat-stepper-header-done-state-icon-foreground-color: var(--c-white);
  --mat-stepper-header-edit-state-icon-background-color: var(--c-error-40);
  --mat-stepper-header-edit-state-icon-foreground-color: var(--c-white);
}
body.light-mode .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: var(--c-primary-40);
  --mat-toolbar-container-text-color: var(--c-white);
}
body.light-mode .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #69f0ae;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
body.light-mode .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: var(--c-error-40);
  --mat-toolbar-container-text-color: var(--c-white);
}
html {
  scroll-behavior: smooth;
}
button {
  white-space: nowrap;
}
.send-message {
  display: flex;
  cursor: pointer;
  color: var(--c-secondary-10);
}
.send-message:hover {
  color: var(--c-secondary-80);
}
.\*\:size-12 > * {
  width: 3rem;
  height: 3rem;
}
.hover\:text-\[var\(--c-secondary-80\)\]:hover {
  color: var(--c-secondary-80);
}
.hover\:opacity-0:hover {
  opacity: 0;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
@media (min-width: 640px) {
  .sm\:mt-6 {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .md\:mt-20 {
    margin-top: 5rem;
  }
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:gap-12 {
    gap: 3rem;
  }
  .md\:pb-24 {
    padding-bottom: 6rem;
  }
  .md\:text-start {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1280px) {
  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

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