@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-bullet,
.hljs-literal,
.hljs-number,
.hljs-symbol {
  color: #6897bb;
}
.hljs-deletion,
.hljs-keyword,
.hljs-selector-tag {
  color: #cc7832;
}
.hljs-link,
.hljs-template-variable,
.hljs-variable {
  color: #629755;
}
.hljs-comment,
.hljs-quote {
  color: grey;
}
.hljs-meta {
  color: #bbb529;
}
.hljs-addition,
.hljs-attribute,
.hljs-string {
  color: #6a8759;
}
.hljs-section,
.hljs-title,
.hljs-type {
  color: #ffc66d;
}
.hljs-name,
.hljs-selector-class,
.hljs-selector-id {
  color: #e8bf6a;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: 700;
}

/* 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%;
  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 .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-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 linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* node_modules/angular-calendar/css/angular-calendar.css */
.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder;
}
.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.cal-month-view .cal-days {
  border: 1px solid;
  border-bottom: 0;
}
.cal-month-view .cal-cell-top {
  min-height: 78px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cal-month-view .cal-cell-row {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cal-month-view .cal-cell {
  float: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cal-month-view .cal-cell .cal-event {
  pointer-events: all !important;
}
.cal-month-view .cal-day-cell {
  min-height: 100px;
}
@media all and (-ms-high-contrast: none) {
  .cal-month-view .cal-day-cell {
    display: block;
  }
}
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid;
}
[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child) {
  border-right: initial;
  border-left: 1px solid;
}
.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid;
}
.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
}
.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px;
}
.cal-month-view .cal-events {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cal-month-view .cal-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px;
}
.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer;
}
.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default;
}
.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.9em;
}
.cal-month-view .cal-open-day-events {
  padding: 15px;
}
.cal-month-view .cal-open-day-events .cal-event {
  position: relative;
  top: 2px;
}
.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
  opacity: 0.3;
}
.cal-month-view .cal-draggable {
  cursor: move;
}
.cal-month-view .cal-drag-active * {
  pointer-events: none;
}
.cal-month-view .cal-event-title {
  cursor: pointer;
}
.cal-month-view .cal-event-title:hover {
  text-decoration: underline;
}
.cal-month-view {
  background-color: #fff;
}
.cal-month-view .cal-cell-row:hover {
  background-color: #fafafa;
}
.cal-month-view .cal-cell-row .cal-cell:hover,
.cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: #ededed;
}
.cal-month-view .cal-days {
  border-color: #e1e1e1;
}
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: #e1e1e1;
}
[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: initial;
  border-left-color: #e1e1e1;
}
.cal-month-view .cal-days .cal-cell-row {
  border-bottom-color: #e1e1e1;
}
.cal-month-view .cal-day-badge {
  background-color: #b94a48;
  color: #fff;
}
.cal-month-view .cal-event {
  background-color: #1e90ff;
  border-color: #d1e8ff;
  color: #fff;
}
.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
  color: #8b0000;
}
.cal-month-view .cal-day-cell.cal-today {
  background-color: #e8fde7;
}
.cal-month-view .cal-day-cell.cal-drag-over {
  background-color: #e0e0e0 !important;
}
.cal-month-view .cal-open-day-events {
  color: #fff;
  background-color: #555;
  -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.cal-week-view {
}
.cal-week-view * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cal-week-view .cal-day-headers {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
  border: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers {
  padding-left: initial;
  padding-right: 70px;
}
.cal-week-view .cal-day-headers .cal-header {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 5px;
}
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: initial;
  border-left: 1px solid;
}
.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left: initial;
  border-right: 1px solid;
}
.cal-week-view .cal-day-headers span {
  font-weight: 400;
  opacity: 0.5;
}
.cal-week-view .cal-day-column {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-left: solid 1px;
}
[dir=rtl] .cal-week-view .cal-day-column {
  border-left: initial;
  border-right: solid 1px;
}
.cal-week-view .cal-event {
  font-size: 12px;
  border: 1px solid;
  direction: ltr;
}
.cal-week-view .cal-time-label-column {
  width: 70px;
  height: 100%;
}
.cal-week-view .cal-current-time-marker {
  position: absolute;
  width: 100%;
  height: 2px;
  z-index: 2;
}
.cal-week-view .cal-all-day-events {
  border: solid 1px;
  border-top: 0;
  border-bottom-width: 3px;
  padding-top: 3px;
  position: relative;
}
.cal-week-view .cal-all-day-events .cal-day-columns {
  height: 100%;
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 0;
}
.cal-week-view .cal-all-day-events .cal-events-row {
  position: relative;
  height: 31px;
  margin-left: 70px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-events-row {
  margin-left: initial;
  margin-right: 70px;
}
.cal-week-view .cal-all-day-events .cal-event-container {
  display: inline-block;
  position: absolute;
}
.cal-week-view .cal-all-day-events .cal-event-container.resize-active {
  z-index: 1;
  pointer-events: none;
}
.cal-week-view .cal-all-day-events .cal-event {
  padding: 0 5px;
  margin-left: 2px;
  margin-right: 2px;
  height: 28px;
  line-height: 28px;
}
.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cal-week-view .cal-all-day-events .cal-time-label-column {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}
.cal-week-view .cal-all-day-events .cal-resize-handle {
  width: 6px;
  height: 100%;
  cursor: col-resize;
  position: absolute;
  top: 0;
}
.cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  right: 0;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  right: initial;
  left: 0;
}
.cal-week-view .cal-event,
.cal-week-view .cal-header {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cal-week-view .cal-drag-active {
  pointer-events: none;
  z-index: 1;
}
.cal-week-view .cal-drag-active * {
  pointer-events: none;
}
.cal-week-view .cal-time-events {
  position: relative;
  border: solid 1px;
  border-top: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cal-week-view .cal-time-events .cal-day-columns {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.cal-week-view .cal-time-events .cal-day-column {
  position: relative;
}
.cal-week-view .cal-time-events .cal-events-container {
  position: relative;
}
.cal-week-view .cal-time-events .cal-event-container {
  position: absolute;
  z-index: 1;
}
.cal-week-view .cal-time-events .cal-event {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 1px;
  padding: 0 5px;
  line-height: 25px;
}
.cal-week-view .cal-time-events .cal-resize-handle {
  width: 100%;
  height: 4px;
  cursor: row-resize;
  position: absolute;
}
.cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end {
  bottom: 0;
}
.cal-week-view .cal-hour-segment {
  position: relative;
}
.cal-week-view .cal-hour-segment::after {
  content: "\a0";
}
.cal-week-view .cal-event-container:not(.cal-draggable) {
  cursor: pointer;
}
.cal-week-view .cal-draggable {
  cursor: move;
}
.cal-week-view mwl-calendar-week-view-hour-segment,
.cal-week-view .cal-hour-segment {
  display: block;
}
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom: thin dashed;
}
.cal-week-view .cal-time {
  font-weight: bold;
  padding-top: 5px;
  width: 70px;
  text-align: center;
}
.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time {
  display: none;
}
.cal-week-view .cal-starts-within-day .cal-event {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cal-week-view .cal-ends-within-day .cal-event {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cal-week-view {
  background-color: #fff;
  border-top: solid 1px #e1e1e1;
}
.cal-week-view .cal-day-headers {
  border-color: #e1e1e1;
  border-top: 0;
}
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: initial;
  border-left: solid 1px #e1e1e1 !important;
}
.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: initial;
  border-right-color: #e1e1e1;
}
.cal-week-view .cal-day-headers .cal-header:hover,
.cal-week-view .cal-day-headers .cal-drag-over {
  background-color: #ededed;
}
.cal-week-view .cal-day-column {
  border-left-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-column {
  border-left-color: initial;
  border-right-color: #e1e1e1;
}
.cal-week-view .cal-event {
  background-color: #d1e8ff;
  border-color: #1e90ff;
  color: #1e90ff;
}
.cal-week-view .cal-all-day-events {
  border-color: #e1e1e1;
}
.cal-week-view .cal-header.cal-today {
  background-color: #e8fde7;
}
.cal-week-view .cal-header.cal-weekend span {
  color: #8b0000;
}
.cal-week-view .cal-time-events {
  border-color: #e1e1e1;
}
.cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover {
  background-color: #ededed;
}
.cal-week-view .cal-hour-odd {
  background-color: #fafafa;
}
.cal-week-view .cal-drag-over .cal-hour-segment {
  background-color: #ededed;
}
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom-color: #e1e1e1;
}
.cal-week-view .cal-current-time-marker {
  background-color: #ea4334;
}
.cal-day-view {
}
.cal-day-view mwl-calendar-week-view-header {
  display: none;
}
.cal-day-view .cal-events-container {
  margin-left: 70px;
}
[dir=rtl] .cal-day-view .cal-events-container {
  margin-left: initial;
  margin-right: 70px;
}
.cal-day-view .cal-day-column {
  border-left: 0;
}
.cal-day-view .cal-current-time-marker {
  margin-left: 70px;
  width: calc(100% - 70px);
}
[dir=rtl] .cal-day-view .cal-current-time-marker {
  margin-left: initial;
  margin-right: 70px;
}
.cal-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 11px;
  word-wrap: break-word;
  opacity: 0.9;
}
.cal-tooltip.cal-tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}
.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
}
.cal-tooltip.cal-tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}
.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
}
.cal-tooltip.cal-tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
}
.cal-tooltip.cal-tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}
.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
}
.cal-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  border-radius: 0.25rem;
}
.cal-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  border-top-color: #000;
}
.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  border-right-color: #000;
}
.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  border-bottom-color: #000;
}
.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  border-left-color: #000;
}
.cal-tooltip-inner {
  color: #fff;
  background-color: #000;
}

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

/* node_modules/handsontable/dist/handsontable.full.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: 14.2.0
 * Release date: 06/03/2024 (built at 06/03/2024 09:48:23)
 */
