/* src/styles.scss */
:root {
  --primary-green-100: #e6faf5;
  --primary-green-200: #9dedd7;
  --primary-green-300: #6be3c3;
  --primary-green-CVI: #09d19b;
  --primary-green-500: #088765;
  --primary-pink-100: #fbeffd;
  --primary-pink-200: #f0bff7;
  --primary-pink-300: #e99ef2;
  --primary-pink-CVI: #da5eea;
  --primary-pink-500: #bc4eb4;
  --primary-pink-600: #a7419f;
  --primary-grey-100: #f8f8f8;
  --primary-grey-200: #f3f3f3;
  --primary-grey-300: #ededed;
  --primary-grey-400: #d9d9d9;
  --primary-grey-500: #b1b1b1;
  --primary-grey-600: #939393;
  --primary-grey-700: #717171;
  --primary-grey-800: #606060;
  --primary-grey-900: #4a4a4a;
  --primary-grey-1000: #000000;
  --primary-beige-100: #fcfcfb;
  --primary-beige-200: #f5f3ee;
  --primary-beige-300: #f0ece5;
  --primary-beige-CVI: #e6e0d4;
  --primary-beige-500: #7c766a;
  --secondary-orange-100: #fff0e8;
  --secondary-orange-200: #ffc3a4;
  --secondary-orange-300: #ffa677;
  --secondary-orange-CVI: #ff6a1c;
  --secondary-orange-500: #c45115;
  --secondary-yellow-100: #fefbed;
  --secondary-yellow-200: #fcefb6;
  --secondary-yellow-300: #fbe891;
  --secondary-yellow-CVI: #f8d848;
  --secondary-yellow-500: #83711e;
  --secondary-blue-100: #ecf0f2;
  --secondary-blue-200: #b4c5ca;
  --secondary-blue-300: #8fa7b0;
  --secondary-blue-CVI: #446d7b;
  --secondary-blue-500: #385a66;
  --secondary-red-100: #fde4df;
  --secondary-red-200: #fbc3b8;
  --secondary-red-300: #f9a591;
  --secondary-red-400: #f6876a;
  --secondary-red-500: #e14a2f;
  --secondary-red-CVI: #d12d08;
  --secondary-red-700: #b42318;
  --secondary-red-800: #931f14;
  --secondary-red-900: #741a10;
  --secondary-red-1000: #56150c;
  --state-success: #09d19b;
  --state-warning: #ff6a1c;
  --state-error: #d12d08;
  --state-info: #446d7b;
  --state-disabled: #b1b1b1;
  --palette-white: #fff;
  --gradient-pink-orange:
    radial-gradient(
      119.82% 119.82% at 84.72% 15.28%,
      #ff6a1c 16.15%,
      #da5eea 100%);
}

/* src/assets/scss/_global-styles.scss */
.constrained-text {
  max-width: 562px;
}
h1.marketing {
  font-family:
    "TT Runs",
    Arial,
    sans-serif !important;
  font-weight: 300;
  font-size: 32px;
  line-height: 34px;
}
h2.marketing {
  font-family:
    "TT Runs",
    Arial,
    sans-serif !important;
  font-weight: 300;
  font-size: 26px;
  line-height: 34px;
}
h1,
.h1 {
  font-family:
    "Codec Pro Bold",
    Arial,
    sans-serif;
  font-size: 32px;
  line-height: 38px;
}
h2,
.h2 {
  font-family:
    "Codec Pro Bold",
    Arial,
    sans-serif;
  font-size: 24px;
  line-height: 30px;
}
h2.light,
.h2.light {
  font-family:
    "Codec Pro News",
    Arial,
    sans-serif;
  font-size: 24px;
  line-height: 30px;
}
h3,
.h3 {
  font-family:
    "Codec Pro Bold",
    Arial,
    sans-serif;
  font-size: 20px;
  line-height: 26px;
}
h3.light,
.h3.light {
  font-family:
    "Codec Pro News",
    Arial,
    sans-serif;
  font-size: 20px;
  line-height: 26px;
}
.body-16 {
  font-size: 16px !important;
  line-height: 24px !important;
}
.body-16.regular {
  font-family:
    "Codec Pro News",
    Arial,
    sans-serif;
}
.body-16.strong {
  font-family:
    "Codec Pro Bold",
    Arial,
    sans-serif !important;
}
.body-16.strong.link {
  color: #088765;
}
.body-16.link {
  font-family:
    "Codec Pro News",
    Arial,
    sans-serif;
  text-decoration-line: underline;
  transition: color 0.3s ease;
}
.body-16.link:hover {
  color: #088765;
}
.body-14 {
  font-size: 14px !important;
  line-height: 22px !important;
}
.body-14.regular {
  font-family:
    "Codec Pro News",
    Arial,
    sans-serif;
}
.body-14.strong {
  font-family:
    "Codec Pro Bold",
    Arial,
    sans-serif !important;
}
.body-14.strong.link {
  color: #088765;
}
.body-14.link {
  font-family:
    "Codec Pro News",
    Arial,
    sans-serif;
  text-decoration-line: underline;
  transition: color 0.3s ease;
}
.body-14.link:hover {
  color: #088765;
}
.caption {
  font-size: 13px;
  line-height: 15px;
}
.caption.regular {
  font-family:
    "Codec Pro News",
    Arial,
    sans-serif;
}
.caption.strong {
  font-family:
    "Codec Pro Bold",
    Arial,
    sans-serif;
}
.form-helper {
  font-family:
    "Codec Pro News",
    Arial,
    sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.2px;
}
.label {
  font-family:
    "Codec Pro Bold",
    Arial,
    sans-serif;
  font-size: 14px;
  line-height: 14px;
}
@font-face {
  font-family: "stebby-icons";
  src:
    url("./media/stebby-icons.ttf?te5voy") format("truetype"),
    url("./media/stebby-icons.woff?te5voy") format("woff"),
    url("./media/stebby-icons.svg?te5voy#stebby-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.sico {
  font-family: "stebby-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sico-accept-thin:before {
  content: "\f101";
}
.sico-accept:before {
  content: "\f102";
}
.sico-alert-icon:before {
  content: "\f103";
}
.sico-arrow-right:before {
  content: "\f104";
}
.sico-arrow:before {
  content: "\f105";
}
.sico-avatar-user:before {
  content: "\f106";
}
.sico-blog-ico:before {
  content: "\f107";
}
.sico-burger:before {
  content: "\f108";
}
.sico-calculator:before {
  content: "\f109";
}
.sico-calender-bold:before {
  content: "\f10a";
}
.sico-calender:before {
  content: "\f10b";
}
.sico-camera:before {
  content: "\f10c";
}
.sico-category-ball_games:before {
  content: "\f10d";
}
.sico-category-cycling:before {
  content: "\f10e";
}
.sico-category-group_training:before {
  content: "\f10f";
}
.sico-category-gym:before {
  content: "\f110";
}
.sico-category-mountain_biking:before {
  content: "\f111";
}
.sico-category-other:before {
  content: "\f112";
}
.sico-category-resting:before {
  content: "\f113";
}
.sico-category-running:before {
  content: "\f114";
}
.sico-category-skating:before {
  content: "\f115";
}
.sico-category-skiing:before {
  content: "\f116";
}
.sico-category-swimming:before {
  content: "\f117";
}
.sico-category-walking:before {
  content: "\f118";
}
.sico-chart:before {
  content: "\f119";
}
.sico-check:before {
  content: "\f11a";
}
.sico-checkbox-check:before {
  content: "\f11b";
}
.sico-cliff-climber:before {
  content: "\f11c";
}
.sico-clock:before {
  content: "\f11d";
}
.sico-coins:before {
  content: "\f11e";
}
.sico-construction-worker:before {
  content: "\f11f";
}
.sico-cosmonaut:before {
  content: "\f120";
}
.sico-creditcard:before {
  content: "\f121";
}
.sico-cross:before {
  content: "\f122";
}
.sico-decline:before {
  content: "\f123";
}
.sico-delete-button:before {
  content: "\f124";
}
.sico-doc-page:before {
  content: "\f125";
}
.sico-download:before {
  content: "\f126";
}
.sico-edit:before {
  content: "\f127";
}
.sico-empty-search:before {
  content: "\f128";
}
.sico-exit:before {
  content: "\f129";
}
.sico-facebook-ico:before {
  content: "\f12a";
}
.sico-filter:before {
  content: "\f12b";
}
.sico-flag:before {
  content: "\f12c";
}
.sico-globe:before {
  content: "\f12d";
}
.sico-group:before {
  content: "\f12e";
}
.sico-heart:before {
  content: "\f12f";
}
.sico-image:before {
  content: "\f130";
}
.sico-instagram-ico:before {
  content: "\f131";
}
.sico-loading:before {
  content: "\f132";
}
.sico-location:before {
  content: "\f133";
}
.sico-mail:before {
  content: "\f134";
}
.sico-minus:before {
  content: "\f135";
}
.sico-money:before {
  content: "\f136";
}
.sico-more-icon:before {
  content: "\f137";
}
.sico-notification-bell:before {
  content: "\f138";
}
.sico-notification-error-red:before {
  content: "\f139";
}
.sico-notification-info-turkish-blue:before {
  content: "\f13a";
}
.sico-notification-success-green:before {
  content: "\f13b";
}
.sico-notification-warning-orange:before {
  content: "\f13c";
}
.sico-notification:before {
  content: "\f13d";
}
.sico-oauth-facebook:before {
  content: "\f13e";
}
.sico-oauth-google:before {
  content: "\f13f";
}
.sico-phone:before {
  content: "\f141";
}
.sico-pin:before {
  content: "\f142";
}
.sico-plus:before {
  content: "\f143";
}
.sico-question:before {
  content: "\f144";
}
.sico-search:before {
  content: "\f145";
}
.sico-settings:before {
  content: "\f146";
}
.sico-sidebar-btn:before {
  content: "\f147";
}
.sico-social-facebook:before {
  content: "\f148";
}
.sico-social-google:before {
  content: "\f149";
}
.sico-wallet-with-money:before {
  content: "\f14b";
}
.sico-wallet:before {
  content: "\f14c";
}
.sico-warning:before {
  content: "\f14d";
}
.sico-warnings:before {
  content: "\f14e";
}
.sico-webpage:before {
  content: "\f14f";
}
.separator {
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #d9d9d9;
}
.underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.button-container {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.accessible-button {
  border: 2px transparent solid;
}
.accessible-button:focus-visible {
  border: 2px #088765 solid;
  outline: none;
}
.word-break {
  word-break: break-word;
}
.cdk-overlay-container {
  z-index: 100001 !important;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs24 {
  font-size: 24px;
}
.ln21 {
  line-height: 21px;
}
.ln22 {
  line-height: 22px;
}
.ln24 {
  line-height: 24px;
}
.relax-less {
  margin-bottom: 10px;
}
.relax {
  margin-bottom: 20px;
}
.relax-more {
  margin-bottom: 40px;
}
.force-relax-less {
  margin-bottom: 10px !important;
}
.force-relax {
  margin-bottom: 20px !important;
}
.no-spacing {
  margin: 0;
}
.no-spacing-bottom {
  margin-bottom: 0;
}
.space-between + .space-between {
  margin-left: 30px;
}
.space-left {
  margin-left: 5px;
}
.space-right {
  margin-right: 5px;
}
.space-top {
  margin-top: 20px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-top {
  vertical-align: top;
}
.text-middle {
  vertical-align: middle;
}
.text-bottom {
  vertical-align: bottom;
}
.text-center {
  text-align: center;
}
.text-force-left {
  text-align: left !important;
}
.text-force-right {
  text-align: right !important;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
@media (min-width: 768px) {
  .pull-right-sm {
    float: right;
  }
}
.no-wrap {
  white-space: nowrap;
}
.normal-wrap {
  white-space: normal;
}
.full-height {
  height: 100%;
}
.full-width {
  width: 100%;
}
.allow-full-width {
  width: 1px;
  white-space: nowrap;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.grid {
  display: grid;
}
.flex {
  display: flex;
}
.flex.row-reverse {
  flex-direction: row-reverse;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-1 {
  flex: 1;
}
.inline-flex {
  display: inline-flex;
}
.table-row {
  display: table-row;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.z-index-bump {
  position: relative;
  z-index: 1;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
.align-self-start {
  align-self: flex-start;
}
.align-self-end {
  align-self: flex-end;
}
.gap-4 {
  gap: 4px;
}
.gap-8 {
  gap: 8px;
}
.gap-12 {
  gap: 12px;
}
.gap-16 {
  gap: 16px;
}
.gap-24 {
  gap: 24px;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.footer-container {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-container--center {
  justify-content: center;
  align-items: center;
}
.footer-container--right {
  justify-content: flex-end;
  align-items: center;
}
.layout-grid {
  display: grid;
  gap: 32px;
}
@keyframes smoothPulse {
  0% {
    background-color: rgba(225, 74, 47, 0);
    box-shadow: 0 0 0 0 rgba(225, 74, 47, 0);
  }
  30% {
    background-color: rgba(225, 74, 47, 0.1);
    box-shadow: 0 0 6px 3px rgba(225, 74, 47, 0.15);
  }
  60% {
    background-color: rgba(225, 74, 47, 0.2);
    box-shadow: 0 0 12px 6px rgba(225, 74, 47, 0.25);
  }
  100% {
    background-color: rgba(225, 74, 47, 0);
    box-shadow: 0 0 0 0 rgba(225, 74, 47, 0);
  }
}
.highlight-pulse {
  animation: smoothPulse 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  animation-fill-mode: forwards;
  border-radius: 6px;
}
.pt-16 {
  padding-top: 16px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pb-28 {
  padding-bottom: 28px;
}
.p-4 {
  padding: 4px;
}
.font-cover {
  font-feature-settings: "liga" 0, "clig" 0;
  font-variant-ligatures: none;
  font-family:
    "TT Runs",
    Arial,
    sans-serif;
}
.font-family-bold {
  font-family:
    "Codec Pro Bold",
    Arial,
    sans-serif;
}
.error-text {
  color: #d12d08;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family:
    "Codec Pro News",
    Arial,
    sans-serif;
  font-size: 14px;
}
mat-form-field {
  --mat-form-field-container-text-font:
    Codec Pro News,
    Arial,
    sans-serif;
  --mat-form-field-container-text-size: 14px;
  --mat-form-field-container-text-line-height: 14px;
  --mdc-filled-text-field-disabled-input-text-color: #939393;
  --mdc-filled-text-field-disabled-container-color: transparent;
  --mdc-filled-text-field-container-color: transparent;
  --mdc-filled-text-field-label-text-font:
    Codec Pro News,
    Arial,
    sans-serif;
  --mdc-filled-text-field-error-label-text-color: #d12d08;
  --mdc-filled-text-field-disabled-label-text-color: #939393;
  --mdc-filled-text-field-label-text-color: #000000;
  --mdc-filled-text-field-hover-label-text-color: #000000;
  --mdc-filled-text-field-error-active-indicator-color: #d12d08;
  --mdc-filled-text-field-active-indicator-color: #939393;
  --mdc-filled-text-field-disabled-active-indicator-color: #939393;
  --mat-input-field-height: 24px;
  --mat-form-field-container-height: 24px;
  --mat-form-field-filled-with-label-container-padding-top: 22px;
  --mat-form-field-filled-with-label-container-padding-bottom: 0px;
  --mat-form-field-container-vertical-padding: 0;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mat-form-field-state-layer-color: none;
  --mat-select-arrow-transform: translateY(0);
}
:root {
  --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);
}
div.mat-mdc-autocomplete-panel {
  --mat-autocomplete-background-color: #fff;
  --mat-autocomplete-container-elevation-shadow: var(--elevation-shadow);
}
div.mat-mdc-select-panel,
div.mat-mdc-autocomplete-panel {
  --mat-select-panel-background-color: #fff;
  --mat-option-selected-state-layer-color: #e6faf5;
  --mat-option-hover-state-layer-color: #f3f3f3;
  --mat-option-label-text-size: 13px;
  --mat-select-container-elevation-shadow: var(--elevation-shadow);
}
.mat-mdc-select-disabled {
  --mat-select-disabled-trigger-text-color: #b1b1b1;
}
mat-form-field .mat-mdc-icon-button {
  --mdc-icon-button-disabled-icon-color: #b1b1b1 !important;
  --mdc-icon-button-icon-size: 20px !important;
  --mdc-icon-button-state-layer-size: 30px !important;
}
mat-form-field .mat-mdc-floating-label {
  top: 0 !important;
}
mat-form-field .mdc-text-field .mdc-floating-label {
  top: 0;
  transform: none;
}
mat-form-field mat-label {
  display: inline-flex;
}
mat-form-field .mat-mdc-form-field-required-marker {
  margin-left: 4px;
}
mat-form-field label {
  width: 100%;
  text-overflow: ellipsis;
}
mat-form-field .mat-mdc-text-field-wrapper.mdc-text-field {
  padding: 0;
}
mat-form-field textarea.mat-mdc-input-element {
  margin: 8px 0;
}
mat-form-field:not([appearance]) .mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control:not(.mat-mdc-form-field-textarea-control) {
  height: var(--mat-input-field-height);
}
mat-form-field:not([appearance]) .mdc-text-field--no-label:not(.mdc-text-field--textarea) .mat-mdc-form-field-input-control:not(.mat-mdc-form-field-textarea-control).mdc-text-field__input,
mat-form-field:not([appearance]) .mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control:not(.mat-mdc-form-field-textarea-control) {
  height: var(--mat-input-field-height);
}
mat-form-field:not([appearance]) input::-webkit-outer-spin-button,
mat-form-field:not([appearance]) input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
mat-form-field:not([appearance]) input[type=number] {
  -moz-appearance: textfield;
}
mat-form-field ::placeholder {
  color: #939393 !important;
}
mat-form-field .mat-mdc-select-placeholder {
  color: #000000 !important;
  font-size: 0.875rem !important;
}
mat-form-field .mat-mdc-select-arrow-wrapper {
  width: 30px;
  justify-content: center;
}
mat-form-field .mat-mdc-form-field-subscript-wrapper {
  top: 2px;
  left: 1px;
}
mat-form-field .mat-mdc-form-field-subscript-wrapper:not(.mat-mdc-form-field-subscript-dynamic-size) {
  min-height: 20px;
  padding-bottom: 8px;
}
mat-form-field .mat-mdc-form-field-hint-wrapper,
mat-form-field .mat-mdc-form-field-error-wrapper {
  position: unset;
  padding: 0;
}
mat-form-field .mat-mdc-form-field-bottom-align::before {
  content: none;
}
mat-form-field mat-error,
mat-form-field .mat-mdc-form-field-hint.error {
  color: #d12d08;
  font-size: 12px;
  line-height: 12px;
}
mat-form-field.mat-form-field-disabled .mdc-line-ripple::before,
mat-form-field.mat-form-field-disabled .mdc-line-ripple::after {
  border-bottom-style: dotted;
}
mat-form-field .mat-mdc-form-field-infix {
  width: unset;
}
mat-form-field .mat-mdc-select-value {
  height: var(--mat-input-field-height);
  align-content: center;
}
mat-form-field .mat-mdc-select-arrow {
  background: transparent url(/assets/images/icons-optimized/chevron.svg) no-repeat;
  transform: rotate(-180deg);
  transition: all 0.2s ease;
  height: 16px;
  width: 16px;
}
mat-form-field .mat-mdc-select-arrow svg {
  display: none;
}
mat-form-field .mat-mdc-form-field-icon-prefix,
mat-form-field .mat-mdc-form-field-icon-suffix {
  align-self: flex-end;
}
mat-form-field .mat-datepicker-toggle .mat-mdc-button-base {
  padding: 0;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
mat-form-field.mat-focused .mat-mdc-select-arrow {
  background: transparent url(/assets/images/icons-optimized/chevron.svg) no-repeat;
  transform: rotate(-360deg);
  height: 16px;
  width: 16px;
}
mat-form-field[appearance=fill] {
  --mdc-filled-text-field-container-color: #fff;
}
mat-form-field[appearance=fill] .mdc-text-field--filled {
  border-radius: 20px;
  padding: 0 8px;
  align-items: center;
}
mat-form-field[appearance=fill] .mdc-line-ripple::before,
mat-form-field[appearance=fill] .mdc-line-ripple::after {
  content: none;
}
mat-form-field[appearance=fill] .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
mat-form-field[appearance=fill] ::placeholder {
  font-size: 13px;
}
mat-form-field.mat-form-field-disabled .mat-mdc-select-arrow {
  filter: brightness(0) saturate(100%) invert(65%) sepia(8%) saturate(14%) hue-rotate(324deg) brightness(90%) contrast(85%);
}
mat-form-field .btn-close {
  margin-bottom: 6px;
}
.icon-lock {
  padding: 8px !important;
}
.mat-form-field-full-width .mat-mdc-select-value {
  max-width: 100%;
}
.mat-form-field-full-width .mat-mdc-form-field-infix {
  width: unset;
  min-width: 180px;
}
div.mat-mdc-select-panel,
div.mat-mdc-autocomplete-panel {
  padding: 0 !important;
  min-width: 120px;
  margin-top: 4px;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.cdk-overlay-container {
  z-index: 100000;
}
mat-option.mat-mdc-option {
  min-height: 30px;
}
mat-option.mat-mdc-option mat-pseudo-checkbox.mat-pseudo-checkbox {
  display: none;
}
mat-option.mat-mdc-option .mdc-list-item__primary-text {
  display: flex;
  align-items: center;
}
.mat-mdc-option-multiple mat-pseudo-checkbox.mat-pseudo-checkbox {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  border: 1px solid #b1b1b1;
  background-color: #fff;
  transition: background-color 0.2s ease, border 0.2s ease;
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
  font-family: "stebby-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mat-mdc-option-multiple mat-pseudo-checkbox.mat-pseudo-checkbox.enforce-cursor-pointer {
  cursor: pointer;
}
.mat-mdc-option-multiple mat-pseudo-checkbox.mat-pseudo-checkbox:before {
  font-size: 9px;
  color: #fff;
  height: 11px;
  content: "\f11b";
}
.mat-mdc-option-multiple mat-pseudo-checkbox.mat-pseudo-checkbox.mat-pseudo-checkbox-checked::after {
  display: none;
}
.mat-mdc-option-multiple mat-pseudo-checkbox.mat-pseudo-checkbox.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full {
  background: #09d19b;
}
.mat-form-field {
  margin-bottom: 16px;
}
.mat-form-field mat-error {
  color: #d12d08;
  font-size: 12px;
  line-height: 12px;
  margin-top: -5px;
  margin-left: -2px;
}
.mat-mdc-menu-content {
  --mat-menu-item-label-text-font:
    Codec Pro News,
    Arial,
    sans-serif;
  --mat-menu-item-label-text-line-height: 22px;
  --mat-menu-item-label-text-size: 14px;
  --mat-menu-item-hover-state-layer-color: #f8f8f8;
}
.mat-mdc-menu-panel {
  --mat-menu-container-color: #fff;
}
.mat-mdc-menu-panel:not(.regular) .mat-mdc-menu-content:not(:empty) {
  padding: 8px;
}
.mat-mdc-menu-panel:not(.navigation-menu) .mat-mdc-menu-content {
  min-width: 264px;
}
.mat-mdc-menu-item {
  padding: 8px !important;
  min-height: 38px !important;
  transition: background-color 0.2s ease;
}
.mat-mdc-menu-item:not(:last-child) {
  border-bottom: 1px solid #f3f3f3 !important;
}
.mat-mdc-menu-item-text {
  display: flex;
  align-items: center;
}
.mat-mdc-menu-content a.mat-mdc-menu-item {
  color: #000000;
  text-decoration: none !important;
}
:root {
  --table-bg-white: palette-white;
  --table-bg-alt: #f3f3f3;
  --table-bg-mass-actions: #f3f3f3;
  --table-row-hover: #ededed;
  --table-cell-min-width: 85px;
  --table-padding-default: 8px;
  --table-padding-medium: 10px;
  --table-padding-large: 15px;
  --table-header-height: 39px;
  --table-filter-row-height: 45px;
  --paginator-select-width: 110px;
  --paginator-border-radius: 16px;
}
.mat-mdc-table {
  --mat-table-background-color: #fff;
}
.mat-mdc-header-row {
  --mat-table-header-headline-size: 13px;
  --mat-table-header-headline-line-height: 14px;
  --mat-table-header-headline-font:
    Codec Pro Bold,
    Arial,
    sans-serif;
}
.mat-mdc-header-row.filter-row {
  --mat-table-header-headline-font:
    Codec Pro News,
    Arial,
    sans-serif;
}
.mat-mdc-row {
  --mat-table-row-item-label-text-size: 13px;
  --mat-table-row-item-label-text-line-height: 14px;
  --mat-table-row-item-label-text-font:
    Codec Pro News,
    Arial,
    sans-serif;
  --mat-table-row-item-label-text-color: #000000;
  --mat-table-row-item-container-height: 48px;
  --mat-table-row-item-outline-color: transparent;
}
.mat-mdc-paginator {
  --mat-paginator-container-background-color: #fff;
  --mat-paginator-container-text-font:
    Codec Pro News,
    Arial,
    sans-serif;
  --mat-paginator-container-text-line-height: 16px;
  --mat-paginator-container-text-size: 14px;
  --mat-paginator-form-field-container-vertical-padding: 0;
}
.mat-mdc-paginator .mdc-text-field--outlined {
  --mdc-outlined-text-field-outline-width: 0;
  --mdc-outlined-text-field-focus-outline-width: 0;
  --mdc-outlined-text-field-container-shape: 16px;
}
.mat-mdc-paginator mat-form-field {
  --mat-input-field-height: 30px;
  --mat-form-field-container-height: 30px;
}
.mat-mdc-paginator .mat-mdc-icon-button {
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
  padding: 0 !important;
  display: flex !important;
  border-radius: 1px solid #ededed !important;
  justify-content: center !important;
  align-items: center !important;
  overflow: visible !important;
}
.mat-mdc-paginator .mat-mdc-icon-button.mat-mdc-button-disabled {
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.mat-mdc-paginator .mat-mdc-icon-button.mat-mdc-button-disabled:hover {
  background-color: transparent !important;
}
.mat-mdc-paginator .mat-mdc-icon-button .mat-mdc-button-touch-target {
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
}
.mat-mdc-paginator .mat-mdc-icon-button .mdc-icon-button__ripple {
  width: 26px !important;
  height: 26px !important;
}
.mat-mdc-paginator .mat-mdc-icon-button svg.mat-mdc-paginator-icon {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
}
.mat-mdc-table {
  overflow: auto;
}
.mat-mdc-table.alt-color-indexed .mat-mdc-row {
  background-color: var(--table-bg-white) !important;
  transition: background-color 0.2s ease;
}
.mat-mdc-table.alt-color-indexed .mat-mdc-row.alt-color {
  background-color: var(--table-bg-alt) !important;
}
.mat-mdc-table.alt-color-indexed .mat-mdc-row:not(.loading):hover,
.mat-mdc-table.alt-color-indexed .mat-mdc-row:not(.loading).alt-color:hover {
  background-color: var(--table-row-hover) !important;
}
.mat-mdc-table mat-header-cell mat-form-field {
  --mat-input-field-height: 36px;
  --mat-form-field-container-height: 36px;
  --mat-form-field-filled-with-label-container-padding-top: 0px;
  --mat-form-field-filled-with-label-container-padding-bottom: 0px;
  --mat-form-field-state-layer-color: none;
  --mat-select-arrow-transform: translateY(0);
}
.mat-mdc-table mat-header-cell mat-form-field .mat-mdc-form-field-infix {
  display: flex;
  align-items: center;
}
table.mat-mdc-table.regular {
  border-collapse: separate;
}
table.mat-mdc-table.regular .mat-mdc-cell a {
  font-size: var(--mat-table-row-item-label-text-size);
}
.mat-mdc-header-cell {
  color: #000000;
  min-width: var(--table-cell-min-width);
}
.mat-mdc-header-cell button {
  font-size: var(--mat-table-row-item-label-text-size);
  font-family:
    Codec Pro News,
    Arial,
    sans-serif;
}
mat-cell.mat-mdc-cell a {
  font-size: var(--mat-table-row-item-label-text-size);
}
.mat-mdc-cell {
  position: relative;
  min-width: var(--table-cell-min-width);
}
.mat-mdc-cell.expanded-cell {
  border-top: unset;
  border-bottom: unset;
}
.mat-mdc-cell .mat-row-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
}
.mat-mdc-cell .expanded-detail {
  overflow: hidden;
  padding: 24px 20px;
  border-bottom: 1px solid #ededed;
}
.mat-mdc-cell,
.mat-mdc-header-cell,
.mat-mdc-footer-cell,
.mat-mdc-cell:first-of-type,
.mat-mdc-header-cell:first-of-type,
.mat-mdc-footer-cell:first-of-type {
  padding: 0 var(--table-padding-default);
}
.mat-mdc-cell.mat-column-expandedDetail,
.mat-mdc-header-cell.mat-column-expandedDetail,
.mat-mdc-footer-cell.mat-column-expandedDetail,
.mat-mdc-cell:first-of-type.mat-column-expandedDetail,
.mat-mdc-header-cell:first-of-type.mat-column-expandedDetail,
.mat-mdc-footer-cell:first-of-type.mat-column-expandedDetail {
  padding: 0 !important;
}
.mat-mdc-cell.bulk-action-items,
.mat-mdc-header-cell.bulk-action-items,
.mat-mdc-footer-cell.bulk-action-items,
.mat-mdc-cell:first-of-type.bulk-action-items,
.mat-mdc-header-cell:first-of-type.bulk-action-items,
.mat-mdc-footer-cell:first-of-type.bulk-action-items {
  padding-left: var(--table-padding-medium);
}
.mat-mdc-header-cell,
.mat-mdc-cell {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.mat-mdc-header-cell.align-right,
.mat-mdc-cell.align-right {
  justify-content: flex-end;
}
.mat-mdc-header-cell.align-right button,
.mat-mdc-cell.align-right button {
  text-align: right;
}
.mat-mdc-header-cell.align-left,
.mat-mdc-cell.align-left {
  justify-content: flex-start;
}
.mat-mdc-header-cell.align-left button,
.mat-mdc-cell.align-left button {
  text-align: left;
}
.mat-mdc-header-cell.align-left .mat-sort-header-content,
.mat-mdc-cell.align-left .mat-sort-header-content {
  text-align: left;
}
.mat-mdc-header-cell.align-center,
.mat-mdc-cell.align-center {
  justify-content: center;
}
.mat-mdc-cell:nth-child(1).settings-column,
.mat-mdc-header-cell:nth-child(1).settings-column {
  flex: 0 0 6%;
}
.mat-mdc-header-row {
  min-height: var(--table-header-height);
}
.mat-mdc-header-row.mass-actions-row {
  background-color: var(--table-bg-mass-actions);
}
.mat-mdc-header-row.mass-actions-row .items-selected-label {
  margin-right: var(--table-padding-medium);
  color: #000000;
}
.mat-mdc-table:not(.regular) .mat-mdc-header-row.filter-row {
  min-height: var(--table-filter-row-height);
  border-bottom: transparent;
  background-color: var(--table-bg-alt);
}
.mat-mdc-row {
  border-bottom-color: transparent;
}
.mat-mdc-row.expanded-detail-row {
  min-height: 0;
  background-color: var(--table-bg-white) !important;
}
.mat-mdc-row.expanded-detail-row--expanded {
  min-height: fit-content;
}
.mat-mdc-row.clickable {
  cursor: pointer;
}
.mat-mdc-row:last-child {
  border-bottom-color: #ededed;
}
.mat-mdc-row:first-child {
  padding-left: 0;
}
.mat-mdc-row:nth-child(even) {
  background-color: var(--table-bg-alt);
}
.mat-mdc-row:nth-child(even):hover {
  background-color: var(--table-row-hover);
}
.mat-mdc-row:nth-child(odd) {
  background-color: var(--table-bg-white);
}
.mat-mdc-row:nth-child(odd) mat-cell mat-form-field.mat-mdc-form-field.mat-mdc-form-field-appearance-fill .mat-mdc-form-field-flex {
  background-color: var(--table-bg-alt);
}
.mat-mdc-row:nth-child(odd):hover {
  background-color: var(--table-row-hover);
}
.mat-mdc-paginator {
  margin-top: auto;
  padding: 16px 0;
}
.mat-mdc-paginator .mat-mdc-form-field-infix {
  padding-top: 0 !important;
}
.mat-mdc-paginator .mat-mdc-paginator-range-actions {
  gap: 4px;
}
.mat-mdc-paginator .mat-mdc-paginator-container {
  justify-content: space-between;
}
.mat-mdc-paginator .mat-mdc-paginator-container .mat-form-field-underline {
  display: none;
}
.mat-mdc-paginator .mat-mdc-icon-button .mat-mdc-button-touch-target {
  height: var(--mdc-icon-button-state-layer-size);
  width: var(--mdc-icon-button-state-layer-size);
}
.mat-mdc-paginator .mat-mdc-paginator-range-label {
  margin-right: var(--table-padding-medium);
}
.mat-mdc-paginator .mat-mdc-icon-button {
  border: 1px solid #ededed;
  line-height: 18px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mat-mdc-paginator .mat-mdc-select {
  width: var(--paginator-select-width);
  background-color: #f3f3f3;
  padding: 0 16px;
  border-radius: 16px;
}
.mat-mdc-paginator .mat-mdc-select .mat-select-arrow {
  background: transparent url(/assets/images/icons-optimized/chevron.svg) no-repeat;
  transform: rotate(-180deg);
  transition: all 0.2s ease;
  height: 16px;
  width: 16px;
  border: 0;
}
.mat-mdc-paginator .mat-mdc-select.mat-focused .mat-select-arrow {
  transform: rotate(-360deg);
}
.cdk-drag-preview {
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.cdk-drag-placeholder {
  opacity: 0;
}
.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
mat-expansion-panel.mat-expansion-panel {
  background: #fff;
  margin-bottom: 5px;
}
mat-expansion-panel-header.mat-expansion-panel-header {
  padding: 7px 15px;
  border-radius: 30px;
  border: solid 1px #ededed;
  font-family:
    "Codec Pro News",
    Arial,
    sans-serif;
  color: #000000;
}
mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded {
  margin: 10px 10px 5px;
}
.mat-expansion-panel-header-title {
  align-items: center;
}
.mat-drawer-inner-container {
  overflow-x: hidden !important;
}
.cdk-overlay-pane:has(div.mat-select-panel-wrap) {
  margin-top: 30px !important;
  transform: none !important;
}
:root {
  --mdc-circular-progress-active-indicator-color: #000000;
}
.mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #ededed;
  --mdc-chip-with-icon-selected-icon-color: #fff;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected {
  --mdc-chip-elevated-container-color: #000000;
  --mdc-chip-label-text-color: #fff;
}

/* src/assets/scss/_theme.scss */
html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color: black;
  --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-accent {
  --mat-option-selected-state-label-text-color: #09d19b;
  --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-warn {
  --mat-option-selected-state-label-text-color: #e40000;
  --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);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-full-pseudo-checkbox-selected-icon-color: #09d19b;
  --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;
}
html {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #09d19b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: black;
  --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-primary {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: black;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #09d19b;
  --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-accent {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #09d19b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #e40000;
  --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-warn {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #e40000;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-elevated-card-container-shape: 4px;
}
html {
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
}
html {
  --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);
}
html {
  --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);
}
html {
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
}
html {
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: black;
  --mdc-linear-progress-track-color: rgba(0, 0, 0, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #09d19b;
  --mdc-linear-progress-track-color: rgba(9, 209, 155, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #e40000;
  --mdc-linear-progress-track-color: rgba(228, 0, 0, 0.25);
}
html {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
}
html {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}
html {
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
}
html {
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
}
html {
  --mdc-filled-text-field-caret-color: black;
  --mdc-filled-text-field-focus-active-indicator-color: black;
  --mdc-filled-text-field-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-container-color: rgb(244.8, 244.8, 244.8);
  --mdc-filled-text-field-disabled-container-color: rgb(249.9, 249.9, 249.9);
  --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: #e40000;
  --mdc-filled-text-field-error-focus-label-text-color: #e40000;
  --mdc-filled-text-field-error-label-text-color: #e40000;
  --mdc-filled-text-field-error-caret-color: #e40000;
  --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: #e40000;
  --mdc-filled-text-field-error-focus-active-indicator-color: #e40000;
  --mdc-filled-text-field-error-hover-active-indicator-color: #e40000;
}
html {
  --mdc-outlined-text-field-caret-color: black;
  --mdc-outlined-text-field-focus-outline-color: black;
  --mdc-outlined-text-field-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --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: #e40000;
  --mdc-outlined-text-field-error-focus-label-text-color: #e40000;
  --mdc-outlined-text-field-error-label-text-color: #e40000;
  --mdc-outlined-text-field-error-hover-label-text-color: #e40000;
  --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: #e40000;
  --mdc-outlined-text-field-error-hover-outline-color: #e40000;
  --mdc-outlined-text-field-error-outline-color: #e40000;
}
html {
  --mat-form-field-focus-select-arrow-color: rgba(0, 0, 0, 0.87);
  --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: #e40000;
  --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-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #09d19b;
  --mdc-filled-text-field-focus-active-indicator-color: #09d19b;
  --mdc-filled-text-field-focus-label-text-color: rgba(9, 209, 155, 0.87);
}
.mat-mdc-form-field.mat-accent {
  --mdc-outlined-text-field-caret-color: #09d19b;
  --mdc-outlined-text-field-focus-outline-color: #09d19b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(9, 209, 155, 0.87);
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: rgba(9, 209, 155, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #e40000;
  --mdc-filled-text-field-focus-active-indicator-color: #e40000;
  --mdc-filled-text-field-focus-label-text-color: rgba(228, 0, 0, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-outlined-text-field-caret-color: #e40000;
  --mdc-outlined-text-field-focus-outline-color: #e40000;
  --mdc-outlined-text-field-focus-label-text-color: rgba(228, 0, 0, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: rgba(228, 0, 0, 0.87);
}
html {
  --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;
}
html {
  --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);
}
html {
  --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(0, 0, 0, 0.87);
  --mat-select-invalid-arrow-color: rgba(228, 0, 0, 0.87);
}
html .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(9, 209, 155, 0.87);
  --mat-select-invalid-arrow-color: rgba(228, 0, 0, 0.87);
}
html .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: rgba(228, 0, 0, 0.87);
  --mat-select-invalid-arrow-color: rgba(228, 0, 0, 0.87);
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --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);
}
html {
  --mat-autocomplete-background-color: white;
}
html {
  --mdc-dialog-container-shape: 4px;
}
html {
  --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;
}
html {
  --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);
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 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-mdc-standard-chip {
  --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;
}
.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-disabled-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-flat-disabled-selected-container-color: rgb(224.4, 224.4, 224.4);
  --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-mdc-standard-chip {
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: black;
  --mdc-chip-elevated-selected-container-color: black;
  --mdc-chip-elevated-disabled-container-color: black;
  --mdc-chip-flat-disabled-selected-container-color: black;
  --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: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #09d19b;
  --mdc-chip-elevated-selected-container-color: #09d19b;
  --mdc-chip-elevated-disabled-container-color: #09d19b;
  --mdc-chip-flat-disabled-selected-container-color: #09d19b;
  --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: black;
  --mdc-chip-selected-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-trailing-icon-color: black;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #e40000;
  --mdc-chip-elevated-selected-container-color: #e40000;
  --mdc-chip-elevated-disabled-container-color: #e40000;
  --mdc-chip-flat-disabled-selected-container-color: #e40000;
  --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: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
html {
  --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;
}
html .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;
}
html {
  --mdc-switch-selected-focus-state-layer-color: #0073be;
  --mdc-switch-selected-handle-color: #0073be;
  --mdc-switch-selected-hover-state-layer-color: #0073be;
  --mdc-switch-selected-pressed-state-layer-color: #0073be;
  --mdc-switch-selected-focus-handle-color: #004ba2;
  --mdc-switch-selected-hover-handle-color: #004ba2;
  --mdc-switch-selected-pressed-handle-color: #004ba2;
  --mdc-switch-selected-focus-track-color: #4da3d6;
  --mdc-switch-selected-hover-track-color: #4da3d6;
  --mdc-switch-selected-pressed-track-color: #4da3d6;
  --mdc-switch-selected-track-color: #4da3d6;
  --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: #fff;
  --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-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-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);
}
html {
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #44c200;
  --mdc-switch-selected-handle-color: #44c200;
  --mdc-switch-selected-hover-state-layer-color: #44c200;
  --mdc-switch-selected-pressed-state-layer-color: #44c200;
  --mdc-switch-selected-focus-handle-color: #23a700;
  --mdc-switch-selected-hover-handle-color: #23a700;
  --mdc-switch-selected-pressed-handle-color: #23a700;
  --mdc-switch-selected-focus-track-color: #81d94d;
  --mdc-switch-selected-hover-track-color: #81d94d;
  --mdc-switch-selected-pressed-track-color: #81d94d;
  --mdc-switch-selected-track-color: #81d94d;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #ff2222;
  --mdc-switch-selected-handle-color: #ff2222;
  --mdc-switch-selected-hover-state-layer-color: #ff2222;
  --mdc-switch-selected-pressed-state-layer-color: #ff2222;
  --mdc-switch-selected-focus-handle-color: #ff0d0d;
  --mdc-switch-selected-hover-handle-color: #ff0d0d;
  --mdc-switch-selected-pressed-handle-color: #ff0d0d;
  --mdc-switch-selected-focus-track-color: #ff6767;
  --mdc-switch-selected-hover-track-color: #ff6767;
  --mdc-switch-selected-pressed-track-color: #ff6767;
  --mdc-switch-selected-track-color: #ff6767;
}
html {
  --mdc-switch-state-layer-size: 40px;
}
html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.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-focus-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: black;
  --mdc-radio-selected-hover-icon-color: black;
  --mdc-radio-selected-icon-color: black;
  --mdc-radio-selected-pressed-icon-color: black;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: black;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.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-focus-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: #09d19b;
  --mdc-radio-selected-hover-icon-color: #09d19b;
  --mdc-radio-selected-icon-color: #09d19b;
  --mdc-radio-selected-pressed-icon-color: #09d19b;
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #09d19b;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.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-focus-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: #e40000;
  --mdc-radio-selected-hover-icon-color: #e40000;
  --mdc-radio-selected-icon-color: #e40000;
  --mdc-radio-selected-pressed-icon-color: #e40000;
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #e40000;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mdc-radio-state-layer-size: 40px;
}
html {
  --mat-radio-touch-target-display: block;
}
html {
  --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-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);
}
html {
  --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%);
}
html {
  --mdc-slider-handle-color: black;
  --mdc-slider-focus-handle-color: black;
  --mdc-slider-hover-handle-color: black;
  --mdc-slider-active-track-color: black;
  --mdc-slider-inactive-track-color: black;
  --mdc-slider-with-tick-marks-inactive-container-color: black;
  --mdc-slider-with-tick-marks-active-container-color: 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;
}
html {
  --mat-slider-ripple-color: black;
  --mat-slider-hover-state-layer-color: rgba(0, 0, 0, 0.05);
  --mat-slider-focus-state-layer-color: rgba(0, 0, 0, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mdc-slider-handle-color: #09d19b;
  --mdc-slider-focus-handle-color: #09d19b;
  --mdc-slider-hover-handle-color: #09d19b;
  --mdc-slider-active-track-color: #09d19b;
  --mdc-slider-inactive-track-color: #09d19b;
  --mdc-slider-with-tick-marks-inactive-container-color: #09d19b;
  --mdc-slider-with-tick-marks-active-container-color: black;
}
html .mat-accent {
  --mat-slider-ripple-color: #09d19b;
  --mat-slider-hover-state-layer-color: rgba(9, 209, 155, 0.05);
  --mat-slider-focus-state-layer-color: rgba(9, 209, 155, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color: #e40000;
  --mdc-slider-focus-handle-color: #e40000;
  --mdc-slider-hover-handle-color: #e40000;
  --mdc-slider-active-track-color: #e40000;
  --mdc-slider-inactive-track-color: #e40000;
  --mdc-slider-with-tick-marks-inactive-container-color: #e40000;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
html .mat-warn {
  --mat-slider-ripple-color: #e40000;
  --mat-slider-hover-state-layer-color: rgba(228, 0, 0, 0.05);
  --mat-slider-focus-state-layer-color: rgba(228, 0, 0, 0.2);
}
html {
  --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-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);
}
html {
  --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);
}
html {
  --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;
}
html {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
}
html {
  --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-item__start,
.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-focus-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: black;
  --mdc-radio-selected-hover-icon-color: black;
  --mdc-radio-selected-icon-color: black;
  --mdc-radio-selected-pressed-icon-color: black;
}
.mat-accent .mdc-list-item__start,
.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-focus-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: #09d19b;
  --mdc-radio-selected-hover-icon-color: #09d19b;
  --mdc-radio-selected-icon-color: #09d19b;
  --mdc-radio-selected-pressed-icon-color: #09d19b;
}
.mat-warn .mdc-list-item__start,
.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-focus-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: #e40000;
  --mdc-radio-selected-hover-icon-color: #e40000;
  --mdc-radio-selected-icon-color: #e40000;
  --mdc-radio-selected-pressed-icon-color: #e40000;
}
.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: white;
  --mdc-checkbox-selected-focus-icon-color: black;
  --mdc-checkbox-selected-hover-icon-color: black;
  --mdc-checkbox-selected-icon-color: black;
  --mdc-checkbox-selected-pressed-icon-color: black;
  --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-selected-focus-state-layer-color: black;
  --mdc-checkbox-selected-hover-state-layer-color: black;
  --mdc-checkbox-selected-pressed-state-layer-color: black;
  --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-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: #09d19b;
  --mdc-checkbox-selected-hover-icon-color: #09d19b;
  --mdc-checkbox-selected-icon-color: #09d19b;
  --mdc-checkbox-selected-pressed-icon-color: #09d19b;
  --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-selected-focus-state-layer-color: #09d19b;
  --mdc-checkbox-selected-hover-state-layer-color: #09d19b;
  --mdc-checkbox-selected-pressed-state-layer-color: #09d19b;
  --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-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: white;
  --mdc-checkbox-selected-focus-icon-color: #e40000;
  --mdc-checkbox-selected-hover-icon-color: #e40000;
  --mdc-checkbox-selected-icon-color: #e40000;
  --mdc-checkbox-selected-pressed-icon-color: #e40000;
  --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-selected-focus-state-layer-color: #e40000;
  --mdc-checkbox-selected-hover-state-layer-color: #e40000;
  --mdc-checkbox-selected-pressed-state-layer-color: #e40000;
  --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-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: black;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --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;
}
html {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --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);
}
html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
html {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
html {
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
}
html {
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: black;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --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: black;
  --mat-tab-header-active-ripple-color: black;
  --mat-tab-header-inactive-ripple-color: black;
  --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: black;
  --mat-tab-header-active-hover-label-text-color: black;
  --mat-tab-header-active-focus-indicator-color: black;
  --mat-tab-header-active-hover-indicator-color: black;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #09d19b;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --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: #09d19b;
  --mat-tab-header-active-ripple-color: #09d19b;
  --mat-tab-header-inactive-ripple-color: #09d19b;
  --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: #09d19b;
  --mat-tab-header-active-hover-label-text-color: #09d19b;
  --mat-tab-header-active-focus-indicator-color: #09d19b;
  --mat-tab-header-active-hover-indicator-color: #09d19b;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #e40000;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --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: #e40000;
  --mat-tab-header-active-ripple-color: #e40000;
  --mat-tab-header-inactive-ripple-color: #e40000;
  --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: #e40000;
  --mat-tab-header-active-hover-label-text-color: #e40000;
  --mat-tab-header-active-focus-indicator-color: #e40000;
  --mat-tab-header-active-hover-indicator-color: #e40000;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: black;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #09d19b;
  --mat-tab-header-with-background-foreground-color: black;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #e40000;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
html {
  --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;
}
html {
  --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: #09d19b;
  --mdc-checkbox-selected-hover-icon-color: #09d19b;
  --mdc-checkbox-selected-icon-color: #09d19b;
  --mdc-checkbox-selected-pressed-icon-color: #09d19b;
  --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-selected-focus-state-layer-color: #09d19b;
  --mdc-checkbox-selected-hover-state-layer-color: #09d19b;
  --mdc-checkbox-selected-pressed-state-layer-color: #09d19b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
html {
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
}
.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: white;
  --mdc-checkbox-selected-focus-icon-color: black;
  --mdc-checkbox-selected-hover-icon-color: black;
  --mdc-checkbox-selected-icon-color: black;
  --mdc-checkbox-selected-pressed-icon-color: black;
  --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-selected-focus-state-layer-color: black;
  --mdc-checkbox-selected-hover-state-layer-color: black;
  --mdc-checkbox-selected-pressed-state-layer-color: black;
  --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-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: white;
  --mdc-checkbox-selected-focus-icon-color: #e40000;
  --mdc-checkbox-selected-hover-icon-color: #e40000;
  --mdc-checkbox-selected-icon-color: #e40000;
  --mdc-checkbox-selected-pressed-icon-color: #e40000;
  --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-selected-focus-state-layer-color: #e40000;
  --mdc-checkbox-selected-hover-state-layer-color: #e40000;
  --mdc-checkbox-selected-pressed-state-layer-color: #e40000;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
html {
  --mdc-checkbox-state-layer-size: 40px;
}
html {
  --mat-checkbox-touch-target-display: block;
}
html {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
}
html {
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
}
html {
  --mdc-protected-button-container-shape: 4px;
  --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);
}
html {
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
}
html {
  --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;
}
html {
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
}
html {
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
}
html {
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
}
html {
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html {
  --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;
}
html {
  --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);
}
html {
  --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;
}
html {
  --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);
}
html {
  --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;
}
html {
  --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);
}
html {
  --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;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: black;
}
.mat-mdc-button.mat-primary {
  --mat-text-button-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #09d19b;
}
.mat-mdc-button.mat-accent {
  --mat-text-button-state-layer-color: #09d19b;
  --mat-text-button-ripple-color: rgba(9, 209, 155, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #e40000;
}
.mat-mdc-button.mat-warn {
  --mat-text-button-state-layer-color: #e40000;
  --mat-text-button-ripple-color: rgba(228, 0, 0, 0.1);
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: black;
  --mdc-filled-button-label-text-color: white;
}
.mat-mdc-unelevated-button.mat-primary {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #09d19b;
  --mdc-filled-button-label-text-color: black;
}
.mat-mdc-unelevated-button.mat-accent {
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #e40000;
  --mdc-filled-button-label-text-color: white;
}
.mat-mdc-unelevated-button.mat-warn {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: black;
  --mdc-protected-button-label-text-color: white;
}
.mat-mdc-raised-button.mat-primary {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #09d19b;
  --mdc-protected-button-label-text-color: black;
}
.mat-mdc-raised-button.mat-accent {
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #e40000;
  --mdc-protected-button-label-text-color: white;
}
.mat-mdc-raised-button.mat-warn {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-primary {
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #09d19b;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-accent {
  --mat-outlined-button-state-layer-color: #09d19b;
  --mat-outlined-button-ripple-color: rgba(9, 209, 155, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #e40000;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-warn {
  --mat-outlined-button-state-layer-color: #e40000;
  --mat-outlined-button-ripple-color: rgba(228, 0, 0, 0.1);
}
html {
  --mdc-text-button-container-height: 36px;
}
html {
  --mdc-filled-button-container-height: 36px;
}
html {
  --mdc-protected-button-container-height: 36px;
}
html {
  --mdc-outlined-button-container-height: 36px;
}
html {
  --mat-text-button-touch-target-display: block;
}
html {
  --mat-filled-button-touch-target-display: block;
}
html {
  --mat-protected-button-touch-target-display: block;
}
html {
  --mat-outlined-button-touch-target-display: block;
}
html {
  --mdc-icon-button-icon-size: 24px;
}
html {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
html {
  --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;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: black;
}
html .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #09d19b;
}
html .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-state-layer-color: #09d19b;
  --mat-icon-button-ripple-color: rgba(9, 209, 155, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #e40000;
}
html .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-state-layer-color: #e40000;
  --mat-icon-button-ripple-color: rgba(228, 0, 0, 0.1);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.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;
}
html {
  --mdc-fab-container-shape: 50%;
  --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);
}
html {
  --mdc-fab-small-container-shape: 50%;
  --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);
}
html {
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --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);
}
html {
  --mdc-fab-container-color: white;
}
html {
  --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);
}
html {
  --mdc-fab-small-container-color: white;
}
html {
  --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);
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: black;
}
html .mat-mdc-fab.mat-primary {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #09d19b;
}
html .mat-mdc-fab.mat-accent {
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #e40000;
}
html .mat-mdc-fab.mat-warn {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: black;
}
html .mat-mdc-mini-fab.mat-primary {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #09d19b;
}
html .mat-mdc-mini-fab.mat-accent {
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #e40000;
}
html .mat-mdc-mini-fab.mat-warn {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html {
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-small-touch-target-display: block;
}
html {
  --mdc-snackbar-container-shape: 4px;
}
html {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
html {
  --mat-snack-bar-button-color: #b3d7ed;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --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);
}
html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
html {
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}
html {
  --mdc-circular-progress-active-indicator-color: black;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #09d19b;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #e40000;
}
html {
  --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;
}
html {
  --mat-badge-background-color: black;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}
.mat-badge-accent {
  --mat-badge-background-color: #09d19b;
  --mat-badge-text-color: black;
}
.mat-badge-warn {
  --mat-badge-background-color: #e40000;
  --mat-badge-text-color: white;
}
html {
  --mat-bottom-sheet-container-shape: 4px;
}
html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}
html {
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
}
html {
  --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;
}
html {
  --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;
}
html {
  --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: rgb(224.4, 224.4, 224.4);
}
html {
  --mat-standard-button-toggle-height: 48px;
}
html {
  --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);
}
html {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: black;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(0, 0, 0, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(0, 0, 0, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(0, 0, 0, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: black;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(0, 0, 0, 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: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --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-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #09d19b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(9, 209, 155, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(9, 209, 155, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(9, 209, 155, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(9, 209, 155, 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: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #e40000;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(228, 0, 0, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(228, 0, 0, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(228, 0, 0, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(228, 0, 0, 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: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #09d19b;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #e40000;
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.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;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}
html {
  --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);
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: black;
}
.mat-icon.mat-accent {
  --mat-icon-color: #09d19b;
}
.mat-icon.mat-warn {
  --mat-icon-color: #e40000;
}
html {
  --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;
}
html {
  --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);
}
html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: black;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: black;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: black;
  --mat-stepper-header-edit-state-icon-foreground-color: 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: #e40000;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #e40000;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #09d19b;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #09d19b;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #09d19b;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #e40000;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #e40000;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #e40000;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-sort-arrow-color: rgb(117.3, 117.3, 117.3);
}
html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: black;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #09d19b;
  --mat-toolbar-container-text-color: black;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #e40000;
  --mat-toolbar-container-text-color: white;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-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);
}
html {
  --mat-timepicker-container-background-color: white;
}

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