/* node_modules/devextreme/dist/css/dx.common.css */
/*!
This file is kept for backward compatibility.
It is no longer required.
*/

/* 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.png");
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("./media/layers-2x.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.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/leaflet.markercluster/dist/MarkerCluster.css */
.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
.leaflet-cluster-spider-leg {
  -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
  -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
  -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

/* src/assets/fonts.css */
@font-face {
  font-family: "TheMixB Regular";
  src: url("./media/TheMixB-W5Plain.eot?#iefix");
  src:
    url("./media/TheMixB-W5Plain.eot?#iefix") format("eot"),
    url("./media/TheMixB-W5Plain.woff2") format("woff2"),
    url("./media/TheMixB-W5Plain.woff") format("woff"),
    url("./media/TheMixB-W5Plain.ttf") format("truetype"),
    url("./media/TheMixB-W5Plain.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "TheMixB RegularItalic";
  src: url("./media/TheMixB-W5PlainItalic.eot?#iefix");
  src:
    url("./media/TheMixB-W5PlainItalic.eot?#iefix") format("eot"),
    url("./media/TheMixB-W5PlainItalic.woff2") format("woff2"),
    url("./media/TheMixB-W5PlainItalic.woff") format("woff"),
    url("./media/TheMixB-W5PlainItalic.ttf") format("truetype"),
    url("./media/TheMixB-W5PlainItalic.svg") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "TheMixB Bold";
  src: url("./media/TheMixB-W7Bold.eot?#iefix");
  src:
    url("./media/TheMixB-W7Bold.eot?#iefix") format("eot"),
    url("./media/TheMixB-W7Bold.woff2") format("woff2"),
    url("./media/TheMixB-W7Bold.woff") format("woff"),
    url("./media/TheMixB-W7Bold.ttf") format("truetype"),
    url("./media/TheMixB-W7Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "TheMixB BoldItalic";
  src: url("./media/TheMixB-W7BoldItalic.eot?#iefix");
  src:
    url("./media/TheMixB-W7BoldItalic.eot?#iefix") format("eot"),
    url("./media/TheMixB-W7BoldItalic.woff2") format("woff2"),
    url("./media/TheMixB-W7BoldItalic.woff") format("woff"),
    url("./media/TheMixB-W7BoldItalic.ttf") format("truetype"),
    url("./media/TheMixB-W7BoldItalic.svg") format("svg");
  font-weight: 700;
  font-style: italic;
}

/* src/assets/icons/icomoon.css */
@font-face {
  font-family: "icomoon";
  src: url("./media/icomoon.eot?1wyn9b");
  src:
    url("./media/icomoon.eot?1wyn9b#iefix") format("embedded-opentype"),
    url("./media/icomoon.ttf?1wyn9b") format("truetype"),
    url("./media/icomoon.woff?1wyn9b") format("woff"),
    url("./media/icomoon.svg?1wyn9b#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-external-link:before {
  content: "\e903";
}
.icon-column-chooser:before {
  content: "\e900";
}
.icon-rotate:before {
  content: "\e901";
}
.icon-filter:before {
  content: "\e902";
}
.icon-filter-clear:before {
  content: "\e9ea";
}
.icon-home:before {
  content: "\e600";
}
.icon-company:before {
  content: "\e60c";
}
.icon-edit:before {
  content: "\e60d";
}
.icon-planning:before {
  content: "\e62e";
}
.icon-hangfire:before {
  content: "\e638";
}
.icon-partial:before {
  content: "\e645";
}
.icon-light:before {
  content: "\e647";
}
.icon-dark:before {
  content: "\e649";
}
.icon-no-content:before {
  content: "\e658";
}
.icon-admin:before {
  content: "\e667";
}
.icon-key:before {
  content: "\e66e";
}
.icon-settings:before {
  content: "\e672";
}
.icon-delete:before {
  content: "\e681";
}
.icon-favorite:before {
  content: "\e68d";
}
.icon-email:before {
  content: "\e696";
}
.icon-audits:before {
  content: "\e6b5";
}
.icon-copy:before {
  content: "\e6b8";
}
.icon-device-pool:before {
  content: "\e6c3";
}
.icon-order:before {
  content: "\e6cb";
}
.icon-order-status:before {
  content: "\e6cc";
}
.icon-state:before {
  content: "\e6cf";
}
.icon-technician:before {
  content: "\e6d0";
}
.icon-fax:before {
  content: "\e6d7";
}
.icon-headset:before {
  content: "\e6f0";
}
.icon-camera:before {
  content: "\e704";
}
.icon-photos:before {
  content: "\e711";
}
.icon-contacts:before {
  content: "\e71a";
}
.icon-user:before {
  content: "\e71e";
}
.icon-user-add:before {
  content: "\e71f";
}
.icon-user-lock:before {
  content: "\e721";
}
.icon-user-management:before {
  content: "\e723";
}
.icon-manager:before {
  content: "\e739";
}
.icon-barcode:before {
  content: "\e748";
}
.icon-telephone:before {
  content: "\e76a";
}
.icon-pushpin:before {
  content: "\e778";
}
.icon-location:before {
  content: "\e77a";
}
.icon-monitoring:before {
  content: "\e77f";
}
.icon-map:before {
  content: "\e782";
}
.icon-calendar:before {
  content: "\e785";
}
.icon-calendar-check:before {
  content: "\e786";
}
.icon-calendar-cross:before {
  content: "\e787";
}
.icon-execution:before {
  content: "\e797";
}
.icon-network-fast:before {
  content: "\e79a";
}
.icon-network-medium:before {
  content: "\e79d";
}
.icon-network-slow:before {
  content: "\e79f";
}
.icon-no-url:before {
  content: "\e7a1";
}
.icon-mobile:before {
  content: "\e7a5";
}
.icon-power:before {
  content: "\e7b9";
}
.icon-comments:before {
  content: "\e7d7";
}
.icon-support:before {
  content: "\e7da";
}
.icon-ha:before {
  content: "\e87e";
}
.icon-devices:before {
  content: "\e87f";
}
.icon-web:before {
  content: "\e886";
}
.icon-network:before {
  content: "\e8b5";
}
.icon-online:before {
  content: "\e8b7";
}
.icon-offline:before {
  content: "\e8b9";
}
.icon-skip:before {
  content: "\e8d7";
}
.icon-refresh:before {
  content: "\e8da";
}
.icon-meter-readings:before {
  content: "\e8e5";
}
.icon-time:before {
  content: "\e8e8";
}
.icon-device-readings:before {
  content: "\e8ef";
}
.icon-download:before {
  content: "\e8f5";
}
.icon-logout:before {
  content: "\e8fe";
}
.icon-export:before {
  content: "\e914";
}
.icon-link:before {
  content: "\e917";
}
.icon-share:before {
  content: "\e920";
}
.icon-search:before {
  content: "\e922";
}
.icon-zoom:before {
  content: "\e927";
}
.icon-menu:before {
  content: "\e92b";
}
.icon-check:before {
  content: "\e934";
}
.icon-close:before {
  content: "\e935";
}
.icon-plus:before {
  content: "\e936";
}
.icon-minus:before {
  content: "\e937";
}
.icon-chevron-up:before {
  content: "\e939";
}
.icon-chevron-down:before {
  content: "\e93a";
}
.icon-chevron-left:before {
  content: "\e93b";
}
.icon-chevron-right:before {
  content: "\e93c";
}
.icon-arrow-right:before {
  content: "\e944";
}
.icon-replace:before {
  content: "\e94f";
}
.icon-cable:before {
  content: "\e950";
}
.icon-alert:before {
  content: "\e956";
}
.icon-information:before {
  content: "\e76e";
}
.icon-yes:before {
  content: "\e959";
}
.icon-no:before {
  content: "\e95a";
}
.icon-resume:before {
  content: "\e96a";
}
.icon-pause:before {
  content: "\e96b";
}
.icon-grid:before {
  content: "\e975";
}
.icon-grid-reset:before {
  content: "\e976";
}
.icon-overview:before {
  content: "\e977";
}
.icon-blocked:before {
  content: "\e99c";
}
.icon-logs:before {
  content: "\e9b4";
}
.icon-action:before {
  content: "\e9bf";
}
.icon-device-info:before {
  content: "\e9e9";
}

/* src/styles/main.scss */
@media (min-width: calc(576px + 1px)) {
  .show-on-mobile {
    display: none;
  }
}
@media (min-width: calc(800px + 1px)) {
  .show-on-tablet {
    display: none;
  }
}
@media (max-width: 576px) {
  .hide-on-mobile {
    display: none;
  }
}
@media (max-width: 800px) {
  .hide-on-tablet {
    display: none;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
footer,
header,
nav,
section,
main {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input {
  -webkit-appearance: none;
  border-radius: 0;
}
.scrollbar,
.full-page.scrollable,
textarea,
.scrollable {
  scrollbar-color: rgba(0, 0, 0, 0.1);
  scrollbar-width: 5px;
  scrollbar-gutter: stable;
}
.scrollbar::-webkit-scrollbar,
.full-page.scrollable::-webkit-scrollbar,
textarea::-webkit-scrollbar,
.scrollable::-webkit-scrollbar {
  width: 5px;
}
.scrollbar::-webkit-scrollbar-track,
.full-page.scrollable::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track,
.scrollable::-webkit-scrollbar-track,
.scrollbar::-webkit-scrollbar-thumb,
.full-page.scrollable::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
.scrollable::-webkit-scrollbar-thumb {
  transition: background-color 0.2s ease;
  background-color: transparent;
}
.scrollbar::-webkit-scrollbar-track,
.full-page.scrollable::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track,
.scrollable::-webkit-scrollbar-track {
  border-radius: 10px;
}
.scrollbar::-webkit-scrollbar-thumb,
.full-page.scrollable::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
.scrollable::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .scrollbar,
  .full-page.scrollable,
  textarea,
  .scrollable {
  }
  .scrollbar::-webkit-scrollbar-thumb,
  .full-page.scrollable::-webkit-scrollbar-thumb,
  textarea::-webkit-scrollbar-thumb,
  .scrollable::-webkit-scrollbar-thumb {
    background-color: #ff463c;
  }
}
.scrollbar:hover,
textarea:hover,
.scrollable:hover {
  scrollbar-color: #ff463c;
}
.scrollbar:hover::-webkit-scrollbar-thumb,
textarea:hover::-webkit-scrollbar-thumb,
.scrollable:hover::-webkit-scrollbar-thumb {
  background-color: #ff463c;
}
.scrollbar:hover::-webkit-scrollbar-track,
textarea:hover::-webkit-scrollbar-track,
.scrollable:hover::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.scrollable {
  overflow-y: auto;
}
html,
body {
  font-family: "TheMixB Regular";
  font-size: 16px;
  font-weight: 500;
}
h1,
h2,
h3 {
  font-weight: 700 !important;
  color: #ff463c;
}
h1 {
  font-size: 1.5rem !important;
  margin: 0.5rem 0;
}
h2 {
  font-size: 1.25rem !important;
  margin: 0.25rem 0;
}
h3 {
  font-size: 1.125rem !important;
  margin: 0.125rem 0;
}
a {
  text-decoration: none;
}
.no-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.text-multiline {
  white-space: pre-wrap;
}
.text-bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.no-decoration {
  text-decoration: none;
}
.upper-case {
  text-transform: uppercase;
}
.lower-case {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.small-caps {
  font-variant: small-caps;
}
.text-shadow,
.bg-default,
.bg-repower,
.bg-info,
.bg-ok,
.bg-success,
.bg-warn,
.bg-warning,
.bg-alert,
.bg-error {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.text-shadow-light {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.15);
}
.color-default,
.color-repower {
  color: #ff463c;
}
.color-gray {
  color: #8c8a8c;
}
.info {
  color: #0081ab;
}
.ok,
.success {
  color: #a2ad00;
}
.warn,
.warning {
  color: #ffb60f;
}
.alert,
.error {
  color: #ff463c;
}
.execution-content .bg-success,
.execution-content .bg-ok {
  background-color: rgba(129, 197, 137, 0.2);
  color: inherit;
}
.execution-content .bg-warn,
.execution-content .bg-warning {
  background-color: rgba(255, 191, 73, 0.2);
  color: inherit;
}
.execution-content .bg-alert,
.execution-content .bg-error {
  background-color: rgba(255, 58, 73, 0.2);
  color: inherit;
}
.execution-content .bg-information {
  background-color: rgba(43, 132, 210, 0.2);
  color: inherit;
}
.bg-default,
.bg-repower {
  background-color: #ff463c;
}
.bg-mobile-gray {
  background-color: rgba(200, 200, 200, 0.2);
}
.bg-gray {
  background-color: #cecdce;
}
.bg-transparent {
  background-color: transparent;
}
.bg-disabled {
  background-color: #cecdce;
  color: #8c8a8c;
}
.bg-info {
  background-color: #0081ab;
}
.bg-ok,
.bg-success-with-theme-text-color,
.bg-success {
  background-color: #a2ad00;
}
.bg-warn,
.bg-warning {
  background-color: #ffb60f;
}
.bg-alert,
.bg-error {
  background-color: #ff463c;
}
.bg-default,
.bg-repower,
.bg-info,
.bg-ok,
.bg-success,
.bg-warn,
.bg-warning,
.bg-alert,
.bg-error {
  color: white;
}
.bg-default .dx-loadindicator-icon .dx-loadindicator-segment,
.bg-repower .dx-loadindicator-icon .dx-loadindicator-segment,
.bg-info .dx-loadindicator-icon .dx-loadindicator-segment,
.bg-ok .dx-loadindicator-icon .dx-loadindicator-segment,
.bg-success .dx-loadindicator-icon .dx-loadindicator-segment,
.bg-warn .dx-loadindicator-icon .dx-loadindicator-segment,
.bg-warning .dx-loadindicator-icon .dx-loadindicator-segment,
.bg-alert .dx-loadindicator-icon .dx-loadindicator-segment,
.bg-error .dx-loadindicator-icon .dx-loadindicator-segment {
  background-color: white;
}
.dx-color-scheme-dark .bg-gray,
.dx-color-scheme-dark .bg-disabled {
  background-color: #5a585a;
}
input:read-only,
textarea:read-only,
select:read-only {
  background-color: rgba(0, 0, 0, 0.02);
}
.form {
  max-width: 1200px;
  margin: 0 auto;
}
.m-0 {
  margin: 0em;
}
.mt-0 {
  margin-top: 0em;
}
.mr-0 {
  margin-right: 0em;
}
.mb-0 {
  margin-bottom: 0em;
}
.ml-0 {
  margin-left: 0em;
}
.mx-0 {
  margin-left: 0em;
  margin-right: 0em;
}
.my-0 {
  margin-top: 0em;
  margin-bottom: 0em;
}
.m-1 {
  margin: 0.25em;
}
.mt-1 {
  margin-top: 0.25em;
}
.mr-1 {
  margin-right: 0.25em;
}
.mb-1 {
  margin-bottom: 0.25em;
}
.ml-1 {
  margin-left: 0.25em;
}
.mx-1 {
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.my-1 {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.m-2 {
  margin: 0.5em;
}
.mt-2 {
  margin-top: 0.5em;
}
.mr-2 {
  margin-right: 0.5em;
}
.mb-2 {
  margin-bottom: 0.5em;
}
.ml-2 {
  margin-left: 0.5em;
}
.mx-2 {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.my-2 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.m-3 {
  margin: 0.75em;
}
.mt-3 {
  margin-top: 0.75em;
}
.mr-3 {
  margin-right: 0.75em;
}
.mb-3 {
  margin-bottom: 0.75em;
}
.ml-3 {
  margin-left: 0.75em;
}
.mx-3 {
  margin-left: 0.75em;
  margin-right: 0.75em;
}
.my-3 {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.m-4 {
  margin: 1em;
}
.mt-4 {
  margin-top: 1em;
}
.mr-4 {
  margin-right: 1em;
}
.mb-4 {
  margin-bottom: 1em;
}
.ml-4 {
  margin-left: 1em;
}
.mx-4 {
  margin-left: 1em;
  margin-right: 1em;
}
.my-4 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.m-5 {
  margin: 1.25em;
}
.mt-5 {
  margin-top: 1.25em;
}
.mr-5 {
  margin-right: 1.25em;
}
.mb-5 {
  margin-bottom: 1.25em;
}
.ml-5 {
  margin-left: 1.25em;
}
.mx-5 {
  margin-left: 1.25em;
  margin-right: 1.25em;
}
.my-5 {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.m-6 {
  margin: 1.5em;
}
.mt-6 {
  margin-top: 1.5em;
}
.mr-6 {
  margin-right: 1.5em;
}
.mb-6 {
  margin-bottom: 1.5em;
}
.ml-6 {
  margin-left: 1.5em;
}
.mx-6 {
  margin-left: 1.5em;
  margin-right: 1.5em;
}
.my-6 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.m-7 {
  margin: 1.75em;
}
.mt-7 {
  margin-top: 1.75em;
}
.mr-7 {
  margin-right: 1.75em;
}
.mb-7 {
  margin-bottom: 1.75em;
}
.ml-7 {
  margin-left: 1.75em;
}
.mx-7 {
  margin-left: 1.75em;
  margin-right: 1.75em;
}
.my-7 {
  margin-top: 1.75em;
  margin-bottom: 1.75em;
}
.m-8 {
  margin: 2em;
}
.mt-8 {
  margin-top: 2em;
}
.mr-8 {
  margin-right: 2em;
}
.mb-8 {
  margin-bottom: 2em;
}
.ml-8 {
  margin-left: 2em;
}
.mx-8 {
  margin-left: 2em;
  margin-right: 2em;
}
.my-8 {
  margin-top: 2em;
  margin-bottom: 2em;
}
.m-9 {
  margin: 2.25em;
}
.mt-9 {
  margin-top: 2.25em;
}
.mr-9 {
  margin-right: 2.25em;
}
.mb-9 {
  margin-bottom: 2.25em;
}
.ml-9 {
  margin-left: 2.25em;
}
.mx-9 {
  margin-left: 2.25em;
  margin-right: 2.25em;
}
.my-9 {
  margin-top: 2.25em;
  margin-bottom: 2.25em;
}
.m-10 {
  margin: 2.5em;
}
.mt-10 {
  margin-top: 2.5em;
}
.mr-10 {
  margin-right: 2.5em;
}
.mb-10 {
  margin-bottom: 2.5em;
}
.ml-10 {
  margin-left: 2.5em;
}
.mx-10 {
  margin-left: 2.5em;
  margin-right: 2.5em;
}
.my-10 {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.p-0 {
  padding: 0em;
}
.pt-0 {
  padding-top: 0em;
}
.pr-0 {
  padding-right: 0em;
}
.pb-0 {
  padding-bottom: 0em;
}
.pl-0 {
  padding-left: 0em;
}
.px-0 {
  padding-left: 0em;
  padding-right: 0em;
}
.py-0 {
  padding-top: 0em;
  padding-bottom: 0em;
}
.p-1 {
  padding: 0.25em;
}
.pt-1 {
  padding-top: 0.25em;
}
.pr-1 {
  padding-right: 0.25em;
}
.pb-1 {
  padding-bottom: 0.25em;
}
.pl-1 {
  padding-left: 0.25em;
}
.px-1 {
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.py-1 {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.p-2 {
  padding: 0.5em;
}
.pt-2 {
  padding-top: 0.5em;
}
.pr-2 {
  padding-right: 0.5em;
}
.pb-2 {
  padding-bottom: 0.5em;
}
.pl-2 {
  padding-left: 0.5em;
}
.px-2 {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.py-2 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.p-3 {
  padding: 0.75em;
}
.pt-3 {
  padding-top: 0.75em;
}
.pr-3 {
  padding-right: 0.75em;
}
.pb-3 {
  padding-bottom: 0.75em;
}
.pl-3 {
  padding-left: 0.75em;
}
.px-3 {
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.py-3 {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.p-4 {
  padding: 1em;
}
.pt-4 {
  padding-top: 1em;
}
.pr-4 {
  padding-right: 1em;
}
.pb-4 {
  padding-bottom: 1em;
}
.pl-4 {
  padding-left: 1em;
}
.px-4 {
  padding-left: 1em;
  padding-right: 1em;
}
.py-4 {
  padding-top: 1em;
  padding-bottom: 1em;
}
.p-5 {
  padding: 1.25em;
}
.pt-5 {
  padding-top: 1.25em;
}
.pr-5 {
  padding-right: 1.25em;
}
.pb-5 {
  padding-bottom: 1.25em;
}
.pl-5 {
  padding-left: 1.25em;
}
.px-5 {
  padding-left: 1.25em;
  padding-right: 1.25em;
}
.py-5 {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
.p-6 {
  padding: 1.5em;
}
.pt-6 {
  padding-top: 1.5em;
}
.pr-6 {
  padding-right: 1.5em;
}
.pb-6 {
  padding-bottom: 1.5em;
}
.pl-6 {
  padding-left: 1.5em;
}
.px-6 {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.py-6 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.p-7 {
  padding: 1.75em;
}
.pt-7 {
  padding-top: 1.75em;
}
.pr-7 {
  padding-right: 1.75em;
}
.pb-7 {
  padding-bottom: 1.75em;
}
.pl-7 {
  padding-left: 1.75em;
}
.px-7 {
  padding-left: 1.75em;
  padding-right: 1.75em;
}
.py-7 {
  padding-top: 1.75em;
  padding-bottom: 1.75em;
}
.p-8 {
  padding: 2em;
}
.pt-8 {
  padding-top: 2em;
}
.pr-8 {
  padding-right: 2em;
}
.pb-8 {
  padding-bottom: 2em;
}
.pl-8 {
  padding-left: 2em;
}
.px-8 {
  padding-left: 2em;
  padding-right: 2em;
}
.py-8 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.p-9 {
  padding: 2.25em;
}
.pt-9 {
  padding-top: 2.25em;
}
.pr-9 {
  padding-right: 2.25em;
}
.pb-9 {
  padding-bottom: 2.25em;
}
.pl-9 {
  padding-left: 2.25em;
}
.px-9 {
  padding-left: 2.25em;
  padding-right: 2.25em;
}
.py-9 {
  padding-top: 2.25em;
  padding-bottom: 2.25em;
}
.p-10 {
  padding: 2.5em;
}
.pt-10 {
  padding-top: 2.5em;
}
.pr-10 {
  padding-right: 2.5em;
}
.pb-10 {
  padding-bottom: 2.5em;
}
.pl-10 {
  padding-left: 2.5em;
}
.px-10 {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
.py-10 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.background-transparent {
  background: transparent;
}
hr.separator {
  border: 0;
  border-bottom: 1px solid #cecdce;
  margin: 1rem 0;
}
.active-navigation,
.dx-tabs .dx-tabs-wrapper .dx-tab.dx-tab-selected,
.dx-tabs .dx-tabs-wrapper .dx-tab.dx-tab-selected:hover,
.dx-tabs .dx-tabs-wrapper .dx-tab.dx-tab-selected:focus,
.dx-tabs .dx-tabs-wrapper .dx-tab.dx-tab-selected:active,
.dx-tabs .dx-tabs-wrapper .dx-tab.dx-tab-selected:target,
.dx-tabs .dx-tabs-wrapper .dx-tab.dx-tab-selected:visited,
.dx-tabs .dx-tabs-wrapper .dx-tab.dx-tab-selected.dx-state-hover,
.dx-tabs .dx-tabs-wrapper .dx-tab.dx-tab-selected.dx-state-hover::after,
.dx-tabs .dx-tabs-wrapper .dx-tab.dx-tab-selected.dx-state-focused,
.dx-tabs .dx-tabs-wrapper .dx-tab.dx-tab-selected.dx-state-focused::after,
.dx-tabs .dx-tabs-wrapper .dx-tab.dx-tab-selected.dx-state-active,
.dx-tabs .dx-tabs-wrapper .dx-tab.dx-tab-selected.dx-state-active::after {
  border-bottom: 3px solid rgba(255, 70, 60, 0.5);
}
.full-page {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
}
.full-page.with-panel-right {
  right: 600px;
}
.full-page.with-panel-right-10 {
  right: max(600px, 10vw);
}
.full-page.with-panel-right-20 {
  right: max(600px, 20vw);
}
.full-page.with-panel-right-30 {
  right: max(600px, 30vw);
}
.full-page.with-panel-right-40 {
  right: max(600px, 40vw);
}
.full-page.with-panel-right-50 {
  right: max(600px, 50vw);
}
.full-page.with-panel-right-60 {
  right: max(600px, 60vw);
}
.full-page.with-panel-right-70 {
  right: max(600px, 70vw);
}
.full-page.with-panel-right-80 {
  right: max(600px, 80vw);
}
.full-page.with-panel-right-90 {
  right: max(600px, 90vw);
}
.full-page.with-panel-right-100 {
  right: max(600px, 100vw);
}
.full-page.with-panel-left {
  left: 600px;
}
.full-page.with-panel-left-10 {
  left: max(600px, 10vw);
}
.full-page.with-panel-left-20 {
  left: max(600px, 20vw);
}
.full-page.with-panel-left-30 {
  left: max(600px, 30vw);
}
.full-page.with-panel-left-40 {
  left: max(600px, 40vw);
}
.full-page.with-panel-left-50 {
  left: max(600px, 50vw);
}
.full-page.with-panel-left-60 {
  left: max(600px, 60vw);
}
.full-page.with-panel-left-70 {
  left: max(600px, 70vw);
}
.full-page.with-panel-left-80 {
  left: max(600px, 80vw);
}
.full-page.with-panel-left-90 {
  left: max(600px, 90vw);
}
.full-page.with-panel-left-100 {
  left: max(600px, 100vw);
}
.full-page.with-panel-top {
  top: 240px;
}
.full-page.with-panel-top-10 {
  top: max(240px, 10vh);
}
.full-page.with-panel-top-20 {
  top: max(240px, 20vh);
}
.full-page.with-panel-top-30 {
  top: max(240px, 30vh);
}
.full-page.with-panel-top-40 {
  top: max(240px, 40vh);
}
.full-page.with-panel-top-50 {
  top: max(240px, 50vh);
}
.full-page.with-panel-top-60 {
  top: max(240px, 60vh);
}
.full-page.with-panel-top-70 {
  top: max(240px, 70vh);
}
.full-page.with-panel-top-80 {
  top: max(240px, 80vh);
}
.full-page.with-panel-top-90 {
  top: max(240px, 90vh);
}
.full-page.with-panel-top-100 {
  top: max(240px, 100vh);
}
.full-page.with-panel-bottom {
  bottom: 240px;
}
.full-page.with-panel-bottom-10 {
  bottom: max(240px, 10vh);
}
.full-page.with-panel-bottom-20 {
  bottom: max(240px, 20vh);
}
.full-page.with-panel-bottom-30 {
  bottom: max(240px, 30vh);
}
.full-page.with-panel-bottom-40 {
  bottom: max(240px, 40vh);
}
.full-page.with-panel-bottom-50 {
  bottom: max(240px, 50vh);
}
.full-page.with-panel-bottom-60 {
  bottom: max(240px, 60vh);
}
.full-page.with-panel-bottom-70 {
  bottom: max(240px, 70vh);
}
.full-page.with-panel-bottom-80 {
  bottom: max(240px, 80vh);
}
.full-page.with-panel-bottom-90 {
  bottom: max(240px, 90vh);
}
.full-page.with-panel-bottom-100 {
  bottom: max(240px, 100vh);
}
.full-page.scrollable {
  overflow-y: auto;
}
@media (min-width: calc(576px + 1px)) {
  .show-on-mobile {
    display: none;
  }
}
@media (min-width: calc(800px + 1px)) {
  .show-on-tablet {
    display: none;
  }
}
@media (max-width: 576px) {
  .hide-on-mobile {
    display: none;
  }
}
@media (max-width: 800px) {
  .hide-on-tablet {
    display: none;
  }
}
.json-container {
  white-space: pre;
  line-height: 1rem;
  font-size: 0.75rem;
}
@keyframes blink {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes marker-pulse {
  0% {
    fill-opacity: 1;
  }
  50% {
    fill-opacity: 0;
  }
}
@keyframes marker-hover {
  0% {
    transform: scale(100%);
  }
  50% {
    transform: scale(120%);
    filter: brightness(1.2);
  }
  100% {
    transform: scale(100%);
  }
}
@keyframes marker-flash {
  0% {
    filter: brightness(1);
    fill-opacity: 1;
  }
  50% {
    filter: brightness(2);
    fill-opacity: 1;
  }
  100% {
    fill-opacity: 1;
  }
}
@keyframes marker-spin {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-out {
  0% {
    opacity: 0.1;
    transform: rotate(0deg);
  }
  50% {
    opacity: 0.7;
    transform: rotate(90deg);
  }
  100% {
    opacity: 0.1;
    transform: rotate(180deg);
  }
}
.blink {
  animation: blink 1s infinite;
}
.dx-popup-content .high-res-image {
  max-width: 85vw;
}
.dx-popup-content .high-res-image .asset-image {
  max-width: 75vw;
  max-height: 75vh;
}
.dx-popup-content .high-res-image .asset-header .insert-user,
.dx-popup-content .high-res-image .asset-header .insert-date,
.dx-popup-content .high-res-image .asset-footer .insert-user,
.dx-popup-content .high-res-image .asset-footer .insert-date {
  text-wrap: none;
}
.dx-popup-content .high-res-image .asset-header .insert-user .icon,
.dx-popup-content .high-res-image .asset-header .insert-date .icon,
.dx-popup-content .high-res-image .asset-footer .insert-user .icon,
.dx-popup-content .high-res-image .asset-footer .insert-date .icon {
  color: #ff463c;
}
.dx-popup-content .high-res-image .asset-header .asset-download,
.dx-popup-content .high-res-image .asset-footer .asset-download {
  font-size: 1.2rem;
  cursor: pointer;
}
.dx-popup-content .high-res-image .asset-header .asset-download:hover,
.dx-popup-content .high-res-image .asset-footer .asset-download:hover {
  color: #ff463c;
}
.card.border {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.card.rounded {
  border-radius: 4px;
}
.card.background {
  background-color: rgba(200, 200, 200, 0.2);
}
.dx-accordion {
  border: none;
}
.dx-accordion .dx-item.dx-accordion-item {
  border: none;
}
.dx-accordion .dx-item.dx-accordion-item.dx-item-selected {
  background-color: rgba(255, 255, 255, 0.05);
}
.dx-accordion .dx-item.dx-accordion-item.dx-item-focused {
  background-color: rgba(255, 70, 60, 0.1);
}
.dx-accordion .dx-template-wrapper.dx-item-content.dx-accordion-item-title {
  background-color: rgba(0, 0, 0, 0.025);
  border: none;
  border-bottom: 1px solid rgba(90, 88, 90, 0.1);
  color: #ff463c;
  font-weight: bold;
}
.dx-badge {
  border-radius: 4px;
  padding: 4px 8px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  width: fit-content;
}
.dx-badge.badge-success {
  background-color: #a2ad00 !important;
}
.dx-badge.badge-failure {
  background-color: #ff463c !important;
}
.dx-widget.dx-button.dx-button-mode-text.dx-button-normal.dx-state-hover .dx-icon {
  color: #ff463c;
}
.dx-widget.dx-button.dx-button-mode-contained.w-100-left {
  width: 100%;
}
.dx-widget.dx-button.dx-button-mode-contained.w-100-left .dx-button-content > .dx-button-text {
  flex-grow: 1;
  text-align: left;
}
.dx-widget.dx-button.dx-button-mode-contained.dx-button-secondary {
  background-color: #3a93db;
  color: white;
}
.dx-widget.dx-button.dx-button-mode-contained.dx-button-secondary.dx-state-hover {
  background-color: rgb(38.5184549356, 133.7446351931, 210.7815450644);
}
.dx-widget.dx-button.dx-button-mode-contained.dx-button-secondary:active {
  background-color: rgb(98.1387931034, 96.4612068966, 98.1387931034);
}
.dx-widget.dx-button.dx-button-mode-contained.dx-button-gray {
  background-color: #5a585a;
  color: white;
}
.dx-widget.dx-button.dx-button-mode-contained.dx-button-gray .dx-icon.icon {
  color: white;
}
.dx-widget.dx-button.dx-button-mode-contained.dx-button-gray.dx-state-hover {
  background-color: rgb(126.1784482759, 124.0215517241, 126.1784482759);
}
.dx-widget.dx-button.dx-button-mode-contained.dx-button-gray:active {
  background-color: rgb(98.1387931034, 96.4612068966, 98.1387931034);
}
.dx-widget.dx-button.dx-button-mode-contained.dx-button-block {
  background-color: #8c8a8c;
  color: white;
}
.dx-widget.dx-button.dx-button-mode-contained.dx-button-block .dx-icon.icon {
  color: white;
}
.dx-widget.dx-invalid.dx-checkbox .dx-checkbox-text {
  color: #ff463c;
}
.dx-checkbox-container {
  align-items: flex-start;
}
@media (min-width: calc(1200px + 1px)) {
  .dx-datagrid-search-panel.dx-show-invalid-badge.dx-textbox.dx-texteditor.dx-editor-outlined.dx-searchbox.dx-show-clear-button.dx-texteditor-empty.dx-widget,
  .dx-datagrid-search-panel.dx-show-invalid-badge.dx-textbox.dx-texteditor.dx-editor-outlined.dx-searchbox.dx-show-clear-button.dx-widget {
    width: 400px !important;
  }
}
.dx-datagrid .dx-header-filter {
  position: relative;
  color: #ff463c;
  font: 14px/1 DXIcons;
}
.dx-datagrid .dx-header-filter-empty {
  color: rgba(124, 124, 124, 0.5);
}
.dx-master-detail-row {
  animation: fade-in 0.5s;
}
.dx-color-scheme-dark .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused) {
  background-color: rgb(70, 41, 40) !important;
  cursor: pointer;
}
.dx-color-scheme-light .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused) {
  background-color: #ffc8c5 !important;
  cursor: pointer;
}
.dx-datagrid-form-buttons-container {
  display: none !important;
}
.dx-datagrid-rowsview .dx-row.dx-edit-row > td:first-child {
  background-color: rgba(255, 200, 197, 0.05);
}
.dx-datagrid-rowsview .dx-master-detail-row > .dx-master-detail-cell {
  padding: 0 10px 20px 10px;
  background:
    linear-gradient(
      to right,
      #ffc8c5 6px,
      transparent 4px);
}
.dx-datagrid .dx-link {
  margin: 0 0.5rem !important;
}
.dx-datagrid .dx-link.icon-edit:hover,
.dx-datagrid .dx-link.icon-delete:hover {
  color: #ff463c !important;
}
.dx-datagrid .dx-link.icon-edit {
  color: #5a585a;
}
.dx-icon.dx-icon-to::before {
  font-family: "icomoon" !important;
  content: "\e944";
}
.dx-daterangebox .dx-dropdowneditor-icon::before,
.dx-datebox-datetime .dx-dropdowneditor-icon::before,
.dx-datebox-date .dx-dropdowneditor-icon::before,
.dx-datebox-calendar .dx-dropdowneditor-icon::before {
  font-family: "icomoon" !important;
  content: "\e785";
}
.dx-tabs {
  border-bottom: 1px solid rgba(206, 205, 206, 0.5);
  text-align: center;
  background: none;
}
.dx-tabs .dx-tabs-wrapper {
  background: none;
  border: none;
}
.dx-tabs .dx-tabs-wrapper::after,
.dx-tabs .dx-tabs-wrapper::before {
  border-block: none;
  border: none;
}
.dx-tabs .dx-tabs-wrapper .dx-tab:hover,
.dx-tabs .dx-tabs-wrapper .dx-tab.dx-state-hover,
.dx-tabs .dx-tabs-wrapper .dx-tab.dx-state-hover::after {
  background: none;
  border: none;
  border-bottom: 2px solid rgba(255, 70, 60, 0.15);
  outline: none;
}
.dx-tabs .dx-tabs-wrapper .dx-tab,
.dx-tabs .dx-tabs-wrapper .dx-tab:focus,
.dx-tabs .dx-tabs-wrapper .dx-tab:active,
.dx-tabs .dx-tabs-wrapper .dx-tab:target,
.dx-tabs .dx-tabs-wrapper .dx-tab:visited,
.dx-tabs .dx-tabs-wrapper .dx-tab.dx-state-focused,
.dx-tabs .dx-tabs-wrapper .dx-tab.dx-state-focused::after,
.dx-tabs .dx-tabs-wrapper .dx-tab.dx-state-active,
.dx-tabs .dx-tabs-wrapper .dx-tab.dx-state-active::after {
  background: none;
  border: none;
  outline: none;
}
.dx-tabs .dx-tabs-wrapper .dx-tab.dx-tab-selected::after {
  border: none;
  text-align: center;
}
.dx-datagrid .dx-scrollbar-horizontal.dx-scrollbar-hoverable {
  height: 24px !important;
}
.dx-datagrid .dx-scrollbar-horizontal.dx-scrollbar-hoverable:hover {
  height: 24px !important;
}
.dx-datagrid .dx-scrollbar-horizontal .dx-scrollable-scroll {
  height: 24px !important;
}
.dx-widget.dx-collection .dx-item.dx-radiobutton {
  padding: 0.5rem 0;
}
.dx-show-invalid-badge.dx-radiogroup.dx-invalid .dx-widget.dx-collection .dx-item.dx-radiobutton .dx-item-content {
  color: #ff463c;
}
.dx-popup-content .device-popup-content {
  max-width: 85vw;
}
h1.directive-title,
h2.directive-title,
h3.directive-title {
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
h1.directive-title.with-separator,
h2.directive-title.with-separator,
h3.directive-title.with-separator {
  border-top: 1px solid rgba(90, 88, 90, 0.2);
  padding-top: 1rem;
  margin-top: 1rem;
}
h1.directive-title {
  font-size: 1.5rem;
}
h2.directive-title {
  font-size: 1.25rem;
}
h3.directive-title {
  font-size: 1rem;
}
.feasibility {
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
}
.feasibility.feasibility-green {
  background-color: #a2ad00;
}
.feasibility.feasibility-red,
.feasibility.feasibility-redgreen {
  background-color: #ff463c;
}
.feasibility.feasibility-orange,
.feasibility.feasibility-orangegreen {
  background-color: darkorange;
}
.feasibility.feasibility-yellow,
.feasibility.feasibility-yellowgreen {
  background-color: gold;
}
.feasibility.feasibility-redgreen::after,
.feasibility.feasibility-orangegreen::after,
.feasibility.feasibility-yellowgreen::after {
  content: "";
  display: inline-block;
  margin: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid white;
  background-color: #a2ad00;
}
.dx-color-scheme-dark .feasibility.feasibility-orangegreen::after,
.dx-color-scheme-dark .feasibility.feasibility-yellowgreen::after,
.dx-color-scheme-dark .feasibility.feasibility-redgreen::after {
  border: 2px solid #5a585a;
}
.flex,
.row,
.col {
  display: flex;
  flex-wrap: wrap;
}
.flex.gap-0,
.row.gap-0,
.col.gap-0 {
  gap: 0em;
}
.flex.gap-1,
.row.gap-1,
.col.gap-1 {
  gap: 0.25em;
}
.flex.gap-2,
.row.gap-2,
.col.gap-2 {
  gap: 0.5em;
}
.flex.gap-3,
.row.gap-3,
.col.gap-3 {
  gap: 0.75em;
}
.flex.gap-4,
.row.gap-4,
.col.gap-4 {
  gap: 1em;
}
.flex.gap-5,
.row.gap-5,
.col.gap-5 {
  gap: 1.25em;
}
.flex.gap-6,
.row.gap-6,
.col.gap-6 {
  gap: 1.5em;
}
.flex.gap-7,
.row.gap-7,
.col.gap-7 {
  gap: 1.75em;
}
.flex.gap-8,
.row.gap-8,
.col.gap-8 {
  gap: 2em;
}
.flex.gap-9,
.row.gap-9,
.col.gap-9 {
  gap: 2.25em;
}
.flex.gap-10,
.row.gap-10,
.col.gap-10 {
  gap: 2.5em;
}
.flex.gapped,
.row.gapped,
.col.gapped {
  gap: 1rem;
}
@media (max-width: 1200px) {
  .flex.gapped,
  .row.gapped,
  .col.gapped {
    gap: 0.25rem;
  }
}
.flex.no-wrap,
.row.no-wrap,
.col.no-wrap {
  flex-wrap: nowrap;
}
.flex.space-around,
.row.space-around,
.col.space-around {
  justify-content: space-around;
}
.flex.space-between,
.row.space-between,
.col.space-between {
  justify-content: space-between;
}
.flex.space-evenly,
.row.space-evenly,
.col.space-evenly {
  justify-content: space-evenly;
}
.flex.stretch,
.row.stretch,
.col.stretch {
  justify-content: stretch;
}
.flex.start,
.row.start,
.col.start {
  justify-content: flex-start;
}
.flex.end,
.row.end,
.col.end {
  justify-content: flex-end;
}
.flex .grow,
.row .grow,
.col .grow {
  flex-grow: 1;
}
.row {
  flex-direction: row;
}
.row.h-center {
  justify-content: center;
}
.row.v-center {
  align-items: center;
}
.col {
  flex-direction: column;
}
.col.h-center {
  align-items: center;
}
.col.v-center {
  justify-content: center;
}
.dx-color-scheme-dark .map-toolbar,
.dx-color-scheme-dark .leaflet-bar,
.dx-color-scheme-dark .map-label,
.dx-color-scheme-dark .map-switch-ha,
.dx-color-scheme-dark .map-switch-sm,
.dx-color-scheme-dark .map-sidebar-button,
.dx-color-scheme-dark .map-panel {
  background-color: rgba(0, 0, 0, 0.7);
}
.dx-color-scheme-dark .map-panel .map-panel-content {
  background-color: rgba(0, 0, 0, 0.25);
}
.dx-color-scheme-light .map-toolbar,
.dx-color-scheme-light .leaflet-bar,
.dx-color-scheme-light .map-label,
.dx-color-scheme-light .map-switch-ha,
.dx-color-scheme-light .map-switch-sm,
.dx-color-scheme-light .map-sidebar-button,
.dx-color-scheme-light .map-panel {
  background-color: rgba(255, 255, 255, 0.7);
}
.dx-color-scheme-light .map-panel .map-panel-content {
  background-color: rgba(255, 255, 255, 0.5);
}
.leaflet-bar {
  opacity: 0.75 !important;
}
.map-marker-station {
  background-color: rgba(0, 0, 255, 0.5);
  border-color: blue;
  border-width: 2px;
  color: white;
}
.map-marker-station::after {
  content: "TS";
}
.map-marker-unterwerk {
  background-color: rgba(77, 77, 221, 0.5);
  border-color: rgb(77, 77, 221);
  border-width: 2px;
  color: white;
}
.map-marker-unterwerk::after {
  content: "UW";
}
.map-marker-verteilkabine {
  background-color: rgba(0, 0, 139, 0.5);
  border-color: darkblue;
  border-width: 2px;
  color: white;
}
.map-marker-verteilkabine::after {
  content: "VK";
}
.map-marker-station,
.map-marker-unterwerk,
.map-marker-verteilkabine {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  transform: translate(-25%, -25%);
  position: relative;
  border-style: solid;
}
.map-marker-station.best,
.map-marker-unterwerk.best,
.map-marker-verteilkabine.best {
  background-color: rgba(0, 255, 0, 0.5);
  border-color: green;
}
.map-marker-station.other,
.map-marker-unterwerk.other,
.map-marker-verteilkabine.other {
  background-color: rgba(255, 69, 0, 0.5);
  border-color: red;
}
.map-marker-station::after,
.map-marker-unterwerk::after,
.map-marker-verteilkabine::after {
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.leaflet-interactive {
  transform-origin: 50% 50%;
  transform-box: border-box;
}
.leaflet-interactive.no-status:hover,
.leaflet-interactive.accepted:hover,
.leaflet-interactive.new:hover {
  animation: marker-hover 0.5s infinite;
}
.leaflet-interactive.no-status.selected:hover,
.leaflet-interactive.accepted.selected:hover,
.leaflet-interactive.new.selected:hover {
  animation: none;
}
.leaflet-control-layers-overlays label {
  cursor: pointer;
  height: 1.5rem;
  line-height: 1rem;
}
.leaflet-control-layers-overlays label:hover {
  color: #ff463c;
}
.leaflet-control-layers-overlays .leaflet-control-layers-selector {
  width: 1rem;
  height: 1rem;
}
.leaflet-control-layers-overlays .leaflet-control-layers-selector:checked::after {
  content: "\e959";
  font-family: "icomoon";
  color: green;
}
.dx-color-scheme-light .nav-item > .nav-link,
.dx-color-scheme-light .nav-toggle {
  color: #5a585a;
}
.dx-color-scheme-light .nav-item > .nav-link:hover,
.dx-color-scheme-light .nav-toggle:hover {
  color: #ff463c;
}
.dx-color-scheme-light .nav-item > .nav-link.active,
.dx-color-scheme-light .nav-toggle.active {
  color: #ff7e78;
}
.dx-color-scheme-light .nav-item > .nav-link.disabled,
.dx-color-scheme-light .nav-toggle.disabled {
  color: #cecdce;
}
.dx-color-scheme-dark .nav-item > .nav-link,
.dx-color-scheme-dark .nav-toggle {
  color: #cecdce;
}
.dx-color-scheme-dark .nav-item > .nav-link:hover,
.dx-color-scheme-dark .nav-toggle:hover {
  color: #ff463c;
}
.dx-color-scheme-dark .nav-item > .nav-link.active,
.dx-color-scheme-dark .nav-toggle.active {
  color: #ff7e78;
}
.dx-color-scheme-dark .nav-item > .nav-link.disabled,
.dx-color-scheme-dark .nav-toggle.disabled {
  color: #8c8a8c;
}

/* angular:styles/global:styles */
