/* node_modules/.pnpm/cookieconsent@3.1.1/node_modules/cookieconsent/build/cookieconsent.min.css */
.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family:
    Helvetica,
    Calibri,
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: .5em;
}
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
  text-decoration: underline;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}
.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: .5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width:900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width:414px) and (orientation:portrait), screen and (max-width:736px) and (orientation:landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/* src/styles/styles.scss */
html,
body {
  color-scheme: dark;
  background-color: var(--body-background);
  color: var(--body-font-color);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-p2);
  letter-spacing: var(--body-letter-spacing);
  font-family: var(--font-family-default);
  margin: 0;
  scroll-padding-top: var(--scroll-padding);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
code,
kbd,
pre {
  font-family: var(--font-family-code);
}
h1,
.text-h1 {
  font-size: var(--font-size-h1);
  line-height: var(--line-height-h1);
}
h1 code {
  font-size: 75%;
}
h2,
.text-h2 {
  font-size: var(--font-size-h2);
  line-height: var(--line-height-h2);
}
h2 code {
  font-size: 75%;
}
h3,
.text-h3 {
  font-size: var(--font-size-h3);
  line-height: var(--line-height-h3);
}
h3 code {
  font-size: 75%;
}
h4,
.text-h4 {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
}
h4 code {
  font-size: 75%;
}
h5,
.text-h5 {
  font-size: var(--font-size-h5);
  line-height: var(--line-height-h5);
}
h5 code {
  font-size: 75%;
}
h6,
.text-h6 {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
}
h6 code {
  font-size: 75%;
}
.text-p1,
.text-p1 p {
  font-size: var(--font-size-p1);
  line-height: var(--line-height-p1);
}
p,
.text-p2 {
  font-size: var(--font-size-p2);
  line-height: var(--line-height-p2);
}
.text-blog,
.text-blog p {
  font-size: var(--font-size-blog);
  line-height: var(--line-height-blog);
}
.text-blog p code,
.text-blog li code,
.text-blog table code {
  font-size: 75%;
}
aside,
.text-aside {
  font-size: var(--font-size-aside);
  line-height: var(--line-height-aside);
}
pre,
code,
.text-code {
  font-size: var(--font-size-code);
  line-height: var(--line-height-code);
}
.text-important {
  color: var(--color-white);
  font-weight: 600;
}
.text-quiet {
  color: var(--color-secondary-light-grey);
}
button {
  font-family: var(--font-family-default);
}
input,
select,
textarea {
  font-family: var(--font-family-default);
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: rgba(149, 143, 168, 0.8);
  font-style: italic;
}
hr {
  border: 0;
  border-top: 1px solid #2d2a46;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
  color: var(--body-heading-color);
}
aside {
}
aside h1,
aside h2,
aside h3,
aside h4 {
  color: var(--body-font-color);
}
h1 {
  font-weight: var(--font-weight-medium);
}
h2 {
  font-weight: var(--font-weight-medium);
}
h3,
h4 {
  font-weight: var(--font-weight-regular);
}
h5,
h6 {
  font-weight: var(--font-weight-regular);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap-style: balance;
}
dd {
  font-weight: var(--font-weight-light);
}
b,
dt,
strong,
th {
  font-weight: var(--font-weight-semi-bold);
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
em em {
  font-style: normal;
}
strong strong {
  font-weight: normal;
}
summary {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
a {
  cursor: pointer;
  color: var(--color-white);
  text-decoration: none;
}
a p {
  color: var(--body-font-color);
}
p a,
p a:visited,
aside a,
aside a:visited {
  color: var(--color-green);
}
p a:hover,
p a:focus,
p a:visited:hover,
p a:visited:focus,
aside a:hover,
aside a:focus,
aside a:visited:hover,
aside a:visited:focus {
  text-decoration: underline;
}
address {
  font-style: normal;
}
code {
  hyphens: none;
  color: var(--code-font-color);
  background: var(--code-background);
  border-radius: var(--border-radius);
  border: 1px solid #2d2a46;
  padding: 6px 6px 3px;
}
pre code {
  color: var(--pre-font-color);
  background: none;
  border-radius: 0;
  border: none;
  padding: 0;
}
form,
.form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
button,
td-button {
  font-weight: var(--font-weight-regular);
}
::file-selector-button {
  border-radius: 4px;
  font-family: inherit;
  border-color: var(--color-green);
  background: transparent;
  color: var(--color-green);
  box-shadow: 0 0 8px 4px rgba(123, 160, 255, 0.25);
}
::file-selector-button:not(.td-button-disabled):hover,
::file-selector-button:not(.td-button-disabled) .container-hover {
  border-color: #81EDE4;
  color: rgb(158.65, 234.25, 228.3);
  box-shadow: 0 0 8px 4px rgba(123, 160, 255, 0.35);
}
[hidden] {
  display: none !important;
}
@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide-gt-mobile {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hide-lt-desktop {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hide-desktop {
    display: none !important;
  }
}
.flex {
  flex: 1;
}
.card {
  border-radius: var(--border-radius);
  background-color: var(--color-purple);
  border: 1px solid #2d2a46;
  padding: var(--card-padding);
  transition: border-color 100ms;
}
.card-appearance {
  border-radius: var(--border-radius);
  background-color: var(--color-purple);
  border: 1px solid #2d2a46;
}
.card-padding {
  padding: var(--card-padding);
}
.button-greenHollow {
  display: flex;
  border-width: 1px;
  border-style: solid;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-weight: var(--font-weight-regular);
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  transition-property:
    background-color,
    border,
    box-shadow,
    opacity;
  transition-duration: 100ms;
  transition-timing-function: ease;
  text-decoration: none !important;
  padding: 6px 18px;
  height: 40px;
  text-wrap: nowrap;
  border-color: var(--color-green);
  background: transparent;
  color: var(--color-green);
  box-shadow: 0 0 8px 4px rgba(123, 160, 255, 0.25);
}
.button-greenHollow span {
  position: relative;
}
.button-greenHollow span::after {
  margin-left: 6px;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-size: 90%;
  -webkit-user-select: none;
  user-select: none;
  display: inline-block;
}
.button-greenHollow.td-button-disabled {
  opacity: 50%;
  cursor: default;
}
.button-greenHollow.td-button-size-s {
  height: 40px;
}
.button-greenHollow.td-button-size-xs {
  height: 36px;
}
@media (max-width: 767px) {
  .button-greenHollow {
    padding: 6px 14px;
  }
}
.button-greenHollow:not(.td-button-disabled):hover,
.button-greenHollow:not(.td-button-disabled).container-hover {
  border-color: #81EDE4;
  color: rgb(158.65, 234.25, 228.3);
  box-shadow: 0 0 8px 4px rgba(123, 160, 255, 0.35);
}
.button-water {
  display: flex;
  border-width: 1px;
  border-style: solid;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-weight: var(--font-weight-regular);
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  transition-property:
    background-color,
    border,
    box-shadow,
    opacity;
  transition-duration: 100ms;
  transition-timing-function: ease;
  text-decoration: none !important;
  padding: 6px 18px;
  height: 40px;
  text-wrap: nowrap;
  animation: gradient-button-bg-rotate 2.5s infinite linear paused;
  background:
    linear-gradient(
      to bottom,
      var(--body-background),
      var(--body-background)) padding-box,
    conic-gradient(
      from var(--gradient-button-bg-angle),
      #03D0BF,
      #AC79EE,
      #03D0BF) border-box;
  border: 1px solid transparent;
}
.button-water span {
  position: relative;
}
.button-water span::after {
  margin-left: 6px;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-size: 90%;
  -webkit-user-select: none;
  user-select: none;
  display: inline-block;
}
.button-water.td-button-disabled {
  opacity: 50%;
  cursor: default;
}
.button-water.td-button-size-s {
  height: 40px;
}
.button-water.td-button-size-xs {
  height: 36px;
}
@media (max-width: 767px) {
  .button-water {
    padding: 6px 14px;
  }
}
.button-water:hover {
  animation-play-state: running;
  color: var(--color-white);
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  .button-water {
    background:
      linear-gradient(
        to bottom,
        var(--body-background),
        var(--body-background)) padding-box,
      conic-gradient(
        from 120deg,
        #03D0BF,
        #AC79EE,
        #03D0BF) border-box;
  }
}
.button-fire {
  display: flex;
  border-width: 1px;
  border-style: solid;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-weight: var(--font-weight-regular);
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  transition-property:
    background-color,
    border,
    box-shadow,
    opacity;
  transition-duration: 100ms;
  transition-timing-function: ease;
  text-decoration: none !important;
  padding: 6px 18px;
  height: 40px;
  text-wrap: nowrap;
  animation: gradient-button-bg-rotate 2.5s infinite linear paused;
  background:
    linear-gradient(
      to bottom,
      var(--body-background),
      var(--body-background)) padding-box,
    conic-gradient(
      from var(--gradient-button-bg-angle),
      #FDD257,
      #F96480,
      #FDD257) border-box;
  border: 1px solid transparent;
}
.button-fire span {
  position: relative;
}
.button-fire span::after {
  margin-left: 6px;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-size: 90%;
  -webkit-user-select: none;
  user-select: none;
  display: inline-block;
}
.button-fire.td-button-disabled {
  opacity: 50%;
  cursor: default;
}
.button-fire.td-button-size-s {
  height: 40px;
}
.button-fire.td-button-size-xs {
  height: 36px;
}
@media (max-width: 767px) {
  .button-fire {
    padding: 6px 14px;
  }
}
.button-fire:hover {
  animation-play-state: running;
  color: var(--color-white);
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  .button-fire {
    background:
      linear-gradient(
        to bottom,
        var(--body-background),
        var(--body-background)) padding-box,
      conic-gradient(
        from 120deg,
        #FDD257,
        #F96480,
        #FDD257) border-box;
  }
}
.button-fire:not(.td-button-disabled):hover,
.button-fire:not(.td-button-disabled).container-hover {
  box-shadow: 0 0 8px 4px rgba(233, 100, 100, 0.25);
  color: #FDD257;
}
.button-frameless {
  display: flex;
  border-width: 1px;
  border-style: solid;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-weight: var(--font-weight-regular);
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  transition-property:
    background-color,
    border,
    box-shadow,
    opacity;
  transition-duration: 100ms;
  transition-timing-function: ease;
  text-decoration: none !important;
  padding: 6px 18px;
  height: 40px;
  text-wrap: nowrap;
  border-color: transparent;
  background: transparent;
  color: var(--color-secondary-blue);
}
.button-frameless span {
  position: relative;
}
.button-frameless span::after {
  margin-left: 6px;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-size: 90%;
  -webkit-user-select: none;
  user-select: none;
  display: inline-block;
}
.button-frameless.td-button-disabled {
  opacity: 50%;
  cursor: default;
}
.button-frameless.td-button-size-s {
  height: 40px;
}
.button-frameless.td-button-size-xs {
  height: 36px;
}
@media (max-width: 767px) {
  .button-frameless {
    padding: 6px 14px;
  }
}
.button-frameless:not(.td-button-disabled):hover,
.button-frameless:not(.td-button-disabled).container-hover {
  color: var(--color-white);
}
td-form-actions,
.td-form-actions {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  column-gap: 14px;
  row-gap: 8px;
  margin-top: 20px;
}
td-form-actions button,
td-form-actions td-button,
.td-form-actions button,
.td-form-actions td-button {
  flex: 1;
}
.td-feedback-button {
  position: fixed;
  top: 50%;
  right: 0;
  transform: rotate(-90deg) translate(50%, -100%);
  transform-origin: right top;
  padding: 0 24px;
  z-index: 200;
}
.td-feedback-button > * {
  display: block;
  border: none;
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-aside);
  transition:
    background-color 200ms ease-out,
    transform 200ms ease-out,
    box-shadow 200ms ease-out;
  transform: translateY(3px);
  outline: none;
  cursor: pointer;
  padding: 9px 26px;
  background-color: var(--color-deep-purple);
  color: var(--body-font-color);
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  border: 1px solid #2d2a46;
  box-shadow: 0 3px 26px 0 rgba(26, 24, 42, 0.4);
}
.td-feedback-button > *:hover {
  transform: translateY(0);
  background-color: var(--color-light-purple);
  box-shadow: 0 3px 26px 0 rgba(149, 143, 168, 0.2);
}
@media (max-width: 767px) {
  .td-feedback-button {
    display: none;
  }
}
td-form .form-row {
  display: flex;
  gap: 16px;
}
td-form .form-row > * {
  flex: 1;
}
@media (max-width: 767px) {
  td-form .form-row {
    flex-direction: column;
  }
}
td-feedback-dialog .hs-form-field > label {
  margin-bottom: 8px;
  display: inline-block;
}
td-feedback-dialog aside {
  margin-top: 32px;
}
@font-face {
  font-family: "Monaco";
  font-style: normal;
  font-weight: 400;
  src: url("./media/Monaco.woff2") format("woff2"), url("./media/Monaco.ttf") format("truetype");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
  font-display: swap;
}
@font-face {
  font-family: "Darkmode";
  font-style: normal;
  font-weight: 200;
  src: url("./media/DarkmodeOn_Trial_Th.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Darkmode";
  font-style: italic;
  font-weight: 200;
  src: url("./media/DarkmodeOn_Trial_ThIt.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Darkmode";
  font-style: normal;
  font-weight: 300;
  src: url("./media/DarkmodeOn_Trial_Lt.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Darkmode";
  font-style: normal;
  font-weight: 400;
  src: url("./media/DarkmodeOn_Trial_Rg.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Darkmode";
  font-style: italic;
  font-weight: 400;
  src: url("./media/DarkmodeOn_Trial_It.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Darkmode";
  font-style: normal;
  font-weight: 500;
  src: url("./media/DarkmodeOn_Trial_Md.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Darkmode";
  font-style: normal;
  font-weight: 600;
  src: url("./media/DarkmodeOn_Trial_SBd.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Darkmode";
  font-style: normal;
  font-weight: 700;
  src: url("./media/DarkmodeOn_Trial_Bd.ttf") format("truetype");
  font-display: swap;
}
/*!/*
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at https://mozilla.org/MPL/2.0/.
 */
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow);
}
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
html {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
}
html {
  --mat-option-selected-state-label-text-color: #02dac9;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.mat-accent {
  --mat-option-selected-state-label-text-color: #232135;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.mat-warn {
  --mat-option-selected-state-label-text-color: #e96464;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
html {
  --mat-optgroup-label-text-color: white;
}
html {
  --mat-pseudo-checkbox-full-selected-icon-color: #232135;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: #686868;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: #686868;
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #232135;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #686868;
}
.mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #02dac9;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: #686868;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: #686868;
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #02dac9;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #686868;
}
.mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #232135;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: #686868;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: #686868;
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #232135;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #686868;
}
.mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #e96464;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: #686868;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: #686868;
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #e96464;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #686868;
}
html {
  --mat-app-background-color: #303030;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-option-label-text-font: Darkmode, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-font: Darkmode, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 0.03125em;
  --mat-optgroup-label-text-weight: 400;
}
html {
  --mat-card-elevated-container-shape: 4px;
  --mat-card-outlined-container-shape: 4px;
  --mat-card-filled-container-shape: 4px;
  --mat-card-outlined-outline-width: 1px;
}
html {
  --mat-card-elevated-container-color: #424242;
  --mat-card-elevated-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);
  --mat-card-outlined-container-color: #424242;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-card-subtitle-text-color: rgba(255, 255, 255, 0.7);
  --mat-card-filled-container-color: #424242;
  --mat-card-filled-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-title-text-font: Darkmode, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Darkmode, sans-serif;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
}
html {
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #02dac9;
  --mat-progress-bar-track-color: rgba(2, 218, 201, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #232135;
  --mat-progress-bar-track-color: rgba(35, 33, 53, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #e96464;
  --mat-progress-bar-track-color: rgba(233, 100, 100, 0.25);
}
html {
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-line-height: 16px;
}
html {
  --mat-tooltip-container-color: #616161;
  --mat-tooltip-supporting-text-color: #fff;
}
html {
  --mat-tooltip-supporting-text-font: Darkmode, sans-serif;
  --mat-tooltip-supporting-text-size: 12px;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-tooltip-supporting-text-tracking: 0.0333333333em;
}
html {
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
}
html {
  --mat-form-field-focus-select-arrow-color: rgba(2, 218, 201, 0.87);
  --mat-form-field-filled-caret-color: #02dac9;
  --mat-form-field-filled-focus-active-indicator-color: #02dac9;
  --mat-form-field-filled-focus-label-text-color: rgba(2, 218, 201, 0.87);
  --mat-form-field-outlined-caret-color: #02dac9;
  --mat-form-field-outlined-focus-outline-color: #02dac9;
  --mat-form-field-outlined-focus-label-text-color: rgba(2, 218, 201, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #e96464;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --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(255, 255, 255, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
  --mat-form-field-filled-container-color: rgb(73.56, 73.56, 73.56);
  --mat-form-field-filled-disabled-container-color: rgb(69.78, 69.78, 69.78);
  --mat-form-field-filled-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-form-field-filled-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-form-field-filled-disabled-label-text-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-filled-input-text-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-filled-disabled-input-text-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-filled-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mat-form-field-filled-error-hover-label-text-color: #e96464;
  --mat-form-field-filled-error-focus-label-text-color: #e96464;
  --mat-form-field-filled-error-label-text-color: #e96464;
  --mat-form-field-filled-error-caret-color: #e96464;
  --mat-form-field-filled-active-indicator-color: rgba(255, 255, 255, 0.42);
  --mat-form-field-filled-disabled-active-indicator-color: rgba(255, 255, 255, 0.06);
  --mat-form-field-filled-hover-active-indicator-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #e96464;
  --mat-form-field-filled-error-focus-active-indicator-color: #e96464;
  --mat-form-field-filled-error-hover-active-indicator-color: #e96464;
  --mat-form-field-outlined-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-form-field-outlined-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-form-field-outlined-disabled-label-text-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-outlined-input-text-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mat-form-field-outlined-error-caret-color: #e96464;
  --mat-form-field-outlined-error-focus-label-text-color: #e96464;
  --mat-form-field-outlined-error-label-text-color: #e96464;
  --mat-form-field-outlined-error-hover-label-text-color: #e96464;
  --mat-form-field-outlined-outline-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-outlined-disabled-outline-color: rgba(255, 255, 255, 0.06);
  --mat-form-field-outlined-hover-outline-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #e96464;
  --mat-form-field-outlined-error-hover-outline-color: #e96464;
  --mat-form-field-outlined-error-outline-color: #e96464;
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: rgba(35, 33, 53, 0.87);
  --mat-form-field-filled-caret-color: #232135;
  --mat-form-field-filled-focus-active-indicator-color: #232135;
  --mat-form-field-filled-focus-label-text-color: rgba(35, 33, 53, 0.87);
  --mat-form-field-outlined-caret-color: #232135;
  --mat-form-field-outlined-focus-outline-color: #232135;
  --mat-form-field-outlined-focus-label-text-color: rgba(35, 33, 53, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: rgba(233, 100, 100, 0.87);
  --mat-form-field-filled-caret-color: #e96464;
  --mat-form-field-filled-focus-active-indicator-color: #e96464;
  --mat-form-field-filled-focus-label-text-color: rgba(233, 100, 100, 0.87);
  --mat-form-field-outlined-caret-color: #e96464;
  --mat-form-field-outlined-focus-outline-color: #e96464;
  --mat-form-field-outlined-focus-label-text-color: rgba(233, 100, 100, 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-form-field-container-text-font: Darkmode, sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: 0.03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Darkmode, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-filled-label-text-font: Darkmode, sans-serif;
  --mat-form-field-filled-label-text-size: 16px;
  --mat-form-field-filled-label-text-tracking: 0.03125em;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Darkmode, sans-serif;
  --mat-form-field-outlined-label-text-size: 16px;
  --mat-form-field-outlined-label-text-tracking: 0.03125em;
  --mat-form-field-outlined-label-text-weight: 400;
}
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: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(2, 218, 201, 0.87);
  --mat-select-invalid-arrow-color: rgba(233, 100, 100, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(35, 33, 53, 0.87);
  --mat-select-invalid-arrow-color: rgba(233, 100, 100, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(233, 100, 100, 0.87);
  --mat-select-invalid-arrow-color: rgba(233, 100, 100, 0.87);
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --mat-select-trigger-text-font: Darkmode, sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 0.03125em;
  --mat-select-trigger-text-weight: 400;
}
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: #424242;
}
html {
  --mat-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
html {
  --mat-dialog-container-color: #424242;
  --mat-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mat-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
}
html {
  --mat-dialog-subhead-font: Darkmode, sans-serif;
  --mat-dialog-subhead-line-height: 32px;
  --mat-dialog-subhead-size: 20px;
  --mat-dialog-subhead-weight: 500;
  --mat-dialog-subhead-tracking: 0.0125em;
  --mat-dialog-supporting-text-font: Darkmode, sans-serif;
  --mat-dialog-supporting-text-line-height: 24px;
  --mat-dialog-supporting-text-size: 16px;
  --mat-dialog-supporting-text-weight: 400;
  --mat-dialog-supporting-text-tracking: 0.03125em;
}
.mat-mdc-standard-chip {
  --mat-chip-container-shape-radius: 16px;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-disabled-outline-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-focus-outline-color: transparent;
  --mat-chip-hover-state-layer-opacity: 0.04;
  --mat-chip-outline-color: transparent;
  --mat-chip-outline-width: 0;
  --mat-chip-selected-hover-state-layer-opacity: 0.04;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-with-avatar-avatar-shape-radius: 14px;
  --mat-chip-with-avatar-avatar-size: 28px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 1;
  --mat-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: #fafafa;
  --mat-chip-elevated-container-color: rgb(88.68, 88.68, 88.68);
  --mat-chip-elevated-disabled-container-color: rgb(88.68, 88.68, 88.68);
  --mat-chip-elevated-selected-container-color: rgb(88.68, 88.68, 88.68);
  --mat-chip-flat-disabled-selected-container-color: rgb(88.68, 88.68, 88.68);
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-focus-state-layer-color: white;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: white;
  --mat-chip-selected-label-text-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
  --mat-chip-with-icon-disabled-icon-color: #fafafa;
  --mat-chip-with-icon-icon-color: #fafafa;
  --mat-chip-with-icon-selected-icon-color: #fafafa;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fafafa;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #02dac9;
  --mat-chip-elevated-disabled-container-color: #02dac9;
  --mat-chip-elevated-selected-container-color: #02dac9;
  --mat-chip-flat-disabled-selected-container-color: #02dac9;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: white;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: white;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: #232135;
  --mat-chip-elevated-disabled-container-color: #232135;
  --mat-chip-elevated-selected-container-color: #232135;
  --mat-chip-flat-disabled-selected-container-color: #232135;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: white;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: white;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #e96464;
  --mat-chip-elevated-disabled-container-color: #e96464;
  --mat-chip-elevated-selected-container-color: #e96464;
  --mat-chip-flat-disabled-selected-container-color: #e96464;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: white;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: white;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 32px;
}
.mat-mdc-standard-chip {
  --mat-chip-label-text-font: Darkmode, sans-serif;
  --mat-chip-label-text-line-height: 20px;
  --mat-chip-label-text-size: 14px;
  --mat-chip-label-text-tracking: 0.0178571429em;
  --mat-chip-label-text-weight: 400;
}
html {
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
}
html {
  --mat-slide-toggle-selected-focus-state-layer-color: #02dac9;
  --mat-slide-toggle-selected-handle-color: #02dac9;
  --mat-slide-toggle-selected-hover-state-layer-color: #02dac9;
  --mat-slide-toggle-selected-pressed-state-layer-color: #02dac9;
  --mat-slide-toggle-selected-focus-handle-color: #02dac9;
  --mat-slide-toggle-selected-hover-handle-color: #02dac9;
  --mat-slide-toggle-selected-pressed-handle-color: #02dac9;
  --mat-slide-toggle-selected-focus-track-color: #02dac9;
  --mat-slide-toggle-selected-hover-track-color: #02dac9;
  --mat-slide-toggle-selected-pressed-track-color: #02dac9;
  --mat-slide-toggle-selected-track-color: #02dac9;
  --mat-slide-toggle-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);
  --mat-slide-toggle-disabled-selected-handle-color: #000;
  --mat-slide-toggle-disabled-selected-icon-color: #212121;
  --mat-slide-toggle-disabled-selected-track-color: #f5f5f5;
  --mat-slide-toggle-disabled-unselected-handle-color: #000;
  --mat-slide-toggle-disabled-unselected-icon-color: #212121;
  --mat-slide-toggle-disabled-unselected-track-color: #f5f5f5;
  --mat-slide-toggle-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);
  --mat-slide-toggle-handle-surface-color: #fff;
  --mat-slide-toggle-label-text-color: white;
  --mat-slide-toggle-selected-icon-color: #212121;
  --mat-slide-toggle-unselected-hover-handle-color: #fafafa;
  --mat-slide-toggle-unselected-focus-handle-color: #fafafa;
  --mat-slide-toggle-unselected-focus-state-layer-color: #f5f5f5;
  --mat-slide-toggle-unselected-focus-track-color: #616161;
  --mat-slide-toggle-unselected-icon-color: #212121;
  --mat-slide-toggle-unselected-handle-color: #9e9e9e;
  --mat-slide-toggle-unselected-hover-state-layer-color: #f5f5f5;
  --mat-slide-toggle-unselected-hover-track-color: #616161;
  --mat-slide-toggle-unselected-pressed-handle-color: #fafafa;
  --mat-slide-toggle-unselected-pressed-track-color: #616161;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #f5f5f5;
  --mat-slide-toggle-unselected-track-color: #616161;
}
html {
  --mdc-slide-toggle-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-slide-toggle-disabled-label-text-color: rgba(255, 255, 255, 0.5);
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-color: white;
}
html .mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-focus-state-layer-color: #232135;
  --mat-slide-toggle-selected-handle-color: #232135;
  --mat-slide-toggle-selected-hover-state-layer-color: #232135;
  --mat-slide-toggle-selected-pressed-state-layer-color: #232135;
  --mat-slide-toggle-selected-focus-handle-color: #232135;
  --mat-slide-toggle-selected-hover-handle-color: #232135;
  --mat-slide-toggle-selected-pressed-handle-color: #232135;
  --mat-slide-toggle-selected-focus-track-color: #232135;
  --mat-slide-toggle-selected-hover-track-color: #232135;
  --mat-slide-toggle-selected-pressed-track-color: #232135;
  --mat-slide-toggle-selected-track-color: #232135;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-focus-state-layer-color: #e96464;
  --mat-slide-toggle-selected-handle-color: #e96464;
  --mat-slide-toggle-selected-hover-state-layer-color: #e96464;
  --mat-slide-toggle-selected-pressed-state-layer-color: #e96464;
  --mat-slide-toggle-selected-focus-handle-color: #e96464;
  --mat-slide-toggle-selected-hover-handle-color: #e96464;
  --mat-slide-toggle-selected-pressed-handle-color: #e96464;
  --mat-slide-toggle-selected-focus-track-color: #e96464;
  --mat-slide-toggle-selected-hover-track-color: #e96464;
  --mat-slide-toggle-selected-pressed-track-color: #e96464;
  --mat-slide-toggle-selected-track-color: #e96464;
}
html {
  --mat-slide-toggle-state-layer-size: 40px;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-state-layer-size: 40px;
}
html {
  --mat-slide-toggle-label-text-font: Darkmode, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-font: Darkmode, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html {
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-state-layer-size: 40px;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #02dac9;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #02dac9;
  --mat-radio-selected-hover-icon-color: #02dac9;
  --mat-radio-selected-icon-color: #02dac9;
  --mat-radio-selected-pressed-icon-color: #02dac9;
  --mat-radio-unselected-focus-icon-color: #eeeeee;
  --mat-radio-unselected-hover-icon-color: #eeeeee;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #232135;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #232135;
  --mat-radio-selected-hover-icon-color: #232135;
  --mat-radio-selected-icon-color: #232135;
  --mat-radio-selected-pressed-icon-color: #232135;
  --mat-radio-unselected-focus-icon-color: #eeeeee;
  --mat-radio-unselected-hover-icon-color: #eeeeee;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #e96464;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #e96464;
  --mat-radio-selected-hover-icon-color: #e96464;
  --mat-radio-selected-icon-color: #e96464;
  --mat-radio-selected-pressed-icon-color: #e96464;
  --mat-radio-unselected-focus-icon-color: #eeeeee;
  --mat-radio-unselected-hover-icon-color: #eeeeee;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
html {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
html {
  --mat-radio-label-text-font: Darkmode, sans-serif;
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: 0.0178571429em;
  --mat-radio-label-text-weight: 400;
}
html {
  --mat-slider-active-track-height: 6px;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-height: 20px;
  --mat-slider-handle-shape: 50%;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.6;
  --mat-slider-with-tick-marks-container-shape: 50%;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.6;
}
html {
  --mat-slider-active-track-color: #02dac9;
  --mat-slider-focus-handle-color: #02dac9;
  --mat-slider-focus-state-layer-color: rgba(2, 218, 201, 0.2);
  --mat-slider-handle-color: #02dac9;
  --mat-slider-hover-handle-color: #02dac9;
  --mat-slider-hover-state-layer-color: rgba(2, 218, 201, 0.05);
  --mat-slider-inactive-track-color: #02dac9;
  --mat-slider-ripple-color: #02dac9;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #02dac9;
  --mat-slider-disabled-active-track-color: #fff;
  --mat-slider-disabled-handle-color: #fff;
  --mat-slider-disabled-inactive-track-color: #fff;
  --mat-slider-label-container-color: #fff;
  --mat-slider-label-label-text-color: #000;
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-slider-with-overlap-handle-outline-color: #fff;
  --mat-slider-with-tick-marks-disabled-container-color: #fff;
}
html .mat-accent {
  --mat-slider-active-track-color: #232135;
  --mat-slider-focus-handle-color: #232135;
  --mat-slider-focus-state-layer-color: rgba(35, 33, 53, 0.2);
  --mat-slider-handle-color: #232135;
  --mat-slider-hover-handle-color: #232135;
  --mat-slider-hover-state-layer-color: rgba(35, 33, 53, 0.05);
  --mat-slider-inactive-track-color: #232135;
  --mat-slider-ripple-color: #232135;
  --mat-slider-with-tick-marks-active-container-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-inactive-container-color: #232135;
}
html .mat-warn {
  --mat-slider-active-track-color: #e96464;
  --mat-slider-focus-handle-color: #e96464;
  --mat-slider-focus-state-layer-color: rgba(233, 100, 100, 0.2);
  --mat-slider-handle-color: #e96464;
  --mat-slider-hover-handle-color: #e96464;
  --mat-slider-hover-state-layer-color: rgba(233, 100, 100, 0.05);
  --mat-slider-inactive-track-color: #e96464;
  --mat-slider-ripple-color: #e96464;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #e96464;
}
html {
  --mat-slider-label-label-text-font: Darkmode, sans-serif;
  --mat-slider-label-label-text-size: 14px;
  --mat-slider-label-label-text-line-height: 22px;
  --mat-slider-label-label-text-tracking: 0.0071428571em;
  --mat-slider-label-label-text-weight: 500;
}
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: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #424242;
  --mat-menu-divider-color: rgba(255, 255, 255, 0.12);
}
html {
  --mat-menu-item-label-text-font: Darkmode, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}
html {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-leading-avatar-shape: 50%;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-selected-container-color: transparent;
  --mat-list-list-item-leading-avatar-color: transparent;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-disabled-state-layer-color: transparent;
  --mat-list-list-item-disabled-state-layer-opacity: 0;
  --mat-list-list-item-disabled-label-text-opacity: 0.38;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-list-list-item-label-text-color: white;
  --mat-list-list-item-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mat-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, 0.5);
  --mat-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mat-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mat-list-list-item-disabled-label-text-color: white;
  --mat-list-list-item-disabled-leading-icon-color: white;
  --mat-list-list-item-disabled-trailing-icon-color: white;
  --mat-list-list-item-hover-label-text-color: white;
  --mat-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mat-list-list-item-hover-state-layer-color: white;
  --mat-list-list-item-hover-state-layer-opacity: 0.08;
  --mat-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mat-list-list-item-focus-label-text-color: white;
  --mat-list-list-item-focus-state-layer-color: white;
  --mat-list-list-item-focus-state-layer-opacity: 0.24;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-checked-ripple-color: #02dac9;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #02dac9;
  --mat-radio-selected-hover-icon-color: #02dac9;
  --mat-radio-selected-icon-color: #02dac9;
  --mat-radio-selected-pressed-icon-color: #02dac9;
  --mat-radio-unselected-focus-icon-color: #eeeeee;
  --mat-radio-unselected-hover-icon-color: #eeeeee;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #232135;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #232135;
  --mat-radio-selected-hover-icon-color: #232135;
  --mat-radio-selected-icon-color: #232135;
  --mat-radio-selected-pressed-icon-color: #232135;
  --mat-radio-unselected-focus-icon-color: #eeeeee;
  --mat-radio-unselected-hover-icon-color: #eeeeee;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #e96464;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #e96464;
  --mat-radio-selected-hover-icon-color: #e96464;
  --mat-radio-selected-icon-color: #e96464;
  --mat-radio-selected-pressed-icon-color: #e96464;
  --mat-radio-unselected-focus-icon-color: #eeeeee;
  --mat-radio-unselected-hover-icon-color: #eeeeee;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
.mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #02dac9;
  --mat-checkbox-selected-hover-icon-color: #02dac9;
  --mat-checkbox-selected-icon-color: #02dac9;
  --mat-checkbox-selected-pressed-icon-color: #02dac9;
  --mat-checkbox-unselected-focus-icon-color: #eeeeee;
  --mat-checkbox-unselected-hover-icon-color: #eeeeee;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #02dac9;
  --mat-checkbox-selected-hover-state-layer-color: #02dac9;
  --mat-checkbox-selected-pressed-state-layer-color: #02dac9;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mat-checkbox-selected-checkmark-color: black;
  --mat-checkbox-selected-focus-icon-color: #232135;
  --mat-checkbox-selected-hover-icon-color: #232135;
  --mat-checkbox-selected-icon-color: #232135;
  --mat-checkbox-selected-pressed-icon-color: #232135;
  --mat-checkbox-unselected-focus-icon-color: #eeeeee;
  --mat-checkbox-unselected-hover-icon-color: #eeeeee;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #232135;
  --mat-checkbox-selected-hover-state-layer-color: #232135;
  --mat-checkbox-selected-pressed-state-layer-color: #232135;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #e96464;
  --mat-checkbox-selected-hover-icon-color: #e96464;
  --mat-checkbox-selected-icon-color: #e96464;
  --mat-checkbox-selected-pressed-icon-color: #e96464;
  --mat-checkbox-unselected-focus-icon-color: #eeeeee;
  --mat-checkbox-unselected-hover-icon-color: #eeeeee;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #e96464;
  --mat-checkbox-selected-hover-state-layer-color: #e96464;
  --mat-checkbox-selected-pressed-state-layer-color: #e96464;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.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: #02dac9;
}
.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 {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
.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-list-list-item-label-text-font: Darkmode, sans-serif;
  --mat-list-list-item-label-text-line-height: 24px;
  --mat-list-list-item-label-text-size: 16px;
  --mat-list-list-item-label-text-tracking: 0.03125em;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Darkmode, sans-serif;
  --mat-list-list-item-supporting-text-line-height: 20px;
  --mat-list-list-item-supporting-text-size: 14px;
  --mat-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Darkmode, sans-serif;
  --mat-list-list-item-trailing-supporting-text-line-height: 20px;
  --mat-list-list-item-trailing-supporting-text-size: 12px;
  --mat-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mat-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 400 16px / 28px "Darkmode", sans-serif;
  letter-spacing: 0.009375em;
}
html {
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #424242;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 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 {
  --mat-paginator-container-text-font: Darkmode, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}
html {
  --mat-tab-container-height: 48px;
  --mat-tab-divider-color: transparent;
  --mat-tab-divider-height: 0;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-active-label-text-color: #02dac9;
  --mat-tab-active-ripple-color: #02dac9;
  --mat-tab-inactive-ripple-color: #02dac9;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-active-focus-label-text-color: #02dac9;
  --mat-tab-active-hover-label-text-color: #02dac9;
  --mat-tab-active-focus-indicator-color: #02dac9;
  --mat-tab-active-hover-indicator-color: #02dac9;
  --mat-tab-active-indicator-color: #02dac9;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-active-label-text-color: #232135;
  --mat-tab-active-ripple-color: #232135;
  --mat-tab-inactive-ripple-color: #232135;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-active-focus-label-text-color: #232135;
  --mat-tab-active-hover-label-text-color: #232135;
  --mat-tab-active-focus-indicator-color: #232135;
  --mat-tab-active-hover-indicator-color: #232135;
  --mat-tab-active-indicator-color: #232135;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-active-label-text-color: #e96464;
  --mat-tab-active-ripple-color: #e96464;
  --mat-tab-inactive-ripple-color: #e96464;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-active-focus-label-text-color: #e96464;
  --mat-tab-active-hover-label-text-color: #e96464;
  --mat-tab-active-focus-indicator-color: #e96464;
  --mat-tab-active-hover-indicator-color: #e96464;
  --mat-tab-active-indicator-color: #e96464;
}
.mat-mdc-tab-header {
  --mat-tab-container-height: 48px;
}
.mat-mdc-tab-header {
  --mat-tab-label-text-font: Darkmode, sans-serif;
  --mat-tab-label-text-size: 14px;
  --mat-tab-label-text-tracking: 0.0892857143em;
  --mat-tab-label-text-line-height: 36px;
  --mat-tab-label-text-weight: 500;
}
html {
  --mat-checkbox-disabled-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.16;
}
html {
  --mat-checkbox-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mat-checkbox-selected-checkmark-color: black;
  --mat-checkbox-selected-focus-icon-color: #232135;
  --mat-checkbox-selected-hover-icon-color: #232135;
  --mat-checkbox-selected-icon-color: #232135;
  --mat-checkbox-selected-pressed-icon-color: #232135;
  --mat-checkbox-unselected-focus-icon-color: #eeeeee;
  --mat-checkbox-unselected-hover-icon-color: #eeeeee;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #232135;
  --mat-checkbox-selected-hover-state-layer-color: #232135;
  --mat-checkbox-selected-pressed-state-layer-color: #232135;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #02dac9;
  --mat-checkbox-selected-hover-icon-color: #02dac9;
  --mat-checkbox-selected-icon-color: #02dac9;
  --mat-checkbox-selected-pressed-icon-color: #02dac9;
  --mat-checkbox-unselected-focus-icon-color: #eeeeee;
  --mat-checkbox-unselected-hover-icon-color: #eeeeee;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #02dac9;
  --mat-checkbox-selected-hover-state-layer-color: #02dac9;
  --mat-checkbox-selected-pressed-state-layer-color: #02dac9;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #e96464;
  --mat-checkbox-selected-hover-icon-color: #e96464;
  --mat-checkbox-selected-icon-color: #e96464;
  --mat-checkbox-selected-pressed-icon-color: #e96464;
  --mat-checkbox-unselected-focus-icon-color: #eeeeee;
  --mat-checkbox-unselected-hover-icon-color: #eeeeee;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #e96464;
  --mat-checkbox-selected-hover-state-layer-color: #e96464;
  --mat-checkbox-selected-pressed-state-layer-color: #e96464;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
html {
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
}
html {
  --mat-checkbox-label-text-font: Darkmode, sans-serif;
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: 0.0178571429em;
  --mat-checkbox-label-text-weight: 400;
}
html {
  --mat-button-filled-container-shape: 4px;
  --mat-button-filled-horizontal-padding: 16px;
  --mat-button-filled-icon-offset: -4px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-outlined-container-shape: 4px;
  --mat-button-outlined-horizontal-padding: 15px;
  --mat-button-outlined-icon-offset: -4px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-keep-touch-target: false;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-protected-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);
  --mat-button-protected-container-shape: 4px;
  --mat-button-protected-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);
  --mat-button-protected-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);
  --mat-button-protected-horizontal-padding: 16px;
  --mat-button-protected-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);
  --mat-button-protected-icon-offset: -4px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-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);
  --mat-button-text-container-shape: 4px;
  --mat-button-text-horizontal-padding: 8px;
  --mat-button-text-icon-offset: 0;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 8px;
  --mat-button-tonal-container-shape: 4px;
  --mat-button-tonal-horizontal-padding: 16px;
  --mat-button-tonal-icon-offset: -4px;
  --mat-button-tonal-icon-spacing: 8px;
}
html {
  --mat-button-filled-container-color: #424242;
  --mat-button-filled-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mat-button-filled-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-button-filled-disabled-state-layer-color: white;
  --mat-button-filled-focus-state-layer-opacity: 0.24;
  --mat-button-filled-hover-state-layer-opacity: 0.08;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-pressed-state-layer-opacity: 0.24;
  --mat-button-filled-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-button-outlined-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-disabled-state-layer-color: white;
  --mat-button-outlined-focus-state-layer-opacity: 0.24;
  --mat-button-outlined-hover-state-layer-opacity: 0.08;
  --mat-button-outlined-label-text-color: white;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.24;
  --mat-button-outlined-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-outlined-state-layer-color: white;
  --mat-button-protected-container-color: #424242;
  --mat-button-protected-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mat-button-protected-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-button-protected-disabled-state-layer-color: white;
  --mat-button-protected-focus-state-layer-opacity: 0.24;
  --mat-button-protected-hover-state-layer-opacity: 0.08;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-pressed-state-layer-opacity: 0.24;
  --mat-button-protected-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-button-text-disabled-state-layer-color: white;
  --mat-button-text-focus-state-layer-opacity: 0.24;
  --mat-button-text-hover-state-layer-opacity: 0.08;
  --mat-button-text-label-text-color: white;
  --mat-button-text-pressed-state-layer-opacity: 0.24;
  --mat-button-text-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-text-state-layer-color: white;
  --mat-button-tonal-container-color: #424242;
  --mat-button-tonal-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mat-button-tonal-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-button-tonal-disabled-state-layer-color: white;
  --mat-button-tonal-focus-state-layer-opacity: 0.24;
  --mat-button-tonal-hover-state-layer-opacity: 0.08;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-pressed-state-layer-opacity: 0.24;
  --mat-button-tonal-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-tonal-state-layer-color: white;
}
.mat-mdc-button.mat-primary,
.mat-mdc-unelevated-button.mat-primary,
.mat-mdc-raised-button.mat-primary,
.mat-mdc-outlined-button.mat-primary,
.mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #02dac9;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #02dac9;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: rgba(2, 218, 201, 0.1);
  --mat-button-outlined-state-layer-color: #02dac9;
  --mat-button-protected-container-color: #02dac9;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #02dac9;
  --mat-button-text-ripple-color: rgba(2, 218, 201, 0.1);
  --mat-button-text-state-layer-color: #02dac9;
  --mat-button-tonal-container-color: #02dac9;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-tonal-state-layer-color: white;
}
.mat-mdc-button.mat-accent,
.mat-mdc-unelevated-button.mat-accent,
.mat-mdc-raised-button.mat-accent,
.mat-mdc-outlined-button.mat-accent,
.mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #232135;
  --mat-button-filled-label-text-color: black;
  --mat-button-filled-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-filled-state-layer-color: black;
  --mat-button-outlined-label-text-color: #232135;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: rgba(35, 33, 53, 0.1);
  --mat-button-outlined-state-layer-color: #232135;
  --mat-button-protected-container-color: #232135;
  --mat-button-protected-label-text-color: black;
  --mat-button-protected-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-protected-state-layer-color: black;
  --mat-button-text-label-text-color: #232135;
  --mat-button-text-ripple-color: rgba(35, 33, 53, 0.1);
  --mat-button-text-state-layer-color: #232135;
  --mat-button-tonal-container-color: #232135;
  --mat-button-tonal-label-text-color: black;
  --mat-button-tonal-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-tonal-state-layer-color: black;
}
.mat-mdc-button.mat-warn,
.mat-mdc-unelevated-button.mat-warn,
.mat-mdc-raised-button.mat-warn,
.mat-mdc-outlined-button.mat-warn,
.mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #e96464;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #e96464;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: rgba(233, 100, 100, 0.1);
  --mat-button-outlined-state-layer-color: #e96464;
  --mat-button-protected-container-color: #e96464;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #e96464;
  --mat-button-text-ripple-color: rgba(233, 100, 100, 0.1);
  --mat-button-text-state-layer-color: #e96464;
  --mat-button-tonal-container-color: #e96464;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-tonal-state-layer-color: white;
}
html {
  --mat-button-filled-container-height: 36px;
  --mat-button-filled-touch-target-display: block;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-protected-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
}
html {
  --mat-button-filled-label-text-font: Darkmode, sans-serif;
  --mat-button-filled-label-text-size: 14px;
  --mat-button-filled-label-text-tracking: 0.0892857143em;
  --mat-button-filled-label-text-transform: none;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Darkmode, sans-serif;
  --mat-button-outlined-label-text-size: 14px;
  --mat-button-outlined-label-text-tracking: 0.0892857143em;
  --mat-button-outlined-label-text-transform: none;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Darkmode, sans-serif;
  --mat-button-protected-label-text-size: 14px;
  --mat-button-protected-label-text-tracking: 0.0892857143em;
  --mat-button-protected-label-text-transform: none;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Darkmode, sans-serif;
  --mat-button-text-label-text-size: 14px;
  --mat-button-text-label-text-tracking: 0.0892857143em;
  --mat-button-text-label-text-transform: none;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Darkmode, sans-serif;
  --mat-button-tonal-label-text-size: 14px;
  --mat-button-tonal-label-text-tracking: 0.0892857143em;
  --mat-button-tonal-label-text-transform: none;
  --mat-button-tonal-label-text-weight: 500;
}
html {
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 50%;
}
html {
  --mat-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-state-layer-color: white;
}
html .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #02dac9;
  --mat-icon-button-state-layer-color: #02dac9;
  --mat-icon-button-ripple-color: rgba(2, 218, 201, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #232135;
  --mat-icon-button-state-layer-color: #232135;
  --mat-icon-button-ripple-color: rgba(35, 33, 53, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #e96464;
  --mat-icon-button-state-layer-color: #e96464;
  --mat-icon-button-ripple-color: rgba(233, 100, 100, 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;
  --mat-icon-button-state-layer-size: 48px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mat-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);
  --mat-fab-container-shape: 50%;
  --mat-fab-extended-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);
  --mat-fab-extended-container-height: 48px;
  --mat-fab-extended-container-shape: 24px;
  --mat-fab-extended-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);
  --mat-fab-extended-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);
  --mat-fab-extended-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);
  --mat-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);
  --mat-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);
  --mat-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);
  --mat-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);
  --mat-fab-small-container-shape: 50%;
  --mat-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);
  --mat-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);
  --mat-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 {
  --mat-fab-container-color: #424242;
  --mat-fab-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-foreground-color: white;
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-container-color: #424242;
  --mat-fab-small-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
html .mat-mdc-fab.mat-primary,
html .mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #02dac9;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-container-color: #02dac9;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
html .mat-mdc-fab.mat-accent,
html .mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #232135;
  --mat-fab-foreground-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-container-color: #232135;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-state-layer-color: black;
  --mat-fab-state-layer-color: black;
}
html .mat-mdc-fab.mat-warn,
html .mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #e96464;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-container-color: #e96464;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
html {
  --mat-fab-small-touch-target-display: block;
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-extended-label-text-font: Darkmode, sans-serif;
  --mat-fab-extended-label-text-size: 14px;
  --mat-fab-extended-label-text-tracking: 0.0892857143em;
  --mat-fab-extended-label-text-weight: 500;
}
html {
  --mat-snack-bar-container-shape: 4px;
}
html {
  --mat-snack-bar-container-color: rgb(217.2, 217.2, 217.2);
  --mat-snack-bar-supporting-text-color: rgba(66, 66, 66, 0.87);
  --mat-snack-bar-button-color: #02dac9;
}
html {
  --mat-snack-bar-supporting-text-font: Darkmode, sans-serif;
  --mat-snack-bar-supporting-text-line-height: 20px;
  --mat-snack-bar-supporting-text-size: 14px;
  --mat-snack-bar-supporting-text-weight: 400;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --mat-table-background-color: #424242;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
}
html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
html {
  --mat-table-header-headline-font: Darkmode, sans-serif;
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.0071428571em;
  --mat-table-row-item-label-text-font: Darkmode, sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.0178571429em;
  --mat-table-footer-supporting-text-font: Darkmode, sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.0178571429em;
}
html {
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-size: 48px;
}
html {
  --mat-progress-spinner-active-indicator-color: #02dac9;
}
html .mat-accent {
  --mat-progress-spinner-active-indicator-color: #232135;
}
html .mat-warn {
  --mat-progress-spinner-active-indicator-color: #e96464;
}
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: #02dac9;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: rgb(110.1, 110.1, 110.1);
  --mat-badge-disabled-state-text-color: rgba(255, 255, 255, 0.5);
}
.mat-badge-accent {
  --mat-badge-background-color: #232135;
  --mat-badge-text-color: rgba(0, 0, 0, 0.87);
}
.mat-badge-warn {
  --mat-badge-background-color: #e96464;
  --mat-badge-text-color: white;
}
html {
  --mat-badge-text-font: Darkmode, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}