.handsontable .table th,
.handsontable .table td {
  border-top: none;
}
.handsontable tr {
  background: #fff;
}
.handsontable td {
  background-color: inherit;
}
.handsontable .table caption + thead tr:first-child th,
.handsontable .table caption + thead tr:first-child td,
.handsontable .table colgroup + thead tr:first-child th,
.handsontable .table colgroup + thead tr:first-child td,
.handsontable .table thead:first-child tr:first-child th,
.handsontable .table thead:first-child tr:first-child td {
  border-top: 1px solid #CCCCCC;
}
.handsontable .table-bordered {
  border: 0;
  border-collapse: separate;
}
.handsontable .table-bordered th,
.handsontable .table-bordered td {
  border-left: none;
}
.handsontable .table-bordered th:first-child,
.handsontable .table-bordered td:first-child {
  border-left: 1px solid #CCCCCC;
}
.handsontable .table > tbody > tr > td,
.handsontable .table > tbody > tr > th,
.handsontable .table > tfoot > tr > td,
.handsontable .table > tfoot > tr > th,
.handsontable .table > thead > tr > td,
.handsontable .table > thead > tr > th {
  line-height: 21px;
  padding: 0;
}
.col-lg-1.handsontable,
.col-lg-10.handsontable,
.col-lg-11.handsontable,
.col-lg-12.handsontable,
.col-lg-2.handsontable,
.col-lg-3.handsontable,
.col-lg-4.handsontable,
.col-lg-5.handsontable,
.col-lg-6.handsontable,
.col-lg-7.handsontable,
.col-lg-8.handsontable,
.col-lg-9.handsontable,
.col-md-1.handsontable,
.col-md-10.handsontable,
.col-md-11.handsontable,
.col-md-12.handsontable,
.col-md-2.handsontable,
.col-md-3.handsontable,
.col-md-4.handsontable,
.col-md-5.handsontable,
.col-md-6.handsontable,
.col-md-7.handsontable,
.col-md-8.handsontable,
.col-md-9.handsontable .col-sm-1.handsontable,
.col-sm-10.handsontable,
.col-sm-11.handsontable,
.col-sm-12.handsontable,
.col-sm-2.handsontable,
.col-sm-3.handsontable,
.col-sm-4.handsontable,
.col-sm-5.handsontable,
.col-sm-6.handsontable,
.col-sm-7.handsontable,
.col-sm-8.handsontable,
.col-sm-9.handsontable .col-xs-1.handsontable,
.col-xs-10.handsontable,
.col-xs-11.handsontable,
.col-xs-12.handsontable,
.col-xs-2.handsontable,
.col-xs-3.handsontable,
.col-xs-4.handsontable,
.col-xs-5.handsontable,
.col-xs-6.handsontable,
.col-xs-7.handsontable,
.col-xs-8.handsontable,
.col-xs-9.handsontable {
  padding-left: 0;
  padding-right: 0;
}
.handsontable .table-striped > tbody > tr:nth-of-type(even) {
  background-color: #FFF;
}
.handsontable {
  position: relative;
}
.handsontable .hide {
  display: none;
}
.handsontable .relative {
  position: relative;
}
.handsontable .wtHider {
  width: 0;
}
.handsontable .wtSpreader {
  position: relative;
  width: 0;
  height: auto;
}
.handsontable table,
.handsontable tbody,
.handsontable thead,
.handsontable td,
.handsontable th,
.handsontable input,
.handsontable textarea,
.handsontable div {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.handsontable input,
.handsontable textarea {
  min-height: initial;
}
.handsontable table.htCore {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  border-width: 0;
  table-layout: fixed;
  width: 0;
  outline-width: 0;
  cursor: default;
  max-width: none;
  max-height: none;
}
.handsontable col {
  width: 50px;
}
.handsontable col.rowHeader {
  width: 50px;
}
.handsontable th,
.handsontable td {
  border-top-width: 0;
  border-left-width: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 22px;
  empty-cells: show;
  line-height: 21px;
  padding: 0 4px 0 4px;
  background-color: #fff;
  vertical-align: top;
  overflow: hidden;
  outline: none;
  outline-width: 0;
  white-space: pre-wrap;
}
[dir=rtl].handsontable th,
[dir=rtl].handsontable td {
  border-right-width: 0;
  border-left: 1px solid #ccc;
}
.handsontable th:last-child {
  border-left: none;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
[dir=rtl].handsontable th:last-child {
  border-right: none;
  border-left: 1px solid #ccc;
}
.handsontable th:first-child,
.handsontable th:nth-child(2),
.handsontable td:first-of-type {
  border-left: 1px solid #ccc;
}
[dir=rtl].handsontable th:first-child,
[dir=rtl].handsontable th:nth-child(2),
[dir=rtl].handsontable td:first-of-type {
  border-right: 1px solid #ccc;
}
.handsontable .ht_clone_top th:nth-child(2) {
  border-left-width: 0;
  border-right: 1px solid #ccc;
}
[dir=rtl].handsontable .ht_clone_top th:nth-child(2) {
  border-right-width: 0;
  border-left: 1px solid #ccc;
}
.handsontable.htRowHeaders thead tr th:nth-child(2) {
  border-left: 1px solid #ccc;
}
[dir=rtl].handsontable.htRowHeaders thead tr th:nth-child(2) {
  border-right: 1px solid #ccc;
}
.handsontable tr:first-child th,
.handsontable tr:first-child td {
  border-top: 1px solid #ccc;
}
.ht_master:not(.innerBorderInlineStart):not(.emptyColumns) ~ .handsontable tbody tr th,
.ht_master:not(.innerBorderInlineStart):not(.emptyColumns) ~ .handsontable:not(.ht_clone_top) thead tr th:first-child {
  border-right-width: 0;
  border-left: 1px solid #ccc;
}
[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns) ~ .handsontable tbody tr th,
[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns) ~ .handsontable:not(.ht_clone_top) thead tr th:first-child {
  border-left-width: 0;
  border-right: 1px solid #ccc;
}
.ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr:last-child th,
.ht_master:not(.innerBorderTop):not(.innerBorderBottom) ~ .handsontable thead tr:last-child th,
.ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr.lastChild th,
.ht_master:not(.innerBorderTop):not(.innerBorderBottom) ~ .handsontable thead tr.lastChild th {
  border-bottom-width: 0;
}
.handsontable th {
  background-color: #f0f0f0;
  color: #222;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}
.handsontable thead th {
  padding: 0;
}
.handsontable th.active {
  background-color: #ccc;
}
.handsontable thead th .relative {
  padding: 2px 4px;
}
.handsontable span.colHeader {
  display: inline-block;
  line-height: 1.1;
}
.handsontable .wtBorder {
  position: absolute;
  font-size: 0;
}
.handsontable .wtBorder.hidden {
  display: none !important;
}
.handsontable .wtBorder.current {
  z-index: 10;
}
.handsontable .wtBorder.area {
  z-index: 8;
}
.handsontable .wtBorder.fill {
  z-index: 6;
}
.handsontable .wtBorder.corner {
  font-size: 0;
  cursor: crosshair;
}
.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;
}
.handsontable col.hidden {
  width: 0 !important;
}
.handsontable tr.hidden,
.handsontable tr.hidden td,
.handsontable tr.hidden th {
  display: none;
}
.ht_master,
.ht_clone_inline_start,
.ht_clone_top,
.ht_clone_bottom {
  overflow: hidden;
}
.ht_master .wtHolder {
  overflow: auto;
}
.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_clone_top .wtHolder,
.ht_clone_inline_start .wtHolder,
.ht_clone_bottom .wtHolder {
  overflow: hidden;
}
@charset "UTF-8";
.handsontable {
  touch-action: manipulation;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Oxygen",
    "Ubuntu",
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #373737;
}
.handsontable a {
  color: #104acc;
}
.handsontable.htAutoSize {
  visibility: hidden;
  left: -99000px;
  position: absolute;
  top: -99000px;
}
.handsontable td.htInvalid {
  background-color: #ffbeba !important;
}
.handsontable td.htNoWrap {
  white-space: nowrap;
}
.handsontable td.invisibleSelection,
.handsontable th.invisibleSelection {
  outline: none;
}
.handsontable td.invisibleSelection::selection,
.handsontable th.invisibleSelection::selection {
  background: rgba(255, 255, 255, 0);
}
.hot-display-license-info {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Oxygen",
    "Ubuntu",
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #373737;
  padding: 5px 0 3px 0;
  text-align: left;
}
.hot-display-license-info a {
  color: #104acc;
  font-size: 10px;
}
.handsontable .htFocusCatcher {
  position: absolute;
  z-index: -1;
  opacity: 0;
  border: 0;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
}
.handsontable .manualColumnResizer {
  position: absolute;
  top: 0;
  cursor: col-resize;
  z-index: 210;
  width: 5px;
  height: 25px;
}
.handsontable .manualRowResizer {
  position: absolute;
  left: 0;
  cursor: row-resize;
  z-index: 210;
  height: 5px;
  width: 50px;
}
.handsontable .manualColumnResizer:hover,
.handsontable .manualColumnResizer.active,
.handsontable .manualRowResizer:hover,
.handsontable .manualRowResizer.active {
  background-color: #34a9db;
}
.handsontable .manualColumnResizerGuide {
  position: absolute;
  right: unset;
  top: 0;
  background-color: #34a9db;
  display: none;
  width: 0;
  border-right: 1px dashed #777;
  border-left: none;
  margin-left: 5px;
  margin-right: unset;
}
[dir=rtl].handsontable .manualColumnResizerGuide {
  left: unset;
  border-left: 1px dashed #777;
  border-right: none;
  margin-right: 5px;
  margin-left: unset;
}
.handsontable .manualRowResizerGuide {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #34a9db;
  display: none;
  height: 0;
  border-bottom: 1px dashed #777;
  margin-top: 5px;
}
.handsontable .manualColumnResizerGuide.active,
.handsontable .manualRowResizerGuide.active {
  display: block;
  z-index: 209;
}
.handsontable .columnSorting {
  position: relative;
}
.handsontable .columnSorting.sortAction:hover {
  text-decoration: underline;
  cursor: pointer;
}
.handsontable span.colHeader.columnSorting::before {
  top: 50%;
  margin-top: -6px;
  padding-left: 8px;
  padding-right: 0;
  position: absolute;
  right: -9px;
  left: unset;
  content: "";
  height: 10px;
  width: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
}
[dir=rtl].handsontable span.colHeader.columnSorting::before {
  padding-right: 8px;
  padding-left: 0;
  left: -9px;
  right: unset;
  background-position-x: left;
}
.handsontable span.colHeader.columnSorting.ascending::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFNJREFUeAHtzjkSgCAUBNHPgsoy97+ulGXRqJE5L+xkxoYt2UdsLb5bqFINz+aLuuLn5rIu2RkO3fZpWENimNgiw6iBYRTPMLJjGFxQZ1hxxb/xBI1qC8k39CdKAAAAAElFTkSuQmCC);
}
.handsontable span.colHeader.columnSorting.descending::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFJJREFUeAHtzjkSgCAQRNFmQYUZ7n9dKUvru0TmvPAn3br0QfgdZ5xx6x+rQn23GqTYnq1FDcnuzZIO2WmedVqIRVxgGKEyjNgYRjKGkZ1hFIZ3I70LyM0VtU8AAAAASUVORK5CYII=);
}
.htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled)::before {
  content: "*";
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.handsontable td.area,
.handsontable td.area-1,
.handsontable td.area-2,
.handsontable td.area-3,
.handsontable td.area-4,
.handsontable td.area-5,
.handsontable td.area-6,
.handsontable td.area-7 {
  position: relative;
}
.handsontable td.area:before,
.handsontable td.area-1:before,
.handsontable td.area-2:before,
.handsontable td.area-3:before,
.handsontable td.area-4:before,
.handsontable td.area-5:before,
.handsontable td.area-6:before,
.handsontable td.area-7:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: -100% \	;
  background: #005eff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .handsontable td.area:before,
  .handsontable td.area-1:before,
  .handsontable td.area-2:before,
  .handsontable td.area-3:before,
  .handsontable td.area-4:before,
  .handsontable td.area-5:before,
  .handsontable td.area-6:before,
  .handsontable td.area-7:before {
    bottom: -100%;
  }
}
.handsontable td.area:before {
  opacity: 0.1;
}
.handsontable td.area-1:before {
  opacity: 0.2;
}
.handsontable td.area-2:before {
  opacity: 0.27;
}
.handsontable td.area-3:before {
  opacity: 0.35;
}
.handsontable td.area-4:before {
  opacity: 0.41;
}
.handsontable td.area-5:before {
  opacity: 0.47;
}
.handsontable td.area-6:before {
  opacity: 0.54;
}
.handsontable td.area-7:before {
  opacity: 0.58;
}
.handsontable tbody th.current,
.handsontable thead th.current {
  box-shadow: inset 0 0 0 2px #4b89ff;
}
.handsontable tbody th.ht__highlight,
.handsontable thead th.ht__highlight {
  background-color: #dcdcdc;
}
.handsontable tbody th.ht__active_highlight,
.handsontable thead th.ht__active_highlight {
  background-color: #8eb0e7;
  color: #000;
}
.handsontableInput {
  border: none;
  outline-width: 0;
  margin: 0;
  padding: 1px 5px 0 5px;
  font-family: inherit;
  line-height: 21px;
  font-size: inherit;
  box-shadow: 0 0 0 2px #5292F7 inset;
  resize: none;
  display: block;
  color: #000;
  border-radius: 0;
  background-color: #FFF;
}
.handsontableInput:focus {
  outline: none;
}
.handsontableInputHolder {
  position: absolute;
  top: 0;
  left: 0;
}
.htSelectEditor {
  -webkit-appearance: menulist-button !important;
  position: absolute;
  width: auto;
}
.htSelectEditor:focus {
  outline: none;
}
.handsontable .htDimmed {
  color: #777;
}
.handsontable .htSubmenu {
  position: relative;
}
.handsontable .htSubmenu :after {
  content: "\25b6";
  color: #777;
  position: absolute;
  right: 5px;
  font-size: 9px;
}
[dir=rtl].handsontable .htSubmenu :after {
  content: "";
}
[dir=rtl].handsontable .htSubmenu :before {
  content: "\25c0";
  color: #777;
  position: absolute;
  left: 5px;
  font-size: 9px;
}
.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 .htPlaceholder {
  color: #999;
}
.handsontable.listbox {
  margin: 0;
}
.handsontable.listbox .ht_master table {
  border: 1px solid #ccc;
  border-collapse: separate;
  background: white;
}
.handsontable.listbox th,
.handsontable.listbox tr:first-child th,
.handsontable.listbox tr:last-child th,
.handsontable.listbox tr:first-child td,
.handsontable.listbox td {
  border-color: transparent !important;
}
.handsontable.listbox th,
.handsontable.listbox td {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.handsontable.listbox td.htDimmed {
  cursor: default;
  color: inherit;
  font-style: inherit;
}
.handsontable.listbox .wtBorder {
  visibility: hidden;
}
.handsontable.listbox tr td.current,
.handsontable.listbox tr:hover td {
  background: #eee;
}
.ht_editor_hidden {
  z-index: -1;
}
.ht_editor_visible {
  z-index: 200;
}
.handsontable td.htSearchResult {
  background: #fcedd9;
  color: #583707;
}
.handsontable .collapsibleIndicator {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: unset;
  right: 5px;
  border: 1px solid #A6A6A6;
  line-height: 8px;
  color: #222;
  border-radius: 10px;
  font-size: 10px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 6px rgb(238, 238, 238);
  -moz-box-shadow: 0 0 0 6px rgb(238, 238, 238);
  box-shadow: 0 0 0 3px rgb(238, 238, 238);
  background: #eee;
  text-align: center;
}
[dir=rtl].handsontable .collapsibleIndicator {
  right: unset;
  left: 5px;
}
.handsontable.mobile,
.handsontable.mobile .wtHolder {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}
.handsontable.mobile .handsontableInput:focus {
  -webkit-box-shadow: 0 0 0 2px #5292f7 inset;
  -moz-box-shadow: 0 0 0 2px #5292f7 inset;
  box-shadow: 0 0 0 2px #5292f7 inset;
  -webkit-appearance: none;
}
.handsontable .topSelectionHandle,
.handsontable .topSelectionHandle-HitArea,
.handsontable .bottomSelectionHandle,
.handsontable .bottomSelectionHandle-HitArea {
  left: -10000px;
  right: unset;
  top: -10000px;
  z-index: 9999;
}
[dir=rtl].handsontable .topSelectionHandle,
[dir=rtl].handsontable .topSelectionHandle-HitArea,
[dir=rtl].handsontable .bottomSelectionHandle,
[dir=rtl].handsontable .bottomSelectionHandle-HitArea {
  right: -10000px;
  left: unset;
}
.handsontable.hide-tween {
  -webkit-animation: opacity-hide 0.3s;
  animation: opacity-hide 0.3s;
  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;
}
@charset "UTF-8";
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}
.pika-select {
  display: inline-block;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  background: #f5f5f5;
  height: initial;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}
