@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto:wght@100;300&display=swap";

/* node_modules/leaflet/dist/leaflet.css */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-tile::selection {
  background: transparent;
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}
.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-container {
  font-family:
    "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font:
    bold 18px "Lucida Console",
    Monaco,
    monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url("./media/layers-55W3Q4RM.png");
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("./media/layers-2x-TBM42ERR.png");
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
.leaflet-default-icon-path {
  background-image: url("./media/marker-icon-2V3QKKVC.png");
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}
.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}
.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font:
    16px/24px Tahoma,
    Verdana,
    sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}
.leaflet-popup-scrolled {
  overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/* node_modules/normalize.css/normalize.css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/* node_modules/highlight.js/styles/androidstudio.css */
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
code.hljs {
  padding: 3px 5px;
}
.hljs {
  color: #a9b7c6;
  background: #282b2e;
}
.hljs-number,
.hljs-literal,
.hljs-symbol,
.hljs-bullet {
  color: #6897BB;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-deletion {
  color: #cc7832;
}
.hljs-variable,
.hljs-template-variable,
.hljs-link {
  color: #629755;
}
.hljs-comment,
.hljs-quote {
  color: #808080;
}
.hljs-meta {
  color: #bbb529;
}
.hljs-string,
.hljs-attribute,
.hljs-addition {
  color: #6A8759;
}
.hljs-section,
.hljs-title,
.hljs-type {
  color: #ffc66d;
}
.hljs-name,
.hljs-selector-id,
.hljs-selector-class {
  color: #e8bf6a;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: bold;
}

/* node_modules/simplebar/dist/simplebar.css */
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}
.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* node_modules/handsontable/styles/handsontable.css */
/*!
 * Copyright (c) HANDSONCODE sp. z o. o.
 *
 * HANDSONTABLE is a software distributed by HANDSONCODE sp. z o. o., a Polish corporation based in
 * Gdynia, Poland, at Aleja Zwyciestwa 96-98, registered by the District Court in Gdansk under number
 * 538651, EU tax ID number: PL5862294002, share capital: PLN 62,800.00.
 *
 * This software is protected by applicable copyright laws, including international treaties, and dual-
 * licensed - depending on whether your use for commercial purposes, meaning intended for or
 * resulting in commercial advantage or monetary compensation, or not.
 *
 * If your use is strictly personal or solely for evaluation purposes, meaning for the purposes of testing
 * the suitability, performance, and usefulness of this software outside the production environment,
 * you agree to be bound by the terms included in the "handsontable-non-commercial-license.pdf" file.
 *
 * Your use of this software for commercial purposes is subject to the terms included in an applicable
 * license agreement.
 *
 * In any case, you must not make any such use of this software as to develop software which may be
 * considered competitive with this software.
 *
 * UNLESS EXPRESSLY AGREED OTHERWISE, HANDSONCODE PROVIDES THIS SOFTWARE ON AN "AS IS"
 * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, AND IN NO EVENT AND UNDER NO
 * LEGAL THEORY, SHALL HANDSONCODE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT,
 * INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
 * USE OR INABILITY TO USE THIS SOFTWARE.
 *
 * Version: 18.0.0
 * Release date: 30/06/2026 (built at 30/06/2026 08:45:28)
 */
.ht-root-wrapper {
  font-family:
    var(--ht-font-family),
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ht-root-wrapper:has(> .ht-slot-bottom > .ht-slot-element) .ht-wrapper:not(.htHorizontallyScrollableByWindow) .ht_master .wtHolder,
.ht-root-wrapper:has(> .ht-slot-bottom > .ht-slot-element) .ht-wrapper:not(.htVerticallyScrollableByWindow) .ht_master .wtHolder,
.ht-root-wrapper:has(> .ht-slot-top > .ht-slot-element) .ht-wrapper:not(.htHorizontallyScrollableByWindow) .ht_master .wtHolder,
.ht-root-wrapper:has(> .ht-slot-top > .ht-slot-element) .ht-wrapper:not(.htVerticallyScrollableByWindow) .ht_master .wtHolder {
  background-color: var(--ht-background-color);
  box-shadow: inset 0 0 0 1px var(--ht-border-color);
}
.htFocusCatcher {
  display: block !important;
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  opacity: 0;
  z-index: -1;
}
.ht-grid {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
}
.ht-grid-content {
  height: 100%;
}
.ht-slot-top,
.ht-slot-bottom {
  flex: 0 0 auto;
}
.ht-slot-element {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--ht-border-color);
}
.ht-slot-top > .ht-slot-element:not(:first-of-type) {
  border-top-width: 0;
}
.ht-slot-top > .ht-slot-element:last-of-type {
  border-bottom-width: 0;
}
.ht-slot-bottom > .ht-slot-element:not(:last-of-type) {
  border-bottom-width: 0;
}
.ht-slot-bottom > .ht-slot-element:first-of-type {
  border-top-width: 0;
}
.htScrollbarTest {
  scrollbar-width: auto;
  scrollbar-color: var(--ht-scrollbar-thumb-color) var(--ht-scrollbar-track-color);
}
.htScrollbarSafariTest::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
.handsontable {
  font-family:
    var(--ht-font-family),
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  position: relative;
  font-size: var(--ht-font-size);
  line-height: var(--ht-line-height);
  font-weight: var(--ht-font-weight);
  letter-spacing: var(--ht-letter-spacing);
  color: var(--ht-foreground-color);
  touch-action: manipulation;
}
.handsontable .wtHolder {
  scrollbar-width: auto;
  scrollbar-color: var(--ht-scrollbar-thumb-color) var(--ht-scrollbar-track-color);
}
.handsontable .wtHolder::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
.handsontable .wtHolder::-webkit-scrollbar-track {
  background: var(--ht-scrollbar-track-color);
  border-radius: var(--ht-scrollbar-border-radius);
}
.handsontable .wtHolder::-webkit-scrollbar-thumb {
  background-color: var(--ht-scrollbar-thumb-color);
  border-radius: var(--ht-scrollbar-border-radius);
}
.handsontable .wtHolder::-webkit-scrollbar-corner {
  background: var(--ht-scrollbar-track-color);
  border-end-end-radius: var(--ht-scrollbar-border-radius);
}
.handsontable.ht-wrapper {
  height: 100%;
  width: 100%;
}
.handsontable.ht-wrapper:not(.htFirstDatasetColumnNotRendered) td:first-of-type {
  border-inline-start-width: 1px;
}
.handsontable.htGhostTable.htNestedHeaders table {
  border-spacing: 0;
  border-collapse: collapse;
}
.handsontable.htGhostTable table thead th {
  border-bottom-width: 0;
}
.handsontable.htGhostTable table tbody tr:first-of-type th:first-child,
.handsontable.htGhostTable table tbody tr:first-of-type td:first-child {
  height: calc(var(--ht-cell-vertical-padding) * 2 + var(--ht-line-height) + 1px);
}
.handsontable.htGhostTable table tbody tr th,
.handsontable.htGhostTable table tbody tr td {
  border-top-width: 0;
  height: calc(var(--ht-cell-vertical-padding) * 2 + var(--ht-line-height) + 1px);
}
.handsontable:not(.htHorizontallyScrollableByWindow).htHasScrollX .ht_master .wtHolder,
.handsontable:not(.htHorizontallyScrollableByWindow).htHasScrollY .ht_master .wtHolder,
.handsontable:not(.htVerticallyScrollableByWindow).htHasScrollX .ht_master .wtHolder,
.handsontable:not(.htVerticallyScrollableByWindow).htHasScrollY .ht_master .wtHolder {
  background-color: var(--ht-background-color);
  box-shadow: inset 0 0 0 1px var(--ht-border-color);
}
.handsontable tr.ht__row_even th {
  background-color: var(--ht-row-header-even-background-color);
}
.handsontable tr.ht__row_even td {
  background-color: var(--ht-row-cell-even-background-color);
}
.handsontable tr.ht__row_odd th {
  background-color: var(--ht-row-header-odd-background-color);
}
.handsontable tr.ht__row_odd td {
  background-color: var(--ht-row-cell-odd-background-color);
}
.handsontable th,
.handsontable td {
  height: calc(var(--ht-cell-vertical-padding) * 2 + var(--ht-line-height) + 1px);
  padding: var(--ht-cell-vertical-padding) var(--ht-cell-horizontal-padding);
  vertical-align: top;
  border-top-width: 0;
  border-inline-start-width: 0;
  border-inline-end-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  font-size: var(--ht-font-size);
  line-height: var(--ht-line-height);
  white-space: pre-wrap;
  overflow: hidden;
  outline: none;
  outline-width: 0;
  empty-cells: show;
  box-sizing: border-box;
  color: var(--ht-foreground-color);
  border-top-color: var(--ht-cell-vertical-border-color);
  border-bottom-color: var(--ht-cell-vertical-border-color);
  border-inline-start-color: var(--ht-cell-horizontal-border-color);
  border-inline-end-color: var(--ht-cell-horizontal-border-color);
}
.handsontable th.invisibleSelection,
.handsontable td.invisibleSelection {
  outline: none;
}
.handsontable th.invisibleSelection::selection,
.handsontable td.invisibleSelection::selection {
  background: transparent;
}
.handsontable th {
  position: relative;
  overflow: visible;
  text-align: center;
  font-weight: var(--ht-header-font-weight);
  white-space: nowrap;
  color: var(--ht-header-foreground-color);
  background-color: var(--ht-header-background-color);
}
.handsontable th:last-child {
  border-inline-start-width: 0;
  border-inline-end-width: 1px;
  border-bottom-width: 1px;
  border-inline-end-color: var(--ht-border-color);
}
.handsontable th:last-child.ht__active_highlight {
  border-inline-end-color: var(--ht-header-active-border-color);
}
.handsontable th:first-child {
  border-inline-start-color: var(--ht-border-color);
}
.handsontable th:first-child.ht__active_highlight {
  border-inline-start-color: var(--ht-header-active-border-color);
}
.handsontable th:first-child,
.handsontable th:nth-child(2) {
  border-inline-start-width: 1px;
}
.handsontable th.current {
  box-shadow: inset 0 0 0 1px var(--ht-cell-selection-border-color);
}
.handsontable th.active {
  color: var(--ht-header-active-foreground-color);
  background-color: var(--ht-header-active-background-color);
}
.handsontable th.ht__highlight {
  color: var(--ht-header-highlighted-foreground-color);
  background-color: var(--ht-header-highlighted-background-color);
}
.handsontable th.ht__active_highlight {
  border-color: var(--ht-header-active-border-color);
  color: var(--ht-header-active-foreground-color);
  background-color: var(--ht-header-active-background-color);
}
.handsontable tbody tr.ht__row_odd th.ht__highlight,
.handsontable tbody tr.ht__row_even th.ht__highlight {
  color: var(--ht-header-row-highlighted-foreground-color);
  background-color: var(--ht-header-row-highlighted-background-color);
}
.handsontable tbody tr.ht__row_odd th.ht__active_highlight,
.handsontable tbody tr.ht__row_even th.ht__active_highlight {
  color: var(--ht-header-row-active-foreground-color);
  background-color: var(--ht-header-row-active-background-color);
}
.handsontable tbody tr:first-of-type th:first-child:empty::after,
.handsontable tbody tr:first-of-type td:first-child:empty::after {
  content: "";
  display: block;
  min-height: var(--ht-line-height);
}
.handsontable tbody tr th {
  padding: 0;
  color: var(--ht-header-row-foreground-color);
  background-color: var(--ht-header-row-background-color);
}
.handsontable tbody tr th.ht__active_highlight {
  box-shadow: 0 -1px 0 0 var(--ht-header-active-border-color);
}
.handsontable tbody tr th .relative {
  padding: var(--ht-cell-vertical-padding) var(--ht-cell-horizontal-padding);
  min-height: 100%;
}
.handsontable tbody tr td:first-child {
  border-inline-start-color: var(--ht-border-color);
}
.handsontable tbody tr td:last-child {
  border-inline-end-color: var(--ht-border-color);
}
.handsontable thead tr th {
  padding: 0;
}
.handsontable thead tr th.ht__active_highlight {
  box-shadow: -1px 0 0 0 var(--ht-header-active-border-color);
}
.handsontable thead tr th .relative {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: var(--ht-cell-vertical-padding) var(--ht-cell-horizontal-padding);
  gap: 2px;
}
.handsontable thead tr th .relative .colHeader {
  flex: 1 1 auto;
  min-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top;
}
.handsontable tr:first-child th,
.handsontable tr:first-child td {
  border-top-color: var(--ht-border-color);
  border-top-width: 1px;
}
.handsontable tr:first-child th.ht__active_highlight,
.handsontable tr:first-child td.ht__active_highlight {
  border-top-color: var(--ht-header-active-border-color);
}
.handsontable tr:last-child th,
.handsontable tr:last-child td {
  border-bottom-color: var(--ht-border-color);
}
.handsontable tr:last-child th.ht__active_highlight,
.handsontable tr:last-child td.ht__active_highlight {
  border-bottom-color: var(--ht-header-active-border-color);
}
.handsontable div[class^=ht_clone] thead .ht__highlight .relative::after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  height: var(--ht-header-highlighted-shadow-size);
  background-color: var(--ht-accent-color);
}
.handsontable div[class^=ht_clone] thead tr:only-of-type .ht__highlight .relative::after {
  bottom: 0;
}
.handsontable div[class^=ht_clone] tbody .ht__highlight .relative::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: var(--ht-header-highlighted-shadow-size);
  background-color: var(--ht-accent-color);
}
.handsontable div[class^=ht_clone] td:first-of-type {
  border-inline-start-width: 1px;
}
.handsontable thead tr:not(:last-child) th {
  overflow: hidden;
}
.handsontable .hide {
  display: none;
}
.handsontable .relative {
  position: relative;
  box-sizing: border-box;
}
.handsontable .wtHider {
  width: 0;
}
.handsontable .wtSpreader {
  position: relative;
  width: 0;
  height: auto;
}
.handsontable .htAutoSize {
  position: absolute;
  left: -99000px;
  top: -99000px;
  visibility: hidden;
}
.handsontable .htTextEllipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.handsontable table,
.handsontable tbody,
.handsontable thead,
.handsontable input,
.handsontable textarea,
.handsontable div {
  box-sizing: content-box;
}
.handsontable input,
.handsontable textarea {
  min-height: initial;
}
.handsontable .htCore {
  width: 0;
  margin: 0;
  border-width: 0;
  border-spacing: 0;
  border-collapse: separate;
  outline-width: 0;
  table-layout: fixed;
  cursor: default;
  background-color: var(--ht-background-color);
}
.handsontable col {
  width: 64px;
}
.handsontable col.rowHeader {
  width: 64px;
}
.handsontable col.hidden {
  width: 0 !important;
}
.handsontable span.colHeader,
.handsontable span.rowHeader {
  display: inline-block;
  font-size: var(--ht-font-size);
  line-height: var(--ht-line-height);
}
.handsontable tr.hidden {
  display: none;
}
.handsontable tr.hidden td,
.handsontable tr.hidden th {
  display: none;
}
.handsontable a {
  color: var(--ht-link-color);
}
.handsontable a:hover {
  color: var(--ht-link-hover-color);
}
.handsontable .ht_clone_top th:nth-child(2) {
  border-inline-start-width: 0;
  border-inline-end-width: 1px;
}
.handsontable .ht_clone_top_inline_start_corner th:nth-child(2) {
  border-inline-start-width: 0;
  border-inline-end-width: 1px;
}
.handsontable.htRowHeaders thead tr th:nth-child(2) {
  border-inline-start-width: 1px;
}
.handsontable .ht_master:not(.innerBorderInlineStart):not(.emptyColumns) tbody tr th,
.handsontable .ht_master:not(.innerBorderInlineStart):not(.emptyColumns) thead tr th:first-child,
.handsontable .ht_master:not(.innerBorderInlineStart):not(.emptyColumns) ~ .handsontable:not(.htGhostTable) tbody tr th,
.handsontable .ht_master:not(.innerBorderInlineStart):not(.emptyColumns) ~ .handsontable:not(.ht_clone_top):not(.htGhostTable) thead tr th:first-child {
  border-inline-end-width: 0;
  border-inline-start-width: 1px;
}
.handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr:last-child th,
.handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom) ~ .handsontable thead tr:last-child th,
.handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr.lastChild th,
.handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom) ~ .handsontable thead tr.lastChild th {
  border-bottom-width: 0;
}
.handsontable.htAutoRowSize .ht_master.innerBorderTop tbody tr:first-child th,
.handsontable.htAutoRowSize .ht_master.innerBorderTop tbody tr:first-child td {
  border-top-width: 0;
}
.handsontable.htAutoRowSize .ht_master.innerBorderTop ~ .ht_clone_inline_start tbody tr:first-child th,
.handsontable.htAutoRowSize .ht_master.innerBorderTop ~ .ht_clone_inline_start tbody tr:first-child td {
  border-top-width: 0;
}
.handsontable .ht_master table.htCore > thead,
.handsontable .ht_master table.htCore > tbody > tr > th,
.handsontable .ht_clone_inline_start table.htCore > thead {
  visibility: hidden;
}
.ht_master,
.ht_clone_inline_start,
.ht_clone_top,
.ht_clone_bottom {
  overflow: hidden;
}
.ht_master .wtHolder,
.ht_clone_inline_start .wtHolder,
.ht_clone_top .wtHolder,
.ht_clone_bottom .wtHolder {
  overflow: hidden;
}
.ht_master .wtHolder {
  overflow: auto;
}
[dir=rtl].handsontable td[dir=ltr] {
  border-inline-end-width: 0;
  border-inline-start-width: 1px;
}
[dir=rtl].handsontable tbody tr td[dir=ltr]:last-child {
  border-inline-start-color: var(--ht-border-color);
}
[dir=rtl].handsontable div[class^=ht_clone] tbody .ht__highlight .relative::after {
  right: auto;
  left: -1px;
}
.handsontable.ht-wrapper {
  border-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_master .htCore tbody tr:first-child td:first-child {
  border-start-start-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_master .htCore tbody tr:first-child td:last-child {
  border-start-end-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_clone_top_inline_start_corner .htCore tbody tr:first-child td:first-child {
  border-start-start-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_clone_top .htCore tbody tr:first-child td:first-child {
  border-start-start-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_clone_top .htCore tbody tr:first-child td:last-child {
  border-start-end-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_clone_inline_start .htCore tbody tr:first-child th:first-child,
.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_clone_inline_start .htCore tbody tr:first-child td:first-child {
  border-start-start-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper .ht_master .wtHolder {
  border-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper .ht_master .htCore {
  border-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper .ht_master .htCore thead tr:first-child th:first-child {
  border-start-start-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper .ht_master .htCore thead tr:first-child th:not(.hiddenHeader):not(:has(~ th:not(.hiddenHeader))) {
  border-start-end-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper .ht_master .htCore thead tr:last-child th:first-child {
  border-end-start-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper .ht_master .htCore thead tr:last-child th:not(.hiddenHeader):not(:has(~ th:not(.hiddenHeader))) {
  border-end-end-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper .ht_master .htCore tbody tr:last-child td:first-child {
  border-end-start-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper .ht_master .htCore tbody tr:last-child td:last-child {
  border-end-end-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper .ht_clone_top_inline_start_corner .htCore {
  border-start-start-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper .ht_clone_top_inline_start_corner .htCore thead tr:first-child th:first-child {
  border-start-start-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper .ht_clone_top .htCore {
  border-start-start-radius: var(--ht-border-radius);
  border-start-end-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper .ht_clone_top .htCore thead tr:first-child th:first-child {
  border-start-start-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper .ht_clone_top .htCore thead tr:first-child th:not(.hiddenHeader):not(:has(~ th:not(.hiddenHeader))) {
  border-start-end-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper .ht_clone_inline_start .htCore {
  border-start-start-radius: var(--ht-border-radius);
  border-end-start-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper .ht_clone_inline_start .htCore thead tr:first-child th:first-child {
  border-start-start-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper .ht_clone_inline_start .htCore tbody tr:last-child th:first-child,
.handsontable.ht-wrapper .ht_clone_inline_start .htCore tbody tr:last-child td:first-child {
  border-end-start-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper .ht_clone_bottom_inline_start_corner .htCore {
  border-end-start-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper .ht_clone_bottom_inline_start_corner .htCore tr:last-child th:first-child,
.handsontable.ht-wrapper .ht_clone_bottom_inline_start_corner .htCore tr:last-child td:first-child {
  border-end-start-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper .ht_clone_bottom .htCore {
  border-end-start-radius: var(--ht-border-radius);
  border-end-end-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper .ht_clone_bottom .htCore tr:last-child th:first-child,
.handsontable.ht-wrapper .ht_clone_bottom .htCore tr:last-child td:first-child {
  border-end-start-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper .ht_clone_bottom .htCore tr:last-child th:last-child,
.handsontable.ht-wrapper .ht_clone_bottom .htCore tr:last-child td:last-child {
  border-end-end-radius: var(--ht-border-radius);
}
.handsontable.ht-wrapper.htHasScrollX:not(.htHorizontallyScrollableByWindow) .htCore {
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}
.handsontable.ht-wrapper.htHasScrollX:not(.htHorizontallyScrollableByWindow) .htCore thead tr:last-child th:first-child,
.handsontable.ht-wrapper.htHasScrollX:not(.htHorizontallyScrollableByWindow) .htCore tbody tr:last-child td:first-child,
.handsontable.ht-wrapper.htHasScrollX:not(.htHorizontallyScrollableByWindow) .htCore tbody tr:last-child th:first-child {
  border-end-start-radius: 0;
}
.handsontable.ht-wrapper.htHasScrollX:not(.htHorizontallyScrollableByWindow) .htCore thead tr:last-child th:not(.hiddenHeader):not(:has(~ th:not(.hiddenHeader))),
.handsontable.ht-wrapper.htHasScrollX:not(.htHorizontallyScrollableByWindow) .htCore tbody tr:last-child td:last-child,
.handsontable.ht-wrapper.htHasScrollX:not(.htHorizontallyScrollableByWindow) .htCore tbody tr:last-child th:last-child {
  border-end-end-radius: 0;
}
.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}
.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore thead tr:first-child th:not(.hiddenHeader):not(:has(~ th:not(.hiddenHeader))),
.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore tbody tr:first-child td:last-child,
.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore tbody tr:first-child th:last-child {
  border-start-end-radius: 0;
}
.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore thead tr:last-child th:not(.hiddenHeader):not(:has(~ th:not(.hiddenHeader))),
.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore tbody tr:last-child td:last-child,
.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore tbody tr:last-child th:last-child {
  border-end-end-radius: 0;
}
.ht-root-wrapper {
  border-radius: var(--ht-border-radius);
}
.ht-root-wrapper:has(> .ht-slot-bottom > .ht-slot-element) .ht-wrapper,
.ht-root-wrapper:has(> .ht-slot-bottom > .ht-slot-element) .ht_master .wtHolder {
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}
.ht-root-wrapper:has(> .ht-slot-bottom > .ht-slot-element) .htCore {
  border-end-start-radius: 0 !important;
  border-end-end-radius: 0 !important;
}
.ht-root-wrapper:has(> .ht-slot-bottom > .ht-slot-element) .htCore thead tr:last-child th:first-child,
.ht-root-wrapper:has(> .ht-slot-bottom > .ht-slot-element) .htCore tbody tr:last-child td:first-child,
.ht-root-wrapper:has(> .ht-slot-bottom > .ht-slot-element) .htCore tbody tr:last-child th:first-child {
  border-end-start-radius: 0 !important;
}
.ht-root-wrapper:has(> .ht-slot-bottom > .ht-slot-element) .htCore thead tr:last-child th:not(.hiddenHeader):not(:has(~ th:not(.hiddenHeader))),
.ht-root-wrapper:has(> .ht-slot-bottom > .ht-slot-element) .htCore tbody tr:last-child td:last-child,
.ht-root-wrapper:has(> .ht-slot-bottom > .ht-slot-element) .htCore tbody tr:last-child th:last-child {
  border-end-end-radius: 0 !important;
}
.ht-root-wrapper:has(> .ht-slot-top > .ht-slot-element) .ht-wrapper,
.ht-root-wrapper:has(> .ht-slot-top > .ht-slot-element) .ht_master .wtHolder {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
}
.ht-root-wrapper:has(> .ht-slot-top > .ht-slot-element) .htCore {
  border-start-start-radius: 0 !important;
  border-start-end-radius: 0 !important;
}
.ht-root-wrapper:has(> .ht-slot-top > .ht-slot-element) .htCore thead tr:first-child th:first-child,
.ht-root-wrapper:has(> .ht-slot-top > .ht-slot-element) .htCore tbody tr:first-child td:first-child,
.ht-root-wrapper:has(> .ht-slot-top > .ht-slot-element) .htCore tbody tr:first-child th:first-child {
  border-start-start-radius: 0 !important;
}
.ht-root-wrapper:has(> .ht-slot-top > .ht-slot-element) .htCore thead tr:first-child th:not(.hiddenHeader):not(:has(~ th:not(.hiddenHeader))),
.ht-root-wrapper:has(> .ht-slot-top > .ht-slot-element) .htCore tbody tr:first-child td:last-child,
.ht-root-wrapper:has(> .ht-slot-top > .ht-slot-element) .htCore tbody tr:first-child th:last-child {
  border-start-end-radius: 0 !important;
}
.ht-root-wrapper .ht-slot-element {
  border-radius: var(--ht-border-radius);
}
.ht-root-wrapper .ht-slot-bottom > .ht-slot-element:not(:last-of-type) {
  border-radius: 0;
}
.ht-root-wrapper .ht-slot-bottom > .ht-slot-element:last-of-type {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
}
.ht-root-wrapper .ht-slot-top > .ht-slot-element:not(:first-of-type) {
  border-radius: 0;
}
.ht-root-wrapper .ht-slot-top > .ht-slot-element:first-of-type {
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}
.handsontable.mobile {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}
.handsontable.mobile .wtHolder {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}
.handsontable.mobile .handsontableInput:focus {
  box-shadow: inset 0 0 0 2px var(--ht-accent-color);
  -webkit-appearance: none;
}
.handsontable .topSelectionHandle,
.handsontable .topSelectionHandle-HitArea,
.handsontable .bottomSelectionHandle,
.handsontable .bottomSelectionHandle-HitArea {
  inset-inline-start: -10000px;
  inset-inline-end: unset;
  top: -10000px;
  z-index: 9999;
}
.handsontable.hide-tween {
  -webkit-animation: opacity-hide 0.2s;
  animation: opacity-hide 0.2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.handsontable.show-tween {
  -webkit-animation: opacity-show 0.3s;
  animation: opacity-show 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.ht_clone_master {
  z-index: 100;
}
.ht_clone_inline_start {
  z-index: 120;
}
.ht_clone_bottom {
  z-index: 130;
}
.ht_clone_bottom_inline_start_corner {
  z-index: 150;
}
.ht_clone_top {
  z-index: 160;
}
.ht_clone_top_inline_start_corner {
  z-index: 180;
}
.ht_editor_hidden {
  z-index: -1;
}
.ht_editor_visible {
  z-index: 200;
}
.handsontable td.area {
  position: relative;
}
.handsontable td.area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ht-cell-selection-background-color, #1a42e8);
}
.handsontable td.area-1 {
  position: relative;
}
.handsontable td.area-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ht-cell-selection-background-color, #1a42e8);
}
.handsontable td.area-2 {
  position: relative;
}
.handsontable td.area-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ht-cell-selection-background-color, #1a42e8);
}
.handsontable td.area-3 {
  position: relative;
}
.handsontable td.area-3::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ht-cell-selection-background-color, #1a42e8);
}
.handsontable td.area-4 {
  position: relative;
}
.handsontable td.area-4::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ht-cell-selection-background-color, #1a42e8);
}
.handsontable td.area-5 {
  position: relative;
}
.handsontable td.area-5::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ht-cell-selection-background-color, #1a42e8);
}
.handsontable td.area-6 {
  position: relative;
}
.handsontable td.area-6::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ht-cell-selection-background-color, #1a42e8);
}
.handsontable td.area-7 {
  position: relative;
}
.handsontable td.area-7::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ht-cell-selection-background-color, #1a42e8);
}
.handsontable td.area::before {
  opacity: 0.14;
}
.handsontable td.area-1::before {
  opacity: 0.21;
}
.handsontable td.area-2::before {
  opacity: 0.28;
}
.handsontable td.area-3::before {
  opacity: 0.35;
}
.handsontable td.area-4::before {
  opacity: 0.42;
}
.handsontable td.area-5::before {
  opacity: 0.49;
}
.handsontable td.area-6::before {
  opacity: 0.56;
}
.handsontable td.area-7::before {
  opacity: 0.63;
}
.handsontable td.area {
  border-color: color-mix(in srgb, var(--ht-border-color), var(--ht-foreground-color) 10%);
}
.handsontable .wtBorder {
  position: absolute;
  font-size: 0;
}
.handsontable .wtBorder:nth-child(1),
.handsontable .wtBorder:nth-child(3) {
  z-index: 2;
}
.handsontable .wtBorder:nth-child(2),
.handsontable .wtBorder:nth-child(4) {
  z-index: 1;
}
.handsontable .wtBorder.hidden {
  display: none !important;
}
.handsontable .wtBorder.current {
  z-index: 10;
  background-color: var(--ht-cell-selection-border-color) !important;
}
.handsontable .wtBorder.area {
  z-index: 8;
  background-color: var(--ht-cell-selection-border-color) !important;
}
.handsontable .wtBorder.fill {
  z-index: 6;
  background-color: var(--ht-cell-autofill-fill-border-color, #68696c) !important;
}
.handsontable .wtBorder.corner {
  border-radius: var(--ht-cell-autofill-border-radius) !important;
  background-color: var(--ht-cell-autofill-background-color, #1a42e8) !important;
  border-color: var(--ht-cell-autofill-border-color) !important;
  font-size: 0;
  cursor: crosshair;
  z-index: 10;
}
.handsontable .wtBorder.corner::after {
  content: "";
  position: absolute;
  border-radius: var(--ht-cell-autofill-border-radius);
  inset: min(0px, (var(--ht-cell-autofill-size) - var(--ht-cell-autofill-hit-area-size)) / 2);
  background: transparent;
}
.handsontable .wtBorder.corner.wtCornerInlineEndEdge::after {
  inset-inline-end: 0;
}
.handsontable .wtBorder.corner.wtCornerBlockEndEdge::after {
  inset-block-end: 0;
}
.hot-display-license-info {
  font-family:
    var(--ht-font-family),
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  padding: var(--ht-license-vertical-padding, 16px) var(--ht-license-horizontal-padding, 16px);
  font-size: var(--ht-font-size-small);
  line-height: var(--ht-line-height-small);
  color: var(--ht-license-foreground-color);
  background-color: var(--ht-license-background-color, #f7f7f9);
  text-align: left;
}
.hot-display-license-info a {
  font-size: var(--ht-license-font-size);
  color: var(--ht-link-color);
}
.hot-display-license-info a:hover {
  color: var(--ht-link-hover-color);
}
.handsontable .htAutocompleteArrow {
  position: relative;
  cursor: default;
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  font-size: 0;
  float: right;
  top: calc((var(--ht-line-height) - var(--ht-icon-size)) / 2);
  margin-inline-start: calc(var(--ht-gap-size) * 2);
  margin-inline-end: 1px;
}
.handsontable .htAutocompleteArrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
[dir=rtl].handsontable .htAutocompleteArrow {
  float: left;
}
.handsontable .htCheckboxRendererInput {
  position: relative;
  display: inline-block;
  width: var(--ht-checkbox-size);
  height: var(--ht-checkbox-size);
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  margin-top: -2px;
  outline: none;
}
.handsontable .htCheckboxRendererInput:first-child {
  margin-inline-end: var(--ht-gap-size);
}
.handsontable .htCheckboxRendererInput:last-child {
  margin-inline-start: var(--ht-gap-size);
}
.handsontable .htCheckboxRendererInput::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: var(--ht-checkbox-size);
  height: var(--ht-checkbox-size);
  border-radius: var(--ht-checkbox-border-radius);
  border: 1px solid var(--ht-checkbox-border-color);
  background-color: var(--ht-checkbox-background-color);
  box-sizing: border-box;
  pointer-events: none;
  transition: all var(--ht-table-transition) ease-in-out;
}
.handsontable .htCheckboxRendererInput::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--ht-checkbox-icon-color);
  pointer-events: none;
  width: var(--ht-checkbox-size) !important;
  height: var(--ht-checkbox-size) !important;
}
.handsontable .htCheckboxRendererInput:checked::before {
  border-color: var(--ht-checkbox-checked-border-color);
  background-color: var(--ht-checkbox-checked-background-color);
}
.handsontable .htCheckboxRendererInput:checked::after {
  color: var(--ht-checkbox-checked-icon-color);
}
.handsontable .htCheckboxRendererInput:checked:disabled::before {
  border-color: var(--ht-checkbox-checked-disabled-border-color);
  background-color: var(--ht-checkbox-checked-disabled-background-color);
}
.handsontable .htCheckboxRendererInput:checked:disabled::after {
  color: var(--ht-checkbox-checked-disabled-icon-color);
}
.handsontable .htCheckboxRendererInput:checked:focus::before {
  border-color: var(--ht-checkbox-checked-focus-border-color);
  background-color: var(--ht-checkbox-checked-focus-background-color);
}
.handsontable .htCheckboxRendererInput:checked:focus::after {
  color: var(--ht-checkbox-checked-focus-icon-color);
}
.handsontable .htCheckboxRendererInput:focus::before {
  border-color: var(--ht-checkbox-focus-border-color);
  background-color: var(--ht-checkbox-focus-background-color);
  outline: 1px solid var(--ht-checkbox-focus-ring-color);
}
.handsontable .htCheckboxRendererInput:focus::after {
  color: var(--ht-checkbox-focus-icon-color);
}
.handsontable .htCheckboxRendererInput:disabled {
  cursor: initial;
}
.handsontable .htCheckboxRendererInput:disabled::before {
  border-color: var(--ht-checkbox-disabled-border-color);
  background-color: var(--ht-checkbox-disabled-background-color);
}
.handsontable .htCheckboxRendererInput:disabled::after {
  color: var(--ht-checkbox-disabled-icon-color);
}
.handsontable .htCheckboxRendererInput:indeterminate::before {
  border-color: var(--ht-checkbox-indeterminate-border-color);
  background-color: var(--ht-checkbox-indeterminate-background-color);
}
.handsontable .htCheckboxRendererInput:indeterminate::after {
  color: var(--ht-checkbox-indeterminate-icon-color);
}
.handsontable .htCheckboxRendererInput:indeterminate:disabled::before {
  border-color: var(--ht-checkbox-indeterminate-disabled-border-color);
  background-color: var(--ht-checkbox-indeterminate-disabled-background-color);
}
.handsontable .htCheckboxRendererInput:indeterminate:disabled::after {
  color: var(--ht-checkbox-indeterminate-disabled-icon-color);
}
.handsontable .htCheckboxRendererInput:indeterminate:focus::before {
  border-color: var(--ht-checkbox-indeterminate-focus-border-color);
  background-color: var(--ht-checkbox-indeterminate-focus-background-color);
}
.handsontable .htCheckboxRendererInput:indeterminate:focus::after {
  color: var(--ht-checkbox-indeterminate-focus-icon-color);
}
.handsontable .htCheckboxRendererInput.noValue {
  opacity: 0.5;
}
.handsontable .htCheckboxRendererLabel {
  display: inline-block;
  position: relative;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  color: inherit;
  margin: 0;
}
.handsontable .htCheckboxRendererLabel.fullWidth {
  width: 100%;
}
.handsontable .htPlaceholder {
  color: var(--ht-placeholder-color);
}
.handsontable .htDimmed {
  color: var(--ht-read-only-color) !important;
  background-color: var(--ht-cell-read-only-background-color) !important;
}
.handsontable .htLeft {
  text-align: left;
}
.handsontable .htCenter {
  text-align: center;
}
.handsontable .htRight {
  text-align: right;
}
.handsontable .htJustify {
  text-align: justify;
}
.handsontable .htTop {
  vertical-align: top;
}
.handsontable .htMiddle {
  vertical-align: middle;
}
.handsontable .htBottom {
  vertical-align: bottom;
}
.handsontable .htInvalid {
  background-color: var(--ht-cell-error-background-color) !important;
}
.handsontable .htNoWrap {
  white-space: nowrap;
}
.handsontable .htSearchResult {
  background-color: var(--ht-cell-success-background-color) !important;
}
.handsontable .ht-multi-select-renderer {
  padding: var(--ht-cell-vertical-padding) var(--ht-cell-horizontal-padding);
  overflow: hidden;
}
.handsontable .ht-multi-select-chips-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: var(--ht-gap-size);
  overflow: hidden;
  max-width: 100%;
}
.handsontable .ht-multi-select-chip {
  display: inline-flex;
  align-items: center;
  gap: var(--ht-gap-size);
  padding: var(--ht-chip-vertical-padding) calc((var(--ht-line-height) - var(--ht-icon-size)) / 2) var(--ht-chip-vertical-padding) var(--ht-chip-horizontal-padding);
  border-radius: var(--ht-chip-border-radius);
  background: var(--ht-chip-background);
  white-space: nowrap;
  flex-shrink: 0;
  max-width: 100px;
  box-sizing: border-box;
}
.handsontable .ht-multi-select-chip-label {
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--ht-foreground-color);
  font-style: normal;
  font-weight: var(--ht-font-weight);
  line-height: var(--ht-line-height, 40px);
  letter-spacing: var(--ht-letter-spacing, 0);
  padding: 0 var(--ht-chip-gap);
}
.handsontable .ht-multi-select-chip-remove {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--ht-icon-size) !important;
  height: var(--ht-icon-size) !important;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  color: var(--ht-icon-button-icon-color);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.handsontable .ht-multi-select-chip-remove::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.handsontable .ht-multi-select-chip-remove:hover {
  background-color: var(--ht-icon-button-hover-background-color);
}
.handsontable .ht-multi-select-overflow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--ht-chip-vertical-padding) var(--ht-chip-horizontal-padding);
  background: var(--ht-chip-background);
  border-radius: var(--ht-chip-border-radius);
  color: var(--ht-foreground-color);
  white-space: nowrap;
  flex-shrink: 0;
}
.handsontableInputHolder {
  position: absolute;
  top: 0;
  left: 0;
}
.handsontableInputHolder .handsontableInput {
  display: block;
  margin: 0;
  padding: calc(var(--ht-cell-vertical-padding, 4px) + 1px) calc(var(--ht-cell-horizontal-padding, 8px) + 1px);
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: var(--ht-cell-editor-foreground-color);
  background-color: var(--ht-cell-editor-background-color, #ffffff);
  box-shadow: inset 0 0 0 var(--ht-cell-editor-border-width, 2px) var(--ht-cell-editor-border-color, #1a42e8), 0 0 var(--ht-cell-editor-shadow-blur-radius, 0) 0 var(--ht-cell-editor-shadow-color, transparent);
  border: none;
  border-radius: 0;
  -webkit-appearance: none !important;
  box-sizing: border-box;
  outline-width: 0;
}
.handsontableInputHolder .handsontableInput:focus {
  outline: none;
}
.htSelectEditor {
  position: absolute;
}
.htSelectEditor select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: calc(var(--ht-cell-vertical-padding, 4px) + 1px) calc(var(--ht-cell-horizontal-padding, 8px) + 1px);
  padding-inline-end: 26px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--ht-cell-editor-foreground-color);
  background-color: var(--ht-cell-editor-background-color, #ffffff);
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  box-shadow: inset 0 0 0 var(--ht-cell-editor-border-width, 2px) var(--ht-cell-editor-border-color, #1a42e8), 0 0 var(--ht-cell-editor-shadow-blur-radius, 0) 0 var(--ht-cell-editor-shadow-color, transparent);
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none !important;
}
.htSelectEditor select:focus {
  outline: none;
}
.htSelectEditor .htAutocompleteArrow {
  top: 50%;
  transform: translateY(-50%);
  margin-inline-end: 4px;
  z-index: 1;
  pointer-events: none;
}
.handsontable.listbox {
  box-shadow: var(--ht-menu-shadow-x, 0) var(--ht-menu-shadow-y, 0) var(--ht-menu-shadow-blur, 8px) color-mix(in srgb, var(--ht-menu-shadow-color, rgb(0, 0, 0)) var(--ht-menu-shadow-opacity, 100%), transparent);
  margin: 0;
  border: var(--ht-menu-border-width, 1px) solid var(--ht-menu-border-color, #e5e5e9);
}
.handsontable.listbox .ht_master {
  overflow: hidden;
  background-color: var(--ht-background-color);
}
.handsontable.listbox .wtHolder {
  overflow: auto;
  border-radius: 0 !important;
}
.handsontable.listbox .wtHider,
.handsontable.listbox .htCore {
  border-radius: 0 !important;
}
.handsontable.listbox table {
  overflow: hidden;
}
.handsontable.listbox table th,
.handsontable.listbox table tr:first-child th,
.handsontable.listbox table tr:last-child th,
.handsontable.listbox table tr:first-child td,
.handsontable.listbox table td {
  border-color: transparent !important;
}
.handsontable.listbox table th,
.handsontable.listbox table td {
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 0 !important;
}
.handsontable.listbox table .wtBorder {
  visibility: hidden;
}
.handsontable.listbox table strong {
  font-weight: bold;
  color: inherit;
}
.handsontable.listbox table tr td:hover td {
  background: color-mix(in srgb, var(--ht-menu-item-hover-color) var(--ht-menu-item-hover-color-opacity, 100%), transparent) !important;
  cursor: pointer;
  box-shadow: none !important;
}
.handsontable.listbox table td {
  transition: var(--ht-table-transition) background ease-in-out;
}
.handsontable.listbox table td:hover {
  background-color: color-mix(in srgb, var(--ht-menu-item-hover-color) var(--ht-menu-item-hover-color-opacity, 100%), transparent) !important;
  cursor: pointer;
}
.handsontable.listbox table td.current:not([aria-expanded=true]) {
  box-shadow: inset 0 0 0 1px var(--ht-accent-color);
}
.handsontable.listbox table td.htDimmed {
  cursor: default;
  font-style: inherit;
  color: inherit !important;
}
.handsontable.listbox table td.htDimmed:not(.handsontable.listbox table td:hover) {
  background-color: inherit !important;
}
.handsontable.listbox table thead th {
  height: auto !important;
  text-align: left;
}
.handsontable.listbox table thead th .relative {
  padding-top: calc(var(--ht-cell-vertical-padding) + var(--ht-gap-size));
  padding-bottom: calc(var(--ht-cell-vertical-padding) + var(--ht-gap-size));
}
.handsontable.listbox .ht_clone_top .wtHider {
  overflow: hidden;
}
.handsontable.listbox .ht_clone_top table {
  border-radius: 0;
}
.handsontable.listbox .htBorders div {
  background: none !important;
}
.handsontable.autocompleteEditor tr.ht__row_even th,
.handsontable.autocompleteEditor tr.ht__row_even td {
  background-color: var(--ht-background-color, #ffffff);
}
.handsontable.autocompleteEditor tr.ht__row_odd th,
.handsontable.autocompleteEditor tr.ht__row_odd td {
  background-color: var(--ht-background-color, #ffffff);
}
[dir=rtl].handsontable.listbox table thead th {
  text-align: right;
}
.handsontableEditor {
  position: absolute;
}
.handsontableEditor .ht-multi-select-editor {
  box-shadow: var(--ht-menu-shadow-x, 0) var(--ht-menu-shadow-y, 0) var(--ht-menu-shadow-blur, 8px) color-mix(in srgb, var(--ht-menu-shadow-color, rgb(0, 0, 0)) var(--ht-menu-shadow-opacity, 100%), transparent);
  scrollbar-width: auto;
  scrollbar-color: var(--ht-scrollbar-thumb-color) var(--ht-scrollbar-track-color);
  overflow-y: auto;
  border-radius: 0 0 var(--ht-menu-border-radius) var(--ht-menu-border-radius);
  border: var(--ht-menu-border-width) solid var(--ht-menu-border-color);
  background: var(--ht-background-color);
  width: max-content;
  min-width: 120px;
  padding: var(--ht-menu-vertical-padding) var(--ht-menu-horizontal-padding);
}
.handsontableEditor .ht-multi-select-editor .ht-multi-select-editor-search-input-wrapper {
  display: flex;
  padding: var(--ht-menu-item-vertical-padding) var(--ht-menu-item-horizontal-padding);
  align-items: center;
  gap: var(--ht-gap-size);
  align-self: stretch;
  position: relative;
}
.handsontableEditor .ht-multi-select-editor .ht-multi-select-editor-search-icon {
  position: absolute;
  left: calc(var(--ht-menu-item-horizontal-padding) + 10px);
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.handsontableEditor .ht-multi-select-editor input.ht-multi-select-editor-search-input {
  box-sizing: border-box;
  width: 100%;
  border-radius: var(--ht-input-border-radius);
  color: var(--ht-input-foreground-color);
  background-color: var(--ht-input-background-color);
  border: 1px solid var(--ht-input-border-color);
  transition: var(--ht-table-transition) all ease-in-out;
  line-height: var(--ht-line-height);
  font-size: var(--ht-font-size);
  padding: var(--ht-input-vertical-padding) var(--ht-menu-item-horizontal-padding) var(--ht-input-vertical-padding) 32px;
}
.handsontableEditor .ht-multi-select-editor input.ht-multi-select-editor-search-input:hover {
  border-color: var(--ht-input-hover-border-color);
  color: var(--ht-input-hover-foreground-color);
  background-color: var(--ht-input-hover-background-color);
}
.handsontableEditor .ht-multi-select-editor input.ht-multi-select-editor-search-input:disabled {
  border-color: var(--ht-input-disabled-border-color);
  color: var(--ht-input-disabled-foreground-color);
  background-color: var(--ht-input-disabled-background-color);
}
.handsontableEditor .ht-multi-select-editor input.ht-multi-select-editor-search-input:focus {
  border-color: var(--ht-input-focus-border-color);
  color: var(--ht-input-focus-foreground-color);
  background-color: var(--ht-input-focus-background-color);
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}
.handsontableEditor .ht-multi-select-editor input.ht-multi-select-editor-search-input::placeholder {
  color: var(--ht-foreground-color);
  opacity: 0.6;
}
.handsontableEditor .ht-multi-select-editor .ht-multi-select-editor-separator {
  width: 100%;
  height: 1px;
  background-color: var(--ht-menu-border-color);
  margin: var(--ht-menu-vertical-padding) 0 var(--ht-menu-vertical-padding) 0;
  padding: 0;
}
.handsontableEditor .ht-multi-select-editor ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  padding: var(--ht-gap-size) var(--ht-menu-horizontal-padding);
}
.handsontableEditor .ht-multi-select-editor ul li {
  display: flex;
  align-items: center;
  align-self: stretch;
  background: var(--ht-background-color);
  padding: var(--ht-menu-item-vertical-padding) var(--ht-menu-item-horizontal-padding);
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.handsontableEditor .ht-multi-select-editor ul li * {
  cursor: pointer;
}
.handsontableEditor .ht-multi-select-editor ul li.ht-multi-select-editor-item-selected {
  background: color-mix(in srgb, var(--ht-menu-item-active-color) var(--ht-menu-item-active-color-opacity, 100%), transparent);
}
.handsontableEditor .ht-multi-select-editor ul li div {
  display: flex;
  align-items: center;
  flex: 1 0 0;
}
.handsontableEditor .ht-multi-select-editor ul li div input {
  position: relative;
  appearance: none;
  margin: 0;
  padding: 0;
  width: var(--ht-checkbox-size);
  height: var(--ht-checkbox-size);
  display: flex;
}
.handsontableEditor .ht-multi-select-editor ul li div input::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.handsontableEditor .ht-multi-select-editor ul li div input::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: var(--ht-checkbox-size);
  height: var(--ht-checkbox-size);
  border-radius: var(--ht-checkbox-border-radius);
  border: 1px solid var(--ht-checkbox-border-color);
  background: var(--ht-checkbox-background-color);
  background-repeat: no-repeat;
  background-position: center;
}
.handsontableEditor .ht-multi-select-editor ul li div input:checked::before {
  border-color: var(--ht-checkbox-checked-border-color);
  background: var(--ht-checkbox-checked-background-color);
}
.handsontableEditor .ht-multi-select-editor ul li div input:checked::after {
  color: var(--ht-checkbox-checked-icon-color);
  background-color: currentColor;
}
.handsontableEditor .ht-multi-select-editor ul li div input:focus {
  outline: none;
}
.handsontableEditor .ht-multi-select-editor ul li div label {
  overflow: hidden;
  color: var(--ht-foreground-color);
  text-overflow: ellipsis;
  font-size: var(--ht-font-size);
  font-style: normal;
  font-weight: 400;
  line-height: var(--ht-line-height);
  letter-spacing: var(--ht-letter-spacing);
  width: 100%;
  padding: 0 0 0 calc(var(--ht-gap-size) * 2);
}
.handsontableEditor .ht-multi-select-editor ul li:hover {
  background: color-mix(in srgb, var(--ht-menu-item-hover-color) var(--ht-menu-item-hover-color-opacity, 100%), transparent);
}
.handsontableEditor .ht-multi-select-editor ul li:has(input:focus) {
  background: color-mix(in srgb, var(--ht-menu-item-hover-color) var(--ht-menu-item-hover-color-opacity, 100%), transparent);
}
.handsontable .htUISelectCaption {
  width: 100%;
  padding: var(--ht-input-vertical-padding) var(--ht-input-horizontal-padding);
  padding-inline-end: calc(var(--ht-input-horizontal-padding) + var(--ht-icon-size));
  margin: 0;
  font-family: inherit;
  font-size: var(--ht-font-size);
  line-height: var(--ht-line-height);
  font-weight: var(--ht-font-weight);
  border-radius: var(--ht-input-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  outline: none !important;
  border: var(--ht-input-border-width) solid var(--ht-input-border-color);
  color: var(--ht-input-foreground-color);
  background-color: var(--ht-input-background-color);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: var(--ht-table-transition) all ease-in-out;
}
.handsontable .htUISelectCaption::after {
  content: "";
  display: block;
  position: absolute;
  right: calc(var(--ht-input-horizontal-padding) - var(--ht-icon-size) / 4);
  top: 50%;
  transform: translateY(-50%);
}
.handsontable .htUISelectCaption:hover {
  border-color: var(--ht-input-hover-border-color);
  color: var(--ht-input-hover-foreground-color);
  background-color: var(--ht-input-hover-background-color);
}
.handsontable .htUISelectCaption:disabled {
  border-color: var(--ht-input-disabled-border-color);
  color: var(--ht-input-disabled-foreground-color);
  background-color: var(--ht-input-disabled-background-color);
}
.handsontable .htUISelectCaption:focus {
  border-color: var(--ht-input-focus-border-color);
  color: var(--ht-input-focus-foreground-color);
  background-color: var(--ht-input-focus-background-color);
}
.handsontable .htUISelect {
  cursor: pointer;
  position: relative;
  outline: none !important;
}
.handsontable .htUISelect:focus .htUISelectCaption {
  border-color: var(--ht-input-focus-border-color);
  color: var(--ht-input-focus-foreground-color);
  background-color: var(--ht-input-focus-background-color);
}
[dir=rtl].handsontable .htUISelectCaption::after {
  right: auto;
  left: calc(var(--ht-input-horizontal-padding) - var(--ht-icon-size) / 4);
}
.handsontable .htFiltersMenuCondition .htUIInput input,
.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input {
  width: 100%;
  padding: var(--ht-input-vertical-padding) var(--ht-input-horizontal-padding);
  font-family: inherit;
  font-size: var(--ht-font-size);
  line-height: var(--ht-line-height);
  font-weight: var(--ht-font-weight);
  border-radius: var(--ht-input-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  outline: none !important;
  border: var(--ht-input-border-width) solid var(--ht-input-border-color);
  color: var(--ht-input-foreground-color);
  background-color: var(--ht-input-background-color);
  transition: var(--ht-table-transition) all ease-in-out;
}
.handsontable .htFiltersMenuCondition .htUIInput input:hover,
.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input:hover {
  border-color: var(--ht-input-hover-border-color);
  color: var(--ht-input-hover-foreground-color);
  background-color: var(--ht-input-hover-background-color);
}
.handsontable .htFiltersMenuCondition .htUIInput input:disabled,
.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input:disabled {
  border-color: var(--ht-input-disabled-border-color);
  color: var(--ht-input-disabled-foreground-color);
  background-color: var(--ht-input-disabled-background-color);
}
.handsontable .htFiltersMenuCondition .htUIInput input:focus,
.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input:focus {
  border-color: var(--ht-input-focus-border-color);
  color: var(--ht-input-focus-foreground-color);
  background-color: var(--ht-input-focus-background-color);
}
.handsontable .htUIInput {
  position: relative;
  padding: 0;
  outline: none !important;
  text-align: center;
}
.handsontable .htUIInputIcon {
  position: absolute;
}
.handsontable .htUIInput.htUIButton input,
.handsontable .ht-button {
  min-width: 64px;
  padding: var(--ht-button-vertical-padding) var(--ht-button-horizontal-padding);
  font-family: inherit;
  font-size: var(--ht-font-size);
  line-height: var(--ht-line-height);
  font-weight: var(--ht-font-weight);
  border-radius: var(--ht-button-border-radius);
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: none !important;
  cursor: pointer;
  transition: var(--ht-table-transition) all ease-in-out;
}
.handsontable .htUIInput.htUIButtonCancel input,
.handsontable .ht-button--secondary {
  border-color: var(--ht-secondary-button-border-color);
  background-color: var(--ht-secondary-button-background-color);
  color: var(--ht-secondary-button-foreground-color);
}
.handsontable .htUIInput.htUIButtonCancel input:hover,
.handsontable .ht-button--secondary:hover {
  border-color: var(--ht-secondary-button-hover-border-color);
  background-color: var(--ht-secondary-button-hover-background-color);
  color: var(--ht-secondary-button-hover-foreground-color);
}
.handsontable .htUIInput.htUIButtonCancel input:disabled,
.handsontable .ht-button--secondary:disabled {
  border-color: var(--ht-secondary-button-disabled-border-color);
  background-color: var(--ht-secondary-button-disabled-background-color);
  color: var(--ht-secondary-button-disabled-foreground-color);
}
.handsontable .htUIInput.htUIButtonCancel input:focus,
.handsontable .ht-button--secondary:focus {
  border-color: var(--ht-secondary-button-focus-border-color);
  background-color: var(--ht-secondary-button-focus-background-color);
  color: var(--ht-secondary-button-focus-foreground-color);
  box-shadow: 0 0 0 1px var(--ht-accent-color);
}
.htUIInput.htUIButtonOK input,
.ht-button--primary {
  border-color: var(--ht-primary-button-border-color);
  background-color: var(--ht-primary-button-background-color);
  color: var(--ht-primary-button-foreground-color);
}
.htUIInput.htUIButtonOK input:hover,
.ht-button--primary:hover {
  border-color: var(--ht-primary-button-hover-border-color);
  background-color: var(--ht-primary-button-hover-background-color);
  color: var(--ht-primary-button-hover-foreground-color);
}
.htUIInput.htUIButtonOK input:disabled,
.ht-button--primary:disabled {
  border-color: var(--ht-primary-button-disabled-border-color);
  background-color: var(--ht-primary-button-disabled-background-color);
  color: var(--ht-primary-button-disabled-foreground-color);
}
.htUIInput.htUIButtonOK input:focus,
.ht-button--primary:focus {
  border-color: var(--ht-primary-button-focus-border-color);
  background-color: var(--ht-primary-button-focus-background-color);
  color: var(--ht-primary-button-focus-foreground-color);
  box-shadow: 0 0 0 1px var(--ht-accent-color);
}
.handsontable .htUIRadio {
  position: relative;
  display: inline-flex;
  margin: 0;
  padding: var(--ht-gap-size) calc(2 * var(--ht-gap-size));
  padding-bottom: 0;
  align-items: center;
  gap: var(--ht-gap-size);
  cursor: pointer;
}
.handsontable .htUIRadio:first-child {
  padding-inline-start: 0;
}
.handsontable .htUIRadio > input[type=radio] {
  position: relative;
  width: var(--ht-radio-size);
  height: var(--ht-radio-size);
  margin: 0;
  appearance: none;
  cursor: pointer;
  border-radius: calc(0.5 * var(--ht-radio-size));
  outline: none;
}
.handsontable .htUIRadio > input[type=radio]::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: calc(0.5 * var(--ht-radio-size));
  border: 1px solid var(--ht-radio-border-color);
  background-color: var(--ht-radio-background-color);
}
.handsontable .htUIRadio > input[type=radio]::after {
  content: "";
  display: block;
  position: absolute;
  color: var(--ht-radio-icon-color);
}
.handsontable .htUIRadio > input[type=radio]:checked::before {
  border-color: var(--ht-radio-checked-border-color);
  background-color: var(--ht-radio-checked-background-color);
}
.handsontable .htUIRadio > input[type=radio]:checked::after {
  color: var(--ht-radio-checked-icon-color);
}
.handsontable .htUIRadio > input[type=radio]:checked:disabled {
  cursor: initial;
}
.handsontable .htUIRadio > input[type=radio]:checked:disabled::before {
  border-color: var(--ht-radio-checked-disabled-border-color);
  background-color: var(--ht-radio-checked-disabled-background-color);
}
.handsontable .htUIRadio > input[type=radio]:checked:disabled::after {
  color: var(--ht-radio-checked-disabled-icon-color);
}
.handsontable .htUIRadio > input[type=radio]:checked:focus::before {
  border-color: var(--ht-radio-checked-focus-border-color);
  background-color: var(--ht-radio-checked-focus-background-color);
}
.handsontable .htUIRadio > input[type=radio]:checked:focus::after {
  color: var(--ht-radio-checked-focus-icon-color);
}
.handsontable .htUIRadio > input[type=radio]:disabled {
  cursor: initial;
}
.handsontable .htUIRadio > input[type=radio]:disabled::before {
  border-color: var(--ht-radio-disabled-border-color);
  background-color: var(--ht-radio-disabled-background-color);
}
.handsontable .htUIRadio > input[type=radio]:disabled::after {
  color: var(--ht-radio-disabled-icon-color);
}
.handsontable .htUIRadio > input[type=radio]:focus::before {
  border-color: var(--ht-radio-focus-border-color);
  background-color: var(--ht-radio-focus-background-color);
  outline: 1px solid var(--ht-radio-focus-ring-color);
}
.handsontable .htUIRadio > input[type=radio]:focus::after {
  color: var(--ht-radio-focus-icon-color);
}
.handsontable .htUIRadio label {
  vertical-align: middle;
  cursor: pointer;
  color: inherit;
}
.handsontable .htUIRadio label::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
.handsontable .collapsibleIndicator,
.handsontable .ht_nestingButton {
  position: relative;
  width: var(--ht-icon-button-hit-area-size);
  height: var(--ht-icon-button-hit-area-size);
  margin: calc(-1 * (var(--ht-icon-button-hit-area-size) - var(--ht-icon-size)) / 2 + 1px);
  box-sizing: border-box;
  overflow: visible;
  cursor: pointer;
  text-indent: -100px;
  font-size: 0;
  flex-shrink: 0;
}
.handsontable .collapsibleIndicator::before,
.handsontable .ht_nestingButton::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  margin-top: calc(-0.5 * var(--ht-icon-size));
  margin-left: calc(-0.5 * var(--ht-icon-size));
  border-radius: var(--ht-collapse-button-border-radius);
  transition: var(--ht-table-transition) all ease-in-out;
  z-index: 1;
}
.handsontable .collapsibleIndicator,
.handsontable .ht_nestingButton {
}
.handsontable .collapsibleIndicator::after,
.handsontable .ht_nestingButton::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  margin-top: calc(-0.5 * var(--ht-icon-size));
  margin-left: calc(-0.5 * var(--ht-icon-size));
  border-radius: var(--ht-collapse-button-border-radius);
  transition: var(--ht-table-transition) all ease-in-out;
  z-index: 0;
}
.handsontable .collapsibleIndicator.expanded::before,
.handsontable .collapsibleIndicator.ht_nestingCollapse::before,
.handsontable .ht_nestingButton.expanded::before,
.handsontable .ht_nestingButton.ht_nestingCollapse::before {
  color: var(--ht-collapse-button-open-icon-color);
}
.handsontable .collapsibleIndicator.expanded::after,
.handsontable .collapsibleIndicator.ht_nestingCollapse::after,
.handsontable .ht_nestingButton.expanded::after,
.handsontable .ht_nestingButton.ht_nestingCollapse::after {
  background-color: var(--ht-collapse-button-open-background-color);
  box-shadow: 0 0 0 1px var(--ht-collapse-button-open-border-color);
}
.handsontable .collapsibleIndicator.expanded:hover::before,
.handsontable .collapsibleIndicator.ht_nestingCollapse:hover::before,
.handsontable .ht_nestingButton.expanded:hover::before,
.handsontable .ht_nestingButton.ht_nestingCollapse:hover::before {
  color: var(--ht-collapse-button-open-hover-icon-color);
}
.handsontable .collapsibleIndicator.expanded:hover::after,
.handsontable .collapsibleIndicator.ht_nestingCollapse:hover::after,
.handsontable .ht_nestingButton.expanded:hover::after,
.handsontable .ht_nestingButton.ht_nestingCollapse:hover::after {
  background-color: var(--ht-collapse-button-open-hover-background-color);
  box-shadow: 0 0 0 1px var(--ht-collapse-button-open-hover-border-color);
}
.handsontable .collapsibleIndicator.collapsed::before,
.handsontable .collapsibleIndicator.ht_nestingExpand::before,
.handsontable .ht_nestingButton.collapsed::before,
.handsontable .ht_nestingButton.ht_nestingExpand::before {
  color: var(--ht-collapse-button-close-icon-color);
}
.handsontable .collapsibleIndicator.collapsed::after,
.handsontable .collapsibleIndicator.ht_nestingExpand::after,
.handsontable .ht_nestingButton.collapsed::after,
.handsontable .ht_nestingButton.ht_nestingExpand::after {
  background-color: var(--ht-collapse-button-close-background-color);
  box-shadow: 0 0 0 1px var(--ht-collapse-button-close-border-color);
}
.handsontable .collapsibleIndicator.collapsed:hover::before,
.handsontable .collapsibleIndicator.ht_nestingExpand:hover::before,
.handsontable .ht_nestingButton.collapsed:hover::before,
.handsontable .ht_nestingButton.ht_nestingExpand:hover::before {
  color: var(--ht-collapse-button-close-hover-icon-color);
}
.handsontable .collapsibleIndicator.collapsed:hover::after,
.handsontable .collapsibleIndicator.ht_nestingExpand:hover::after,
.handsontable .ht_nestingButton.collapsed:hover::after,
.handsontable .ht_nestingButton.ht_nestingExpand:hover::after {
  background-color: var(--ht-collapse-button-close-hover-background-color);
  box-shadow: 0 0 0 1px var(--ht-collapse-button-close-hover-border-color);
}
.handsontable th.ht__active_highlight .collapsibleIndicator.collapsed::before,
.handsontable th.ht__active_highlight .collapsibleIndicator.ht_nestingExpand::before,
.handsontable th.ht__active_highlight .ht_nestingButton.collapsed::before,
.handsontable th.ht__active_highlight .ht_nestingButton.ht_nestingExpand::before {
  color: var(--ht-collapse-button-close-icon-active-color);
}
.handsontable th.ht__active_highlight .collapsibleIndicator.collapsed:hover::before,
.handsontable th.ht__active_highlight .collapsibleIndicator.ht_nestingExpand:hover::before,
.handsontable th.ht__active_highlight .ht_nestingButton.collapsed:hover::before,
.handsontable th.ht__active_highlight .ht_nestingButton.ht_nestingExpand:hover::before {
  color: var(--ht-collapse-button-close-hover-icon-active-color);
}
.handsontable th.ht__active_highlight .collapsibleIndicator.expanded::before,
.handsontable th.ht__active_highlight .collapsibleIndicator.ht_nestingCollapse::before,
.handsontable th.ht__active_highlight .ht_nestingButton.expanded::before,
.handsontable th.ht__active_highlight .ht_nestingButton.ht_nestingCollapse::before {
  color: var(--ht-collapse-button-open-icon-active-color);
}
.handsontable th.ht__active_highlight .collapsibleIndicator.expanded:hover::before,
.handsontable th.ht__active_highlight .collapsibleIndicator.ht_nestingCollapse:hover::before,
.handsontable th.ht__active_highlight .ht_nestingButton.expanded:hover::before,
.handsontable th.ht__active_highlight .ht_nestingButton.ht_nestingCollapse:hover::before {
  color: var(--ht-collapse-button-open-hover-icon-active-color);
}
.handsontable thead th.htRowspanHeader + th {
  border-inline-start-width: 0;
}
.handsontable thead th.htRowspanHeader {
  height: auto;
  vertical-align: bottom;
  overflow: visible;
}
.handsontable thead th.htRowspanHeader.ht__active_highlight {
  border-inline-start-color: var(--ht-header-active-border-color);
  z-index: 1;
}
.handsontable.htRowHeaders.htHasRowspanHeaders thead tr:last-child th:first-child {
  border-end-start-radius: 0;
}
.handsontable.htHasRowspanHeaders .ht_clone_inline_start .htCore tbody tr:first-child th:first-child {
  border-start-start-radius: 0;
}
.handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead th.htRowspanBottomLevel,
.handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom) ~ .handsontable thead th.htRowspanBottomLevel {
  border-bottom-width: 0;
}
.handsontable thead th.hiddenHeader:not(:first-of-type) {
  display: none;
}
.handsontable thead th.hiddenHeaderText .colHeader {
  opacity: 0;
}
.handsontable th.ht_nestingLevels > .relative {
  display: flex;
  align-items: center;
  gap: 5px;
}
.handsontable th.ht_nestingLevels span:last-child {
  padding-left: calc(var(--ht-icon-size) + 5px);
}
.handsontable th.ht_nestingLevels span.ht_nestingLevel {
  display: inline-block;
}
.handsontable th.ht_nestingLevels span.ht_nestingLevel_empty {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 1px;
  order: -2;
}
.handsontable th.ht_nestingLevels .ht_nestingButton {
  position: relative;
  cursor: pointer;
  order: -1;
}
.handsontable th.beforeHiddenColumn,
.handsontable th.afterHiddenColumn {
  position: relative;
}
.handsontable th.beforeHiddenColumn::before,
.handsontable th.beforeHiddenColumn::after,
.handsontable th.afterHiddenColumn::before,
.handsontable th.afterHiddenColumn::after {
  position: absolute;
  top: 50%;
  width: 10px !important;
  height: 10px !important;
  transform: translateY(-50%);
  color: var(--ht-hidden-indicator-color);
}
.handsontable th.beforeHiddenColumn::after {
  content: "";
  display: block;
  right: -2px;
}
.handsontable th.afterHiddenColumn::before {
  content: "";
  display: block;
  left: -2px;
}
.handsontable th.ht__active_highlight.beforeHiddenColumn::before,
.handsontable th.ht__active_highlight.beforeHiddenColumn::after,
.handsontable th.ht__active_highlight.afterHiddenColumn::before,
.handsontable th.ht__active_highlight.afterHiddenColumn::after {
  color: var(--ht-icon-button-active-icon-color, var(--ht-icon-active-button-icon-color));
}
[dir=rtl].handsontable th.beforeHiddenColumn::after {
  right: initial;
  left: -2px;
  transform: translateY(-50%) rotate(180deg);
}
[dir=rtl].handsontable th.afterHiddenColumn::before {
  right: -2px;
  left: initial;
  transform: translateY(-50%) rotate(180deg);
}
.handsontable th.beforeHiddenRow,
.handsontable th.afterHiddenRow {
  position: relative;
}
.handsontable th.beforeHiddenRow::before,
.handsontable th.beforeHiddenRow::after,
.handsontable th.afterHiddenRow::before,
.handsontable th.afterHiddenRow::after {
  position: absolute;
  left: 50%;
  width: 10px !important;
  height: 10px !important;
  transform: translateX(-50%);
  color: var(--ht-hidden-indicator-color);
}
.handsontable th.beforeHiddenRow::after {
  content: "";
  display: block;
  bottom: -2px;
}
.handsontable th.afterHiddenRow::before {
  content: "";
  display: block;
  top: -2px;
}
.handsontable th.ht__active_highlight.beforeHiddenRow::before,
.handsontable th.ht__active_highlight.beforeHiddenRow::after,
.handsontable th.ht__active_highlight.afterHiddenRow::before,
.handsontable th.ht__active_highlight.afterHiddenRow::after {
  color: var(--ht-icon-button-active-icon-color, var(--ht-icon-active-button-icon-color));
}
.handsontable .changeType {
  position: relative;
  box-sizing: border-box;
  width: var(--ht-icon-button-hit-area-size);
  height: var(--ht-icon-button-hit-area-size);
  margin: calc(-1 * (var(--ht-icon-button-hit-area-size) - var(--ht-icon-size)) / 2 + 1px);
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  background-color: transparent;
  color: inherit;
  padding: 0;
  z-index: 1;
  flex-shrink: 0;
  overflow: visible;
}
.handsontable .changeType::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  margin-top: calc(-0.5 * var(--ht-icon-size));
  margin-left: calc(-0.5 * var(--ht-icon-size));
  color: var(--ht-icon-button-icon-color);
  z-index: 1;
}
.handsontable .changeType {
}
.handsontable .changeType::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  margin-top: calc(-0.5 * var(--ht-icon-size));
  margin-left: calc(-0.5 * var(--ht-icon-size));
  border-radius: var(--ht-icon-button-border-radius);
  box-shadow: 0 0 0 1px var(--ht-icon-button-border-color);
  background-color: var(--ht-icon-button-background-color);
  z-index: 0;
}
.handsontable .changeType:hover {
  cursor: pointer;
}
.handsontable .changeType:hover::before {
  color: var(--ht-icon-button-hover-icon-color);
}
.handsontable .changeType:hover::after {
  box-shadow: 0 0 0 1px var(--ht-icon-button-hover-border-color);
  background-color: var(--ht-icon-button-hover-background-color);
}
.handsontable .ht__active_highlight .changeType::before {
  color: var(--ht-icon-button-active-icon-color, var(--ht-icon-active-button-icon-color));
}
.handsontable .ht__active_highlight .changeType::after {
  box-shadow: 0 0 0 1px var(--ht-icon-button-active-border-color, var(--ht-icon-active-button-border-color));
  background-color: var(--ht-icon-button-active-background-color, var(--ht-icon-active-button-background-color));
}
.handsontable .ht__active_highlight .changeType:hover::before {
  color: var(--ht-icon-button-active-hover-icon-color, var(--ht-icon-active-button-hover-icon-color));
}
.handsontable .ht__active_highlight .changeType:hover::after {
  box-shadow: 0 0 0 1px var(--ht-icon-button-active-hover-border-color, var(--ht-icon-active-button-hover-border-color));
  background-color: var(--ht-icon-button-active-hover-background-color, var(--ht-icon-active-button-hover-background-color));
}
.handsontable th.htFiltersActive {
  background-color: var(--ht-header-filter-background-color);
}
.handsontable th.htFiltersActive.ht__active_highlight {
  background-color: color-mix(in srgb, var(--ht-header-active-background-color), var(--ht-header-filter-background-color) 20%);
}
.handsontable.htDropdownMenu > .ht_master,
.handsontable.htContextMenu > .ht_master,
.handsontable.htFiltersConditionsMenu > .ht_master {
  box-shadow: var(--ht-menu-shadow-x, 0) var(--ht-menu-shadow-y, 0) var(--ht-menu-shadow-blur, 8px) color-mix(in srgb, var(--ht-menu-shadow-color, rgb(0, 0, 0)) var(--ht-menu-shadow-opacity, 100%), transparent);
  border: var(--ht-menu-border-width, 1px) solid var(--ht-menu-border-color, #e5e5e9);
  border-radius: var(--ht-menu-border-radius);
  overflow: hidden;
  padding: var(--ht-menu-vertical-padding, 8px) var(--ht-menu-horizontal-padding, 0);
  background-color: var(--ht-background-color, #ffffff);
}
.handsontable.htDropdownMenu:not(.htGhostTable),
.handsontable.htContextMenu:not(.htGhostTable),
.handsontable.htFiltersConditionsMenu:not(.htGhostTable) {
  display: none;
  position: absolute;
  z-index: 1060;
}
.handsontable.htDropdownMenu .ht_clone_top,
.handsontable.htDropdownMenu .ht_clone_bottom,
.handsontable.htDropdownMenu .ht_clone_inline_start,
.handsontable.htDropdownMenu .ht_clone_top_inline_start_corner,
.handsontable.htDropdownMenu .ht_clone_bottom_inline_start_corner,
.handsontable.htContextMenu .ht_clone_top,
.handsontable.htContextMenu .ht_clone_bottom,
.handsontable.htContextMenu .ht_clone_inline_start,
.handsontable.htContextMenu .ht_clone_top_inline_start_corner,
.handsontable.htContextMenu .ht_clone_bottom_inline_start_corner,
.handsontable.htFiltersConditionsMenu .ht_clone_top,
.handsontable.htFiltersConditionsMenu .ht_clone_bottom,
.handsontable.htFiltersConditionsMenu .ht_clone_inline_start,
.handsontable.htFiltersConditionsMenu .ht_clone_top_inline_start_corner,
.handsontable.htFiltersConditionsMenu .ht_clone_bottom_inline_start_corner {
  display: none;
}
.handsontable.htDropdownMenu table.htCore,
.handsontable.htContextMenu table.htCore,
.handsontable.htFiltersConditionsMenu table.htCore {
  overflow: hidden;
}
.handsontable.htDropdownMenu .htCustomMenuRenderer .table.htCore,
.handsontable.htContextMenu .htCustomMenuRenderer .table.htCore,
.handsontable.htFiltersConditionsMenu .htCustomMenuRenderer .table.htCore {
  box-shadow: none;
}
.handsontable.htDropdownMenu.handsontable:focus,
.handsontable.htContextMenu.handsontable:focus,
.handsontable.htFiltersConditionsMenu.handsontable:focus {
  outline: none;
}
.handsontable.htDropdownMenu .wtBorder,
.handsontable.htContextMenu .wtBorder,
.handsontable.htFiltersConditionsMenu .wtBorder {
  visibility: hidden;
}
.handsontable.htDropdownMenu tbody tr:first-of-type td:first-child,
.handsontable.htDropdownMenu tbody tr:first-of-type th:first-child,
.handsontable.htContextMenu tbody tr:first-of-type td:first-child,
.handsontable.htContextMenu tbody tr:first-of-type th:first-child,
.handsontable.htFiltersConditionsMenu tbody tr:first-of-type td:first-child,
.handsontable.htFiltersConditionsMenu tbody tr:first-of-type th:first-child {
  height: calc(var(--ht-cell-vertical-padding) * 2 + var(--ht-line-height) + 1px);
}
.handsontable.htDropdownMenu table tbody tr td,
.handsontable.htContextMenu table tbody tr td,
.handsontable.htFiltersConditionsMenu table tbody tr td {
  position: relative;
  padding: var(--ht-menu-item-vertical-padding, 4px) var(--ht-menu-item-horizontal-padding, 8px);
  border-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: var(--ht-background-color, #ffffff);
  cursor: pointer;
  transition: var(--ht-table-transition) background ease-in-out;
}
.handsontable.htDropdownMenu table tbody tr td:first-child,
.handsontable.htContextMenu table tbody tr td:first-child,
.handsontable.htFiltersConditionsMenu table tbody tr td:first-child {
  border-top-width: 0;
  border-inline-end-width: 0;
  border-bottom-width: 0;
  border-inline-start-width: 0;
}
.handsontable.htDropdownMenu table tbody tr td.htDimmed,
.handsontable.htContextMenu table tbody tr td.htDimmed,
.handsontable.htFiltersConditionsMenu table tbody tr td.htDimmed {
  font-style: normal;
  color: inherit !important;
  background-color: inherit !important;
}
.handsontable.htDropdownMenu table tbody tr td:not(.handsontable.htDropdownMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htDropdownMenu table tbody tr td.htDisabled, .handsontable.htContextMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htContextMenu table tbody tr td.htDisabled, .handsontable.htFiltersConditionsMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled):hover,
.handsontable.htContextMenu table tbody tr td:not(.handsontable.htDropdownMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htDropdownMenu table tbody tr td.htDisabled, .handsontable.htContextMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htContextMenu table tbody tr td.htDisabled, .handsontable.htFiltersConditionsMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled):hover,
.handsontable.htFiltersConditionsMenu table tbody tr td:not(.handsontable.htDropdownMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htDropdownMenu table tbody tr td.htDisabled, .handsontable.htContextMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htContextMenu table tbody tr td.htDisabled, .handsontable.htFiltersConditionsMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled):hover {
  background: color-mix(in srgb, var(--ht-menu-item-hover-color) var(--ht-menu-item-hover-color-opacity, 100%), transparent) !important;
  cursor: pointer;
}
.handsontable.htDropdownMenu table tbody tr td:not(.handsontable.htDropdownMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htDropdownMenu table tbody tr td.htDisabled, .handsontable.htContextMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htContextMenu table tbody tr td.htDisabled, .handsontable.htFiltersConditionsMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled).current:not([aria-expanded=true]),
.handsontable.htContextMenu table tbody tr td:not(.handsontable.htDropdownMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htDropdownMenu table tbody tr td.htDisabled, .handsontable.htContextMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htContextMenu table tbody tr td.htDisabled, .handsontable.htFiltersConditionsMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled).current:not([aria-expanded=true]),
.handsontable.htFiltersConditionsMenu table tbody tr td:not(.handsontable.htDropdownMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htDropdownMenu table tbody tr td.htDisabled, .handsontable.htContextMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htContextMenu table tbody tr td.htDisabled, .handsontable.htFiltersConditionsMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled).current:not([aria-expanded=true]) {
  box-shadow: inset 0 0 0 1px var(--ht-accent-color);
}
.handsontable.htDropdownMenu table tbody tr td.htSubmenu .htItemWrapper,
.handsontable.htContextMenu table tbody tr td.htSubmenu .htItemWrapper,
.handsontable.htFiltersConditionsMenu table tbody tr td.htSubmenu .htItemWrapper {
  margin-inline-end: calc(2 * var(--ht-gap-size, 4px) + var(--ht-icon-size));
}
.handsontable.htDropdownMenu table tbody tr td.htSubmenu .htItemWrapper::after,
.handsontable.htContextMenu table tbody tr td.htSubmenu .htItemWrapper::after,
.handsontable.htFiltersConditionsMenu table tbody tr td.htSubmenu .htItemWrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: calc(var(--ht-menu-item-horizontal-padding) + var(--ht-gap-size) * 2);
  transform: translateY(-50%);
}
.handsontable.htDropdownMenu table tbody tr td.htSeparator,
.handsontable.htContextMenu table tbody tr td.htSeparator,
.handsontable.htFiltersConditionsMenu table tbody tr td.htSeparator {
  border-top: 1px solid var(--ht-border-color);
  height: 0;
  padding: 0;
  cursor: default;
}
.handsontable.htDropdownMenu table tbody tr td.htDisabled,
.handsontable.htContextMenu table tbody tr td.htDisabled,
.handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled {
  color: var(--ht-disabled-color);
  cursor: default;
}
.handsontable.htDropdownMenu table tbody tr td.htDisabled:hover,
.handsontable.htContextMenu table tbody tr td.htDisabled:hover,
.handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled:hover {
  background: var(--ht-background-color);
  color: var(--ht-disabled-color);
}
.handsontable.htDropdownMenu table tbody tr td.htHidden,
.handsontable.htContextMenu table tbody tr td.htHidden,
.handsontable.htFiltersConditionsMenu table tbody tr td.htHidden {
  display: none;
}
.handsontable.htDropdownMenu table tbody tr td:has(.htItemWrapper .selected),
.handsontable.htContextMenu table tbody tr td:has(.htItemWrapper .selected),
.handsontable.htFiltersConditionsMenu table tbody tr td:has(.htItemWrapper .selected) {
  background-color: color-mix(in srgb, var(--ht-menu-item-active-color) var(--ht-menu-item-active-color-opacity, 100%), transparent);
}
.handsontable.htDropdownMenu table tbody tr td .htItemWrapper,
.handsontable.htContextMenu table tbody tr td .htItemWrapper,
.handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper {
  margin-inline: calc(2 * var(--ht-gap-size, 4px));
}
.handsontable.htDropdownMenu table tbody tr td .htItemWrapper::before,
.handsontable.htContextMenu table tbody tr td .htItemWrapper::before,
.handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper::before {
  vertical-align: text-bottom;
  margin-right: 12px;
}
.handsontable.htDropdownMenu table tbody tr td .htItemWrapper span.selected,
.handsontable.htContextMenu table tbody tr td .htItemWrapper span.selected,
.handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected {
  font-size: 0;
  inset: 0;
}
.handsontable.htDropdownMenu table tbody tr td .htItemWrapper span.selected::after,
.handsontable.htContextMenu table tbody tr td .htItemWrapper span.selected::after,
.handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: calc(var(--ht-menu-item-horizontal-padding) + var(--ht-gap-size) * 2);
  color: var(--ht-accent-color);
  transform: translateY(-50%);
}
.handsontable.htDropdownMenu table tbody tr td div span.selected,
.handsontable.htContextMenu table tbody tr td div span.selected,
.handsontable.htFiltersConditionsMenu table tbody tr td div span.selected {
  position: absolute;
  inset-inline-end: 0;
}
.handsontable.htDropdownMenu table tbody tr td .htUIButton,
.handsontable.htContextMenu table tbody tr td .htUIButton,
.handsontable.htFiltersConditionsMenu table tbody tr td .htUIButton {
  width: calc(50% - var(--ht-gap-size));
}
.handsontable.htDropdownMenu table tbody tr td .htUIButton input,
.handsontable.htContextMenu table tbody tr td .htUIButton input,
.handsontable.htFiltersConditionsMenu table tbody tr td .htUIButton input {
  width: 100%;
}
.handsontable .htUIClearAll a,
.handsontable .htUISelectAll a {
  padding: var(--ht-gap-size);
  display: inline-block;
  text-decoration: none;
}
.handsontable .htUIMultipleSelect .ht_master .wtHolder {
  overflow-y: scroll !important;
  background: transparent;
  border-radius: 0 !important;
}
.handsontable .htUIMultipleSelect .ht_master .wtHolder .htCore {
  box-shadow: none;
}
[dir=rtl].handsontable.htDropdownMenu table tbody tr td.htSubmenu .htItemWrapper::after,
[dir=rtl].handsontable.htContextMenu table tbody tr td.htSubmenu .htItemWrapper::after,
[dir=rtl].handsontable.htFiltersConditionsMenu table tbody tr td.htSubmenu .htItemWrapper::after {
  left: calc(4 * var(--ht-gap-size));
  right: auto;
  transform: translateY(-50%) rotate(180deg);
}
[dir=rtl].handsontable.htDropdownMenu table tbody tr td .htItemWrapper span.selected::after,
[dir=rtl].handsontable.htContextMenu table tbody tr td .htItemWrapper span.selected::after,
[dir=rtl].handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected::after {
  left: calc(4 * var(--ht-gap-size));
  right: auto;
}
.handsontable.htFiltersConditionsMenu:not(.htGhostTable) {
  z-index: 1070;
}
.handsontable .ht_master table td.htCustomMenuRenderer {
  cursor: auto;
}
.handsontable .ht_master table td.htCustomMenuRenderer.htFiltersMenuActionBar {
  padding-top: calc(var(--ht-menu-item-vertical-padding, 4px) * 2);
}
.handsontable .htFiltersMenuLabel {
  font-size: var(--ht-font-size-small);
  line-height: var(--ht-line-height-small);
  font-weight: var(--ht-font-weight);
  margin-bottom: calc(var(--ht-gap-size, 2px) * 2);
}
.handsontable .htFiltersMenuLabel:empty {
  display: none;
}
.handsontable .htFiltersMenuCondition {
  padding-top: calc(var(--ht-gap-size, 2px) * 3) !important;
  padding-bottom: 0 !important;
}
.handsontable .htFiltersMenuCondition .border {
  border-bottom: 1px solid var(--ht-border-color) !important;
}
.handsontable .htFiltersMenuCondition .htUIInput {
  margin-top: calc(var(--ht-gap-size, 2px) * 2);
}
.handsontable .htFiltersMenuValue {
  padding-top: calc(var(--ht-gap-size, 2px) * 3) !important;
  padding-bottom: 0 !important;
  border-bottom: 1px solid var(--ht-border-color) !important;
}
.handsontable .htFiltersMenuOperators {
  padding-top: calc(var(--ht-gap-size, 2px) * 2) !important;
  padding-bottom: 0 !important;
}
.handsontable .htUISelectionControls {
  padding-top: calc(var(--ht-gap-size, 2px) * 2) !important;
  padding-bottom: var(--ht-gap-size, 2px) !important;
  margin: 0 calc(var(--ht-gap-size, 2px) * -1);
}
.handsontable .htUIMultipleSelectHot {
  --ht-cell-horizontal-padding: calc( var(--ht-menu-item-horizontal-padding, 2px) + var(--ht-gap-size, 2px) * 2);
  overflow: initial !important;
  width: calc(100% + var(--ht-menu-item-horizontal-padding, 2px) * 2 + var(--ht-gap-size, 2px) * 4);
  margin: 0 calc((var(--ht-menu-item-horizontal-padding, 2px) + var(--ht-gap-size, 2px) * 2) * -1);
}
.handsontable .htUIMultipleSelectHot::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--ht-border-color);
}
.handsontable .htUIMultipleSelectHot .wtHolder {
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}
.handsontable .htUIMultipleSelectHot .wtHolder .wtSpreader {
  padding: calc(var(--ht-gap-size) * 2) 0;
}
.handsontable .htUIMultipleSelectHot .wtHolder td {
  height: auto !important;
  padding: 4px var(--ht-cell-horizontal-padding);
}
.handsontable .htUIClearAll,
.handsontable .htUISelectAll {
  display: inline-block;
  margin-right: var(--ht-gap-size, 4px);
  margin-bottom: var(--ht-gap-size, 4px);
}
.handsontable .htUIClearAll a,
.handsontable .htUISelectAll a {
  font-size: var(--ht-font-size);
  line-height: var(--ht-line-height);
  color: var(--ht-link-color);
  border-radius: var(--ht-button-border-radius);
}
.handsontable .htUIClearAll a:hover,
.handsontable .htUISelectAll a:hover {
  color: var(--ht-link-hover-color);
}
.handsontable .htUIClearAll a:focus,
.handsontable .htUISelectAll a:focus {
  outline: 1px solid var(--ht-link-hover-color);
}
.handsontable .htUIMultipleSelect .ht_master .wtHolder {
  overflow: auto;
}
.handsontable .htUIMultipleSelect .ht_master .wtHolder .wtHider,
.handsontable .htUIMultipleSelect .ht_master .wtHolder .htCore,
.handsontable .htUIMultipleSelect .ht_master .wtHolder tr,
.handsontable .htUIMultipleSelect .ht_master .wtHolder td {
  background: none;
}
.handsontable .htUIInput.htUIButton {
  cursor: pointer;
  display: inline-block;
}
.handsontable .htUIInput.htUIButtonOK {
  margin-inline-start: 0;
  margin-inline-end: calc(2 * var(--ht-gap-size, 2px));
}
.handsontable .htCommentCell {
  position: relative;
}
.handsontable .htCommentCell::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  inset-inline-start: unset;
  border-inline-start: var(--ht-comments-indicator-size, 4px) solid transparent;
  border-inline-end: none;
  border-top: var(--ht-comments-indicator-size, 4px) solid var(--ht-comments-indicator-color, #1a42e8);
}
.htCommentsContainer .htComments {
  display: none;
  z-index: 1059;
  position: absolute;
}
.htCommentsContainer .htCommentTextArea {
  font-family:
    var(--ht-font-family),
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  box-shadow: var(--ht-menu-shadow-x, 0) var(--ht-menu-shadow-y, 0) var(--ht-menu-shadow-blur, 8px) color-mix(in srgb, var(--ht-menu-shadow-color, rgb(0, 0, 0)) var(--ht-menu-shadow-opacity, 100%), transparent);
  width: 240px;
  height: 88px;
  font-size: var(--ht-font-size);
  line-height: var(--ht-line-height);
  font-weight: var(--ht-font-weight);
  margin: 0 -1px;
  padding: var(--ht-comments-textarea-vertical-padding) var(--ht-comments-textarea-horizontal-padding);
  border: var(--ht-comments-textarea-border-width, 1px) solid var(--ht-comments-textarea-border-color, transparent);
  border-inline-start: var(--ht-comments-textarea-border-width, 1px) solid var(--ht-comments-textarea-border-color, #1a42e8);
  color: var(--ht-comments-textarea-foreground-color);
  background-color: var(--ht-comments-textarea-background-color, #ffffff);
  outline: 0 !important;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.htCommentsContainer .htCommentTextArea:focus {
  border: var(--ht-comments-textarea-focus-border-width, 1px) solid var(--ht-comments-textarea-focus-border-color, #1a42e8);
  color: var(--ht-comments-textarea-focus-foreground-color);
  background-color: var(--ht-comments-textarea-focus-background-color, #ffffff);
}
.htBorders .wtBorder.ht-border-style-dashed-vertical {
  background-image:
    repeating-linear-gradient(
      to bottom,
      var(--ht-custom-border-color) 0 5px,
      transparent 0 10px);
}
.htBorders .wtBorder.ht-border-style-dashed-horizontal {
  background-image:
    repeating-linear-gradient(
      to right,
      var(--ht-custom-border-color) 0 5px,
      transparent 0 10px);
}
.htBorders .wtBorder.ht-border-style-dotted-horizontal {
  background-image:
    radial-gradient(
      circle,
      var(--ht-custom-border-color) calc(var(--ht-custom-border-size) / 2),
      transparent 0);
  background-size: calc(var(--ht-custom-border-size) * 2) var(--ht-custom-border-size);
  background-repeat: repeat-x;
}
.htBorders .wtBorder.ht-border-style-dotted-vertical {
  background-image:
    radial-gradient(
      circle,
      var(--ht-custom-border-color) calc(var(--ht-custom-border-size) / 2),
      transparent 0);
  background-size: var(--ht-custom-border-size) calc(var(--ht-custom-border-size) * 2);
  background-repeat: repeat-y;
}
.handsontable .columnSorting:not(.indicatorDisabled) {
  position: relative;
}
.handsontable .columnSorting:not(.indicatorDisabled).sortAction.ascending,
.handsontable .columnSorting:not(.indicatorDisabled).sortAction.descending {
  padding-inline-end: calc(var(--ht-icon-size, 16px) + 2px);
}
.handsontable .columnSorting:not(.indicatorDisabled).sortAction:hover {
  text-decoration: none;
  cursor: pointer;
}
.handsontable .columnSorting:not(.indicatorDisabled).sortAction::before {
  content: "";
  display: block;
  width: var(--ht-icon-size, 16px);
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  text-align: right;
}
.handsontable .htRight .columnSorting.sortAction.ascending,
.handsontable .htRight .columnSorting.sortAction.descending {
  padding-inline-start: calc(var(--ht-icon-size, 16px) + 2px);
  padding-inline-end: 0;
}
.handsontable .htRight .columnSorting.sortAction::before {
  left: 2px;
  right: auto;
  text-align: left;
}
[dir=rtl] .handsontable .columnSorting.sortAction::before {
  left: 2px;
  right: auto;
  text-align: left;
}
[dir=rtl] .handsontable .htRight .columnSorting.sortAction.ascending,
[dir=rtl] .handsontable .htRight .columnSorting.sortAction.descending {
  padding-inline-start: 0;
  padding-inline-end: calc(var(--ht-icon-size, 16px) + 2px);
}
[dir=rtl] .handsontable .htLeft .columnSorting.sortAction.ascending,
[dir=rtl] .handsontable .htLeft .columnSorting.sortAction.descending {
  padding-inline-start: calc(var(--ht-icon-size, 16px) + 2px);
  padding-inline-end: 0;
}
[dir=rtl] .handsontable .htLeft .columnSorting.sortAction::before {
  left: auto;
  right: 2px;
  text-align: right;
}
.htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled)::before {
  content: "*";
  display: inline-block;
  position: relative;
  padding-inline-end: calc(var(--ht-icon-size, 16px) + 2px);
}
.handsontable .colHeader.columnSorting::after {
  content: "";
  display: block;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: 4px;
  font-size: 8px;
  text-align: right;
}
.handsontable .colHeader.columnSorting[class^=sort-]::after,
.handsontable .colHeader.columnSorting[class*=" sort-"]::after {
  content: "+";
}
.handsontable .colHeader.columnSorting.sort-1::after {
  content: "1";
}
.handsontable .colHeader.columnSorting.sort-2::after {
  content: "2";
}
.handsontable .colHeader.columnSorting.sort-3::after {
  content: "3";
}
.handsontable .colHeader.columnSorting.sort-4::after {
  content: "4";
}
.handsontable .colHeader.columnSorting.sort-5::after {
  content: "5";
}
.handsontable .colHeader.columnSorting.sort-6::after {
  content: "6";
}
.handsontable .colHeader.columnSorting.sort-7::after {
  content: "7";
}
.handsontable .htRight .colHeader.columnSorting::after {
  left: 0;
  right: auto;
  text-align: left;
}
[dir=rtl] .handsontable .colHeader.columnSorting::after {
  left: 0;
  right: auto;
  text-align: left;
}
[dir=rtl] .handsontable .htLeft .colHeader.columnSorting::after {
  left: auto;
  right: 0;
  text-align: right;
}
.htGhostTable th div:has(.changeType) span.colHeader.columnSorting:not(.indicatorDisabled) {
  padding-inline-end: var(--ht-gap-size);
}
.handsontable .htRowHeaders .ht_master.innerBorderInlineStart ~ .ht_clone_top_inline_start_corner th:nth-child(2),
.handsontable .htRowHeaders .ht_master.innerBorderInlineStart ~ .ht_clone_inline_start td:first-of-type {
  border-left: 0 none;
}
.handsontable .ht_clone_top_inline_start_corner th.ht__active_highlight {
  box-shadow: none;
}
.handsontable .manualColumnResizer {
  position: absolute;
  top: 0;
  width: 10px;
  margin: 0;
  cursor: col-resize;
  background: none;
  opacity: 0;
  z-index: 210;
}
.handsontable .manualColumnResizer::before,
.handsontable .manualColumnResizer::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 1px;
  width: 2px;
  height: calc(100% - 12px);
  max-height: 16px;
  margin-top: 0.5px;
  background: var(--ht-resize-indicator-color);
  border-radius: 2px;
  transform: translateY(-50%);
}
.handsontable .manualColumnResizer::after {
  left: auto;
  right: 0;
}
.handsontable .manualColumnResizer:hover,
.handsontable .manualColumnResizer.active {
  opacity: 1;
}
.handsontable .manualColumnResizerGuide {
  position: absolute;
  inset-inline-end: unset;
  top: 0;
  width: 0;
  margin-inline-start: 5px;
  margin-inline-end: unset;
  display: none;
  border-inline-end: 1px solid var(--ht-accent-color);
  border-inline-start: none;
}
.handsontable .manualColumnResizerGuide.active {
  display: block;
  z-index: 209;
}
.handsontable .manualRowResizer {
  position: absolute;
  left: 0;
  z-index: 210;
  height: 10px;
  margin: 0;
  cursor: row-resize;
  background: none;
  opacity: 0;
}
.handsontable .manualRowResizer::before,
.handsontable .manualRowResizer::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 50%;
  width: calc(100% - 12px);
  max-width: 16px;
  height: 2px;
  background: var(--ht-resize-indicator-color);
  border-radius: 2px;
  transform: translateX(-50%);
}
.handsontable .manualRowResizer::after {
  top: auto;
  bottom: 0;
}
.handsontable .manualRowResizer:hover,
.handsontable .manualRowResizer.active {
  opacity: 1;
}
.handsontable .manualRowResizerGuide {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  margin-top: 5px;
  display: none;
  border-bottom: 1px solid var(--ht-accent-color);
  border-top: none;
}
.handsontable .manualRowResizerGuide.active {
  display: block;
  z-index: 209;
}
.handsontable tbody td[rowspan][class*=area][class*=highlight]:not([class*=fullySelectedMergedCell])::before {
  opacity: 0;
}
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-multiple]::before {
  opacity: 0.14;
}
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-0]:before {
  opacity: 0.14;
}
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-1]:before {
  opacity: 0.21;
}
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-2]:before {
  opacity: 0.28;
}
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-3]:before {
  opacity: 0.35;
}
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-4]:before {
  opacity: 0.42;
}
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-5]:before {
  opacity: 0.49;
}
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-6]:before {
  opacity: 0.56;
}
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-7]:before {
  opacity: 0.63;
}
.handsontable .wtHider {
  position: relative;
}
.handsontable .ht__manualColumnMove.after-selection--columns thead th.ht__highlight,
.handsontable.ht__manualColumnMove.after-selection--columns thead th.ht__highlight {
  cursor: move;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
}
.handsontable .ht__manualColumnMove.on-moving--columns *,
.handsontable .ht__manualColumnMove.on-moving--columns thead th.ht__highlight,
.handsontable.ht__manualColumnMove.on-moving--columns *,
.handsontable.ht__manualColumnMove.on-moving--columns thead th.ht__highlight {
  cursor: move;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.handsontable .ht__manualColumnMove.on-moving--columns .manualColumnResizer,
.handsontable.ht__manualColumnMove.on-moving--columns .manualColumnResizer {
  display: none;
}
.handsontable .ht__manualColumnMove--guideline,
.handsontable .ht__manualColumnMove--backlight,
.handsontable.ht__manualColumnMove--guideline,
.handsontable.ht__manualColumnMove--backlight {
  position: absolute;
  height: 100%;
  display: none;
}
.handsontable .ht__manualColumnMove--guideline,
.handsontable.ht__manualColumnMove--guideline {
  width: 1px;
  top: 0;
  margin-inline-start: -0.5px;
  margin-inline-end: 0;
  z-index: 205;
  background: var(--ht-move-indicator-color, #1a42e8);
}
.handsontable .ht__manualColumnMove--backlight,
.handsontable.ht__manualColumnMove--backlight {
  display: none;
  z-index: 205;
  pointer-events: none;
  background: color-mix(in srgb, var(--ht-move-backlight-color) var(--ht-move-backlight-opacity, 100%), transparent);
}
.handsontable .on-moving--columns.show-ui .ht__manualColumnMove--guideline,
.handsontable .on-moving--columns .ht__manualColumnMove--backlight,
.handsontable.on-moving--columns.show-ui .ht__manualColumnMove--guideline,
.handsontable.on-moving--columns .ht__manualColumnMove--backlight {
  display: block;
}
.handsontable .wtHider {
  position: relative;
}
.handsontable .ht__manualRowMove.after-selection--rows tbody th.ht__highlight,
.handsontable.ht__manualRowMove.after-selection--rows tbody th.ht__highlight {
  cursor: move;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
}
.handsontable .ht__manualRowMove.on-moving--rows *,
.handsontable .ht__manualRowMove.on-moving--rows tbody th.ht__highlight,
.handsontable.ht__manualRowMove.on-moving--rows *,
.handsontable.ht__manualRowMove.on-moving--rows tbody th.ht__highlight {
  cursor: move;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.handsontable .ht__manualRowMove.on-moving--rows .manualRowResizer,
.handsontable.ht__manualRowMove.on-moving--rows .manualRowResizer {
  display: none;
}
.handsontable .ht__manualRowMove--guideline,
.handsontable .ht__manualRowMove--backlight,
.handsontable.ht__manualRowMove--guideline,
.handsontable.ht__manualRowMove--backlight {
  position: absolute;
  width: 100%;
  display: none;
}
.handsontable .ht__manualRowMove--guideline,
.handsontable.ht__manualRowMove--guideline {
  border-top: 1px solid var(--ht-move-indicator-color);
  left: 0;
  z-index: 205;
}
.handsontable .ht__manualRowMove--backlight,
.handsontable.ht__manualRowMove--backlight {
  display: none;
  z-index: 205;
  pointer-events: none;
  background: color-mix(in srgb, var(--ht-move-backlight-color) var(--ht-move-backlight-opacity, 100%), transparent);
}
.handsontable .on-moving--rows.show-ui .ht__manualRowMove--guideline,
.handsontable .on-moving--rows .ht__manualRowMove--backlight,
.handsontable.on-moving--rows.show-ui .ht__manualRowMove--guideline,
.handsontable.on-moving--rows .ht__manualRowMove--backlight {
  display: block;
}
.ht-dialog {
  scrollbar-width: auto;
  scrollbar-color: var(--ht-scrollbar-thumb-color) var(--ht-scrollbar-track-color);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  font-size: var(--ht-font-size);
  line-height: var(--ht-line-height);
  letter-spacing: var(--ht-letter-spacing);
  width: 100%;
  height: 100%;
  z-index: 1060;
  opacity: 0;
  overflow-y: auto;
  border-radius: var(--ht-border-radius);
  border: 1px solid var(--ht-border-color);
  box-sizing: border-box !important;
}
.ht-dialog[dir=rtl] {
  left: auto;
  right: 0;
}
.ht-dialog:focus {
  border: 1px solid var(--ht-accent-color);
  outline: none;
}
.ht-dialog:has(.htFocusCatcher:focus) {
  border: 1px solid var(--ht-accent-color);
  outline: none;
}
.ht-dialog * {
  box-sizing: border-box !important;
}
.ht-dialog--background-solid {
  background-color: var(--ht-dialog-solid-background-color);
}
.ht-dialog--background-semi-transparent {
  background-color: color-mix(in srgb, var(--ht-dialog-semi-transparent-background-color) var(--ht-dialog-semi-transparent-background-opacity, 100%), transparent);
}
.ht-dialog--animation {
  transition: opacity var(--ht-table-transition) ease-in-out;
}
.ht-dialog--show {
  opacity: 1;
}
.ht-dialog__content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: calc(var(--ht-gap-size) * 4);
  border-radius: var(--ht-border-radius);
}
.ht-dialog__content {
  position: relative;
  padding: var(--ht-dialog-content-padding-horizontal) var(--ht-dialog-content-padding-vertical);
  max-width: 480px;
  color: var(--ht-foreground-color);
}
.ht-dialog__content--background {
  box-shadow: var(--ht-shadow-x, 0) var(--ht-shadow-y, 0) var(--ht-shadow-blur, 8px) color-mix(in srgb, var(--ht-shadow-color, rgb(0, 0, 0)) var(--ht-shadow-opacity, 100%), transparent);
  border-radius: var(--ht-dialog-content-border-radius);
  background-color: var(--ht-dialog-content-background-color);
}
.ht-dialog--confirm .ht-dialog__content-wrapper {
  text-align: center;
  padding: calc(var(--ht-gap-size) * 2);
}
.ht-dialog--confirm .ht-dialog__content-wrapper-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 480px;
  padding: calc(var(--ht-gap-size) * 2);
  border-radius: var(--ht-border-radius);
}
.ht-dialog--confirm .ht-dialog__content-wrapper-inner--background {
  box-shadow: var(--ht-shadow-x, 0) var(--ht-shadow-y, 0) var(--ht-shadow-blur, 8px) color-mix(in srgb, var(--ht-shadow-color, rgb(0, 0, 0)) var(--ht-shadow-opacity, 100%), transparent);
  border-radius: var(--ht-dialog-content-border-radius);
  background-color: var(--ht-dialog-content-background-color);
}
.ht-dialog--confirm .ht-dialog__content-wrapper-inner:focus {
  outline: none;
  box-shadow: 0 0 0 1px var(--ht-accent-color);
}
.ht-dialog--confirm .ht-dialog__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--ht-gap-size);
}
.ht-dialog--confirm .ht-dialog__content:has(.ht-dialog__buttons) {
  gap: calc(var(--ht-gap-size) * 2);
}
.ht-dialog--confirm .ht-dialog__title {
  margin: 0;
  font-size: var(--ht-font-size);
  font-weight: var(--ht-font-weight);
  line-height: var(--ht-line-height);
}
.ht-dialog--confirm .ht-dialog__description {
  margin: 0;
  color: var(--ht-foreground-secondary-color);
  font-size: var(--ht-font-size-small);
  line-height: var(--ht-line-height-small);
  font-weight: var(--ht-font-weight);
}
.ht-dialog--confirm .ht-dialog__buttons {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: calc(var(--ht-gap-size) * 2);
}
.ht-notification {
  position: absolute;
  inset: 0;
  z-index: 1070;
  pointer-events: none;
  overflow: visible;
}
.ht-notification__stack {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: min(420px, 100% - 40px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  pointer-events: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 0;
  padding: 10px;
  scrollbar-width: auto;
  scrollbar-color: var(--ht-scrollbar-thumb-color) var(--ht-scrollbar-track-color);
}
.ht-notification__stack--top-start {
  top: 10px;
  inset-inline-start: 10px;
  align-items: flex-start;
  max-height: calc(100% - 40px);
}
.ht-notification__stack--top-end {
  top: 10px;
  inset-inline-end: 10px;
  align-items: flex-end;
  max-height: calc(100% - 40px);
}
.ht-notification__stack--bottom-start {
  bottom: 10px;
  inset-inline-start: 10px;
  align-items: flex-start;
  max-height: calc(100% - 40px);
}
.ht-notification__stack--bottom-end {
  bottom: 10px;
  inset-inline-end: 10px;
  align-items: flex-end;
  max-height: calc(100% - 40px);
}
.ht-notification__toast {
  box-shadow: var(--ht-shadow-x, 0) var(--ht-shadow-y, 0) var(--ht-shadow-blur, 8px) color-mix(in srgb, var(--ht-shadow-color, rgb(0, 0, 0)) var(--ht-shadow-opacity, 100%), transparent);
  position: relative;
  display: flex;
  flex-shrink: 0;
  max-width: 100%;
  pointer-events: auto;
  color: var(--ht-notification-foreground-color, var(--ht-foreground-color));
  background-color: var(--ht-notification-background-color, var(--ht-background-color));
  border: 1px solid var(--ht-notification-border-color, var(--ht-border-color));
  border-radius: var(--ht-border-radius, 4px);
  font-size: var(--ht-font-size);
  line-height: var(--ht-line-height);
  letter-spacing: var(--ht-letter-spacing);
  outline: none;
}
.ht-notification__toast:focus-visible {
  box-shadow: 0 0 0 1px var(--ht-accent-color);
}
.ht-notification__toast--animate {
  opacity: 0;
  transition: opacity var(--ht-table-transition, 0.15s) ease-out, transform var(--ht-table-transition, 0.15s) ease-out;
}
.ht-notification__toast--animate.ht-notification__toast--stack-top:not(.ht-notification__toast--visible) {
  transform: translateY(-6px);
}
.ht-notification__toast--animate.ht-notification__toast--stack-bottom:not(.ht-notification__toast--visible) {
  transform: translateY(6px);
}
.ht-notification__toast--visible {
  opacity: 1;
  transform: translateY(0);
}
.ht-notification__toast--info .ht-notification__accent {
  display: none;
}
.ht-notification__toast--success .ht-notification__accent {
  background-color: var(--ht-notification-success-accent, #37bc6c);
}
.ht-notification__toast--warning .ht-notification__accent {
  background-color: var(--ht-notification-warning-accent, #fbe952);
}
.ht-notification__toast--error .ht-notification__accent {
  background-color: var(--ht-notification-error-accent, #fa4d32);
}
.ht-notification__toast-inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  padding: 10px;
  gap: 0;
  direction: inherit;
}
.ht-notification__accent {
  box-sizing: border-box;
  flex: 0 0 4px;
  align-self: stretch;
  border-radius: 4px;
  margin-inline-end: 10px;
}
.ht-notification__body {
  flex: 1 1 auto;
  min-width: 0;
}
.ht-notification__title {
  margin: 0 0 var(--ht-gap-size);
  font-size: var(--ht-font-size);
  font-weight: var(--ht-font-weight, 600);
}
.ht-notification__message {
  margin: 0;
  font-size: var(--ht-font-size-small);
  word-break: break-word;
}
.ht-notification__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ht-gap-size);
  margin-top: var(--ht-gap-size);
}
.ht-notification__close {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 auto;
  align-self: flex-start;
  margin-inline-start: 4px;
  width: var(--ht-icon-button-hit-area-size);
  height: var(--ht-icon-button-hit-area-size);
  padding: 0;
  border: none;
  background: transparent;
  color: var(--ht-icon-button-icon-color, inherit);
  cursor: pointer;
  border-radius: var(--ht-icon-button-border-radius, var(--ht-border-radius, 4px));
  flex-shrink: 0;
  overflow: visible;
}
.ht-notification__close::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  margin-top: calc(-0.5 * var(--ht-icon-size));
  margin-inline-start: calc(-0.5 * var(--ht-icon-size));
}
.ht-notification__close:hover {
  color: var(--ht-icon-button-hover-icon-color, inherit);
  background-color: var(--ht-icon-button-hover-background-color, color-mix(in srgb, var(--ht-foreground-color) 8%, transparent));
}
.ht-notification__close:focus-visible {
  outline: 2px solid var(--ht-accent-color);
  outline-offset: 2px;
}
.handsontable.ht-pagination {
  width: 100%;
  color: var(--ht-pagination-bar-foreground-color);
  background: var(--ht-pagination-bar-background-color);
  font-size: var(--ht-font-size);
  line-height: var(--ht-line-height);
  box-sizing: border-box;
  overflow-x: auto;
}
.handsontable.ht-pagination:not(.ht-slot-element) {
  border: 1px solid var(--ht-border-color);
  border-radius: var(--ht-border-radius);
}
.handsontable.ht-pagination .ht-pagination__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(var(--ht-gap-size) * 4);
  padding-inline: var(--ht-pagination-bar-horizontal-padding);
  padding-block: var(--ht-pagination-bar-vertical-padding);
  min-width: 230px;
}
.handsontable.ht-pagination .ht-page-size-section {
  display: flex;
  align-items: center;
  gap: calc(var(--ht-gap-size) * 2);
}
.handsontable.ht-pagination .ht-page-size-section__label {
  white-space: nowrap;
}
.handsontable.ht-pagination .ht-page-size-section__select-wrapper {
  position: relative;
  border-radius: var(--ht-input-border-radius);
}
.handsontable.ht-pagination .ht-page-size-section__select-wrapper select {
  padding-inline-start: var(--ht-gap-size);
  padding-inline-end: calc(var(--ht-gap-size) + var(--ht-icon-size));
  padding-top: var(--ht-gap-size);
  padding-bottom: var(--ht-gap-size);
  border-radius: var(--ht-input-border-radius);
  color: var(--ht-input-foreground-color);
  background-color: var(--ht-input-background-color);
  border: 1px solid var(--ht-input-border-color);
  line-height: calc(var(--ht-line-height) - 4px);
  -webkit-appearance: none;
  font-size: inherit;
  cursor: pointer;
}
.handsontable.ht-pagination .ht-page-size-section__select-wrapper select:disabled {
  opacity: 0.4;
  cursor: default;
  color: var(--ht-input-disabled-foreground-color);
  background-color: var(--ht-input-disabled-background-color);
  border-color: var(--ht-input-disabled-border-color);
}
.handsontable.ht-pagination .ht-page-size-section__select-wrapper select:hover:not(:disabled) {
  color: var(--ht-input-hover-foreground-color);
  background-color: var(--ht-input-hover-background-color);
  border-color: var(--ht-input-hover-border-color);
}
.handsontable.ht-pagination .ht-page-size-section__select-wrapper select:focus {
  color: var(--ht-input-focus-foreground-color);
  background-color: var(--ht-input-focus-background-color);
  border-color: var(--ht-input-focus-border-color);
  outline: none;
}
.handsontable.ht-pagination .ht-page-size-section__select-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  inset-inline-end: var(--ht-gap-size);
  inset-block-end: 50%;
  transform: translateY(50%);
  background-color: var(--ht-foreground-color);
  pointer-events: none;
}
.handsontable.ht-pagination .ht-page-counter-section {
  margin-inline-end: auto;
}
.handsontable.ht-pagination .ht-page-navigation-section {
  display: flex;
  align-items: center;
  gap: 1px;
}
.handsontable.ht-pagination .ht-page-navigation-section__button {
  font-size: inherit;
  border: 1px solid var(--ht-pagination-button-border-color);
  color: var(--ht-pagination-button-foreground-color);
  background-color: var(--ht-pagination-button-background-color);
  border-radius: var(--ht-icon-button-large-border-radius);
  padding: var(--ht-icon-button-large-padding);
  cursor: pointer;
}
.handsontable.ht-pagination .ht-page-navigation-section__button::before {
  content: "";
  display: block;
}
.handsontable.ht-pagination .ht-page-navigation-section__button--disabled {
  cursor: default;
  pointer-events: none;
  color: var(--ht-pagination-button-disabled-foreground-color);
  background-color: var(--ht-pagination-button-disabled-background-color);
  border-color: var(--ht-pagination-button-disabled-border-color);
}
.handsontable.ht-pagination .ht-page-navigation-section__button:hover:not(:disabled) {
  border-color: var(--ht-pagination-button-hover-border-color);
  color: var(--ht-pagination-button-hover-foreground-color);
  background-color: var(--ht-pagination-button-hover-background-color);
}
.handsontable.ht-pagination .ht-page-navigation-section__button:focus {
  outline: none;
  border-color: var(--ht-pagination-button-focus-border-color);
  color: var(--ht-pagination-button-focus-foreground-color);
  background-color: var(--ht-pagination-button-focus-background-color);
}
.handsontable.ht-pagination .ht-page-navigation-section__label {
  white-space: nowrap;
  min-width: 100px;
  text-align: center;
}
.ht-loading__icon-svg {
  display: block;
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  color: var(--ht-accent-color);
  animation: ht-loading-spin 1s linear infinite;
  transform-origin: 50% 50%;
}
.ht-loading__content {
  display: flex;
  align-items: center;
  gap: calc(var(--ht-gap-size) * 2);
}
.ht-loading__title {
  margin: 0;
  font-size: var(--ht-font-size);
  font-weight: var(--ht-font-weight);
  line-height: var(--ht-line-height);
}
.ht-loading__description {
  margin: 0;
  color: var(--ht-foreground-secondary-color);
  font-size: var(--ht-font-size-small);
  line-height: var(--ht-line-height-small);
  font-weight: var(--ht-font-weight);
}
@keyframes ht-loading-spin {
  to {
    transform: rotate(360deg);
  }
}
.ht-empty-data-state {
  scrollbar-width: auto;
  scrollbar-color: var(--ht-scrollbar-thumb-color) var(--ht-scrollbar-track-color);
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 999;
  overflow-y: auto;
  border: 1px solid var(--ht-border-color);
  border-radius: var(--ht-border-radius);
  box-sizing: border-box;
  background-color: var(--ht-background-color);
}
.ht-empty-data-state * {
  box-sizing: border-box !important;
}
.ht-empty-data-state__content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 100%;
  padding: calc(var(--ht-gap-size) * 2);
  border-radius: var(--ht-border-radius);
}
.ht-empty-data-state__content-wrapper-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 480px;
  padding: calc(var(--ht-gap-size) * 2);
  border-radius: var(--ht-border-radius);
}
.ht-empty-data-state__content-wrapper-inner:focus {
  outline: none;
  box-shadow: 0 0 0 1px var(--ht-accent-color);
}
.ht-empty-data-state__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--ht-gap-size);
}
.ht-empty-data-state__title {
  margin: 0;
  font-size: var(--ht-font-size);
  font-weight: var(--ht-font-weight);
  line-height: var(--ht-line-height);
}
.ht-empty-data-state__description {
  margin: 0;
  color: var(--ht-foreground-secondary-color);
  font-size: var(--ht-font-size-small);
  line-height: var(--ht-line-height-small);
  font-weight: var(--ht-font-weight);
}
.ht-empty-data-state__buttons {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: calc(var(--ht-gap-size) * 2);
}
.ht-empty-data-state__buttons--has-buttons {
  margin-top: calc(var(--ht-gap-size) * 2);
}
.ht-empty-data-state__spinner {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-bottom: calc(var(--ht-gap-size) * 2);
  border: 2px solid var(--ht-border-color);
  border-top-color: var(--ht-accent-color);
  border-radius: 50%;
  animation: ht-empty-data-state-spin 0.75s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .ht-empty-data-state__spinner {
    animation: none;
    border-top-color: var(--ht-border-color);
  }
}
.ht-empty-data-state--loading .ht-empty-data-state__content {
  gap: calc(var(--ht-gap-size) * 0.5);
}
.ht-empty-data-state--disable-top-border {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-top-width: 0;
}
.ht-empty-data-state--disable-inline-border {
  border-start-start-radius: 0;
  border-end-start-radius: 0;
  border-inline-start-width: 0;
}
.ht-empty-data-state--disable-bottom-border {
  border-end-start-radius: 0;
  border-end-end-radius: 0;
  border-bottom-width: 0;
}
.ht-root-wrapper:has(> .ht-slot-bottom > .ht-slot-element) .ht-empty-data-state {
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}
@keyframes ht-empty-data-state-spin {
  to {
    transform: rotate(360deg);
  }
}

/* node_modules/handsontable/styles/ht-theme-classic.css */
.ht-theme-classic,
.ht-theme-classic-dark,
.ht-theme-classic-dark-auto {
  --ht-sizing-size-0: 0px;
  --ht-sizing-size-0-5: 2px;
  --ht-sizing-size-1: 4px;
  --ht-sizing-size-2: 8px;
  --ht-sizing-size-1-5: 6px;
  --ht-sizing-size-3: 12px;
  --ht-sizing-size-4: 16px;
  --ht-sizing-size-5: 20px;
  --ht-sizing-size-6: 24px;
  --ht-sizing-size-7: 28px;
  --ht-sizing-size-8: 32px;
  --ht-sizing-size-9: 36px;
  --ht-sizing-size-10: 40px;
  --ht-sizing-size-0-25: 1px;
  --ht-density-cell-vertical: var(--ht-sizing-size-0-5);
  --ht-density-cell-horizontal: var(--ht-sizing-size-1-5);
  --ht-density-bars-horizontal: var(--ht-sizing-size-2);
  --ht-density-bars-vertical: var(--ht-sizing-size-1);
  --ht-density-gap: var(--ht-sizing-size-0-5);
  --ht-density-button-horizontal: var(--ht-sizing-size-2);
  --ht-density-button-vertical: var(--ht-sizing-size-0-5);
  --ht-density-dialog-horizontal: var(--ht-sizing-size-1-5);
  --ht-density-dialog-vertical: var(--ht-sizing-size-1-5);
  --ht-density-input-horizontal: var(--ht-sizing-size-2);
  --ht-density-input-vertical: var(--ht-sizing-size-0-5);
  --ht-density-menu-vertical: var(--ht-sizing-size-2);
  --ht-density-menu-horizontal: var(--ht-sizing-size-0);
  --ht-density-menu-item-vertical: var(--ht-sizing-size-0-5);
  --ht-density-menu-item-horizontal: var(--ht-sizing-size-2);
  --ht-colors-primary-100: #7aadffff;
  --ht-colors-primary-200: #6a9bffff;
  --ht-colors-primary-300: #6985b9ff;
  --ht-colors-primary-400: #8eb0e7ff;
  --ht-colors-primary-500: #5292f7ff;
  --ht-colors-primary-600: #3e7ee3ff;
  --ht-colors-palette-50: #f0f0f0ff;
  --ht-colors-palette-100: #dcdcdcff;
  --ht-colors-palette-200: #ccccccff;
  --ht-colors-palette-300: #c6c6c6ff;
  --ht-colors-palette-400: #999999ff;
  --ht-colors-palette-500: #777777ff;
  --ht-colors-palette-600: #5c5c5cff;
  --ht-colors-palette-700: #404040ff;
  --ht-colors-palette-800: #313131ff;
  --ht-colors-palette-900: #222222ff;
  --ht-colors-palette-950: #0f0f10ff;
  --ht-colors-white: #ffffffff;
  --ht-colors-black: #000000ff;
  --ht-colors-transparent: #ffffff00;
  --ht-font-family: Inter;
  --ht-font-size: 13px;
  --ht-font-size-small: 11px;
  --ht-line-height: 21px;
  --ht-line-height-small: 16px;
  --ht-font-weight: 400;
  --ht-letter-spacing: 0px;
  --ht-border-color: light-dark(var(--ht-colors-palette-200), var(--ht-colors-palette-700));
  --ht-accent-color: light-dark(var(--ht-colors-primary-500), var(--ht-colors-primary-100));
  --ht-foreground-color: light-dark(var(--ht-colors-palette-800), var(--ht-colors-palette-300));
  --ht-foreground-secondary-color: light-dark(var(--ht-colors-palette-500), var(--ht-colors-palette-400));
  --ht-background-color: light-dark(var(--ht-colors-white), var(--ht-colors-palette-950));
  --ht-background-secondary-color: light-dark(var(--ht-colors-palette-50), var(--ht-colors-palette-900));
  --ht-placeholder-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
  --ht-read-only-color: light-dark(var(--ht-colors-palette-500), var(--ht-colors-palette-400));
  --ht-disabled-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
  --ht-gap-size: var(--ht-density-gap);
  --ht-icon-size: var(--ht-sizing-size-3);
  --ht-table-transition: 0s;
  --ht-border-radius: var(--ht-sizing-size-0);
  --ht-bar-foreground-color: var(--ht-foreground-color);
  --ht-bar-background-color: var(--ht-background-secondary-color);
  --ht-bar-horizontal-padding: var(--ht-density-bars-horizontal);
  --ht-bar-vertical-padding: var(--ht-density-bars-vertical);
  --ht-shadow-color: light-dark(var(--ht-colors-palette-800), var(--ht-colors-palette-300));
  --ht-shadow-x: var(--ht-sizing-size-0-25);
  --ht-shadow-y: var(--ht-sizing-size-0-25);
  --ht-shadow-blur: var(--ht-sizing-size-0);
  --ht-shadow-opacity: 8%;
  --ht-cell-horizontal-padding: var(--ht-density-cell-horizontal);
  --ht-cell-vertical-padding: var(--ht-density-cell-vertical);
  --ht-cell-horizontal-border-color: var(--ht-border-color);
  --ht-cell-vertical-border-color: var(--ht-border-color);
  --ht-cell-selection-border-color: var(--ht-accent-color);
  --ht-cell-selection-background-color: var(--ht-accent-color);
  --ht-cell-success-background-color: #37bc6c33;
  --ht-cell-error-background-color: #fa4d3233;
  --ht-cell-read-only-background-color: var(--ht-colors-transparent);
  --ht-cell-autofill-size: var(--ht-sizing-size-1-5);
  --ht-cell-autofill-hit-area-size: var(--ht-sizing-size-3);
  --ht-cell-autofill-border-width: var(--ht-sizing-size-0-25);
  --ht-cell-autofill-border-radius: var(--ht-sizing-size-0);
  --ht-cell-autofill-border-color: var(--ht-background-color);
  --ht-cell-autofill-background-color: var(--ht-accent-color);
  --ht-cell-autofill-fill-border-color: var(--ht-foreground-color);
  --ht-cell-editor-border-width: 2px;
  --ht-cell-editor-border-color: var(--ht-accent-color);
  --ht-cell-editor-foreground-color: light-dark(var(--ht-colors-palette-950), var(--ht-colors-white));
  --ht-cell-editor-background-color: var(--ht-background-color);
  --ht-cell-editor-shadow-blur-radius: 0px;
  --ht-cell-editor-shadow-color: var(--ht-accent-color);
  --ht-cell-mobile-handle-size: var(--ht-sizing-size-3);
  --ht-cell-mobile-handle-border-width: var(--ht-sizing-size-0-25);
  --ht-cell-mobile-handle-border-radius: var(--ht-sizing-size-3);
  --ht-cell-mobile-handle-border-color: var(--ht-accent-color);
  --ht-cell-mobile-handle-background-color: var(--ht-accent-color);
  --ht-cell-mobile-handle-background-opacity: 40%;
  --ht-header-font-weight: var(--ht-font-weight);
  --ht-header-foreground-color: var(--ht-foreground-color);
  --ht-header-background-color: var(--ht-background-secondary-color);
  --ht-header-highlighted-shadow-size: 0px;
  --ht-header-highlighted-foreground-color: var(--ht-foreground-color);
  --ht-header-highlighted-background-color: light-dark(var(--ht-colors-palette-100), var(--ht-colors-palette-800));
  --ht-header-active-border-color: var(--ht-border-color);
  --ht-header-active-foreground-color: light-dark(var(--ht-colors-palette-950), var(--ht-colors-white));
  --ht-header-active-background-color: light-dark(var(--ht-colors-primary-400), var(--ht-colors-primary-300));
  --ht-header-filter-background-color: var(--ht-cell-success-background-color);
  --ht-header-row-foreground-color: var(--ht-foreground-color);
  --ht-header-row-background-color: var(--ht-background-secondary-color);
  --ht-header-row-highlighted-foreground-color: var(--ht-foreground-color);
  --ht-header-row-highlighted-background-color: light-dark(var(--ht-colors-palette-100), var(--ht-colors-palette-800));
  --ht-header-row-active-foreground-color: light-dark(var(--ht-colors-palette-950), var(--ht-colors-white));
  --ht-header-row-active-background-color: light-dark(var(--ht-colors-primary-400), var(--ht-colors-primary-300));
  --ht-row-header-odd-background-color: var(--ht-header-row-background-color);
  --ht-row-header-even-background-color: var(--ht-header-row-background-color);
  --ht-row-cell-odd-background-color: var(--ht-background-color);
  --ht-row-cell-even-background-color: var(--ht-background-color);
  --ht-button-border-radius: var(--ht-sizing-size-0-5);
  --ht-button-horizontal-padding: var(--ht-density-button-horizontal);
  --ht-button-vertical-padding: var(--ht-density-button-vertical);
  --ht-primary-button-border-color: var(--ht-colors-transparent);
  --ht-primary-button-foreground-color: var(--ht-background-color);
  --ht-primary-button-background-color: var(--ht-accent-color);
  --ht-primary-button-disabled-border-color: var(--ht-colors-transparent);
  --ht-primary-button-disabled-foreground-color: var(--ht-disabled-color);
  --ht-primary-button-disabled-background-color: light-dark(var(--ht-colors-palette-100), var(--ht-colors-palette-800));
  --ht-primary-button-hover-border-color: var(--ht-colors-transparent);
  --ht-primary-button-hover-foreground-color: var(--ht-background-color);
  --ht-primary-button-hover-background-color: light-dark(var(--ht-colors-primary-600), var(--ht-colors-primary-200));
  --ht-primary-button-focus-border-color: var(--ht-background-color);
  --ht-primary-button-focus-foreground-color: var(--ht-background-color);
  --ht-primary-button-focus-background-color: var(--ht-accent-color);
  --ht-secondary-button-border-color: var(--ht-border-color);
  --ht-secondary-button-foreground-color: var(--ht-foreground-color);
  --ht-secondary-button-background-color: var(--ht-background-color);
  --ht-secondary-button-disabled-border-color: var(--ht-border-color);
  --ht-secondary-button-disabled-foreground-color: var(--ht-disabled-color);
  --ht-secondary-button-disabled-background-color: light-dark(var(--ht-colors-palette-100), var(--ht-colors-palette-800));
  --ht-secondary-button-hover-border-color: var(--ht-border-color);
  --ht-secondary-button-hover-foreground-color: var(--ht-foreground-color);
  --ht-secondary-button-hover-background-color: light-dark(var(--ht-colors-palette-50), var(--ht-colors-palette-900));
  --ht-secondary-button-focus-border-color: var(--ht-border-color);
  --ht-secondary-button-focus-foreground-color: var(--ht-foreground-color);
  --ht-secondary-button-focus-background-color: var(--ht-background-secondary-color);
  --ht-icon-button-border-radius: var(--ht-sizing-size-0-5);
  --ht-icon-button-large-border-radius: var(--ht-sizing-size-0-5);
  --ht-icon-button-large-padding: var(--ht-sizing-size-1);
  --ht-icon-button-border-color: light-dark(var(--ht-colors-palette-300), var(--ht-colors-palette-600));
  --ht-icon-button-background-color: var(--ht-background-secondary-color);
  --ht-icon-button-icon-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
  --ht-icon-button-hit-area-size: var(--ht-sizing-size-6);
  --ht-icon-button-hover-border-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
  --ht-icon-button-hover-background-color: light-dark(var(--ht-colors-palette-50), var(--ht-colors-palette-900));
  --ht-icon-button-hover-icon-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
  --ht-icon-button-active-border-color: light-dark(var(--ht-colors-palette-300), var(--ht-colors-palette-600));
  --ht-icon-button-active-background-color: var(--ht-background-secondary-color);
  --ht-icon-button-active-icon-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
  --ht-icon-button-active-hover-border-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
  --ht-icon-button-active-hover-background-color: var(--ht-background-secondary-color);
  --ht-icon-button-active-hover-icon-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
  --ht-collapse-button-border-radius: var(--ht-sizing-size-4);
  --ht-collapse-button-open-border-color: light-dark(var(--ht-colors-palette-300), var(--ht-colors-palette-600));
  --ht-collapse-button-open-background-color: light-dark(var(--ht-colors-white), var(--ht-colors-palette-950));
  --ht-collapse-button-open-icon-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
  --ht-collapse-button-open-icon-active-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
  --ht-collapse-button-open-hover-border-color: light-dark(var(--ht-colors-palette-300), var(--ht-colors-palette-600));
  --ht-collapse-button-open-hover-background-color: light-dark(var(--ht-colors-white), var(--ht-colors-palette-950));
  --ht-collapse-button-open-hover-icon-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
  --ht-collapse-button-open-hover-icon-active-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
  --ht-collapse-button-close-border-color: light-dark(var(--ht-colors-palette-300), var(--ht-colors-palette-600));
  --ht-collapse-button-close-background-color: light-dark(var(--ht-colors-palette-50), var(--ht-colors-palette-900));
  --ht-collapse-button-close-icon-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
  --ht-collapse-button-close-icon-active-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
  --ht-collapse-button-close-hover-border-color: light-dark(var(--ht-colors-palette-300), var(--ht-colors-palette-600));
  --ht-collapse-button-close-hover-background-color: light-dark(var(--ht-colors-palette-50), var(--ht-colors-palette-900));
  --ht-collapse-button-close-hover-icon-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
  --ht-collapse-button-close-hover-icon-active-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
  --ht-link-color: light-dark(var(--ht-colors-primary-600), var(--ht-colors-primary-200));
  --ht-link-hover-color: light-dark(var(--ht-colors-primary-600), var(--ht-colors-primary-200));
  --ht-input-border-width: 1px;
  --ht-input-border-radius: var(--ht-sizing-size-1);
  --ht-input-horizontal-padding: var(--ht-density-input-horizontal);
  --ht-input-vertical-padding: var(--ht-density-input-vertical);
  --ht-input-border-color: var(--ht-border-color);
  --ht-input-foreground-color: var(--ht-foreground-color);
  --ht-input-background-color: var(--ht-background-secondary-color);
  --ht-input-hover-border-color: var(--ht-border-color);
  --ht-input-hover-foreground-color: var(--ht-foreground-color);
  --ht-input-hover-background-color: var(--ht-background-secondary-color);
  --ht-input-disabled-border-color: var(--ht-border-color);
  --ht-input-disabled-foreground-color: var(--ht-disabled-color);
  --ht-input-disabled-background-color: light-dark(var(--ht-colors-palette-300), var(--ht-colors-palette-600));
  --ht-input-focus-border-color: var(--ht-accent-color);
  --ht-input-focus-foreground-color: var(--ht-foreground-color);
  --ht-input-focus-background-color: var(--ht-background-secondary-color);
  --ht-checkbox-size: var(--ht-icon-size);
  --ht-checkbox-border-radius: var(--ht-sizing-size-0-5);
  --ht-checkbox-border-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
  --ht-checkbox-background-color: var(--ht-background-color);
  --ht-checkbox-icon-color: var(--ht-colors-transparent);
  --ht-checkbox-focus-border-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
  --ht-checkbox-focus-background-color: var(--ht-background-color);
  --ht-checkbox-focus-icon-color: var(--ht-colors-transparent);
  --ht-checkbox-focus-ring-color: var(--ht-accent-color);
  --ht-checkbox-disabled-border-color: light-dark(var(--ht-colors-palette-300), var(--ht-colors-palette-600));
  --ht-checkbox-disabled-background-color: light-dark(var(--ht-colors-palette-100), var(--ht-colors-palette-800));
  --ht-checkbox-disabled-icon-color: var(--ht-colors-transparent);
  --ht-checkbox-checked-border-color: light-dark(var(--ht-colors-primary-600), var(--ht-colors-primary-200));
  --ht-checkbox-checked-background-color: var(--ht-accent-color);
  --ht-checkbox-checked-icon-color: var(--ht-background-color);
  --ht-checkbox-checked-focus-border-color: var(--ht-background-color);
  --ht-checkbox-checked-focus-background-color: var(--ht-accent-color);
  --ht-checkbox-checked-focus-icon-color: var(--ht-background-color);
  --ht-checkbox-checked-disabled-border-color: light-dark(var(--ht-colors-palette-300), var(--ht-colors-palette-600));
  --ht-checkbox-checked-disabled-background-color: light-dark(var(--ht-colors-palette-100), var(--ht-colors-palette-800));
  --ht-checkbox-checked-disabled-icon-color: light-dark(var(--ht-colors-palette-300), var(--ht-colors-palette-600));
  --ht-checkbox-indeterminate-border-color: light-dark(var(--ht-colors-primary-600), var(--ht-colors-primary-200));
  --ht-checkbox-indeterminate-background-color: var(--ht-accent-color);
  --ht-checkbox-indeterminate-icon-color: var(--ht-background-color);
  --ht-checkbox-indeterminate-focus-border-color: var(--ht-background-color);
  --ht-checkbox-indeterminate-focus-background-color: var(--ht-accent-color);
  --ht-checkbox-indeterminate-focus-icon-color: var(--ht-background-color);
  --ht-checkbox-indeterminate-disabled-border-color: light-dark(var(--ht-colors-palette-300), var(--ht-colors-palette-600));
  --ht-checkbox-indeterminate-disabled-background-color: light-dark(var(--ht-colors-palette-100), var(--ht-colors-palette-800));
  --ht-checkbox-indeterminate-disabled-icon-color: light-dark(var(--ht-colors-palette-300), var(--ht-colors-palette-600));
  --ht-radio-size: var(--ht-icon-size);
  --ht-radio-border-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
  --ht-radio-background-color: var(--ht-background-color);
  --ht-radio-icon-color: var(--ht-colors-transparent);
  --ht-radio-focus-border-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
  --ht-radio-focus-background-color: var(--ht-background-color);
  --ht-radio-focus-icon-color: var(--ht-colors-transparent);
  --ht-radio-focus-ring-color: var(--ht-accent-color);
  --ht-radio-disabled-border-color: light-dark(var(--ht-colors-palette-300), var(--ht-colors-palette-600));
  --ht-radio-disabled-background-color: light-dark(var(--ht-colors-palette-100), var(--ht-colors-palette-800));
  --ht-radio-disabled-icon-color: var(--ht-colors-transparent);
  --ht-radio-checked-border-color: var(--ht-accent-color);
  --ht-radio-checked-background-color: var(--ht-background-color);
  --ht-radio-checked-icon-color: var(--ht-accent-color);
  --ht-radio-checked-focus-border-color: light-dark(var(--ht-colors-primary-600), var(--ht-colors-primary-200));
  --ht-radio-checked-focus-background-color: var(--ht-background-color);
  --ht-radio-checked-focus-icon-color: var(--ht-accent-color);
  --ht-radio-checked-disabled-border-color: light-dark(var(--ht-colors-palette-300), var(--ht-colors-palette-600));
  --ht-radio-checked-disabled-background-color: light-dark(var(--ht-colors-palette-100), var(--ht-colors-palette-800));
  --ht-radio-checked-disabled-icon-color: light-dark(var(--ht-colors-palette-300), var(--ht-colors-palette-600));
  --ht-move-backlight-color: light-dark(var(--ht-colors-palette-800), var(--ht-colors-palette-300));
  --ht-move-backlight-opacity: 16%;
  --ht-move-indicator-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
  --ht-resize-indicator-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
  --ht-hidden-indicator-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
  --ht-menu-border-width: 1px;
  --ht-menu-border-radius: 0px;
  --ht-menu-horizontal-padding: var(--ht-density-menu-horizontal);
  --ht-menu-vertical-padding: var(--ht-density-menu-vertical);
  --ht-menu-item-horizontal-padding: var(--ht-density-menu-item-horizontal);
  --ht-menu-item-vertical-padding: var(--ht-density-menu-item-vertical);
  --ht-menu-border-color: var(--ht-border-color);
  --ht-menu-shadow-x: var(--ht-shadow-x);
  --ht-menu-shadow-y: var(--ht-shadow-y);
  --ht-menu-shadow-blur: var(--ht-shadow-blur);
  --ht-menu-shadow-color: var(--ht-border-color);
  --ht-menu-shadow-opacity: 100%;
  --ht-menu-item-hover-color: light-dark(var(--ht-colors-palette-800), var(--ht-colors-palette-300));
  --ht-menu-item-hover-color-opacity: 8%;
  --ht-menu-item-active-color: light-dark(var(--ht-colors-palette-800), var(--ht-colors-palette-300));
  --ht-menu-item-active-color-opacity: 12%;
  --ht-comments-textarea-horizontal-padding: var(--ht-density-cell-horizontal);
  --ht-comments-textarea-vertical-padding: var(--ht-density-cell-vertical);
  --ht-comments-textarea-border-width: 1px;
  --ht-comments-textarea-border-color: var(--ht-border-color);
  --ht-comments-textarea-foreground-color: var(--ht-foreground-color);
  --ht-comments-textarea-background-color: var(--ht-background-secondary-color);
  --ht-comments-textarea-focus-border-width: 1px;
  --ht-comments-textarea-focus-border-color: var(--ht-accent-color);
  --ht-comments-textarea-focus-foreground-color: var(--ht-foreground-color);
  --ht-comments-textarea-focus-background-color: var(--ht-background-color);
  --ht-comments-indicator-size: var(--ht-sizing-size-1-5);
  --ht-comments-indicator-color: var(--ht-accent-color);
  --ht-license-horizontal-padding: var(--ht-bar-horizontal-padding);
  --ht-license-vertical-padding: var(--ht-bar-vertical-padding);
  --ht-license-foreground-color: var(--ht-bar-foreground-color);
  --ht-license-background-color: var(--ht-bar-background-color);
  --ht-pagination-bar-foreground-color: var(--ht-bar-foreground-color);
  --ht-pagination-bar-background-color: var(--ht-bar-background-color);
  --ht-pagination-bar-horizontal-padding: var(--ht-bar-horizontal-padding);
  --ht-pagination-bar-vertical-padding: var(--ht-bar-vertical-padding);
  --ht-pagination-button-border-color: var(--ht-pagination-bar-background-color);
  --ht-pagination-button-foreground-color: var(--ht-foreground-secondary-color);
  --ht-pagination-button-background-color: var(--ht-pagination-bar-background-color);
  --ht-pagination-button-hover-border-color: light-dark(var(--ht-colors-palette-50), var(--ht-colors-palette-900));
  --ht-pagination-button-hover-foreground-color: var(--ht-foreground-color);
  --ht-pagination-button-hover-background-color: light-dark(var(--ht-colors-palette-100), var(--ht-colors-palette-800));
  --ht-pagination-button-disabled-border-color: var(--ht-pagination-bar-background-color);
  --ht-pagination-button-disabled-foreground-color: var(--ht-disabled-color);
  --ht-pagination-button-disabled-background-color: var(--ht-pagination-bar-background-color);
  --ht-pagination-button-focus-border-color: var(--ht-accent-color);
  --ht-pagination-button-focus-foreground-color: var(--ht-foreground-color);
  --ht-pagination-button-focus-background-color: var(--ht-pagination-bar-background-color);
  --ht-dialog-semi-transparent-background-color: light-dark(var(--ht-colors-white), var(--ht-colors-palette-950));
  --ht-dialog-semi-transparent-background-opacity: 80%;
  --ht-dialog-solid-background-color: light-dark(var(--ht-colors-white), var(--ht-colors-palette-950));
  --ht-dialog-content-padding-horizontal: var(--ht-density-dialog-horizontal);
  --ht-dialog-content-padding-vertical: var(--ht-density-dialog-vertical);
  --ht-dialog-content-border-radius: var(--ht-sizing-size-2);
  --ht-dialog-content-background-color: var(--ht-background-secondary-color);
  --ht-notification-foreground-color: var(--ht-foreground-color);
  --ht-notification-background-color: var(--ht-background-color);
  --ht-notification-border-color: var(--ht-border-color);
  --ht-notification-success-accent: #37bc6cff;
  --ht-notification-warning-accent: #fbe952ff;
  --ht-notification-error-accent: #fa4d32ff;
  --ht-chip-background: var(--ht-background-secondary-color);
  --ht-chip-border-radius: var(--ht-sizing-size-0-5);
  --ht-chip-vertical-padding: var(--ht-sizing-size-0);
  --ht-chip-horizontal-padding: var(--ht-sizing-size-1);
  --ht-chip-gap: var(--ht-sizing-size-1);
  --ht-scrollbar-border-radius: var(--ht-sizing-size-2);
  --ht-scrollbar-track-color: var(--ht-background-secondary-color);
  --ht-scrollbar-thumb-color: light-dark(var(--ht-colors-palette-400), var(--ht-colors-palette-500));
}
.ht-theme-classic {
  color-scheme: light;
}
.ht-theme-classic-dark {
  color-scheme: dark;
}
.ht-theme-classic-dark-auto {
  color-scheme: light dark;
}
[class*=ht-theme-classic] .htDropdownMenu table tbody tr td.htSubmenu .htItemWrapper::after,
[class*=ht-theme-classic] .htContextMenu table tbody tr td.htSubmenu .htItemWrapper::after,
[class*=ht-theme-classic] .htFiltersConditionsMenu table tbody tr td.htSubmenu .htItemWrapper::after,
[class*=ht-theme-classic] .pika-single .pika-next {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.64648 10.9393L9.93938 7.64644L6.64648 4.35354' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}
[class*=ht-theme-classic] .pika-single .pika-prev {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.49268 11.2929L6.19978 8.00001L9.49268 4.70712' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}
[class*=ht-theme-classic] .ht-page-size-section__select-wrapper::after {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.6'%3E%3Cpath d='M11.5859 6L8.29304 9.29289L5.00015 6' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
}
[class*=ht-theme-classic] .changeType::before {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0002 6.66663C11.4262 6.66663 11.6487 7.15963 11.3917 7.47813L11.3537 7.52013L8.35372 10.5201C8.26762 10.6062 8.15307 10.6579 8.03156 10.6656C7.91005 10.6732 7.78992 10.6363 7.69372 10.5616L7.64672 10.5201L4.64672 7.52013L4.60522 7.47313L4.57822 7.43463L4.55122 7.38663L4.54272 7.36863L4.52922 7.33513L4.51322 7.28113L4.50822 7.25463L4.50322 7.22463L4.50122 7.19613V7.13713L4.50372 7.10813L4.50822 7.07813L4.51322 7.05213L4.52922 6.99813L4.54272 6.96463L4.57772 6.89863L4.61022 6.85363L4.64672 6.81313L4.69372 6.77163L4.73222 6.74463L4.78022 6.71763L4.79822 6.70913L4.83172 6.69563L4.88572 6.67963L4.91222 6.67463L4.94222 6.66963L4.97072 6.66763L11.0002 6.66663Z' fill='currentColor'/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}
[class*=ht-theme-classic] .htUISelectCaption::after,
.htAutocompleteArrow::after {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0002 6.66663C11.4262 6.66663 11.6487 7.15963 11.3917 7.47813L11.3537 7.52013L8.35372 10.5201C8.26762 10.6062 8.15307 10.6579 8.03156 10.6656C7.91005 10.6732 7.78992 10.6363 7.69372 10.5616L7.64672 10.5201L4.64672 7.52013L4.60522 7.47313L4.57822 7.43463L4.55122 7.38663L4.54272 7.36863L4.52922 7.33513L4.51322 7.28113L4.50822 7.25463L4.50322 7.22463L4.50122 7.19613V7.13713L4.50372 7.10813L4.50822 7.07813L4.51322 7.05213L4.52922 6.99813L4.54272 6.96463L4.57772 6.89863L4.61022 6.85363L4.64672 6.81313L4.69372 6.77163L4.73222 6.74463L4.78022 6.71763L4.79822 6.70913L4.83172 6.69563L4.88572 6.67963L4.91222 6.67463L4.94222 6.66963L4.97072 6.66763L11.0002 6.66663Z' fill='currentColor'/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}
[class*=ht-theme-classic] .columnSorting.sortAction.ascending::before {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00008 12.6667L8.00008 3.33335M8.00008 3.33335L5.33342 6.00002M8.00008 3.33335L10.6667 6.00002' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}
[class*=ht-theme-classic] .columnSorting.sortAction.descending::before {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00004 3.33331V12.6666M8.00004 12.6666L10.6667 9.99998M8.00004 12.6666L5.33337 9.99998' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}
[class*=ht-theme-classic] .ht-page-navigation-section .ht-page-first::before {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0713 4.64188L7.72115 7.99203L11.0713 11.3422M4.92936 4.08353L4.92936 11.3422' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-color: currentColor;
}
[class*=ht-theme-classic] [dir=rtl] .ht-page-navigation-section .ht-page-first::before {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.9292 4.64188L8.27934 7.99203L4.9292 11.3422M11.0711 4.08353V11.3422' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-color: currentColor;
}
[class*=ht-theme-classic] .ht-page-navigation-section .ht-page-prev::before {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.49268 11.2929L6.19978 8.00001L9.49268 4.70712' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}
[class*=ht-theme-classic] [dir=rtl] .ht-page-navigation-section .ht-page-prev::before {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.64648 10.9393L9.93938 7.64644L6.64648 4.35354' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}
[class*=ht-theme-classic] .ht-page-navigation-section .ht-page-next::before {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.64648 10.9393L9.93938 7.64644L6.64648 4.35354' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}
[class*=ht-theme-classic] [dir=rtl] .ht-page-navigation-section .ht-page-next::before {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.49268 11.2929L6.19978 8.00001L9.49268 4.70712' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}
[class*=ht-theme-classic] .ht-page-navigation-section .ht-page-last::before {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.9292 4.64188L8.27934 7.99203L4.9292 11.3422M11.0711 4.08353V11.3422' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-color: currentColor;
}
[class*=ht-theme-classic] [dir=rtl] .ht-page-navigation-section .ht-page-last::before {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0713 4.64188L7.72115 7.99203L11.0713 11.3422M4.92936 4.08353L4.92936 11.3422' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-color: currentColor;
}
[class*=ht-theme-classic] .htDropdownMenu table tbody tr td .htItemWrapper span.selected::after,
[class*=ht-theme-classic] .htContextMenu table tbody tr td .htItemWrapper span.selected::after,
[class*=ht-theme-classic] .htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected::after {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33337 8.00002L6.66671 11.3334L13.3334 4.66669' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}
[class*=ht-theme-classic] .htCheckboxRendererInput {
  appearance: none;
}
[class*=ht-theme-classic] .htCheckboxRendererInput::after {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8L7 10L11 6' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}
[class*=ht-theme-classic] th.beforeHiddenColumn::after {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.08482 1.35771L6.11503 1.3551H6.17649L6.2067 1.35771L6.23795 1.36239L6.26503 1.3676L6.32128 1.38427L6.35618 1.39833L6.42493 1.43479L6.4718 1.46864L6.51399 1.50667L6.55722 1.55562L6.58534 1.59573L6.61347 1.64573L6.62232 1.66448L6.63639 1.69937L6.65305 1.75562L6.65826 1.78323L6.66347 1.81448L6.66555 1.84417L6.66659 1.87489V8.12489C6.66659 8.56864 6.15305 8.80042 5.82128 8.53271L5.77753 8.49312L2.65253 5.36812C2.56286 5.27844 2.50899 5.15912 2.50103 5.03254C2.49307 4.90596 2.53157 4.78083 2.6093 4.68062L2.65253 4.63167L5.77753 1.50667L5.82649 1.46344L5.86659 1.43531L5.91659 1.40719L5.93534 1.39833L5.97024 1.38427L6.02649 1.3676L6.05409 1.36239L6.08482 1.35771Z' fill='currentColor'/%3E%3C/svg%3E");
  background-color: currentColor;
}
[class*=ht-theme-classic] th.afterHiddenColumn::before {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33337 1.87499C3.33337 1.43124 3.84692 1.19947 4.17869 1.46718L4.22244 1.50676L7.34744 4.63176C7.43711 4.72145 7.49098 4.84077 7.49894 4.96735C7.5069 5.09392 7.4684 5.21905 7.39067 5.31926L7.34744 5.36822L4.22244 8.49322L4.17348 8.53645L4.13337 8.56457L4.08337 8.5927L4.06462 8.60155L4.02973 8.61562L3.97348 8.63228L3.94587 8.63749L3.91462 8.6427L3.88494 8.64478L3.85421 8.64582L3.82348 8.64478L3.79327 8.64218L3.76202 8.63749L3.73494 8.63228L3.67869 8.61562L3.64379 8.60155L3.57504 8.5651L3.52817 8.53124L3.48598 8.49322L3.44275 8.44426L3.41462 8.40416L3.3865 8.35416L3.37764 8.33541L3.36358 8.30051L3.34692 8.24426L3.34171 8.21666L3.3365 8.18541L3.33442 8.15572L3.33337 1.87499Z' fill='currentColor'/%3E%3C/svg%3E");
  background-color: currentColor;
}
[class*=ht-theme-classic] th.beforeHiddenRow::after {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.76425 2.43099C3.82165 2.3736 3.89801 2.33913 3.97902 2.33403C4.06003 2.32894 4.14012 2.35358 4.20425 2.40333L4.23558 2.43099L6.23558 4.43099L6.26325 4.46233L6.28125 4.48799L6.29925 4.51999L6.30492 4.53199L6.31392 4.55433L6.32458 4.59033L6.32792 4.60799L6.33125 4.62799L6.33258 4.64699L6.33325 4.66666L6.33258 4.68633L6.33092 4.70566L6.32792 4.72566L6.32458 4.74299L6.31392 4.77899L6.30492 4.80133L6.28158 4.84533L6.25992 4.87533L6.23558 4.90233L6.20425 4.92999L6.17858 4.94799L6.14658 4.96599L6.13458 4.97166L6.11225 4.98066L6.07625 4.99133L6.05858 4.99466L6.03858 4.99799L6.01958 4.99933L5.99992 4.99999H1.99992C1.71592 4.99999 1.56758 4.67133 1.73892 4.45899L1.76425 4.43099L3.76425 2.43099Z' fill='currentColor'/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}
[class*=ht-theme-classic] th.afterHiddenRow::before {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.9999 3C6.2839 3 6.43224 3.32867 6.2609 3.541L6.23557 3.569L4.23557 5.569C4.17817 5.62639 4.10181 5.66087 4.0208 5.66596C3.93979 5.67106 3.8597 5.64642 3.79557 5.59667L3.76424 5.569L1.76424 3.569L1.73657 3.53767L1.71857 3.512L1.70057 3.48L1.6949 3.468L1.6859 3.44567L1.67524 3.40967L1.6719 3.392L1.66857 3.372L1.66724 3.353V3.31367L1.6689 3.29433L1.6719 3.27433L1.67524 3.257L1.6859 3.221L1.6949 3.19867L1.71824 3.15467L1.7399 3.12467L1.76424 3.09767L1.79557 3.07L1.82124 3.052L1.85324 3.034L1.86524 3.02833L1.88757 3.01933L1.92357 3.00867L1.94124 3.00533L1.96124 3.002L1.98024 3.00067L5.9999 3Z' fill='currentColor'/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}
[class*=ht-theme-classic] .collapsibleIndicator::before,
[class*=ht-theme-classic] .ht_nestingButton::before {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33325 8H11.6666' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}
[class*=ht-theme-classic] .collapsibleIndicator.collapsed::before,
[class*=ht-theme-classic] .ht_nestingButton.ht_nestingExpand::before {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.49988 11.6667C7.49988 11.9428 7.72374 12.1667 7.99988 12.1667C8.27602 12.1667 8.49988 11.9428 8.49988 11.6667V8.50002H11.6666C11.9427 8.50002 12.1666 8.27616 12.1666 8.00002C12.1666 7.72388 11.9427 7.50002 11.6666 7.50002H8.49988V4.33337C8.49988 4.05723 8.27602 3.83337 7.99988 3.83337C7.72374 3.83337 7.49988 4.05723 7.49988 4.33337V7.50002H4.33325C4.05711 7.50002 3.83325 7.72388 3.83325 8.00002C3.83325 8.27616 4.05711 8.50002 4.33325 8.50002H7.49988V11.6667Z' fill='currentColor'/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}
[class*=ht-theme-classic] .htUIRadio > input[type=radio]::after {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='4' fill='currentColor'/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}
[class*=ht-theme-classic] .ht-multi-select-chip-remove::before {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4L4 12M4 4L12 12' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}
[class*=ht-theme-classic] .ht-notification__close::before {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4L4 12M4 4L12 12' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}
[class*=ht-theme-classic] .ht-multi-select-editor-search-icon {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cg opacity='0.5'%3E%3Cpath d='M28 28L20 20M4 13.3333C4 14.559 4.24141 15.7727 4.71046 16.905C5.1795 18.0374 5.86699 19.0663 6.73367 19.933C7.60035 20.7997 8.62925 21.4872 9.76162 21.9562C10.894 22.4253 12.1077 22.6667 13.3333 22.6667C14.559 22.6667 15.7727 22.4253 16.905 21.9562C18.0374 21.4872 19.0663 20.7997 19.933 19.933C20.7997 19.0663 21.4872 18.0374 21.9562 16.905C22.4253 15.7727 22.6667 14.559 22.6667 13.3333C22.6667 12.1077 22.4253 10.894 21.9562 9.76162C21.4872 8.62925 20.7997 7.60035 19.933 6.73367C19.0663 5.86699 18.0374 5.1795 16.905 4.71046C15.7727 4.24141 14.559 4 13.3333 4C12.1077 4 10.894 4.24141 9.76162 4.71046C8.62925 5.1795 7.60035 5.86699 6.73367 6.73367C5.86699 7.60035 5.1795 8.62925 4.71046 9.76162C4.24141 10.894 4 12.1077 4 13.3333Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
}
[class*=ht-theme-classic] .ht-multi-select-editor-item-selected input::after {
  width: var(--ht-icon-size);
  height: var(--ht-icon-size);
  -webkit-mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8L7 10L11 6' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}

/* node_modules/ngx-diff/styles/default-theme.css */
.ngx-diff-light-theme,
.ngx-diff-dark-theme {
  --ngx-diff-border-color: #dfdfdf;
  --ngx-diff-font-size: 0.9rem;
  --ngx-diff-font-family:
    Consolas,
    Courier,
    monospace;
  --ngx-diff-font-color: #000;
  --ngx-diff-line-number-font-color: #aaaaaa;
  --ngx-diff-line-number-hover-font-color: #484848;
  --ngx-diff-selected-border-width: 0;
  --ngx-diff-selected-border-color: #000;
  --ngx-diff-selected-line-background-color: #d6f1ff;
  --ngx-diff-line-number-width: 2rem;
  --ngx-diff-line-number-width-dynamic-padding: 1rem;
  --ngx-diff-border-width: 1px;
  --ngx-diff-line-left-padding: 1rem;
  --ngx-diff-bottom-spacer-height: 1rem;
  --ngx-diff-title-bar-padding: 0.5rem;
  --ngx-diff-title-font-weight: 600;
  --ngx-diff-insert-color: #d6ffd6;
  --ngx-diff-delete-color: #ffd6d6;
  --ngx-diff-equal-color: #ffffff;
  --ngx-diff-mix-color: #000;
  --ngx-diff-light-mix-percentage: 4%;
  --ngx-diff-heavy-mix-percentage: 10%;
  --ngx-diff-progress-background-color: #dfdfdf;
  --ngx-diff-progress-foreground-color: #aaaaaa;
  --ngx-diff-inserted-background-color: var(--ngx-diff-insert-color);
  --ngx-diff-deleted-background-color: var(--ngx-diff-delete-color);
  --ngx-diff-equal-background-color: var(--ngx-diff-equal-color);
  --ngx-diff-margin-background-color: color-mix( in srgb, var(--ngx-diff-equal-color), var(--ngx-diff-mix-color) var(--ngx-diff-light-mix-percentage) );
  --ngx-diff-insert-color-darker: color-mix( in srgb, var(--ngx-diff-insert-color), var(--ngx-diff-mix-color) var(--ngx-diff-light-mix-percentage) );
  --ngx-diff-insert-color-darkest: color-mix( in srgb, var(--ngx-diff-insert-color), var(--ngx-diff-mix-color) var(--ngx-diff-heavy-mix-percentage) );
  --ngx-diff-delete-color-darker: color-mix( in srgb, var(--ngx-diff-delete-color), var(--ngx-diff-mix-color) var(--ngx-diff-light-mix-percentage) );
  --ngx-diff-delete-color-darkest: color-mix( in srgb, var(--ngx-diff-delete-color), var(--ngx-diff-mix-color) var(--ngx-diff-heavy-mix-percentage) );
}
.ngx-diff-dark-theme {
  --ngx-diff-border-color: #474747;
  --ngx-diff-font-color: #ffffff;
  --ngx-diff-line-number-font-color: #636363;
  --ngx-diff-line-number-hover-font-color: #ffffff;
  --ngx-diff-selected-line-background-color: #354a54;
  --ngx-diff-insert-color: #355435;
  --ngx-diff-delete-color: #543535;
  --ngx-diff-equal-color: #292929;
  --ngx-diff-mix-color: #fff;
  --ngx-diff-light-mix-percentage: 4%;
  --ngx-diff-heavy-mix-percentage: 10%;
  --ngx-diff-progress-background-color: #354a54;
  --ngx-diff-progress-foreground-color: #636363;
}

/* src/styles.scss */
:root {
  --font-family:
    Roboto,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  --font-weight-medium: 500;
  --font-caption: 400 12px/20px var(--font-family);
  --font-body-1: 400 14px/20px var(--font-family);
  --font-body-2: 500 14px/24px var(--font-family);
  --font-subheading-1: 400 15px/24px var(--font-family);
  --font-subheading-2: 400 16px/28px var(--font-family);
  --font-headline: 400 24px/32px var(--font-family);
  --font-title: 500 18px/26px var(--font-family);
  --font-display-1: 400 34px/40px var(--font-family);
  --font-display-2: 400 45px/48px var(--font-family);
  --font-display-3: 400 56px/56px var(--font-family);
  --font-display-4: 300 112px/112px var(--font-family);
}
html {
  --mat-badge-text-font: var(--font-family);
  --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;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px / 32px var(--font-family);
  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: 500 18px / 26px var(--font-family);
  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: 400 16px / 28px var(--font-family);
  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: 400 15px / 24px var(--font-family);
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px var(--font-family);
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px var(--font-family);
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px / 24px var(--font-family);
  letter-spacing: normal;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px / 20px var(--font-family);
  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: 400 12px / 20px var(--font-family);
  letter-spacing: normal;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 112px / 112px var(--font-family);
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 400 56px / 56px var(--font-family);
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 45px / 48px var(--font-family);
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px / 40px var(--font-family);
  letter-spacing: normal;
  margin: 0 0 64px;
}
html {
  --mat-bottom-sheet-container-text-font: var(--font-family);
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
}
html {
  --mat-button-toggle-label-text-font: var(--font-family);
  --mat-button-toggle-label-text-line-height: 24px;
  --mat-button-toggle-label-text-size: 15px;
  --mat-button-toggle-label-text-tracking: normal;
  --mat-button-toggle-label-text-weight: 400;
  --mat-button-toggle-legacy-label-text-font: var(--font-family);
  --mat-button-toggle-legacy-label-text-line-height: 24px;
  --mat-button-toggle-legacy-label-text-size: 15px;
  --mat-button-toggle-legacy-label-text-tracking: normal;
  --mat-button-toggle-legacy-label-text-weight: 400;
}
html {
  --mat-datepicker-calendar-text-font: var(--font-family);
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}
html {
  --mat-expansion-header-text-font: var(--font-family);
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: var(--font-family);
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
}
html {
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
}
html {
  --mat-stepper-container-text-font: var(--font-family);
  --mat-stepper-header-label-text-font: var(--font-family);
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 15px;
  --mat-stepper-header-selected-state-label-text-size: 15px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}
html {
  --mat-toolbar-title-text-font: var(--font-family);
  --mat-toolbar-title-text-line-height: 26px;
  --mat-toolbar-title-text-size: 18px;
  --mat-toolbar-title-text-tracking: normal;
  --mat-toolbar-title-text-weight: 500;
}
html {
  --mat-tree-node-text-font: var(--font-family);
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}
html {
  --mat-option-label-text-font: var(--font-family);
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 15px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-font: var(--font-family);
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 15px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
}
html {
  --mat-card-title-text-font: var(--font-family);
  --mat-card-title-text-line-height: 26px;
  --mat-card-title-text-size: 18px;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: var(--font-family);
  --mat-card-subtitle-text-line-height: 24px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 500;
}
html {
  --mat-tooltip-supporting-text-font: var(--font-family);
  --mat-tooltip-supporting-text-size: 12px;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-tooltip-supporting-text-tracking: normal;
}
html {
  --mat-form-field-container-text-font: var(--font-family);
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 15px;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 15px;
  --mat-form-field-subscript-text-font: var(--font-family);
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-filled-label-text-font: var(--font-family);
  --mat-form-field-filled-label-text-size: 15px;
  --mat-form-field-filled-label-text-tracking: normal;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-form-field-outlined-label-text-font: var(--font-family);
  --mat-form-field-outlined-label-text-size: 15px;
  --mat-form-field-outlined-label-text-tracking: normal;
  --mat-form-field-outlined-label-text-weight: 400;
}
html {
  --mat-select-trigger-text-font: var(--font-family);
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 15px;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
}
html {
  --mat-dialog-subhead-font: var(--font-family);
  --mat-dialog-subhead-line-height: 26px;
  --mat-dialog-subhead-size: 18px;
  --mat-dialog-subhead-weight: 500;
  --mat-dialog-subhead-tracking: normal;
  --mat-dialog-supporting-text-font: var(--font-family);
  --mat-dialog-supporting-text-line-height: 24px;
  --mat-dialog-supporting-text-size: 15px;
  --mat-dialog-supporting-text-weight: 400;
  --mat-dialog-supporting-text-tracking: normal;
}
.mat-mdc-standard-chip {
  --mat-chip-label-text-font: var(--font-family);
  --mat-chip-label-text-line-height: 20px;
  --mat-chip-label-text-size: 14px;
  --mat-chip-label-text-tracking: normal;
  --mat-chip-label-text-weight: 400;
}
html {
  --mat-slide-toggle-label-text-font: var(--font-family);
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: normal;
  --mat-slide-toggle-label-text-weight: 400;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-font: var(--font-family);
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: normal;
  --mat-slide-toggle-label-text-weight: 400;
}
html {
  --mat-radio-label-text-font: var(--font-family);
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: normal;
  --mat-radio-label-text-weight: 400;
}
html {
  --mat-slider-label-label-text-font: var(--font-family);
  --mat-slider-label-label-text-size: 14px;
  --mat-slider-label-label-text-line-height: 24px;
  --mat-slider-label-label-text-tracking: normal;
  --mat-slider-label-label-text-weight: 500;
}
html {
  --mat-menu-item-label-text-font: var(--font-family);
  --mat-menu-item-label-text-size: 15px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}
html {
  --mat-list-list-item-label-text-font: var(--font-family);
  --mat-list-list-item-label-text-line-height: 24px;
  --mat-list-list-item-label-text-size: 15px;
  --mat-list-list-item-label-text-tracking: normal;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: var(--font-family);
  --mat-list-list-item-supporting-text-line-height: 20px;
  --mat-list-list-item-supporting-text-size: 14px;
  --mat-list-list-item-supporting-text-tracking: normal;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: var(--font-family);
  --mat-list-list-item-trailing-supporting-text-line-height: 20px;
  --mat-list-list-item-trailing-supporting-text-size: 12px;
  --mat-list-list-item-trailing-supporting-text-tracking: normal;
  --mat-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 400 16px / 28px var(--font-family);
  letter-spacing: normal;
}
html {
  --mat-paginator-container-text-font: var(--font-family);
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}
.mat-mdc-tab-header {
  --mat-tab-label-text-font: var(--font-family);
  --mat-tab-label-text-size: 14px;
  --mat-tab-label-text-tracking: normal;
  --mat-tab-label-text-line-height: 14px;
  --mat-tab-label-text-weight: 500;
}
html {
  --mat-checkbox-label-text-font: var(--font-family);
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: normal;
  --mat-checkbox-label-text-weight: 400;
}
html {
  --mat-button-filled-label-text-font: var(--font-family);
  --mat-button-filled-label-text-size: 14px;
  --mat-button-filled-label-text-tracking: normal;
  --mat-button-filled-label-text-transform: none;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: var(--font-family);
  --mat-button-outlined-label-text-size: 14px;
  --mat-button-outlined-label-text-tracking: normal;
  --mat-button-outlined-label-text-transform: none;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: var(--font-family);
  --mat-button-protected-label-text-size: 14px;
  --mat-button-protected-label-text-tracking: normal;
  --mat-button-protected-label-text-transform: none;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: var(--font-family);
  --mat-button-text-label-text-size: 14px;
  --mat-button-text-label-text-tracking: normal;
  --mat-button-text-label-text-transform: none;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: var(--font-family);
  --mat-button-tonal-label-text-size: 14px;
  --mat-button-tonal-label-text-tracking: normal;
  --mat-button-tonal-label-text-transform: none;
  --mat-button-tonal-label-text-weight: 500;
}
html {
  --mat-fab-extended-label-text-font: var(--font-family);
  --mat-fab-extended-label-text-size: 14px;
  --mat-fab-extended-label-text-tracking: normal;
  --mat-fab-extended-label-text-weight: 500;
}
html {
  --mat-snack-bar-supporting-text-font: var(--font-family);
  --mat-snack-bar-supporting-text-line-height: 20px;
  --mat-snack-bar-supporting-text-size: 14px;
  --mat-snack-bar-supporting-text-weight: 400;
}
html {
  --mat-table-header-headline-font: var(--font-family);
  --mat-table-header-headline-line-height: 24px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font: var(--font-family);
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font: var(--font-family);
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: normal;
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow);
}
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
body.is-blink ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0);
}
body.is-blink ::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
body.is-blink ::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.37);
  border-radius: 12px;
}
body.is-blink ::-webkit-scrollbar-thumb:active {
  box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.54);
  border-radius: 12px;
}
html,
body {
  min-height: 100%;
  height: 100%;
  font: var(--font-body-1);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div {
  box-sizing: border-box;
}
.fury-scrollblock {
  position: fixed;
  width: 100%;
}
.fury-collapsable-sidenav {
  overflow: visible !important;
  border-right: none !important;
}
.fury-collapsable-sidenav .mat-drawer-inner-container {
  overflow: visible !important;
}
.fury-flex-form-field .mat-form-field-infix {
  width: 0;
}
.fury-inbox-mail-label-list-color-select .fury-inbox-mail-label-list-color-select-indicator {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.005em;
}
pre {
  margin: 0;
}
code {
  white-space: pre;
}
p {
  line-height: 1.5;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.avatar {
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.cdk-drag-preview {
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.cdk-drag-placeholder {
  opacity: 0;
}
.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.cdk-drop-list-dragging > *:not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
input,
textarea {
  font: var(--font-input);
}
.fury-page-layout {
  display: block;
}
.fury-page-layout-fit-viewport {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: calc(100dvh - var(--fury-page-layout-top-offset, 0px));
  overflow: hidden;
}
.fury-page-layout-fit-viewport .fury-page-layout-header {
  flex: 0 0 auto;
}
.fury-page-layout-fit-viewport .fury-page-layout-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}
.fury-page-layout-content {
  padding-top: 24px;
  padding-bottom: 24px;
}
.fury-page-layout-header {
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: row;
  place-content: center flex-start;
  align-items: center;
}
.fury-page-layout-content {
  display: block;
  padding: 24px;
}
html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
html {
  --mat-option-selected-state-label-text-color: #1976d2;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.mat-accent {
  --mat-option-selected-state-label-text-color: #009688;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-pseudo-checkbox-full-selected-icon-color: #009688;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #009688;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #1976d2;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #1976d2;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #009688;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #009688;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #f44336;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f44336;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
html {
  --mat-card-elevated-container-shape: 4px;
  --mat-card-outlined-container-shape: 4px;
  --mat-card-filled-container-shape: 4px;
  --mat-card-outlined-outline-width: 1px;
}
html {
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #1976d2;
  --mat-progress-bar-track-color: rgba(25, 118, 210, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #009688;
  --mat-progress-bar-track-color: rgba(0, 150, 136, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #f44336;
  --mat-progress-bar-track-color: rgba(244, 67, 54, 0.25);
}
html {
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-line-height: 16px;
}
html {
  --mat-tooltip-container-color: #424242;
  --mat-tooltip-supporting-text-color: white;
}
html {
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
}
html {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #1976d2 87%, transparent);
  --mat-form-field-filled-caret-color: #1976d2;
  --mat-form-field-filled-focus-active-indicator-color: #1976d2;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #1976d2 87%, transparent);
  --mat-form-field-outlined-caret-color: #1976d2;
  --mat-form-field-outlined-focus-outline-color: #1976d2;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #1976d2 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #f6f6f6;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-error-hover-label-text-color: #f44336;
  --mat-form-field-filled-error-focus-label-text-color: #f44336;
  --mat-form-field-filled-error-label-text-color: #f44336;
  --mat-form-field-filled-error-caret-color: #f44336;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #f44336;
  --mat-form-field-filled-error-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-error-hover-active-indicator-color: #f44336;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-error-caret-color: #f44336;
  --mat-form-field-outlined-error-focus-label-text-color: #f44336;
  --mat-form-field-outlined-error-label-text-color: #f44336;
  --mat-form-field-outlined-error-hover-label-text-color: #f44336;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #f44336;
  --mat-form-field-outlined-error-hover-outline-color: #f44336;
  --mat-form-field-outlined-error-outline-color: #f44336;
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #009688 87%, transparent);
  --mat-form-field-filled-caret-color: #009688;
  --mat-form-field-filled-focus-active-indicator-color: #009688;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #009688 87%, transparent);
  --mat-form-field-outlined-caret-color: #009688;
  --mat-form-field-outlined-focus-outline-color: #009688;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #009688 87%, transparent);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f44336 87%, transparent);
  --mat-form-field-filled-caret-color: #f44336;
  --mat-form-field-filled-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent);
  --mat-form-field-outlined-caret-color: #f44336;
  --mat-form-field-outlined-focus-outline-color: #f44336;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent);
}
html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
html {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #1976d2;
  --mat-select-invalid-arrow-color: #f44336;
}
.mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #009688;
  --mat-select-invalid-arrow-color: #f44336;
}
.mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #f44336;
  --mat-select-invalid-arrow-color: #f44336;
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color: white;
}
html {
  --mat-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
html {
  --mat-dialog-container-color: white;
  --mat-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mat-dialog-supporting-text-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-standard-chip {
  --mat-chip-container-shape-radius: 16px;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-disabled-outline-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-focus-outline-color: transparent;
  --mat-chip-hover-state-layer-opacity: 0.04;
  --mat-chip-outline-color: transparent;
  --mat-chip-outline-width: 0;
  --mat-chip-selected-hover-state-layer-opacity: 0.04;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-with-avatar-avatar-shape-radius: 14px;
  --mat-chip-with-avatar-avatar-size: 28px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 1;
  --mat-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #1976d2;
  --mat-chip-elevated-disabled-container-color: #1976d2;
  --mat-chip-elevated-selected-container-color: #1976d2;
  --mat-chip-flat-disabled-selected-container-color: #1976d2;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #009688;
  --mat-chip-elevated-disabled-container-color: #009688;
  --mat-chip-elevated-selected-container-color: #009688;
  --mat-chip-flat-disabled-selected-container-color: #009688;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #f44336;
  --mat-chip-elevated-disabled-container-color: #f44336;
  --mat-chip-elevated-selected-container-color: #f44336;
  --mat-chip-flat-disabled-selected-container-color: #f44336;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 32px;
}
html {
  --mat-slide-toggle-disabled-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
  --mat-slide-toggle-touch-target-size: 48px;
}
html {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #1976d2;
  --mat-slide-toggle-selected-handle-color: #1976d2;
  --mat-slide-toggle-selected-hover-state-layer-color: #1976d2;
  --mat-slide-toggle-selected-pressed-state-layer-color: #1976d2;
  --mat-slide-toggle-selected-focus-handle-color: #1976d2;
  --mat-slide-toggle-selected-hover-handle-color: #1976d2;
  --mat-slide-toggle-selected-pressed-handle-color: #1976d2;
  --mat-slide-toggle-selected-focus-track-color: #64b5f6;
  --mat-slide-toggle-selected-hover-track-color: #64b5f6;
  --mat-slide-toggle-selected-pressed-track-color: #64b5f6;
  --mat-slide-toggle-selected-track-color: #64b5f6;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: white;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: #424242;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #009688;
  --mat-slide-toggle-selected-handle-color: #009688;
  --mat-slide-toggle-selected-hover-state-layer-color: #009688;
  --mat-slide-toggle-selected-pressed-state-layer-color: #009688;
  --mat-slide-toggle-selected-focus-handle-color: #009688;
  --mat-slide-toggle-selected-hover-handle-color: #009688;
  --mat-slide-toggle-selected-pressed-handle-color: #009688;
  --mat-slide-toggle-selected-focus-track-color: #4db6ac;
  --mat-slide-toggle-selected-hover-track-color: #4db6ac;
  --mat-slide-toggle-selected-pressed-track-color: #4db6ac;
  --mat-slide-toggle-selected-track-color: #4db6ac;
}
.mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #f44336;
  --mat-slide-toggle-selected-handle-color: #f44336;
  --mat-slide-toggle-selected-hover-state-layer-color: #f44336;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f44336;
  --mat-slide-toggle-selected-focus-handle-color: #f44336;
  --mat-slide-toggle-selected-hover-handle-color: #f44336;
  --mat-slide-toggle-selected-pressed-handle-color: #f44336;
  --mat-slide-toggle-selected-focus-track-color: #e57373;
  --mat-slide-toggle-selected-hover-track-color: #e57373;
  --mat-slide-toggle-selected-pressed-track-color: #e57373;
  --mat-slide-toggle-selected-track-color: #e57373;
}
html {
  --mat-slide-toggle-state-layer-size: 40px;
  --mat-slide-toggle-touch-target-display: block;
}
html {
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-size: 48px;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #1976d2;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #1976d2;
  --mat-radio-selected-hover-icon-color: #1976d2;
  --mat-radio-selected-icon-color: #1976d2;
  --mat-radio-selected-pressed-icon-color: #1976d2;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #009688;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #009688;
  --mat-radio-selected-hover-icon-color: #009688;
  --mat-radio-selected-icon-color: #009688;
  --mat-radio-selected-pressed-icon-color: #009688;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
html {
  --mat-slider-active-track-height: 6px;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-height: 20px;
  --mat-slider-handle-shape: 50%;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.6;
  --mat-slider-with-tick-marks-container-shape: 50%;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mat-slider-value-indicator-transform-origin: bottom;
}
html {
  --mat-slider-active-track-color: #1976d2;
  --mat-slider-focus-handle-color: #1976d2;
  --mat-slider-handle-color: #1976d2;
  --mat-slider-hover-handle-color: #1976d2;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #1976d2 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #1976d2 4%, transparent);
  --mat-slider-inactive-track-color: #1976d2;
  --mat-slider-ripple-color: #1976d2;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #1976d2;
  --mat-slider-disabled-active-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-label-container-color: #424242;
  --mat-slider-label-label-text-color: white;
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, 0.87);
}
.mat-accent {
  --mat-slider-active-track-color: #009688;
  --mat-slider-focus-handle-color: #009688;
  --mat-slider-handle-color: #009688;
  --mat-slider-hover-handle-color: #009688;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #009688 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #009688 4%, transparent);
  --mat-slider-inactive-track-color: #009688;
  --mat-slider-ripple-color: #009688;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #009688;
}
.mat-warn {
  --mat-slider-active-track-color: #f44336;
  --mat-slider-focus-handle-color: #f44336;
  --mat-slider-handle-color: #f44336;
  --mat-slider-hover-handle-color: #f44336;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f44336 4%, transparent);
  --mat-slider-inactive-track-color: #f44336;
  --mat-slider-ripple-color: #f44336;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #f44336;
}
html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-leading-avatar-shape: 50%;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-selected-container-color: transparent;
  --mat-list-list-item-leading-avatar-color: transparent;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-disabled-state-layer-color: transparent;
  --mat-list-list-item-disabled-state-layer-opacity: 0;
  --mat-list-list-item-disabled-label-text-opacity: 0.38;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-checked-ripple-color: #1976d2;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #1976d2;
  --mat-radio-selected-hover-icon-color: #1976d2;
  --mat-radio-selected-icon-color: #1976d2;
  --mat-radio-selected-pressed-icon-color: #1976d2;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #009688;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #009688;
  --mat-radio-selected-hover-icon-color: #009688;
  --mat-radio-selected-icon-color: #009688;
  --mat-radio-selected-pressed-icon-color: #009688;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #1976d2;
  --mat-checkbox-selected-hover-icon-color: #1976d2;
  --mat-checkbox-selected-icon-color: #1976d2;
  --mat-checkbox-selected-pressed-icon-color: #1976d2;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #1976d2;
  --mat-checkbox-selected-hover-state-layer-color: #1976d2;
  --mat-checkbox-selected-pressed-state-layer-color: #1976d2;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #009688;
  --mat-checkbox-selected-hover-icon-color: #009688;
  --mat-checkbox-selected-icon-color: #009688;
  --mat-checkbox-selected-pressed-icon-color: #009688;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #009688;
  --mat-checkbox-selected-hover-state-layer-color: #009688;
  --mat-checkbox-selected-pressed-state-layer-color: #009688;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.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: #1976d2;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mat-paginator-page-size-select-width: 84px;
  --mat-paginator-page-size-select-touch-target-height: 48px;
}
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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
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-tab-container-height: 48px;
  --mat-tab-divider-color: transparent;
  --mat-tab-divider-height: 0;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #1976d2;
  --mat-tab-active-ripple-color: #1976d2;
  --mat-tab-inactive-ripple-color: #1976d2;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #1976d2;
  --mat-tab-active-hover-label-text-color: #1976d2;
  --mat-tab-active-focus-indicator-color: #1976d2;
  --mat-tab-active-hover-indicator-color: #1976d2;
  --mat-tab-active-indicator-color: #1976d2;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #009688;
  --mat-tab-active-ripple-color: #009688;
  --mat-tab-inactive-ripple-color: #009688;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #009688;
  --mat-tab-active-hover-label-text-color: #009688;
  --mat-tab-active-focus-indicator-color: #009688;
  --mat-tab-active-hover-indicator-color: #009688;
  --mat-tab-active-indicator-color: #009688;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #f44336;
  --mat-tab-active-ripple-color: #f44336;
  --mat-tab-inactive-ripple-color: #f44336;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #f44336;
  --mat-tab-active-hover-label-text-color: #f44336;
  --mat-tab-active-focus-indicator-color: #f44336;
  --mat-tab-active-hover-indicator-color: #f44336;
  --mat-tab-active-indicator-color: #f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #1976d2;
  --mat-tab-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #009688;
  --mat-tab-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #f44336;
  --mat-tab-foreground-color: white;
}
.mat-mdc-tab-header {
  --mat-tab-container-height: 48px;
}
html {
  --mat-checkbox-disabled-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-touch-target-size: 48px;
}
html {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #009688;
  --mat-checkbox-selected-hover-icon-color: #009688;
  --mat-checkbox-selected-icon-color: #009688;
  --mat-checkbox-selected-pressed-icon-color: #009688;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #009688;
  --mat-checkbox-selected-hover-state-layer-color: #009688;
  --mat-checkbox-selected-pressed-state-layer-color: #009688;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #1976d2;
  --mat-checkbox-selected-hover-icon-color: #1976d2;
  --mat-checkbox-selected-icon-color: #1976d2;
  --mat-checkbox-selected-pressed-icon-color: #1976d2;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #1976d2;
  --mat-checkbox-selected-hover-state-layer-color: #1976d2;
  --mat-checkbox-selected-pressed-state-layer-color: #1976d2;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
}
html {
  --mat-button-filled-container-shape: 4px;
  --mat-button-filled-horizontal-padding: 16px;
  --mat-button-filled-icon-offset: -4px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-filled-touch-target-size: 48px;
  --mat-button-outlined-container-shape: 4px;
  --mat-button-outlined-horizontal-padding: 15px;
  --mat-button-outlined-icon-offset: -4px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-keep-touch-target: false;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-outlined-touch-target-size: 48px;
  --mat-button-protected-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-container-shape: 4px;
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-horizontal-padding: 16px;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-icon-offset: -4px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-button-protected-touch-target-size: 48px;
  --mat-button-text-container-shape: 4px;
  --mat-button-text-horizontal-padding: 8px;
  --mat-button-text-icon-offset: 0;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 8px;
  --mat-button-text-touch-target-size: 48px;
  --mat-button-tonal-container-shape: 4px;
  --mat-button-tonal-horizontal-padding: 16px;
  --mat-button-tonal-icon-offset: -4px;
  --mat-button-tonal-icon-spacing: 8px;
  --mat-button-tonal-touch-target-size: 48px;
}
html {
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-outlined-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-text-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-button.mat-primary,
.mat-mdc-unelevated-button.mat-primary,
.mat-mdc-raised-button.mat-primary,
.mat-mdc-outlined-button.mat-primary,
.mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #1976d2;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #1976d2;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #1976d2 12%, transparent);
  --mat-button-outlined-state-layer-color: #1976d2;
  --mat-button-protected-container-color: #1976d2;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #1976d2;
  --mat-button-text-ripple-color: color-mix(in srgb, #1976d2 12%, transparent);
  --mat-button-text-state-layer-color: #1976d2;
  --mat-button-tonal-container-color: #1976d2;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
.mat-mdc-button.mat-accent,
.mat-mdc-unelevated-button.mat-accent,
.mat-mdc-raised-button.mat-accent,
.mat-mdc-outlined-button.mat-accent,
.mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #009688;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #009688;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #009688 12%, transparent);
  --mat-button-outlined-state-layer-color: #009688;
  --mat-button-protected-container-color: #009688;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #009688;
  --mat-button-text-ripple-color: color-mix(in srgb, #009688 12%, transparent);
  --mat-button-text-state-layer-color: #009688;
  --mat-button-tonal-container-color: #009688;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
.mat-mdc-button.mat-warn,
.mat-mdc-unelevated-button.mat-warn,
.mat-mdc-raised-button.mat-warn,
.mat-mdc-outlined-button.mat-warn,
.mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #f44336;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #f44336;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-button-outlined-state-layer-color: #f44336;
  --mat-button-protected-container-color: #f44336;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #f44336;
  --mat-button-text-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-button-text-state-layer-color: #f44336;
  --mat-button-tonal-container-color: #f44336;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
html {
  --mat-button-filled-container-height: 36px;
  --mat-button-filled-touch-target-display: block;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-protected-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
}
html {
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 50%;
  --mat-icon-button-touch-target-size: 48px;
}
html {
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-icon-button-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #1976d2;
  --mat-icon-button-state-layer-color: #1976d2;
  --mat-icon-button-ripple-color: color-mix(in srgb, #1976d2 12%, transparent);
}
.mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #009688;
  --mat-icon-button-state-layer-color: #009688;
  --mat-icon-button-ripple-color: color-mix(in srgb, #009688 12%, transparent);
}
.mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #f44336;
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  --mat-icon-button-state-layer-size: 48px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-container-shape: 50%;
  --mat-fab-touch-target-size: 48px;
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-container-height: 48px;
  --mat-fab-extended-container-shape: 24px;
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-shape: 50%;
  --mat-fab-small-touch-target-size: 48px;
  --mat-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mat-fab-container-color: white;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-container-color: white;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #1976d2;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #1976d2 12%, transparent);
  --mat-fab-small-container-color: #1976d2;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #009688;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #009688 12%, transparent);
  --mat-fab-small-container-color: #009688;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #f44336;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-fab-small-container-color: #f44336;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
html {
  --mat-fab-small-touch-target-display: block;
  --mat-fab-touch-target-display: block;
}
html {
  --mat-snack-bar-container-shape: 4px;
}
html {
  --mat-snack-bar-container-color: #424242;
  --mat-snack-bar-supporting-text-color: white;
  --mat-snack-bar-button-color: #64b5f6;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
html {
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-size: 48px;
}
html {
  --mat-progress-spinner-active-indicator-color: #1976d2;
}
.mat-accent {
  --mat-progress-spinner-active-indicator-color: #009688;
}
.mat-warn {
  --mat-progress-spinner-active-indicator-color: #f44336;
}
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: #1976d2;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-badge-accent {
  --mat-badge-background-color: #009688;
  --mat-badge-text-color: white;
}
.mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
html {
  --mat-bottom-sheet-container-shape: 4px;
}
html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}
html {
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-button-toggle-legacy-focus-state-layer-opacity: 1;
  --mat-button-toggle-legacy-height: 36px;
  --mat-button-toggle-legacy-shape: 2px;
  --mat-button-toggle-shape: 4px;
}
html {
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-divider-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: white;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-button-toggle-height: 48px;
}
html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #1976d2 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #009688 20%, transparent);
  --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-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #1976d2;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1976d2 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1976d2 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1976d2 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #1976d2;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent,
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #009688 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #009688 20%, transparent);
  --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-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #009688;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #009688 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #009688 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #009688 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #009688;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-warn,
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f44336 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #009688 20%, transparent);
  --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-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f44336 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f44336 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}
html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: #1976d2;
}
.mat-icon.mat-accent {
  --mat-icon-color: #009688;
}
.mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
}
html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-focus-state-layer-shape: 0;
  --mat-stepper-header-hover-state-layer-shape: 0;
}
html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #1976d2;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #1976d2;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #1976d2;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #009688;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #009688;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #009688;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-sort-arrow-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #1976d2;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #009688;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-timepicker-container-background-color: white;
}
.fury-default {
}
.fury-default .display-4 {
  font: var(--font-display-4);
}
.fury-default .display-3 {
  font: var(--font-display-3);
}
.fury-default .display-2 {
  font: var(--font-display-2);
}
.fury-default .display-1,
.fury-default h1 {
  font: var(--font-display-1);
}
.fury-default .headline,
.fury-default h2 {
  font: var(--font-headline);
}
.fury-default .title,
.fury-default h3 {
  font: var(--font-title);
}
.fury-default .subheading-2,
.fury-default h4 {
  font: var(--font-subheading-2);
}
.fury-default .subheading-1,
.fury-default h5 {
  font: var(--font-subheading-1);
}
.fury-default .body-2,
.fury-default h6 {
  font: var(--font-body-2);
}
.fury-default .body-1,
.fury-default p,
.fury-default li {
  font: var(--font-body-1);
  line-height: 1.5;
}
.fury-default .caption {
  font: var(--font-caption);
}
.fury-default .display-4,
.fury-default .display-3,
.fury-default .display-2,
.fury-default .display-1,
.fury-default .headline,
.fury-default h1,
.fury-default .title,
.fury-default h2 {
  font-family: var(--font-family);
}
.fury-default h1,
.fury-default h2,
.fury-default h3,
.fury-default h4,
.fury-default h5,
.fury-default h6 {
  margin: 12px 0;
}
.fury-default a {
  color: rgba(0, 0, 0, 0.87);
}
.fury-default blockquote {
  margin: 1em 0 1.5em;
  padding: 0 1.5em;
  border-left: 3px solid #1976d2;
  font-style: italic;
}
.fury-default .text-center {
  text-align: center;
}
.fury-default .text {
  color: rgba(0, 0, 0, 0.87);
}
.fury-default .secondary-text {
  color: rgba(0, 0, 0, 0.54);
}
.fury-default .hint-text {
  color: rgba(0, 0, 0, 0.38);
}
.fury-default .color-icon {
  color: rgba(0, 0, 0, 0.54);
}
.fury-default .border-radius {
  border-radius: 8px;
}
.fury-default .card {
  background: white;
}
.fury-default .background {
  background: #fafafa;
}
.fury-default .app-bar {
  background: #f5f5f5;
}
.fury-default .elevation {
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.fury-default .pointer {
  cursor: pointer;
  outline: none;
}
.fury-default .vertical-align-super {
  vertical-align: super;
}
.fury-default .vertical-align-middle {
  vertical-align: middle;
}
.fury-default .relative {
  position: relative;
}
.fury-default .absolute {
  position: absolute;
}
.fury-default .overflow-hidden {
  overflow: hidden;
}
.fury-default .border-radius-round {
  border-radius: 50%;
}
.fury-default .display-block {
  display: block;
}
.fury-default .semi-bold {
  font-weight: 500;
}
.fury-default .margin-horizontal-auto {
  margin-left: auto;
  margin-right: auto;
}
.fury-default .button-sm {
  height: 24px;
  line-height: 24px;
  width: 24px;
}
.fury-default .fullheight {
  height: 100%;
}
.fury-default .background-primary {
  background: #1976d2;
}
.fury-default .background-accent {
  background: #009688;
}
.fury-default .background-warn {
  background: #f44336;
}
.fury-default .background-primary-contrast {
  background: white;
}
.fury-default .background-accent-contrast {
  background: white;
}
.fury-default .background-warn-contrast {
  background: white;
}
.fury-default .color-primary {
  color: #1976d2;
}
.fury-default .color-accent {
  color: #009688;
}
.fury-default .color-warn {
  color: #f44336;
}
.fury-default .color-primary-contrast {
  color: white;
}
.fury-default .color-accent-contrast {
  color: white;
}
.fury-default .color-warn-contrast {
  color: white;
}
.fury-default .border-color-primary {
  border-color: #1976d2;
}
.fury-default .border-color-accent {
  border-color: #009688;
}
.fury-default .border-color-warn {
  border-color: #f44336;
}
.fury-default .border-color-primary-contrast {
  border-color: white;
}
.fury-default .border-color-accent-contrast {
  border-color: white;
}
.fury-default .border-color-warn-contrast {
  border-color: white;
}
.fury-default .fill-primary {
  fill: #1976d2;
}
.fury-default .fill-accent {
  fill: #009688;
}
.fury-default .fill-warn {
  fill: #f44336;
}
.fury-default .fill-primary-contrast {
  fill: white;
}
.fury-default .fill-accent-contrast {
  fill: white;
}
.fury-default .fill-warn-contrast {
  fill: white;
}
.fury-default .border {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-default .border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-default .border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-default .border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-default .border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-default .margin-0 {
  margin: 0px;
}
.fury-default .margin-xxs {
  margin: 4px;
}
.fury-default .margin-xs {
  margin: 8px;
}
.fury-default .margin-sm {
  margin: 12px;
}
.fury-default .margin-md {
  margin: 16px;
}
.fury-default .margin {
  margin: 24px;
}
.fury-default .margin-lg {
  margin: 32px;
}
.fury-default .margin-xl {
  margin: 48px;
}
.fury-default .margin-left-0 {
  margin-left: 0px;
}
.fury-default .margin-left-xxs {
  margin-left: 4px;
}
.fury-default .margin-left-xs {
  margin-left: 8px;
}
.fury-default .margin-left-sm {
  margin-left: 12px;
}
.fury-default .margin-left-md {
  margin-left: 16px;
}
.fury-default .margin-left {
  margin-left: 24px;
}
.fury-default .margin-left-lg {
  margin-left: 32px;
}
.fury-default .margin-left-xl {
  margin-left: 48px;
}
.fury-default .margin-right-0 {
  margin-right: 0px;
}
.fury-default .margin-right-xxs {
  margin-right: 4px;
}
.fury-default .margin-right-xs {
  margin-right: 8px;
}
.fury-default .margin-right-sm {
  margin-right: 12px;
}
.fury-default .margin-right-md {
  margin-right: 16px;
}
.fury-default .margin-right {
  margin-right: 24px;
}
.fury-default .margin-right-lg {
  margin-right: 32px;
}
.fury-default .margin-right-xl {
  margin-right: 48px;
}
.fury-default .margin-top-0 {
  margin-top: 0px;
}
.fury-default .margin-top-xxs {
  margin-top: 4px;
}
.fury-default .margin-top-xs {
  margin-top: 8px;
}
.fury-default .margin-top-sm {
  margin-top: 12px;
}
.fury-default .margin-top-md {
  margin-top: 16px;
}
.fury-default .margin-top {
  margin-top: 24px;
}
.fury-default .margin-top-lg {
  margin-top: 32px;
}
.fury-default .margin-top-xl {
  margin-top: 48px;
}
.fury-default .margin-bottom-0 {
  margin-bottom: 0px;
}
.fury-default .margin-bottom-xxs {
  margin-bottom: 4px;
}
.fury-default .margin-bottom-xs {
  margin-bottom: 8px;
}
.fury-default .margin-bottom-sm {
  margin-bottom: 12px;
}
.fury-default .margin-bottom-md {
  margin-bottom: 16px;
}
.fury-default .margin-bottom {
  margin-bottom: 24px;
}
.fury-default .margin-bottom-lg {
  margin-bottom: 32px;
}
.fury-default .margin-bottom-xl {
  margin-bottom: 48px;
}
.fury-default .margin-vertical-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.fury-default .margin-vertical-xxs {
  margin-top: 4px;
  margin-bottom: 4px;
}
.fury-default .margin-vertical-xs {
  margin-top: 8px;
  margin-bottom: 8px;
}
.fury-default .margin-vertical-sm {
  margin-top: 12px;
  margin-bottom: 12px;
}
.fury-default .margin-vertical-md {
  margin-top: 16px;
  margin-bottom: 16px;
}
.fury-default .margin-vertical {
  margin-top: 24px;
  margin-bottom: 24px;
}
.fury-default .margin-vertical-lg {
  margin-top: 32px;
  margin-bottom: 32px;
}
.fury-default .margin-vertical-xl {
  margin-top: 48px;
  margin-bottom: 48px;
}
.fury-default .margin-horizontal-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.fury-default .margin-horizontal-xxs {
  margin-left: 4px;
  margin-right: 4px;
}
.fury-default .margin-horizontal-xs {
  margin-left: 8px;
  margin-right: 8px;
}
.fury-default .margin-horizontal-sm {
  margin-left: 12px;
  margin-right: 12px;
}
.fury-default .margin-horizontal-md {
  margin-left: 16px;
  margin-right: 16px;
}
.fury-default .margin-horizontal {
  margin-left: 24px;
  margin-right: 24px;
}
.fury-default .margin-horizontal-lg {
  margin-left: 32px;
  margin-right: 32px;
}
.fury-default .margin-horizontal-xl {
  margin-left: 48px;
  margin-right: 48px;
}
.fury-default .padding-0 {
  padding: 0px;
}
.fury-default .padding-xxs {
  padding: 4px;
}
.fury-default .padding-xs {
  padding: 8px;
}
.fury-default .padding-sm {
  padding: 12px;
}
.fury-default .padding-md {
  padding: 16px;
}
.fury-default .padding {
  padding: 24px;
}
.fury-default .padding-lg {
  padding: 32px;
}
.fury-default .padding-xl {
  padding: 48px;
}
.fury-default .padding-left-0 {
  padding-left: 0px;
}
.fury-default .padding-left-xxs {
  padding-left: 4px;
}
.fury-default .padding-left-xs {
  padding-left: 8px;
}
.fury-default .padding-left-sm {
  padding-left: 12px;
}
.fury-default .padding-left-md {
  padding-left: 16px;
}
.fury-default .padding-left {
  padding-left: 24px;
}
.fury-default .padding-left-lg {
  padding-left: 32px;
}
.fury-default .padding-left-xl {
  padding-left: 48px;
}
.fury-default .padding-right-0 {
  padding-right: 0px;
}
.fury-default .padding-right-xxs {
  padding-right: 4px;
}
.fury-default .padding-right-xs {
  padding-right: 8px;
}
.fury-default .padding-right-sm {
  padding-right: 12px;
}
.fury-default .padding-right-md {
  padding-right: 16px;
}
.fury-default .padding-right {
  padding-right: 24px;
}
.fury-default .padding-right-lg {
  padding-right: 32px;
}
.fury-default .padding-right-xl {
  padding-right: 48px;
}
.fury-default .padding-top-0 {
  padding-top: 0px;
}
.fury-default .padding-top-xxs {
  padding-top: 4px;
}
.fury-default .padding-top-xs {
  padding-top: 8px;
}
.fury-default .padding-top-sm {
  padding-top: 12px;
}
.fury-default .padding-top-md {
  padding-top: 16px;
}
.fury-default .padding-top {
  padding-top: 24px;
}
.fury-default .padding-top-lg {
  padding-top: 32px;
}
.fury-default .padding-top-xl {
  padding-top: 48px;
}
.fury-default .padding-bottom-0 {
  padding-bottom: 0px;
}
.fury-default .padding-bottom-xxs {
  padding-bottom: 4px;
}
.fury-default .padding-bottom-xs {
  padding-bottom: 8px;
}
.fury-default .padding-bottom-sm {
  padding-bottom: 12px;
}
.fury-default .padding-bottom-md {
  padding-bottom: 16px;
}
.fury-default .padding-bottom {
  padding-bottom: 24px;
}
.fury-default .padding-bottom-lg {
  padding-bottom: 32px;
}
.fury-default .padding-bottom-xl {
  padding-bottom: 48px;
}
.fury-default .padding-vertical-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.fury-default .padding-vertical-xxs {
  padding-top: 4px;
  padding-bottom: 4px;
}
.fury-default .padding-vertical-xs {
  padding-top: 8px;
  padding-bottom: 8px;
}
.fury-default .padding-vertical-sm {
  padding-top: 12px;
  padding-bottom: 12px;
}
.fury-default .padding-vertical-md {
  padding-top: 16px;
  padding-bottom: 16px;
}
.fury-default .padding-vertical {
  padding-top: 24px;
  padding-bottom: 24px;
}
.fury-default .padding-vertical-lg {
  padding-top: 32px;
  padding-bottom: 32px;
}
.fury-default .padding-vertical-xl {
  padding-top: 48px;
  padding-bottom: 48px;
}
.fury-default .padding-horizontal-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.fury-default .padding-horizontal-xxs {
  padding-left: 4px;
  padding-right: 4px;
}
.fury-default .padding-horizontal-xs {
  padding-left: 8px;
  padding-right: 8px;
}
.fury-default .padding-horizontal-sm {
  padding-left: 12px;
  padding-right: 12px;
}
.fury-default .padding-horizontal-md {
  padding-left: 16px;
  padding-right: 16px;
}
.fury-default .padding-horizontal {
  padding-left: 24px;
  padding-right: 24px;
}
.fury-default .padding-horizontal-lg {
  padding-left: 32px;
  padding-right: 32px;
}
.fury-default .padding-horizontal-xl {
  padding-left: 48px;
  padding-right: 48px;
}
.fury-default .mat-icon.icon-size-xs {
  height: 14px;
  width: 14px;
  font-size: 14px;
  line-height: 14px;
}
.fury-default .mat-icon.icon-size-sm {
  height: 18px;
  width: 18px;
  font-size: 18px;
  line-height: 18px;
}
.fury-default .mat-icon.icon-size-md {
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
}
.fury-default .mat-icon.icon-size {
  height: 24px;
  width: 24px;
  font-size: 24px;
  line-height: 24px;
}
.fury-default .mat-icon.icon-size-lg {
  height: 28px;
  width: 28px;
  font-size: 28px;
  line-height: 28px;
}
.fury-default .mat-icon.icon-size-xl {
  height: 32px;
  width: 32px;
  font-size: 32px;
  line-height: 32px;
}
.fury-default .background-pattern {
  background:
    linear-gradient(
      135deg,
      #fafafa 22px,
      rgba(0, 0, 0, 0.04) 22px,
      rgba(0, 0, 0, 0.04) 24px,
      transparent 24px,
      transparent 67px,
      rgba(0, 0, 0, 0.04) 67px,
      rgba(0, 0, 0, 0.04) 69px,
      transparent 69px),
    linear-gradient(
      225deg,
      #fafafa 22px,
      rgba(0, 0, 0, 0.04) 22px,
      rgba(0, 0, 0, 0.04) 24px,
      transparent 24px,
      transparent 67px,
      rgba(0, 0, 0, 0.04) 67px,
      rgba(0, 0, 0, 0.04) 69px,
      transparent 69px) 0 64px;
  background-color: #fafafa;
  background-size: 64px 128px;
}
.fury-default .fury-preview-card {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border-radius: 8px;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.fury-default .fury-preview-card .preview {
  padding: 24px;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
}
.fury-default .fury-preview-card .preview .title {
  margin-bottom: 24px;
  font: var(--font-title);
}
.fury-default .fury-preview-card .preview .preview-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 200px;
}
.fury-default .fury-preview-card .content {
  background: white;
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.fury-default .fury-preview-card .content .header {
  padding: 24px 24px 0;
}
.fury-default .fury-preview-card .content .title {
  font: var(--font-headline);
}
.fury-default .fury-preview-card .content .tag {
  color: rgba(0, 0, 0, 0.54);
  font: var(--font-body-1);
}
.fury-default .fury-preview-card .content .tabs {
  margin-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-default .fury-preview-card .content .tab-content {
  padding: 24px;
}
.fury-default .fury-sidebar {
  position: fixed;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 330px;
  z-index: 1000;
  transition-property: transform, visibility;
  transition-duration: 300ms;
  transition-timing-function: 300ms;
  background: #fafafa;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
  visibility: hidden;
}
@media (max-width: 599.98px) {
  .fury-default .fury-sidebar {
    max-width: 80vw;
  }
}
.fury-default .fury-sidebar.position-left {
  left: 0;
  transform: translateX(-100%);
}
.fury-default .fury-sidebar.position-right {
  right: 0;
  transform: translateX(100%);
}
.fury-default .fury-sidebar.open {
  transform: translateX(0);
  visibility: visible;
}
.fury-default fury-sidenav {
  color: white;
}
.fury-default fury-sidenav .sidenav-monitor-shortcuts {
  background: #2d2d2d;
}
.fury-default fury-sidenav .sidenav {
  background: #2d2d2d;
  transition-property: width, box-shadow;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
}
.fury-default fury-sidenav .sidenav-toolbar .sidenav-toolbar-logo,
.fury-default fury-sidenav .sidenav-toolbar .sidenav-toolbar-icon {
  fill: white;
}
.fury-default fury-sidenav .sidenav-user {
  display: flex;
  flex-direction: column;
  align-items: center;
  place-content: center flex-start;
  background: rgb(36.075, 36.075, 36.075);
  padding-top: 8px;
  padding-bottom: 16px;
}
.fury-default fury-sidenav .sidenav-user .sidenav-user-name {
  margin: 12px 0 0;
}
.fury-default fury-sidenav .sidenav-user .sidenav-user-email {
  font: var(--font-caption);
  color: rgba(255, 255, 255, 0.7);
}
.fury-default fury-sidenav .sidenav-user .sidenav-user-icons a {
  color: white;
}
.fury-default fury-sidenav .sidenav-user .sidenav-user-name,
.fury-default fury-sidenav .sidenav-user .sidenav-user-email,
.fury-default fury-sidenav .sidenav-user .sidenav-user-icons {
  white-space: nowrap;
}
.fury-default fury-sidenav.collapsed {
  width: 74px;
}
.fury-default fury-sidenav.collapsed .sidenav {
  width: 74px;
}
.fury-default fury-sidenav.collapsed .sidenav-toolbar-logo,
.fury-default fury-sidenav.collapsed .sidenav-toolbar-collapse-toggle,
.fury-default fury-sidenav.collapsed .sidenav-user-email,
.fury-default fury-sidenav.collapsed .sidenav-user-name,
.fury-default fury-sidenav.collapsed .sidenav-user-icons,
.fury-default fury-sidenav.collapsed .sidenav-item > .subheading,
.fury-default fury-sidenav.collapsed .sidenav-item > .subsection,
.fury-default fury-sidenav.collapsed .sidenav-item > .sidenav-item-link > .name,
.fury-default fury-sidenav.collapsed .sidenav-item > .sidenav-item-link > .badge,
.fury-default fury-sidenav.collapsed .sidenav-item > .sidenav-item-link > .expand-indicator {
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.fury-default fury-sidenav.collapsed .sidenav-user-image {
  transform: scale(0.7);
  transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.fury-default fury-sidenav.collapsed.expanded {
  width: 74px;
}
.fury-default fury-sidenav.collapsed.expanded .sidenav {
  width: 280px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
}
.fury-default fury-sidenav.collapsed.expanded .sidenav-user-image {
  transform: scale(1);
}
.fury-default fury-sidenav.collapsed.expanded .sidenav-toolbar-logo,
.fury-default fury-sidenav.collapsed.expanded .sidenav-toolbar-collapse-toggle,
.fury-default fury-sidenav.collapsed.expanded .sidenav-user-email,
.fury-default fury-sidenav.collapsed.expanded .sidenav-user-name,
.fury-default fury-sidenav.collapsed.expanded .sidenav-user-icons,
.fury-default fury-sidenav.collapsed.expanded .sidenav-item > .sidenav-item-link > .name,
.fury-default fury-sidenav.collapsed.expanded .sidenav-item > .sidenav-item-link > .badge,
.fury-default fury-sidenav.collapsed.expanded .sidenav-item > .sidenav-item-link > .expand-indicator {
  opacity: 1;
}
.fury-default fury-sidenav.collapsed.expanded .sidenav-item > .subheading {
  opacity: 0.5;
}
.fury-default fury-sidenav.collapsed.expanded .sidenav-item > .subsection {
  opacity: 0.55;
}
.fury-default .dropdown-open .sidenav-item.level-1 .sidenav-item-link {
  border-left: 1px solid #afbdd1;
  padding-left: 0;
  margin-left: 34px;
}
.fury-default .dropdown-open .sidenav-item.level-1 .sidenav-item-link.active {
  border-left: 2px solid #0b9859;
  box-shadow: -1px 0 0 #0b9859;
}
.fury-default .dropdown-open .sidenav-item.level-2 .sidenav-item-link {
  border-left: 1px solid #afbdd1;
  padding-left: 0;
  margin-left: 34px;
}
.fury-default .dropdown-open .sidenav-item.level-2 .sidenav-item-link.active {
  border-left: 2px solid #0b9859;
  box-shadow: -1px 0 0 #0b9859;
}
.fury-default .dropdown-open .sidenav-item.level-3 .sidenav-item-link {
  border-left: 1px solid #afbdd1;
  padding-left: 0;
  margin-left: 34px;
}
.fury-default .dropdown-open .sidenav-item.level-3 .sidenav-item-link.active {
  border-left: 2px solid #0b9859;
  box-shadow: -1px 0 0 #0b9859;
}
.fury-default .dropdown-open .sidenav-item.level-4 .sidenav-item-link {
  border-left: 1px solid #afbdd1;
  padding-left: 0;
  margin-left: 34px;
}
.fury-default .dropdown-open .sidenav-item.level-4 .sidenav-item-link.active {
  border-left: 2px solid #0b9859;
  box-shadow: -1px 0 0 #0b9859;
}
.fury-default .sidenav-item {
  color: white;
}
.fury-default .sidenav-item.subheading-container {
  border-bottom: 1px solid #353535;
}
.fury-default .sidenav-item .subheading {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  font-weight: 300;
  opacity: 50%;
  letter-spacing: 0.25px;
  color: #fff;
}
.fury-default .sidenav-item .sidenav-item-link {
  color: inherit;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 300;
}
.fury-default .sidenav-item .sidenav-item-link:hover {
  background: rgb(38.625, 38.625, 38.625);
  color: white;
}
.fury-default .sidenav-item .sidenav-item-link:hover .text-icon {
  color: inherit;
}
.fury-default .sidenav-item .sidenav-item-link.active {
  color: white;
}
.fury-default .sidenav-item .sidenav-item-link.active .text-icon {
  color: inherit;
}
.fury-default .sidenav-item .sidenav-item-link .text-icon {
  color: rgba(255, 255, 255, 0.5);
}
.fury-default .sidenav-item.level-0 > .active {
  background: #0b9859;
}
.fury-default .sidenav-item.level-0.dropdown-open {
  background: #353535;
}
.fury-default .sidenav-item.level-0.dropdown-open > .sidenav-item-link {
  color: white;
  background: rgb(8.4187116564, 116.3312883436, 68.1150306748);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0;
}
.fury-default .sidenav-item.level-0.dropdown-open > .sidenav-item-link.active {
  background: #0b9859;
}
.fury-default .sidenav-item.level-0.open-by-route {
  background: #353535;
}
.fury-default .sidenav-item.level-0.open-by-route > .sidenav-item-link {
  color: white;
  background: #0b9859;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  margin-right: 8px;
}
.fury-default .sidenav-item.level-0.open-by-route > .sidenav-item-link.active {
  background: #0b9859;
}
.fury-default .sidenav-item.level-1 {
  background: #353535;
}
.fury-default .sidenav-item.level-1 .sidenav-item-link {
  padding-left: 24px;
}
.fury-default .sidenav-item.level-1 .sidenav-item-link.active {
  color: #0b9859;
  font-weight: 500;
}
.fury-default .sidenav-item.level-2 {
  background: rgb(32.25, 32.25, 32.25);
}
.fury-default .sidenav-item.level-2 .sidenav-item-link {
  padding-left: 32px;
}
.fury-default .sidenav-item.level-3 {
  background: rgb(25.875, 25.875, 25.875);
}
.fury-default .sidenav-item.level-3 .sidenav-item-link {
  padding-left: 40px;
}
.fury-default .sidenav-item.level-4 {
  background: rgb(19.5, 19.5, 19.5);
}
.fury-default .sidenav-item.level-4 .sidenav-item-link {
  padding-left: 48px;
}
.fury-default .custom-sidenav-icon {
  filter: invert(100%) sepia(98%) saturate(7%) hue-rotate(173deg) brightness(104%) contrast(102%);
}
.fury-default .admin-only {
  color: gold;
}
.fury-default .admin-only .sidenav-item-link:hover,
.fury-default .admin-only .sidenav-item-link.active {
  color: inherit;
}
.fury-default .admin-only .sidenav-item-link .text-icon {
  color: inherit;
}
.fury-default .admin-only.level-0 > .sidenav-item-link:hover,
.fury-default .admin-only.level-0 > .sidenav-item-link.active {
  color: inherit;
}
.fury-default .admin-only.level-0.dropdown-open > .sidenav-item-link,
.fury-default .admin-only.level-0.open-by-route > .sidenav-item-link {
  color: inherit;
}
.fury-default .admin-only.level-0.dropdown-open > .sidenav-item-link:hover,
.fury-default .admin-only.level-0.dropdown-open > .sidenav-item-link.active,
.fury-default .admin-only.level-0.open-by-route > .sidenav-item-link:hover,
.fury-default .admin-only.level-0.open-by-route > .sidenav-item-link.active {
  color: inherit;
}
.fury-default .admin-only.level-1 .sidenav-item-link.active {
  color: inherit;
}
.fury-default .discontinued {
  color: dimgray;
}
.fury-default fury-toolbar.no-box-shadow .toolbar {
  box-shadow: none !important;
}
.fury-default fury-toolbar .toolbar {
  background: white;
  color: rgba(0, 0, 0, 0.87);
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.fury-default fury-toolbar .toolbar .toolbar-button {
  border-left-color: rgba(0, 0, 0, 0.08);
}
.fury-default fury-toolbar .toolbar .toolbar-logo {
  fill: rgba(0, 0, 0, 0.87);
}
.fury-default fury-toolbar-user .toolbar-user .button.open {
  background: rgba(0, 0, 0, 0.04);
}
.fury-default fury-toolbar-user .dropdown {
  background: white;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.fury-default fury-toolbar-user .dropdown .list .list-item:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-default fury-toolbar-user .dropdown .list-item-icon {
  color: rgba(0, 0, 0, 0.54);
}
.fury-default fury-toolbar-notifications .dropdown {
  background: white;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.fury-default fury-toolbar-notifications .dropdown .dropdown-header {
  border-color: rgba(0, 0, 0, 0.12);
}
.fury-default fury-toolbar-notifications .dropdown .notification {
  color: rgba(0, 0, 0, 0.87);
}
.fury-default fury-toolbar-notifications .dropdown .notification .icon {
  color: rgba(0, 0, 0, 0.54);
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-default fury-toolbar-notifications .dropdown .notification .time {
  color: rgba(0, 0, 0, 0.54);
}
.fury-default fury-toolbar-notifications .dropdown .notification.primary .icon {
  background: #1976d2;
  color: white;
}
.fury-default fury-toolbar-notifications .dropdown .notification.accent .icon {
  background: #009688;
  color: white;
}
.fury-default fury-toolbar-notifications .dropdown .notification.warn .icon {
  background: #f44336;
  color: white;
}
.fury-default fury-toolbar-notifications .dropdown .notification.read {
  color: rgba(0, 0, 0, 0.38);
}
.fury-default fury-toolbar-notifications .dropdown .notification.read .time {
  color: inherit;
}
.fury-default fury-toolbar-notifications .dropdown .dropdown-footer {
  color: rgba(0, 0, 0, 0.54);
  border-top-color: rgba(0, 0, 0, 0.12);
}
.fury-default fury-toolbar-search-bar .search-wrapper .search-icon {
  color: rgba(0, 0, 0, 0.54);
}
.fury-default fury-toolbar-search-bar .search-wrapper .search-input {
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.54);
}
.fury-default fury-toolbar-search-bar .search-wrapper:hover .search-input {
  background: #e0e0e0;
}
.fury-default fury-toolbar-search-bar .search-wrapper.focus .search-icon {
  color: rgba(0, 0, 0, 0.87);
}
.fury-default fury-toolbar-search-bar .search-wrapper.focus .search-input {
  background: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.fury-default fury-toolbar-search-bar .search-wrapper .search-dropdown {
  background: white;
  color: rgba(0, 0, 0, 0.87);
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.fury-default fury-toolbar-search-bar .search-wrapper .search-dropdown .content .heading {
  color: rgba(0, 0, 0, 0.54);
}
.fury-default fury-toolbar-search-bar .search-wrapper .search-dropdown .content .items .item:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-default fury-navigation {
  display: block;
  background: #2d2d2d;
  color: white;
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.fury-default fury-navigation .navigation-item-container .navigation-item {
  color: white;
}
.fury-default fury-navigation .navigation-item-container .navigation-item.active.active {
  background: #0b9859;
  color: white;
}
.fury-default fury-navigation .navigation-item-container:hover .navigation-item,
.fury-default fury-navigation .navigation-item-container:focus .navigation-item {
  color: white;
  background: rgb(38.625, 38.625, 38.625);
}
.fury-default .fury-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.fury-default .fury-card .fury-card-header-subheading {
  color: rgba(0, 0, 0, 0.54);
}
.fury-default .fury-card .fury-card-actions {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-default fury-footer .footer {
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.fury-default .fury-title {
  font: var(--font-title);
  color: rgba(0, 0, 0, 0.87);
  display: block;
}
.fury-default .fury-title mat-icon {
  margin-right: 12px;
  vertical-align: text-bottom;
}
.fury-default .fury-title span {
  display: inline-block;
}
.fury-default .fury-page {
  padding: 24px;
  display: block;
}
@media (max-width: 959.98px) {
  .fury-default .fury-page {
    padding: 16px;
  }
}
.fury-default .fury-page-layout-header {
  background: #1976d2;
}
.fury-default .fury-page-layout-header fury-breadcrumbs .crumb,
.fury-default .fury-page-layout-header fury-breadcrumbs .link {
  color: #2d2d2d;
  cursor: default;
}
.fury-default .fury-page-layout-header fury-breadcrumbs .crumb.current,
.fury-default .fury-page-layout-header fury-breadcrumbs .crumb.current .link {
  color: #2d2d2d;
  cursor: default;
}
.fury-default .fury-backdrop {
  z-index: 800 !important;
  background-color: transparent;
  transition-property: background-color, visibility;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  visibility: hidden;
}
.fury-default .fury-backdrop.visible {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.6);
}
.fury-default .fury-backdrop.invisible {
  background-color: transparent;
}
.fury-default ads-breadcrumbs .crumb,
.fury-default ads-breadcrumbs .link {
  color: rgba(0, 0, 0, 0.54);
  cursor: default;
}
.fury-default ads-breadcrumbs .crumb.current,
.fury-default ads-breadcrumbs .crumb.current .link {
  color: rgba(0, 0, 0, 0.87);
  cursor: default;
}
.fury-default fury-advanced-pie-chart-widget .legend {
  color: rgba(0, 0, 0, 0.54);
}
.fury-default fury-advanced-pie-chart-widget .legend-item:hover {
  color: rgba(0, 0, 0, 0.87);
}
.fury-default fury-advanced-pie-chart-widget .fade-out-overlay {
  background:
    linear-gradient(
      to right,
      rgba(255, 255, 255, 0.1) 0%,
      white 100%);
}
.fury-default fury-market-widget .title {
  color: rgba(0, 0, 0, 0.54);
}
.fury-default fury-sales-summary-widget .gain.increase {
  color: #7cb342;
}
.fury-default fury-sales-summary-widget .gain.decrease {
  color: #f44336;
}
.fury-default fury-sales-summary-widget .label {
  color: rgba(0, 0, 0, 0.54);
}
.fury-default fury-sales-summary-widget .indicator.success {
  color: #7cb342;
}
.fury-default fury-sales-summary-widget .indicator.primary {
  color: #1976d2;
}
.fury-default fury-sales-summary-widget .indicator.accent {
  color: #009688;
}
.fury-default fury-sales-summary-widget .indicator.warn {
  color: #f44336;
}
.fury-default fury-audience-overview-widget .label {
  color: rgba(0, 0, 0, 0.54);
}
.fury-default fury-audience-overview-widget .property .compared {
  color: rgba(0, 0, 0, 0.54);
}
.fury-default fury-audience-overview-widget .property:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-default fury-audience-overview-widget .property.active {
  border-color: #4285f4;
}
.fury-default fury-audience-overview-widget .property.active .label {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
}
.fury-default fury-audience-overview-widget .property.active .value {
  font-weight: 400;
}
.fury-default fury-audience-overview-widget .property.active .compared {
  visibility: visible;
}
.fury-default fury-audience-overview-widget .gain.success {
  color: #7cb342;
}
.fury-default fury-audience-overview-widget .gain.warn {
  color: #f44336;
}
.fury-default fury-donut-chart-widget .section:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-default fury-donut-chart-widget .section .label {
  color: rgba(0, 0, 0, 0.54);
}
.fury-default {
  background: #d9d9d9;
  color: rgba(0, 0, 0, 0.87);
}
.fury-default fury-chat .chat-drawer {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-default fury-chat .reply {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-default fury-form-wizard .card .actions {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-default fury-config-panel .section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-default fury-config-panel .subheading {
  color: rgba(0, 0, 0, 0.54);
}
.fury-default fury-config-panel .style:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-default fury-config-panel .color.default {
  background: #2d2d2d;
  color: white;
}
.fury-default fury-config-panel .color.light {
  background: white;
  color: #000;
}
.fury-default fury-config-panel .color.dark {
  background: #303030;
  color: white;
}
.fury-default fury-config-panel .color.flat {
  background: #f5f5f5;
  color: #000;
}
.fury-light {
}
.fury-light .display-4 {
  font: var(--font-display-4);
}
.fury-light .display-3 {
  font: var(--font-display-3);
}
.fury-light .display-2 {
  font: var(--font-display-2);
}
.fury-light .display-1,
.fury-light h1 {
  font: var(--font-display-1);
}
.fury-light .headline,
.fury-light h2 {
  font: var(--font-headline);
}
.fury-light .title,
.fury-light h3 {
  font: var(--font-title);
}
.fury-light .subheading-2,
.fury-light h4 {
  font: var(--font-subheading-2);
}
.fury-light .subheading-1,
.fury-light h5 {
  font: var(--font-subheading-1);
}
.fury-light .body-2,
.fury-light h6 {
  font: var(--font-body-2);
}
.fury-light .body-1,
.fury-light p,
.fury-light li {
  font: var(--font-body-1);
  line-height: 1.5;
}
.fury-light .caption {
  font: var(--font-caption);
}
.fury-light .display-4,
.fury-light .display-3,
.fury-light .display-2,
.fury-light .display-1,
.fury-light .headline,
.fury-light h1,
.fury-light .title,
.fury-light h2 {
  font-family: var(--font-family);
}
.fury-light h1,
.fury-light h2,
.fury-light h3,
.fury-light h4,
.fury-light h5,
.fury-light h6 {
  margin: 12px 0;
}
.fury-light a {
  color: rgba(0, 0, 0, 0.87);
}
.fury-light blockquote {
  margin: 1em 0 1.5em;
  padding: 0 1.5em;
  border-left: 3px solid #1976d2;
  font-style: italic;
}
.fury-light .text-center {
  text-align: center;
}
.fury-light .text {
  color: rgba(0, 0, 0, 0.87);
}
.fury-light .secondary-text {
  color: rgba(0, 0, 0, 0.54);
}
.fury-light .hint-text {
  color: rgba(0, 0, 0, 0.38);
}
.fury-light .color-icon {
  color: rgba(0, 0, 0, 0.54);
}
.fury-light .border-radius {
  border-radius: 8px;
}
.fury-light .card {
  background: white;
}
.fury-light .background {
  background: #fafafa;
}
.fury-light .app-bar {
  background: #f5f5f5;
}
.fury-light .elevation {
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.fury-light .pointer {
  cursor: pointer;
  outline: none;
}
.fury-light .vertical-align-super {
  vertical-align: super;
}
.fury-light .vertical-align-middle {
  vertical-align: middle;
}
.fury-light .relative {
  position: relative;
}
.fury-light .absolute {
  position: absolute;
}
.fury-light .overflow-hidden {
  overflow: hidden;
}
.fury-light .border-radius-round {
  border-radius: 50%;
}
.fury-light .display-block {
  display: block;
}
.fury-light .semi-bold {
  font-weight: 500;
}
.fury-light .margin-horizontal-auto {
  margin-left: auto;
  margin-right: auto;
}
.fury-light .button-sm {
  height: 24px;
  line-height: 24px;
  width: 24px;
}
.fury-light .fullheight {
  height: 100%;
}
.fury-light .background-primary {
  background: #1976d2;
}
.fury-light .background-accent {
  background: #009688;
}
.fury-light .background-warn {
  background: #f44336;
}
.fury-light .background-primary-contrast {
  background: white;
}
.fury-light .background-accent-contrast {
  background: white;
}
.fury-light .background-warn-contrast {
  background: white;
}
.fury-light .color-primary {
  color: #1976d2;
}
.fury-light .color-accent {
  color: #009688;
}
.fury-light .color-warn {
  color: #f44336;
}
.fury-light .color-primary-contrast {
  color: white;
}
.fury-light .color-accent-contrast {
  color: white;
}
.fury-light .color-warn-contrast {
  color: white;
}
.fury-light .border-color-primary {
  border-color: #1976d2;
}
.fury-light .border-color-accent {
  border-color: #009688;
}
.fury-light .border-color-warn {
  border-color: #f44336;
}
.fury-light .border-color-primary-contrast {
  border-color: white;
}
.fury-light .border-color-accent-contrast {
  border-color: white;
}
.fury-light .border-color-warn-contrast {
  border-color: white;
}
.fury-light .fill-primary {
  fill: #1976d2;
}
.fury-light .fill-accent {
  fill: #009688;
}
.fury-light .fill-warn {
  fill: #f44336;
}
.fury-light .fill-primary-contrast {
  fill: white;
}
.fury-light .fill-accent-contrast {
  fill: white;
}
.fury-light .fill-warn-contrast {
  fill: white;
}
.fury-light .border {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-light .border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-light .border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-light .border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-light .border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-light .margin-0 {
  margin: 0px;
}
.fury-light .margin-xxs {
  margin: 4px;
}
.fury-light .margin-xs {
  margin: 8px;
}
.fury-light .margin-sm {
  margin: 12px;
}
.fury-light .margin-md {
  margin: 16px;
}
.fury-light .margin {
  margin: 24px;
}
.fury-light .margin-lg {
  margin: 32px;
}
.fury-light .margin-xl {
  margin: 48px;
}
.fury-light .margin-left-0 {
  margin-left: 0px;
}
.fury-light .margin-left-xxs {
  margin-left: 4px;
}
.fury-light .margin-left-xs {
  margin-left: 8px;
}
.fury-light .margin-left-sm {
  margin-left: 12px;
}
.fury-light .margin-left-md {
  margin-left: 16px;
}
.fury-light .margin-left {
  margin-left: 24px;
}
.fury-light .margin-left-lg {
  margin-left: 32px;
}
.fury-light .margin-left-xl {
  margin-left: 48px;
}
.fury-light .margin-right-0 {
  margin-right: 0px;
}
.fury-light .margin-right-xxs {
  margin-right: 4px;
}
.fury-light .margin-right-xs {
  margin-right: 8px;
}
.fury-light .margin-right-sm {
  margin-right: 12px;
}
.fury-light .margin-right-md {
  margin-right: 16px;
}
.fury-light .margin-right {
  margin-right: 24px;
}
.fury-light .margin-right-lg {
  margin-right: 32px;
}
.fury-light .margin-right-xl {
  margin-right: 48px;
}
.fury-light .margin-top-0 {
  margin-top: 0px;
}
.fury-light .margin-top-xxs {
  margin-top: 4px;
}
.fury-light .margin-top-xs {
  margin-top: 8px;
}
.fury-light .margin-top-sm {
  margin-top: 12px;
}
.fury-light .margin-top-md {
  margin-top: 16px;
}
.fury-light .margin-top {
  margin-top: 24px;
}
.fury-light .margin-top-lg {
  margin-top: 32px;
}
.fury-light .margin-top-xl {
  margin-top: 48px;
}
.fury-light .margin-bottom-0 {
  margin-bottom: 0px;
}
.fury-light .margin-bottom-xxs {
  margin-bottom: 4px;
}
.fury-light .margin-bottom-xs {
  margin-bottom: 8px;
}
.fury-light .margin-bottom-sm {
  margin-bottom: 12px;
}
.fury-light .margin-bottom-md {
  margin-bottom: 16px;
}
.fury-light .margin-bottom {
  margin-bottom: 24px;
}
.fury-light .margin-bottom-lg {
  margin-bottom: 32px;
}
.fury-light .margin-bottom-xl {
  margin-bottom: 48px;
}
.fury-light .margin-vertical-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.fury-light .margin-vertical-xxs {
  margin-top: 4px;
  margin-bottom: 4px;
}
.fury-light .margin-vertical-xs {
  margin-top: 8px;
  margin-bottom: 8px;
}
.fury-light .margin-vertical-sm {
  margin-top: 12px;
  margin-bottom: 12px;
}
.fury-light .margin-vertical-md {
  margin-top: 16px;
  margin-bottom: 16px;
}
.fury-light .margin-vertical {
  margin-top: 24px;
  margin-bottom: 24px;
}
.fury-light .margin-vertical-lg {
  margin-top: 32px;
  margin-bottom: 32px;
}
.fury-light .margin-vertical-xl {
  margin-top: 48px;
  margin-bottom: 48px;
}
.fury-light .margin-horizontal-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.fury-light .margin-horizontal-xxs {
  margin-left: 4px;
  margin-right: 4px;
}
.fury-light .margin-horizontal-xs {
  margin-left: 8px;
  margin-right: 8px;
}
.fury-light .margin-horizontal-sm {
  margin-left: 12px;
  margin-right: 12px;
}
.fury-light .margin-horizontal-md {
  margin-left: 16px;
  margin-right: 16px;
}
.fury-light .margin-horizontal {
  margin-left: 24px;
  margin-right: 24px;
}
.fury-light .margin-horizontal-lg {
  margin-left: 32px;
  margin-right: 32px;
}
.fury-light .margin-horizontal-xl {
  margin-left: 48px;
  margin-right: 48px;
}
.fury-light .padding-0 {
  padding: 0px;
}
.fury-light .padding-xxs {
  padding: 4px;
}
.fury-light .padding-xs {
  padding: 8px;
}
.fury-light .padding-sm {
  padding: 12px;
}
.fury-light .padding-md {
  padding: 16px;
}
.fury-light .padding {
  padding: 24px;
}
.fury-light .padding-lg {
  padding: 32px;
}
.fury-light .padding-xl {
  padding: 48px;
}
.fury-light .padding-left-0 {
  padding-left: 0px;
}
.fury-light .padding-left-xxs {
  padding-left: 4px;
}
.fury-light .padding-left-xs {
  padding-left: 8px;
}
.fury-light .padding-left-sm {
  padding-left: 12px;
}
.fury-light .padding-left-md {
  padding-left: 16px;
}
.fury-light .padding-left {
  padding-left: 24px;
}
.fury-light .padding-left-lg {
  padding-left: 32px;
}
.fury-light .padding-left-xl {
  padding-left: 48px;
}
.fury-light .padding-right-0 {
  padding-right: 0px;
}
.fury-light .padding-right-xxs {
  padding-right: 4px;
}
.fury-light .padding-right-xs {
  padding-right: 8px;
}
.fury-light .padding-right-sm {
  padding-right: 12px;
}
.fury-light .padding-right-md {
  padding-right: 16px;
}
.fury-light .padding-right {
  padding-right: 24px;
}
.fury-light .padding-right-lg {
  padding-right: 32px;
}
.fury-light .padding-right-xl {
  padding-right: 48px;
}
.fury-light .padding-top-0 {
  padding-top: 0px;
}
.fury-light .padding-top-xxs {
  padding-top: 4px;
}
.fury-light .padding-top-xs {
  padding-top: 8px;
}
.fury-light .padding-top-sm {
  padding-top: 12px;
}
.fury-light .padding-top-md {
  padding-top: 16px;
}
.fury-light .padding-top {
  padding-top: 24px;
}
.fury-light .padding-top-lg {
  padding-top: 32px;
}
.fury-light .padding-top-xl {
  padding-top: 48px;
}
.fury-light .padding-bottom-0 {
  padding-bottom: 0px;
}
.fury-light .padding-bottom-xxs {
  padding-bottom: 4px;
}
.fury-light .padding-bottom-xs {
  padding-bottom: 8px;
}
.fury-light .padding-bottom-sm {
  padding-bottom: 12px;
}
.fury-light .padding-bottom-md {
  padding-bottom: 16px;
}
.fury-light .padding-bottom {
  padding-bottom: 24px;
}
.fury-light .padding-bottom-lg {
  padding-bottom: 32px;
}
.fury-light .padding-bottom-xl {
  padding-bottom: 48px;
}
.fury-light .padding-vertical-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.fury-light .padding-vertical-xxs {
  padding-top: 4px;
  padding-bottom: 4px;
}
.fury-light .padding-vertical-xs {
  padding-top: 8px;
  padding-bottom: 8px;
}
.fury-light .padding-vertical-sm {
  padding-top: 12px;
  padding-bottom: 12px;
}
.fury-light .padding-vertical-md {
  padding-top: 16px;
  padding-bottom: 16px;
}
.fury-light .padding-vertical {
  padding-top: 24px;
  padding-bottom: 24px;
}
.fury-light .padding-vertical-lg {
  padding-top: 32px;
  padding-bottom: 32px;
}
.fury-light .padding-vertical-xl {
  padding-top: 48px;
  padding-bottom: 48px;
}
.fury-light .padding-horizontal-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.fury-light .padding-horizontal-xxs {
  padding-left: 4px;
  padding-right: 4px;
}
.fury-light .padding-horizontal-xs {
  padding-left: 8px;
  padding-right: 8px;
}
.fury-light .padding-horizontal-sm {
  padding-left: 12px;
  padding-right: 12px;
}
.fury-light .padding-horizontal-md {
  padding-left: 16px;
  padding-right: 16px;
}
.fury-light .padding-horizontal {
  padding-left: 24px;
  padding-right: 24px;
}
.fury-light .padding-horizontal-lg {
  padding-left: 32px;
  padding-right: 32px;
}
.fury-light .padding-horizontal-xl {
  padding-left: 48px;
  padding-right: 48px;
}
.fury-light .mat-icon.icon-size-xs {
  height: 14px;
  width: 14px;
  font-size: 14px;
  line-height: 14px;
}
.fury-light .mat-icon.icon-size-sm {
  height: 18px;
  width: 18px;
  font-size: 18px;
  line-height: 18px;
}
.fury-light .mat-icon.icon-size-md {
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
}
.fury-light .mat-icon.icon-size {
  height: 24px;
  width: 24px;
  font-size: 24px;
  line-height: 24px;
}
.fury-light .mat-icon.icon-size-lg {
  height: 28px;
  width: 28px;
  font-size: 28px;
  line-height: 28px;
}
.fury-light .mat-icon.icon-size-xl {
  height: 32px;
  width: 32px;
  font-size: 32px;
  line-height: 32px;
}
.fury-light .background-pattern {
  background:
    linear-gradient(
      135deg,
      #fafafa 22px,
      rgba(0, 0, 0, 0.04) 22px,
      rgba(0, 0, 0, 0.04) 24px,
      transparent 24px,
      transparent 67px,
      rgba(0, 0, 0, 0.04) 67px,
      rgba(0, 0, 0, 0.04) 69px,
      transparent 69px),
    linear-gradient(
      225deg,
      #fafafa 22px,
      rgba(0, 0, 0, 0.04) 22px,
      rgba(0, 0, 0, 0.04) 24px,
      transparent 24px,
      transparent 67px,
      rgba(0, 0, 0, 0.04) 67px,
      rgba(0, 0, 0, 0.04) 69px,
      transparent 69px) 0 64px;
  background-color: #fafafa;
  background-size: 64px 128px;
}
.fury-light .fury-preview-card {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border-radius: 8px;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.fury-light .fury-preview-card .preview {
  padding: 24px;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
}
.fury-light .fury-preview-card .preview .title {
  margin-bottom: 24px;
  font: var(--font-title);
}
.fury-light .fury-preview-card .preview .preview-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 200px;
}
.fury-light .fury-preview-card .content {
  background: white;
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.fury-light .fury-preview-card .content .header {
  padding: 24px 24px 0;
}
.fury-light .fury-preview-card .content .title {
  font: var(--font-headline);
}
.fury-light .fury-preview-card .content .tag {
  color: rgba(0, 0, 0, 0.54);
  font: var(--font-body-1);
}
.fury-light .fury-preview-card .content .tabs {
  margin-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-light .fury-preview-card .content .tab-content {
  padding: 24px;
}
.fury-light .fury-sidebar {
  position: fixed;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 330px;
  z-index: 1000;
  transition-property: transform, visibility;
  transition-duration: 300ms;
  transition-timing-function: 300ms;
  background: #fafafa;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
  visibility: hidden;
}
@media (max-width: 599.98px) {
  .fury-light .fury-sidebar {
    max-width: 80vw;
  }
}
.fury-light .fury-sidebar.position-left {
  left: 0;
  transform: translateX(-100%);
}
.fury-light .fury-sidebar.position-right {
  right: 0;
  transform: translateX(100%);
}
.fury-light .fury-sidebar.open {
  transform: translateX(0);
  visibility: visible;
}
.fury-light fury-sidenav {
  color: rgba(0, 0, 0, 0.87);
}
.fury-light fury-sidenav .sidenav-monitor-shortcuts {
  background: white;
}
.fury-light fury-sidenav .sidenav {
  background: white;
  transition-property: width, box-shadow;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0;
}
.fury-light fury-sidenav .sidenav-toolbar .sidenav-toolbar-logo,
.fury-light fury-sidenav .sidenav-toolbar .sidenav-toolbar-icon {
  fill: rgba(0, 0, 0, 0.87);
}
.fury-light fury-sidenav .sidenav-user {
  display: flex;
  flex-direction: column;
  align-items: center;
  place-content: center flex-start;
  background: white;
  padding-top: 8px;
  padding-bottom: 16px;
}
.fury-light fury-sidenav .sidenav-user .sidenav-user-name {
  margin: 12px 0 0;
}
.fury-light fury-sidenav .sidenav-user .sidenav-user-email {
  font: var(--font-caption);
  color: rgba(0, 0, 0, 0.54);
}
.fury-light fury-sidenav .sidenav-user .sidenav-user-icons a {
  color: rgba(0, 0, 0, 0.87);
}
.fury-light fury-sidenav .sidenav-user .sidenav-user-name,
.fury-light fury-sidenav .sidenav-user .sidenav-user-email,
.fury-light fury-sidenav .sidenav-user .sidenav-user-icons {
  white-space: nowrap;
}
.fury-light fury-sidenav.collapsed {
  width: 74px;
}
.fury-light fury-sidenav.collapsed .sidenav {
  width: 74px;
}
.fury-light fury-sidenav.collapsed .sidenav-toolbar-logo,
.fury-light fury-sidenav.collapsed .sidenav-toolbar-collapse-toggle,
.fury-light fury-sidenav.collapsed .sidenav-user-email,
.fury-light fury-sidenav.collapsed .sidenav-user-name,
.fury-light fury-sidenav.collapsed .sidenav-user-icons,
.fury-light fury-sidenav.collapsed .sidenav-item > .subheading,
.fury-light fury-sidenav.collapsed .sidenav-item > .subsection,
.fury-light fury-sidenav.collapsed .sidenav-item > .sidenav-item-link > .name,
.fury-light fury-sidenav.collapsed .sidenav-item > .sidenav-item-link > .badge,
.fury-light fury-sidenav.collapsed .sidenav-item > .sidenav-item-link > .expand-indicator {
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.fury-light fury-sidenav.collapsed .sidenav-user-image {
  transform: scale(0.7);
  transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.fury-light fury-sidenav.collapsed.expanded {
  width: 74px;
}
.fury-light fury-sidenav.collapsed.expanded .sidenav {
  width: 280px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
}
.fury-light fury-sidenav.collapsed.expanded .sidenav-user-image {
  transform: scale(1);
}
.fury-light fury-sidenav.collapsed.expanded .sidenav-toolbar-logo,
.fury-light fury-sidenav.collapsed.expanded .sidenav-toolbar-collapse-toggle,
.fury-light fury-sidenav.collapsed.expanded .sidenav-user-email,
.fury-light fury-sidenav.collapsed.expanded .sidenav-user-name,
.fury-light fury-sidenav.collapsed.expanded .sidenav-user-icons,
.fury-light fury-sidenav.collapsed.expanded .sidenav-item > .sidenav-item-link > .name,
.fury-light fury-sidenav.collapsed.expanded .sidenav-item > .sidenav-item-link > .badge,
.fury-light fury-sidenav.collapsed.expanded .sidenav-item > .sidenav-item-link > .expand-indicator {
  opacity: 1;
}
.fury-light fury-sidenav.collapsed.expanded .sidenav-item > .subheading {
  opacity: 0.5;
}
.fury-light fury-sidenav.collapsed.expanded .sidenav-item > .subsection {
  opacity: 0.55;
}
.fury-light .dropdown-open .sidenav-item.level-1 .sidenav-item-link {
  border-left: 1px solid #afbdd1;
  padding-left: 0;
  margin-left: 34px;
}
.fury-light .dropdown-open .sidenav-item.level-1 .sidenav-item-link.active {
  border-left: 2px solid #0b9859;
  box-shadow: -1px 0 0 #0b9859;
}
.fury-light .dropdown-open .sidenav-item.level-2 .sidenav-item-link {
  border-left: 1px solid #afbdd1;
  padding-left: 0;
  margin-left: 34px;
}
.fury-light .dropdown-open .sidenav-item.level-2 .sidenav-item-link.active {
  border-left: 2px solid #0b9859;
  box-shadow: -1px 0 0 #0b9859;
}
.fury-light .dropdown-open .sidenav-item.level-3 .sidenav-item-link {
  border-left: 1px solid #afbdd1;
  padding-left: 0;
  margin-left: 34px;
}
.fury-light .dropdown-open .sidenav-item.level-3 .sidenav-item-link.active {
  border-left: 2px solid #0b9859;
  box-shadow: -1px 0 0 #0b9859;
}
.fury-light .dropdown-open .sidenav-item.level-4 .sidenav-item-link {
  border-left: 1px solid #afbdd1;
  padding-left: 0;
  margin-left: 34px;
}
.fury-light .dropdown-open .sidenav-item.level-4 .sidenav-item-link.active {
  border-left: 2px solid #0b9859;
  box-shadow: -1px 0 0 #0b9859;
}
.fury-light .sidenav-item {
  color: rgba(0, 0, 0, 0.87);
}
.fury-light .sidenav-item.subheading-container {
  border-bottom: 1px solid #353535;
}
.fury-light .sidenav-item .subheading {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  font-weight: 300;
  opacity: 50%;
  letter-spacing: 0.25px;
  color: #fff;
}
.fury-light .sidenav-item .sidenav-item-link {
  color: inherit;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 300;
}
.fury-light .sidenav-item .sidenav-item-link:hover {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.fury-light .sidenav-item .sidenav-item-link:hover .text-icon {
  color: inherit;
}
.fury-light .sidenav-item .sidenav-item-link.active {
  color: white;
}
.fury-light .sidenav-item .sidenav-item-link.active .text-icon {
  color: inherit;
}
.fury-light .sidenav-item .sidenav-item-link .text-icon {
  color: rgba(0, 0, 0, 0.38);
}
.fury-light .sidenav-item.level-0 > .active {
  background: #0b9859;
}
.fury-light .sidenav-item.level-0.dropdown-open {
  background: #353535;
}
.fury-light .sidenav-item.level-0.dropdown-open > .sidenav-item-link {
  color: rgba(0, 0, 0, 0.87);
  background: rgb(8.4187116564, 116.3312883436, 68.1150306748);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0;
}
.fury-light .sidenav-item.level-0.dropdown-open > .sidenav-item-link.active {
  background: #0b9859;
}
.fury-light .sidenav-item.level-0.open-by-route {
  background: #353535;
}
.fury-light .sidenav-item.level-0.open-by-route > .sidenav-item-link {
  color: rgba(0, 0, 0, 0.87);
  background: #0b9859;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  margin-right: 8px;
}
.fury-light .sidenav-item.level-0.open-by-route > .sidenav-item-link.active {
  background: #0b9859;
}
.fury-light .sidenav-item.level-1 {
  background: #353535;
}
.fury-light .sidenav-item.level-1 .sidenav-item-link {
  padding-left: 24px;
}
.fury-light .sidenav-item.level-1 .sidenav-item-link.active {
  color: #0b9859;
  font-weight: 500;
}
.fury-light .sidenav-item.level-2 {
  background: rgb(242.25, 242.25, 242.25);
}
.fury-light .sidenav-item.level-2 .sidenav-item-link {
  padding-left: 32px;
}
.fury-light .sidenav-item.level-3 {
  background: rgb(235.875, 235.875, 235.875);
}
.fury-light .sidenav-item.level-3 .sidenav-item-link {
  padding-left: 40px;
}
.fury-light .sidenav-item.level-4 {
  background: rgb(229.5, 229.5, 229.5);
}
.fury-light .sidenav-item.level-4 .sidenav-item-link {
  padding-left: 48px;
}
.fury-light .custom-sidenav-icon {
  filter: invert(100%) sepia(98%) saturate(7%) hue-rotate(173deg) brightness(104%) contrast(102%);
}
.fury-light .admin-only {
  color: gold;
}
.fury-light .admin-only .sidenav-item-link:hover,
.fury-light .admin-only .sidenav-item-link.active {
  color: inherit;
}
.fury-light .admin-only .sidenav-item-link .text-icon {
  color: inherit;
}
.fury-light .admin-only.level-0 > .sidenav-item-link:hover,
.fury-light .admin-only.level-0 > .sidenav-item-link.active {
  color: inherit;
}
.fury-light .admin-only.level-0.dropdown-open > .sidenav-item-link,
.fury-light .admin-only.level-0.open-by-route > .sidenav-item-link {
  color: inherit;
}
.fury-light .admin-only.level-0.dropdown-open > .sidenav-item-link:hover,
.fury-light .admin-only.level-0.dropdown-open > .sidenav-item-link.active,
.fury-light .admin-only.level-0.open-by-route > .sidenav-item-link:hover,
.fury-light .admin-only.level-0.open-by-route > .sidenav-item-link.active {
  color: inherit;
}
.fury-light .admin-only.level-1 .sidenav-item-link.active {
  color: inherit;
}
.fury-light .discontinued {
  color: dimgray;
}
.fury-light fury-toolbar.no-box-shadow .toolbar {
  box-shadow: none !important;
}
.fury-light fury-toolbar .toolbar {
  background: #fafafa;
  color: rgba(0, 0, 0, 0.87);
  box-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.fury-light fury-toolbar .toolbar .toolbar-button {
  border-left-color: transparent;
}
.fury-light fury-toolbar .toolbar .toolbar-logo {
  fill: rgba(0, 0, 0, 0.87);
}
.fury-light fury-toolbar-user .toolbar-user .button.open {
  background: rgba(0, 0, 0, 0.04);
}
.fury-light fury-toolbar-user .dropdown {
  background: white;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.fury-light fury-toolbar-user .dropdown .list .list-item:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-light fury-toolbar-user .dropdown .list-item-icon {
  color: rgba(0, 0, 0, 0.54);
}
.fury-light fury-toolbar-notifications .dropdown {
  background: white;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.fury-light fury-toolbar-notifications .dropdown .dropdown-header {
  border-color: rgba(0, 0, 0, 0.12);
}
.fury-light fury-toolbar-notifications .dropdown .notification {
  color: rgba(0, 0, 0, 0.87);
}
.fury-light fury-toolbar-notifications .dropdown .notification .icon {
  color: rgba(0, 0, 0, 0.54);
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-light fury-toolbar-notifications .dropdown .notification .time {
  color: rgba(0, 0, 0, 0.54);
}
.fury-light fury-toolbar-notifications .dropdown .notification.primary .icon {
  background: #1976d2;
  color: white;
}
.fury-light fury-toolbar-notifications .dropdown .notification.accent .icon {
  background: #009688;
  color: white;
}
.fury-light fury-toolbar-notifications .dropdown .notification.warn .icon {
  background: #f44336;
  color: white;
}
.fury-light fury-toolbar-notifications .dropdown .notification.read {
  color: rgba(0, 0, 0, 0.38);
}
.fury-light fury-toolbar-notifications .dropdown .notification.read .time {
  color: inherit;
}
.fury-light fury-toolbar-notifications .dropdown .dropdown-footer {
  color: rgba(0, 0, 0, 0.54);
  border-top-color: rgba(0, 0, 0, 0.12);
}
.fury-light fury-toolbar-search-bar .search-wrapper .search-icon {
  color: rgba(0, 0, 0, 0.54);
}
.fury-light fury-toolbar-search-bar .search-wrapper .search-input {
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.54);
}
.fury-light fury-toolbar-search-bar .search-wrapper:hover .search-input {
  background: #e0e0e0;
}
.fury-light fury-toolbar-search-bar .search-wrapper.focus .search-icon {
  color: rgba(0, 0, 0, 0.87);
}
.fury-light fury-toolbar-search-bar .search-wrapper.focus .search-input {
  background: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.fury-light fury-toolbar-search-bar .search-wrapper .search-dropdown {
  background: white;
  color: rgba(0, 0, 0, 0.87);
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.fury-light fury-toolbar-search-bar .search-wrapper .search-dropdown .content .heading {
  color: rgba(0, 0, 0, 0.54);
}
.fury-light fury-toolbar-search-bar .search-wrapper .search-dropdown .content .items .item:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-light fury-navigation {
  display: block;
  background: white;
  color: rgba(0, 0, 0, 0.87);
  box-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.fury-light fury-navigation .navigation-item-container .navigation-item {
  color: rgba(0, 0, 0, 0.87);
}
.fury-light fury-navigation .navigation-item-container .navigation-item.active.active {
  background: #0b9859;
  color: white;
}
.fury-light fury-navigation .navigation-item-container:hover .navigation-item,
.fury-light fury-navigation .navigation-item-container:focus .navigation-item {
  color: rgba(0, 0, 0, 0.87);
  background: rgba(0, 0, 0, 0.04);
}
.fury-light .fury-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.fury-light .fury-card .fury-card-header-subheading {
  color: rgba(0, 0, 0, 0.54);
}
.fury-light .fury-card .fury-card-actions {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-light fury-footer .footer {
  background: white;
  color: rgba(0, 0, 0, 0.87);
  border-top: none;
  box-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.fury-light .fury-title {
  font: var(--font-title);
  color: rgba(0, 0, 0, 0.87);
  display: block;
}
.fury-light .fury-title mat-icon {
  margin-right: 12px;
  vertical-align: text-bottom;
}
.fury-light .fury-title span {
  display: inline-block;
}
.fury-light .fury-page {
  padding: 24px;
  display: block;
}
@media (max-width: 959.98px) {
  .fury-light .fury-page {
    padding: 16px;
  }
}
.fury-light .fury-page-layout-header {
  background: #1976d2;
}
.fury-light .fury-page-layout-header fury-breadcrumbs .crumb,
.fury-light .fury-page-layout-header fury-breadcrumbs .link {
  color: #2d2d2d;
  cursor: default;
}
.fury-light .fury-page-layout-header fury-breadcrumbs .crumb.current,
.fury-light .fury-page-layout-header fury-breadcrumbs .crumb.current .link {
  color: #2d2d2d;
  cursor: default;
}
.fury-light .fury-backdrop {
  z-index: 800 !important;
  background-color: transparent;
  transition-property: background-color, visibility;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  visibility: hidden;
}
.fury-light .fury-backdrop.visible {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.6);
}
.fury-light .fury-backdrop.invisible {
  background-color: transparent;
}
.fury-light ads-breadcrumbs .crumb,
.fury-light ads-breadcrumbs .link {
  color: rgba(0, 0, 0, 0.54);
  cursor: default;
}
.fury-light ads-breadcrumbs .crumb.current,
.fury-light ads-breadcrumbs .crumb.current .link {
  color: rgba(0, 0, 0, 0.87);
  cursor: default;
}
.fury-light fury-advanced-pie-chart-widget .legend {
  color: rgba(0, 0, 0, 0.54);
}
.fury-light fury-advanced-pie-chart-widget .legend-item:hover {
  color: rgba(0, 0, 0, 0.87);
}
.fury-light fury-advanced-pie-chart-widget .fade-out-overlay {
  background:
    linear-gradient(
      to right,
      rgba(255, 255, 255, 0.1) 0%,
      white 100%);
}
.fury-light fury-market-widget .title {
  color: rgba(0, 0, 0, 0.54);
}
.fury-light fury-sales-summary-widget .gain.increase {
  color: #7cb342;
}
.fury-light fury-sales-summary-widget .gain.decrease {
  color: #f44336;
}
.fury-light fury-sales-summary-widget .label {
  color: rgba(0, 0, 0, 0.54);
}
.fury-light fury-sales-summary-widget .indicator.success {
  color: #7cb342;
}
.fury-light fury-sales-summary-widget .indicator.primary {
  color: #1976d2;
}
.fury-light fury-sales-summary-widget .indicator.accent {
  color: #009688;
}
.fury-light fury-sales-summary-widget .indicator.warn {
  color: #f44336;
}
.fury-light fury-audience-overview-widget .label {
  color: rgba(0, 0, 0, 0.54);
}
.fury-light fury-audience-overview-widget .property .compared {
  color: rgba(0, 0, 0, 0.54);
}
.fury-light fury-audience-overview-widget .property:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-light fury-audience-overview-widget .property.active {
  border-color: #4285f4;
}
.fury-light fury-audience-overview-widget .property.active .label {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
}
.fury-light fury-audience-overview-widget .property.active .value {
  font-weight: 400;
}
.fury-light fury-audience-overview-widget .property.active .compared {
  visibility: visible;
}
.fury-light fury-audience-overview-widget .gain.success {
  color: #7cb342;
}
.fury-light fury-audience-overview-widget .gain.warn {
  color: #f44336;
}
.fury-light fury-donut-chart-widget .section:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-light fury-donut-chart-widget .section .label {
  color: rgba(0, 0, 0, 0.54);
}
.fury-light {
  background: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.fury-light fury-chat .chat-drawer {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-light fury-chat .reply {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-light fury-form-wizard .card .actions {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-light fury-config-panel .section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-light fury-config-panel .subheading {
  color: rgba(0, 0, 0, 0.54);
}
.fury-light fury-config-panel .style:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-light fury-config-panel .color.default {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.fury-light fury-config-panel .color.light {
  background: white;
  color: #000;
}
.fury-light fury-config-panel .color.dark {
  background: #303030;
  color: white;
}
.fury-light fury-config-panel .color.flat {
  background: #f5f5f5;
  color: #000;
}
.fury-dark {
  --mat-app-background-color: #303030;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-label-text-color: #1976d2;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
}
.fury-dark .mat-accent {
  --mat-option-selected-state-label-text-color: #009688;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
}
.fury-dark .mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
}
.fury-dark {
  --mat-optgroup-label-text-color: white;
  --mat-pseudo-checkbox-full-selected-icon-color: #009688;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #009688;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
.fury-dark .mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #1976d2;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #1976d2;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
.fury-dark .mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #009688;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #009688;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
.fury-dark .mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #f44336;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f44336;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
.fury-dark {
  --mat-card-elevated-container-color: #424242;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: #424242;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-card-subtitle-text-color: rgba(255, 255, 255, 0.7);
  --mat-card-filled-container-color: #424242;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.fury-dark .mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #1976d2;
  --mat-progress-bar-track-color: rgba(25, 118, 210, 0.25);
}
.fury-dark .mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #009688;
  --mat-progress-bar-track-color: rgba(0, 150, 136, 0.25);
}
.fury-dark .mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #f44336;
  --mat-progress-bar-track-color: rgba(244, 67, 54, 0.25);
}
.fury-dark {
  --mat-tooltip-container-color: white;
  --mat-tooltip-supporting-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #1976d2 87%, transparent);
  --mat-form-field-filled-caret-color: #1976d2;
  --mat-form-field-filled-focus-active-indicator-color: #1976d2;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #1976d2 87%, transparent);
  --mat-form-field-outlined-caret-color: #1976d2;
  --mat-form-field-outlined-focus-outline-color: #1976d2;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #1976d2 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-state-layer-color: white;
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #4a4a4a;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, white 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-filled-input-text-color: white;
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-error-hover-label-text-color: #f44336;
  --mat-form-field-filled-error-focus-label-text-color: #f44336;
  --mat-form-field-filled-error-label-text-color: #f44336;
  --mat-form-field-filled-error-caret-color: #f44336;
  --mat-form-field-filled-active-indicator-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, white 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: white;
  --mat-form-field-filled-error-active-indicator-color: #f44336;
  --mat-form-field-filled-error-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-error-hover-active-indicator-color: #f44336;
  --mat-form-field-outlined-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-outlined-hover-label-text-color: white;
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-outlined-input-text-color: white;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-outlined-error-caret-color: #f44336;
  --mat-form-field-outlined-error-focus-label-text-color: #f44336;
  --mat-form-field-outlined-error-label-text-color: #f44336;
  --mat-form-field-outlined-error-hover-label-text-color: #f44336;
  --mat-form-field-outlined-outline-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, white 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: white;
  --mat-form-field-outlined-error-focus-outline-color: #f44336;
  --mat-form-field-outlined-error-hover-outline-color: #f44336;
  --mat-form-field-outlined-error-outline-color: #f44336;
}
.fury-dark .mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #009688 87%, transparent);
  --mat-form-field-filled-caret-color: #009688;
  --mat-form-field-filled-focus-active-indicator-color: #009688;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #009688 87%, transparent);
  --mat-form-field-outlined-caret-color: #009688;
  --mat-form-field-outlined-focus-outline-color: #009688;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #009688 87%, transparent);
}
.fury-dark .mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f44336 87%, transparent);
  --mat-form-field-filled-caret-color: #f44336;
  --mat-form-field-filled-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent);
  --mat-form-field-outlined-caret-color: #f44336;
  --mat-form-field-outlined-focus-outline-color: #f44336;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent);
}
.fury-dark {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #1976d2;
  --mat-select-invalid-arrow-color: #f44336;
}
.fury-dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #009688;
  --mat-select-invalid-arrow-color: #f44336;
}
.fury-dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #f44336;
  --mat-select-invalid-arrow-color: #f44336;
}
.fury-dark {
  --mat-autocomplete-background-color: #424242;
  --mat-dialog-container-color: #424242;
  --mat-dialog-subhead-color: white;
  --mat-dialog-supporting-text-color: rgba(255, 255, 255, 0.7);
}
.fury-dark .mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.fury-dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.fury-dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #1976d2;
  --mat-chip-elevated-disabled-container-color: #1976d2;
  --mat-chip-elevated-selected-container-color: #1976d2;
  --mat-chip-flat-disabled-selected-container-color: #1976d2;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.fury-dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.fury-dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #009688;
  --mat-chip-elevated-disabled-container-color: #009688;
  --mat-chip-elevated-selected-container-color: #009688;
  --mat-chip-flat-disabled-selected-container-color: #009688;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.fury-dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.fury-dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #f44336;
  --mat-chip-elevated-disabled-container-color: #f44336;
  --mat-chip-elevated-selected-container-color: #f44336;
  --mat-chip-flat-disabled-selected-container-color: #f44336;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.fury-dark {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #1976d2;
  --mat-slide-toggle-selected-handle-color: #1976d2;
  --mat-slide-toggle-selected-hover-state-layer-color: #1976d2;
  --mat-slide-toggle-selected-pressed-state-layer-color: #1976d2;
  --mat-slide-toggle-selected-focus-handle-color: #1976d2;
  --mat-slide-toggle-selected-hover-handle-color: #1976d2;
  --mat-slide-toggle-selected-pressed-handle-color: #1976d2;
  --mat-slide-toggle-selected-focus-track-color: #1e88e5;
  --mat-slide-toggle-selected-hover-track-color: #1e88e5;
  --mat-slide-toggle-selected-pressed-track-color: #1e88e5;
  --mat-slide-toggle-selected-track-color: #1e88e5;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: white;
  --mat-slide-toggle-disabled-selected-track-color: white;
  --mat-slide-toggle-disabled-unselected-handle-color: white;
  --mat-slide-toggle-disabled-unselected-icon-color: #4a4a4a;
  --mat-slide-toggle-disabled-unselected-track-color: white;
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: #424242;
  --mat-slide-toggle-label-text-color: white;
  --mat-slide-toggle-unselected-hover-handle-color: white;
  --mat-slide-toggle-unselected-focus-handle-color: white;
  --mat-slide-toggle-unselected-focus-state-layer-color: white;
  --mat-slide-toggle-unselected-focus-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-icon-color: #4a4a4a;
  --mat-slide-toggle-unselected-handle-color: rgba(255, 255, 255, 0.7);
  --mat-slide-toggle-unselected-hover-state-layer-color: white;
  --mat-slide-toggle-unselected-hover-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: white;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: white;
  --mat-slide-toggle-unselected-track-color: rgba(255, 255, 255, 0.12);
}
.fury-dark .mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #009688;
  --mat-slide-toggle-selected-handle-color: #009688;
  --mat-slide-toggle-selected-hover-state-layer-color: #009688;
  --mat-slide-toggle-selected-pressed-state-layer-color: #009688;
  --mat-slide-toggle-selected-focus-handle-color: #009688;
  --mat-slide-toggle-selected-hover-handle-color: #009688;
  --mat-slide-toggle-selected-pressed-handle-color: #009688;
  --mat-slide-toggle-selected-focus-track-color: #00897b;
  --mat-slide-toggle-selected-hover-track-color: #00897b;
  --mat-slide-toggle-selected-pressed-track-color: #00897b;
  --mat-slide-toggle-selected-track-color: #00897b;
}
.fury-dark .mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #f44336;
  --mat-slide-toggle-selected-handle-color: #f44336;
  --mat-slide-toggle-selected-hover-state-layer-color: #f44336;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f44336;
  --mat-slide-toggle-selected-focus-handle-color: #f44336;
  --mat-slide-toggle-selected-hover-handle-color: #f44336;
  --mat-slide-toggle-selected-pressed-handle-color: #f44336;
  --mat-slide-toggle-selected-focus-track-color: #e53935;
  --mat-slide-toggle-selected-hover-track-color: #e53935;
  --mat-slide-toggle-selected-pressed-track-color: #e53935;
  --mat-slide-toggle-selected-track-color: #e53935;
}
.fury-dark .mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #1976d2;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #1976d2;
  --mat-radio-selected-hover-icon-color: #1976d2;
  --mat-radio-selected-icon-color: #1976d2;
  --mat-radio-selected-pressed-icon-color: #1976d2;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.fury-dark .mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #009688;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #009688;
  --mat-radio-selected-hover-icon-color: #009688;
  --mat-radio-selected-icon-color: #009688;
  --mat-radio-selected-pressed-icon-color: #009688;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.fury-dark .mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.fury-dark {
  --mat-slider-active-track-color: #1976d2;
  --mat-slider-focus-handle-color: #1976d2;
  --mat-slider-handle-color: #1976d2;
  --mat-slider-hover-handle-color: #1976d2;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #1976d2 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #1976d2 4%, transparent);
  --mat-slider-inactive-track-color: #1976d2;
  --mat-slider-ripple-color: #1976d2;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #1976d2;
  --mat-slider-disabled-active-track-color: white;
  --mat-slider-disabled-handle-color: white;
  --mat-slider-disabled-inactive-track-color: white;
  --mat-slider-label-container-color: white;
  --mat-slider-label-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: white;
  --mat-slider-with-tick-marks-disabled-container-color: white;
}
.fury-dark .mat-accent {
  --mat-slider-active-track-color: #009688;
  --mat-slider-focus-handle-color: #009688;
  --mat-slider-handle-color: #009688;
  --mat-slider-hover-handle-color: #009688;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #009688 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #009688 4%, transparent);
  --mat-slider-inactive-track-color: #009688;
  --mat-slider-ripple-color: #009688;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #009688;
}
.fury-dark .mat-warn {
  --mat-slider-active-track-color: #f44336;
  --mat-slider-focus-handle-color: #f44336;
  --mat-slider-handle-color: #f44336;
  --mat-slider-hover-handle-color: #f44336;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f44336 4%, transparent);
  --mat-slider-inactive-track-color: #f44336;
  --mat-slider-ripple-color: #f44336;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #f44336;
}
.fury-dark {
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-menu-container-color: #424242;
  --mat-menu-divider-color: rgba(255, 255, 255, 0.12);
  --mat-list-list-item-label-text-color: white;
  --mat-list-list-item-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-disabled-label-text-color: white;
  --mat-list-list-item-disabled-leading-icon-color: white;
  --mat-list-list-item-disabled-trailing-icon-color: white;
  --mat-list-list-item-hover-label-text-color: white;
  --mat-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-hover-state-layer-color: white;
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-focus-label-text-color: white;
  --mat-list-list-item-focus-state-layer-color: white;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
}
.fury-dark .mdc-list-item__start,
.fury-dark .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #1976d2;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #1976d2;
  --mat-radio-selected-hover-icon-color: #1976d2;
  --mat-radio-selected-icon-color: #1976d2;
  --mat-radio-selected-pressed-icon-color: #1976d2;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.fury-dark .mat-accent .mdc-list-item__start,
.fury-dark .mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #009688;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #009688;
  --mat-radio-selected-hover-icon-color: #009688;
  --mat-radio-selected-icon-color: #009688;
  --mat-radio-selected-pressed-icon-color: #009688;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.fury-dark .mat-warn .mdc-list-item__start,
.fury-dark .mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.fury-dark .mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #1976d2;
  --mat-checkbox-selected-hover-icon-color: #1976d2;
  --mat-checkbox-selected-icon-color: #1976d2;
  --mat-checkbox-selected-pressed-icon-color: #1976d2;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #1976d2;
  --mat-checkbox-selected-hover-state-layer-color: #1976d2;
  --mat-checkbox-selected-pressed-state-layer-color: #1976d2;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.fury-dark .mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #009688;
  --mat-checkbox-selected-hover-icon-color: #009688;
  --mat-checkbox-selected-icon-color: #009688;
  --mat-checkbox-selected-pressed-icon-color: #009688;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #009688;
  --mat-checkbox-selected-hover-state-layer-color: #009688;
  --mat-checkbox-selected-pressed-state-layer-color: #009688;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.fury-dark .mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.fury-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.fury-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.fury-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.fury-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #1976d2;
}
.fury-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.fury-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.fury-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.fury-dark {
  --mat-paginator-container-text-color: white;
  --mat-paginator-container-background-color: #424242;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.7);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, white 38%, transparent);
}
.fury-dark .mat-mdc-tab-group,
.fury-dark .mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #1976d2;
  --mat-tab-active-ripple-color: #1976d2;
  --mat-tab-inactive-ripple-color: #1976d2;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #1976d2;
  --mat-tab-active-hover-label-text-color: #1976d2;
  --mat-tab-active-focus-indicator-color: #1976d2;
  --mat-tab-active-hover-indicator-color: #1976d2;
  --mat-tab-active-indicator-color: #1976d2;
}
.fury-dark .mat-mdc-tab-group.mat-accent,
.fury-dark .mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #009688;
  --mat-tab-active-ripple-color: #009688;
  --mat-tab-inactive-ripple-color: #009688;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #009688;
  --mat-tab-active-hover-label-text-color: #009688;
  --mat-tab-active-focus-indicator-color: #009688;
  --mat-tab-active-hover-indicator-color: #009688;
  --mat-tab-active-indicator-color: #009688;
}
.fury-dark .mat-mdc-tab-group.mat-warn,
.fury-dark .mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #f44336;
  --mat-tab-active-ripple-color: #f44336;
  --mat-tab-inactive-ripple-color: #f44336;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #f44336;
  --mat-tab-active-hover-label-text-color: #f44336;
  --mat-tab-active-focus-indicator-color: #f44336;
  --mat-tab-active-hover-indicator-color: #f44336;
  --mat-tab-active-indicator-color: #f44336;
}
.fury-dark .mat-mdc-tab-group.mat-background-primary,
.fury-dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #1976d2;
  --mat-tab-foreground-color: white;
}
.fury-dark .mat-mdc-tab-group.mat-background-accent,
.fury-dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #009688;
  --mat-tab-foreground-color: white;
}
.fury-dark .mat-mdc-tab-group.mat-background-warn,
.fury-dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #f44336;
  --mat-tab-foreground-color: white;
}
.fury-dark {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #009688;
  --mat-checkbox-selected-hover-icon-color: #009688;
  --mat-checkbox-selected-icon-color: #009688;
  --mat-checkbox-selected-pressed-icon-color: #009688;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #009688;
  --mat-checkbox-selected-hover-state-layer-color: #009688;
  --mat-checkbox-selected-pressed-state-layer-color: #009688;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.fury-dark .mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #1976d2;
  --mat-checkbox-selected-hover-icon-color: #1976d2;
  --mat-checkbox-selected-icon-color: #1976d2;
  --mat-checkbox-selected-pressed-icon-color: #1976d2;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #1976d2;
  --mat-checkbox-selected-hover-state-layer-color: #1976d2;
  --mat-checkbox-selected-pressed-state-layer-color: #1976d2;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.fury-dark .mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.fury-dark {
  --mat-button-filled-container-color: #424242;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: white;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-outlined-state-layer-color: white;
  --mat-button-protected-container-color: #424242;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: white;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-text-state-layer-color: white;
  --mat-button-tonal-container-color: #424242;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
.fury-dark .mat-mdc-button.mat-primary,
.fury-dark .mat-mdc-unelevated-button.mat-primary,
.fury-dark .mat-mdc-raised-button.mat-primary,
.fury-dark .mat-mdc-outlined-button.mat-primary,
.fury-dark .mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #1976d2;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #1976d2;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #1976d2 12%, transparent);
  --mat-button-outlined-state-layer-color: #1976d2;
  --mat-button-protected-container-color: #1976d2;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #1976d2;
  --mat-button-text-ripple-color: color-mix(in srgb, #1976d2 12%, transparent);
  --mat-button-text-state-layer-color: #1976d2;
  --mat-button-tonal-container-color: #1976d2;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
.fury-dark .mat-mdc-button.mat-accent,
.fury-dark .mat-mdc-unelevated-button.mat-accent,
.fury-dark .mat-mdc-raised-button.mat-accent,
.fury-dark .mat-mdc-outlined-button.mat-accent,
.fury-dark .mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #009688;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #009688;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #009688 12%, transparent);
  --mat-button-outlined-state-layer-color: #009688;
  --mat-button-protected-container-color: #009688;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #009688;
  --mat-button-text-ripple-color: color-mix(in srgb, #009688 12%, transparent);
  --mat-button-text-state-layer-color: #009688;
  --mat-button-tonal-container-color: #009688;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
.fury-dark .mat-mdc-button.mat-warn,
.fury-dark .mat-mdc-unelevated-button.mat-warn,
.fury-dark .mat-mdc-raised-button.mat-warn,
.fury-dark .mat-mdc-outlined-button.mat-warn,
.fury-dark .mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #f44336;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #f44336;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-button-outlined-state-layer-color: #f44336;
  --mat-button-protected-container-color: #f44336;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #f44336;
  --mat-button-text-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-button-text-state-layer-color: #f44336;
  --mat-button-tonal-container-color: #f44336;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
.fury-dark {
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-icon-button-state-layer-color: white;
}
.fury-dark .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #1976d2;
  --mat-icon-button-state-layer-color: #1976d2;
  --mat-icon-button-ripple-color: color-mix(in srgb, #1976d2 12%, transparent);
}
.fury-dark .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #009688;
  --mat-icon-button-state-layer-color: #009688;
  --mat-icon-button-ripple-color: color-mix(in srgb, #009688 12%, transparent);
}
.fury-dark .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #f44336;
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
}
.fury-dark {
  --mat-fab-container-color: #424242;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: white;
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-container-color: #424242;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
.fury-dark .mat-mdc-fab.mat-primary,
.fury-dark .mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #1976d2;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #1976d2 12%, transparent);
  --mat-fab-small-container-color: #1976d2;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
.fury-dark .mat-mdc-fab.mat-accent,
.fury-dark .mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #009688;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #009688 12%, transparent);
  --mat-fab-small-container-color: #009688;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
.fury-dark .mat-mdc-fab.mat-warn,
.fury-dark .mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #f44336;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-fab-small-container-color: #f44336;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
.fury-dark {
  --mat-snack-bar-container-color: white;
  --mat-snack-bar-supporting-text-color: rgba(0, 0, 0, 0.87);
  --mat-snack-bar-button-color: #1e88e5;
  --mat-table-background-color: #424242;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mat-progress-spinner-active-indicator-color: #1976d2;
}
.fury-dark .mat-accent {
  --mat-progress-spinner-active-indicator-color: #009688;
}
.fury-dark .mat-warn {
  --mat-progress-spinner-active-indicator-color: #f44336;
}
.fury-dark {
  --mat-badge-background-color: #1976d2;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
}
.fury-dark .mat-badge-accent {
  --mat-badge-background-color: #009688;
  --mat-badge-text-color: white;
}
.fury-dark .mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
.fury-dark {
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #424242;
  --mat-button-toggle-background-color: #424242;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: #424242;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-divider-color: rgba(255, 255, 255, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: #424242;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: white;
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-text-color: white;
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-selected-state-text-color: white;
  --mat-button-toggle-state-layer-color: white;
  --mat-button-toggle-text-color: white;
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #1976d2 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #009688 20%, transparent);
  --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-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #1976d2;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1976d2 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1976d2 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1976d2 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #1976d2;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
}
.fury-dark .mat-datepicker-content.mat-accent,
.fury-dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #009688 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #009688 20%, transparent);
  --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-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #009688;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #009688 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #009688 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #009688 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #009688;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
}
.fury-dark .mat-datepicker-content.mat-warn,
.fury-dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f44336 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #009688 20%, transparent);
  --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-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f44336 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f44336 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
}
.fury-dark {
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-background-color: #424242;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: rgba(255, 255, 255, 0.7);
  --mat-expansion-header-indicator-color: rgba(255, 255, 255, 0.7);
  --mat-icon-color: inherit;
}
.fury-dark .mat-icon.mat-primary {
  --mat-icon-color: #1976d2;
}
.fury-dark .mat-icon.mat-accent {
  --mat-icon-color: #009688;
}
.fury-dark .mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
.fury-dark {
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #424242;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #303030;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(255, 255, 255, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #1976d2;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #1976d2;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #1976d2;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #424242;
  --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.fury-dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #009688;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #009688;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #009688;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.fury-dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.fury-dark {
  --mat-sort-arrow-color: white;
  --mat-toolbar-container-background-color: #424242;
  --mat-toolbar-container-text-color: white;
}
.fury-dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #1976d2;
  --mat-toolbar-container-text-color: white;
}
.fury-dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #009688;
  --mat-toolbar-container-text-color: white;
}
.fury-dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
.fury-dark {
  --mat-tree-container-background-color: #424242;
  --mat-tree-node-text-color: white;
  --mat-timepicker-container-background-color: #424242;
}
.fury-dark .display-4 {
  font: var(--font-display-4);
}
.fury-dark .display-3 {
  font: var(--font-display-3);
}
.fury-dark .display-2 {
  font: var(--font-display-2);
}
.fury-dark .display-1,
.fury-dark h1 {
  font: var(--font-display-1);
}
.fury-dark .headline,
.fury-dark h2 {
  font: var(--font-headline);
}
.fury-dark .title,
.fury-dark h3 {
  font: var(--font-title);
}
.fury-dark .subheading-2,
.fury-dark h4 {
  font: var(--font-subheading-2);
}
.fury-dark .subheading-1,
.fury-dark h5 {
  font: var(--font-subheading-1);
}
.fury-dark .body-2,
.fury-dark h6 {
  font: var(--font-body-2);
}
.fury-dark .body-1,
.fury-dark p,
.fury-dark li {
  font: var(--font-body-1);
  line-height: 1.5;
}
.fury-dark .caption {
  font: var(--font-caption);
}
.fury-dark .display-4,
.fury-dark .display-3,
.fury-dark .display-2,
.fury-dark .display-1,
.fury-dark .headline,
.fury-dark h1,
.fury-dark .title,
.fury-dark h2 {
  font-family: var(--font-family);
}
.fury-dark h1,
.fury-dark h2,
.fury-dark h3,
.fury-dark h4,
.fury-dark h5,
.fury-dark h6 {
  margin: 12px 0;
}
.fury-dark a {
  color: white;
}
.fury-dark blockquote {
  margin: 1em 0 1.5em;
  padding: 0 1.5em;
  border-left: 3px solid #1976d2;
  font-style: italic;
}
.fury-dark .text-center {
  text-align: center;
}
.fury-dark .text {
  color: white;
}
.fury-dark .secondary-text {
  color: rgba(255, 255, 255, 0.7);
}
.fury-dark .hint-text {
  color: rgba(255, 255, 255, 0.5);
}
.fury-dark .color-icon {
  color: white;
}
.fury-dark .border-radius {
  border-radius: 8px;
}
.fury-dark .card {
  background: #424242;
}
.fury-dark .background {
  background: #303030;
}
.fury-dark .app-bar {
  background: #212121;
}
.fury-dark .elevation {
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.fury-dark .pointer {
  cursor: pointer;
  outline: none;
}
.fury-dark .vertical-align-super {
  vertical-align: super;
}
.fury-dark .vertical-align-middle {
  vertical-align: middle;
}
.fury-dark .relative {
  position: relative;
}
.fury-dark .absolute {
  position: absolute;
}
.fury-dark .overflow-hidden {
  overflow: hidden;
}
.fury-dark .border-radius-round {
  border-radius: 50%;
}
.fury-dark .display-block {
  display: block;
}
.fury-dark .semi-bold {
  font-weight: 500;
}
.fury-dark .margin-horizontal-auto {
  margin-left: auto;
  margin-right: auto;
}
.fury-dark .button-sm {
  height: 24px;
  line-height: 24px;
  width: 24px;
}
.fury-dark .fullheight {
  height: 100%;
}
.fury-dark .background-primary {
  background: #1976d2;
}
.fury-dark .background-accent {
  background: #009688;
}
.fury-dark .background-warn {
  background: #f44336;
}
.fury-dark .background-primary-contrast {
  background: white;
}
.fury-dark .background-accent-contrast {
  background: white;
}
.fury-dark .background-warn-contrast {
  background: white;
}
.fury-dark .color-primary {
  color: #1976d2;
}
.fury-dark .color-accent {
  color: #009688;
}
.fury-dark .color-warn {
  color: #f44336;
}
.fury-dark .color-primary-contrast {
  color: white;
}
.fury-dark .color-accent-contrast {
  color: white;
}
.fury-dark .color-warn-contrast {
  color: white;
}
.fury-dark .border-color-primary {
  border-color: #1976d2;
}
.fury-dark .border-color-accent {
  border-color: #009688;
}
.fury-dark .border-color-warn {
  border-color: #f44336;
}
.fury-dark .border-color-primary-contrast {
  border-color: white;
}
.fury-dark .border-color-accent-contrast {
  border-color: white;
}
.fury-dark .border-color-warn-contrast {
  border-color: white;
}
.fury-dark .fill-primary {
  fill: #1976d2;
}
.fury-dark .fill-accent {
  fill: #009688;
}
.fury-dark .fill-warn {
  fill: #f44336;
}
.fury-dark .fill-primary-contrast {
  fill: white;
}
.fury-dark .fill-accent-contrast {
  fill: white;
}
.fury-dark .fill-warn-contrast {
  fill: white;
}
.fury-dark .border {
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.fury-dark .border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.fury-dark .border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.fury-dark .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.fury-dark .border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.fury-dark .margin-0 {
  margin: 0px;
}
.fury-dark .margin-xxs {
  margin: 4px;
}
.fury-dark .margin-xs {
  margin: 8px;
}
.fury-dark .margin-sm {
  margin: 12px;
}
.fury-dark .margin-md {
  margin: 16px;
}
.fury-dark .margin {
  margin: 24px;
}
.fury-dark .margin-lg {
  margin: 32px;
}
.fury-dark .margin-xl {
  margin: 48px;
}
.fury-dark .margin-left-0 {
  margin-left: 0px;
}
.fury-dark .margin-left-xxs {
  margin-left: 4px;
}
.fury-dark .margin-left-xs {
  margin-left: 8px;
}
.fury-dark .margin-left-sm {
  margin-left: 12px;
}
.fury-dark .margin-left-md {
  margin-left: 16px;
}
.fury-dark .margin-left {
  margin-left: 24px;
}
.fury-dark .margin-left-lg {
  margin-left: 32px;
}
.fury-dark .margin-left-xl {
  margin-left: 48px;
}
.fury-dark .margin-right-0 {
  margin-right: 0px;
}
.fury-dark .margin-right-xxs {
  margin-right: 4px;
}
.fury-dark .margin-right-xs {
  margin-right: 8px;
}
.fury-dark .margin-right-sm {
  margin-right: 12px;
}
.fury-dark .margin-right-md {
  margin-right: 16px;
}
.fury-dark .margin-right {
  margin-right: 24px;
}
.fury-dark .margin-right-lg {
  margin-right: 32px;
}
.fury-dark .margin-right-xl {
  margin-right: 48px;
}
.fury-dark .margin-top-0 {
  margin-top: 0px;
}
.fury-dark .margin-top-xxs {
  margin-top: 4px;
}
.fury-dark .margin-top-xs {
  margin-top: 8px;
}
.fury-dark .margin-top-sm {
  margin-top: 12px;
}
.fury-dark .margin-top-md {
  margin-top: 16px;
}
.fury-dark .margin-top {
  margin-top: 24px;
}
.fury-dark .margin-top-lg {
  margin-top: 32px;
}
.fury-dark .margin-top-xl {
  margin-top: 48px;
}
.fury-dark .margin-bottom-0 {
  margin-bottom: 0px;
}
.fury-dark .margin-bottom-xxs {
  margin-bottom: 4px;
}
.fury-dark .margin-bottom-xs {
  margin-bottom: 8px;
}
.fury-dark .margin-bottom-sm {
  margin-bottom: 12px;
}
.fury-dark .margin-bottom-md {
  margin-bottom: 16px;
}
.fury-dark .margin-bottom {
  margin-bottom: 24px;
}
.fury-dark .margin-bottom-lg {
  margin-bottom: 32px;
}
.fury-dark .margin-bottom-xl {
  margin-bottom: 48px;
}
.fury-dark .margin-vertical-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.fury-dark .margin-vertical-xxs {
  margin-top: 4px;
  margin-bottom: 4px;
}
.fury-dark .margin-vertical-xs {
  margin-top: 8px;
  margin-bottom: 8px;
}
.fury-dark .margin-vertical-sm {
  margin-top: 12px;
  margin-bottom: 12px;
}
.fury-dark .margin-vertical-md {
  margin-top: 16px;
  margin-bottom: 16px;
}
.fury-dark .margin-vertical {
  margin-top: 24px;
  margin-bottom: 24px;
}
.fury-dark .margin-vertical-lg {
  margin-top: 32px;
  margin-bottom: 32px;
}
.fury-dark .margin-vertical-xl {
  margin-top: 48px;
  margin-bottom: 48px;
}
.fury-dark .margin-horizontal-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.fury-dark .margin-horizontal-xxs {
  margin-left: 4px;
  margin-right: 4px;
}
.fury-dark .margin-horizontal-xs {
  margin-left: 8px;
  margin-right: 8px;
}
.fury-dark .margin-horizontal-sm {
  margin-left: 12px;
  margin-right: 12px;
}
.fury-dark .margin-horizontal-md {
  margin-left: 16px;
  margin-right: 16px;
}
.fury-dark .margin-horizontal {
  margin-left: 24px;
  margin-right: 24px;
}
.fury-dark .margin-horizontal-lg {
  margin-left: 32px;
  margin-right: 32px;
}
.fury-dark .margin-horizontal-xl {
  margin-left: 48px;
  margin-right: 48px;
}
.fury-dark .padding-0 {
  padding: 0px;
}
.fury-dark .padding-xxs {
  padding: 4px;
}
.fury-dark .padding-xs {
  padding: 8px;
}
.fury-dark .padding-sm {
  padding: 12px;
}
.fury-dark .padding-md {
  padding: 16px;
}
.fury-dark .padding {
  padding: 24px;
}
.fury-dark .padding-lg {
  padding: 32px;
}
.fury-dark .padding-xl {
  padding: 48px;
}
.fury-dark .padding-left-0 {
  padding-left: 0px;
}
.fury-dark .padding-left-xxs {
  padding-left: 4px;
}
.fury-dark .padding-left-xs {
  padding-left: 8px;
}
.fury-dark .padding-left-sm {
  padding-left: 12px;
}
.fury-dark .padding-left-md {
  padding-left: 16px;
}
.fury-dark .padding-left {
  padding-left: 24px;
}
.fury-dark .padding-left-lg {
  padding-left: 32px;
}
.fury-dark .padding-left-xl {
  padding-left: 48px;
}
.fury-dark .padding-right-0 {
  padding-right: 0px;
}
.fury-dark .padding-right-xxs {
  padding-right: 4px;
}
.fury-dark .padding-right-xs {
  padding-right: 8px;
}
.fury-dark .padding-right-sm {
  padding-right: 12px;
}
.fury-dark .padding-right-md {
  padding-right: 16px;
}
.fury-dark .padding-right {
  padding-right: 24px;
}
.fury-dark .padding-right-lg {
  padding-right: 32px;
}
.fury-dark .padding-right-xl {
  padding-right: 48px;
}
.fury-dark .padding-top-0 {
  padding-top: 0px;
}
.fury-dark .padding-top-xxs {
  padding-top: 4px;
}
.fury-dark .padding-top-xs {
  padding-top: 8px;
}
.fury-dark .padding-top-sm {
  padding-top: 12px;
}
.fury-dark .padding-top-md {
  padding-top: 16px;
}
.fury-dark .padding-top {
  padding-top: 24px;
}
.fury-dark .padding-top-lg {
  padding-top: 32px;
}
.fury-dark .padding-top-xl {
  padding-top: 48px;
}
.fury-dark .padding-bottom-0 {
  padding-bottom: 0px;
}
.fury-dark .padding-bottom-xxs {
  padding-bottom: 4px;
}
.fury-dark .padding-bottom-xs {
  padding-bottom: 8px;
}
.fury-dark .padding-bottom-sm {
  padding-bottom: 12px;
}
.fury-dark .padding-bottom-md {
  padding-bottom: 16px;
}
.fury-dark .padding-bottom {
  padding-bottom: 24px;
}
.fury-dark .padding-bottom-lg {
  padding-bottom: 32px;
}
.fury-dark .padding-bottom-xl {
  padding-bottom: 48px;
}
.fury-dark .padding-vertical-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.fury-dark .padding-vertical-xxs {
  padding-top: 4px;
  padding-bottom: 4px;
}
.fury-dark .padding-vertical-xs {
  padding-top: 8px;
  padding-bottom: 8px;
}
.fury-dark .padding-vertical-sm {
  padding-top: 12px;
  padding-bottom: 12px;
}
.fury-dark .padding-vertical-md {
  padding-top: 16px;
  padding-bottom: 16px;
}
.fury-dark .padding-vertical {
  padding-top: 24px;
  padding-bottom: 24px;
}
.fury-dark .padding-vertical-lg {
  padding-top: 32px;
  padding-bottom: 32px;
}
.fury-dark .padding-vertical-xl {
  padding-top: 48px;
  padding-bottom: 48px;
}
.fury-dark .padding-horizontal-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.fury-dark .padding-horizontal-xxs {
  padding-left: 4px;
  padding-right: 4px;
}
.fury-dark .padding-horizontal-xs {
  padding-left: 8px;
  padding-right: 8px;
}
.fury-dark .padding-horizontal-sm {
  padding-left: 12px;
  padding-right: 12px;
}
.fury-dark .padding-horizontal-md {
  padding-left: 16px;
  padding-right: 16px;
}
.fury-dark .padding-horizontal {
  padding-left: 24px;
  padding-right: 24px;
}
.fury-dark .padding-horizontal-lg {
  padding-left: 32px;
  padding-right: 32px;
}
.fury-dark .padding-horizontal-xl {
  padding-left: 48px;
  padding-right: 48px;
}
.fury-dark .mat-icon.icon-size-xs {
  height: 14px;
  width: 14px;
  font-size: 14px;
  line-height: 14px;
}
.fury-dark .mat-icon.icon-size-sm {
  height: 18px;
  width: 18px;
  font-size: 18px;
  line-height: 18px;
}
.fury-dark .mat-icon.icon-size-md {
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
}
.fury-dark .mat-icon.icon-size {
  height: 24px;
  width: 24px;
  font-size: 24px;
  line-height: 24px;
}
.fury-dark .mat-icon.icon-size-lg {
  height: 28px;
  width: 28px;
  font-size: 28px;
  line-height: 28px;
}
.fury-dark .mat-icon.icon-size-xl {
  height: 32px;
  width: 32px;
  font-size: 32px;
  line-height: 32px;
}
.fury-dark .background-pattern {
  background:
    linear-gradient(
      135deg,
      #303030 22px,
      rgba(255, 255, 255, 0.04) 22px,
      rgba(255, 255, 255, 0.04) 24px,
      transparent 24px,
      transparent 67px,
      rgba(255, 255, 255, 0.04) 67px,
      rgba(255, 255, 255, 0.04) 69px,
      transparent 69px),
    linear-gradient(
      225deg,
      #303030 22px,
      rgba(255, 255, 255, 0.04) 22px,
      rgba(255, 255, 255, 0.04) 24px,
      transparent 24px,
      transparent 67px,
      rgba(255, 255, 255, 0.04) 67px,
      rgba(255, 255, 255, 0.04) 69px,
      transparent 69px) 0 64px;
  background-color: #303030;
  background-size: 64px 128px;
}
.fury-dark .fury-preview-card {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border-radius: 8px;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.fury-dark .fury-preview-card .preview {
  padding: 24px;
  background: #212121;
  display: flex;
  flex-direction: column;
}
.fury-dark .fury-preview-card .preview .title {
  margin-bottom: 24px;
  font: var(--font-title);
}
.fury-dark .fury-preview-card .preview .preview-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 200px;
}
.fury-dark .fury-preview-card .content {
  background: #424242;
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.fury-dark .fury-preview-card .content .header {
  padding: 24px 24px 0;
}
.fury-dark .fury-preview-card .content .title {
  font: var(--font-headline);
}
.fury-dark .fury-preview-card .content .tag {
  color: rgba(255, 255, 255, 0.7);
  font: var(--font-body-1);
}
.fury-dark .fury-preview-card .content .tabs {
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.fury-dark .fury-preview-card .content .tab-content {
  padding: 24px;
}
.fury-dark .fury-sidebar {
  position: fixed;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 330px;
  z-index: 1000;
  transition-property: transform, visibility;
  transition-duration: 300ms;
  transition-timing-function: 300ms;
  background: #303030;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
  visibility: hidden;
}
@media (max-width: 599.98px) {
  .fury-dark .fury-sidebar {
    max-width: 80vw;
  }
}
.fury-dark .fury-sidebar.position-left {
  left: 0;
  transform: translateX(-100%);
}
.fury-dark .fury-sidebar.position-right {
  right: 0;
  transform: translateX(100%);
}
.fury-dark .fury-sidebar.open {
  transform: translateX(0);
  visibility: visible;
}
.fury-dark fury-sidenav {
  color: white;
}
.fury-dark fury-sidenav .sidenav-monitor-shortcuts {
  background: #212121;
}
.fury-dark fury-sidenav .sidenav {
  background: #212121;
  transition-property: width, box-shadow;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
}
.fury-dark fury-sidenav .sidenav-toolbar .sidenav-toolbar-logo,
.fury-dark fury-sidenav .sidenav-toolbar .sidenav-toolbar-icon {
  fill: white;
}
.fury-dark fury-sidenav .sidenav-user {
  display: flex;
  flex-direction: column;
  align-items: center;
  place-content: center flex-start;
  background: #212121;
  padding-top: 8px;
  padding-bottom: 16px;
}
.fury-dark fury-sidenav .sidenav-user .sidenav-user-name {
  margin: 12px 0 0;
}
.fury-dark fury-sidenav .sidenav-user .sidenav-user-email {
  font: var(--font-caption);
  color: rgba(255, 255, 255, 0.7);
}
.fury-dark fury-sidenav .sidenav-user .sidenav-user-icons a {
  color: white;
}
.fury-dark fury-sidenav .sidenav-user .sidenav-user-name,
.fury-dark fury-sidenav .sidenav-user .sidenav-user-email,
.fury-dark fury-sidenav .sidenav-user .sidenav-user-icons {
  white-space: nowrap;
}
.fury-dark fury-sidenav.collapsed {
  width: 74px;
}
.fury-dark fury-sidenav.collapsed .sidenav {
  width: 74px;
}
.fury-dark fury-sidenav.collapsed .sidenav-toolbar-logo,
.fury-dark fury-sidenav.collapsed .sidenav-toolbar-collapse-toggle,
.fury-dark fury-sidenav.collapsed .sidenav-user-email,
.fury-dark fury-sidenav.collapsed .sidenav-user-name,
.fury-dark fury-sidenav.collapsed .sidenav-user-icons,
.fury-dark fury-sidenav.collapsed .sidenav-item > .subheading,
.fury-dark fury-sidenav.collapsed .sidenav-item > .subsection,
.fury-dark fury-sidenav.collapsed .sidenav-item > .sidenav-item-link > .name,
.fury-dark fury-sidenav.collapsed .sidenav-item > .sidenav-item-link > .badge,
.fury-dark fury-sidenav.collapsed .sidenav-item > .sidenav-item-link > .expand-indicator {
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.fury-dark fury-sidenav.collapsed .sidenav-user-image {
  transform: scale(0.7);
  transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.fury-dark fury-sidenav.collapsed.expanded {
  width: 74px;
}
.fury-dark fury-sidenav.collapsed.expanded .sidenav {
  width: 280px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
}
.fury-dark fury-sidenav.collapsed.expanded .sidenav-user-image {
  transform: scale(1);
}
.fury-dark fury-sidenav.collapsed.expanded .sidenav-toolbar-logo,
.fury-dark fury-sidenav.collapsed.expanded .sidenav-toolbar-collapse-toggle,
.fury-dark fury-sidenav.collapsed.expanded .sidenav-user-email,
.fury-dark fury-sidenav.collapsed.expanded .sidenav-user-name,
.fury-dark fury-sidenav.collapsed.expanded .sidenav-user-icons,
.fury-dark fury-sidenav.collapsed.expanded .sidenav-item > .sidenav-item-link > .name,
.fury-dark fury-sidenav.collapsed.expanded .sidenav-item > .sidenav-item-link > .badge,
.fury-dark fury-sidenav.collapsed.expanded .sidenav-item > .sidenav-item-link > .expand-indicator {
  opacity: 1;
}
.fury-dark fury-sidenav.collapsed.expanded .sidenav-item > .subheading {
  opacity: 0.5;
}
.fury-dark fury-sidenav.collapsed.expanded .sidenav-item > .subsection {
  opacity: 0.55;
}
.fury-dark .dropdown-open .sidenav-item.level-1 .sidenav-item-link {
  border-left: 1px solid #afbdd1;
  padding-left: 0;
  margin-left: 34px;
}
.fury-dark .dropdown-open .sidenav-item.level-1 .sidenav-item-link.active {
  border-left: 2px solid #0b9859;
  box-shadow: -1px 0 0 #0b9859;
}
.fury-dark .dropdown-open .sidenav-item.level-2 .sidenav-item-link {
  border-left: 1px solid #afbdd1;
  padding-left: 0;
  margin-left: 34px;
}
.fury-dark .dropdown-open .sidenav-item.level-2 .sidenav-item-link.active {
  border-left: 2px solid #0b9859;
  box-shadow: -1px 0 0 #0b9859;
}
.fury-dark .dropdown-open .sidenav-item.level-3 .sidenav-item-link {
  border-left: 1px solid #afbdd1;
  padding-left: 0;
  margin-left: 34px;
}
.fury-dark .dropdown-open .sidenav-item.level-3 .sidenav-item-link.active {
  border-left: 2px solid #0b9859;
  box-shadow: -1px 0 0 #0b9859;
}
.fury-dark .dropdown-open .sidenav-item.level-4 .sidenav-item-link {
  border-left: 1px solid #afbdd1;
  padding-left: 0;
  margin-left: 34px;
}
.fury-dark .dropdown-open .sidenav-item.level-4 .sidenav-item-link.active {
  border-left: 2px solid #0b9859;
  box-shadow: -1px 0 0 #0b9859;
}
.fury-dark .sidenav-item {
  color: white;
}
.fury-dark .sidenav-item.subheading-container {
  border-bottom: 1px solid #353535;
}
.fury-dark .sidenav-item .subheading {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  font-weight: 300;
  opacity: 50%;
  letter-spacing: 0.25px;
  color: #fff;
}
.fury-dark .sidenav-item .sidenav-item-link {
  color: inherit;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 300;
}
.fury-dark .sidenav-item .sidenav-item-link:hover {
  background: rgba(255, 255, 255, 0.04);
  color: white;
}
.fury-dark .sidenav-item .sidenav-item-link:hover .text-icon {
  color: inherit;
}
.fury-dark .sidenav-item .sidenav-item-link.active {
  color: white;
}
.fury-dark .sidenav-item .sidenav-item-link.active .text-icon {
  color: inherit;
}
.fury-dark .sidenav-item .sidenav-item-link .text-icon {
  color: rgba(255, 255, 255, 0.5);
}
.fury-dark .sidenav-item.level-0 > .active {
  background: #0b9859;
}
.fury-dark .sidenav-item.level-0.dropdown-open {
  background: #353535;
}
.fury-dark .sidenav-item.level-0.dropdown-open > .sidenav-item-link {
  color: white;
  background: rgb(8.4187116564, 116.3312883436, 68.1150306748);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0;
}
.fury-dark .sidenav-item.level-0.dropdown-open > .sidenav-item-link.active {
  background: #0b9859;
}
.fury-dark .sidenav-item.level-0.open-by-route {
  background: #353535;
}
.fury-dark .sidenav-item.level-0.open-by-route > .sidenav-item-link {
  color: white;
  background: #0b9859;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  margin-right: 8px;
}
.fury-dark .sidenav-item.level-0.open-by-route > .sidenav-item-link.active {
  background: #0b9859;
}
.fury-dark .sidenav-item.level-1 {
  background: #353535;
}
.fury-dark .sidenav-item.level-1 .sidenav-item-link {
  padding-left: 24px;
}
.fury-dark .sidenav-item.level-1 .sidenav-item-link.active {
  color: #0b9859;
  font-weight: 500;
}
.fury-dark .sidenav-item.level-2 {
  background: rgb(20.25, 20.25, 20.25);
}
.fury-dark .sidenav-item.level-2 .sidenav-item-link {
  padding-left: 32px;
}
.fury-dark .sidenav-item.level-3 {
  background: rgb(13.875, 13.875, 13.875);
}
.fury-dark .sidenav-item.level-3 .sidenav-item-link {
  padding-left: 40px;
}
.fury-dark .sidenav-item.level-4 {
  background: rgb(7.5, 7.5, 7.5);
}
.fury-dark .sidenav-item.level-4 .sidenav-item-link {
  padding-left: 48px;
}
.fury-dark .custom-sidenav-icon {
  filter: invert(100%) sepia(98%) saturate(7%) hue-rotate(173deg) brightness(104%) contrast(102%);
}
.fury-dark .admin-only {
  color: gold;
}
.fury-dark .admin-only .sidenav-item-link:hover,
.fury-dark .admin-only .sidenav-item-link.active {
  color: inherit;
}
.fury-dark .admin-only .sidenav-item-link .text-icon {
  color: inherit;
}
.fury-dark .admin-only.level-0 > .sidenav-item-link:hover,
.fury-dark .admin-only.level-0 > .sidenav-item-link.active {
  color: inherit;
}
.fury-dark .admin-only.level-0.dropdown-open > .sidenav-item-link,
.fury-dark .admin-only.level-0.open-by-route > .sidenav-item-link {
  color: inherit;
}
.fury-dark .admin-only.level-0.dropdown-open > .sidenav-item-link:hover,
.fury-dark .admin-only.level-0.dropdown-open > .sidenav-item-link.active,
.fury-dark .admin-only.level-0.open-by-route > .sidenav-item-link:hover,
.fury-dark .admin-only.level-0.open-by-route > .sidenav-item-link.active {
  color: inherit;
}
.fury-dark .admin-only.level-1 .sidenav-item-link.active {
  color: inherit;
}
.fury-dark .discontinued {
  color: dimgray;
}
.fury-dark fury-toolbar.no-box-shadow .toolbar {
  box-shadow: none !important;
}
.fury-dark fury-toolbar .toolbar {
  background: #212121;
  color: white;
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.fury-dark fury-toolbar .toolbar .toolbar-button {
  border-left-color: rgba(0, 0, 0, 0.08);
}
.fury-dark fury-toolbar .toolbar .toolbar-logo {
  fill: white;
}
.fury-dark fury-toolbar-user .toolbar-user .button.open {
  background: rgba(255, 255, 255, 0.04);
}
.fury-dark fury-toolbar-user .dropdown {
  background: #424242;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.fury-dark fury-toolbar-user .dropdown .list .list-item:hover {
  background: rgba(255, 255, 255, 0.04);
}
.fury-dark fury-toolbar-user .dropdown .list-item-icon {
  color: white;
}
.fury-dark fury-toolbar-notifications .dropdown {
  background: #424242;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.fury-dark fury-toolbar-notifications .dropdown .dropdown-header {
  border-color: rgba(255, 255, 255, 0.12);
}
.fury-dark fury-toolbar-notifications .dropdown .notification {
  color: white;
}
.fury-dark fury-toolbar-notifications .dropdown .notification .icon {
  color: white;
  background: #212121;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.fury-dark fury-toolbar-notifications .dropdown .notification .time {
  color: rgba(255, 255, 255, 0.7);
}
.fury-dark fury-toolbar-notifications .dropdown .notification.primary .icon {
  background: #1976d2;
  color: white;
}
.fury-dark fury-toolbar-notifications .dropdown .notification.accent .icon {
  background: #009688;
  color: white;
}
.fury-dark fury-toolbar-notifications .dropdown .notification.warn .icon {
  background: #f44336;
  color: white;
}
.fury-dark fury-toolbar-notifications .dropdown .notification.read {
  color: rgba(255, 255, 255, 0.5);
}
.fury-dark fury-toolbar-notifications .dropdown .notification.read .time {
  color: inherit;
}
.fury-dark fury-toolbar-notifications .dropdown .dropdown-footer {
  color: rgba(255, 255, 255, 0.7);
  border-top-color: rgba(255, 255, 255, 0.12);
}
.fury-dark fury-toolbar-search-bar .search-wrapper .search-icon {
  color: rgba(255, 255, 255, 0.7);
}
.fury-dark fury-toolbar-search-bar .search-wrapper .search-input {
  background: #424242;
  color: rgba(255, 255, 255, 0.7);
}
.fury-dark fury-toolbar-search-bar .search-wrapper:hover .search-input {
  background: black;
}
.fury-dark fury-toolbar-search-bar .search-wrapper.focus .search-icon {
  color: white;
}
.fury-dark fury-toolbar-search-bar .search-wrapper.focus .search-input {
  background: black;
  color: white;
}
.fury-dark fury-toolbar-search-bar .search-wrapper .search-dropdown {
  background: #424242;
  color: white;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.fury-dark fury-toolbar-search-bar .search-wrapper .search-dropdown .content .heading {
  color: rgba(255, 255, 255, 0.7);
}
.fury-dark fury-toolbar-search-bar .search-wrapper .search-dropdown .content .items .item:hover {
  background: rgba(255, 255, 255, 0.04);
}
.fury-dark fury-navigation {
  display: block;
  background: #212121;
  color: white;
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.fury-dark fury-navigation .navigation-item-container .navigation-item {
  color: white;
}
.fury-dark fury-navigation .navigation-item-container .navigation-item.active.active {
  background: #0b9859;
  color: white;
}
.fury-dark fury-navigation .navigation-item-container:hover .navigation-item,
.fury-dark fury-navigation .navigation-item-container:focus .navigation-item {
  color: white;
  background: rgba(255, 255, 255, 0.04);
}
.fury-dark .fury-card {
  background: #424242;
  color: white;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.fury-dark .fury-card .fury-card-header-subheading {
  color: rgba(255, 255, 255, 0.7);
}
.fury-dark .fury-card .fury-card-actions {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.fury-dark fury-footer .footer {
  background: #212121;
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.fury-dark .fury-title {
  font: var(--font-title);
  color: white;
  display: block;
}
.fury-dark .fury-title mat-icon {
  margin-right: 12px;
  vertical-align: text-bottom;
}
.fury-dark .fury-title span {
  display: inline-block;
}
.fury-dark .fury-page {
  padding: 24px;
  display: block;
}
@media (max-width: 959.98px) {
  .fury-dark .fury-page {
    padding: 16px;
  }
}
.fury-dark .fury-page-layout-header {
  background: #1976d2;
}
.fury-dark .fury-page-layout-header fury-breadcrumbs .crumb,
.fury-dark .fury-page-layout-header fury-breadcrumbs .link {
  color: #2d2d2d;
  cursor: default;
}
.fury-dark .fury-page-layout-header fury-breadcrumbs .crumb.current,
.fury-dark .fury-page-layout-header fury-breadcrumbs .crumb.current .link {
  color: #2d2d2d;
  cursor: default;
}
.fury-dark .fury-backdrop {
  z-index: 800 !important;
  background-color: transparent;
  transition-property: background-color, visibility;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  visibility: hidden;
}
.fury-dark .fury-backdrop.visible {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.6);
}
.fury-dark .fury-backdrop.invisible {
  background-color: transparent;
}
.fury-dark ads-breadcrumbs .crumb,
.fury-dark ads-breadcrumbs .link {
  color: rgba(255, 255, 255, 0.7);
  cursor: default;
}
.fury-dark ads-breadcrumbs .crumb.current,
.fury-dark ads-breadcrumbs .crumb.current .link {
  color: white;
  cursor: default;
}
.fury-dark fury-advanced-pie-chart-widget .legend {
  color: rgba(255, 255, 255, 0.7);
}
.fury-dark fury-advanced-pie-chart-widget .legend-item:hover {
  color: white;
}
.fury-dark fury-advanced-pie-chart-widget .fade-out-overlay {
  background:
    linear-gradient(
      to right,
      rgba(66, 66, 66, 0.1) 0%,
      #424242 100%);
}
.fury-dark fury-market-widget .title {
  color: rgba(255, 255, 255, 0.7);
}
.fury-dark fury-sales-summary-widget .gain.increase {
  color: #7cb342;
}
.fury-dark fury-sales-summary-widget .gain.decrease {
  color: #f44336;
}
.fury-dark fury-sales-summary-widget .label {
  color: rgba(255, 255, 255, 0.7);
}
.fury-dark fury-sales-summary-widget .indicator.success {
  color: #7cb342;
}
.fury-dark fury-sales-summary-widget .indicator.primary {
  color: #1976d2;
}
.fury-dark fury-sales-summary-widget .indicator.accent {
  color: #009688;
}
.fury-dark fury-sales-summary-widget .indicator.warn {
  color: #f44336;
}
.fury-dark fury-audience-overview-widget .label {
  color: rgba(255, 255, 255, 0.7);
}
.fury-dark fury-audience-overview-widget .property .compared {
  color: rgba(255, 255, 255, 0.7);
}
.fury-dark fury-audience-overview-widget .property:hover {
  background: rgba(255, 255, 255, 0.04);
}
.fury-dark fury-audience-overview-widget .property.active {
  border-color: #4285f4;
}
.fury-dark fury-audience-overview-widget .property.active .label {
  color: white;
  font-weight: 500;
}
.fury-dark fury-audience-overview-widget .property.active .value {
  font-weight: 400;
}
.fury-dark fury-audience-overview-widget .property.active .compared {
  visibility: visible;
}
.fury-dark fury-audience-overview-widget .gain.success {
  color: #7cb342;
}
.fury-dark fury-audience-overview-widget .gain.warn {
  color: #f44336;
}
.fury-dark fury-donut-chart-widget .section:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.fury-dark fury-donut-chart-widget .section .label {
  color: rgba(255, 255, 255, 0.7);
}
.fury-dark {
  background: #303030;
  color: white;
}
.fury-dark fury-chat .chat-drawer {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.fury-dark fury-chat .reply {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.fury-dark fury-form-wizard .card .actions {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.fury-dark fury-config-panel .section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.fury-dark fury-config-panel .subheading {
  color: rgba(255, 255, 255, 0.7);
}
.fury-dark fury-config-panel .style:hover {
  background: rgba(255, 255, 255, 0.04);
}
.fury-dark fury-config-panel .color.default {
  background: #212121;
  color: white;
}
.fury-dark fury-config-panel .color.light {
  background: white;
  color: #000;
}
.fury-dark fury-config-panel .color.dark {
  background: #303030;
  color: white;
}
.fury-dark fury-config-panel .color.flat {
  background: #f5f5f5;
  color: #000;
}
.fury-flat {
}
.fury-flat .display-4 {
  font: var(--font-display-4);
}
.fury-flat .display-3 {
  font: var(--font-display-3);
}
.fury-flat .display-2 {
  font: var(--font-display-2);
}
.fury-flat .display-1,
.fury-flat h1 {
  font: var(--font-display-1);
}
.fury-flat .headline,
.fury-flat h2 {
  font: var(--font-headline);
}
.fury-flat .title,
.fury-flat h3 {
  font: var(--font-title);
}
.fury-flat .subheading-2,
.fury-flat h4 {
  font: var(--font-subheading-2);
}
.fury-flat .subheading-1,
.fury-flat h5 {
  font: var(--font-subheading-1);
}
.fury-flat .body-2,
.fury-flat h6 {
  font: var(--font-body-2);
}
.fury-flat .body-1,
.fury-flat p,
.fury-flat li {
  font: var(--font-body-1);
  line-height: 1.5;
}
.fury-flat .caption {
  font: var(--font-caption);
}
.fury-flat .display-4,
.fury-flat .display-3,
.fury-flat .display-2,
.fury-flat .display-1,
.fury-flat .headline,
.fury-flat h1,
.fury-flat .title,
.fury-flat h2 {
  font-family: var(--font-family);
}
.fury-flat h1,
.fury-flat h2,
.fury-flat h3,
.fury-flat h4,
.fury-flat h5,
.fury-flat h6 {
  margin: 12px 0;
}
.fury-flat a {
  color: rgba(0, 0, 0, 0.87);
}
.fury-flat blockquote {
  margin: 1em 0 1.5em;
  padding: 0 1.5em;
  border-left: 3px solid #1976d2;
  font-style: italic;
}
.fury-flat .text-center {
  text-align: center;
}
.fury-flat .text {
  color: rgba(0, 0, 0, 0.87);
}
.fury-flat .secondary-text {
  color: rgba(0, 0, 0, 0.54);
}
.fury-flat .hint-text {
  color: rgba(0, 0, 0, 0.38);
}
.fury-flat .color-icon {
  color: rgba(0, 0, 0, 0.54);
}
.fury-flat .border-radius {
  border-radius: 8px;
}
.fury-flat .card {
  background: white;
}
.fury-flat .background {
  background: #fafafa;
}
.fury-flat .app-bar {
  background: #f5f5f5;
}
.fury-flat .elevation {
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.fury-flat .pointer {
  cursor: pointer;
  outline: none;
}
.fury-flat .vertical-align-super {
  vertical-align: super;
}
.fury-flat .vertical-align-middle {
  vertical-align: middle;
}
.fury-flat .relative {
  position: relative;
}
.fury-flat .absolute {
  position: absolute;
}
.fury-flat .overflow-hidden {
  overflow: hidden;
}
.fury-flat .border-radius-round {
  border-radius: 50%;
}
.fury-flat .display-block {
  display: block;
}
.fury-flat .semi-bold {
  font-weight: 500;
}
.fury-flat .margin-horizontal-auto {
  margin-left: auto;
  margin-right: auto;
}
.fury-flat .button-sm {
  height: 24px;
  line-height: 24px;
  width: 24px;
}
.fury-flat .fullheight {
  height: 100%;
}
.fury-flat .background-primary {
  background: #1976d2;
}
.fury-flat .background-accent {
  background: #009688;
}
.fury-flat .background-warn {
  background: #f44336;
}
.fury-flat .background-primary-contrast {
  background: white;
}
.fury-flat .background-accent-contrast {
  background: white;
}
.fury-flat .background-warn-contrast {
  background: white;
}
.fury-flat .color-primary {
  color: #1976d2;
}
.fury-flat .color-accent {
  color: #009688;
}
.fury-flat .color-warn {
  color: #f44336;
}
.fury-flat .color-primary-contrast {
  color: white;
}
.fury-flat .color-accent-contrast {
  color: white;
}
.fury-flat .color-warn-contrast {
  color: white;
}
.fury-flat .border-color-primary {
  border-color: #1976d2;
}
.fury-flat .border-color-accent {
  border-color: #009688;
}
.fury-flat .border-color-warn {
  border-color: #f44336;
}
.fury-flat .border-color-primary-contrast {
  border-color: white;
}
.fury-flat .border-color-accent-contrast {
  border-color: white;
}
.fury-flat .border-color-warn-contrast {
  border-color: white;
}
.fury-flat .fill-primary {
  fill: #1976d2;
}
.fury-flat .fill-accent {
  fill: #009688;
}
.fury-flat .fill-warn {
  fill: #f44336;
}
.fury-flat .fill-primary-contrast {
  fill: white;
}
.fury-flat .fill-accent-contrast {
  fill: white;
}
.fury-flat .fill-warn-contrast {
  fill: white;
}
.fury-flat .border {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-flat .border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-flat .border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-flat .border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-flat .border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-flat .margin-0 {
  margin: 0px;
}
.fury-flat .margin-xxs {
  margin: 4px;
}
.fury-flat .margin-xs {
  margin: 8px;
}
.fury-flat .margin-sm {
  margin: 12px;
}
.fury-flat .margin-md {
  margin: 16px;
}
.fury-flat .margin {
  margin: 24px;
}
.fury-flat .margin-lg {
  margin: 32px;
}
.fury-flat .margin-xl {
  margin: 48px;
}
.fury-flat .margin-left-0 {
  margin-left: 0px;
}
.fury-flat .margin-left-xxs {
  margin-left: 4px;
}
.fury-flat .margin-left-xs {
  margin-left: 8px;
}
.fury-flat .margin-left-sm {
  margin-left: 12px;
}
.fury-flat .margin-left-md {
  margin-left: 16px;
}
.fury-flat .margin-left {
  margin-left: 24px;
}
.fury-flat .margin-left-lg {
  margin-left: 32px;
}
.fury-flat .margin-left-xl {
  margin-left: 48px;
}
.fury-flat .margin-right-0 {
  margin-right: 0px;
}
.fury-flat .margin-right-xxs {
  margin-right: 4px;
}
.fury-flat .margin-right-xs {
  margin-right: 8px;
}
.fury-flat .margin-right-sm {
  margin-right: 12px;
}
.fury-flat .margin-right-md {
  margin-right: 16px;
}
.fury-flat .margin-right {
  margin-right: 24px;
}
.fury-flat .margin-right-lg {
  margin-right: 32px;
}
.fury-flat .margin-right-xl {
  margin-right: 48px;
}
.fury-flat .margin-top-0 {
  margin-top: 0px;
}
.fury-flat .margin-top-xxs {
  margin-top: 4px;
}
.fury-flat .margin-top-xs {
  margin-top: 8px;
}
.fury-flat .margin-top-sm {
  margin-top: 12px;
}
.fury-flat .margin-top-md {
  margin-top: 16px;
}
.fury-flat .margin-top {
  margin-top: 24px;
}
.fury-flat .margin-top-lg {
  margin-top: 32px;
}
.fury-flat .margin-top-xl {
  margin-top: 48px;
}
.fury-flat .margin-bottom-0 {
  margin-bottom: 0px;
}
.fury-flat .margin-bottom-xxs {
  margin-bottom: 4px;
}
.fury-flat .margin-bottom-xs {
  margin-bottom: 8px;
}
.fury-flat .margin-bottom-sm {
  margin-bottom: 12px;
}
.fury-flat .margin-bottom-md {
  margin-bottom: 16px;
}
.fury-flat .margin-bottom {
  margin-bottom: 24px;
}
.fury-flat .margin-bottom-lg {
  margin-bottom: 32px;
}
.fury-flat .margin-bottom-xl {
  margin-bottom: 48px;
}
.fury-flat .margin-vertical-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.fury-flat .margin-vertical-xxs {
  margin-top: 4px;
  margin-bottom: 4px;
}
.fury-flat .margin-vertical-xs {
  margin-top: 8px;
  margin-bottom: 8px;
}
.fury-flat .margin-vertical-sm {
  margin-top: 12px;
  margin-bottom: 12px;
}
.fury-flat .margin-vertical-md {
  margin-top: 16px;
  margin-bottom: 16px;
}
.fury-flat .margin-vertical {
  margin-top: 24px;
  margin-bottom: 24px;
}
.fury-flat .margin-vertical-lg {
  margin-top: 32px;
  margin-bottom: 32px;
}
.fury-flat .margin-vertical-xl {
  margin-top: 48px;
  margin-bottom: 48px;
}
.fury-flat .margin-horizontal-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.fury-flat .margin-horizontal-xxs {
  margin-left: 4px;
  margin-right: 4px;
}
.fury-flat .margin-horizontal-xs {
  margin-left: 8px;
  margin-right: 8px;
}
.fury-flat .margin-horizontal-sm {
  margin-left: 12px;
  margin-right: 12px;
}
.fury-flat .margin-horizontal-md {
  margin-left: 16px;
  margin-right: 16px;
}
.fury-flat .margin-horizontal {
  margin-left: 24px;
  margin-right: 24px;
}
.fury-flat .margin-horizontal-lg {
  margin-left: 32px;
  margin-right: 32px;
}
.fury-flat .margin-horizontal-xl {
  margin-left: 48px;
  margin-right: 48px;
}
.fury-flat .padding-0 {
  padding: 0px;
}
.fury-flat .padding-xxs {
  padding: 4px;
}
.fury-flat .padding-xs {
  padding: 8px;
}
.fury-flat .padding-sm {
  padding: 12px;
}
.fury-flat .padding-md {
  padding: 16px;
}
.fury-flat .padding {
  padding: 24px;
}
.fury-flat .padding-lg {
  padding: 32px;
}
.fury-flat .padding-xl {
  padding: 48px;
}
.fury-flat .padding-left-0 {
  padding-left: 0px;
}
.fury-flat .padding-left-xxs {
  padding-left: 4px;
}
.fury-flat .padding-left-xs {
  padding-left: 8px;
}
.fury-flat .padding-left-sm {
  padding-left: 12px;
}
.fury-flat .padding-left-md {
  padding-left: 16px;
}
.fury-flat .padding-left {
  padding-left: 24px;
}
.fury-flat .padding-left-lg {
  padding-left: 32px;
}
.fury-flat .padding-left-xl {
  padding-left: 48px;
}
.fury-flat .padding-right-0 {
  padding-right: 0px;
}
.fury-flat .padding-right-xxs {
  padding-right: 4px;
}
.fury-flat .padding-right-xs {
  padding-right: 8px;
}
.fury-flat .padding-right-sm {
  padding-right: 12px;
}
.fury-flat .padding-right-md {
  padding-right: 16px;
}
.fury-flat .padding-right {
  padding-right: 24px;
}
.fury-flat .padding-right-lg {
  padding-right: 32px;
}
.fury-flat .padding-right-xl {
  padding-right: 48px;
}
.fury-flat .padding-top-0 {
  padding-top: 0px;
}
.fury-flat .padding-top-xxs {
  padding-top: 4px;
}
.fury-flat .padding-top-xs {
  padding-top: 8px;
}
.fury-flat .padding-top-sm {
  padding-top: 12px;
}
.fury-flat .padding-top-md {
  padding-top: 16px;
}
.fury-flat .padding-top {
  padding-top: 24px;
}
.fury-flat .padding-top-lg {
  padding-top: 32px;
}
.fury-flat .padding-top-xl {
  padding-top: 48px;
}
.fury-flat .padding-bottom-0 {
  padding-bottom: 0px;
}
.fury-flat .padding-bottom-xxs {
  padding-bottom: 4px;
}
.fury-flat .padding-bottom-xs {
  padding-bottom: 8px;
}
.fury-flat .padding-bottom-sm {
  padding-bottom: 12px;
}
.fury-flat .padding-bottom-md {
  padding-bottom: 16px;
}
.fury-flat .padding-bottom {
  padding-bottom: 24px;
}
.fury-flat .padding-bottom-lg {
  padding-bottom: 32px;
}
.fury-flat .padding-bottom-xl {
  padding-bottom: 48px;
}
.fury-flat .padding-vertical-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.fury-flat .padding-vertical-xxs {
  padding-top: 4px;
  padding-bottom: 4px;
}
.fury-flat .padding-vertical-xs {
  padding-top: 8px;
  padding-bottom: 8px;
}
.fury-flat .padding-vertical-sm {
  padding-top: 12px;
  padding-bottom: 12px;
}
.fury-flat .padding-vertical-md {
  padding-top: 16px;
  padding-bottom: 16px;
}
.fury-flat .padding-vertical {
  padding-top: 24px;
  padding-bottom: 24px;
}
.fury-flat .padding-vertical-lg {
  padding-top: 32px;
  padding-bottom: 32px;
}
.fury-flat .padding-vertical-xl {
  padding-top: 48px;
  padding-bottom: 48px;
}
.fury-flat .padding-horizontal-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.fury-flat .padding-horizontal-xxs {
  padding-left: 4px;
  padding-right: 4px;
}
.fury-flat .padding-horizontal-xs {
  padding-left: 8px;
  padding-right: 8px;
}
.fury-flat .padding-horizontal-sm {
  padding-left: 12px;
  padding-right: 12px;
}
.fury-flat .padding-horizontal-md {
  padding-left: 16px;
  padding-right: 16px;
}
.fury-flat .padding-horizontal {
  padding-left: 24px;
  padding-right: 24px;
}
.fury-flat .padding-horizontal-lg {
  padding-left: 32px;
  padding-right: 32px;
}
.fury-flat .padding-horizontal-xl {
  padding-left: 48px;
  padding-right: 48px;
}
.fury-flat .mat-icon.icon-size-xs {
  height: 14px;
  width: 14px;
  font-size: 14px;
  line-height: 14px;
}
.fury-flat .mat-icon.icon-size-sm {
  height: 18px;
  width: 18px;
  font-size: 18px;
  line-height: 18px;
}
.fury-flat .mat-icon.icon-size-md {
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
}
.fury-flat .mat-icon.icon-size {
  height: 24px;
  width: 24px;
  font-size: 24px;
  line-height: 24px;
}
.fury-flat .mat-icon.icon-size-lg {
  height: 28px;
  width: 28px;
  font-size: 28px;
  line-height: 28px;
}
.fury-flat .mat-icon.icon-size-xl {
  height: 32px;
  width: 32px;
  font-size: 32px;
  line-height: 32px;
}
.fury-flat .background-pattern {
  background:
    linear-gradient(
      135deg,
      #fafafa 22px,
      rgba(0, 0, 0, 0.04) 22px,
      rgba(0, 0, 0, 0.04) 24px,
      transparent 24px,
      transparent 67px,
      rgba(0, 0, 0, 0.04) 67px,
      rgba(0, 0, 0, 0.04) 69px,
      transparent 69px),
    linear-gradient(
      225deg,
      #fafafa 22px,
      rgba(0, 0, 0, 0.04) 22px,
      rgba(0, 0, 0, 0.04) 24px,
      transparent 24px,
      transparent 67px,
      rgba(0, 0, 0, 0.04) 67px,
      rgba(0, 0, 0, 0.04) 69px,
      transparent 69px) 0 64px;
  background-color: #fafafa;
  background-size: 64px 128px;
}
.fury-flat .fury-preview-card {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border-radius: 8px;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.fury-flat .fury-preview-card .preview {
  padding: 24px;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
}
.fury-flat .fury-preview-card .preview .title {
  margin-bottom: 24px;
  font: var(--font-title);
}
.fury-flat .fury-preview-card .preview .preview-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 200px;
}
.fury-flat .fury-preview-card .content {
  background: white;
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.fury-flat .fury-preview-card .content .header {
  padding: 24px 24px 0;
}
.fury-flat .fury-preview-card .content .title {
  font: var(--font-headline);
}
.fury-flat .fury-preview-card .content .tag {
  color: rgba(0, 0, 0, 0.54);
  font: var(--font-body-1);
}
.fury-flat .fury-preview-card .content .tabs {
  margin-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-flat .fury-preview-card .content .tab-content {
  padding: 24px;
}
.fury-flat .fury-sidebar {
  position: fixed;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 330px;
  z-index: 1000;
  transition-property: transform, visibility;
  transition-duration: 300ms;
  transition-timing-function: 300ms;
  background: #fafafa;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
  visibility: hidden;
}
@media (max-width: 599.98px) {
  .fury-flat .fury-sidebar {
    max-width: 80vw;
  }
}
.fury-flat .fury-sidebar.position-left {
  left: 0;
  transform: translateX(-100%);
}
.fury-flat .fury-sidebar.position-right {
  right: 0;
  transform: translateX(100%);
}
.fury-flat .fury-sidebar.open {
  transform: translateX(0);
  visibility: visible;
}
.fury-flat fury-sidenav {
  color: rgba(0, 0, 0, 0.87);
}
.fury-flat fury-sidenav .sidenav-monitor-shortcuts {
  background: #fafafa;
}
.fury-flat fury-sidenav .sidenav {
  background: #fafafa;
  transition-property: width, box-shadow;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0;
}
.fury-flat fury-sidenav .sidenav-toolbar .sidenav-toolbar-logo,
.fury-flat fury-sidenav .sidenav-toolbar .sidenav-toolbar-icon {
  fill: rgba(0, 0, 0, 0.87);
}
.fury-flat fury-sidenav .sidenav-user {
  display: flex;
  flex-direction: column;
  align-items: center;
  place-content: center flex-start;
  background: #fafafa;
  padding-top: 8px;
  padding-bottom: 16px;
}
.fury-flat fury-sidenav .sidenav-user .sidenav-user-name {
  margin: 12px 0 0;
}
.fury-flat fury-sidenav .sidenav-user .sidenav-user-email {
  font: var(--font-caption);
  color: rgba(0, 0, 0, 0.54);
}
.fury-flat fury-sidenav .sidenav-user .sidenav-user-icons a {
  color: rgba(0, 0, 0, 0.87);
}
.fury-flat fury-sidenav .sidenav-user .sidenav-user-name,
.fury-flat fury-sidenav .sidenav-user .sidenav-user-email,
.fury-flat fury-sidenav .sidenav-user .sidenav-user-icons {
  white-space: nowrap;
}
.fury-flat fury-sidenav.collapsed {
  width: 74px;
}
.fury-flat fury-sidenav.collapsed .sidenav {
  width: 74px;
}
.fury-flat fury-sidenav.collapsed .sidenav-toolbar-logo,
.fury-flat fury-sidenav.collapsed .sidenav-toolbar-collapse-toggle,
.fury-flat fury-sidenav.collapsed .sidenav-user-email,
.fury-flat fury-sidenav.collapsed .sidenav-user-name,
.fury-flat fury-sidenav.collapsed .sidenav-user-icons,
.fury-flat fury-sidenav.collapsed .sidenav-item > .subheading,
.fury-flat fury-sidenav.collapsed .sidenav-item > .subsection,
.fury-flat fury-sidenav.collapsed .sidenav-item > .sidenav-item-link > .name,
.fury-flat fury-sidenav.collapsed .sidenav-item > .sidenav-item-link > .badge,
.fury-flat fury-sidenav.collapsed .sidenav-item > .sidenav-item-link > .expand-indicator {
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.fury-flat fury-sidenav.collapsed .sidenav-user-image {
  transform: scale(0.7);
  transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.fury-flat fury-sidenav.collapsed.expanded {
  width: 74px;
}
.fury-flat fury-sidenav.collapsed.expanded .sidenav {
  width: 280px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
}
.fury-flat fury-sidenav.collapsed.expanded .sidenav-user-image {
  transform: scale(1);
}
.fury-flat fury-sidenav.collapsed.expanded .sidenav-toolbar-logo,
.fury-flat fury-sidenav.collapsed.expanded .sidenav-toolbar-collapse-toggle,
.fury-flat fury-sidenav.collapsed.expanded .sidenav-user-email,
.fury-flat fury-sidenav.collapsed.expanded .sidenav-user-name,
.fury-flat fury-sidenav.collapsed.expanded .sidenav-user-icons,
.fury-flat fury-sidenav.collapsed.expanded .sidenav-item > .sidenav-item-link > .name,
.fury-flat fury-sidenav.collapsed.expanded .sidenav-item > .sidenav-item-link > .badge,
.fury-flat fury-sidenav.collapsed.expanded .sidenav-item > .sidenav-item-link > .expand-indicator {
  opacity: 1;
}
.fury-flat fury-sidenav.collapsed.expanded .sidenav-item > .subheading {
  opacity: 0.5;
}
.fury-flat fury-sidenav.collapsed.expanded .sidenav-item > .subsection {
  opacity: 0.55;
}
.fury-flat .dropdown-open .sidenav-item.level-1 .sidenav-item-link {
  border-left: 1px solid #afbdd1;
  padding-left: 0;
  margin-left: 34px;
}
.fury-flat .dropdown-open .sidenav-item.level-1 .sidenav-item-link.active {
  border-left: 2px solid #0b9859;
  box-shadow: -1px 0 0 #0b9859;
}
.fury-flat .dropdown-open .sidenav-item.level-2 .sidenav-item-link {
  border-left: 1px solid #afbdd1;
  padding-left: 0;
  margin-left: 34px;
}
.fury-flat .dropdown-open .sidenav-item.level-2 .sidenav-item-link.active {
  border-left: 2px solid #0b9859;
  box-shadow: -1px 0 0 #0b9859;
}
.fury-flat .dropdown-open .sidenav-item.level-3 .sidenav-item-link {
  border-left: 1px solid #afbdd1;
  padding-left: 0;
  margin-left: 34px;
}
.fury-flat .dropdown-open .sidenav-item.level-3 .sidenav-item-link.active {
  border-left: 2px solid #0b9859;
  box-shadow: -1px 0 0 #0b9859;
}
.fury-flat .dropdown-open .sidenav-item.level-4 .sidenav-item-link {
  border-left: 1px solid #afbdd1;
  padding-left: 0;
  margin-left: 34px;
}
.fury-flat .dropdown-open .sidenav-item.level-4 .sidenav-item-link.active {
  border-left: 2px solid #0b9859;
  box-shadow: -1px 0 0 #0b9859;
}
.fury-flat .sidenav-item {
  color: rgba(0, 0, 0, 0.87);
}
.fury-flat .sidenav-item.subheading-container {
  border-bottom: 1px solid #353535;
}
.fury-flat .sidenav-item .subheading {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  font-weight: 300;
  opacity: 50%;
  letter-spacing: 0.25px;
  color: #fff;
}
.fury-flat .sidenav-item .sidenav-item-link {
  color: inherit;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 300;
}
.fury-flat .sidenav-item .sidenav-item-link:hover {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.fury-flat .sidenav-item .sidenav-item-link:hover .text-icon {
  color: inherit;
}
.fury-flat .sidenav-item .sidenav-item-link.active {
  color: white;
}
.fury-flat .sidenav-item .sidenav-item-link.active .text-icon {
  color: inherit;
}
.fury-flat .sidenav-item .sidenav-item-link .text-icon {
  color: rgba(0, 0, 0, 0.38);
}
.fury-flat .sidenav-item.level-0 > .active {
  background: #0b9859;
}
.fury-flat .sidenav-item.level-0.dropdown-open {
  background: #353535;
}
.fury-flat .sidenav-item.level-0.dropdown-open > .sidenav-item-link {
  color: rgba(0, 0, 0, 0.87);
  background: rgb(8.4187116564, 116.3312883436, 68.1150306748);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0;
}
.fury-flat .sidenav-item.level-0.dropdown-open > .sidenav-item-link.active {
  background: #0b9859;
}
.fury-flat .sidenav-item.level-0.open-by-route {
  background: #353535;
}
.fury-flat .sidenav-item.level-0.open-by-route > .sidenav-item-link {
  color: rgba(0, 0, 0, 0.87);
  background: #0b9859;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  margin-right: 8px;
}
.fury-flat .sidenav-item.level-0.open-by-route > .sidenav-item-link.active {
  background: #0b9859;
}
.fury-flat .sidenav-item.level-1 {
  background: #353535;
}
.fury-flat .sidenav-item.level-1 .sidenav-item-link {
  padding-left: 24px;
}
.fury-flat .sidenav-item.level-1 .sidenav-item-link.active {
  color: #0b9859;
  font-weight: 500;
}
.fury-flat .sidenav-item.level-2 {
  background: rgb(237.25, 237.25, 237.25);
}
.fury-flat .sidenav-item.level-2 .sidenav-item-link {
  padding-left: 32px;
}
.fury-flat .sidenav-item.level-3 {
  background: rgb(230.875, 230.875, 230.875);
}
.fury-flat .sidenav-item.level-3 .sidenav-item-link {
  padding-left: 40px;
}
.fury-flat .sidenav-item.level-4 {
  background: rgb(224.5, 224.5, 224.5);
}
.fury-flat .sidenav-item.level-4 .sidenav-item-link {
  padding-left: 48px;
}
.fury-flat .custom-sidenav-icon {
  filter: invert(100%) sepia(98%) saturate(7%) hue-rotate(173deg) brightness(104%) contrast(102%);
}
.fury-flat .admin-only {
  color: gold;
}
.fury-flat .admin-only .sidenav-item-link:hover,
.fury-flat .admin-only .sidenav-item-link.active {
  color: inherit;
}
.fury-flat .admin-only .sidenav-item-link .text-icon {
  color: inherit;
}
.fury-flat .admin-only.level-0 > .sidenav-item-link:hover,
.fury-flat .admin-only.level-0 > .sidenav-item-link.active {
  color: inherit;
}
.fury-flat .admin-only.level-0.dropdown-open > .sidenav-item-link,
.fury-flat .admin-only.level-0.open-by-route > .sidenav-item-link {
  color: inherit;
}
.fury-flat .admin-only.level-0.dropdown-open > .sidenav-item-link:hover,
.fury-flat .admin-only.level-0.dropdown-open > .sidenav-item-link.active,
.fury-flat .admin-only.level-0.open-by-route > .sidenav-item-link:hover,
.fury-flat .admin-only.level-0.open-by-route > .sidenav-item-link.active {
  color: inherit;
}
.fury-flat .admin-only.level-1 .sidenav-item-link.active {
  color: inherit;
}
.fury-flat .discontinued {
  color: dimgray;
}
.fury-flat fury-toolbar.no-box-shadow .toolbar {
  box-shadow: none !important;
}
.fury-flat fury-toolbar .toolbar {
  background: #fafafa;
  color: rgba(0, 0, 0, 0.87);
  box-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.fury-flat fury-toolbar .toolbar .toolbar-button {
  border-left-color: transparent;
}
.fury-flat fury-toolbar .toolbar .toolbar-logo {
  fill: rgba(0, 0, 0, 0.87);
}
.fury-flat fury-toolbar-user .toolbar-user .button.open {
  background: rgba(0, 0, 0, 0.04);
}
.fury-flat fury-toolbar-user .dropdown {
  background: white;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.fury-flat fury-toolbar-user .dropdown .list .list-item:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-flat fury-toolbar-user .dropdown .list-item-icon {
  color: rgba(0, 0, 0, 0.54);
}
.fury-flat fury-toolbar-notifications .dropdown {
  background: white;
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.fury-flat fury-toolbar-notifications .dropdown .dropdown-header {
  border-color: rgba(0, 0, 0, 0.12);
}
.fury-flat fury-toolbar-notifications .dropdown .notification {
  color: rgba(0, 0, 0, 0.87);
}
.fury-flat fury-toolbar-notifications .dropdown .notification .icon {
  color: rgba(0, 0, 0, 0.54);
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-flat fury-toolbar-notifications .dropdown .notification .time {
  color: rgba(0, 0, 0, 0.54);
}
.fury-flat fury-toolbar-notifications .dropdown .notification.primary .icon {
  background: #1976d2;
  color: white;
}
.fury-flat fury-toolbar-notifications .dropdown .notification.accent .icon {
  background: #009688;
  color: white;
}
.fury-flat fury-toolbar-notifications .dropdown .notification.warn .icon {
  background: #f44336;
  color: white;
}
.fury-flat fury-toolbar-notifications .dropdown .notification.read {
  color: rgba(0, 0, 0, 0.38);
}
.fury-flat fury-toolbar-notifications .dropdown .notification.read .time {
  color: inherit;
}
.fury-flat fury-toolbar-notifications .dropdown .dropdown-footer {
  color: rgba(0, 0, 0, 0.54);
  border-top-color: rgba(0, 0, 0, 0.12);
}
.fury-flat fury-toolbar-search-bar .search-wrapper .search-icon {
  color: rgba(0, 0, 0, 0.54);
}
.fury-flat fury-toolbar-search-bar .search-wrapper .search-input {
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.54);
}
.fury-flat fury-toolbar-search-bar .search-wrapper:hover .search-input {
  background: #e0e0e0;
}
.fury-flat fury-toolbar-search-bar .search-wrapper.focus .search-icon {
  color: rgba(0, 0, 0, 0.87);
}
.fury-flat fury-toolbar-search-bar .search-wrapper.focus .search-input {
  background: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.fury-flat fury-toolbar-search-bar .search-wrapper .search-dropdown {
  background: white;
  color: rgba(0, 0, 0, 0.87);
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.fury-flat fury-toolbar-search-bar .search-wrapper .search-dropdown .content .heading {
  color: rgba(0, 0, 0, 0.54);
}
.fury-flat fury-toolbar-search-bar .search-wrapper .search-dropdown .content .items .item:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-flat fury-navigation {
  display: block;
  background: #fafafa;
  color: rgba(0, 0, 0, 0.87);
  box-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.fury-flat fury-navigation .navigation-item-container .navigation-item {
  color: rgba(0, 0, 0, 0.87);
}
.fury-flat fury-navigation .navigation-item-container .navigation-item.active.active {
  background: #0b9859;
  color: white;
}
.fury-flat fury-navigation .navigation-item-container:hover .navigation-item,
.fury-flat fury-navigation .navigation-item-container:focus .navigation-item {
  color: rgba(0, 0, 0, 0.87);
  background: rgba(0, 0, 0, 0.04);
}
.fury-flat .fury-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.fury-flat .fury-card .fury-card-header-subheading {
  color: rgba(0, 0, 0, 0.54);
}
.fury-flat .fury-card .fury-card-actions {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-flat fury-footer .footer {
  background: #fafafa;
  color: rgba(0, 0, 0, 0.87);
  border-top: none;
  box-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.fury-flat .fury-title {
  font: var(--font-title);
  color: rgba(0, 0, 0, 0.87);
  display: block;
}
.fury-flat .fury-title mat-icon {
  margin-right: 12px;
  vertical-align: text-bottom;
}
.fury-flat .fury-title span {
  display: inline-block;
}
.fury-flat .fury-page {
  padding: 24px;
  display: block;
}
@media (max-width: 959.98px) {
  .fury-flat .fury-page {
    padding: 16px;
  }
}
.fury-flat .fury-page-layout-header {
  background: #1976d2;
}
.fury-flat .fury-page-layout-header fury-breadcrumbs .crumb,
.fury-flat .fury-page-layout-header fury-breadcrumbs .link {
  color: #2d2d2d;
  cursor: default;
}
.fury-flat .fury-page-layout-header fury-breadcrumbs .crumb.current,
.fury-flat .fury-page-layout-header fury-breadcrumbs .crumb.current .link {
  color: #2d2d2d;
  cursor: default;
}
.fury-flat .fury-backdrop {
  z-index: 800 !important;
  background-color: transparent;
  transition-property: background-color, visibility;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  visibility: hidden;
}
.fury-flat .fury-backdrop.visible {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.6);
}
.fury-flat .fury-backdrop.invisible {
  background-color: transparent;
}
.fury-flat ads-breadcrumbs .crumb,
.fury-flat ads-breadcrumbs .link {
  color: rgba(0, 0, 0, 0.54);
  cursor: default;
}
.fury-flat ads-breadcrumbs .crumb.current,
.fury-flat ads-breadcrumbs .crumb.current .link {
  color: rgba(0, 0, 0, 0.87);
  cursor: default;
}
.fury-flat fury-advanced-pie-chart-widget .legend {
  color: rgba(0, 0, 0, 0.54);
}
.fury-flat fury-advanced-pie-chart-widget .legend-item:hover {
  color: rgba(0, 0, 0, 0.87);
}
.fury-flat fury-advanced-pie-chart-widget .fade-out-overlay {
  background:
    linear-gradient(
      to right,
      rgba(255, 255, 255, 0.1) 0%,
      white 100%);
}
.fury-flat fury-market-widget .title {
  color: rgba(0, 0, 0, 0.54);
}
.fury-flat fury-sales-summary-widget .gain.increase {
  color: #7cb342;
}
.fury-flat fury-sales-summary-widget .gain.decrease {
  color: #f44336;
}
.fury-flat fury-sales-summary-widget .label {
  color: rgba(0, 0, 0, 0.54);
}
.fury-flat fury-sales-summary-widget .indicator.success {
  color: #7cb342;
}
.fury-flat fury-sales-summary-widget .indicator.primary {
  color: #1976d2;
}
.fury-flat fury-sales-summary-widget .indicator.accent {
  color: #009688;
}
.fury-flat fury-sales-summary-widget .indicator.warn {
  color: #f44336;
}
.fury-flat fury-audience-overview-widget .label {
  color: rgba(0, 0, 0, 0.54);
}
.fury-flat fury-audience-overview-widget .property .compared {
  color: rgba(0, 0, 0, 0.54);
}
.fury-flat fury-audience-overview-widget .property:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-flat fury-audience-overview-widget .property.active {
  border-color: #4285f4;
}
.fury-flat fury-audience-overview-widget .property.active .label {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
}
.fury-flat fury-audience-overview-widget .property.active .value {
  font-weight: 400;
}
.fury-flat fury-audience-overview-widget .property.active .compared {
  visibility: visible;
}
.fury-flat fury-audience-overview-widget .gain.success {
  color: #7cb342;
}
.fury-flat fury-audience-overview-widget .gain.warn {
  color: #f44336;
}
.fury-flat fury-donut-chart-widget .section:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-flat fury-donut-chart-widget .section .label {
  color: rgba(0, 0, 0, 0.54);
}
.fury-flat {
  background: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.fury-flat fury-chat .chat-drawer {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-flat fury-chat .reply {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-flat fury-form-wizard .card .actions {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-flat fury-config-panel .section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-flat fury-config-panel .subheading {
  color: rgba(0, 0, 0, 0.54);
}
.fury-flat fury-config-panel .style:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-flat fury-config-panel .color.default {
  background: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.fury-flat fury-config-panel .color.light {
  background: white;
  color: #000;
}
.fury-flat fury-config-panel .color.dark {
  background: #303030;
  color: white;
}
.fury-flat fury-config-panel .color.flat {
  background: #f5f5f5;
  color: #000;
}
.ngx-diff-light-theme {
  --ngx-diff-line-number-font-color: #555;
  --ngx-diff-line-number-hover-font-color: #000;
  --ngx-diff-insert-color-darkest: #1b6b1bb4;
  --ngx-diff-delete-color-darkest: #962a2ace;
  --ngx-diff-title-font-weight: 400;
}
.flex-row {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.flex-column {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-fill {
  flex: 1 1 auto;
}
.flex-fill-0 {
  flex: 1 1 0%;
}
.flex-none {
  flex: 0 0 auto;
}
.justify-center {
  justify-content: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.align-start {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: flex-end;
}
.space-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 4px;
}
.gap-8 {
  gap: 8px;
}
.gap-12 {
  gap: 12px;
}
.gap-16 {
  gap: 16px;
}
.gap-24 {
  gap: 24px;
}
@media (min-width: 960px) {
  .gt-sm-hide {
    display: none !important;
  }
  .lt-md-show {
    display: none !important;
  }
}
@media (max-width: 959.98px) {
  .lt-md-show {
    display: flex !important;
  }
  .lt-md-hide {
    display: none !important;
  }
}
.flex-15 {
  flex: 1 1 15%;
  max-width: 15%;
  box-sizing: border-box;
}
.flex-30 {
  flex: 1 1 30%;
  max-width: 30%;
  box-sizing: border-box;
}
.flex-45 {
  flex: 1 1 45%;
  max-width: 45%;
  box-sizing: border-box;
}
.flex-50 {
  flex: 1 1 50%;
  max-width: 50%;
  box-sizing: border-box;
}
.flex-55 {
  flex: 1 1 55%;
  max-width: 55%;
  box-sizing: border-box;
}
.flex-70 {
  flex: 1 1 70%;
  max-width: 70%;
  box-sizing: border-box;
}
.flex-85 {
  flex: 1 1 85%;
  max-width: 85%;
  box-sizing: border-box;
}
.cdk-overlay-container .ads-dialog-panel {
  --mat-dialog-supporting-text-color: rgba(0, 0, 0, 0.87);
}
.cdk-overlay-container .ads-dialog-panel .mat-mdc-dialog-container,
.cdk-overlay-container .ads-dialog-panel .mdc-dialog__surface {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.cdk-overlay-container .ads-dialog-panel .mat-mdc-dialog-container {
  padding: 0;
}
.cdk-overlay-container .ads-dialog-panel .mdc-dialog__surface {
  background: white;
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
  max-height: inherit;
}
.cdk-overlay-container .ads-dialog-panel {
}
.cdk-overlay-container .ads-dialog-panel .mat-mdc-dialog-title {
  border-bottom: 1px solid #cfd8dc;
  margin: 0;
  padding: 8px 12px 4px 12px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  font-family: var(--font-family);
  letter-spacing: normal;
}
.cdk-overlay-container .ads-dialog-panel .mat-mdc-dialog-title::before {
  display: none;
}
.cdk-overlay-container .ads-dialog-panel {
}
.cdk-overlay-container .ads-dialog-panel .mat-mdc-dialog-content {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
  box-sizing: border-box;
  max-height: none;
}
.cdk-overlay-container .ads-dialog-panel {
}
.cdk-overlay-container .ads-dialog-panel .mat-mdc-dialog-actions {
  border-top: 1px solid #cfd8dc;
  flex: 0 0 auto;
  padding: 8px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.cdk-overlay-container .ads-dialog-panel {
}
.cdk-overlay-container .ads-dialog-panel .mat-mdc-dialog-actions > [footer-actions] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  min-width: 0;
}
.cdk-overlay-container .ads-dialog-panel .mat-mdc-dialog-actions > [footer-actions] > p.error-message {
  flex: 1;
  color: red;
  margin: 0 10px;
}
.cdk-overlay-container .ads-dialog-panel {
}
.cdk-overlay-container .ads-dialog-panel * {
  min-width: 0;
}
.cdk-overlay-container .ads-dialog-panel {
}
.cdk-overlay-container .ads-dialog-panel mat-tab-group {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cdk-overlay-container .ads-dialog-panel .mat-mdc-tab-body-wrapper,
.cdk-overlay-container .ads-dialog-panel .mat-mdc-tab-body,
.cdk-overlay-container .ads-dialog-panel .mat-mdc-tab-body-content {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  overflow: hidden;
}
.cdk-overlay-container .ads-dialog-panel .mat-mdc-tab-body-content {
  overflow: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
.cdk-overlay-container .ads-dialog-panel {
}
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout > form,
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout > div,
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout > ads-ui-table,
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout .mat-mdc-dialog-content > form,
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout .mat-mdc-dialog-content > div,
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout .mat-mdc-dialog-content > ads-ui-table,
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout .mat-dialog-content > form,
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout .mat-dialog-content > div,
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout .mat-dialog-content > ads-ui-table {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout > ads-ui-table,
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout .mat-mdc-dialog-content > ads-ui-table,
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout .mat-dialog-content > ads-ui-table {
  flex: 1 1 auto;
  overflow: hidden;
}
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout > ads-ui-table .ads-table-container,
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout .mat-mdc-dialog-content > ads-ui-table .ads-table-container,
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout .mat-dialog-content > ads-ui-table .ads-table-container {
  flex: 1 1 auto;
}
.cdk-overlay-container .ads-dialog-panel {
}
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout.ads-dialog-layout-scroll-body > form,
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout.ads-dialog-layout-scroll-body > div,
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout.ads-dialog-layout-scroll-body .mat-mdc-dialog-content > form,
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout.ads-dialog-layout-scroll-body .mat-mdc-dialog-content > div,
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout.ads-dialog-layout-scroll-body .mat-dialog-content > form,
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout.ads-dialog-layout-scroll-body .mat-dialog-content > div {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout.ads-dialog-layout-scroll-body > form > ads-ui-table,
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout.ads-dialog-layout-scroll-body > div > ads-ui-table,
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout.ads-dialog-layout-scroll-body .mat-mdc-dialog-content > form > ads-ui-table,
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout.ads-dialog-layout-scroll-body .mat-mdc-dialog-content > div > ads-ui-table,
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout.ads-dialog-layout-scroll-body .mat-dialog-content > form > ads-ui-table,
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout.ads-dialog-layout-scroll-body .mat-dialog-content > div > ads-ui-table {
  flex: 0 0 auto;
}
.cdk-overlay-container .ads-dialog-panel ads-ui-table .ads-table-container {
  border-radius: 4px;
  box-shadow: 0px 4px 16px rgba(15, 23, 42, 0.1), 0px 1px 4px rgba(15, 23, 42, 0.06);
  outline: 1px solid rgba(15, 23, 42, 0.05);
  overflow: hidden;
}
.cdk-overlay-container .ads-dialog-panel .mat-mdc-tab-header {
  z-index: 2;
}
.cdk-overlay-container .ads-dialog-panel {
}
.cdk-overlay-container .ads-dialog-panel .mat-mdc-dialog-content.content-padding > form {
  padding: 16px;
  box-sizing: border-box;
}
.cdk-overlay-container .ads-dialog-panel {
}
.cdk-overlay-container .ads-dialog-panel .mat-mdc-dialog-content.content-padding > div {
  padding: 16px;
  box-sizing: border-box;
}
.cdk-overlay-container .cdk-overlay-pane.ads-dialog--fluid {
  width: auto !important;
}
.cdk-overlay-container .cdk-overlay-pane.ads-dialog--fluid .mdc-dialog__surface {
  width: max-content !important;
}
button.mat-mdc-button-base:not(.mat-mdc-icon-button) {
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  min-width: 130px;
  white-space: nowrap;
}
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-primary,
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-secondary,
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-tertiary {
  font-size: 14px;
}
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-primary {
  background: #2d2d2d !important;
  color: #fff;
  border: none;
}
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-primary:hover {
  background: #101112 !important;
}
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-primary:focus,
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-primary:focus-visible {
  outline: none;
  box-shadow: none;
  background: #2d2d2d !important;
  color: #fff;
}
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-primary:hover:focus,
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-primary:focus:hover {
  background: #101112 !important;
}
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-primary.active,
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-primary:active {
  background: #1e1f21 !important;
}
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-primary .mat-button-focus-overlay {
  background-color: transparent !important;
}
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-secondary {
  background: #0b9859 !important;
  color: #fff;
  border: none;
}
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-secondary:hover {
  background: #06683b !important;
}
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-secondary:focus,
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-secondary:focus-visible {
  outline: none;
  box-shadow: none;
  background: #0b9859 !important;
  color: #fff;
}
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-secondary:hover:focus,
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-secondary:focus:hover {
  background: #06683b !important;
}
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-secondary.active,
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-secondary:active {
  background: #0c7f4d !important;
}
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-secondary .mat-button-focus-overlay {
  background-color: transparent !important;
}
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-mdc-button-disabled {
  background-color: #d3d3d3 !important;
  color: #fff;
  cursor: default;
}
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-mdc-button-disabled:hover {
  background-color: #d3d3d3 !important;
}
button.squid-action-btn {
  min-width: 46px !important;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.87) !important;
  color: #fff !important;
}
button.squid-action-btn mat-icon {
  color: #fff !important;
  font-size: 22px;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
button.squid-action-btn .mat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.offset-btn-for-field {
  margin-top: 6px;
}
button.squid-action-btn.squid-btn-small {
  min-width: 36px !important;
  width: 36px;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.87) !important;
  color: #fff !important;
}
.mat-mdc-mini-fab {
  --mat-fab-small-container-elevation-shadow: none;
}
button.squid-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
button.squid-icon-btn mat-icon,
button.squid-icon-btn .mat-icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
button.squid-btn-compact {
  min-width: 0 !important;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 12px;
}
button.squid-btn-compact.mat-mdc-icon-button {
  width: 28px;
  height: 28px;
  padding: 4px;
}
button.squid-btn-compact mat-icon,
button.squid-btn-compact .mat-icon {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-mdc-tab-group:not(.tabs-large) > .mat-mdc-tab-header .mdc-tab {
  height: 36px;
  min-height: 36px;
}
.mat-mdc-tab-group.tabs-large > .mat-mdc-tab-header .mdc-tab {
  height: 42px;
  min-height: 42px;
}
.mat-mdc-tab-group.tabs-large > .mat-mdc-tab-header .mdc-tab__text-label {
  font-size: 15px;
}
.mat-mdc-tab-group .mat-mdc-tab.mdc-tab--active .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.87) !important;
}
.mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-color: #6ec288 !important;
}
.mat-mdc-tab-group.mat-mdc-tab-group-stretch-tabs.tabs-prevent-stretch .mat-mdc-tab-header .mat-mdc-tab {
  flex: 0 0 auto !important;
}
.mat-mdc-tab-group .mat-mdc-tab-header .mat-mdc-tab {
  min-width: 240px;
}
.mat-mdc-tab-group.tabs-small .mat-mdc-tab-header .mat-mdc-tab {
  min-width: 130px;
}
.ads-tabbed-page-layout {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  justify-content: flex-start;
  align-items: stretch;
}
.ads-tabbed-page-surface {
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  min-height: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
  justify-content: flex-start;
  align-items: stretch;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.ads-tabbed-page-surface > .mat-mdc-tab-group {
  flex: 0 0 auto;
}
.ads-tabbed-page-surface > .mat-mdc-tab-group .mat-mdc-tab-body-wrapper {
  display: none;
}
.ads-tabbed-page-router-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}
.ads-tabbed-page-router-content > router-outlet {
  display: none;
}
.ads-tabbed-page-router-content > router-outlet + * {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.mat-mdc-tab-body-wrapper._mat-animation-noopable .services-main-tabs .mat-tab-body-content-can-animate {
  transition: transform 700ms 1ms cubic-bezier(0.35, 0, 0.25, 1) !important;
}
.mat-mdc-tab-body-wrapper._mat-animation-noopable .services-inner-tabs .mat-tab-body-content-can-animate {
  transition: transform 500ms 1ms cubic-bezier(0.35, 0, 0.25, 1) !important;
}
._mat-animation-noopable .services-main-tabs .mdc-tab-indicator__content {
  transition: var(--mat-tab-animation-duration, 250ms) transform cubic-bezier(0.4, 0, 0.2, 1) !important;
}
._mat-animation-noopable .services-inner-tabs .mdc-tab-indicator__content {
  transition: var(--mat-tab-animation-duration, 250ms) transform cubic-bezier(0.4, 0, 0.2, 1) !important;
}
._mat-animation-noopable .services-main-tabs .mat-mdc-tab-list {
  transition: transform 500ms cubic-bezier(0.35, 0, 0.25, 1) !important;
}
._mat-animation-noopable .services-inner-tabs .mat-mdc-tab-list {
  transition: transform 500ms cubic-bezier(0.35, 0, 0.25, 1) !important;
}
.ads-ui-dropdown-panel .mdc-list-item__primary-text,
.ads-ui-autocomplete-panel .mdc-list-item__primary-text {
  display: flex;
  align-items: center;
}
.ads-ui-dropdown-panel .mdc-list-item__primary-text .material-icons-outlined,
.ads-ui-autocomplete-panel .mdc-list-item__primary-text .material-icons-outlined {
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 8px;
  flex-shrink: 0;
}
.services-dashboard-search-menu .mat-mdc-dialog-container {
  padding: 0;
  min-width: 0;
}
.services-dashboard-search-menu .mat-mdc-dialog-container .mdc-dialog__surface {
  padding: 0;
}
.param-editor-menu .mat-mdc-dialog-container {
  padding: 0;
  min-width: 150px;
  max-width: fit-content;
}
.param-editor-menu .mat-mdc-dialog-container .mdc-dialog__surface {
  padding: 0;
}
.copilot-history-menu.mat-mdc-menu-panel {
  max-width: 360px;
  min-width: 240px;
  max-height: 320px;
  overflow-y: auto;
}
.copilot-history-menu.mat-mdc-menu-panel::-webkit-scrollbar {
  width: 6px;
}
.copilot-history-menu.mat-mdc-menu-panel::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.18);
  border-radius: 10px;
}
.copilot-history-menu.mat-mdc-menu-panel .mat-mdc-menu-content {
  padding: 4px 0;
}
.copilot-history-menu.mat-mdc-menu-panel .mat-mdc-menu-item {
  height: auto;
  min-height: 0;
  padding: 6px 12px;
  line-height: 1.35;
}
.copilot-history-menu.mat-mdc-menu-panel .mat-mdc-menu-item .mat-mdc-menu-item-text,
.copilot-history-menu.mat-mdc-menu-panel .mat-mdc-menu-item .mdc-list-item__primary-text {
  font-size: 12px;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  display: flex;
  align-items: center;
  gap: 8px;
}
.copilot-history-menu.mat-mdc-menu-panel .mat-mdc-menu-item .history-item-text {
  flex: 1;
  min-width: 0;
}
.copilot-history-menu.mat-mdc-menu-panel .mat-mdc-menu-item .history-item-scope {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 2px 6px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.65);
  font-size: 11px;
  font-weight: 500;
}
.copilot-history-menu.mat-mdc-menu-panel .mat-mdc-menu-item .history-item-scope mat-icon {
  font-size: 14px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  margin-right: 0 !important;
}
.copilot-db-select-panel.mat-mdc-select-panel {
  padding-top: 0 !important;
}
.copilot-db-select-panel.mat-mdc-select-panel .select-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  position: sticky;
  top: 0;
  z-index: 10;
}
.copilot-scope-menu.mat-mdc-menu-panel {
  max-width: 320px;
  min-width: 200px;
}
.copilot-scope-menu.mat-mdc-menu-panel .mat-mdc-menu-content {
  padding: 6px 0;
}
.copilot-scope-menu.mat-mdc-menu-panel .scope-menu-header {
  padding: 2px 14px 6px;
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.55);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 4px;
}
.copilot-scope-menu.mat-mdc-menu-panel .scope-menu-item {
  padding: 4px 14px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.82);
  line-height: 1.4;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.clickable {
  cursor: pointer;
}
mat-radio-button {
  margin-left: 16px;
  margin-bottom: 16px;
}
mat-radio-button:first-child {
  margin-left: 0;
}
.overflow-auto {
  overflow: auto;
}
.mat-paginator-page-size-select.mat-form-field-appearance-fill {
  margin-top: 0;
}
.mat-paginator-page-size-select.mat-form-field-appearance-fill .mat-form-field-wrapper {
  padding-bottom: 0;
}
.mat-paginator-page-size-select.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex {
  padding-top: 0.5em;
}
.mat-paginator-page-size-select.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  border-top: 0;
}
.mat-paginator-page-size-select.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-mdc-select-arrow-wrapper {
  transform: none;
}
.mat-paginator-page-size-select.mat-form-field-appearance-fill .mat-form-field-wrapper .mat-form-field-underline {
  bottom: 0;
}
.mat-form-field-infix {
  width: auto !important;
  padding: 0 0px 8px 0;
}
.fury-card.fury-card-narrow {
  max-width: 1024px;
  margin: auto;
}
.fury-breadcrumbs-narrow {
  max-width: 1024px;
  width: 100%;
  margin: auto;
}
fury-editable-row .input input,
fury-editable-row .input mat-select {
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 4px 16px;
}
body cron-jobs .form-inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
body cron-jobs .form-inline select {
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 4px !important;
  padding: 4px 8px !important;
  background-color: white !important;
  font-size: 14px;
}
body cron-jobs .form-inline select:not([multiple]) {
  height: 36px !important;
}
body cron-jobs .form-inline select[multiple] {
  height: auto !important;
  max-height: 120px !important;
  min-height: 36px !important;
  overflow-y: auto !important;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  min-width: 60px;
}
body cron-jobs .form-inline select:focus {
  outline: 2px solid #1976d2 !important;
  border-color: transparent !important;
}
body cron-jobs .form-inline label {
  margin: 0 !important;
  white-space: nowrap;
  font-weight: 400;
}
body .mat-mdc-paginator .mat-mdc-form-field .mat-mdc-form-field-infix {
  min-height: 0 !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.cdk-drag.drag-background-invisible {
  box-shadow: none;
}
.hidden {
  display: none !important;
}
.visibility-hidden {
  visibility: hidden;
}
.border-gray-1 {
  border: 1px solid #e4e4e4;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.grey-text {
  color: #cfcfcf;
}
.text-end {
  text-align: end;
}
.w-full {
  width: 100%;
}
.w-half {
  width: 50%;
}
.cursor-pointer {
  cursor: pointer;
}
.pointer-drag {
  cursor: move;
}
.m-0i {
  margin: 0 !important;
}
.white-space-pre-wrap {
  white-space: pre-wrap;
}
.text-break-pre-wrap {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}
mat-divider.form {
  margin: 5px 0px 25px 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.tooltip-content {
  font-size: 14px;
}
.tooltip-content.mat-mdc-tooltip-component,
.tooltip-content .mdc-tooltip__surface {
  background-color: var(--theme-secondary-color, #424242) !important;
}
.tooltip-content {
  background-color: #0b9859 !important;
}
.tooltip-content.with-newline {
  white-space: pre-line;
}
.ui-access-tooltip {
  text-align: left !important;
}
.ui-access-tooltip.mat-mdc-tooltip-component,
.ui-access-tooltip .mdc-tooltip__surface {
  text-align: left !important;
}
.tooltip-enhanced {
  font-size: 12px;
  max-width: 400px !important;
}
.tooltip-enhanced.with-newline {
  white-space: pre-line;
}
.tooltip-large-font {
  font-size: 16px;
  max-width: 400px !important;
}
.tooltip-large-font.with-newline {
  white-space: pre-line;
}
.tooltip-custom-chats {
  font-size: 14px;
  background: rgb(26, 167, 103);
}
.tooltip-custom-chats.with-newline {
  white-space: pre-line;
}
.mat-expansion-panel-header[aria-disabled=true] {
  color: inherit !important;
}
.form-builder-dialog .mat-dialog-container {
  display: flex;
  flex-direction: column;
}
.content {
  scroll-behavior: smooth;
}
.hot-matched-column {
  background-color: #9edb9e !important;
}
.bg-white {
  background-color: white;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.mt-0 {
  margin-top: 0;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.rounded {
  border-radius: 0.25rem !important;
}
.mb-0 {
  margin-bottom: 0;
}
.font-weight-light {
  font-weight: 300;
}
.text-small {
  font-size: 13px;
  margin: 0;
  margin-top: 20px;
  word-break: break-all;
}
.formfield-no-title .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  padding-bottom: 0;
}
.formfield-with-resize .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix textarea {
  border-end-end-radius: 0 !important;
}
.pipeline-filter-dialog .mat-dialog-container {
  padding: 0;
  min-width: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 14px rgba(15, 23, 42, 0.12);
}
.backdrop-no-background {
  background: transparent !important;
}
.msg-bubble.server-text span p {
  margin-top: 8px;
  font-size: 16px;
}
.msg-bubble.server-text span h1 {
  font-size: 30px;
}
.msg-bubble.server-text span h2 {
  font-size: 26px;
}
.msg-bubble.server-text span h3 {
  font-size: 21px;
}
.msg-bubble.server-text span ul li {
  font-size: 16px;
}
.map-tooltip {
  background-color: rgba(50, 50, 50, 0.85);
  color: white;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 12px;
  white-space: nowrap;
}
.data-forms-hot-table .htCore td {
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.data-forms-paginator .mat-paginator-container {
  padding: 0 !important;
}
.service-dashboard-processes-dropdowns .mat-form-field {
  width: 160px !important;
  min-width: 120px !important;
  height: 34px;
  display: flex;
  align-items: center;
  margin: 0;
}
.service-dashboard-processes-dropdowns .mat-form-field-appearance-outline .mat-form-field-wrapper {
  width: 160px !important;
  min-width: 120px !important;
  margin: 0;
  padding-bottom: 0;
  height: 34px;
}
.service-dashboard-processes-dropdowns .mat-form-field-appearance-outline .mat-form-field-flex {
  height: 34px;
  align-items: center;
  padding: 0 8px !important;
}
.service-dashboard-processes-dropdowns .mat-form-field-appearance-outline .mat-form-field-outline {
  height: 34px;
}
.service-dashboard-processes-dropdowns .mat-select-trigger {
  height: 34px;
  display: flex;
  align-items: center;
  transform: translateY(-2px);
}
.service-dashboard-processes-dropdowns .mat-sort-header-disabled .mat-sort-header-arrow {
  display: none;
}
.org-page-dropdown-tenant-override-mokcg .mat-form-field.hasHint {
  margin-bottom: 12px !important;
}
.org-page-dropdown-tenant-override-mokcg .mat-form-field .mat-form-field-wrapper {
  padding-bottom: 0;
}
.org-page-dropdown-tenant-override-mokcg .mat-form-field .mat-form-field-flex {
  background-color: transparent;
  padding: 0;
}
.org-page-dropdown-tenant-override-mokcg .mat-form-field .mat-form-field-flex input,
.org-page-dropdown-tenant-override-mokcg .mat-form-field .mat-form-field-flex .mat-select,
.org-page-dropdown-tenant-override-mokcg .mat-form-field .mat-form-field-flex textarea {
  background: white;
  border: 1px solid #afbdd1;
  color: #101112;
  padding: 0 9px;
  width: calc(100% - 20px);
  height: 50px;
  border-radius: 10px;
  margin-top: 10px;
}
.org-page-dropdown-tenant-override-mokcg .mat-form-field .mat-form-field-flex input .mat-select-trigger,
.org-page-dropdown-tenant-override-mokcg .mat-form-field .mat-form-field-flex .mat-select .mat-select-trigger,
.org-page-dropdown-tenant-override-mokcg .mat-form-field .mat-form-field-flex textarea .mat-select-trigger {
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.org-page-dropdown-tenant-override-mokcg .mat-form-field .mat-form-field-flex input .mat-select-trigger .mat-select-value,
.org-page-dropdown-tenant-override-mokcg .mat-form-field .mat-form-field-flex .mat-select .mat-select-trigger .mat-select-value,
.org-page-dropdown-tenant-override-mokcg .mat-form-field .mat-form-field-flex textarea .mat-select-trigger .mat-select-value {
  max-width: inherit;
}
.org-page-dropdown-tenant-override-mokcg .mat-form-field .mat-form-field-flex .mat-form-field-label {
  padding-left: 10px;
  color: white;
  transform: none;
  width: auto;
}
.org-page-dropdown-tenant-override-mokcg .mat-form-field .mat-form-field-flex .mat-form-field-label mat-label {
  font-size: 14px;
}
.org-page-dropdown-tenant-override-mokcg .mat-form-field .mat-form-field-underline {
  display: none;
}
.org-page-dropdown-tenant-override-mokcg .mat-form-field .mat-form-field-subscript-wrapper {
  margin-top: 10px;
  padding-left: 10px;
}
.org-page-dropdown-tenant-override-mokcg .mat-form-field .mat-form-field-suffix {
  position: absolute;
  right: 1%;
  top: 38%;
}
.org-page-dropdown-tenant-override-mokcg ads-input .mat-icon {
  line-height: 35px;
}
inline-diff .line-content.inline-diff-delete .inline-diff-text,
inline-diff .line-content.inline-diff-insert .inline-diff-text {
  display: inline-block;
  min-width: 100%;
}
inline-diff .line-content.inline-diff-delete .inline-diff-text {
  background-color: #ff8c8c;
}
inline-diff .line-content.inline-diff-insert .inline-diff-text {
  background-color: #9dff97;
}
.ads-dropdown-panel {
  background-color: white !important;
}
.ads-dropdown-panel .mat-option {
  background-color: white;
}
.ads-dropdown-panel .mat-option:hover,
.ads-dropdown-panel .mat-option.mat-selected:not(.mat-option-disabled) {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-mdc-tooltip .mdc-tooltip__surface {
  background-color: #0b9859 !important;
  font-size: 12px !important;
  border-radius: 4px !important;
  padding: 6px 8px !important;
}
body.pipeline-diagram-fullscreen fury-toolbar,
body.pipeline-diagram-fullscreen fury-navigation,
body.pipeline-diagram-fullscreen mat-sidenav.fury-collapsable-sidenav {
  display: none !important;
}
.remove-btn {
  min-width: 0 !important;
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  border-radius: 4px !important;
  margin-bottom: 12px;
}
.remove-btn mat-icon {
  line-height: 24px;
  margin: 0;
}
#fury-splash-screen {
  display: block;
  position: fixed;
  inset: 0;
  background: #2d2d2d;
  z-index: 99999;
  pointer-events: none;
}
#fury-splash-screen.squid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/img/logo/logo-splash.png) no-repeat center center;
  background-size: contain;
  filter: brightness(1.1);
  z-index: -1;
}
#fury-splash-screen.cbs {
  background:
    linear-gradient(
      135deg,
      #1b3a6b 0%,
      #0c1c3a 100%);
}
#fury-splash-screen.galeb {
  background: #282f3b;
}
#fury-splash-screen.aik {
  background: #063974;
}
#fury-splash-screen > .fury-splash-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.ball-scale-multiple > div {
  background-color: #0b9859;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}
@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.timepicker-overlay {
  z-index: 1100 !important;
}
.timepicker-backdrop-overlay {
  z-index: 1100 !important;
}
.timepicker-custom {
  direction: ltr;
}
.timepicker-custom .timepicker__header {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  background-color: #6ec288 !important;
}
.timepicker-custom .timepicker-button {
  color: #6ec288 !important;
}
.timepicker-custom .clock-face__clock-hand,
.timepicker-custom .clock-face__number > span.active,
.timepicker-custom .clock-face__clock-hand {
  background-color: #6ec288 !important;
}
.timepicker-custom .clock-face__clock-hand_minute:before {
  border-color: #6ec288 !important;
}
.mat-mdc-slide-toggle {
  --mat-slide-toggle-selected-handle-color: #0b9859 !important;
  --mat-slide-toggle-selected-hover-handle-color: #06683b !important;
  --mat-slide-toggle-selected-focus-handle-color: #06683b !important;
  --mat-slide-toggle-selected-pressed-handle-color: #0c7f4d !important;
  --mat-slide-toggle-selected-track-color: #6ec288 !important;
  --mat-slide-toggle-selected-hover-track-color: #6ec288 !important;
  --mat-slide-toggle-selected-focus-track-color: #6ec288 !important;
  --mat-slide-toggle-selected-pressed-track-color: #6ec288 !important;
  --mat-slide-toggle-selected-icon-color: #fff !important;
}

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