html {
  --mat-bottom-sheet-container-shape: 4px;
}
html {
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #424242;
}
html {
  --mat-bottom-sheet-container-text-font: Darkmode, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
  --mat-bottom-sheet-container-text-weight: 400;
}
html {
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-button-toggle-legacy-focus-state-layer-opacity: 1;
  --mat-button-toggle-legacy-height: 36px;
  --mat-button-toggle-legacy-shape: 2px;
  --mat-button-toggle-shape: 4px;
}
html {
  --mat-button-toggle-background-color: #424242;
  --mat-button-toggle-disabled-selected-state-background-color: #424242;
  --mat-button-toggle-disabled-selected-state-text-color: white;
  --mat-button-toggle-disabled-state-background-color: #424242;
  --mat-button-toggle-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-button-toggle-divider-color: rgb(88.68, 88.68, 88.68);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: #424242;
  --mat-button-toggle-legacy-disabled-state-background-color: black;
  --mat-button-toggle-legacy-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-button-toggle-legacy-selected-state-background-color: #212121;
  --mat-button-toggle-legacy-selected-state-text-color: rgba(255, 255, 255, 0.7);
  --mat-button-toggle-legacy-state-layer-color: rgba(255, 255, 255, 0.12);
  --mat-button-toggle-legacy-text-color: rgba(255, 255, 255, 0.5);
  --mat-button-toggle-selected-state-background-color: #212121;
  --mat-button-toggle-selected-state-text-color: white;
  --mat-button-toggle-state-layer-color: white;
  --mat-button-toggle-text-color: white;
}
html {
  --mat-button-toggle-height: 48px;
}
html {
  --mat-button-toggle-label-text-font: Darkmode, sans-serif;
  --mat-button-toggle-label-text-line-height: 24px;
  --mat-button-toggle-label-text-size: 16px;
  --mat-button-toggle-label-text-tracking: 0.03125em;
  --mat-button-toggle-label-text-weight: 400;
  --mat-button-toggle-legacy-label-text-font: Darkmode, sans-serif;
  --mat-button-toggle-legacy-label-text-line-height: 24px;
  --mat-button-toggle-legacy-label-text-size: 16px;
  --mat-button-toggle-legacy-label-text-tracking: 0.03125em;
  --mat-button-toggle-legacy-label-text-weight: 400;
}
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: #02dac9;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(2, 218, 201, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(2, 218, 201, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(2, 218, 201, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #02dac9;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(2, 218, 201, 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: white;
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: white;
  --mat-datepicker-calendar-navigation-button-icon-color: white;
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(255, 255, 255, 0.3);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
}
.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-selected-state-background-color: #232135;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(35, 33, 53, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(35, 33, 53, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(35, 33, 53, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(35, 33, 53, 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: #e96464;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(233, 100, 100, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(233, 100, 100, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(233, 100, 100, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(233, 100, 100, 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: #232135;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #e96464;
}
.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;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font: Darkmode, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: rgba(255, 255, 255, 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: #424242;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: rgba(255, 255, 255, 0.7);
  --mat-expansion-header-indicator-color: rgba(255, 255, 255, 0.7);
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-expansion-header-text-font: Darkmode, sans-serif;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Darkmode, sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.0178571429em;
  --mat-expansion-container-text-weight: 400;
}
html {
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
}
html {
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: #02dac9;
}
.mat-icon.mat-accent {
  --mat-icon-color: #232135;
}
.mat-icon.mat-warn {
  --mat-icon-color: #e96464;
}
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(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #424242;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #303030;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(189, 189, 189, 0.6);
}
html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #02dac9;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #02dac9;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #02dac9;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #424242;
  --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #e96464;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #e96464;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-selected-state-icon-background-color: #232135;
  --mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-done-state-icon-background-color: #232135;
  --mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-edit-state-icon-background-color: #232135;
  --mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #e96464;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #e96464;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #e96464;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-stepper-container-text-font: Darkmode, sans-serif;
  --mat-stepper-header-label-text-font: Darkmode, sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}