.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}
.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}
.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}
.is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}
.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
.handsontable .htAutocompleteArrow {
  float: right;
  font-size: 10px;
  color: #bbbbbb;
  cursor: default;
  width: 16px;
  text-align: center;
}
[dir=rtl].handsontable .htAutocompleteArrow {
  float: left;
}
.handsontable td.htInvalid .htAutocompleteArrow {
  color: #555555;
}
.handsontable td.htInvalid .htAutocompleteArrow:hover {
  color: #1a1a1a;
}
.handsontable td .htAutocompleteArrow:hover {
  color: #777;
}
.handsontable td.area .htAutocompleteArrow {
  color: #d3d3d3;
}
.handsontable .htCheckboxRendererInput {
  display: inline-block;
}
.handsontable .htCheckboxRendererInput.noValue {
  opacity: 0.5;
}
.handsontable .htCheckboxRendererLabel {
  font-size: inherit;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
}
.handsontable .htCheckboxRendererLabel.fullWidth {
  width: 100%;
}
.handsontable .htCommentCell {
  position: relative;
}
.handsontable .htCommentCell:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: unset;
  border-left: 6px solid transparent;
  border-right: none;
  border-top: 6px solid black;
}
[dir=rtl].handsontable .htCommentCell:after {
  left: 0;
  right: unset;
  border-right: 6px solid transparent;
  border-left: none;
}
.htCommentsContainer .htComments {
  display: none;
  z-index: 1059;
  position: absolute;
}
.htCommentsContainer .htCommentTextArea {
  box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px, rgba(0, 0, 0, 0.239216) 0 1px 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-left: 3px solid #ccc;
  border-right: none;
  background-color: #fff;
  width: 215px;
  height: 90px;
  font-size: 12px;
  padding: 5px;
  outline: 0px !important;
  -webkit-appearance: none;
}
[dir=rtl].htCommentsContainer .htCommentTextArea {
  border-right: 3px solid #ccc;
  border-left: none;
}
.htCommentsContainer .htCommentTextArea:focus {
  box-shadow:
    rgba(0, 0, 0, 0.117647) 0 1px 3px,
    rgba(0, 0, 0, 0.239216) 0 1px 2px,
    inset 0 0 0 1px #5292f7;
  border-left: 3px solid #5292f7;
  border-right: none;
}
[dir=rtl].htCommentsContainer .htCommentTextArea:focus {
  border-right: 3px solid #5292f7;
  border-left: none;
}
/*!
 * Handsontable ContextMenu
 */
