@charset "UTF-8";

/* node_modules/quill/dist/quill.snow.css */
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer:coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: .4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: .83em;
}
.ql-snow .ql-editor h6 {
  font-size: .67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: .83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: .67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family:
    "Helvetica Neue",
    "Helvetica",
    "Arial",
    sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: "Save";
  padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* apps/mp-management/src/styles.scss */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("./media/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2") format("woff2");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("./media/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2") format("woff2");
  unicode-range:
    U+0301,
    U+0400-045F,
    U+0490-0491,
    U+04B0-04B1,
    U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("./media/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("./media/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("./media/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2") format("woff2");
  unicode-range:
    U+0102-0103,
    U+0110-0111,
    U+0128-0129,
    U+0168-0169,
    U+01A0-01A1,
    U+01AF-01B0,
    U+0300-0301,
    U+0303-0304,
    U+0308-0309,
    U+0323,
    U+0329,
    U+1EA0-1EF9,
    U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("./media/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2") format("woff2");
  unicode-range:
    U+0100-02AF,
    U+0304,
    U+0308,
    U+0329,
    U+1E00-1E9F,
    U+1EF2-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("./media/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2") format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0304,
    U+0308,
    U+0329,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./media/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2") format("woff2");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./media/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2") format("woff2");
  unicode-range:
    U+0301,
    U+0400-045F,
    U+0490-0491,
    U+04B0-04B1,
    U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./media/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./media/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./media/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2") format("woff2");
  unicode-range:
    U+0102-0103,
    U+0110-0111,
    U+0128-0129,
    U+0168-0169,
    U+01A0-01A1,
    U+01AF-01B0,
    U+0300-0301,
    U+0303-0304,
    U+0308-0309,
    U+0323,
    U+0329,
    U+1EA0-1EF9,
    U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./media/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2") format("woff2");
  unicode-range:
    U+0100-02AF,
    U+0304,
    U+0308,
    U+0329,
    U+1E00-1E9F,
    U+1EF2-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./media/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2") format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0304,
    U+0308,
    U+0329,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./media/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2") format("woff2");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./media/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2") format("woff2");
  unicode-range:
    U+0301,
    U+0400-045F,
    U+0490-0491,
    U+04B0-04B1,
    U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./media/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./media/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./media/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2") format("woff2");
  unicode-range:
    U+0102-0103,
    U+0110-0111,
    U+0128-0129,
    U+0168-0169,
    U+01A0-01A1,
    U+01AF-01B0,
    U+0300-0301,
    U+0303-0304,
    U+0308-0309,
    U+0323,
    U+0329,
    U+1EA0-1EF9,
    U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./media/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2") format("woff2");
  unicode-range:
    U+0100-02AF,
    U+0304,
    U+0308,
    U+0329,
    U+1E00-1E9F,
    U+1EF2-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./media/KFOlCnqEu92Fr1MmSU5fBBc4.woff2") format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0304,
    U+0308,
    U+0329,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./media/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2") format("woff2");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./media/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2") format("woff2");
  unicode-range:
    U+0301,
    U+0400-045F,
    U+0490-0491,
    U+04B0-04B1,
    U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./media/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./media/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./media/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2") format("woff2");
  unicode-range:
    U+0102-0103,
    U+0110-0111,
    U+0128-0129,
    U+0168-0169,
    U+01A0-01A1,
    U+01AF-01B0,
    U+0300-0301,
    U+0303-0304,
    U+0308-0309,
    U+0323,
    U+0329,
    U+1EA0-1EF9,
    U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./media/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2") format("woff2");
  unicode-range:
    U+0100-02AF,
    U+0304,
    U+0308,
    U+0329,
    U+1E00-1E9F,
    U+1EF2-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./media/KFOlCnqEu92Fr1MmWUlfBBc4.woff2") format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0304,
    U+0308,
    U+0329,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/material-icons/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2");
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/material-icons/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format("woff2");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.row > .column {
  flex: 1;
  padding: 16px;
}
.container {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .container {
    padding: 0 32px;
  }
}
.hidden {
  display: none;
}
@media (min-width: 420px) {
  .xs\:hidden {
    display: none;
  }
}
@media (min-width: 640px) {
  .sm\:hidden {
    display: none;
  }
}
@media (min-width: 768px) {
  .md\:hidden {
    display: none;
  }
}
@media (min-width: 1024px) {
  .lg\:hidden {
    display: none;
  }
}
@media (min-width: 1280px) {
  .xl\:hidden {
    display: none;
  }
}
@media (min-width: 1440px) {
  .xxl\:hidden {
    display: none;
  }
}
.flex {
  display: flex;
}
@media (min-width: 420px) {
  .xs\:flex {
    display: flex;
  }
}
@media (min-width: 640px) {
  .sm\:flex {
    display: flex;
  }
}
@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .xl\:flex {
    display: flex;
  }
}
@media (min-width: 1440px) {
  .xxl\:flex {
    display: flex;
  }
}
.block {
  display: block;
}
@media (min-width: 420px) {
  .xs\:block {
    display: block;
  }
}
@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }
}
@media (min-width: 768px) {
  .md\:block {
    display: block;
  }
}
@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }
}
@media (min-width: 1280px) {
  .xl\:block {
    display: block;
  }
}
@media (min-width: 1440px) {
  .xxl\:block {
    display: block;
  }
}
.inline {
  display: inline;
}
@media (min-width: 420px) {
  .xs\:inline {
    display: inline;
  }
}
@media (min-width: 640px) {
  .sm\:inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .md\:inline {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .lg\:inline {
    display: inline;
  }
}
@media (min-width: 1280px) {
  .xl\:inline {
    display: inline;
  }
}
@media (min-width: 1440px) {
  .xxl\:inline {
    display: inline;
  }
}
.inline-block {
  display: inline-block;
}
@media (min-width: 420px) {
  .xs\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 640px) {
  .sm\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .md\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .lg\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 1280px) {
  .xl\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 1440px) {
  .xxl\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 420px) {
  .xs\:\!hidden {
    display: none !important;
  }
}
@media (min-width: 640px) {
  .sm\:\!hidden {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .md\:\!hidden {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .lg\:\!hidden {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .xl\:\!hidden {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .xxl\:\!hidden {
    display: none !important;
  }
}
.items-start {
  align-items: flex-start;
}
@media (min-width: 420px) {
  .xs\:items-start {
    align-items: flex-start;
  }
}
@media (min-width: 640px) {
  .sm\:items-start {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .md\:items-start {
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .lg\:items-start {
    align-items: flex-start;
  }
}
@media (min-width: 1280px) {
  .xl\:items-start {
    align-items: flex-start;
  }
}
@media (min-width: 1440px) {
  .xxl\:items-start {
    align-items: flex-start;
  }
}
.items-end {
  align-items: flex-end;
}
@media (min-width: 420px) {
  .xs\:items-end {
    align-items: flex-end;
  }
}
@media (min-width: 640px) {
  .sm\:items-end {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .md\:items-end {
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  .lg\:items-end {
    align-items: flex-end;
  }
}
@media (min-width: 1280px) {
  .xl\:items-end {
    align-items: flex-end;
  }
}
@media (min-width: 1440px) {
  .xxl\:items-end {
    align-items: flex-end;
  }
}
.items-center {
  align-items: center;
}
@media (min-width: 420px) {
  .xs\:items-center {
    align-items: center;
  }
}
@media (min-width: 640px) {
  .sm\:items-center {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .md\:items-center {
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .lg\:items-center {
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .xl\:items-center {
    align-items: center;
  }
}
@media (min-width: 1440px) {
  .xxl\:items-center {
    align-items: center;
  }
}
.items-baseline {
  align-items: baseline;
}
@media (min-width: 420px) {
  .xs\:items-baseline {
    align-items: baseline;
  }
}
@media (min-width: 640px) {
  .sm\:items-baseline {
    align-items: baseline;
  }
}
@media (min-width: 768px) {
  .md\:items-baseline {
    align-items: baseline;
  }
}
@media (min-width: 1024px) {
  .lg\:items-baseline {
    align-items: baseline;
  }
}
@media (min-width: 1280px) {
  .xl\:items-baseline {
    align-items: baseline;
  }
}
@media (min-width: 1440px) {
  .xxl\:items-baseline {
    align-items: baseline;
  }
}
.items-stretch {
  align-items: stretch;
}
@media (min-width: 420px) {
  .xs\:items-stretch {
    align-items: stretch;
  }
}
@media (min-width: 640px) {
  .sm\:items-stretch {
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .md\:items-stretch {
    align-items: stretch;
  }
}
@media (min-width: 1024px) {
  .lg\:items-stretch {
    align-items: stretch;
  }
}
@media (min-width: 1280px) {
  .xl\:items-stretch {
    align-items: stretch;
  }
}
@media (min-width: 1440px) {
  .xxl\:items-stretch {
    align-items: stretch;
  }
}
.justify-center {
  justify-content: center;
}
@media (min-width: 420px) {
  .xs\:justify-center {
    justify-content: center;
  }
}
@media (min-width: 640px) {
  .sm\:justify-center {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .md\:justify-center {
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .lg\:justify-center {
    justify-content: center;
  }
}
@media (min-width: 1280px) {
  .xl\:justify-center {
    justify-content: center;
  }
}
@media (min-width: 1440px) {
  .xxl\:justify-center {
    justify-content: center;
  }
}
.justify-between {
  justify-content: space-between;
}
@media (min-width: 420px) {
  .xs\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 640px) {
  .sm\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .md\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .lg\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .xl\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 1440px) {
  .xxl\:justify-between {
    justify-content: space-between;
  }
}
.justify-around {
  justify-content: space-around;
}
@media (min-width: 420px) {
  .xs\:justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 640px) {
  .sm\:justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .md\:justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 1024px) {
  .lg\:justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 1280px) {
  .xl\:justify-around {
    justify-content: space-around;
  }
}
@media (min-width: 1440px) {
  .xxl\:justify-around {
    justify-content: space-around;
  }
}
.justify-start {
  justify-content: flex-start;
}
@media (min-width: 420px) {
  .xs\:justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 640px) {
  .sm\:justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .md\:justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .lg\:justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 1280px) {
  .xl\:justify-start {
    justify-content: flex-start;
  }
}
@media (min-width: 1440px) {
  .xxl\:justify-start {
    justify-content: flex-start;
  }
}
.justify-end {
  justify-content: flex-end;
}
@media (min-width: 420px) {
  .xs\:justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 640px) {
  .sm\:justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .md\:justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .lg\:justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 1280px) {
  .xl\:justify-end {
    justify-content: flex-end;
  }
}
@media (min-width: 1440px) {
  .xxl\:justify-end {
    justify-content: flex-end;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}
@media (min-width: 420px) {
  .xs\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 640px) {
  .sm\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 1280px) {
  .xl\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 1440px) {
  .xxl\:flex-wrap {
    flex-wrap: wrap;
  }
}
.flex-nowrap {
  flex-wrap: nowrap;
}
@media (min-width: 420px) {
  .xs\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 640px) {
  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1280px) {
  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1440px) {
  .xxl\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
.flex-col {
  flex-direction: column;
}
@media (min-width: 420px) {
  .xs\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 640px) {
  .sm\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .md\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .lg\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 1280px) {
  .xl\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 1440px) {
  .xxl\:flex-col {
    flex-direction: column;
  }
}
.flex-row {
  flex-direction: row;
}
@media (min-width: 420px) {
  .xs\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .lg\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .xl\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 1440px) {
  .xxl\:flex-row {
    flex-direction: row;
  }
}
.flex-1 {
  flex: 1 1 0;
}
.flex-auto {
  flex: 1 1 auto;
}
.fixed {
  position: fixed;
}
@media (min-width: 420px) {
  .xs\:fixed {
    position: fixed;
  }
}
@media (min-width: 640px) {
  .sm\:fixed {
    position: fixed;
  }
}
@media (min-width: 768px) {
  .md\:fixed {
    position: fixed;
  }
}
@media (min-width: 1024px) {
  .lg\:fixed {
    position: fixed;
  }
}
@media (min-width: 1280px) {
  .xl\:fixed {
    position: fixed;
  }
}
@media (min-width: 1440px) {
  .xxl\:fixed {
    position: fixed;
  }
}
.absolute {
  position: absolute;
}
@media (min-width: 420px) {
  .xs\:absolute {
    position: absolute;
  }
}
@media (min-width: 640px) {
  .sm\:absolute {
    position: absolute;
  }
}
@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }
}
@media (min-width: 1280px) {
  .xl\:absolute {
    position: absolute;
  }
}
@media (min-width: 1440px) {
  .xxl\:absolute {
    position: absolute;
  }
}
.relative {
  position: relative;
}
@media (min-width: 420px) {
  .xs\:relative {
    position: relative;
  }
}
@media (min-width: 640px) {
  .sm\:relative {
    position: relative;
  }
}
@media (min-width: 768px) {
  .md\:relative {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .lg\:relative {
    position: relative;
  }
}
@media (min-width: 1280px) {
  .xl\:relative {
    position: relative;
  }
}
@media (min-width: 1440px) {
  .xxl\:relative {
    position: relative;
  }
}
.sticky {
  position: sticky;
}
@media (min-width: 420px) {
  .xs\:sticky {
    position: sticky;
  }
}
@media (min-width: 640px) {
  .sm\:sticky {
    position: sticky;
  }
}
@media (min-width: 768px) {
  .md\:sticky {
    position: sticky;
  }
}
@media (min-width: 1024px) {
  .lg\:sticky {
    position: sticky;
  }
}
@media (min-width: 1280px) {
  .xl\:sticky {
    position: sticky;
  }
}
@media (min-width: 1440px) {
  .xxl\:sticky {
    position: sticky;
  }
}
.text-left {
  text-align: left;
}
@media (min-width: 420px) {
  .xs\:text-left {
    text-align: left;
  }
}
@media (min-width: 640px) {
  .sm\:text-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .md\:text-left {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .lg\:text-left {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .xl\:text-left {
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .xxl\:text-left {
    text-align: left;
  }
}
.text-center {
  text-align: center;
}
@media (min-width: 420px) {
  .xs\:text-center {
    text-align: center;
  }
}
@media (min-width: 640px) {
  .sm\:text-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .md\:text-center {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .lg\:text-center {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .xl\:text-center {
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .xxl\:text-center {
    text-align: center;
  }
}
.text-right {
  text-align: right;
}
@media (min-width: 420px) {
  .xs\:text-right {
    text-align: right;
  }
}
@media (min-width: 640px) {
  .sm\:text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .md\:text-right {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .lg\:text-right {
    text-align: right;
  }
}
@media (min-width: 1280px) {
  .xl\:text-right {
    text-align: right;
  }
}
@media (min-width: 1440px) {
  .xxl\:text-right {
    text-align: right;
  }
}
.text-xs {
  font-size: 13px;
}
.text-base {
  font-size: 16px;
}
.text-lg {
  font-size: 18px;
}
.text-xl {
  font-size: 24px;
}
.text-2xl {
  font-size: 36px;
}
.font-regular {
  font-weight: 300;
}
.font-medium {
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}
.font-mono {
  font-family:
    "Courier New",
    Courier,
    monospace;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clear::before,
.clear::after {
  content: "";
  clear: both;
  display: table;
}
@font-face {
  font-family: "swiper-icons";
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image:
    linear-gradient(
      to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
:host .toolbar-tools-group:not(.toolbar-tools-group--optional) {
  display: inline-flex;
  gap: 1px;
}
:host .toolbar-tools-group--optional {
  display: none;
}
@media (min-width: 1024px) {
  :host .toolbar-tools-group--optional {
    display: inline-flex;
  }
}
body {
  margin: 0;
  height: 100vh;
  background: #fbfbfb;
}
@media print {
  body {
    height: 100%;
    background: transparent;
  }
}
.app-loader {
  height: 66%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #cccccc;
}
.app-loader .spinner {
  color: #cccccc;
  height: 40px;
}
.app-loader .spinner > div {
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.app-loader .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.app-loader .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.app-loader .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.app-loader .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.app-loader .spinner > div {
  background: #cccccc;
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
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));
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 700 36px / 40px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 700 22px / 26px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 300 18px / 24px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 700 18px / 24px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 300 calc(16px * 0.83) / 24px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 300 calc(16px * 0.67) / 24px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 700 16px / 24px Roboto, sans-serif;
  letter-spacing: normal;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 300 16px / 24px Roboto, sans-serif;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 300 13px / 19px Roboto, sans-serif;
  letter-spacing: normal;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 112px / 112px Roboto, sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 400 56px / 56px Roboto, sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 45px / 48px Roboto, sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px / 40px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color: var(--primary-500);
  --mat-option-label-text-color: var(--foreground-text);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.mat-accent {
  --mat-option-selected-state-label-text-color: var(--accent-500);
  --mat-option-label-text-color: var(--foreground-text);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.mat-warn {
  --mat-option-selected-state-label-text-color: var(--warn-500);
  --mat-option-label-text-color: var(--foreground-text);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
html {
  --mat-optgroup-label-text-color: var(--foreground-text);
}
html {
  --mat-full-pseudo-checkbox-selected-icon-color: var(--accent-500);
  --mat-full-pseudo-checkbox-selected-checkmark-color: var(--background-background);
  --mat-full-pseudo-checkbox-unselected-icon-color: var(--foreground-secondary-text);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: var(--background-background);
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
html {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--accent-500);
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: var(--primary-500);
  --mat-full-pseudo-checkbox-selected-checkmark-color: var(--background-background);
  --mat-full-pseudo-checkbox-unselected-icon-color: var(--foreground-secondary-text);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: var(--background-background);
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
.mat-primary {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--primary-500);
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: var(--accent-500);
  --mat-full-pseudo-checkbox-selected-checkmark-color: var(--background-background);
  --mat-full-pseudo-checkbox-unselected-icon-color: var(--foreground-secondary-text);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: var(--background-background);
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
.mat-accent {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--accent-500);
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: var(--warn-500);
  --mat-full-pseudo-checkbox-selected-checkmark-color: var(--background-background);
  --mat-full-pseudo-checkbox-unselected-icon-color: var(--foreground-secondary-text);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: var(--background-background);
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
.mat-warn {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--warn-500);
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
html {
  --mat-app-background-color: var(--background-background);
  --mat-app-text-color: var(--foreground-text);
  --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: Roboto, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 18px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 700;
}
html {
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 18px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 700;
}
html {
  --mdc-elevated-card-container-shape: 4px;
}
html {
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
}
html {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-card-subtitle-text-color: var(--foreground-secondary-text);
}
html {
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 26px;
  --mat-card-title-text-size: 22px;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 700;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 24px;
  --mat-card-subtitle-text-size: 16px;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 700;
}
html {
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: var(--primary-500);
  --mdc-linear-progress-track-color: var(--primary-500);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: var(--accent-500);
  --mdc-linear-progress-track-color: var(--accent-500);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: var(--warn-500);
  --mdc-linear-progress-track-color: var(--warn-500);
}
html {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
}
html {
  --mdc-plain-tooltip-container-color: var(--background-tooltip);
  --mdc-plain-tooltip-supporting-text-color: #fff;
}
html {
  --mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 13px;
  --mdc-plain-tooltip-supporting-text-weight: 300;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
}
html {
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
}
html {
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
}
html {
  --mdc-filled-text-field-caret-color: var(--primary-500);
  --mdc-filled-text-field-focus-active-indicator-color: var(--primary-500);
  --mdc-filled-text-field-focus-label-text-color: var(--primary-500);
  --mdc-filled-text-field-container-color: rgb(244.8, 244.8, 244.8);
  --mdc-filled-text-field-disabled-container-color: rgb(249.9, 249.9, 249.9);
  --mdc-filled-text-field-label-text-color: var(--foreground-text);
  --mdc-filled-text-field-hover-label-text-color: var(--foreground-text);
  --mdc-filled-text-field-disabled-label-text-color: var(--foreground-disabled-text);
  --mdc-filled-text-field-input-text-color: var(--foreground-text);
  --mdc-filled-text-field-disabled-input-text-color: var(--foreground-disabled-text);
  --mdc-filled-text-field-input-text-placeholder-color: var(--foreground-text);
  --mdc-filled-text-field-error-hover-label-text-color: var(--warn-500);
  --mdc-filled-text-field-error-focus-label-text-color: var(--warn-500);
  --mdc-filled-text-field-error-label-text-color: var(--warn-500);
  --mdc-filled-text-field-error-caret-color: var(--warn-500);
  --mdc-filled-text-field-active-indicator-color: var(--foreground-divider);
  --mdc-filled-text-field-disabled-active-indicator-color: var(--foreground-divider);
  --mdc-filled-text-field-hover-active-indicator-color: var(--foreground-divider);
  --mdc-filled-text-field-error-active-indicator-color: var(--warn-500);
  --mdc-filled-text-field-error-focus-active-indicator-color: var(--warn-500);
  --mdc-filled-text-field-error-hover-active-indicator-color: var(--warn-500);
}
html {
  --mdc-outlined-text-field-caret-color: var(--primary-500);
  --mdc-outlined-text-field-focus-outline-color: var(--primary-500);
  --mdc-outlined-text-field-focus-label-text-color: var(--primary-500);
  --mdc-outlined-text-field-label-text-color: var(--foreground-text);
  --mdc-outlined-text-field-hover-label-text-color: var(--foreground-text);
  --mdc-outlined-text-field-disabled-label-text-color: var(--foreground-disabled-text);
  --mdc-outlined-text-field-input-text-color: var(--foreground-text);
  --mdc-outlined-text-field-disabled-input-text-color: var(--foreground-disabled-text);
  --mdc-outlined-text-field-input-text-placeholder-color: var(--foreground-text);
  --mdc-outlined-text-field-error-caret-color: var(--warn-500);
  --mdc-outlined-text-field-error-focus-label-text-color: var(--warn-500);
  --mdc-outlined-text-field-error-label-text-color: var(--warn-500);
  --mdc-outlined-text-field-error-hover-label-text-color: var(--warn-500);
  --mdc-outlined-text-field-outline-color: var(--foreground-divider);
  --mdc-outlined-text-field-disabled-outline-color: var(--foreground-divider);
  --mdc-outlined-text-field-hover-outline-color: var(--foreground-divider);
  --mdc-outlined-text-field-error-focus-outline-color: var(--warn-500);
  --mdc-outlined-text-field-error-hover-outline-color: var(--warn-500);
  --mdc-outlined-text-field-error-outline-color: var(--warn-500);
}
html {
  --mat-form-field-focus-select-arrow-color: var(--primary-500);
  --mat-form-field-disabled-input-text-placeholder-color: var(--foreground-icon);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: var(--warn-500);
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: var(--foreground-icon);
  --mat-form-field-disabled-select-arrow-color: var(--foreground-icon);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}
.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: var(--accent-500);
  --mdc-filled-text-field-focus-active-indicator-color: var(--accent-500);
  --mdc-filled-text-field-focus-label-text-color: var(--accent-500);
}
.mat-mdc-form-field.mat-accent {
  --mdc-outlined-text-field-caret-color: var(--accent-500);
  --mdc-outlined-text-field-focus-outline-color: var(--accent-500);
  --mdc-outlined-text-field-focus-label-text-color: var(--accent-500);
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: var(--accent-500);
}
.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: var(--warn-500);
  --mdc-filled-text-field-focus-active-indicator-color: var(--warn-500);
  --mdc-filled-text-field-focus-label-text-color: var(--warn-500);
}
.mat-mdc-form-field.mat-warn {
  --mdc-outlined-text-field-caret-color: var(--warn-500);
  --mdc-outlined-text-field-focus-outline-color: var(--warn-500);
  --mdc-outlined-text-field-focus-label-text-color: var(--warn-500);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: var(--warn-500);
}
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 {
  --mdc-filled-text-field-label-text-font: Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size: 18px;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 700;
}
html {
  --mdc-outlined-text-field-label-text-font: Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size: 18px;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 700;
}
html {
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 18px;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 700;
  --mat-form-field-outlined-label-text-populated-size: 18px;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 19px;
  --mat-form-field-subscript-text-size: 13px;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 300;
}
html {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: var(--foreground-text);
  --mat-select-disabled-trigger-text-color: var(--foreground-disabled-text);
  --mat-select-placeholder-text-color: var(--foreground-text);
  --mat-select-enabled-arrow-color: var(--foreground-divider);
  --mat-select-disabled-arrow-color: var(--foreground-text);
  --mat-select-focused-arrow-color: var(--primary-500);
  --mat-select-invalid-arrow-color: var(--warn-500);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: var(--foreground-text);
  --mat-select-disabled-trigger-text-color: var(--foreground-disabled-text);
  --mat-select-placeholder-text-color: var(--foreground-text);
  --mat-select-enabled-arrow-color: var(--foreground-divider);
  --mat-select-disabled-arrow-color: var(--foreground-text);
  --mat-select-focused-arrow-color: var(--accent-500);
  --mat-select-invalid-arrow-color: var(--warn-500);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: var(--foreground-text);
  --mat-select-disabled-trigger-text-color: var(--foreground-disabled-text);
  --mat-select-placeholder-text-color: var(--foreground-text);
  --mat-select-enabled-arrow-color: var(--foreground-divider);
  --mat-select-disabled-arrow-color: var(--foreground-text);
  --mat-select-focused-arrow-color: var(--warn-500);
  --mat-select-invalid-arrow-color: var(--warn-500);
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 18px;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 700;
}
html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color: white;
}
html {
  --mdc-dialog-container-shape: 4px;
}
html {
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
html {
  --mdc-dialog-container-color: var(--background-dialog);
  --mdc-dialog-subhead-color: var(--foreground-text);
  --mdc-dialog-supporting-text-color: var(--foreground-text);
}
html {
  --mdc-dialog-subhead-font: Roboto, sans-serif;
  --mdc-dialog-subhead-line-height: 26px;
  --mdc-dialog-subhead-size: 22px;
  --mdc-dialog-subhead-weight: 700;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height: 24px;
  --mdc-dialog-supporting-text-size: 18px;
  --mdc-dialog-supporting-text-weight: 700;
  --mdc-dialog-supporting-text-tracking: normal;
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-disabled-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-flat-disabled-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip {
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: var(--primary-contrast-500);
  --mdc-chip-elevated-container-color: var(--primary-500);
  --mdc-chip-elevated-selected-container-color: var(--primary-500);
  --mdc-chip-elevated-disabled-container-color: var(--primary-500);
  --mdc-chip-flat-disabled-selected-container-color: var(--primary-500);
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: var(--primary-contrast-500);
  --mdc-chip-selected-label-text-color: var(--primary-contrast-500);
  --mdc-chip-with-icon-icon-color: var(--primary-contrast-500);
  --mdc-chip-with-icon-disabled-icon-color: var(--primary-contrast-500);
  --mdc-chip-with-icon-selected-icon-color: var(--primary-contrast-500);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: var(--primary-contrast-500);
  --mdc-chip-with-trailing-icon-trailing-icon-color: var(--primary-contrast-500);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-selected-disabled-trailing-icon-color: var(--primary-contrast-500);
  --mat-chip-selected-trailing-icon-color: var(--primary-contrast-500);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: var(--accent-contrast-500);
  --mdc-chip-elevated-container-color: var(--accent-500);
  --mdc-chip-elevated-selected-container-color: var(--accent-500);
  --mdc-chip-elevated-disabled-container-color: var(--accent-500);
  --mdc-chip-flat-disabled-selected-container-color: var(--accent-500);
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: var(--accent-contrast-500);
  --mdc-chip-selected-label-text-color: var(--accent-contrast-500);
  --mdc-chip-with-icon-icon-color: var(--accent-contrast-500);
  --mdc-chip-with-icon-disabled-icon-color: var(--accent-contrast-500);
  --mdc-chip-with-icon-selected-icon-color: var(--accent-contrast-500);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: var(--accent-contrast-500);
  --mdc-chip-with-trailing-icon-trailing-icon-color: var(--accent-contrast-500);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-selected-disabled-trailing-icon-color: var(--accent-contrast-500);
  --mat-chip-selected-trailing-icon-color: var(--accent-contrast-500);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: var(--warn-contrast-500);
  --mdc-chip-elevated-container-color: var(--warn-500);
  --mdc-chip-elevated-selected-container-color: var(--warn-500);
  --mdc-chip-elevated-disabled-container-color: var(--warn-500);
  --mdc-chip-flat-disabled-selected-container-color: var(--warn-500);
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: var(--warn-contrast-500);
  --mdc-chip-selected-label-text-color: var(--warn-contrast-500);
  --mdc-chip-with-icon-icon-color: var(--warn-contrast-500);
  --mdc-chip-with-icon-disabled-icon-color: var(--warn-contrast-500);
  --mdc-chip-with-icon-selected-icon-color: var(--warn-contrast-500);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: var(--warn-contrast-500);
  --mdc-chip-with-trailing-icon-trailing-icon-color: var(--warn-contrast-500);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-selected-disabled-trailing-icon-color: var(--warn-contrast-500);
  --mat-chip-selected-trailing-icon-color: var(--warn-contrast-500);
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Roboto, sans-serif;
  --mdc-chip-label-text-line-height: 24px;
  --mdc-chip-label-text-size: 16px;
  --mdc-chip-label-text-tracking: normal;
  --mdc-chip-label-text-weight: 300;
}
html {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
html .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
html {
  --mdc-switch-selected-focus-state-layer-color: var(--primary-600);
  --mdc-switch-selected-handle-color: var(--primary-600);
  --mdc-switch-selected-hover-state-layer-color: var(--primary-600);
  --mdc-switch-selected-pressed-state-layer-color: var(--primary-600);
  --mdc-switch-selected-focus-handle-color: var(--primary-900);
  --mdc-switch-selected-hover-handle-color: var(--primary-900);
  --mdc-switch-selected-pressed-handle-color: var(--primary-900);
  --mdc-switch-selected-focus-track-color: var(--primary-300);
  --mdc-switch-selected-hover-track-color: var(--primary-300);
  --mdc-switch-selected-pressed-track-color: var(--primary-300);
  --mdc-switch-selected-track-color: var(--primary-300);
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-switch-disabled-label-text-color: var(--foreground-disabled-text);
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: var(--foreground-text);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: var(--accent-600);
  --mdc-switch-selected-handle-color: var(--accent-600);
  --mdc-switch-selected-hover-state-layer-color: var(--accent-600);
  --mdc-switch-selected-pressed-state-layer-color: var(--accent-600);
  --mdc-switch-selected-focus-handle-color: var(--accent-900);
  --mdc-switch-selected-hover-handle-color: var(--accent-900);
  --mdc-switch-selected-pressed-handle-color: var(--accent-900);
  --mdc-switch-selected-focus-track-color: var(--accent-300);
  --mdc-switch-selected-hover-track-color: var(--accent-300);
  --mdc-switch-selected-pressed-track-color: var(--accent-300);
  --mdc-switch-selected-track-color: var(--accent-300);
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: var(--warn-600);
  --mdc-switch-selected-handle-color: var(--warn-600);
  --mdc-switch-selected-hover-state-layer-color: var(--warn-600);
  --mdc-switch-selected-pressed-state-layer-color: var(--warn-600);
  --mdc-switch-selected-focus-handle-color: var(--warn-900);
  --mdc-switch-selected-hover-handle-color: var(--warn-900);
  --mdc-switch-selected-pressed-handle-color: var(--warn-900);
  --mdc-switch-selected-focus-track-color: var(--warn-300);
  --mdc-switch-selected-hover-track-color: var(--warn-300);
  --mdc-switch-selected-pressed-track-color: var(--warn-300);
  --mdc-switch-selected-track-color: var(--warn-300);
}
html {
  --mdc-switch-state-layer-size: 40px;
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-font: Roboto, sans-serif;
  --mat-switch-label-text-line-height: 24px;
  --mat-switch-label-text-size: 16px;
  --mat-switch-label-text-tracking: normal;
  --mat-switch-label-text-weight: 300;
}
html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: var(--foreground-icon);
  --mdc-radio-disabled-unselected-icon-color: var(--foreground-icon);
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: var(--foreground-icon);
  --mdc-radio-unselected-pressed-icon-color: var(--foreground-icon);
  --mdc-radio-selected-focus-icon-color: var(--primary-500);
  --mdc-radio-selected-hover-icon-color: var(--primary-500);
  --mdc-radio-selected-icon-color: var(--primary-500);
  --mdc-radio-selected-pressed-icon-color: var(--primary-500);
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: var(--primary-500);
  --mat-radio-disabled-label-color: var(--foreground-disabled-text);
  --mat-radio-label-text-color: var(--foreground-text);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: var(--foreground-icon);
  --mdc-radio-disabled-unselected-icon-color: var(--foreground-icon);
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: var(--foreground-icon);
  --mdc-radio-unselected-pressed-icon-color: var(--foreground-icon);
  --mdc-radio-selected-focus-icon-color: var(--accent-500);
  --mdc-radio-selected-hover-icon-color: var(--accent-500);
  --mdc-radio-selected-icon-color: var(--accent-500);
  --mdc-radio-selected-pressed-icon-color: var(--accent-500);
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: var(--accent-500);
  --mat-radio-disabled-label-color: var(--foreground-disabled-text);
  --mat-radio-label-text-color: var(--foreground-text);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: var(--foreground-icon);
  --mdc-radio-disabled-unselected-icon-color: var(--foreground-icon);
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: var(--foreground-icon);
  --mdc-radio-unselected-pressed-icon-color: var(--foreground-icon);
  --mdc-radio-selected-focus-icon-color: var(--warn-500);
  --mdc-radio-selected-hover-icon-color: var(--warn-500);
  --mdc-radio-selected-icon-color: var(--warn-500);
  --mdc-radio-selected-pressed-icon-color: var(--warn-500);
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: var(--warn-500);
  --mat-radio-disabled-label-color: var(--foreground-disabled-text);
  --mat-radio-label-text-color: var(--foreground-text);
}
html {
  --mdc-radio-state-layer-size: 40px;
}
html {
  --mat-radio-touch-target-display: block;
}
html {
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 24px;
  --mat-radio-label-text-size: 16px;
  --mat-radio-label-text-tracking: normal;
  --mat-radio-label-text-weight: 300;
}
html {
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
}
html {
  --mdc-slider-handle-color: var(--primary-500);
  --mdc-slider-focus-handle-color: var(--primary-500);
  --mdc-slider-hover-handle-color: var(--primary-500);
  --mdc-slider-active-track-color: var(--primary-500);
  --mdc-slider-inactive-track-color: var(--primary-500);
  --mdc-slider-with-tick-marks-inactive-container-color: var(--primary-500);
  --mdc-slider-with-tick-marks-active-container-color: var(--primary-contrast-500);
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
}
html {
  --mat-slider-ripple-color: var(--primary-500);
  --mat-slider-hover-state-layer-color: rgba(var(--primary-500), 0.05);
  --mat-slider-focus-state-layer-color: rgba(var(--primary-500), 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mdc-slider-handle-color: var(--accent-500);
  --mdc-slider-focus-handle-color: var(--accent-500);
  --mdc-slider-hover-handle-color: var(--accent-500);
  --mdc-slider-active-track-color: var(--accent-500);
  --mdc-slider-inactive-track-color: var(--accent-500);
  --mdc-slider-with-tick-marks-inactive-container-color: var(--accent-500);
  --mdc-slider-with-tick-marks-active-container-color: var(--accent-contrast-500);
}
html .mat-accent {
  --mat-slider-ripple-color: var(--accent-500);
  --mat-slider-hover-state-layer-color: rgba(var(--accent-500), 0.05);
  --mat-slider-focus-state-layer-color: rgba(var(--accent-500), 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color: var(--warn-500);
  --mdc-slider-focus-handle-color: var(--warn-500);
  --mdc-slider-hover-handle-color: var(--warn-500);
  --mdc-slider-active-track-color: var(--warn-500);
  --mdc-slider-inactive-track-color: var(--warn-500);
  --mdc-slider-with-tick-marks-inactive-container-color: var(--warn-500);
  --mdc-slider-with-tick-marks-active-container-color: var(--warn-contrast-500);
}
html .mat-warn {
  --mat-slider-ripple-color: var(--warn-500);
  --mat-slider-hover-state-layer-color: rgba(var(--warn-500), 0.05);
  --mat-slider-focus-state-layer-color: rgba(var(--warn-500), 0.2);
}
html {
  --mdc-slider-label-label-text-font: Roboto, sans-serif;
  --mdc-slider-label-label-text-size: 16px;
  --mdc-slider-label-label-text-line-height: 24px;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 700;
}
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: var(--foreground-text);
  --mat-menu-item-icon-color: var(--foreground-text);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: var(--foreground-divider);
}
html {
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 18px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 700;
}
html {
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
}
html {
  --mdc-list-list-item-label-text-color: var(--foreground-text);
  --mdc-list-list-item-supporting-text-color: var(--foreground-secondary-text);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: var(--foreground-hint-text);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: var(--foreground-text);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: var(--foreground-text);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: var(--foreground-icon);
  --mdc-radio-disabled-unselected-icon-color: var(--foreground-icon);
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: var(--foreground-icon);
  --mdc-radio-unselected-pressed-icon-color: var(--foreground-icon);
  --mdc-radio-selected-focus-icon-color: var(--primary-500);
  --mdc-radio-selected-hover-icon-color: var(--primary-500);
  --mdc-radio-selected-icon-color: var(--primary-500);
  --mdc-radio-selected-pressed-icon-color: var(--primary-500);
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: var(--foreground-icon);
  --mdc-radio-disabled-unselected-icon-color: var(--foreground-icon);
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: var(--foreground-icon);
  --mdc-radio-unselected-pressed-icon-color: var(--foreground-icon);
  --mdc-radio-selected-focus-icon-color: var(--accent-500);
  --mdc-radio-selected-hover-icon-color: var(--accent-500);
  --mdc-radio-selected-icon-color: var(--accent-500);
  --mdc-radio-selected-pressed-icon-color: var(--accent-500);
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: var(--foreground-icon);
  --mdc-radio-disabled-unselected-icon-color: var(--foreground-icon);
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: var(--foreground-icon);
  --mdc-radio-unselected-pressed-icon-color: var(--foreground-icon);
  --mdc-radio-selected-focus-icon-color: var(--warn-500);
  --mdc-radio-selected-hover-icon-color: var(--warn-500);
  --mdc-radio-selected-icon-color: var(--warn-500);
  --mdc-radio-selected-pressed-icon-color: var(--warn-500);
}
.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: var(--primary-contrast-500);
  --mdc-checkbox-selected-focus-icon-color: var(--primary-500);
  --mdc-checkbox-selected-hover-icon-color: var(--primary-500);
  --mdc-checkbox-selected-icon-color: var(--primary-500);
  --mdc-checkbox-selected-pressed-icon-color: var(--primary-500);
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: var(--primary-500);
  --mdc-checkbox-selected-hover-state-layer-color: var(--primary-500);
  --mdc-checkbox-selected-pressed-state-layer-color: var(--primary-500);
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: var(--accent-contrast-500);
  --mdc-checkbox-selected-focus-icon-color: var(--accent-500);
  --mdc-checkbox-selected-hover-icon-color: var(--accent-500);
  --mdc-checkbox-selected-icon-color: var(--accent-500);
  --mdc-checkbox-selected-pressed-icon-color: var(--accent-500);
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: var(--accent-500);
  --mdc-checkbox-selected-hover-state-layer-color: var(--accent-500);
  --mdc-checkbox-selected-pressed-state-layer-color: var(--accent-500);
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: var(--warn-contrast-500);
  --mdc-checkbox-selected-focus-icon-color: var(--warn-500);
  --mdc-checkbox-selected-hover-icon-color: var(--warn-500);
  --mdc-checkbox-selected-icon-color: var(--warn-500);
  --mdc-checkbox-selected-pressed-icon-color: var(--warn-500);
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: var(--warn-500);
  --mdc-checkbox-selected-hover-state-layer-color: var(--warn-500);
  --mdc-checkbox-selected-pressed-state-layer-color: var(--warn-500);
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: var(--primary-500);
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
html {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mdc-list-list-item-label-text-font: Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height: 24px;
  --mdc-list-list-item-label-text-size: 18px;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 700;
  --mdc-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 24px;
  --mdc-list-list-item-supporting-text-size: 16px;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 300;
  --mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 19px;
  --mdc-list-list-item-trailing-supporting-text-size: 13px;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 300;
}
.mdc-list-group__subheader {
  font: 300 18px / 24px Roboto, sans-serif;
  letter-spacing: normal;
}
html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
html {
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 19px;
  --mat-paginator-container-text-size: 13px;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 300;
  --mat-paginator-select-trigger-text-size: 13px;
}
html {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
html {
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
}
html {
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: var(--primary-500);
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: var(--foreground-icon);
  --mat-tab-header-inactive-label-text-color: var(--foreground-text);
  --mat-tab-header-active-label-text-color: var(--primary-500);
  --mat-tab-header-active-ripple-color: var(--primary-500);
  --mat-tab-header-inactive-ripple-color: var(--primary-500);
  --mat-tab-header-inactive-focus-label-text-color: var(--foreground-text);
  --mat-tab-header-inactive-hover-label-text-color: var(--foreground-text);
  --mat-tab-header-active-focus-label-text-color: var(--primary-500);
  --mat-tab-header-active-hover-label-text-color: var(--primary-500);
  --mat-tab-header-active-focus-indicator-color: var(--primary-500);
  --mat-tab-header-active-hover-indicator-color: var(--primary-500);
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: var(--accent-500);
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: var(--foreground-icon);
  --mat-tab-header-inactive-label-text-color: var(--foreground-text);
  --mat-tab-header-active-label-text-color: var(--accent-500);
  --mat-tab-header-active-ripple-color: var(--accent-500);
  --mat-tab-header-inactive-ripple-color: var(--accent-500);
  --mat-tab-header-inactive-focus-label-text-color: var(--foreground-text);
  --mat-tab-header-inactive-hover-label-text-color: var(--foreground-text);
  --mat-tab-header-active-focus-label-text-color: var(--accent-500);
  --mat-tab-header-active-hover-label-text-color: var(--accent-500);
  --mat-tab-header-active-focus-indicator-color: var(--accent-500);
  --mat-tab-header-active-hover-indicator-color: var(--accent-500);
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: var(--warn-500);
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: var(--foreground-icon);
  --mat-tab-header-inactive-label-text-color: var(--foreground-text);
  --mat-tab-header-active-label-text-color: var(--warn-500);
  --mat-tab-header-active-ripple-color: var(--warn-500);
  --mat-tab-header-inactive-ripple-color: var(--warn-500);
  --mat-tab-header-inactive-focus-label-text-color: var(--foreground-text);
  --mat-tab-header-inactive-hover-label-text-color: var(--foreground-text);
  --mat-tab-header-active-focus-label-text-color: var(--warn-500);
  --mat-tab-header-active-hover-label-text-color: var(--warn-500);
  --mat-tab-header-active-focus-indicator-color: var(--warn-500);
  --mat-tab-header-active-hover-indicator-color: var(--warn-500);
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: var(--primary-500);
  --mat-tab-header-with-background-foreground-color: var(--primary-contrast-500);
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: var(--accent-500);
  --mat-tab-header-with-background-foreground-color: var(--accent-contrast-500);
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: var(--warn-500);
  --mat-tab-header-with-background-foreground-color: var(--warn-contrast-500);
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
.mat-mdc-tab-header {
  --mat-tab-header-label-text-font: Roboto, sans-serif;
  --mat-tab-header-label-text-size: 13px;
  --mat-tab-header-label-text-tracking: normal;
  --mat-tab-header-label-text-line-height: 19px;
  --mat-tab-header-label-text-weight: 700;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
}
html {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: var(--accent-contrast-500);
  --mdc-checkbox-selected-focus-icon-color: var(--accent-500);
  --mdc-checkbox-selected-hover-icon-color: var(--accent-500);
  --mdc-checkbox-selected-icon-color: var(--accent-500);
  --mdc-checkbox-selected-pressed-icon-color: var(--accent-500);
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: var(--accent-500);
  --mdc-checkbox-selected-hover-state-layer-color: var(--accent-500);
  --mdc-checkbox-selected-pressed-state-layer-color: var(--accent-500);
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
html {
  --mat-checkbox-disabled-label-color: var(--foreground-disabled-text);
  --mat-checkbox-label-text-color: var(--foreground-text);
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: var(--primary-contrast-500);
  --mdc-checkbox-selected-focus-icon-color: var(--primary-500);
  --mdc-checkbox-selected-hover-icon-color: var(--primary-500);
  --mdc-checkbox-selected-icon-color: var(--primary-500);
  --mdc-checkbox-selected-pressed-icon-color: var(--primary-500);
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: var(--primary-500);
  --mdc-checkbox-selected-hover-state-layer-color: var(--primary-500);
  --mdc-checkbox-selected-pressed-state-layer-color: var(--primary-500);
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: var(--warn-contrast-500);
  --mdc-checkbox-selected-focus-icon-color: var(--warn-500);
  --mdc-checkbox-selected-hover-icon-color: var(--warn-500);
  --mdc-checkbox-selected-icon-color: var(--warn-500);
  --mdc-checkbox-selected-pressed-icon-color: var(--warn-500);
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: var(--warn-500);
  --mdc-checkbox-selected-hover-state-layer-color: var(--warn-500);
  --mdc-checkbox-selected-pressed-state-layer-color: var(--warn-500);
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
html {
  --mdc-checkbox-state-layer-size: 40px;
}
html {
  --mat-checkbox-touch-target-display: block;
}
html {
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 24px;
  --mat-checkbox-label-text-size: 16px;
  --mat-checkbox-label-text-tracking: normal;
  --mat-checkbox-label-text-weight: 300;
}
html {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
}
html {
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
}
html {
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
}
html {
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
}
html {
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
}
html {
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
}
html {
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
}
html {
  --mdc-text-button-label-text-color: var(--foreground-text);
  --mdc-text-button-disabled-label-text-color: var(--foreground-disabled-button);
}
html {
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: var(--foreground-text);
  --mdc-filled-button-disabled-container-color: var(--foreground-disabled-button);
  --mdc-filled-button-disabled-label-text-color: var(--foreground-disabled-button);
}
html {
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: var(--foreground-text);
  --mdc-protected-button-disabled-container-color: var(--foreground-disabled-button);
  --mdc-protected-button-disabled-label-text-color: var(--foreground-disabled-button);
}
html {
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-outlined-button-disabled-outline-color: var(--foreground-divider);
  --mdc-outlined-button-disabled-label-text-color: var(--foreground-disabled-button);
  --mdc-outlined-button-label-text-color: var(--foreground-text);
  --mdc-outlined-button-outline-color: var(--foreground-divider);
}
html {
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: var(--primary-500);
}
.mat-mdc-button.mat-primary {
  --mat-text-button-state-layer-color: var(--primary-500);
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: var(--accent-500);
}
.mat-mdc-button.mat-accent {
  --mat-text-button-state-layer-color: var(--accent-500);
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: var(--warn-500);
}
.mat-mdc-button.mat-warn {
  --mat-text-button-state-layer-color: var(--warn-500);
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: var(--primary-500);
  --mdc-filled-button-label-text-color: var(--primary-contrast-500);
}
.mat-mdc-unelevated-button.mat-primary {
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: var(--accent-500);
  --mdc-filled-button-label-text-color: var(--accent-contrast-500);
}
.mat-mdc-unelevated-button.mat-accent {
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: var(--warn-500);
  --mdc-filled-button-label-text-color: var(--warn-contrast-500);
}
.mat-mdc-unelevated-button.mat-warn {
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: var(--primary-500);
  --mdc-protected-button-label-text-color: var(--primary-contrast-500);
}
.mat-mdc-raised-button.mat-primary {
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: var(--accent-500);
  --mdc-protected-button-label-text-color: var(--accent-contrast-500);
}
.mat-mdc-raised-button.mat-accent {
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: var(--warn-500);
  --mdc-protected-button-label-text-color: var(--warn-contrast-500);
}
.mat-mdc-raised-button.mat-warn {
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: var(--primary-500);
  --mdc-outlined-button-outline-color: var(--foreground-divider);
}
.mat-mdc-outlined-button.mat-primary {
  --mat-outlined-button-state-layer-color: var(--primary-500);
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: var(--accent-500);
  --mdc-outlined-button-outline-color: var(--foreground-divider);
}
.mat-mdc-outlined-button.mat-accent {
  --mat-outlined-button-state-layer-color: var(--accent-500);
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: var(--warn-500);
  --mdc-outlined-button-outline-color: var(--foreground-divider);
}
.mat-mdc-outlined-button.mat-warn {
  --mat-outlined-button-state-layer-color: var(--warn-500);
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
}
html {
  --mdc-text-button-container-height: 36px;
}
html {
  --mdc-filled-button-container-height: 36px;
}
html {
  --mdc-protected-button-container-height: 36px;
}
html {
  --mdc-outlined-button-container-height: 36px;
}
html {
  --mat-text-button-touch-target-display: block;
}
html {
  --mat-filled-button-touch-target-display: block;
}
html {
  --mat-protected-button-touch-target-display: block;
}
html {
  --mat-outlined-button-touch-target-display: block;
}
html {
  --mdc-text-button-label-text-font: Roboto, sans-serif;
  --mdc-text-button-label-text-size: 13px;
  --mdc-text-button-label-text-tracking: normal;
  --mdc-text-button-label-text-weight: 700;
  --mdc-text-button-label-text-transform: none;
}
html {
  --mdc-filled-button-label-text-font: Roboto, sans-serif;
  --mdc-filled-button-label-text-size: 13px;
  --mdc-filled-button-label-text-tracking: normal;
  --mdc-filled-button-label-text-weight: 700;
  --mdc-filled-button-label-text-transform: none;
}
html {
  --mdc-protected-button-label-text-font: Roboto, sans-serif;
  --mdc-protected-button-label-text-size: 13px;
  --mdc-protected-button-label-text-tracking: normal;
  --mdc-protected-button-label-text-weight: 700;
  --mdc-protected-button-label-text-transform: none;
}
html {
  --mdc-outlined-button-label-text-font: Roboto, sans-serif;
  --mdc-outlined-button-label-text-size: 13px;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-outlined-button-label-text-weight: 700;
  --mdc-outlined-button-label-text-transform: none;
}
html {
  --mdc-icon-button-icon-size: 24px;
}
html {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: var(--primary-500);
}
html .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-state-layer-color: var(--primary-500);
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: var(--accent-500);
}
html .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-state-layer-color: var(--accent-500);
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: var(--warn-500);
}
html .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-state-layer-color: var(--warn-500);
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-fab-container-color: white;
}
html {
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: var(--background-disabled-button);
  --mat-fab-disabled-state-foreground-color: var(--foreground-disabled-button);
}
html {
  --mdc-fab-small-container-color: white;
}
html {
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: var(--background-disabled-button);
  --mat-fab-small-disabled-state-foreground-color: var(--foreground-disabled-button);
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: var(--primary-500);
}
html .mat-mdc-fab.mat-primary {
  --mat-fab-foreground-color: #000;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: var(--accent-500);
}
html .mat-mdc-fab.mat-accent {
  --mat-fab-foreground-color: #000;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: var(--warn-500);
}
html .mat-mdc-fab.mat-warn {
  --mat-fab-foreground-color: #000;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: var(--primary-500);
}
html .mat-mdc-mini-fab.mat-primary {
  --mat-fab-small-foreground-color: #000;
  --mat-fab-small-state-layer-color: #000;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: var(--accent-500);
}
html .mat-mdc-mini-fab.mat-accent {
  --mat-fab-small-foreground-color: #000;
  --mat-fab-small-state-layer-color: #000;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: var(--warn-500);
}
html .mat-mdc-mini-fab.mat-warn {
  --mat-fab-small-foreground-color: #000;
  --mat-fab-small-state-layer-color: #000;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}
html {
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-small-touch-target-display: block;
}
html {
  --mdc-extended-fab-label-text-font: Roboto, sans-serif;
  --mdc-extended-fab-label-text-size: 13px;
  --mdc-extended-fab-label-text-tracking: normal;
  --mdc-extended-fab-label-text-weight: 700;
}
html {
  --mdc-snackbar-container-shape: 4px;
}
html {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
html {
  --mat-snack-bar-button-color: var(--primary-100);
}
html {
  --mdc-snackbar-supporting-text-font: Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 24px;
  --mdc-snackbar-supporting-text-size: 16px;
  --mdc-snackbar-supporting-text-weight: 300;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: var(--foreground-text);
  --mat-table-row-item-label-text-color: var(--foreground-text);
  --mat-table-row-item-outline-color: var(--foreground-divider);
}
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: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 24px;
  --mat-table-header-headline-size: 16px;
  --mat-table-header-headline-weight: 700;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 24px;
  --mat-table-row-item-label-text-size: 16px;
  --mat-table-row-item-label-text-weight: 300;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 24px;
  --mat-table-footer-supporting-text-size: 16px;
  --mat-table-footer-supporting-text-weight: 300;
  --mat-table-footer-supporting-text-tracking: normal;
}
html {
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}
html {
  --mdc-circular-progress-active-indicator-color: var(--primary-500);
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: var(--accent-500);
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: var(--warn-500);
}
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: var(--primary-500);
  --mat-badge-text-color: var(--primary-contrast-500);
  --mat-badge-disabled-state-background-color: var(--foreground-disabled-button);
  --mat-badge-disabled-state-text-color: var(--foreground-disabled-text);
}
.mat-badge-accent {
  --mat-badge-background-color: var(--accent-500);
  --mat-badge-text-color: var(--accent-contrast-500);
}
.mat-badge-warn {
  --mat-badge-background-color: var(--warn-500);
  --mat-badge-text-color: var(--warn-contrast-500);
}
html {
  --mat-badge-text-font: Roboto, 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: var(--foreground-text);
  --mat-bottom-sheet-container-background-color: var(--background-dialog);
}
html {
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 24px;
  --mat-bottom-sheet-container-text-size: 16px;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 300;
}
html {
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
}
html {
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
}
html {
  --mat-legacy-button-toggle-text-color: var(--foreground-hint-text);
  --mat-legacy-button-toggle-state-layer-color: var(--background-focused-button);
  --mat-legacy-button-toggle-selected-state-text-color: var(--foreground-secondary-text);
  --mat-legacy-button-toggle-selected-state-background-color: var(--background-selected-button);
  --mat-legacy-button-toggle-disabled-state-text-color: var(--foreground-disabled-button);
  --mat-legacy-button-toggle-disabled-state-background-color: var(--background-disabled-button-toggle);
  --mat-legacy-button-toggle-disabled-selected-state-background-color: var(--background-selected-disabled-button);
}
html {
  --mat-standard-button-toggle-text-color: var(--foreground-text);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: var(--background-focused-button);
  --mat-standard-button-toggle-selected-state-background-color: var(--background-selected-button);
  --mat-standard-button-toggle-selected-state-text-color: var(--foreground-text);
  --mat-standard-button-toggle-disabled-state-text-color: var(--foreground-disabled-button);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: var(--foreground-text);
  --mat-standard-button-toggle-disabled-selected-state-background-color: var(--background-selected-disabled-button);
  --mat-standard-button-toggle-divider-color: var(--foreground-divider);
}
html {
  --mat-standard-button-toggle-height: 48px;
}
html {
  --mat-legacy-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 24px;
  --mat-legacy-button-toggle-label-text-size: 18px;
  --mat-legacy-button-toggle-label-text-tracking: normal;
  --mat-legacy-button-toggle-label-text-weight: 700;
}
html {
  --mat-standard-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 24px;
  --mat-standard-button-toggle-label-text-size: 18px;
  --mat-standard-button-toggle-label-text-tracking: normal;
  --mat-standard-button-toggle-label-text-weight: 700;
}
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: var(--primary-contrast-500);
  --mat-datepicker-calendar-date-selected-state-background-color: var(--primary-500);
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: var(--foreground-disabled-button);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: var(--primary-contrast-500);
  --mat-datepicker-calendar-date-focus-state-background-color: var(--primary-500);
  --mat-datepicker-calendar-date-hover-state-background-color: var(--primary-500);
  --mat-datepicker-toggle-active-state-icon-color: var(--primary-500);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(var(--primary-500), 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: var(--foreground-icon);
  --mat-datepicker-calendar-body-label-text-color: var(--foreground-secondary-text);
  --mat-datepicker-calendar-period-button-text-color: var(--foreground-text);
  --mat-datepicker-calendar-period-button-icon-color: var(--foreground-icon);
  --mat-datepicker-calendar-navigation-button-icon-color: var(--foreground-icon);
  --mat-datepicker-calendar-header-divider-color: var(--foreground-divider);
  --mat-datepicker-calendar-header-text-color: var(--foreground-secondary-text);
  --mat-datepicker-calendar-date-today-outline-color: var(--foreground-hint-text);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: var(--foreground-disabled-text);
  --mat-datepicker-calendar-date-text-color: var(--foreground-text);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: var(--foreground-disabled-text);
  --mat-datepicker-calendar-date-preview-state-outline-color: var(--foreground-divider);
  --mat-datepicker-range-input-separator-color: var(--foreground-text);
  --mat-datepicker-range-input-disabled-state-separator-color: var(--foreground-disabled-text);
  --mat-datepicker-range-input-disabled-state-text-color: var(--foreground-disabled-text);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: var(--foreground-text);
}
.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: var(--accent-contrast-500);
  --mat-datepicker-calendar-date-selected-state-background-color: var(--accent-500);
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: var(--foreground-disabled-button);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: var(--accent-contrast-500);
  --mat-datepicker-calendar-date-focus-state-background-color: var(--accent-500);
  --mat-datepicker-calendar-date-hover-state-background-color: var(--accent-500);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(var(--accent-500), 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: var(--warn-contrast-500);
  --mat-datepicker-calendar-date-selected-state-background-color: var(--warn-500);
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: var(--foreground-disabled-button);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: var(--warn-contrast-500);
  --mat-datepicker-calendar-date-focus-state-background-color: var(--warn-500);
  --mat-datepicker-calendar-date-hover-state-background-color: var(--warn-500);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(var(--warn-500), 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: var(--accent-500);
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: var(--warn-500);
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-weight: 700;
  --mat-datepicker-calendar-period-button-text-size: 13px;
  --mat-datepicker-calendar-period-button-text-weight: 700;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 700;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: var(--foreground-divider);
}
html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}
html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: var(--foreground-text);
  --mat-expansion-actions-divider-color: var(--foreground-divider);
  --mat-expansion-header-hover-state-layer-color: var(--background-hover);
  --mat-expansion-header-focus-state-layer-color: var(--background-hover);
  --mat-expansion-header-disabled-state-text-color: var(--foreground-disabled-button);
  --mat-expansion-header-text-color: var(--foreground-text);
  --mat-expansion-header-description-color: var(--foreground-secondary-text);
  --mat-expansion-header-indicator-color: var(--foreground-secondary-text);
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 16px;
  --mat-expansion-header-text-weight: 700;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 24px;
  --mat-expansion-container-text-size: 16px;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 300;
}
html {
  --mat-grid-list-tile-header-primary-text-size: 16px;
  --mat-grid-list-tile-header-secondary-text-size: 13px;
  --mat-grid-list-tile-footer-primary-text-size: 16px;
  --mat-grid-list-tile-footer-secondary-text-size: 13px;
}
html {
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: var(--primary-500);
}
.mat-icon.mat-accent {
  --mat-icon-color: var(--accent-500);
}
.mat-icon.mat-warn {
  --mat-icon-color: var(--warn-500);
}
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: var(--foreground-divider);
  --mat-sidenav-container-background-color: var(--background-dialog);
  --mat-sidenav-container-text-color: var(--foreground-text);
  --mat-sidenav-content-background-color: var(--background-background);
  --mat-sidenav-content-text-color: var(--foreground-text);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-icon-foreground-color: var(--primary-contrast-500);
  --mat-stepper-header-selected-state-icon-background-color: var(--primary-500);
  --mat-stepper-header-selected-state-icon-foreground-color: var(--primary-contrast-500);
  --mat-stepper-header-done-state-icon-background-color: var(--primary-500);
  --mat-stepper-header-done-state-icon-foreground-color: var(--primary-contrast-500);
  --mat-stepper-header-edit-state-icon-background-color: var(--primary-500);
  --mat-stepper-header-edit-state-icon-foreground-color: var(--primary-contrast-500);
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: var(--foreground-divider);
  --mat-stepper-header-hover-state-layer-color: var(--background-hover);
  --mat-stepper-header-focus-state-layer-color: var(--background-hover);
  --mat-stepper-header-label-text-color: var(--foreground-secondary-text);
  --mat-stepper-header-optional-label-text-color: var(--foreground-secondary-text);
  --mat-stepper-header-selected-state-label-text-color: var(--foreground-text);
  --mat-stepper-header-error-state-label-text-color: var(--warn-500);
  --mat-stepper-header-icon-background-color: var(--foreground-secondary-text);
  --mat-stepper-header-error-state-icon-foreground-color: var(--warn-500);
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: var(--accent-contrast-500);
  --mat-stepper-header-selected-state-icon-background-color: var(--accent-500);
  --mat-stepper-header-selected-state-icon-foreground-color: var(--accent-contrast-500);
  --mat-stepper-header-done-state-icon-background-color: var(--accent-500);
  --mat-stepper-header-done-state-icon-foreground-color: var(--accent-contrast-500);
  --mat-stepper-header-edit-state-icon-background-color: var(--accent-500);
  --mat-stepper-header-edit-state-icon-foreground-color: var(--accent-contrast-500);
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: var(--warn-contrast-500);
  --mat-stepper-header-selected-state-icon-background-color: var(--warn-500);
  --mat-stepper-header-selected-state-icon-foreground-color: var(--warn-contrast-500);
  --mat-stepper-header-done-state-icon-background-color: var(--warn-500);
  --mat-stepper-header-done-state-icon-foreground-color: var(--warn-contrast-500);
  --mat-stepper-header-edit-state-icon-background-color: var(--warn-500);
  --mat-stepper-header-edit-state-icon-foreground-color: var(--warn-contrast-500);
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 16px;
  --mat-stepper-header-label-text-weight: 300;
  --mat-stepper-header-error-state-label-text-size: 18px;
  --mat-stepper-header-selected-state-label-text-size: 18px;
  --mat-stepper-header-selected-state-label-text-weight: 700;
}
html {
  --mat-sort-arrow-color: var(--foreground-secondary-text);
}
html {
  --mat-toolbar-container-background-color: var(--background-app-bar);
  --mat-toolbar-container-text-color: var(--foreground-text);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: var(--primary-500);
  --mat-toolbar-container-text-color: var(--primary-contrast-500);
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: var(--accent-500);
  --mat-toolbar-container-text-color: var(--accent-contrast-500);
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: var(--warn-500);
  --mat-toolbar-container-text-color: var(--warn-contrast-500);
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 26px;
  --mat-toolbar-title-text-size: 22px;
  --mat-toolbar-title-text-tracking: normal;
  --mat-toolbar-title-text-weight: 700;
}
html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: var(--foreground-text);
}
html {
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 16px;
  --mat-tree-node-text-weight: 300;
}
html {
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-timepicker-container-background-color: white;
}
table.mat-mdc-table {
  width: 100%;
}
table.mat-mdc-table {
  table-layout: auto;
}
table.mat-mdc-table,
mat-table.mat-mdc-table {
  --mat-table-header-headline-size: 13px;
  --mat-table-row-item-outline-width: 0px;
  --mat-table-header-headline-color: #939393;
  --mat-table-row-item-label-text-color: #787878;
}
table.mat-mdc-table.no-bottom-border mat-row.mat-mdc-row:last-of-type,
mat-table.mat-mdc-table.no-bottom-border mat-row.mat-mdc-row:last-of-type {
  border-bottom: none;
}
table.mat-mdc-table.top-border mat-header-row.mat-mdc-header-row,
table.mat-mdc-table.top-border th.mat-mdc-header-cell,
mat-table.mat-mdc-table.top-border mat-header-row.mat-mdc-header-row,
mat-table.mat-mdc-table.top-border th.mat-mdc-header-cell {
  border-top: 2px var(--layout-50) solid;
}
table mat-row.mat-mdc-row,
table mat-header-row.mat-mdc-header-row,
table mat-footer-row.mat-mdc-footer-row,
table th.mat-mdc-header-cell,
table td.mat-mdc-cell,
table td.mat-mdc-footer-cell,
mat-table mat-row.mat-mdc-row,
mat-table mat-header-row.mat-mdc-header-row,
mat-table mat-footer-row.mat-mdc-footer-row,
mat-table th.mat-mdc-header-cell,
mat-table td.mat-mdc-cell,
mat-table td.mat-mdc-footer-cell {
  border-bottom-color: var(--layout-50);
}
table mat-row.mat-mdc-row,
mat-table mat-row.mat-mdc-row {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
table mat-header-row.mat-mdc-header-row,
table th.mat-mdc-header-cell,
mat-table mat-header-row.mat-mdc-header-row,
mat-table th.mat-mdc-header-cell {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
div.mat-mdc-no-data-row {
  color: #787878;
  background-color: var(--layout-10);
  border-bottom: 1px var(--layout-50) solid;
}
div.mat-mdc-no-data-row {
  text-align: center;
  padding-block: 16px;
}
mat-header-row.mat-mdc-header-row {
  min-height: var(--table-header-row-min-height, 40px);
}
table.mat-mdc-table tr.mat-mdc-header-row {
  height: var(--table-header-row-min-height, 40px);
}
mat-header-cell.mat-mdc-header-cell,
mat-cell.mat-mdc-cell,
table.mat-mdc-table th.mat-mdc-header-cell,
table.mat-mdc-table td.mat-mdc-cell {
  padding: 8px;
}
mat-header-cell.mat-mdc-header-cell:first-of-type,
mat-cell.mat-mdc-cell:first-of-type,
table.mat-mdc-table th.mat-mdc-header-cell:first-of-type,
table.mat-mdc-table td.mat-mdc-cell:first-of-type {
  padding-left: var(--table-first-cell-left-padding, 16px);
}
mat-header-cell.mat-mdc-header-cell:last-of-type,
mat-cell.mat-mdc-cell:last-of-type,
table.mat-mdc-table th.mat-mdc-header-cell:last-of-type,
table.mat-mdc-table td.mat-mdc-cell:last-of-type {
  padding-right: var(--table-last-cell-right-padding, 16px);
}
tr.mat-mdc-row:nth-of-type(even),
mat-row.mat-mdc-row:nth-of-type(even) {
  background-color: var(--layout-10);
}
tr.mat-mdc-row:hover,
mat-row.mat-mdc-row:hover {
  background: var(--background-hover);
  transition: all 0.15s ease-in-out;
}
.expandable tr.mat-mdc-row,
.expandable mat-row.mat-mdc-row {
  background: inherit;
}
.expandable tr.mat-mdc-row:nth-of-type(4n+3),
.expandable mat-row.mat-mdc-row:nth-of-type(4n+3) {
  background-color: var(--layout-10);
}
.expandable tr.mat-mdc-row:hover,
.expandable mat-row.mat-mdc-row:hover {
  background: var(--background-hover);
  transition: all 0.15s ease-in-out;
}
.expandable tr.mat-mdc-row:not(.expansion-row) td.mat-mdc-cell,
.expandable tr.mat-mdc-row:not(.expansion-row) mat-cell.mat-mdc-cell,
.expandable mat-row.mat-mdc-row:not(.expansion-row) td.mat-mdc-cell,
.expandable mat-row.mat-mdc-row:not(.expansion-row) mat-cell.mat-mdc-cell {
  border-bottom: none;
}
.expandable tr.mat-mdc-row.expansion-row,
.expandable mat-row.mat-mdc-row.expansion-row {
  height: unset;
  min-height: unset;
  background: inherit;
}
.expandable tr.mat-mdc-row.expansion-row td.mat-mdc-cell,
.expandable tr.mat-mdc-row.expansion-row mat-cell.mat-mdc-cell,
.expandable mat-row.mat-mdc-row.expansion-row td.mat-mdc-cell,
.expandable mat-row.mat-mdc-row.expansion-row mat-cell.mat-mdc-cell {
  padding: 0;
}
mat-row.mat-mdc-row {
  min-height: var(--table-row-min-height, 64px);
}
table.mat-mdc-table tr.mat-mdc-row {
  height: var(--table-row-min-height, 64px);
}
mat-footer-row.mat-mdc-footer-row {
  height: unset;
  min-height: var(--table-footer-row-min-height, var(--mat-table-footer-container-height));
}
mat-form-field.mat-mdc-form-field {
  width: 100%;
  --mdc-filled-text-field-label-text-size: 16px;
  --mdc-outlined-text-field-label-text-size: 16px;
  --mdc-filled-text-field-label-text-weight: normal;
  --mdc-outlined-text-field-label-text-weight: normal;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-weight: normal;
  --mdc-filled-text-field-label-text-color: var(--layout-500);
  --mdc-outlined-text-field-label-text-color: var(--layout-500);
  --mdc-filled-text-field-input-text-color: var(--mat-form-field-text-color, rgba(0, 0, 0, 0.87));
  --mdc-outlined-text-field-input-text-color: var(--mat-form-field-text-color, rgba(0, 0, 0, 0.87));
  --mdc-filled-text-field-caret-color: var(--mat-form-field-caret-color, var(--primary-500));
  --mdc-outlined-text-field-caret-color: var(--mat-form-field-caret-color, var(--primary-500));
  --mdc-filled-text-field-hover-label-text-color: var(--layout-500);
  --mdc-outlined-text-field-hover-label-text-color: var(--layout-500);
  --mdc-filled-text-field-input-text-placeholder-color: var(--mat-form-field-placeholder-color, color-mix(in srgb, var(--foreground-secondary-text) 42%, transparent));
  --mdc-outlined-text-field-input-text-placeholder-color: var(--mat-form-field-placeholder-color, color-mix(in srgb, var(--foreground-secondary-text) 42%, transparent));
  --mdc-filled-text-field-active-indicator-color: var(--layout-500);
  --mdc-filled-text-field-hover-active-indicator-color: var(--layout-500);
  --mdc-filled-text-field-focus-active-indicator-color: var(--primary-500);
  --mdc-outlined-text-field-outline-color: var(--layout-500);
  --mdc-outlined-text-field-hover-outline-color: var(--layout-500);
  --mdc-filled-text-field-container-color: var(--mat-form-field-container-background-color, rgba(0, 0, 0, 0.04));
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
}
mat-form-field.mat-mdc-form-field .mdc-text-field--outlined:not(.mdc-text-field--disabled) {
  background-color: var(--mat-form-field-container-background-color, transparent);
}
mat-form-field.mat-mdc-form-field .mdc-text-field--outlined {
  border-top-left-radius: var(--mat-form-field-outlined-leading-border-radius, 4px);
  border-bottom-left-radius: var(--mat-form-field-outlined-leading-border-radius, 4px);
}
mat-form-field.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline__leading {
  border-top-left-radius: var(--mat-form-field-outlined-leading-border-radius, var(--mdc-outlined-text-field-container-shape));
  border-bottom-left-radius: var(--mat-form-field-outlined-leading-border-radius, var(--mdc-outlined-text-field-container-shape));
}
mat-form-field.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline__trailing {
  border-top-right-radius: var(--mat-form-field-outlined-trailing-border-radius, var(--mdc-outlined-text-field-container-shape));
  border-bottom-right-radius: var(--mat-form-field-outlined-trailing-border-radius, var(--mdc-outlined-text-field-container-shape));
}
mat-form-field.mat-mdc-form-field .mat-mdc-form-field-focus-overlay {
  display: none;
}
mat-form-field.mat-mdc-form-field .mat-mdc-form-field-infix {
  min-height: var(--mat-form-field-infix-min-height, 56px);
}
mat-form-field.mat-mdc-form-field .mdc-text-field:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: var(--mat-form-field-padding-top, 24px);
  padding-bottom: var(--mat-form-field-padding-bottom, 8px);
}
mat-form-field.mat-mdc-form-field .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix,
mat-form-field.mat-mdc-form-field .mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: var(--mat-form-field-padding-top, 16px);
  padding-bottom: var(--mat-form-field-padding-bottom, 16px);
}
mat-form-field.mat-mdc-form-field .mat-mdc-text-field-wrapper {
  overflow: visible;
}
mat-form-field.mat-mdc-form-field:hover .mdc-text-field:not(.mdc-text-field--disabled) .mdc-line-ripple {
  --mdc-filled-text-field-active-indicator-height: 2px;
}
mat-form-field.mat-mdc-form-field:hover .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline {
  --mdc-outlined-text-field-outline-width: var(--mat-form-field-outlined-hover-border-width, 1px);
}
mat-form-field .mdc-text-field,
mat-form-field .mat-mdc-form-field-hint-wrapper,
mat-form-field .mat-mdc-form-field-error-wrapper {
  padding-block: 0;
  padding-inline: var(--mat-form-field-left-padding, 12px) var(--mat-form-field-right-padding, 12px);
}
mat-form-field .mdc-text-field .mat-mdc-form-field-icon-prefix:empty,
mat-form-field .mdc-text-field .mat-mdc-form-field-icon-prefix > .mat-icon {
  padding-left: var(--mat-form-field-left-padding, 12px);
}
mat-form-field .mdc-text-field .mat-mdc-form-field-icon-prefix > :not(.mat-icon):first-child {
  margin-left: 4px;
}
mat-form-field .mdc-text-field .mat-mdc-form-field-icon-suffix:empty,
mat-form-field .mdc-text-field .mat-mdc-form-field-icon-suffix > .mat-icon {
  padding-right: var(--mat-form-field-right-padding, 12px);
}
mat-form-field .mdc-text-field .mat-mdc-form-field-icon-suffix > :not(.mat-icon):last-child {
  margin-right: 4px;
}
mat-form-field .mat-mdc-form-field-icon-infix,
mat-form-field .mat-mdc-form-field-icon-suffix {
  flex-shrink: 0;
}
mat-form-field .mat-mdc-floating-label {
  max-width: 100%;
}
mat-form-field .mdc-line-ripple {
  display: var(--mat-form-field-underline-display, block);
}
mat-form-field .mat-mdc-input-element {
  font: inherit;
}
mat-form-field .mat-mdc-input-element::placeholder {
  font-weight: var(--mat-form-field-placeholder-font-weight, normal);
}
mat-form-field input.mat-mdc-chip-input {
  max-width: 100%;
}
mat-form-field.hint-right mat-hint {
  order: 2;
}
mat-hint {
  color: #787878;
}
mat-option.mat-mdc-option {
  height: fit-content;
  min-height: 48px;
  box-sizing: border-box;
  --mat-option-label-text-color: #787878;
  --mat-option-selected-state-label-text-color: var(--primary-500);
  font-size: inherit;
  line-height: inherit;
  --mat-option-label-text-weight: normal;
  --mat-option-hover-state-layer-color: var(--background-hover);
  --mat-option-focus-state-layer-color: color-mix(in srgb, var(--background-hover) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, var(--background-hover) 12%, transparent);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
mat-option.mat-mdc-option.mat-mdc-option-active,
mat-option.mat-mdc-option:focus {
  color: var(--primary-500);
}
mat-option.mat-mdc-option.mat-mdc-option-active:hover,
mat-option.mat-mdc-option:focus:hover {
  --mat-option-focus-state-layer-color: var(--mat-option-hover-state-layer-color);
}
mat-option.mat-mdc-option:nth-child(even) {
  background-color: #f7fafa;
}
mat-option.mat-mdc-option.mdc-list-item--disabled {
  pointer-events: none;
  opacity: 0.6;
}
mat-option.mat-mdc-option .mdc-list-item__primary-text {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
mat-option.mat-mdc-option .mat-icon {
  margin-right: 0;
}
.mat-mdc-tooltip {
  --mdc-plain-tooltip-supporting-text-size: 13px;
  --mdc-plain-tooltip-supporting-text-line-height: 18px;
  --mdc-plain-tooltip-supporting-text-weight: bold;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
}
.mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #e98c4a;
  --mdc-circular-progress-active-indicator-width: 15%;
}
mat-slide-toggle.mat-mdc-slide-toggle,
mat-slide-toggle.mat-mdc-slide-toggle.mat-accent,
mat-slide-toggle.mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-unselected-handle-color: #fdfdfd;
  --mdc-switch-unselected-hover-handle-color: #f0f0f0;
  --mdc-switch-unselected-focus-handle-color: #f0f0f0;
  --mdc-switch-unselected-pressed-handle-color: #f0f0f0;
  --mdc-switch-disabled-unselected-handle-color: #fdfdfd;
  --mdc-switch-unselected-track-color: #939393;
  --mdc-switch-unselected-hover-track-color: #939393;
  --mdc-switch-unselected-focus-track-color: #939393;
  --mdc-switch-unselected-pressed-track-color: #939393;
  --mdc-switch-disabled-handle-elevation-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15), 0 0 2px 1px rgba(0, 0, 0, 0.05);
}
mat-slide-toggle.mat-mdc-slide-toggle,
mat-slide-toggle.mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-hover-state-layer-color: var(--accent-500);
  --mdc-switch-selected-focus-state-layer-color: var(--accent-500);
  --mdc-switch-selected-pressed-state-layer-color: var(--accent-500);
  --mdc-switch-selected-handle-color: var(--accent-500);
  --mdc-switch-selected-hover-handle-color: var(--accent-500);
  --mdc-switch-selected-focus-handle-color: var(--accent-500);
  --mdc-switch-selected-pressed-handle-color: var(--accent-500);
  --mdc-switch-disabled-selected-handle-color: var(--accent-500);
  --mdc-switch-selected-track-color: var(--accent-200);
  --mdc-switch-selected-hover-track-color: var(--accent-200);
  --mdc-switch-selected-focus-track-color: var(--accent-200);
  --mdc-switch-selected-pressed-track-color: var(--accent-200);
  --mdc-switch-disabled-selected-track-color: var(--accent-500);
}
mat-slide-toggle.mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-hover-state-layer-color: var(--warn-500);
  --mdc-switch-selected-focus-state-layer-color: var(--warn-500);
  --mdc-switch-selected-pressed-state-layer-color: var(--warn-500);
  --mdc-switch-selected-handle-color: var(--warn-500);
  --mdc-switch-selected-hover-handle-color: var(--warn-500);
  --mdc-switch-selected-focus-handle-color: var(--warn-500);
  --mdc-switch-selected-pressed-handle-color: var(--warn-500);
  --mdc-switch-disabled-selected-handle-color: var(--warn-500);
  --mdc-switch-selected-track-color: var(--warn-200);
  --mdc-switch-selected-hover-track-color: var(--warn-200);
  --mdc-switch-selected-focus-track-color: var(--warn-200);
  --mdc-switch-selected-pressed-track-color: var(--warn-200);
  --mdc-switch-disabled-selected-track-color: var(--warn-500);
}
.mdc-switch .mdc-switch__ripple {
  display: var(--mat-slide-toggle-ripple-display, block);
}
.mat-mdc-progress-bar {
  --mdc-linear-progress-track-color: var(--primary-100);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-track-color: var(--accent-100);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-track-color: var(--warn-100);
}
.mat-mdc-menu-panel {
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-weight: 400;
  --mat-menu-item-icon-color: var(--foreground-icon);
  --mat-menu-item-hover-state-layer-color: var(--background-hover);
  --mat-menu-item-focus-state-layer-color: var(--background-hover);
}
.mat-mdc-menu-panel.no-padding .mat-mdc-menu-content:not(:empty) {
  padding-block: 0;
}
.mat-mdc-menu-content .mat-mdc-menu-item span.mat-mdc-menu-item-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
button.mat-mdc-menu-item {
  height: 64px;
}
button.mat-mdc-menu-item:nth-child(even) {
  background-color: var(--layout-10);
}
.mat-mdc-list-base {
  --mdc-list-list-item-label-text-weight: normal;
  --mdc-list-list-item-hover-state-layer-opacity: 0;
}
.mat-mdc-list-base.no-padding {
  padding: 0;
}
.mat-mdc-list-base .mdc-list-item:hover {
  --mdc-list-list-item-container-color: var(--background-hover);
}
.mat-mdc-chip-set .mdc-evolution-chip-set__chips {
  max-width: 100%;
}
.mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #f0f0f0;
  --mdc-chip-label-text-weight: bold;
}
.mat-mdc-standard-chip span.mdc-evolution-chip__cell--primary,
.mat-mdc-standard-chip span.mdc-evolution-chip__action--primary,
.mat-mdc-standard-chip span.mat-mdc-chip-action-label {
  overflow: hidden;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-header-active-label-text-color: var(--accent-500);
  --mat-tab-header-active-hover-label-text-color: var(--accent-500);
  --mat-tab-header-active-focus-label-text-color: var(--accent-500);
  --mdc-tab-indicator-active-indicator-color: var(--accent-500);
  --mat-tab-indicator-active-indicator-color: var(--accent-500);
  --mat-tab-header-active-hover-indicator-color: var(--accent-500);
  --mat-tab-header-active-focus-indicator-color: var(--accent-500);
  --mat-tab-header-inactive-label-text-color: #808080;
  --mat-tab-header-inactive-hover-label-text-color: #808080;
  --mat-tab-header-inactive-focus-label-text-color: #808080;
  --mat-tab-header-active-ripple-color: #808080;
  --mat-tab-header-inactive-ripple-color: #808080;
}
.mat-mdc-tab-group .mdc-tab,
.mat-mdc-tab-nav-bar .mdc-tab {
  min-width: 160px;
}
.mat-mdc-tab-group .mdc-tab:hover .mdc-tab__ripple::before,
.mat-mdc-tab-nav-bar .mdc-tab:hover .mdc-tab__ripple::before {
  opacity: 0;
}
.mat-mdc-tab-group .mat-mdc-tab-body-content {
  height: unset;
  overflow: hidden;
  padding: 16px 2px;
  box-sizing: border-box;
}
.mat-mdc-tab-group:not(.no-divider) .mat-mdc-tab-header,
.mat-mdc-tab-nav-bar:not(.no-divider) {
  border-bottom: 1px solid #d9d9d9;
}
mat-select.mat-mdc-select {
  --mat-select-placeholder-text-color: color-mix(in srgb, var(--foreground-secondary-text) 42%, transparent);
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-enabled-arrow-color: var(--layout-400);
}
.mat-mdc-select-trigger {
  height: 100%;
  box-sizing: border-box;
  padding: var(--mat-select-trigger-padding, 0);
}
.mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow {
  width: 24px;
  margin-inline: 0;
}
.mat-mdc-select-panel {
  padding: 0 !important;
}
.mat-mdc-autocomplete-panel {
  padding: 0 !important;
}
.mat-mdc-dialog-container {
  --mdc-dialog-supporting-text-weight: normal;
  --mdc-dialog-supporting-text-color: black;
  --mdc-dialog-supporting-text-size: 16px;
}
.mat-mdc-dialog-title.mdc-dialog__title::before {
  display: none;
}
.mat-mdc-paginator .mat-mdc-paginator-outer-container {
  padding: 8px 0;
}
.mat-mdc-paginator .mat-mdc-paginator-page-size-select {
  width: 64px;
}
.mat-mdc-paginator .mat-mdc-icon-button {
  --mdc-icon-button-icon-size: 28px;
}
.mat-mdc-raised-button {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: var(--foreground-disabled-text);
}
.mat-mdc-raised-button:not(:disabled) {
  --mdc-protected-button-label-text-color: var(--foreground-text);
}
.mat-mdc-raised-button:not(:disabled).mat-primary {
  --mdc-protected-button-label-text-color: var(--primary-contrast-500);
}
.mat-mdc-raised-button:not(:disabled).mat-accent {
  --mdc-protected-button-label-text-color: var(--accent-contrast-500);
}
.mat-mdc-raised-button:not(:disabled).mat-warn {
  --mdc-protected-button-label-text-color: var(--warn-contrast-500);
}
.mat-mdc-outlined-button {
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button:not(:disabled).mdc-button {
  border-color: inherit;
}
.mat-mdc-unelevated-button {
  --mdc-filled-button-disabled-label-text-color: var(--foreground-disabled-text);
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-label-text-color: var(--foreground-text);
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-label-text-color: var(--primary-contrast-500);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-label-text-color: var(--accent-contrast-500);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-label-text-color: var(--warn-contrast-500);
}
.mat-mdc-fab:not(:disabled).mat-primary {
  --mat-fab-foreground-color: var(--primary-contrast-500);
}
.mat-mdc-fab:not(:disabled).mat-accent {
  --mat-fab-foreground-color: var(--accent-contrast-500);
}
.mat-mdc-fab:not(:disabled).mat-warn {
  --mat-fab-foreground-color: var(--warn-contrast-500);
}
.mat-mdc-mini-fab:not(:disabled).mat-primary {
  --mat-fab-small-foreground-color: var(--primary-contrast-500);
}
.mat-mdc-mini-fab:not(:disabled).mat-accent {
  --mat-fab-small-foreground-color: var(--accent-contrast-500);
}
.mat-mdc-mini-fab:not(:disabled).mat-warn {
  --mat-fab-small-foreground-color: var(--warn-contrast-500);
}
.mat-mdc-icon-button.mat-mdc-button-base {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  --mdc-icon-button-state-layer-size: 40px;
}
.mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
}
.mat-mdc-button.mat-accent,
.mat-mdc-outlined-button.mat-accent,
.mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-ripple-color: color-mix(in srgb, var(--accent-500) 10%, transparent);
}
.mat-mdc-button.mat-primary,
.mat-mdc-outlined-button.mat-primary,
.mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-ripple-color: color-mix(in srgb, var(--primary-500) 10%, transparent);
}
.mat-mdc-button.mat-warn,
.mat-mdc-outlined-button.mat-warn,
.mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-ripple-color: color-mix(in srgb, var(--warn-500) 10%, transparent);
}
.mat-mdc-button.mat-mdc-button-base:not(:disabled) {
  color: var(--mdc-text-button-label-text-color, inherit);
}
.mat-mdc-button-base > .mat-icon {
  flex-shrink: 0;
}
.mat-mdc-button-base .mdc-button__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mat-mdc-button-base .mat-mdc-button-persistent-ripple {
  display: var(--mat-button-persistent-ripple-display, block);
}
.mat-mdc-button .mat-mdc-button-touch-target,
.mat-mdc-unelevated-button .mat-mdc-button-touch-target,
.mat-mdc-raised-button .mat-mdc-button-touch-target,
.mat-mdc-outlined-button .mat-mdc-button-touch-target {
  height: 100% !important;
}
html {
  --mdc-radio-state-layer-size: 36px;
}
html {
  --mat-radio-touch-target-display: block;
}
mat-radio-button.mat-mdc-radio-button {
  display: inline-block;
}
mat-radio-button.mat-mdc-radio-button.mat-primary,
mat-radio-button.mat-mdc-radio-button.mat-accent,
mat-radio-button.mat-mdc-radio-button.mat-warn {
  --mdc-radio-unselected-icon-color: var(--foreground-secondary-text);
  --mdc-radio-unselected-hover-icon-color: var(--foreground-secondary-text);
  --mdc-radio-unselected-focus-icon-color: var(--foreground-secondary-text);
  --mdc-radio-unselected-pressed-icon-color: var(--foreground-secondary-text);
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
}
mat-radio-button.mat-mdc-radio-button .mdc-form-field {
  display: grid;
  width: 100%;
  height: 100%;
}
mat-radio-button.mat-mdc-radio-button .mdc-form-field .mdc-radio,
mat-radio-button.mat-mdc-radio-button .mdc-form-field .mdc-label {
  grid-row: 1;
  grid-column: 1;
}
mat-radio-button.mat-mdc-radio-button .mdc-form-field .mdc-radio {
  margin-left: var(--mat-radio-click-box-left-padding, 0px);
}
mat-radio-button.mat-mdc-radio-button .mdc-form-field .mdc-label {
  padding: var(--mat-radio-click-box-top-padding, 0px) var(--mat-radio-click-box-right-padding, 0px) var(--mat-radio-click-box-bottom-padding, 0px) calc(28px + var(--mat-radio-click-box-left-padding, 0px));
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
mat-radio-button.mat-mdc-radio-button .mdc-form-field .mdc-label:empty {
  padding: 0;
  width: calc(var(--mat-radio-click-box-left-padding, 0px) + 20px + var(--mat-radio-click-box-right-padding, 0px));
  height: calc(var(--mat-radio-click-box-top-padding, 0px) + 20px + var(--mat-radio-click-box-bottom-padding, 0px));
  min-width: 100%;
  min-height: 100%;
}
mat-radio-button.mat-mdc-radio-button.centered .mdc-form-field .mdc-radio {
  justify-self: center;
}
mat-radio-button.mat-mdc-radio-button .mdc-radio {
  padding: 0;
}
mat-radio-button.mat-mdc-radio-button .mdc-radio .mat-mdc-radio-touch-target,
mat-radio-button.mat-mdc-radio-button .mdc-radio .mat-radio-ripple {
  width: var(--mdc-radio-state-layer-size);
  height: var(--mdc-radio-state-layer-size);
}
mat-radio-button.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control,
mat-radio-button.mat-mdc-radio-button .mdc-radio .mat-radio-ripple {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
mat-radio-button.mat-mdc-radio-button .mdc-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
mat-radio-button.mat-mdc-radio-button .mdc-radio--disabled + .mdc-label {
  cursor: default;
}
html {
  --mdc-checkbox-state-layer-size: 36px;
}
html {
  --mat-checkbox-touch-target-display: block;
}
mat-checkbox.mat-mdc-checkbox.mat-primary,
mat-checkbox.mat-mdc-checkbox.mat-accent,
mat-checkbox.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: var(--background-background);
  --mdc-checkbox-unselected-icon-color: var(--foreground-secondary-text);
  --mdc-checkbox-unselected-hover-icon-color: var(--foreground-secondary-text);
  --mdc-checkbox-unselected-focus-icon-color: var(--foreground-secondary-text);
  --mdc-checkbox-unselected-pressed-icon-color: var(--foreground-secondary-text);
}
mat-checkbox.mat-mdc-checkbox .mdc-form-field {
  display: grid;
  width: 100%;
  height: 100%;
}
mat-checkbox.mat-mdc-checkbox .mdc-form-field .mdc-checkbox,
mat-checkbox.mat-mdc-checkbox .mdc-form-field .mdc-label {
  grid-row: 1;
  grid-column: 1;
}
mat-checkbox.mat-mdc-checkbox .mdc-form-field .mdc-checkbox {
  margin-left: var(--mat-checkbox-click-box-left-padding, 0px);
}
mat-checkbox.mat-mdc-checkbox .mdc-form-field .mdc-label {
  padding: var(--mat-checkbox-click-box-top-padding, 0px) var(--mat-checkbox-click-box-right-padding, 0px) var(--mat-checkbox-click-box-bottom-padding, 0px) calc(26px + var(--mat-checkbox-click-box-left-padding, 0px));
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
mat-checkbox.mat-mdc-checkbox .mdc-form-field .mdc-label:empty {
  display: inline-block;
  padding: 0;
  width: calc(var(--mat-checkbox-click-box-left-padding, 0px) + 18px + var(--mat-checkbox-click-box-right-padding, 0px));
  height: calc(var(--mat-checkbox-click-box-top-padding, 0px) + 18px + var(--mat-checkbox-click-box-bottom-padding, 0px));
  min-width: 100%;
  min-height: 100%;
}
mat-checkbox.mat-mdc-checkbox.centered .mdc-form-field .mdc-checkbox {
  justify-self: center;
}
mat-checkbox.mat-mdc-checkbox.align-top .mdc-form-field .mdc-checkbox {
  align-self: start;
  margin-top: 4px;
}
mat-checkbox.mat-mdc-checkbox .mdc-checkbox {
  padding: 0;
}
mat-checkbox.mat-mdc-checkbox .mdc-checkbox .mat-mdc-checkbox-touch-target,
mat-checkbox.mat-mdc-checkbox .mdc-checkbox .mat-mdc-checkbox-ripple,
mat-checkbox.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__ripple {
  width: var(--mdc-checkbox-state-layer-size);
  height: var(--mdc-checkbox-state-layer-size);
}
mat-checkbox.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control,
mat-checkbox.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background,
mat-checkbox.mat-mdc-checkbox .mdc-checkbox .mat-mdc-checkbox-ripple,
mat-checkbox.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__ripple {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
mat-checkbox.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__ripple {
  display: var(--mat-checkbox-persistent-ripple-display, block);
}
mat-checkbox.mat-mdc-checkbox .mdc-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
mat-expansion-panel {
  --mat-expansion-header-hover-state-layer-color: var(--mat-expansion-header-hover-color, transparent);
}
mat-expansion-panel .mat-expansion-panel-body {
  padding: var(--mat-expansion-panel-body-padding, 0 24px 16px);
}
mat-expansion-panel mat-expansion-panel-header span.mat-content {
  flex-direction: var(--mat-expansion-panel-content-flex-direction, row);
  height: var(--mat-expansion-panel-content-height, unset);
  width: var(--mat-expansion-panel-content-width, unset);
  margin: var(--mat-expansion-panel-content-margin, 0);
  overflow: var(--mat-expansion-panel-content-overflow, hidden);
}
mat-expansion-panel mat-expansion-panel-header span.mat-content.mat-content-hide-toggle {
  margin: var(--mat-expansion-panel-content-margin, 0px 8px 0px 0px);
}
mat-expansion-panel mat-expansion-panel-header .mat-expansion-indicator {
  align-self: var(--mat-expansion-header-indicator-align-self, unset);
}
mat-expansion-panel.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15), 0 0 2px 1px rgba(0, 0, 0, 0.05);
}
mat-expansion-panel .mat-expansion-panel-header.mat-expanded:hover {
  background: var(--mat-expansion-header-hover-color, transparent);
}
mat-expansion-panel .mat-expansion-panel-header.mat-expanded:focus {
  background: var(--mat-expansion-header-focus-color, transparent);
}
mat-toolbar.mat-toolbar .mat-mdc-button-base.mat-mdc-button-base.mat-unthemed {
  color: inherit;
}
cdk-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper {
  display: var(--mp-virtual-scroll-content-wrapper-display, block);
  flex-direction: var(--mp-virtual-scroll-content-wrapper-flex-direction, row);
  width: var(--mp-virtual-scroll-content-wrapper-width, auto);
  max-width: var(--mp-virtual-scroll-content-wrapper-max-width, none);
  height: var(--mp-virtual-scroll-content-wrapper-height, auto);
  contain: var(--mp-virtual-scroll-content-wrapper-contain, content);
}
mat-card.mat-mdc-card:not([class*=mat-elevation-z]) {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15), 0 0 2px 1px rgba(0, 0, 0, 0.05);
}
@supports selector(::-webkit-scrollbar) {
  ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #c0c0c0;
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb:vertical:hover,
  ::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #a6a6a6;
  }
}
h2 {
  color: var(--layout-500);
}
.mpsm-supplier-autocomplete-input__autocomplete-panel .no-entries {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  font-size: 14px;
  color: #a6a6a6;
}
.mpsm-supplier-autocomplete-input__autocomplete-panel .supplier-item {
  cursor: pointer;
  line-height: normal;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 10px;
  margin: 16px 0 16px 8px;
}
.mpsm-supplier-autocomplete-input__autocomplete-panel .supplier-item .supplier-item-icon {
  width: 36px;
  height: 36px;
}
.mpsm-supplier-autocomplete-input__autocomplete-panel .supplier-item .supplier-item-text {
  color: var(--layout-500);
  flex: 1;
  white-space: normal;
}
.mpsm-supplier-autocomplete-input__autocomplete-panel .supplier-item .supplier-item-text h4 {
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: 8px 0 0;
  max-width: 100%;
}
.mpsm-supplier-autocomplete-input__autocomplete-panel .supplier-item .supplier-item-text span {
  color: #787878;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  display: block;
  max-width: 100%;
  margin: 0 0 4px 0;
}
.mpsm-supplier-autocomplete-input__autocomplete-panel .supplier-item .supplier-item-text h4 + span {
  margin: 4px 0;
}
.mpsm-supplier-autocomplete-input__autocomplete-panel .supplier-item--active .supplier-item-text {
  color: inherit;
}
.mpctm-conditions-header__search-bar {
  max-width: 580px;
}
.mpctm-contracts-header__search-bar {
  max-width: 580px;
}
.mpctm-change-condition-status-dialog-container .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  max-width: 80vw;
}
.mpctm-reset-condition-signing-dialog-container .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  max-width: 80vw;
}
.mpctm-request-confirmation-preview-dialog-container .mat-mdc-dialog-container {
  --mdc-dialog-container-color: var(--background-background);
  min-width: 60vw;
  max-width: 80vw;
}
.mpctm-review-conditions-dialog-container .mat-mdc-dialog-container {
  --mdc-dialog-container-color: var(--background-background);
  min-width: 60vw;
  max-width: 80vw;
}
.mpctm-upload-document-dialog-container .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  max-width: 640px;
}
.mpctm-request-dialog-container .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  max-width: 640px;
}
.mpctm-condition-history-dialog-container .mat-mdc-dialog-container {
  --mdc-dialog-container-color: var(--background-background);
  min-width: 60vw;
  max-width: 80vw;
}
.mpcm-file-info-dialog-container .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  max-width: 80vw;
}
.mpk-api-key-table .form-field .mat-mdc-icon-button {
  --mdc-icon-button-state-layer-size: 30px;
  --mdc-icon-button-icon-size: 20px;
}
.mpk-api-key-table .form-field .mat-mdc-icon-button .mat-icon {
  font-size: 20px;
  line-height: 20px;
  width: 20px;
  height: 20px;
}
.mpcm-packungseinheiten-selector__option {
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}
.mpcm-artikelsuche-table-view .article-search-table .select-article-checkbox label {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.mpcm-matcher-dialog {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.mpcm-matcher-dialog .dialog-panel {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
.mpcm-matcher-dialog .dialog-panel.match--match .dialog-content-header .match-icon-wrapper mat-icon.match-icon-wrapper__icon {
  background-color: #82c970;
}
.mpcm-matcher-dialog .dialog-panel.match--match .dialog-content-header__mid-container-info-match {
  color: #82c970;
  border-color: #82c970;
  background-color: rgba(130, 201, 112, 0.1);
}
.mpcm-matcher-dialog .dialog-panel.match--matchproposal .dialog-content-header .match-icon-wrapper mat-icon.match-icon-wrapper__icon {
  background-color: #e98c4a;
}
.mpcm-matcher-dialog .dialog-panel.match--matchproposal .dialog-content-header__mid-container-info-match {
  color: #e98c4a;
  border-color: #e98c4a;
  background-color: rgba(233, 140, 74, 0.1);
}
.mpcm-matcher-dialog .dialog-panel .dialog-content {
  background-color: white;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.mpcm-matcher-dialog .dialog-panel .dialog-content .dialog-content-header {
  position: relative;
  box-sizing: border-box;
  height: 180px;
}
.mpcm-matcher-dialog .dialog-panel .dialog-content .dialog-content-body {
  flex: 1;
  overflow-y: auto;
  border-top: 1px solid #dedede;
  position: relative;
  background-color: #f5f5f5;
}
.mpcm-matcher-dialog .dialog-panel .dialog-sidebar {
  display: flex;
  flex-direction: column;
  flex: 0 0 400px;
  min-width: 0;
  background-color: #f5f5f5;
  border-left: 1px solid #dedede;
}
.mpcm-matcher-dialog .dialog-panel .dialog-sidebar .dialog-sidebar-section-title {
  font-size: 14px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #787878;
  margin-bottom: 32px;
}
.mpcm-matcher-dialog .dialog-panel .dialog-sidebar .dialog-sidebar-header {
  height: 180px;
  flex: none;
  box-sizing: border-box;
  padding: 16px;
}
.mpcm-matcher-dialog .dialog-panel .dialog-sidebar .dialog-sidebar-header .match-view-toggle {
  float: left;
  margin-top: -16px;
}
.mpcm-matcher-dialog .dialog-panel .dialog-sidebar .dialog-sidebar-header .match-view-toggle small {
  color: #787878;
  font-weight: bold;
}
.mpcm-matcher-dialog .dialog-panel .dialog-sidebar .dialog-sidebar-header .match-view-toggle.mat-checked small {
  color: var(--accent-500);
}
.mpcm-matcher-dialog .dialog-panel .dialog-sidebar .dialog-sidebar-body {
  flex: 1;
  overflow-y: auto;
}
.mpcm-matcher-dialog .dialog-panel .dialog-sidebar .dialog-sidebar-body .article-match-group {
  padding-bottom: 16px;
}
.mpcm-matcher-dialog .dialog-panel .dialog-sidebar .dialog-sidebar-body .article-match-group:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.mpcm-matcher-dialog .dialog-panel .dialog-sidebar .dialog-sidebar-body .dialog-sidebar-body-results {
  padding: 16px;
  border-top: 1px solid #dedede;
}
.mpcm-matcher-dialog .dialog-panel .dialog-sidebar .dialog-sidebar-body .dialog-sidebar-body-matches {
  min-height: 200px;
  padding: 16px;
  border-top: 1px solid #dedede;
}
.mpcm-matcher-dialog .dialog-panel .dialog-sidebar .dialog-sidebar-body .results-list-title--has-items,
.mpcm-matcher-dialog .dialog-panel .dialog-sidebar .dialog-sidebar-body .results-list-title--has-matches {
  --mp-list-count-title-title-row-color: #787878;
  margin-bottom: 8px;
}
.mpcm-matcher-dialog .dialog-panel .dialog-sidebar .dialog-sidebar-body .results-list-title--has-matches {
  --mp-list-count-title-count-color: white;
  --mp-list-count-title-count-background-color: var(--accent-500);
}
.mpcm-matcher-dialog .dialog-panel .dialog-sidebar .dialog-sidebar-body mp-spinner {
  color: #b3b3b3;
}
.mpcm-matcher-dialog .dialog-panel .dialog-sidebar .dialog-sidebar-body .dialog-sidebar-body-match-group {
  margin-top: 16px;
}
.mpcm-matcher-dialog .dialog-panel .dialog-sidebar .dialog-sidebar-body .dialog-sidebar-body-match-group:not(:first-of-type) {
  padding-top: 16px;
  border-top: 1px solid #dedede;
}
.mpcm-matcher-dialog .dialog-panel .dialog-sidebar .dialog-sidebar-footer {
  flex: 0;
}
.mpcm-matcher-dialog .dialog-panel .dialog-sidebar .dialog-sidebar-footer .dialog-sidebar-footer-actions {
  display: flex;
  border-top: 1px solid #dedede;
}
.mpcm-matcher-dialog .dialog-panel .dialog-sidebar .dialog-sidebar-footer .dialog-sidebar-footer-actions .dialog-action-cancel,
.mpcm-matcher-dialog .dialog-panel .dialog-sidebar .dialog-sidebar-footer .dialog-sidebar-footer-actions .dialog-action-save {
  flex: 1 1 auto;
  border-radius: 0 !important;
  height: 48px;
}
.mpcm-matcher-dialog .dialog-panel .dialog-sidebar .dialog-sidebar-footer .dialog-sidebar-footer-actions .dialog-action-cancel {
  flex: 0 0 33%;
  color: #787878;
  background-color: #f5f5f5;
}
.mpcm-matcher-dialog .dialog-panel .dialog-action-settings,
.mpcm-matcher-dialog .dialog-panel .dialog-action-close {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #787878;
}
.mpcm-matcher-dialog .font-mono {
  font:
    700 14px/20px "Courier New",
    Courier,
    monospace;
}
.dialog-action-settings-item strong {
  font: 700 14px/20px "Roboto" !important;
  color: #787878;
}
.mpcm-artikel-autocomplete-searchfield__autocomplete-panel .article-item {
  display: flex;
  padding-top: 16px;
}
.mpcm-artikel-autocomplete-searchfield__autocomplete-panel .article-item__icon {
  flex: 0 0 48px;
  height: 48px;
  margin-right: 8px;
  margin-left: -8px;
}
.mpcm-artikel-autocomplete-searchfield__autocomplete-panel .article-item-text {
  flex: 1;
  min-width: 0;
  padding-bottom: 16px;
  font-size: 14px;
}
.mpcm-artikel-autocomplete-searchfield__autocomplete-panel .article-item-text__header {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.mpcm-artikel-autocomplete-searchfield__autocomplete-panel .article-item-text__supplier {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mpcm-artikel-autocomplete-searchfield__autocomplete-panel .article-item-text__supplier-name {
  flex: 0 1 auto;
  min-width: 0;
}
.mpcm-artikel-autocomplete-searchfield__autocomplete-panel .article-item-text__supplier-icon.mat-icon {
  vertical-align: middle;
  margin-right: 4px;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
}
.mpcm-artikel-autocomplete-searchfield__autocomplete-panel .article-item-text__supplier-ref-number {
  flex: 1 0 auto;
  min-width: 0;
}
.mpcm-packungseinheiten-dialog-content .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
}
.mp-zendesk-support-form-dialog-container .mat-mdc-dialog-container {
  --mdc-dialog-container-color: var(--background-background);
  max-width: 80vw;
  width: 600px;
  border-radius: 12px;
  position: relative;
}
.mp-zendesk-support-form-dialog__attachments-info-tooltip {
  max-width: 300px;
  white-space: pre-line;
}
.mp-support-message-priority-selector__priority-info-tooltip.mat-mdc-tooltip {
  max-width: 300px;
  white-space: pre-line;
}
.mp-page {
  display: block;
  width: 100%;
  position: relative;
  height: 100%;
}
.mp-page .mp-page__head {
  box-sizing: border-box;
}
.mp-page .mp-page__main {
  box-sizing: border-box;
  display: block;
  height: auto;
  min-height: 100%;
}
.mp-page .mp-page__main--fixed-layout {
  display: flex;
  flex-direction: row;
}
@media (min-width: 1024px) {
  .mp-page .mp-page__main {
    display: flex;
    flex-direction: row;
  }
}
.mp-page .mp-page__main .mp-page__aside {
  box-sizing: border-box;
  flex: 1 1 100%;
  min-width: 0;
}
@media (min-width: 1024px) {
  .mp-page .mp-page__main .mp-page__aside {
    flex: 0 0 360px;
  }
}
.mp-page .mp-page__main .mp-page__aside-filters {
  flex-shrink: 0;
  flex-grow: 0;
}
.mp-page .mp-page__main .mp-page__content {
  box-sizing: border-box;
  flex: 1 1 100%;
  min-width: 0;
}
@media (min-width: 1024px) {
  .mp-page .mp-page__main .mp-page__content {
    flex: 1 1 auto;
  }
}
.mp-page .mp-page__head.mp-page--padding {
  padding: 0 24px;
}
@media (min-width: 1024px) {
  .mp-page .mp-page__head.mp-page--padding {
    padding: 0 32px;
  }
}
.mp-page .mp-page__aside.mp-page--padding {
  padding: 24px 24px 16px 24px;
}
@media (min-width: 1024px) {
  .mp-page .mp-page__aside.mp-page--padding {
    padding-block: 32px;
  }
}
.mp-page .mp-page__content.mp-page--padding {
  padding: 24px;
}
@media (min-width: 1024px) {
  .mp-page .mp-page__content.mp-page--padding {
    padding: 32px 32px 32px 32px;
  }
}
.mp-page.mp-page--centered,
.mp-page .mp-page__content-inner--centered {
  max-width: 1420px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .mp-page.mp-page--scrollable-wide-view {
    overflow: hidden;
  }
  .mp-page.mp-page--scrollable-wide-view .mp-page__main {
    height: 100%;
  }
  .mp-page.mp-page--scrollable-wide-view .mp-page__main .mp-page__content {
    overflow-y: auto;
  }
  .mp-page.mp-page--scrollable-wide-view .mp-page__main .mp-page__aside {
    overflow-y: auto;
  }
}
.mp-page.mp-page--scrollable {
  overflow: hidden;
}
.mp-page.mp-page--scrollable .mp-page__main {
  height: 100%;
}
.mp-page.mp-page--scrollable .mp-page__main .mp-page__content {
  overflow-y: auto;
}
.mp-page.mp-page--scrollable .mp-page__main .mp-page__aside {
  overflow-y: auto;
}
.mp-page.mp-page--border .mp-page__content {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  clip-path: inset(0 0 0 -6px);
}
.mp-shell mat-sidenav:not(.mat-drawer-opened) .mat-drawer-inner-container {
  overflow: visible;
}
.mp-shell mat-sidenav:not(.mat-drawer-opened) .mat-drawer-inner-container:not(.mat-drawer-animating) {
  display: block;
}
.mp-overview {
  display: flex;
  min-height: 100%;
  max-height: 100%;
}
.mp-overview .list-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.mp-overview .list-container .title-bar {
  display: flex;
  align-items: center;
  height: 56px;
  padding-left: 32px;
  background: var(--background-dialog);
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  font-family: Roboto, sans-serif;
  letter-spacing: normal;
}
.mp-overview .list-container .title-bar .title {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 20px;
  color: var(--layout-500);
  line-height: 24px;
}
.mp-overview .list-container .title-bar .title__count {
  margin-left: 8px;
  font-size: 16px;
  color: #757575;
  line-height: 14px;
}
.mp-overview .list-container .search-bar {
  padding: 8px 32px 0;
}
.mp-overview .list-container .list-context {
  padding: 16px 16px 0;
  border-bottom: 1px solid #d9d9d9;
}
.mp-overview .list-container .list-context:empty {
  display: none;
}
.mp-overview .list-container .list {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
  flex: 1;
}
.mp-overview .list-container .list .cdk-virtual-scroll-viewport {
  flex: 1;
  --mp-virtual-scroll-content-wrapper-display: flex;
  --mp-virtual-scroll-content-wrapper-flex-direction: column;
}
.mp-overview .detail-view-container {
  display: flex;
  flex: 2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}
.mp-overview .detail-view-container > :not(router-outlet) {
  width: 100%;
}
.mp-overview .layout-full {
  flex: 1 0 100%;
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
  min-width: 0;
  min-height: 0;
}
.mp-overview .navigated {
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
}
.mp-overview--custom .detail-view-container {
  overflow-y: auto;
}
.mp-overview-item .link .content > h2 {
  margin-bottom: 8px;
}
.mp-overview-item .link .content > h2:only-child {
  margin: 0;
}
.mp-view-action-fab {
  position: relative;
  top: 24px;
  right: 32px;
}
.mp-view-action-fab--custom {
  top: 40px;
}
.mp-view {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-height: 100%;
}
.mp-view .title-bar {
  z-index: 2;
  display: flex;
  align-items: center;
  height: 56px;
  padding-left: 16px;
  background: var(--background-dialog);
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  font-family: Roboto, sans-serif;
  letter-spacing: normal;
}
.mp-view .title-bar .title {
  flex: 1;
}
.mp-view .detail-page {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1;
  padding: 16px;
}
.mp-view .detail-page .detail-page-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px;
}
.mp-view .detail-page .detail-page-content .page-column .mat-mdc-form-field {
  width: 50%;
  min-width: 400px;
  margin-right: 32px;
  margin-bottom: 16px;
}
.mp-view .detail-page .detail-page-content .page-column .mat-mdc-form-field .mat-mdc-form-field-hint {
  order: 2;
}
.mp-view .detail-page .detail-page-content .mat-mdc-tab-group {
  margin-top: 32px;
}
.mp-view .detail-page-context-bar {
  display: flex;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}
.mp-view:not(.mp-view--custom) {
  overflow: hidden;
}
.mp-view:not(.mp-view--custom) .detail-page {
  overflow: hidden;
}
.mp-view:not(.mp-view--custom) .detail-page .detail-page-content {
  overflow: hidden;
  overflow-y: auto;
}
.mp-toast {
  --mdc-snackbar-supporting-text-color: #fff;
}
.mp-toast--warning,
.mp-toast--success {
  --mat-snack-bar-button-color: #fff;
}
.mp-toast--warning {
  --mdc-snackbar-container-color: #d6566d;
}
.mp-toast--success {
  --mdc-snackbar-container-color: #82c970;
}
.mp-navigation-group__navigation-menu-tooltip {
  --mdc-plain-tooltip-container-color: var(--layout-500);
}
.mp-flyout-selector__item-tooltip.mat-mdc-tooltip {
  max-width: 350px;
}
.mp-selector-item {
  display: flex;
  position: relative;
  margin-bottom: 16px;
}
.mp-selector-item:last-of-type {
  margin-bottom: 0;
}
.mp-selector-item .selection {
  position: absolute;
  right: 16px;
  top: 16px;
}
.mp-selector-item .card {
  flex: 1;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15), 0 0 2px 1px rgba(0, 0, 0, 0.05);
  color: var(--layout-500);
  background: white;
  padding: 16px;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.mp-selector-item .card:hover {
  background: var(--background-hover);
  transition: all 0.15s ease-in-out;
}
.mp-selector-item .card:visited,
.mp-selector-item .card:focus {
  color: var(--layout-500);
}
.mp-selector-item .card.active {
  background: var(--background-hover);
  transition: all 0.15s ease-in-out;
}
.mp-selector-item .card h4 {
  margin-bottom: 8px;
  margin-top: 0;
}
.mp-selector-item .card p {
  margin: 0;
}
.mp-selector-item .card h4:only-child {
  margin: 0;
}
.mp-selector-item .disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.3;
}
.mp-flyout {
  position: relative;
  z-index: 2;
  width: 464px;
  height: 100%;
  padding-top: 56px;
}
.mp-flyout .mp-basic-flyout {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: var(--background-background);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}
.mp-flyout .mp-basic-flyout .title-bar {
  display: flex;
  flex: 0 0 56px;
  align-items: center;
  height: 56px;
  padding-left: 16px;
  background: var(--background-dialog);
  z-index: 3;
  box-shadow: var(--mp-basic-flyout-title-bar-box-shadow, none);
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  font-family: Roboto, sans-serif;
  letter-spacing: normal;
}
.mp-flyout .mp-basic-flyout .title-bar .title {
  flex: 1;
}
.mp-flyout .mp-basic-flyout .title-bar .action-fab {
  position: relative;
  top: 24px;
  right: 32px;
}
.mp-flyout .mp-basic-flyout .content {
  position: relative;
  flex: 1;
  height: calc(100% - 56px);
}
.mp-flyout .mp-basic-flyout .content-action-fab {
  position: absolute;
  z-index: 1;
  bottom: 24px;
  right: 32px;
}
.mp-alert .headline {
  display: flex;
}
.mp-alert .headline > [mpAlertTitle] {
  flex: 1;
}
.mp-alert .alert-info,
.mp-alert .alert-warning,
.mp-alert .alert-danger {
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid;
  border-radius: 4px;
}
.mp-alert .alert-info mat-icon,
.mp-alert .alert-warning mat-icon,
.mp-alert .alert-danger mat-icon {
  margin-right: 16px;
  margin-bottom: 16px;
}
.mp-alert .alert-info {
  border-color: var(--layout-500);
}
.mp-alert .alert-info mat-icon {
  color: var(--layout-500);
}
.mp-alert .alert-warning {
  border-color: #e4c680;
  background-color: #f8f1e0;
}
.mp-alert .alert-warning mat-icon {
  color: #d09d26;
}
.mp-alert .alert-danger {
  border-color: var(--warn-200);
  background-color: var(--warn-50);
}
.mp-alert .alert-danger mat-icon {
  color: var(--warn-500);
}
:root {
  --swiper-scrollbar-bottom: 0;
  --swiper-scrollbar-sides-offset: 0;
  --swiper-scrollbar-bg-color: #f0f0f0;
  --swiper-scrollbar-drag-bg-color: #c0c0c0;
  --swiper-scrollbar-size: 8px;
}
.mp-autocomplete-panel .virtual-scroll-container {
  height: 250px;
}
.mp-confirm-dialog-container .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
}
.mp-change-password-input__requirements {
  margin-top: -21px;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  background-color: white;
}
.mp-change-password-input__requirements .requirement {
  cursor: default;
}
.mp-change-password-input__requirements .requirement__row {
  display: flex;
  align-items: center;
  color: #d6566d;
}
.mp-change-password-input__requirements .requirement__row-icon {
  flex: 0 auto;
}
.mp-change-password-input__requirements .requirement__row-label {
  flex: 1;
}
.mp-change-password-input__requirements .requirement__row--fulfilled {
  color: #82c970;
}
.mp-delete-confirm-dialog-container .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  max-width: 520px;
}
.mp-entity-autocomplete__autocomplete-panel .no-entries {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  font-size: 14px;
  color: #a6a6a6;
}
.mp-entity-autocomplete__autocomplete-panel .entity-autocomplete-item {
  padding: 16px 24px 16px 0;
}
.mp-entity-autocomplete__autocomplete-panel .entity-autocomplete-item h4 {
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 20px;
  max-width: 100%;
}
.mp-entity-autocomplete__autocomplete-panel .entity-autocomplete-item span {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  max-width: 100%;
}
.image-gallery-overlay {
  width: 90%;
  height: 90%;
}
.image-gallery-overlay .mat-mdc-dialog-container {
  position: relative;
  --mdc-dialog-container-color: #f6f6f6;
}
.mp-info-dialog-container .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  max-width: 80vw;
}
.mp-rich-text-editor .rich-text-editor .ql-editor {
  min-height: 100px;
}
.mp-rich-text-editor .rich-text-editor .ql-tooltip {
  z-index: 1;
}
.mp-rich-text-editor .rich-text-editor .ql-tooltip[data-mode=link]::before {
  content: "Link hinzuf\fcgen:";
}
.mp-rich-text-editor .rich-text-editor .ql-tooltip[data-mode=image]::before {
  content: "Bild einf\fcgen:";
}
.mp-rich-text-editor .rich-text-editor .ql-tooltip[data-mode=image] .ql-action::after,
.mp-rich-text-editor .rich-text-editor .ql-tooltip[data-mode=link] .ql-action::after {
  content: "Speichern";
}
.mp-rich-text-editor .rich-text-editor .ql-tooltip:not([data-mode])::before {
  content: "Link-URL:";
}
.mp-rich-text-editor .rich-text-editor .ql-tooltip:not([data-mode]) .ql-action::after {
  content: "Bearbeiten";
}
.mp-rich-text-editor .rich-text-editor .ql-tooltip:not([data-mode]) .ql-remove::before {
  content: "L\f6schen";
}
.mp-rich-text-editor {
  display: block;
}
.mp-rich-text-editor .rich-text-editor {
  width: 100%;
}
.mp-rich-text-editor .rich-text-editor__toolbar--hidden {
  display: none;
}
.mp-rich-text-editor-toolbar .toolbar-tools-group button.toolbar-tools-group__tool.ql-active,
.mp-rich-text-editor-toolbar .toolbar-tools-group button.toolbar-tools-group__tool:hover,
.mp-rich-text-editor-toolbar .toolbar-tools-group button.toolbar-tools-group__tool:focus,
.mp-rich-text-editor-toolbar .toolbar-tools-group .ql-picker-label.ql-active,
.mp-rich-text-editor-toolbar .toolbar-tools-group .ql-picker-label:hover,
.mp-rich-text-editor-toolbar .toolbar-tools-group .ql-picker-label:focus {
  color: var(--layout-500);
  background-color: var(--layout-50);
  border-radius: 3px;
}
.mp-rich-text-editor-toolbar .toolbar-tools-group button.toolbar-tools-group__tool.ql-active .ql-fill,
.mp-rich-text-editor-toolbar .toolbar-tools-group button.toolbar-tools-group__tool:hover .ql-fill,
.mp-rich-text-editor-toolbar .toolbar-tools-group button.toolbar-tools-group__tool:focus .ql-fill,
.mp-rich-text-editor-toolbar .toolbar-tools-group .ql-picker-label.ql-active .ql-fill,
.mp-rich-text-editor-toolbar .toolbar-tools-group .ql-picker-label:hover .ql-fill,
.mp-rich-text-editor-toolbar .toolbar-tools-group .ql-picker-label:focus .ql-fill {
  fill: var(--layout-500);
}
.mp-rich-text-editor-toolbar .toolbar-tools-group button.toolbar-tools-group__tool.ql-active .ql-stroke,
.mp-rich-text-editor-toolbar .toolbar-tools-group button.toolbar-tools-group__tool:hover .ql-stroke,
.mp-rich-text-editor-toolbar .toolbar-tools-group button.toolbar-tools-group__tool:focus .ql-stroke,
.mp-rich-text-editor-toolbar .toolbar-tools-group .ql-picker-label.ql-active .ql-stroke,
.mp-rich-text-editor-toolbar .toolbar-tools-group .ql-picker-label:hover .ql-stroke,
.mp-rich-text-editor-toolbar .toolbar-tools-group .ql-picker-label:focus .ql-stroke {
  stroke: var(--layout-500);
}
.mp-paginator__select-panel {
  font-size: 13px;
}
.mp-search-view-action-buttons__search-view-name-input {
  min-width: 280px;
}
.mp-copy-to-clipboard-button .copy-to-clipboard-button.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0;
}
.mp-filters-context-area .context-area-card > :not(:first-child) {
  border-top: 1px solid var(--layout-50);
}
.mp-filter-date-selector__calendar {
  background-color: white;
  width: 300px;
  border-radius: 4px;
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mp-filter-dialog-wrapper-parent .mat-mdc-dialog-container {
  padding: 0;
}
.mp-two-step-edit .stepper.mat-stepper-vertical {
  display: flex;
  flex-direction: column;
  --mat-stepper-line-color: #e6e6e6;
}
.mp-two-step-edit .stepper.mat-stepper-vertical:not(.stepper--final-step) .mat-step:last-child {
  box-shadow: 0px -5px 25px 0px rgba(0, 0, 0, 0.1490196078);
}
.mp-two-step-edit .stepper.mat-stepper-vertical .mat-step {
  display: flex;
  flex-direction: column;
}
.mp-two-step-edit .stepper.mat-stepper-vertical .mat-step .mat-step-header {
  background-color: white;
  --mat-stepper-header-selected-state-icon-background-color: var(--layout-500);
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-selected-state-label-text-color: var(--layout-500);
  --mat-stepper-header-icon-background-color: #787878;
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-label-text-color: #787878;
}
.mp-two-step-edit .stepper.mat-stepper-vertical .mat-step .mat-step-header:hover {
  background-color: var(--mat-stepper-header-hover-state-layer-color);
}
.mp-two-step-edit .stepper.mat-stepper-vertical .mat-step .mat-step-label {
  font-weight: bold;
}
.mp-two-step-edit .stepper.mat-stepper-vertical .mat-step .mat-step-icon-state-edit + .mat-step-label {
  color: var(--accent-500);
}
.mp-two-step-edit .stepper.mat-stepper-vertical .mat-step .mat-vertical-content-container {
  flex-grow: 1;
}
.mp-two-step-edit .stepper.mat-stepper-vertical.stepper--active-step-2 .mat-step:nth-child(1) .mat-vertical-stepper-content {
  height: auto !important;
  visibility: visible !important;
}
.mp-two-step-edit .stepper.mat-stepper-vertical.stepper--active-step-1 .mat-step:nth-child(1) {
  flex-grow: 1;
}
.mp-two-step-edit .stepper.mat-stepper-vertical.stepper--active-step-2 .mat-step:nth-child(2) {
  flex-grow: 1;
}

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