html {
  --mat-sort-arrow-color: rgb(198.3, 198.3, 198.3);
}
html {
  --mat-toolbar-container-background-color: #212121;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #02dac9;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #232135;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #e96464;
  --mat-toolbar-container-text-color: white;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-toolbar-title-text-font: Darkmode, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
}
html {
  --mat-tree-container-background-color: #424242;
  --mat-tree-node-text-color: white;
}
html {
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-tree-node-text-font: Darkmode, sans-serif;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}
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: #424242;
}
html {
  --mat-button-filled-container-height: 32px;
  --mat-button-filled-touch-target-display: block;
  --mat-button-outlined-container-height: 32px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-container-height: 32px;
  --mat-button-protected-touch-target-display: block;
  --mat-button-text-container-height: 32px;
  --mat-button-text-touch-target-display: block;
  --mat-button-tonal-container-height: 32px;
  --mat-button-tonal-touch-target-display: block;
}
html {
  --mat-button-toggle-height: 44px;
}
html {
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 36px;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 28px;
}
html {
  --mat-expansion-header-collapsed-state-height: 44px;
  --mat-expansion-header-expanded-state-height: 60px;
}
html {
  --mat-fab-small-touch-target-display: block;
  --mat-fab-touch-target-display: block;
}
html {
  --mat-form-field-container-height: 52px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 14px;
  --mat-form-field-filled-with-label-container-padding-top: 22px;
  --mat-form-field-filled-with-label-container-padding-bottom: 6px;
}
html {
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 44px;
  --mat-icon-button-state-layer-size: 44px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 10px;
}
html {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 44px;
  --mat-list-list-item-two-line-container-height: 60px;
  --mat-list-list-item-three-line-container-height: 84px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-state-layer-size: 36px;
  --mat-radio-touch-target-display: block;
}
.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: 52px;
}
.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: 68px;
}
html {
  --mat-paginator-container-size: 52px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
html {
  --mat-radio-state-layer-size: 36px;
  --mat-radio-touch-target-display: block;
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --mat-slide-toggle-state-layer-size: 36px;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-state-layer-size: 36px;
}
html {
  --mat-stepper-header-height: 68px;
}
html {
  --mat-table-header-container-height: 52px;
  --mat-table-footer-container-height: 48px;
  --mat-table-row-item-container-height: 48px;
}
.mat-mdc-tab-header {
  --mat-tab-container-height: 44px;
}
html {
  --mat-toolbar-standard-height: 60px;
  --mat-toolbar-mobile-height: 52px;
}
html {
  --mat-tree-node-min-height: 44px;
}
body {
  --mat-button-text-label-text-size: 14px;
  --mat-button-text-label-text-tracking: var(--body-letter-spacing);
  --mat-button-text-label-text-weight: 400;
  --mat-button-text-label-text-color: #d7d4e5;
  --mat-button-text-container-height: 32px;
  --mat-button-text-container-shape: 20px;
  --mat-button-text-disabled-label-text-color: rgba(255, 255, 255, 0.25);
  --mat-button-text-disabled-state-layer-color: transparent;
  --mat-button-filled-label-text-size: 14px;
  --mat-button-filled-label-text-tracking: var(--body-letter-spacing);
  --mat-button-filled-label-text-weight: 400;
  --mat-button-filled-label-text-color: #d7d4e5;
  --mat-button-filled-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mat-button-filled-disabled-label-text-color: rgba(255, 255, 255, 0.25);
  --mat-button-filled-disabled-state-layer-color: transparent;
  --mat-button-filled-container-shape: 20px;
  --mat-button-filled-container-height: 40px;
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-filled-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-filled-hover-state-layer-opacity: 0.08;
  --mat-button-filled-focus-state-layer-opacity: 0.24;
  --mat-button-filled-pressed-state-layer-opacity: 0.24;
  --mat-button-outlined-label-text-size: 14px;
  --mat-button-outlined-label-text-tracking: var(--body-letter-spacing);
  --mat-button-outlined-label-text-weight: 400;
  --mat-button-outlined-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-disabled-label-text-color: rgba(255, 255, 255, 0.25);
  --mat-button-outlined-disabled-state-layer-color: transparent;
  --mat-button-outlined-label-text-color: #d7d4e5;
  --mat-button-outlined-outline-color: #2d2a46;
  --mat-button-outlined-container-shape: 20px;
  --mat-button-toggle-height: 30px;
  --mat-button-toggle-label-text-size: 14px;
  --mat-button-toggle-divider-color: #2d2a46;
  --mat-button-toggle-background-color: #151322;
  --mat-button-toggle-selected-state-background-color: #232135;
  --mat-button-toggle-selected-state-text-color: #02dac9;
  --mat-button-toggle-disabled-selected-state-text-color: rgba(215, 212, 229, 0.63);
  --mat-button-toggle-disabled-state-background-color: #282634;
  --mat-button-toggle-disabled-selected-state-background-color: #383649;
  --mat-button-toggle-shape: 16px;
  --mat-dialog-container-color: #1a182a;
  --mat-dialog-subhead-color: #f3f3f3;
  --mat-dialog-supporting-text-color: #f3f3f3;
  --mat-dialog-supporting-text-size: 14px;
  --mat-dialog-supporting-text-tracking: var(--body-letter-spacing);
  --mat-dialog-supporting-text-weight: 400;
  --mat-form-field-container-text-size: 14px;
  --mat-form-field-container-text-tracking: var(--body-letter-spacing);
  --mat-form-field-subscript-text-tracking: var(--body-letter-spacing);
  --mat-form-field-outlined-container-shape: 22px;
  --mat-form-field-outlined-label-text-size: 14px;
  --mat-form-field-outlined-label-text-tracking: var(--body-letter-spacing);
  --mat-form-field-outlined-label-text-weight: 400;
  --mat-form-field-outlined-label-text-color: rgba(149, 143, 168, 0.8);
  --mat-form-field-outlined-outline-color: #2d2a46;
  --mat-form-field-outlined-hover-outline-color: #63607c;
  --mat-form-field-outlined-focus-outline-color: #63607c;
  --mat-form-field-outlined-input-text-color: #f3f3f3;
  --mat-form-field-outlined-input-text-placeholder-color: #63607c;
  --mat-menu-container-color: #151322;
  --mat-menu-item-label-text-font: Darkmode, sans-serif;
  --mat-menu-item-label-text-size: 14px;
  --mat-menu-item-label-text-tracking: var(--body-letter-spacing);
  --mat-paginator-container-background-color: transparent;
  --mat-paginator-container-text-color: rgba(243, 243, 243, 0.7);
  --mat-paginator-container-text-font: Darkmode, sans-serif;
  --mat-paginator-container-text-size: 14px;
  --mat-paginator-container-text-tracking: var(--body-letter-spacing);
  --mat-progress-spinner-active-indicator-color: #d7d4e5;
  --mat-select-trigger-text-tracking: var(--body-letter-spacing);
  --mat-select-panel-background-color: #232135;
  --mat-option-label-text-size: 14px;
  --mat-option-label-text-weight: 400;
  --mat-option-label-text-tracking: var(--body-letter-spacing);
  --mat-optgroup-label-text-tracking: var(--body-letter-spacing);
  --mat-sidenav-container-background-color: transparent;
  --mat-sidenav-container-divider-color: transparent;
  --mat-sidenav-content-background-color: #0e0d17;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.4);
  --mat-slider-handle-width: 8px;
  --mat-slider-handle-shape: 2px;
  --mat-snack-bar-supporting-text-size: 14px;
  --mat-snack-bar-supporting-text-line-height: 20px;
  --mat-stepper-container-color: transparent;
  --mat-stepper-header-selected-state-label-text-color: #958fa8;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-selected-state-label-text-size: 14px;
  --mat-stepper-header-focus-state-layer-color: transparent;
  --mat-stepper-header-hover-state-layer-color: transparent;
  --mat-table-background-color: transparent;
  --mat-table-header-container-height: 32px;
  --mat-table-header-headline-color: #f3f3f3;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 600;
  --mat-table-row-item-container-height: 40px;
  --mat-table-row-item-outline-width: 0;
  --mat-toolbar-container-background-color: #151322;
  --mat-tooltip-supporting-text-size: 14px;
  --mat-tooltip-supporting-text-line-height: 20px;
  --mat-tooltip-supporting-text-tracking: var(--body-letter-spacing);
  --mat-tooltip-container-color: #4e4b63;
  --mat-tooltip-container-shape: 16px;
  --mat-tree-container-background-color: transparent;
  --mat-tree-node-min-height: 30px;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}
body .mdc-button[disabled] {
  pointer-events: all;
}
body .mat-mdc-unelevated-button {
  border-radius: 16px;
  border: 1px solid #2d2a46;
}
body .mat-mdc-unelevated-button:not(:disabled) {
  background:
    #1a182a radial-gradient(
      ellipse at 80px 16px,
      rgba(45, 42, 70, 0.9) 0%,
      60%,
      rgba(26, 24, 42, 0));
}
body .mat-button-toggle:hover button:not([disabled]) {
  color: #02dac9;
}
body .mat-button-toggle-disabled .mat-button-toggle-button {
  cursor: not-allowed;
}
body .mat-button-toggle-appearance-standard.mat-button-toggle-disabled.mat-button-toggle-checked button:disabled {
  color: var(--mat-standard-button-toggle-disabled-selected-state-text-color);
  background-color: var(--mat-standard-button-toggle-disabled-selected-state-background-color);
}
body .mdc-checkbox__background {
  border-radius: 3px;
}
body .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #232135;
  --mdc-chip-label-text-size: 14px;
  --mdc-chip-label-text-tracking: var(--body-letter-spacing);
  --mdc-chip-container-height: 40px;
  --mdc-chip-focus-state-layer-opacity: 1;
  border-radius: 16px;
  border: 1px solid #2d2a46;
  transition: 100ms border-color ease;
}
body .mat-mdc-chip.mat-mdc-standard-chip:hover,
body .mat-mdc-chip.mat-mdc-standard-chip.cdk-focused {
  border-color: #63607c;
}
body .mat-mdc-chip.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary {
  --mdc-chip-label-text-color: #1a182a;
  border-color: #02dac9;
  --mdc-chip-with-icon-selected-icon-color: #1a182a;
}
body .mat-mdc-chip-focus-overlay {
  opacity: 0 !important;
}
body .mdc-evolution-chip-set .mdc-evolution-chip-set__chips {
  margin: 0;
  gap: 12px;
}
body .mdc-evolution-chip-set .mdc-evolution-chip {
  margin: 0;
}
body .mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__graphic {
  padding-left: 8px;
  padding-right: 8px;
}
body .mat-mdc-standard-chip.mdc-evolution-chip--with-primary-graphic .mdc-evolution-chip__action--primary {
  padding-right: 16px;
}
body .mdc-dialog .mdc-dialog__surface {
  padding: 24px;
  border-radius: 16px;
}
body .mdc-dialog .mdc-dialog__title {
  padding: 0 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .mdc-dialog .mdc-dialog__title::before {
  display: none;
}
body .mdc-dialog .mdc-dialog__content {
  padding: 0;
}
body .mat-mdc-dialog-container .mdc-dialog__surface {
  border: 1px solid #2d2a46;
  box-shadow:
    0 11px 15px -7px rgba(0, 0, 0, 0.3),
    0px 24px 38px 3px rgba(0, 0, 0, 0.21),
    0px 9px 46px 8px rgba(0, 0, 0, 0.18);
}
body .cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.5);
}
body mat-expansion-panel {
  --mat-expansion-header-text-size: 16px;
  --mat-expansion-header-expanded-state-height: 44px;
  --mat-expansion-container-text-size: 14px;
}
body .mat-expansion-panel-body {
  padding: 0 28px 28px;
}
body .code-text-field .mdc-text-field {
  --mat-form-field-container-text-font: Monaco, monospace !important;
  --mat-form-field-container-text-line-height: 22px !important;
  --mat-form-field-container-text-size: 14px !important;
  --mat-form-field-container-text-tracking: var(--body-letter-spacing) !important;
  --mat-form-field-container-text-weight: 400 !important;
}
body .mat-mdc-form-field-input-control {
  -webkit-font-smoothing: auto !important;
}
body .mat-mdc-form-field {
  --mat-select-trigger-text-size: 14px;
}
body .mat-mdc-form-field:not(.form-field-dense) {
  --mat-form-field-container-height: 44px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 10px;
  --mat-form-field-filled-with-label-container-padding-top: 10px;
  --mat-form-field-filled-with-label-container-padding-bottom: 10px;
}
body .mat-mdc-form-field:not(.form-field-dense).mat-mdc-form-field-type-mat-select .mat-mdc-text-field-wrapper {
  height: 44px;
}
body .mat-mdc-form-field.form-field-dense {
  --mat-form-field-container-height: 36px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 6px;
  --mat-form-field-filled-with-label-container-padding-top: 6px;
  --mat-form-field-filled-with-label-container-padding-bottom: 6px;
}
body .mat-mdc-form-field .mat-mdc-form-field-text-prefix {
  opacity: 50%;
}
body .mat-mdc-form-field .mat-mdc-floating-label.mdc-floating-label {
  -webkit-font-smoothing: auto;
}
body .mat-mdc-form-field-bottom-align::before {
  content: unset;
}
body .mat-mdc-form-field-hint-wrapper,
body .mat-mdc-form-field-error-wrapper {
  position: static;
}
body .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 22px;
}
body .mat-mdc-form-field.form-field-dense .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(-27px) scale(.75);
}
body .mat-mdc-form-field-error {
  font-size: 14px;
  letter-spacing: normal;
  margin-top: 2px;
}
body .mat-mdc-text-field-wrapper {
  height: 100%;
}
body mat-error p + p {
  margin-top: 8px;
}
body .mat-icon {
  width: 1em;
  height: 1em;
}
body .mat-icon svg {
  display: block;
}
body .mdc-icon-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .mat-mdc-icon-button,
body .mat-mdc-icon-button.mat-mdc-button-base {
  padding: 0.25em;
  margin: -0.25em;
  width: 1.5em;
  height: 1.5em;
}
body .mat-mdc-icon-button .mat-icon,
body .mat-mdc-icon-button.mat-mdc-button-base .mat-icon {
  display: block;
  font-size: inherit;
}
body .mat-mdc-icon-button svg,
body .mat-mdc-icon-button.mat-mdc-button-base svg {
  width: 100%;
  height: auto;
}
body .mat-mdc-form-field-icon-suffix button.mat-mdc-icon-button {
  margin-right: 0.25em;
  color: #958fa8;
}
body .mat-icon,
body .mat-mdc-icon-button {
  font-size: 24px;
}
body .mat-icon.tp-icon-small,
body .mat-mdc-icon-button.tp-icon-small {
  font-size: 20px;
}
body .mat-icon.tp-icon-xs,
body .mat-mdc-icon-button.tp-icon-xs {
  font-size: 16px;
}
body .mat-icon.tp-icon-large,
body .mat-mdc-icon-button.tp-icon-large {
  font-size: 32px;
}
body .mat-icon.tp-icon-xl,
body .mat-mdc-icon-button.tp-icon-xl {
  font-size: 40px;
}
body .mat-mdc-icon-button .mat-mdc-button-persistent-ripple {
  display: none;
}
body .mat-mdc-icon-button .mat-mdc-button-touch-target {
  width: 40px;
  height: 40px;
}
body .mdc-fab.mat-accent {
  --mdc-fab-container-color: transparent;
  --mat-fab-foreground-color: #d7d4e5;
  --mat-fab-disabled-state-container-color: transparent;
  --mat-fab-disabled-state-foreground-color: #4e4b63;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-small-icon-size: 16px;
  border-radius: 16px;
}
body .mdc-fab.mat-accent .mat-icon {
  font-size: unset;
}
body .mdc-fab.mat-accent.disabled {
  cursor: not-allowed;
  background-color: var(--mat-fab-disabled-state-container-color);
  color: var(--mat-fab-disabled-state-foreground-color);
}
body .mdc-fab.mat-accent.disabled .mat-mdc-button-persistent-ripple {
  display: none;
}
body .mdc-fab.mat-accent .mdc-button__label {
  display: flex;
}
body .mat-mdc-fab {
  width: 40px;
  height: 40px;
}
body .mat-mdc-fab .mat-mdc-button-touch-target {
  width: 40px;
  height: 40px;
}
body .mat-mdc-mini-fab {
  width: 32px;
  height: 32px;
}
body .mat-mdc-mini-fab .mat-mdc-button-touch-target {
  width: 32px;
  height: 32px;
}
body .mat-mdc-menu-panel {
  border-radius: 16px;
}
body .mat-mdc-menu-item {
  min-height: 32px;
}
body .mat-mdc-menu-item .mat-mdc-menu-item-text {
  display: flex;
  align-items: center;
}
body .mat-mdc-menu-item mat-checkbox {
  margin-left: -8px;
}
body button.mat-mdc-menu-item:disabled {
  color: var(--mat-menu-item-label-text-color);
}
body .mat-mdc-select {
  -webkit-font-smoothing: auto;
}
body .form-field-dense {
  --mat-select-trigger-text-size: 14px;
}
body div.mat-mdc-select-panel {
  border: 1px solid #2d2a46;
  border-radius: 16px;
}
body div.mat-mdc-select-panel mat-pseudo-checkbox.mat-pseudo-checkbox-checked::after {
  width: 12px;
  height: 5px;
}
body div.mat-mdc-select-panel .mat-mdc-option {
  min-height: 44px;
}
body div.mat-mdc-select-panel.select-panel-dense {
  --mat-option-label-text-size: 14px;
}
body div.mat-mdc-select-panel.select-panel-dense .mat-mdc-option {
  min-height: 40px;
}
body mat-select-trigger > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
body .mat-mdc-option .mdc-list-item__primary-text {
  width: 100%;
  display: inline-flex;
}
body .mat-mdc-option .mdc-list-item__primary-text > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .mat-sidenav-container {
  height: 100%;
}
body .mat-sidenav-content {
  margin-right: 16px;
  display: flex;
  flex-direction: column;
}
body .mat-mdc-slide-toggle .mdc-switch:enabled .mdc-switch__track::after,
body .mat-mdc-slide-toggle .mdc-switch:enabled:focus .mdc-switch__track::after,
body .mat-mdc-slide-toggle .mdc-switch:enabled:hover:not(:focus) .mdc-switch__track::after {
  background: #2d2a46;
}
body .mat-mdc-snack-bar-container .mdc-snackbar__surface {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
body .mat-mdc-snack-bar-container .mdc-snackbar__surface::before {
  display: none;
}
body .mat-mdc-snack-bar-container .mdc-snackbar__label {
  padding: 0;
}
body .mat-horizontal-stepper-header {
  border-radius: 16px;
  --mat-icon-color: #1a182a;
  --mat-stepper-header-icon-foreground-color: #1a182a;
  --mat-stepper-header-selected-state-icon-foreground-color: #1a182a;
}
body .mat-horizontal-content-container {
  flex: 1;
  overflow: visible;
}
body .mat-horizontal-stepper-content {
  height: 100%;
}
body .mat-step-label.mat-step-label-selected {
  color: #f3f3f3;
}
body :has(> .mat-mdc-table) {
  display: block;
  overflow-x: auto;
}
body .mat-mdc-table thead {
  background: #232135;
}
body .mat-mdc-table tbody tr:nth-child(odd) {
  background: #151322;
}
body .mat-mdc-table tbody tr:nth-child(even) {
  background: #1a182a;
}
body .mdc-data-table__table {
  white-space: nowrap;
}
body .mdc-data-table__cell,
body .mdc-data-table__header-cell {
  padding: 0 14px 0 14px;
}
body .mat-column-select {
  width: 48px;
}
body .mat-column-actions {
  min-width: 44px;
  width: 44px;
  max-width: 44px;
  padding: 0;
  overflow: visible;
  position: relative;
}
body .mat-column-actions .mat-mdc-fab {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  border-width: 0;
  box-shadow: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 24px;
  background-color: transparent;
}
body .mat-column-actions .mat-mdc-fab .mdc-fab__ripple {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body .mat-column-status {
  width: 48px;
  padding: 0 12px;
}
body .mat-column-avatar {
  width: 34px;
}
body .mat-toolbar {
  flex-shrink: 0;
  border-bottom: 1px solid #2d2a46;
}
body .mdc-tooltip {
  --mdc-plain-tooltip-supporting-text-size: 14px;
  --mdc-plain-tooltip-supporting-line-height: 22px;
  --mdc-plain-tooltip-supporting-text-tracking: var(--body-letter-spacing);
  --mdc-plain-tooltip-container-color: #4e4b63;
  --mdc-plain-tooltip-container-shape: 16px;
}
body .mdc-tooltip__surface {
  padding: 6px 10px;
}
body mat-tree-node[aria-level="2"] {
  padding-left: 16px !important;
}
body mat-tree-node[mattreenodetoggle] {
  cursor: pointer;
}
code[class*=language-],
pre[class*=language-] {
  color: #ece0ff;
}
.token.argument {
  color: #ece0ff;
  font-style: italic;
}
.token.comment {
  color: #999999;
  font-style: italic;
}
.token.super,
.token.type {
  color: #55eae2;
  font-style: italic;
}
.token.variable {
  color: #55eae2;
}
.token.modifier {
  color: #82b6ff;
  font-style: italic;
}
.token.class-name,
.token.number,
.token.datetime,
.token.constant {
  color: #82b6ff;
}
.token.function {
  color: #02dac9;
}
.token.string {
  color: #ffe4a7;
}
.token.operator,
.token.keyword,
.token.punctuation,
.token.special {
  color: #ff7abd;
}
.token.constraint {
  color: #c099f3;
}
.token.object_label {
  color: #c69ec3;
}
.token.irrelevant {
  color: #999999;
}
.token.annotation {
  color: #ffa187;
}
.token.command {
  color: #ffc980;
}
.token.intention {
  color: #ffa187;
  font-style: italic;
}
.token.console {
  color: #ffc980;
  font-style: italic;
}
.token.error {
  color: #ff8080;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
pre,
figure {
  margin: 0;
  padding: 0;
}
.td-scrollbar-container {
  scrollbar-width: none;
}
.td-scrollbar-container::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.td-scrollbar {
  position: absolute;
}
.td-scrollbar.td-scrollbar-x {
  left: 6px;
  bottom: 3px;
  right: 6px;
  height: 8px;
}
.td-scrollbar.td-scrollbar-x .td-scrollbar-thumb {
  min-width: 16px;
}
.td-scrollbar.td-scrollbar-y {
  top: 6px;
  right: 3px;
  bottom: 6px;
  width: 8px;
}
.td-scrollbar.td-scrollbar-y .td-scrollbar-thumb {
  min-height: 16px;
}
.td-scrollbar-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--color-light-purple);
  opacity: 0;
  border-radius: 4px;
  transition: opacity 200ms;
}
.td-scrollbar-container:hover .td-scrollbar-thumb {
  opacity: 0.5;
}
.td-scrollbar:hover .td-scrollbar-thumb,
.td-scrollbar-thumb.td-active,
.td-scrollbar-container:hover .td-scrollbar-thumb.td-active {
  opacity: 1;
}
:root {
  --color-white: #f3f3f3;
  --color-grey: #d7d4e5;
  --color-light-purple: #2d2a46;
  --color-purple: #1a182a;
  --color-deep-purple: #151322;
  --color-black-purple: #0e0d17;
  --color-black: #0e0e0e;
  --color-green: #02dac9;
  --color-red: #e96464;
  --color-secondary-extra-light-grey: #c4c4c4;
  --color-secondary-light-grey: #958fa8;
  --color-secondary-grey: #63607c;
  --color-secondary-mid-deep-grey: #4e4b63;
  --color-secondary-deep-grey: #383649;
  --color-secondary-purple: #232135;
  --color-secondary-yellow: #ffe49e;
  --color-secondary-pink: #ff87dc;
  --color-secondary-blue: #7ba0ff;
  --content-border-color: var(--color-light-purple);
  --body-background: var(--color-black);
  --body-font-color: var(--color-white);
  --body-heading-color: var(--color-white);
  --code-background: var(--color-deep-purple);
  --code-font-color: var(--color-secondary-pink);
  --pre-font-color: #ece0ff;
  --table-header-background: var(--color-deep-purple);
  --table-body-background: var(--color-purple);
  --table-footer-background: var(--color-purple);
  --border-radius: 16px;
  --section-page-margin: 20px;
  --section-width: 1536px;
  --section-max-width: calc(100vw - 24px);
  --blog-post-width: 700px;
  --blog-post-max-width: calc(var(--section-max-width) - 125px - 208px);
  --section-margin: 180px;
  --first-section-margin: 128px;
  --subsection-margin: 64px;
  --subtitle-margin-l: 32px;
  --subtitle-margin: 24px;
  --blog-landing-strip-margin: 64px;
  --section-padding: 40px;
  --text-margin-s: 16px;
  --font-weight-bold: 700;
  --font-weight-semi-bold: 600;
  --font-weight-medium: 500;
  --font-weight-regular: 400;
  --font-weight-light: 300;
  --font-weight-thin: 200;
  --topbar-height: 72px;
  --banner-height: 30px;
  --scroll-padding: 112px;
  --font-size-base: var(--font-size-p2);
  --body-letter-spacing: 0.02em;
  --font-family-default: Darkmode, sans-serif;
  --font-family-code: Monaco, monospace;
  --font-size-h1: 64px;
  --line-height-h1: 1.1875;
  --font-size-h2: 40px;
  --line-height-h2: 1.25;
  --font-size-h3: 24px;
  --line-height-h3: 1.4166666667;
  --font-size-h4: 20px;
  --line-height-h4: 1.5;
  --font-size-h5: 16px;
  --line-height-h5: 1.625;
  --font-size-p1: 20px;
  --line-height-p1: 1.5;
  --font-size-p2: 16px;
  --line-height-p2: 1.625;
  --font-size-blog: 18px;
  --line-height-blog: 1.5555555556;
  --font-size-aside: 14px;
  --line-height-aside: 1.5714285714;
  --font-size-code: 12px;
  --line-height-code: 1.8333333333;
  --card-padding: 24px;
  --scroll-shadow-size: 20px;
}
@media (max-width: 1199px) {
  :root {
    --section-width: 1016px;
    --section-page-margin: 32px;
    --first-section-margin: 64px;
    --section-padding: 20px;
    --subsection-margin: 56px;
    --card-padding: 24px;
  }
}
@media (max-width: 767px) {
  :root {
    --body-font-color: var(--color-white);
    --section-width: 100vw;
    --section-page-margin: 0;
    --blog-post-max-width: var(--section-max-width);
    --section-max-width: var(--section-width);
    --section-margin: 80px;
    --first-section-margin: 20px;
    --subsection-margin: 40px;
    --subtitle-margin-l: 16px;
    --subtitle-margin: 16px;
    --blog-landing-strip-margin: 24px;
    --section-padding: 12px;
    --topbar-height: 72px;
    --banner-height: 26px;
    --scroll-padding: 64px;
    --font-size-h1: 30px;
    --line-height-h1: 1.3333333333;
    --font-size-h2: 26px;
    --line-height-h2: 1.3846153846;
    --font-size-h3: 20px;
    --line-height-h3: 1.5;
    --font-size-h4: 16px;
    --line-height-h4: 1.625;
    --font-size-h5: 14px;
    --line-height-h5: 1.7142857143;
    --font-size-p1: 16px;
    --line-height-p1: 1.5;
    --font-size-p2: 14px;
    --line-height-p2: 1.7142857143;
    --font-size-blog: 16px;
    --line-height-blog: 1.625;
    --font-size-aside: 12px;
    --line-height-aside: 1.5;
    --font-size-code: 12px;
    --line-height-code: 1.8333333333;
    --card-padding: 12px;
  }
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow);
}
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
html {
  --mat-dialog-subhead-font: var(--font-family-default);
  --mat-dialog-subhead-line-height: inherit;
  --mat-dialog-subhead-size: inherit;
  --mat-dialog-subhead-weight: 400;
  --mat-dialog-subhead-tracking: normal;
  --mat-dialog-supporting-text-font: var(--font-family-default);
  --mat-dialog-supporting-text-line-height: inherit;
  --mat-dialog-supporting-text-size: inherit;
  --mat-dialog-supporting-text-weight: 400;
  --mat-dialog-supporting-text-tracking: normal;
}
html {
  --mat-snack-bar-supporting-text-font: var(--font-family-default);
  --mat-snack-bar-supporting-text-line-height: inherit;
  --mat-snack-bar-supporting-text-size: inherit;
  --mat-snack-bar-supporting-text-weight: 400;
}
article {
  min-height: 1080px;
  display: flex;
  flex-direction: column;
  padding-bottom: 144px;
  position: relative;
}
@media (max-width: 767px) {
  article {
    padding-bottom: 24px;
  }
}
section,
.section {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--section-margin);
  border-radius: 20px;
}
section,
.section {
  width: 1536px;
  max-width: var(--section-max-width);
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1079px) {
  section,
  .section {
    width: calc(100vw + 0px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  section,
  .section {
    padding-left: 12px;
    padding-right: 12px;
  }
}
article > section:first-child,
article > .section:first-child {
  margin-top: var(--first-section-margin);
}
td-section-core .td-root {
  max-width: 800px;
}
td-section-core + td-key-point-panels-2x2 {
  margin-top: var(--subsection-margin);
}
@media (min-width: 1200px) {
  .narrow-section {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .narrow-section {
    max-width: 420px;
  }
}
@media (max-width: 479px) {
  .narrow-section {
    max-width: 100vw;
  }
}
.nebula-section {
  margin-top: var(--section-margin);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.nebula-section + article {
  margin-top: 40px;
  border-top: 1px solid #2d2a46;
}
.nebula-section + article section:first-of-type {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .nebula-section + article section:first-of-type {
    margin-top: 24px;
  }
}
.blog-landing-strip {
  margin-top: var(--blog-landing-strip-margin) !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.resource-section {
  margin-top: 40px;
  border-top: 1px solid #2d2a46;
}
@media (max-width: 767px) {
  .resource-section {
    margin-top: 16px;
  }
}
.link-tertiary,
.link-tertiary:visited {
  color: var(--color-white);
  font-weight: var(--font-weight-regular);
}
.link-tertiary::after,
.link-tertiary:visited::after {
  margin-left: 6px;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-size: 90%;
  -webkit-user-select: none;
  user-select: none;
  display: inline-block;
}
.link-tertiary:hover,
.link-tertiary:focus,
.link-tertiary:visited:hover,
.link-tertiary:visited:focus {
  color: var(--color-white);
  text-decoration: underline;
}
.text-muted {
  color: #958fa8;
}
input[type=email],
select {
  padding: 0 8px;
  background-color: var(--color-purple);
  color: var(--body-font-color);
  border: 1px solid #2d2a46;
  caret-color: var(--body-font-color);
  border-radius: var(--border-radius);
  font-size: 16px;
  line-height: 46px;
  height: 40px;
}
table {
  table-layout: fixed;
  position: relative;
  border-collapse: collapse;
  background: none;
}
table thead + tbody {
  border-top: 1px solid var(--color-light-purple);
}
table tr:not(:first-child) {
  border-top: 1px solid var(--color-purple);
}
table th,
table td {
  color: var(--body-font-color);
  padding: 12px 24px;
  font-size: var(--font-size-p2);
}
@media (max-width: 767px) {
  table th,
  table td {
    padding: 8px 6px;
    font-size: var(--font-size-aside);
  }
}
table th {
  font-weight: inherit;
}
.mat-mdc-dialog-container table tr:not(:first-child) {
  border-top-color: var(--color-light-purple);
}
.page-intro-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: var(--first-section-margin);
}
.section-margin {
  margin-top: var(--section-margin);
}
.subsection-margin {
  margin-top: var(--subsection-margin);
}
.subtitle-l {
  margin-top: var(--subtitle-margin-l);
}
.subtitle {
  margin-top: var(--subtitle-margin);
}
.section-background-solid {
  background-color: var(--color-black-purple);
}
.td-inverted-colors-section {
  margin-top: var(--section-margin);
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
  background:
    #c4c4c4 radial-gradient(
      ellipse at 80px 50px,
      #d7d4e5 0%,
      60%,
      rgba(196, 196, 196, 0));
}
.td-inverted-colors-section td-section-core {
  display: block;
}
.td-inverted-colors-section td-section-core h2,
.td-inverted-colors-section td-section-core p {
  color: #0e0e0e;
}
.td-inverted-colors-section td-section-core h2 {
  font-weight: var(--font-weight-semi-bold);
}
.td-inverted-colors-section td-section-core p {
  font-weight: var(--font-weight-regular);
}
.cc-window {
  background: var(--color-purple);
  border-top: 1px solid #2d2a46;
  font-family: inherit;
  transition-duration: 150ms;
}
.cc-window .cc-link {
  text-decoration: none;
  color: var(--color-green);
}
.cc-window .cc-btn {
  display: flex;
  border-width: 1px;
  border-style: solid;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-weight: var(--font-weight-regular);
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  transition-property:
    background-color,
    border,
    box-shadow,
    opacity;
  transition-duration: 100ms;
  transition-timing-function: ease;
  text-decoration: none !important;
  padding: 6px 18px;
  height: 40px;
  text-wrap: nowrap;
  border-color: var(--color-green);
  background: transparent;
  color: var(--color-green);
  box-shadow: 0 0 8px 4px rgba(123, 160, 255, 0.25);
}
.cc-window .cc-btn span {
  position: relative;
}
.cc-window .cc-btn span::after {
  margin-left: 6px;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-size: 90%;
  -webkit-user-select: none;
  user-select: none;
  display: inline-block;
}
.cc-window .cc-btn.td-button-disabled {
  opacity: 50%;
  cursor: default;
}
.cc-window .cc-btn.td-button-size-s {
  height: 40px;
}
.cc-window .cc-btn.td-button-size-xs {
  height: 36px;
}
@media (max-width: 767px) {
  .cc-window .cc-btn {
    padding: 6px 14px;
  }
}
.cc-window .cc-btn:not(.td-button-disabled):hover,
.cc-window .cc-btn:not(.td-button-disabled).container-hover {
  border-color: #81EDE4;
  color: rgb(158.65, 234.25, 228.3);
  box-shadow: 0 0 8px 4px rgba(123, 160, 255, 0.35);
}
.cc-window .cc-btn.cc-btn {
  height: auto;
  width: auto;
}
.markdown pre {
  background: transparent;
}
.atcb-list {
  font-family: var(--font-family-default);
}
mat-dialog-container h1 {
  font-size: var(--font-size-h3);
  line-height: var(--line-height-h3);
}
mat-dialog-container td-button {
  margin-top: 30px;
}
mat-dialog-container aside {
  margin-top: 32px;
}
mat-dialog-container .mat-mdc-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
mat-dialog-container .mdc-dialog__content {
  overflow: visible;
}
mat-dialog-container td-p-with-highlights {
  display: block;
  margin-bottom: 24px;
  color: var(--body-font-color);
}
@property --gradient-button-bg-angle { inherits: false; initial-value: 120deg; syntax: "<angle>"; }
@keyframes gradient-button-bg-rotate {
  to {
    --gradient-button-bg-angle: 480deg;
  }
}

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