.htContextMenu:not(.htGhostTable) {
  display: none;
  position: absolute;
  z-index: 1060;
}
.htContextMenu .ht_clone_top,
.htContextMenu .ht_clone_bottom,
.htContextMenu .ht_clone_inline_start,
.htContextMenu .ht_clone_top_inline_start_corner,
.htContextMenu .ht_clone_bottom_inline_start_corner {
  display: none;
}
.htContextMenu .ht_master table.htCore {
  border-color: #ccc;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 2px;
  border-left-width: 1px;
  border-right-width: 2px;
}
[dir=rtl].htContextMenu .ht_master table.htCore {
  border-right-width: 1px;
  border-left-width: 2px;
}
.htContextMenu.handsontable:focus {
  outline: none;
}
.htContextMenu .wtBorder {
  visibility: hidden;
}
.htContextMenu table tbody tr td {
  background: white;
  border-width: 0;
  padding: 4px 6px 0 6px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.htContextMenu table tbody tr td:first-child {
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}
[dir=rtl].htContextMenu table tbody tr td:first-child {
  border-right-width: 0;
  border-left-width: 0;
}
.htContextMenu table tbody tr td.htDimmed {
  font-style: normal;
  color: #323232;
}
.htContextMenu table tbody tr td.current {
  background: #f3f3f3;
}
.htContextMenu table tbody tr td.htSeparator {
  border-top: 1px solid #e6e6e6;
  height: 0;
  padding: 0;
  cursor: default;
}
.htContextMenu table tbody tr td.htDisabled {
  color: #999;
  cursor: default;
}
.htContextMenu table tbody tr td.htDisabled:hover {
  background: #fff;
  color: #999;
  cursor: default;
}
.htContextMenu table tbody tr.htHidden {
  display: none;
}
.htContextMenu table tbody tr td .htItemWrapper {
  margin-left: 10px;
  margin-right: 6px;
}
[dir=rtl].htContextMenu table tbody tr td .htItemWrapper {
  margin-right: 10px;
  margin-left: 6px;
}
.htContextMenu table tbody tr td div span.selected {
  margin-top: -2px;
  position: absolute;
  left: 4px;
  right: 0;
}
[dir=rtl].htContextMenu table tbody tr td div span.selected {
  right: 4px;
  left: 0;
}
.htContextMenu .ht_master .wtHolder {
  overflow: hidden;
}
textarea.HandsontableCopyPaste {
  position: fixed !important;
  top: 0 !important;
  right: 100% !important;
  overflow: hidden;
  opacity: 0;
  outline: 0 none !important;
}
@charset "UTF-8";
/*!
 * Handsontable DropdownMenu
 */
.handsontable .changeType {
  background: #eee;
  border-radius: 2px;
  border: 1px solid #bbb;
  color: #bbb;
  font-size: 9px;
  line-height: 9px;
  padding: 2px;
  margin: 3px 1px 0 5px;
  float: right;
}
[dir=rtl].handsontable .changeType {
  float: left;
}
.handsontable .changeType:before {
  content: "\25bc  ";
}
.handsontable .changeType:hover {
  border: 1px solid #777;
  color: #777;
  cursor: pointer;
}
.htDropdownMenu:not(.htGhostTable) {
  display: none;
  position: absolute;
  z-index: 1060;
}
.htDropdownMenu .ht_clone_top,
.htDropdownMenu .ht_clone_bottom,
.htDropdownMenu .ht_clone_inline_start,
.htDropdownMenu .ht_clone_top_inline_start_corner,
.htDropdownMenu .ht_clone_bottom_inline_start_corner {
  display: none;
}
.htDropdownMenu table.htCore {
  border-color: #ccc;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 2px;
  border-left-width: 1px;
  border-right-width: 2px;
}
[dir=rtl].htDropdownMenu table.htCore {
  border-right-width: 1px;
  border-left-width: 2px;
}
.htDropdownMenu.handsontable:focus {
  outline: none;
}
.htDropdownMenu .wtBorder {
  visibility: hidden;
}
.htDropdownMenu table tbody tr td {
  background: white;
  border-width: 0;
  padding: 4px 6px 0 6px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.htDropdownMenu table tbody tr td:first-child {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}
[dir=rtl].htDropdownMenu table tbody tr td:first-child {
  border-left-width: 0;
  border-right-width: 0;
}
.htDropdownMenu table tbody tr td.htDimmed {
  font-style: normal;
  color: #323232;
}
.htDropdownMenu table tbody tr td.current {
  background: #e9e9e9;
}
.htDropdownMenu table tbody tr td.htSeparator {
  border-top: 1px solid #e6e6e6;
  height: 0;
  padding: 0;
  cursor: default;
}
.htDropdownMenu table tbody tr td.htDisabled {
  color: #999;
}
.htDropdownMenu table tbody tr td.htDisabled:hover {
  background: #fff;
  color: #999;
  cursor: default;
}
.htDropdownMenu:not(.htGhostTable) table tbody tr.htHidden {
  display: none;
}
.htDropdownMenu table tbody tr td .htItemWrapper {
  margin-left: 10px;
  margin-right: 10px;
}
[dir=rtl].htDropdownMenu table tbody tr td .htItemWrapper {
  margin-right: 10px;
  margin-left: 10px;
}
.htDropdownMenu table tbody tr td div span.selected {
  margin-top: -2px;
  position: absolute;
  left: 4px;
  right: 0;
}
[dir=rtl].htDropdownMenu table tbody tr td div span.selected {
  right: 4px;
  left: 0;
}
.htDropdownMenu .ht_master .wtHolder {
  overflow: hidden;
}
@charset "UTF-8";
/*!
 * Handsontable Filters
 */
.htFiltersConditionsMenu:not(.htGhostTable) {
  display: none;
  position: absolute;
  z-index: 1070;
}
.htFiltersConditionsMenu .ht_clone_top,
.htFiltersConditionsMenu .ht_clone_bottom,
.htFiltersConditionsMenu .ht_clone_inline_start,
.htFiltersConditionsMenu .ht_clone_top_inline_start_corner,
.htFiltersConditionsMenu .ht_clone_bottom_inline_start_corner {
  display: none;
}
.htFiltersConditionsMenu table.htCore {
  border: 1px solid #bbb;
  border-bottom-width: 2px;
  border-right-width: 2px;
}
.htFiltersConditionsMenu .wtBorder {
  visibility: hidden;
}
.htFiltersConditionsMenu table tbody tr td {
  background: white;
  border-width: 0;
  padding: 4px 6px 0 6px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.htFiltersConditionsMenu table tbody tr td:first-child {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}
[dir=rtl].htFiltersConditionsMenu table tbody tr td:first-child {
  border-left-width: 0;
  border-right-width: 0;
}
.htFiltersConditionsMenu table tbody tr td.htDimmed {
  font-style: normal;
  color: #323232;
}
.htFiltersConditionsMenu table tbody tr td.current {
  background: #e9e9e9;
}
.htFiltersConditionsMenu table tbody tr td.htSeparator {
  border-top: 1px solid #e6e6e6;
  height: 0;
  padding: 0;
}
.htFiltersConditionsMenu table tbody tr td.htDisabled {
  color: #999;
}
.htFiltersConditionsMenu table tbody tr td.htDisabled:hover {
  background: #fff;
  color: #999;
  cursor: default;
}
.htFiltersConditionsMenu table tbody tr td .htItemWrapper {
  margin-left: 10px;
  margin-right: 10px;
}
.htFiltersConditionsMenu table tbody tr td div span.selected {
  margin-top: -2px;
  position: absolute;
  left: 4px;
}
.htFiltersConditionsMenu .ht_master .wtHolder {
  overflow: hidden;
}
.handsontable .htMenuFiltering {
  border-bottom: 1px dotted #ccc;
  height: 135px;
  overflow: hidden;
}
.handsontable .ht_master table td.htCustomMenuRenderer {
  background-color: #fff;
  cursor: auto;
}
.handsontable .htFiltersMenuLabel {
  font-size: 0.75em;
}
.handsontable .htFiltersMenuActionBar {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 3px;
}
.handsontable .htFiltersMenuCondition.border {
  border-bottom: 1px dotted #ccc !important;
}
.handsontable .htFiltersMenuCondition .htUIInput {
  padding: 0 0 5px 0;
}
.handsontable .htFiltersMenuValue {
  border-bottom: 1px dotted #ccc !important;
}
.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch {
  padding: 0;
}
.handsontable .htFiltersMenuCondition .htUIInput input,
.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input {
  font-family: inherit;
  font-size: 0.75em;
  padding: 4px;
  box-sizing: border-box;
  width: 100%;
}
.htUIMultipleSelect .ht_master .wtHolder {
  overflow-y: scroll;
}
.handsontable .htFiltersActive .changeType {
  border: 1px solid #509272;
  color: #18804e;
  background-color: #d2e0d9;
}
.handsontable .htUISelectAll {
  margin-left: 0;
  margin-right: 10px;
}
[dir=rtl].handsontable .htUISelectAll {
  margin-right: 0;
  margin-left: 10px;
}
.handsontable .htUIClearAll,
.handsontable .htUISelectAll {
  display: inline-block;
}
.handsontable .htUIClearAll a,
.handsontable .htUISelectAll a {
  font-size: 0.75em;
}
.handsontable .htUISelectionControls {
  text-align: right;
}
[dir=rtl].handsontable .htUISelectionControls {
  text-align: left;
}
.handsontable .htCheckboxRendererInput {
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: 0;
  vertical-align: middle;
  height: 1em;
}
[dir=rtl].handsontable .htCheckboxRendererInput {
  margin-left: 5px;
  margin-right: 0;
}
.handsontable .htUIInput {
  padding: 3px 0 7px 0;
  position: relative;
  text-align: center;
}
.handsontable .htUIInput input {
  border-radius: 2px;
  border: 1px solid #d2d1d1;
}
.handsontable .htUIInputIcon {
  position: absolute;
}
.handsontable .htUIInput.htUIButton {
  cursor: pointer;
  display: inline-block;
}
.handsontable .htUIInput.htUIButton input {
  background-color: #eee;
  color: #000;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.75em;
  font-weight: bold;
  height: 19px;
  min-width: 64px;
}
.handsontable .htUIInput.htUIButton input:hover {
  border-color: #b9b9b9;
}
.handsontable .htUIInput.htUIButtonOK {
  margin-left: 0;
  margin-right: 10px;
}
[dir=rtl].handsontable .htUIInput.htUIButtonOK {
  margin-right: 0;
  margin-left: 10px;
}
.handsontable .htUIInput.htUIButtonOK input {
  background-color: #0f9d58;
  border-color: #18804e;
  color: #fff;
}
.handsontable .htUIInput.htUIButtonOK input:focus-visible {
  background-color: #92dd8d;
  border-color: #7cb878;
  color: #000;
}
.handsontable .htUIInput.htUIButtonOK input:hover {
  border-color: #1a6f46;
}
.handsontable .htUISelect {
  cursor: pointer;
  margin-bottom: 7px;
  position: relative;
}
.handsontable .htUISelectCaption {
  background-color: #e8e8e8;
  border-radius: 2px;
  border: 1px solid #d2d1d1;
  font-family: inherit;
  font-size: 0.75em;
  font-weight: bold;
  padding: 3px 20px 3px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.handsontable .htUISelectCaption:hover {
  background-color: #e8e8e8;
  border: 1px solid #b9b9b9;
}
.handsontable .htUISelectDropdown:after {
  content: "\25b2";
  font-size: 7px;
  position: absolute;
  right: 10px;
  top: 0;
}
.handsontable .htUISelectDropdown:before {
  content: "\25bc";
  font-size: 7px;
  position: absolute;
  right: 10px;
  top: 8px;
}
.handsontable .htUIMultipleSelect .handsontable .htCore {
  border: none;
}
.handsontable .htUIMultipleSelect .handsontable .htCore td:hover {
  background-color: #F5F5F5;
}
.handsontable .htUIMultipleSelectSearch input {
  border-radius: 2px;
  border: 1px solid #d2d1d1;
  padding: 3px;
}
.handsontable .htUIRadio {
  display: inline-block;
  margin-left: 0;
  margin-right: 5px;
  height: 100%;
}
[dir=rtl].handsontable .htUIRadio {
  margin-right: 0;
  margin-left: 5px;
}
.handsontable .htUIRadio:last-child {
  margin-right: 0;
}
.handsontable .htUIRadio > input[type=radio] {
  margin-left: 0;
  margin-right: 0.5ex;
}
[dir=rtl].handsontable .htUIRadio > input[type=radio] {
  margin-right: 0;
  margin-left: 0.5ex;
}
.handsontable .htUIRadio label {
  vertical-align: middle;
}
.handsontable .htFiltersMenuOperators {
  padding-bottom: 5px;
}
@charset "UTF-8";
.handsontable th.beforeHiddenColumn {
  position: relative;
}
.handsontable th.beforeHiddenColumn::after,
.handsontable th.afterHiddenColumn::before {
  color: #bbb;
  position: absolute;
  top: 50%;
  font-size: 5pt;
  transform: translateY(-50%);
}
.handsontable th.afterHiddenColumn {
  position: relative;
}
.handsontable th.beforeHiddenColumn::after {
  right: 1px;
  content: "\25c0";
}
[dir=rtl].handsontable th.beforeHiddenColumn::after {
  right: initial;
  left: 1px;
  content: "\25b6";
}
.handsontable th.afterHiddenColumn::before {
  left: 1px;
  content: "\25b6";
}
[dir=rtl].handsontable th.afterHiddenColumn::before {
  right: 1px;
  left: initial;
  content: "\25c0";
}
@charset "UTF-8";
/*!
 * Handsontable HiddenRows
 */
.handsontable th.beforeHiddenRow::before,
.handsontable th.afterHiddenRow::after {
  color: #bbb;
  font-size: 6pt;
  line-height: 6pt;
  position: absolute;
  left: 2px;
}
.handsontable th.beforeHiddenRow,
.handsontable th.afterHiddenRow {
  position: relative;
}
.handsontable th.beforeHiddenRow::before {
  content: "\25b2";
  bottom: 2px;
}
.handsontable th.afterHiddenRow::after {
  content: "\25bc";
  top: 2px;
}
.handsontable.ht__selection--rows tbody th.beforeHiddenRow.ht__highlight:before,
.handsontable.ht__selection--rows tbody th.afterHiddenRow.ht__highlight:after {
  color: #eee;
}
.handsontable td.afterHiddenRow.firstVisibleRow,
.handsontable th.afterHiddenRow.firstVisibleRow {
  border-top: 1px solid #CCC;
}
.htRowHeaders .ht_master.innerBorderInlineStart ~ .ht_clone_top_inline_start_corner th:nth-child(2),
.htRowHeaders .ht_master.innerBorderInlineStart ~ .ht_clone_inline_start td:first-of-type {
  border-left: 0 none;
}
.handsontable .wtHider {
  position: relative;
}
.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 {
  cursor: move;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.handsontable.ht__manualColumnMove.on-moving--columns .manualColumnResizer {
  display: none;
}
.handsontable .ht__manualColumnMove--guideline,
.handsontable .ht__manualColumnMove--backlight {
  position: absolute;
  height: 100%;
  display: none;
}
.handsontable .ht__manualColumnMove--guideline {
  background: #757575;
  width: 2px;
  top: 0;
  margin-inline-start: -1px;
  margin-inline-end: 0;
  z-index: 205;
}
.handsontable .ht__manualColumnMove--backlight {
  background: #343434;
  background: rgba(52, 52, 52, 0.25);
  display: none;
  z-index: 205;
  pointer-events: none;
}
.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 {
  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 {
  cursor: move;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.handsontable.ht__manualRowMove.on-moving--rows .manualRowResizer {
  display: none;
}
.handsontable .ht__manualRowMove--guideline,
.handsontable .ht__manualRowMove--backlight {
  position: absolute;
  width: 100%;
  display: none;
}
.handsontable .ht__manualRowMove--guideline {
  background: #757575;
  height: 2px;
  left: 0;
  margin-top: -1px;
  z-index: 205;
}
.handsontable .ht__manualRowMove--backlight {
  background: #343434;
  background: rgba(52, 52, 52, 0.25);
  display: none;
  z-index: 205;
  pointer-events: none;
}
.handsontable.on-moving--rows.show-ui .ht__manualRowMove--guideline,
.handsontable.on-moving--rows .ht__manualRowMove--backlight {
  display: block;
}
.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.1;
}
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-0]:before {
  opacity: 0.1;
}
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-1]:before {
  opacity: 0.2;
}
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-2]:before {
  opacity: 0.27;
}
.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.41;
}
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-5]:before {
  opacity: 0.47;
}
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-6]:before {
  opacity: 0.54;
}
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-7]:before {
  opacity: 0.58;
}
.handsontable span.colHeader.columnSorting::after {
  top: 50%;
  margin-top: -2px;
  position: absolute;
  right: -15px;
  left: unset;
  padding-left: 5px;
  padding-right: unset;
  font-size: 8px;
  height: 8px;
  line-height: 1.1;
  text-decoration: underline;
}
[dir=rtl].handsontable span.colHeader.columnSorting::after {
  left: -15px;
  right: unset;
  padding-right: 5px;
  padding-left: unset;
}
.handsontable span.colHeader.columnSorting::after {
  text-decoration: none;
}
.handsontable span.colHeader.columnSorting[class^=sort-]::after,
.handsontable span.colHeader.columnSorting[class*=" sort-"]::after {
  content: "+";
}
.handsontable span.colHeader.columnSorting.sort-1::after {
  content: "1";
}
.handsontable span.colHeader.columnSorting.sort-2::after {
  content: "2";
}
.handsontable span.colHeader.columnSorting.sort-3::after {
  content: "3";
}
.handsontable span.colHeader.columnSorting.sort-4::after {
  content: "4";
}
.handsontable span.colHeader.columnSorting.sort-5::after {
  content: "5";
}
.handsontable span.colHeader.columnSorting.sort-6::after {
  content: "6";
}
.handsontable span.colHeader.columnSorting.sort-7::after {
  content: "7";
}
.htGhostTable th div button.changeType + span.colHeader.columnSorting:not(.indicatorDisabled) {
  padding-right: 5px;
}
.handsontable thead th.hiddenHeader:not(:first-of-type) {
  display: none;
}
@charset "UTF-8";
.handsontable th.ht_nestingLevels {
  text-align: left;
  padding-left: 7px;
}
[dir=rtl].handsontable th.ht_nestingLevels {
  text-align: right;
  padding-right: 7px;
}
.handsontable th div.ht_nestingLevels {
  display: inline-block;
  position: absolute;
  left: 11px;
  right: unset;
}
[dir=rtl].handsontable th div.ht_nestingLevels {
  right: 11px;
  left: unset;
}
.handsontable.innerBorderInlineStart th div.ht_nestingLevels,
.handsontable.innerBorderInlineStart ~ .handsontable th div.ht_nestingLevels {
  right: 10px;
  left: unset;
}
[dir=rtl].handsontable.innerBorderInlineStart th div.ht_nestingLevels,
[dir=rtl].handsontable.innerBorderInlineStart ~ .handsontable th div.ht_nestingLevels {
  left: 10px;
  right: unset;
}
.handsontable th span.ht_nestingLevel {
  display: inline-block;
}
.handsontable th span.ht_nestingLevel_empty {
  display: inline-block;
  width: 10px;
  height: 1px;
  float: left;
}
[dir=rtl].handsontable th span.ht_nestingLevel_empty {
  float: right;
}
.handsontable th span.ht_nestingLevel::after {
  content: "\2510";
  font-size: 9px;
  display: inline-block;
  position: relative;
  bottom: 3px;
}
.handsontable th div.ht_nestingButton {
  display: inline-block;
  position: absolute;
  right: -2px;
  left: unset;
  cursor: pointer;
}
[dir=rtl].handsontable th div.ht_nestingButton {
  left: -2px;
  right: unset;
}
.handsontable th div.ht_nestingButton.ht_nestingExpand::after {
  content: "+";
}
.handsontable th div.ht_nestingButton.ht_nestingCollapse::after {
  content: "-";
}
.handsontable.innerBorderInlineStart th div.ht_nestingButton,
.handsontable.innerBorderInlineStart ~ .handsontable th div.ht_nestingButton {
  right: 0;
  left: unset;
}
[dir=rtl].handsontable.innerBorderInlineStart th div.ht_nestingButton,
[dir=rtl].handsontable.innerBorderInlineStart ~ .handsontable th div.ht_nestingButton {
  left: 0;
  right: unset;
}

/* 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;
}
.mat-mdc-menu-panel.fury-inbox-mail-label-list-menu {
  max-height: 350px;
  padding-top: 8px;
}
.mat-mdc-menu-panel.fury-inbox-mail-label-list-menu .fury-inbox-mail-label-list-menu-subheading {
  font: var(--font-caption);
  color: yellow;
  font-weight: 500;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 8px;
}
.mat-mdc-menu-panel.fury-inbox-mail-label-list-menu .mat-checkbox {
  margin-right: 12px;
}
.mat-mdc-menu-panel.fury-inbox-mail-label-list-menu .fury-inbox-mail-label-list-create {
  padding-left: 12px;
  padding-right: 12px;
}
.mat-mdc-menu-panel.fury-inbox-mail-label-list-menu .fury-inbox-mail-label-list-color .mat-form-field-infix,
.mat-mdc-menu-panel.fury-inbox-mail-label-list-menu .fury-inbox-mail-label-list-name .mat-form-field-infix {
  width: auto;
}
.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;
}
.quickpanel .mat-mdc-tab-body-content,
.quickpanel .mat-mdc-tab-body-wrapper,
.quickpanel mat-tab-body,
.quickpanel mat-tab-group {
  height: 100%;
}
.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-simple .fury-page-layout-content {
  padding-top: 24px;
  padding-bottom: 24px;
}
.fury-page-layout-card {
  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;
}
@media (max-width: 959.98px) {
  .fury-page-layout-content {
    padding: 16px;
  }
}
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 .wrap {
  white-space: normal;
}
.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-tabs .mat-mdc-tab-header {
  background: #f5f5f5;
}
.fury-default .fury-tabs .mat-mdc-tab-header .mdc-tab.mdc-tab--active {
  color: rgba(0, 0, 0, 0.87);
  opacity: 1;
}
.fury-default .fury-tabs .mat-mdc-tab-body-wrapper {
  flex: 1;
}
.fury-default .ql-toolbar {
  color: rgba(0, 0, 0, 0.87);
}
.fury-default .ql-stroke {
  stroke: rgba(0, 0, 0, 0.87);
}
.fury-default .ql-fill {
  fill: rgba(0, 0, 0, 0.87);
}
.fury-default .ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.87);
}
.fury-default .ql-toolbar.ql-snow .ql-picker .ql-picker-label,
.fury-default .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: rgba(0, 0, 0, 0.87);
}
.fury-default .cal-month-view {
  background-color: #fafafa;
}
.fury-default .cal-month-view .cal-days {
  border-color: rgba(0, 0, 0, 0.12);
}
.fury-default .cal-month-view .cal-days .cal-cell-row {
  border-color: rgba(0, 0, 0, 0.12);
}
.fury-default .cal-month-view .cal-header .cal-cell {
  padding-top: 12px;
  padding-bottom: 12px;
}
.fury-default .cal-month-view .cal-cell-row:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-default .cal-month-view .cal-cell-row .cal-cell:hover,
.fury-default .cal-month-view .cal-cell-row .cal-cell.cal-open {
  background: rgba(0, 0, 0, 0.04);
}
.fury-default .cal-month-view .cal-day-cell.cal-today {
  background: #e0e0e0;
}
.fury-default .cal-month-view .cal-day-cell:not(:last-child) {
  border-color: rgba(0, 0, 0, 0.12);
}
.fury-default .cal-month-view .cal-open-day-events {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-default .cal-month-view .cal-open-day-events > div {
  background: white;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding-left: 24px;
  padding-right: 24px;
  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 .cal-month-view .cal-open-day-events > div + div {
  margin-top: 12px;
}
.fury-default .cal-month-view .cal-open-day-events > div mwl-calendar-event-title {
  flex: 1;
  display: flex;
  flex-direction: row;
}
.fury-default .cal-month-view .cal-open-day-events > div mwl-calendar-event-title .cal-event-title {
  color: rgba(0, 0, 0, 0.87);
  flex: 1;
  padding: 12px;
}
.fury-default .cal-month-view .cal-open-day-events > div .cal-event-action {
  color: rgba(0, 0, 0, 0.54);
}
.fury-default .cal-month-view .cal-open-day-events > div .cal-event-action + .cal-event-action {
  margin-left: 12px;
}
.fury-default .cal-week-view .cal-header.cal-weekend span,
.fury-default .cal-day-view .cal-header.cal-weekend span {
  color: rgba(0, 0, 0, 0.54);
}
.fury-default .cal-week-view .cal-header.cal-today,
.fury-default .cal-day-view .cal-header.cal-today {
  background: #e0e0e0;
}
.fury-default .cal-week-view .cal-day-headers .cal-header:hover,
.fury-default .cal-week-view .cal-day-headers .cal-drag-over,
.fury-default .cal-day-view .cal-day-headers .cal-header:hover,
.fury-default .cal-day-view .cal-day-headers .cal-drag-over {
  background-color: rgba(0, 0, 0, 0.04);
}
.fury-default .cal-week-view .cal-hour,
.fury-default .cal-day-view .cal-hour {
  background: white;
}
.fury-default .cal-week-view .cal-hour-odd,
.fury-default .cal-day-view .cal-hour-odd {
  background: #f5f5f5;
}
.fury-default .cal-week-view .cal-hour-segment:hover,
.fury-default .cal-day-view .cal-hour-segment:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-default .cal-week-view .cal-time-events .cal-day-columns .cal-hour-segment:hover,
.fury-default .cal-day-view .cal-time-events .cal-day-columns .cal-hour-segment:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-default .cal-week-view .cal-event,
.fury-default .cal-day-view .cal-event {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.fury-default .cal-week-view .cal-event mwl-calendar-event-actions,
.fury-default .cal-day-view .cal-event mwl-calendar-event-actions {
  order: 2;
}
.fury-default .cal-week-view .cal-event mwl-calendar-event-title,
.fury-default .cal-day-view .cal-event mwl-calendar-event-title {
  order: 1;
  flex: 1;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fury-default .cal-week-view .cal-event mwl-calendar-event-title .cal-event-title,
.fury-default .cal-day-view .cal-event mwl-calendar-event-title .cal-event-title {
  outline: none;
}
.fury-default .cal-week-view .cal-event .cal-event-actions,
.fury-default .cal-day-view .cal-event .cal-event-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.fury-default .cal-week-view .cal-event .cal-event-actions .cal-event-action,
.fury-default .cal-day-view .cal-event .cal-event-actions .cal-event-action {
  color: rgba(0, 0, 0, 0.54);
  height: auto;
}
.fury-default .cal-week-view .cal-event .cal-event-actions .cal-event-action .icon,
.fury-default .cal-day-view .cal-event .cal-event-actions .cal-event-action .icon {
  font-size: 18px;
  padding: 6px 4px;
}
.fury-default .cal-event-title {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  font: var(--font-body-1);
}
.fury-default i.icon {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}
.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 {
  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 > .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 > .subheading,
.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 .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 .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-list {
  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);
  border-radius: 2px;
  overflow: inherit;
  display: flex;
}
.fury-default fury-list .fury-list-table {
  flex: 1 1 auto;
}
.fury-default fury-list .fury-list-header {
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-default fury-list .fury-list-header .fury-filter-input {
  background: white;
  color: currentColor;
}
.fury-default fury-list .fury-list-header .fury-filter-input::placeholder {
  color: #afbdd1;
}
.fury-default fury-list .fury-list-header .fury-filter-input-icon,
.fury-default fury-list .fury-list-header .fury-column-filter {
  color: #afbdd1;
}
.fury-default fury-list .fury-list-header .fury-list-name {
  border-right: 1px solid #afbdd1;
}
.fury-default fury-list .mat-header-row,
.fury-default fury-list .paginator {
  background: #eff2f6;
}
.fury-default fury-list .mat-cell,
.fury-default fury-list .mat-footer-cell {
  color: #101112;
}
.fury-default fury-list .mat-row:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-default fury-list .mat-cell.actions-cell button,
.fury-default fury-list .mat-header-cell.actions-cell button {
  color: rgba(0, 0, 0, 0.54);
}
.fury-default fury-list .mat-cell.image-cell img,
.fury-default fury-list .mat-header-cell.image-cell img {
  background: #f5f5f5;
}
.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%,
      rgb(255, 255, 255) 100%);
}
.fury-default fury-recent-sales-widget .table {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-default fury-recent-sales-widget .paginator {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.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-inbox .drawer-content > .header {
  background: #009688 url(/assets/img/backgrounds/inbox.png);
}
.fury-default fury-inbox fury-inbox-navigation .mat-list-item.active {
  color: #1976d2;
  background: rgba(0, 0, 0, 0.04);
}
.fury-default fury-inbox fury-inbox-navigation .mat-list-item:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-default fury-inbox fury-inbox-mail .vertical-divider {
  background: rgba(0, 0, 0, 0.12);
}
.fury-default fury-inbox fury-inbox-mail-list .mail:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-default fury-inbox fury-inbox-mail-list .picture {
  background: #f5f5f5;
}
.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-coming-soon .card {
  background: white;
}
.fury-default fury-coming-soon .card-footer {
  background: #f5f5f5;
}
.fury-default fury-coming-soon .logo svg {
  fill: rgba(0, 0, 0, 0.87);
}
.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 .wrap {
  white-space: normal;
}
.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-tabs .mat-mdc-tab-header {
  background: #f5f5f5;
}
.fury-light .fury-tabs .mat-mdc-tab-header .mdc-tab.mdc-tab--active {
  color: rgba(0, 0, 0, 0.87);
  opacity: 1;
}
.fury-light .fury-tabs .mat-mdc-tab-body-wrapper {
  flex: 1;
}
.fury-light .ql-toolbar {
  color: rgba(0, 0, 0, 0.87);
}
.fury-light .ql-stroke {
  stroke: rgba(0, 0, 0, 0.87);
}
.fury-light .ql-fill {
  fill: rgba(0, 0, 0, 0.87);
}
.fury-light .ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.87);
}
.fury-light .ql-toolbar.ql-snow .ql-picker .ql-picker-label,
.fury-light .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: rgba(0, 0, 0, 0.87);
}
.fury-light .cal-month-view {
  background-color: #fafafa;
}
.fury-light .cal-month-view .cal-days {
  border-color: rgba(0, 0, 0, 0.12);
}
.fury-light .cal-month-view .cal-days .cal-cell-row {
  border-color: rgba(0, 0, 0, 0.12);
}
.fury-light .cal-month-view .cal-header .cal-cell {
  padding-top: 12px;
  padding-bottom: 12px;
}
.fury-light .cal-month-view .cal-cell-row:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-light .cal-month-view .cal-cell-row .cal-cell:hover,
.fury-light .cal-month-view .cal-cell-row .cal-cell.cal-open {
  background: rgba(0, 0, 0, 0.04);
}
.fury-light .cal-month-view .cal-day-cell.cal-today {
  background: #e0e0e0;
}
.fury-light .cal-month-view .cal-day-cell:not(:last-child) {
  border-color: rgba(0, 0, 0, 0.12);
}
.fury-light .cal-month-view .cal-open-day-events {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-light .cal-month-view .cal-open-day-events > div {
  background: white;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding-left: 24px;
  padding-right: 24px;
  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 .cal-month-view .cal-open-day-events > div + div {
  margin-top: 12px;
}
.fury-light .cal-month-view .cal-open-day-events > div mwl-calendar-event-title {
  flex: 1;
  display: flex;
  flex-direction: row;
}
.fury-light .cal-month-view .cal-open-day-events > div mwl-calendar-event-title .cal-event-title {
  color: rgba(0, 0, 0, 0.87);
  flex: 1;
  padding: 12px;
}
.fury-light .cal-month-view .cal-open-day-events > div .cal-event-action {
  color: rgba(0, 0, 0, 0.54);
}
.fury-light .cal-month-view .cal-open-day-events > div .cal-event-action + .cal-event-action {
  margin-left: 12px;
}
.fury-light .cal-week-view .cal-header.cal-weekend span,
.fury-light .cal-day-view .cal-header.cal-weekend span {
  color: rgba(0, 0, 0, 0.54);
}
.fury-light .cal-week-view .cal-header.cal-today,
.fury-light .cal-day-view .cal-header.cal-today {
  background: #e0e0e0;
}
.fury-light .cal-week-view .cal-day-headers .cal-header:hover,
.fury-light .cal-week-view .cal-day-headers .cal-drag-over,
.fury-light .cal-day-view .cal-day-headers .cal-header:hover,
.fury-light .cal-day-view .cal-day-headers .cal-drag-over {
  background-color: rgba(0, 0, 0, 0.04);
}
.fury-light .cal-week-view .cal-hour,
.fury-light .cal-day-view .cal-hour {
  background: white;
}
.fury-light .cal-week-view .cal-hour-odd,
.fury-light .cal-day-view .cal-hour-odd {
  background: #f5f5f5;
}
.fury-light .cal-week-view .cal-hour-segment:hover,
.fury-light .cal-day-view .cal-hour-segment:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-light .cal-week-view .cal-time-events .cal-day-columns .cal-hour-segment:hover,
.fury-light .cal-day-view .cal-time-events .cal-day-columns .cal-hour-segment:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-light .cal-week-view .cal-event,
.fury-light .cal-day-view .cal-event {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.fury-light .cal-week-view .cal-event mwl-calendar-event-actions,
.fury-light .cal-day-view .cal-event mwl-calendar-event-actions {
  order: 2;
}
.fury-light .cal-week-view .cal-event mwl-calendar-event-title,
.fury-light .cal-day-view .cal-event mwl-calendar-event-title {
  order: 1;
  flex: 1;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fury-light .cal-week-view .cal-event mwl-calendar-event-title .cal-event-title,
.fury-light .cal-day-view .cal-event mwl-calendar-event-title .cal-event-title {
  outline: none;
}
.fury-light .cal-week-view .cal-event .cal-event-actions,
.fury-light .cal-day-view .cal-event .cal-event-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.fury-light .cal-week-view .cal-event .cal-event-actions .cal-event-action,
.fury-light .cal-day-view .cal-event .cal-event-actions .cal-event-action {
  color: rgba(0, 0, 0, 0.54);
  height: auto;
}
.fury-light .cal-week-view .cal-event .cal-event-actions .cal-event-action .icon,
.fury-light .cal-day-view .cal-event .cal-event-actions .cal-event-action .icon {
  font-size: 18px;
  padding: 6px 4px;
}
.fury-light .cal-event-title {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  font: var(--font-body-1);
}
.fury-light i.icon {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}
.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 {
  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 > .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 > .subheading,
.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 .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 .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-list {
  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);
  border-radius: 2px;
  overflow: inherit;
  display: flex;
}
.fury-light fury-list .fury-list-table {
  flex: 1 1 auto;
}
.fury-light fury-list .fury-list-header {
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-light fury-list .fury-list-header .fury-filter-input {
  background: white;
  color: currentColor;
}
.fury-light fury-list .fury-list-header .fury-filter-input::placeholder {
  color: #afbdd1;
}
.fury-light fury-list .fury-list-header .fury-filter-input-icon,
.fury-light fury-list .fury-list-header .fury-column-filter {
  color: #afbdd1;
}
.fury-light fury-list .fury-list-header .fury-list-name {
  border-right: 1px solid #afbdd1;
}
.fury-light fury-list .mat-header-row,
.fury-light fury-list .paginator {
  background: #eff2f6;
}
.fury-light fury-list .mat-cell,
.fury-light fury-list .mat-footer-cell {
  color: #101112;
}
.fury-light fury-list .mat-row:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-light fury-list .mat-cell.actions-cell button,
.fury-light fury-list .mat-header-cell.actions-cell button {
  color: rgba(0, 0, 0, 0.54);
}
.fury-light fury-list .mat-cell.image-cell img,
.fury-light fury-list .mat-header-cell.image-cell img {
  background: #f5f5f5;
}
.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%,
      rgb(255, 255, 255) 100%);
}
.fury-light fury-recent-sales-widget .table {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-light fury-recent-sales-widget .paginator {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.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-inbox .drawer-content > .header {
  background: #009688 url(/assets/img/backgrounds/inbox.png);
}
.fury-light fury-inbox fury-inbox-navigation .mat-list-item.active {
  color: #1976d2;
  background: rgba(0, 0, 0, 0.04);
}
.fury-light fury-inbox fury-inbox-navigation .mat-list-item:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-light fury-inbox fury-inbox-mail .vertical-divider {
  background: rgba(0, 0, 0, 0.12);
}
.fury-light fury-inbox fury-inbox-mail-list .mail:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-light fury-inbox fury-inbox-mail-list .picture {
  background: #f5f5f5;
}
.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-coming-soon .card {
  background: white;
}
.fury-light fury-coming-soon .card-footer {
  background: #f5f5f5;
}
.fury-light fury-coming-soon .logo svg {
  fill: rgba(0, 0, 0, 0.87);
}
.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 .wrap {
  white-space: normal;
}
.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-tabs .mat-mdc-tab-header {
  background: #212121;
}
.fury-dark .fury-tabs .mat-mdc-tab-header .mdc-tab.mdc-tab--active {
  color: white;
  opacity: 1;
}
.fury-dark .fury-tabs .mat-mdc-tab-body-wrapper {
  flex: 1;
}
.fury-dark .ql-toolbar {
  color: white;
}
.fury-dark .ql-stroke {
  stroke: white;
}
.fury-dark .ql-fill {
  fill: white;
}
.fury-dark .ql-editor.ql-blank::before {
  color: white;
}
.fury-dark .ql-toolbar.ql-snow .ql-picker .ql-picker-label,
.fury-dark .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: white;
}
.fury-dark .cal-month-view {
  background-color: #303030;
}
.fury-dark .cal-month-view .cal-days {
  border-color: rgba(255, 255, 255, 0.12);
}
.fury-dark .cal-month-view .cal-days .cal-cell-row {
  border-color: rgba(255, 255, 255, 0.12);
}
.fury-dark .cal-month-view .cal-header .cal-cell {
  padding-top: 12px;
  padding-bottom: 12px;
}
.fury-dark .cal-month-view .cal-cell-row:hover {
  background: rgba(255, 255, 255, 0.04);
}
.fury-dark .cal-month-view .cal-cell-row .cal-cell:hover,
.fury-dark .cal-month-view .cal-cell-row .cal-cell.cal-open {
  background: rgba(255, 255, 255, 0.04);
}
.fury-dark .cal-month-view .cal-day-cell.cal-today {
  background: black;
}
.fury-dark .cal-month-view .cal-day-cell:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.12);
}
.fury-dark .cal-month-view .cal-open-day-events {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.fury-dark .cal-month-view .cal-open-day-events > div {
  background: #424242;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding-left: 24px;
  padding-right: 24px;
  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 .cal-month-view .cal-open-day-events > div + div {
  margin-top: 12px;
}
.fury-dark .cal-month-view .cal-open-day-events > div mwl-calendar-event-title {
  flex: 1;
  display: flex;
  flex-direction: row;
}
.fury-dark .cal-month-view .cal-open-day-events > div mwl-calendar-event-title .cal-event-title {
  color: white;
  flex: 1;
  padding: 12px;
}
.fury-dark .cal-month-view .cal-open-day-events > div .cal-event-action {
  color: white;
}
.fury-dark .cal-month-view .cal-open-day-events > div .cal-event-action + .cal-event-action {
  margin-left: 12px;
}
.fury-dark .cal-week-view .cal-header.cal-weekend span,
.fury-dark .cal-day-view .cal-header.cal-weekend span {
  color: rgba(255, 255, 255, 0.7);
}
.fury-dark .cal-week-view .cal-header.cal-today,
.fury-dark .cal-day-view .cal-header.cal-today {
  background: black;
}
.fury-dark .cal-week-view .cal-day-headers .cal-header:hover,
.fury-dark .cal-week-view .cal-day-headers .cal-drag-over,
.fury-dark .cal-day-view .cal-day-headers .cal-header:hover,
.fury-dark .cal-day-view .cal-day-headers .cal-drag-over {
  background-color: rgba(255, 255, 255, 0.04);
}
.fury-dark .cal-week-view .cal-hour,
.fury-dark .cal-day-view .cal-hour {
  background: #424242;
}
.fury-dark .cal-week-view .cal-hour-odd,
.fury-dark .cal-day-view .cal-hour-odd {
  background: #212121;
}
.fury-dark .cal-week-view .cal-hour-segment:hover,
.fury-dark .cal-day-view .cal-hour-segment:hover {
  background: rgba(255, 255, 255, 0.04);
}
.fury-dark .cal-week-view .cal-time-events .cal-day-columns .cal-hour-segment:hover,
.fury-dark .cal-day-view .cal-time-events .cal-day-columns .cal-hour-segment:hover {
  background: rgba(255, 255, 255, 0.04);
}
.fury-dark .cal-week-view .cal-event,
.fury-dark .cal-day-view .cal-event {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.fury-dark .cal-week-view .cal-event mwl-calendar-event-actions,
.fury-dark .cal-day-view .cal-event mwl-calendar-event-actions {
  order: 2;
}
.fury-dark .cal-week-view .cal-event mwl-calendar-event-title,
.fury-dark .cal-day-view .cal-event mwl-calendar-event-title {
  order: 1;
  flex: 1;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fury-dark .cal-week-view .cal-event mwl-calendar-event-title .cal-event-title,
.fury-dark .cal-day-view .cal-event mwl-calendar-event-title .cal-event-title {
  outline: none;
}
.fury-dark .cal-week-view .cal-event .cal-event-actions,
.fury-dark .cal-day-view .cal-event .cal-event-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.fury-dark .cal-week-view .cal-event .cal-event-actions .cal-event-action,
.fury-dark .cal-day-view .cal-event .cal-event-actions .cal-event-action {
  color: white;
  height: auto;
}
.fury-dark .cal-week-view .cal-event .cal-event-actions .cal-event-action .icon,
.fury-dark .cal-day-view .cal-event .cal-event-actions .cal-event-action .icon {
  font-size: 18px;
  padding: 6px 4px;
}
.fury-dark .cal-event-title {
  text-decoration: none;
  color: white;
  font: var(--font-body-1);
}
.fury-dark i.icon {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}
.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 {
  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 > .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 > .subheading,
.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 .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 .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-list {
  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);
  border-radius: 2px;
  overflow: inherit;
  display: flex;
}
.fury-dark fury-list .fury-list-table {
  flex: 1 1 auto;
}
.fury-dark fury-list .fury-list-header {
  background: #424242;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.fury-dark fury-list .fury-list-header .fury-filter-input {
  background: #424242;
  color: currentColor;
}
.fury-dark fury-list .fury-list-header .fury-filter-input::placeholder {
  color: #afbdd1;
}
.fury-dark fury-list .fury-list-header .fury-filter-input-icon,
.fury-dark fury-list .fury-list-header .fury-column-filter {
  color: #afbdd1;
}
.fury-dark fury-list .fury-list-header .fury-list-name {
  border-right: 1px solid #afbdd1;
}
.fury-dark fury-list .mat-header-row,
.fury-dark fury-list .paginator {
  background: #eff2f6;
}
.fury-dark fury-list .mat-cell,
.fury-dark fury-list .mat-footer-cell {
  color: #101112;
}
.fury-dark fury-list .mat-row:hover {
  background: rgba(255, 255, 255, 0.04);
}
.fury-dark fury-list .mat-cell.actions-cell button,
.fury-dark fury-list .mat-header-cell.actions-cell button {
  color: white;
}
.fury-dark fury-list .mat-cell.image-cell img,
.fury-dark fury-list .mat-header-cell.image-cell img {
  background: #212121;
}
.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%,
      rgb(66, 66, 66) 100%);
}
.fury-dark fury-recent-sales-widget .table {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.fury-dark fury-recent-sales-widget .paginator {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.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-inbox .drawer-content > .header {
  background: #009688 url(/assets/img/backgrounds/inbox.png);
}
.fury-dark fury-inbox fury-inbox-navigation .mat-list-item.active {
  color: #1976d2;
  background: rgba(255, 255, 255, 0.04);
}
.fury-dark fury-inbox fury-inbox-navigation .mat-list-item:hover {
  background: rgba(255, 255, 255, 0.04);
}
.fury-dark fury-inbox fury-inbox-mail .vertical-divider {
  background: rgba(255, 255, 255, 0.12);
}
.fury-dark fury-inbox fury-inbox-mail-list .mail:hover {
  background: rgba(255, 255, 255, 0.04);
}
.fury-dark fury-inbox fury-inbox-mail-list .picture {
  background: #212121;
}
.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-coming-soon .card {
  background: #424242;
}
.fury-dark fury-coming-soon .card-footer {
  background: #212121;
}
.fury-dark fury-coming-soon .logo svg {
  fill: white;
}
.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 .wrap {
  white-space: normal;
}
.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-tabs .mat-mdc-tab-header {
  background: #f5f5f5;
}
.fury-flat .fury-tabs .mat-mdc-tab-header .mdc-tab.mdc-tab--active {
  color: rgba(0, 0, 0, 0.87);
  opacity: 1;
}
.fury-flat .fury-tabs .mat-mdc-tab-body-wrapper {
  flex: 1;
}
.fury-flat .ql-toolbar {
  color: rgba(0, 0, 0, 0.87);
}
.fury-flat .ql-stroke {
  stroke: rgba(0, 0, 0, 0.87);
}
.fury-flat .ql-fill {
  fill: rgba(0, 0, 0, 0.87);
}
.fury-flat .ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.87);
}
.fury-flat .ql-toolbar.ql-snow .ql-picker .ql-picker-label,
.fury-flat .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: rgba(0, 0, 0, 0.87);
}
.fury-flat .cal-month-view {
  background-color: #fafafa;
}
.fury-flat .cal-month-view .cal-days {
  border-color: rgba(0, 0, 0, 0.12);
}
.fury-flat .cal-month-view .cal-days .cal-cell-row {
  border-color: rgba(0, 0, 0, 0.12);
}
.fury-flat .cal-month-view .cal-header .cal-cell {
  padding-top: 12px;
  padding-bottom: 12px;
}
.fury-flat .cal-month-view .cal-cell-row:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-flat .cal-month-view .cal-cell-row .cal-cell:hover,
.fury-flat .cal-month-view .cal-cell-row .cal-cell.cal-open {
  background: rgba(0, 0, 0, 0.04);
}
.fury-flat .cal-month-view .cal-day-cell.cal-today {
  background: #e0e0e0;
}
.fury-flat .cal-month-view .cal-day-cell:not(:last-child) {
  border-color: rgba(0, 0, 0, 0.12);
}
.fury-flat .cal-month-view .cal-open-day-events {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-flat .cal-month-view .cal-open-day-events > div {
  background: white;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding-left: 24px;
  padding-right: 24px;
  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 .cal-month-view .cal-open-day-events > div + div {
  margin-top: 12px;
}
.fury-flat .cal-month-view .cal-open-day-events > div mwl-calendar-event-title {
  flex: 1;
  display: flex;
  flex-direction: row;
}
.fury-flat .cal-month-view .cal-open-day-events > div mwl-calendar-event-title .cal-event-title {
  color: rgba(0, 0, 0, 0.87);
  flex: 1;
  padding: 12px;
}
.fury-flat .cal-month-view .cal-open-day-events > div .cal-event-action {
  color: rgba(0, 0, 0, 0.54);
}
.fury-flat .cal-month-view .cal-open-day-events > div .cal-event-action + .cal-event-action {
  margin-left: 12px;
}
.fury-flat .cal-week-view .cal-header.cal-weekend span,
.fury-flat .cal-day-view .cal-header.cal-weekend span {
  color: rgba(0, 0, 0, 0.54);
}
.fury-flat .cal-week-view .cal-header.cal-today,
.fury-flat .cal-day-view .cal-header.cal-today {
  background: #e0e0e0;
}
.fury-flat .cal-week-view .cal-day-headers .cal-header:hover,
.fury-flat .cal-week-view .cal-day-headers .cal-drag-over,
.fury-flat .cal-day-view .cal-day-headers .cal-header:hover,
.fury-flat .cal-day-view .cal-day-headers .cal-drag-over {
  background-color: rgba(0, 0, 0, 0.04);
}
.fury-flat .cal-week-view .cal-hour,
.fury-flat .cal-day-view .cal-hour {
  background: white;
}
.fury-flat .cal-week-view .cal-hour-odd,
.fury-flat .cal-day-view .cal-hour-odd {
  background: #f5f5f5;
}
.fury-flat .cal-week-view .cal-hour-segment:hover,
.fury-flat .cal-day-view .cal-hour-segment:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-flat .cal-week-view .cal-time-events .cal-day-columns .cal-hour-segment:hover,
.fury-flat .cal-day-view .cal-time-events .cal-day-columns .cal-hour-segment:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-flat .cal-week-view .cal-event,
.fury-flat .cal-day-view .cal-event {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.fury-flat .cal-week-view .cal-event mwl-calendar-event-actions,
.fury-flat .cal-day-view .cal-event mwl-calendar-event-actions {
  order: 2;
}
.fury-flat .cal-week-view .cal-event mwl-calendar-event-title,
.fury-flat .cal-day-view .cal-event mwl-calendar-event-title {
  order: 1;
  flex: 1;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fury-flat .cal-week-view .cal-event mwl-calendar-event-title .cal-event-title,
.fury-flat .cal-day-view .cal-event mwl-calendar-event-title .cal-event-title {
  outline: none;
}
.fury-flat .cal-week-view .cal-event .cal-event-actions,
.fury-flat .cal-day-view .cal-event .cal-event-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.fury-flat .cal-week-view .cal-event .cal-event-actions .cal-event-action,
.fury-flat .cal-day-view .cal-event .cal-event-actions .cal-event-action {
  color: rgba(0, 0, 0, 0.54);
  height: auto;
}
.fury-flat .cal-week-view .cal-event .cal-event-actions .cal-event-action .icon,
.fury-flat .cal-day-view .cal-event .cal-event-actions .cal-event-action .icon {
  font-size: 18px;
  padding: 6px 4px;
}
.fury-flat .cal-event-title {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
  font: var(--font-body-1);
}
.fury-flat i.icon {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}
.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 {
  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 > .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 > .subheading,
.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 .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 .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-list {
  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);
  border-radius: 2px;
  overflow: inherit;
  display: flex;
}
.fury-flat fury-list .fury-list-table {
  flex: 1 1 auto;
}
.fury-flat fury-list .fury-list-header {
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-flat fury-list .fury-list-header .fury-filter-input {
  background: white;
  color: currentColor;
}
.fury-flat fury-list .fury-list-header .fury-filter-input::placeholder {
  color: #afbdd1;
}
.fury-flat fury-list .fury-list-header .fury-filter-input-icon,
.fury-flat fury-list .fury-list-header .fury-column-filter {
  color: #afbdd1;
}
.fury-flat fury-list .fury-list-header .fury-list-name {
  border-right: 1px solid #afbdd1;
}
.fury-flat fury-list .mat-header-row,
.fury-flat fury-list .paginator {
  background: #eff2f6;
}
.fury-flat fury-list .mat-cell,
.fury-flat fury-list .mat-footer-cell {
  color: #101112;
}
.fury-flat fury-list .mat-row:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-flat fury-list .mat-cell.actions-cell button,
.fury-flat fury-list .mat-header-cell.actions-cell button {
  color: rgba(0, 0, 0, 0.54);
}
.fury-flat fury-list .mat-cell.image-cell img,
.fury-flat fury-list .mat-header-cell.image-cell img {
  background: #f5f5f5;
}
.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%,
      rgb(255, 255, 255) 100%);
}
.fury-flat fury-recent-sales-widget .table {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.fury-flat fury-recent-sales-widget .paginator {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.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-inbox .drawer-content > .header {
  background: #009688 url(/assets/img/backgrounds/inbox.png);
}
.fury-flat fury-inbox fury-inbox-navigation .mat-list-item.active {
  color: #1976d2;
  background: rgba(0, 0, 0, 0.04);
}
.fury-flat fury-inbox fury-inbox-navigation .mat-list-item:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-flat fury-inbox fury-inbox-mail .vertical-divider {
  background: rgba(0, 0, 0, 0.12);
}
.fury-flat fury-inbox fury-inbox-mail-list .mail:hover {
  background: rgba(0, 0, 0, 0.04);
}
.fury-flat fury-inbox fury-inbox-mail-list .picture {
  background: #f5f5f5;
}
.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-coming-soon .card {
  background: white;
}
.fury-flat fury-coming-soon .card-footer {
  background: #f5f5f5;
}
.fury-flat fury-coming-soon .logo svg {
  fill: rgba(0, 0, 0, 0.87);
}
.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;
}
.flex-row,
.fx-row {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.flex-column,
.fx-column {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.flex-wrap,
.fx-wrap {
  flex-wrap: wrap;
}
.flex-fill,
.fx-flex-fill,
.fx-flex {
  flex: 1 1 auto;
}
.flex-none,
.fx-flex-none {
  flex: 0 0 auto;
}
.flex-auto,
.fx-flex-auto {
  flex: 1 1 auto;
}
.align-center,
.fx-align-center,
.fx-layout-align-start-center {
  align-items: center;
}
.justify-center,
.fx-justify-center {
  justify-content: center;
}
.align-start,
.fx-align-start {
  align-items: flex-start;
}
.justify-start,
.fx-justify-start {
  justify-content: flex-start;
}
.align-end,
.fx-align-end {
  align-items: flex-end;
}
.justify-end,
.fx-justify-end {
  justify-content: flex-end;
}
.space-between,
.fx-space-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 4px;
}
.gap-8 {
  gap: 8px;
}
.gap-12 {
  gap: 12px;
}
.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;
  }
}
.fx-flex-15 {
  flex: 1 1 15%;
  max-width: 15%;
  box-sizing: border-box;
}
.fx-flex-30 {
  flex: 1 1 30%;
  max-width: 30%;
  box-sizing: border-box;
}
.fx-flex-45 {
  flex: 1 1 45%;
  max-width: 45%;
  box-sizing: border-box;
}
.fx-flex-55 {
  flex: 1 1 55%;
  max-width: 55%;
  box-sizing: border-box;
}
.fx-flex-70 {
  flex: 1 1 70%;
  max-width: 70%;
  box-sizing: border-box;
}
.fx-flex-85 {
  flex: 1 1 85%;
  max-width: 85%;
  box-sizing: border-box;
}
.fx-flex-100 {
  flex: 1 1 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.cdk-overlay-container .ads-dialog-panel {
}
.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,
.cdk-overlay-container .ads-dialog-panel .mat-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,
.cdk-overlay-container .ads-dialog-panel .mat-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 * {
  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 > form,
.cdk-overlay-container .ads-dialog-panel ads-dialog-layout > div {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
.cdk-overlay-container .ads-dialog-panel {
}
.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;
  max-width: 90vw !important;
}
.cdk-overlay-container .cdk-overlay-pane.ads-dialog--fluid .mdc-dialog__surface {
  width: max-content !important;
  max-width: 90vw !important;
}
.mat-chip-list-wrapper {
  padding-top: 0 !important;
  margin: 0 !important;
}
.mat-chip-list-wrapper .mat-mdc-standard-chip {
  margin-bottom: 0 !important;
}
.chip-list-has-chip .mat-chip-list-wrapper {
  padding-top: 10px !important;
}
body .mat-mdc-form-field:not(.mat-mdc-paginator-page-size-select-field) .mat-mdc-form-field-infix {
  min-height: 48px !important;
  padding-top: 24px !important;
  padding-bottom: 8px !important;
}
body .mat-mdc-form-field:not(.mat-mdc-paginator-page-size-select-field).mat-form-field-appearance-fill .mat-mdc-floating-label {
  top: 20px !important;
  left: 12px !important;
}
button.mat-button-base:not(.mat-icon-button),
button.mat-mdc-button-base:not(.mat-mdc-icon-button) {
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  min-width: 130px;
}
button.mat-button-base:not(.mat-icon-button).mat-primary,
button.mat-button-base:not(.mat-icon-button).mat-secondary,
button.mat-button-base:not(.mat-icon-button).mat-tertiary,
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-button-base:not(.mat-icon-button).mat-primary,
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-primary {
  background: #2d2d2d !important;
  color: #fff;
  border: none;
}
button.mat-button-base:not(.mat-icon-button).mat-primary:hover,
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-primary:hover {
  background: #101112 !important;
}
button.mat-button-base:not(.mat-icon-button).mat-primary:focus,
button.mat-button-base:not(.mat-icon-button).mat-primary:focus-visible,
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-button-base:not(.mat-icon-button).mat-primary:hover:focus,
button.mat-button-base:not(.mat-icon-button).mat-primary:focus:hover,
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-button-base:not(.mat-icon-button).mat-primary.active,
button.mat-button-base:not(.mat-icon-button).mat-primary:active,
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-button-base:not(.mat-icon-button).mat-primary .mat-button-focus-overlay,
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-primary .mat-button-focus-overlay {
  background-color: transparent !important;
}
button.mat-button-base:not(.mat-icon-button).mat-secondary,
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-secondary {
  background: #0b9859 !important;
  color: #fff;
  border: none;
}
button.mat-button-base:not(.mat-icon-button).mat-secondary:hover,
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-secondary:hover {
  background: #06683b !important;
}
button.mat-button-base:not(.mat-icon-button).mat-secondary:focus,
button.mat-button-base:not(.mat-icon-button).mat-secondary:focus-visible,
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-button-base:not(.mat-icon-button).mat-secondary:hover:focus,
button.mat-button-base:not(.mat-icon-button).mat-secondary:focus:hover,
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-button-base:not(.mat-icon-button).mat-secondary.active,
button.mat-button-base:not(.mat-icon-button).mat-secondary:active,
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-button-base:not(.mat-icon-button).mat-secondary .mat-button-focus-overlay,
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-secondary .mat-button-focus-overlay {
  background-color: transparent !important;
}
button.mat-button-base:not(.mat-icon-button).mat-button-disabled,
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-button-disabled {
  background-color: #d3d3d3 !important;
  color: #fff;
  cursor: default;
}
button.mat-button-base:not(.mat-icon-button).mat-button-disabled:hover,
button.mat-mdc-button-base:not(.mat-mdc-icon-button).mat-button-disabled:hover {
  background-color: #d3d3d3 !important;
}
.mat-mdc-tab-group .mat-mdc-tab.mdc-tab--active .mdc-tab__text-label,
.mat-mdc-tab-group .mat-tab-label.mat-tab-label-active .mat-tab-label-content,
.mat-tab-group .mat-mdc-tab.mdc-tab--active .mdc-tab__text-label,
.mat-tab-group .mat-tab-label.mat-tab-label-active .mat-tab-label-content {
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-mdc-autocomplete-panel,
.mat-mdc-select-panel {
  background-color: white !important;
}
.mat-mdc-autocomplete-panel .mat-mdc-option .mdc-list-item__primary-text,
.mat-mdc-select-panel .mat-mdc-option .mdc-list-item__primary-text {
  display: flex;
  align-items: center;
}
.mat-mdc-select-panel {
  min-width: calc(100% + 21px) !important;
  transform: translateX(5.25px) !important;
}
.cdk-overlay-container .mat-mdc-menu-panel {
  max-width: none;
}
.cdk-overlay-container .mat-mdc-menu-panel .mat-mdc-menu-content {
  display: grid;
  grid-auto-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  max-height: 220px;
}
.cdk-overlay-container .mat-mdc-menu-panel .mat-mdc-checkbox .mat-ripple-element,
.cdk-overlay-container .mat-mdc-menu-panel .mat-mdc-checkbox.mat-mdc-checkbox-checked .mdc-checkbox__background {
  background-color: #2d2d2d;
}
#fury-splash-screen {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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 > .wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@-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;
  }
}
.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;
}
.position-relative {
  position: relative;
}
.w-100 {
  width: 100%;
}
.clickable {
  cursor: pointer;
}
.mat-mdc-chip-input.mat-mdc-input-element {
  margin-right: 0 !important;
}
mat-radio-button {
  margin-left: 16px;
  margin-bottom: 16px;
}
mat-radio-button:first-child {
  margin-left: 0;
}
.mat-mdc-tab-body-wrapper {
  top: -1px;
}
.input-info-icon {
  display: flex;
  align-items: center;
  padding-top: 1em;
  margin-left: 8px;
  color: #e78723 !important;
}
.input-info-icon mat-icon {
  display: flex;
  align-items: center;
  justify-self: center;
}
.input-copy-icon {
  display: flex;
  align-items: center;
  padding-top: 1em;
  margin-left: 8px;
}
.input-copy-icon mat-icon {
  display: flex;
  align-items: center;
  justify-self: center;
}
.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;
}
.fury-default fury-list {
  overflow: hidden;
}
.fury-default fury-list .fury-list-table {
  width: 100%;
}
.mat-mdc-tab-body-content > ads-copy-icon {
  position: absolute;
  top: 0;
  right: 0;
}
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;
}
.ads-form-label {
  font-weight: 500;
  margin-bottom: 4px;
  display: block;
}
.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%;
}
.flex-1 {
  flex: 1;
}
.cursor-pointer {
  cursor: pointer;
}
.pointer-drag {
  cursor: move;
}
.m-0i {
  margin: 0 !important;
}
.white-space-pre-wrap {
  white-space: pre-wrap;
}
mat-divider.form {
  margin: 5px 0px 25px 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.sidenav.collapsed .dropdown {
  display: none !important;
}
.sidenav.collapsed .sidenav-item.level-0.dropdown-open {
  background-color: transparent;
}
.mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-color: #6ec288 !important;
}
button.login-btn.mat-button-base.mat-button-disabled,
button.login-btn.mat-mdc-button-base.mat-mdc-button-disabled {
  background-color: #959595 !important;
  color: white !important;
  cursor: default !important;
}
button.login-btn.mat-button-base.mat-button-disabled:hover,
button.login-btn.mat-mdc-button-base.mat-mdc-button-disabled:hover {
  background-color: #959595 !important;
}
.snackbar-success {
  background: #dbefdc;
  color: #1e4620;
  font-weight: 500;
  transform: translateY(42px) !important;
}
.snackbar-error {
  background: #f5e4e2;
  color: #621B16;
  font-weight: 500;
  transform: translateY(42px) !important;
}
pre {
  padding: 0 20px;
  max-height: 70vh;
}
pre.fullscreen {
  max-height: none;
}
.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;
}
.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;
}
.services-tab-group .mat-tab-label {
  padding: 0;
}
.services-search-dialog .mat-dialog-container {
  padding: 4px 0;
  min-width: 0;
}
.pipeline-filter-dialog .mat-dialog-container {
  padding: 0;
  min-width: 0;
}
.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;
}
.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;
}
.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;
}
.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;
}
.diagram-select .ads-autocomplete-form-field {
  height: 36px !important;
  display: flex !important;
  align-items: center !important;
  border: 1px solid rgba(0, 0, 0, 0.4) !important;
  border-radius: 4px !important;
  background-color: white !important;
  box-shadow: none !important;
}

/* angular:styles/global:styles */
