.mapboxgl-map {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font: 12px/20px Helvetica Neue, Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
}
.mapboxgl-canvas {
  left: 0;
  position: absolute;
  top: 0;
}
.mapboxgl-map:-webkit-full-screen {
  height: 100%;
  width: 100%;
}
.mapboxgl-canary {
  background-color: salmon;
}
.mapboxgl-canvas-container.mapboxgl-interactive,
.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
  cursor: grab;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer {
  cursor: pointer;
}
.mapboxgl-canvas-container.mapboxgl-interactive:active,
.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active {
  cursor: grabbing;
}
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: pinch-zoom;
}
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: none;
}
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right,
.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right {
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.mapboxgl-ctrl-top-left {
  left: 0;
  top: 0;
}
.mapboxgl-ctrl-top-right {
  right: 0;
  top: 0;
}
.mapboxgl-ctrl-bottom-left {
  bottom: 0;
  left: 0;
}
.mapboxgl-ctrl-bottom-right {
  bottom: 0;
  right: 0;
}
.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto;
  transform: translate(0);
}
.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  float: left;
  margin: 10px 0 0 10px;
}
.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  float: right;
  margin: 10px 10px 0 0;
}
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  float: left;
  margin: 0 0 10px 10px;
}
.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
  float: right;
  margin: 0 10px 10px 0;
}
.mapboxgl-ctrl-group {
  background: #fff;
  border-radius: 4px;
}
.mapboxgl-ctrl-group:not(:empty) {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-group:not(:empty) {
    box-shadow: 0 0 0 2px ButtonText;
  }
}
.mapboxgl-ctrl-group button {
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 29px;
  outline: none;
  overflow: hidden;
  padding: 0;
  width: 29px;
}
.mapboxgl-ctrl-group button + button {
  border-top: 1px solid #ddd;
}
.mapboxgl-ctrl button .mapboxgl-ctrl-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}
@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-icon {
    background-color: transparent;
  }
  .mapboxgl-ctrl-group button + button {
    border-top: 1px solid ButtonText;
  }
}
.mapboxgl-ctrl-attrib-button:focus,
.mapboxgl-ctrl-group button:focus {
  box-shadow: 0 0 2px 2px #0096ff;
}
.mapboxgl-ctrl button:disabled {
  cursor: not-allowed;
}
.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon {
  opacity: 0.25;
}
.mapboxgl-ctrl-group button:first-child {
  border-radius: 4px 4px 0 0;
}
.mapboxgl-ctrl-group button:last-child {
  border-radius: 0 0 4px 4px;
}
.mapboxgl-ctrl-group button:only-child {
  border-radius: inherit;
}
.mapboxgl-ctrl button:not(:disabled):hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.mapboxgl-ctrl-group button:focus:focus-visible {
  box-shadow: 0 0 2px 2px #0096ff;
}
.mapboxgl-ctrl-group button:focus:not(:focus-visible) {
  box-shadow: none;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
}
@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
}
@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E");
}
@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon {
  animation: mapboxgl-spin 2s linear infinite;
}
@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E");
  }
}
@keyframes mapboxgl-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
a.mapboxgl-ctrl-logo {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='0.9' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 23px;
  margin: 0 0 -4px -4px;
  overflow: hidden;
  width: 88px;
}
a.mapboxgl-ctrl-logo.mapboxgl-compact {
  width: 23px;
}
@media (-ms-high-contrast: active) {
  a.mapboxgl-ctrl-logo {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  a.mapboxgl-ctrl-logo {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23000'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  background-color: hsla(0, 0%, 100%, 0.5);
  margin: 0;
  padding: 0 5px;
}
@media screen {
  .mapboxgl-ctrl-attrib.mapboxgl-compact {
    background-color: #fff;
    border-radius: 12px;
    margin: 10px;
    min-height: 20px;
    padding: 2px 24px 2px 0;
    position: relative;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
    padding: 2px 28px 2px 8px;
    visibility: visible;
  }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show,
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
    border-radius: 12px;
    padding: 2px 8px 2px 28px;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
    display: none;
  }
  .mapboxgl-ctrl-attrib-button {
    background-color: hsla(0, 0%, 100%, 0.5);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
    border: 0;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    height: 24px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
  }
  .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,
  .mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button {
    left: 0;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,
  .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner {
    display: block;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    right: 0;
  }
  .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    right: 0;
    top: 0;
  }
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    left: 0;
    top: 0;
  }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    left: 0;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline;
}
.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: 700;
  margin-left: 2px;
}
.mapboxgl-attrib-empty {
  display: none;
}
.mapboxgl-ctrl-scale {
  background-color: hsla(0, 0%, 100%, 0.75);
  border: 2px solid #333;
  border-top: #333;
  box-sizing: border-box;
  color: #333;
  font-size: 10px;
  padding: 0 5px;
  white-space: nowrap;
}
.mapboxgl-popup {
  display: flex;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  will-change: transform;
}
.mapboxgl-popup-anchor-top,
.mapboxgl-popup-anchor-top-left,
.mapboxgl-popup-anchor-top-right {
  flex-direction: column;
}
.mapboxgl-popup-anchor-bottom,
.mapboxgl-popup-anchor-bottom-left,
.mapboxgl-popup-anchor-bottom-right {
  flex-direction: column-reverse;
}
.mapboxgl-popup-anchor-left {
  flex-direction: row;
}
.mapboxgl-popup-anchor-right {
  flex-direction: row-reverse;
}
.mapboxgl-popup-tip {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  z-index: 1;
}
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  align-self: center;
  border-bottom-color: #fff;
  border-top: none;
}
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-bottom-color: #fff;
  border-left: none;
  border-top: none;
}
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-bottom-color: #fff;
  border-right: none;
  border-top: none;
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  align-self: center;
  border-left-color: #fff;
  border-right: none;
}
.mapboxgl-popup-close-button {
  background-color: transparent;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.mapboxgl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.mapboxgl-popup-content {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto;
  position: relative;
}
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0;
}
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0;
}
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0;
}
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0;
}
.mapboxgl-popup-track-pointer {
  display: none;
}
.mapboxgl-popup-track-pointer * {
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mapboxgl-map:hover .mapboxgl-popup-track-pointer {
  display: flex;
}
.mapboxgl-map:active .mapboxgl-popup-track-pointer {
  display: none;
}
.mapboxgl-marker {
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 0.2s;
  will-change: transform;
}
.mapboxgl-user-location-dot,
.mapboxgl-user-location-dot:before {
  background-color: #1da1f2;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}
.mapboxgl-user-location-dot:before {
  animation: mapboxgl-user-location-dot-pulse 2s infinite;
  content: "";
  position: absolute;
}
.mapboxgl-user-location-dot:after {
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  content: "";
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
}
.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading {
  height: 0;
  width: 0;
}
.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,
.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {
  border-bottom: 7.5px solid #4aa1eb;
  content: "";
  position: absolute;
}
.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {
  border-left: 7.5px solid transparent;
  transform: translateY(-28px) skewY(-20deg);
}
.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after {
  border-right: 7.5px solid transparent;
  transform: translate(7.5px, -28px) skewY(20deg);
}
@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 0;
    transform: scale(3);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
.mapboxgl-user-location-dot-stale {
  background-color: #aaa;
}
.mapboxgl-user-location-dot-stale:after {
  display: none;
}
.mapboxgl-user-location-accuracy-circle {
  background-color: #1da1f233;
  border-radius: 100%;
  height: 1px;
  width: 1px;
}
.mapboxgl-crosshair,
.mapboxgl-crosshair .mapboxgl-interactive,
.mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair;
}
.mapboxgl-boxzoom {
  background: #fff;
  border: 2px dotted #202020;
  height: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 0;
}
@media print {
  .mapbox-improve-map {
    display: none;
  }
}
.mapboxgl-scroll-zoom-blocker,
.mapboxgl-touch-pan-blocker {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity 0.75s ease-in-out;
  transition-delay: 1s;
  width: 100%;
}
.mapboxgl-scroll-zoom-blocker-show,
.mapboxgl-touch-pan-blocker-show {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}
.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,
.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}

.action-button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.animal-recognition-boxes__box {
  position: absolute;
  box-sizing: border-box;
}
.animal-recognition-boxes__box-frame {
  border: 4px solid #e0e0e0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.animal-recognition-boxes__box-label {
  font-family: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
  padding: 0 6px;
  color: white;
  background-color: #e0e0e0;
  width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.async-dropdown-loading-spinner {
  color: #EEEEEE !important;
  display: flex !important;
  position: absolute;
  top: calc(50% - 10px);
  right: 12px;
}
.async-dropdown__checkbox .checkbox-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
}
.async-dropdown__chip-delete-img {
  padding: 2px;
}
.async-dropdown .MuiAutocomplete-endAdornment > button {
  color: white !important;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  outline: none;
  pointer-events: auto;
  color: #424659;
  background-color: #EEEEEE;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.3px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  padding: 0 20px;
  white-space: nowrap;
  border: 1px solid #9F9F9F;
  border-radius: 100px;
  height: 40px;
  color: #EEEEEE;
  background-color: #1B1B1F;
}
.button_uppercase {
  text-transform: uppercase;
}
.button_disabled {
  color: #EEEEEE;
  background-color: #1B1B1F;
  pointer-events: none;
}
.button_secondary {
  color: #63ED00;
  background-color: transparent;
}
.button_modal {
  background-color: #EEEEEE;
  color: #1F1F1F;
}
.button_secondary-modal {
  color: #EEEEEE;
  background-color: transparent;
  border: none;
}
.button_error-page {
  margin-top: 56px;
  max-width: 341px;
  width: 100%;
  border: 1px solid #9F9F9F;
  border-radius: 100px;
  color: #EEEEEE;
  background-color: #1B1B1F;
  max-width: 256px;
  min-height: 40px;
  box-sizing: border-box;
}
.button_error-page_disabled {
  color: #EEEEEE;
  background-color: #1B1B1F;
}
.button_login-page {
  margin-top: 56px;
  width: 100%;
  border-radius: 100px;
  color: #424659;
  background-color: #EEEEEE;
}
.button_login-page_disabled {
  color: #7b7b7d;
  background-color: #343438;
  border: 0px solid #9F9F9F;
}
.button img:not(:last-child) {
  margin-right: 8px;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.button-action {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.3px;
  color: #FF4E00;
  color: #EEEEEE;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
  background: none !important;
  border: none !important;
  z-index: 9;
}
.button-action:focus {
  outline: none;
}
.button-action__wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  align-self: center;
}
.button-action__wrapper:not(:first-child) {
  margin-left: 24px;
}
.button-action_disabled {
  pointer-events: none;
}

.camera-group-chip {
  min-height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin: 0 10px 10px 0;
  padding: 6px 8px;
  gap: 8px;
  cursor: pointer;
  background-color: transparent;
  color: #EEEEEE;
  border: 1px solid #EEEEEE;
}
.camera-group-chip_active {
  background-color: #424659;
  border: 1px solid #424659;
}
.camera-group-chip__text {
  overflow: hidden;
  white-space: nowrap;
  color: #EEEEEE;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.25px;
}
.camera-group-chip__delete-icon {
  cursor: pointer;
}

.camera-status-errors {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #9F9F9F;
}
.camera-status-errors__error {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #FFB4AB;
}

.checkbox {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #ffffff;
  width: 18px;
  height: 18px;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  border-radius: 2px;
}
.checkbox-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
  margin-left: 37px;
  white-space: nowrap;
  display: inline-block;
  color: #EEEEEE;
}
.checkbox-checkmark,
.checkbox-checkmark-half {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 2px;
}
.checkbox-checkmark {
  border: 2px solid #b7b7b9;
  background-color: transparent;
}
.checkbox-checkmark-half {
  background-color: #EEEEEE;
  border: 2px solid #EEEEEE;
}
/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkbox-checkmark {
  background-color: #EEEEEE;
}
.checkbox input:disabled ~ .checkbox-checkmark {
  background-color: #9F9F9F;
}
/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkbox-checkmark {
  background-color: #EEEEEE;
  border: 2px solid #EEEEEE;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-checkmark-half:after {
  content: "";
  position: absolute;
  display: block;
  left: 3px;
  top: 8px;
  width: 12px;
  border-top: 3px solid white;
}
/* Show the checkmark when checked */
.checkbox input:checked ~ .checkbox-checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkbox .checkbox-checkmark:after {
  left: 4px;
  top: 0px;
  width: 4px;
  height: 9px;
  border: 2px solid #45464F;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  font-family: Gotham, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #B7B7B9;
}
.checkbox-group-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  color: #EEEEEE;
  margin-bottom: 19px;
}
.checkbox-group-buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: white;
}
.checkbox-group-buttons__item {
  margin-left: 3px;
}
.checkbox-group-buttons__item:not(:last-child) {
  margin-bottom: 22px;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.chip {
  min-height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin: 0 10px 10px 0;
  padding: 6px 8px;
  gap: 8px;
  background-color: #424659;
  color: #EEEEEE;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.chip__text {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.25px;
}
.chip__delete-icon {
  cursor: pointer;
}
.chip_clickable {
  cursor: pointer;
}

.clickable-text-button-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.3px;
  color: #EEEEEE;
  cursor: pointer;
}

.comment-text-field {
  position: relative;
}
.comment-text-field_inner {
  width: 100%;
}

.credential-field {
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}
.credential-field-caption {
  color: #E3170A;
  text-decoration: none;
}
.credential-field-err {
  border-bottom: 1px solid #E3170A;
}

.dialog-title {
  display: flex;
  flex-direction: row;
}

.custom-modal_unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.custom-modal__scrollbar {
  max-width: calc(100% - 16px);
  height: 100%;
}
.custom-modal__scrollbar > div:first-child {
  overflow-x: hidden !important;
}
.custom-modal__scrollbar-content {
  margin-left: 32px;
  margin-right: 16px;
}
.custom-modal__loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 999;
}
.custom-modal .custom-modal__actions {
  width: 100%;
  padding: 16px 32px 32px 32px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap-reverse;
}
.custom-modal .custom-modal__actions_primary {
  padding: 16px 24px;
  border: none;
  background-color: #EEEEEE;
  color: #45464F;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.3px;
}
.custom-modal .custom-modal__actions_primary:disabled {
  background: #343438;
  color: #9F9F9F;
}
.custom-modal .custom-modal__actions_secondary {
  border: none;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.3px;
  background-color: transparent;
  color: #EEEEEE;
}
.custom-modal .custom-modal__actions_secondary_all {
  border: none;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.3px;
  background-color: transparent;
  margin-right: auto;
  color: #EEEEEE;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.repeat-password-error {
  width: 100%;
  font-size: 16px;
  min-height: 32px;
  height: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #EEEEEE;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 14;
  height: 54px;
}
.repeat-password-error img {
  margin: 0 11px 0 20px;
}
.repeat-password-error span {
  color: #63ED00;
}

.custom-scrollbar__main > div:first-child {
  scrollbar-width: none;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.custom-scrollbar__main > div:first-child::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
.custom-scrollbar-track {
  position: absolute;
  width: 8px;
  height: 100%;
  background-color: transparent;
  right: 0px;
  bottom: 2px;
  top: 0;
  border-radius: 4px;
  z-index: 10;
}
.custom-scrollbar-thumb {
  background-color: #9F9F9F;
  border-radius: 100px;
}

.table-head {
  border-bottom: 1px solid #323236 !important;
}
.table-header {
  font-family: Gotham, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.25px;
  color: #282828;
}
.table-icon {
  color: #EEEEEE;
}
.table-icon-small {
  font-size: 18px !important;
  color: #EEEEEE;
}
.table-scroll {
  overflow: hidden;
  height: 100% !important;
}
.table-scroll .MuiTableCell-root {
  border-bottom: 1px solid #323236;
}
.table-scroll > * {
  overflow-x: hidden !important;
}

:root {
  --base: #9F9F9F;
  --fill: #EEEEEE;
  --trackball: var(--fill);
  --range: 0%;
}
.custom-values-slider {
  width: 100%;
  margin-top: 5px;
  outline: 0;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .custom-values-slider {
    height: 4px;
    -webkit-appearance: none;
    background-color: #EEEEEE;
  }
  .custom-values-slider::-webkit-slider-runnable-track {
    height: 4px;
    -webkit-appearance: none;
    color: var(--fill);
    -webkit-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
  }
  .custom-values-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: none;
    background: var(--fill);
    margin-top: -8px;
  }
}
.custom-values-slider::-moz-range-progress {
  background-color: var(--fill);
}
.custom-values-slider::-moz-range-track {
  background-color: var(--base);
}
.custom-values-slider::-ms-fill-lower {
  background-color: var(--fill);
}
.custom-values-slider::-ms-fill-upper {
  background-color: var(--base);
}

.date-range-picker {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: white;
  font-family: Gotham, Arial, sans-serif;
  background: #333333;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 16px 0px;
  position: relative;
}
.date-range-picker-container {
  position: relative;
  margin-top: -32px;
  margin-bottom: 16px;
}
.date-range-picker-container-hidden {
  display: none;
}
.date-range-picker__reset {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.date-range-picker-ranges {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #9F9F9F;
}
.date-range-picker-ranges-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  color: #EEEEEE;
  margin-bottom: 8px;
}
.date-range-picker-ranges-boundaries {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.date-range-picker-ranges-boundaries-img {
  display: block;
  margin-right: 3px;
}
.date-range-picker-ranges-boundaries-inputs {
  display: flex;
  color: #9F9F9F;
}
.date-range-picker-ranges-boundaries-inputs input,
.date-range-picker-ranges-boundaries-inputs .MuiInput-underline::after {
  color: #9F9F9F;
  font: inherit;
}
.date-range-picker-ranges-boundaries-inputs img {
  margin-left: 15px;
  cursor: pointer;
}
.date-range-picker-ranges-boundaries-inputs-selected {
  display: flex;
}
.date-range-picker-ranges-boundaries-inputs-selected input,
.date-range-picker-ranges-boundaries-inputs-selected .MuiInput-underline::after {
  color: #EEEEEE;
  font: inherit;
}
.date-range-picker-ranges-boundaries-inputs-selected img {
  margin-left: 15px;
  cursor: pointer;
}
.date-range-picker-range {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 56px;
  border: 1px solid #9F9F9F;
  border-radius: 4px;
}
.date-range-picker-range input {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
}
.date-range-picker-month {
  width: 280px;
}
.date-range-picker-month-label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 16px;
}
.date-range-picker-month-label strong {
  cursor: pointer;
}
.date-range-picker-month-label span::selection {
  outline: none;
}
.date-range-picker-month-label span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 24px;
  letter-spacing: 0.15px;
  cursor: pointer;
}
.date-range-picker-month-label span:first-of-type {
  margin-right: auto;
  margin-left: 50px;
}
.date-range-picker-month-label span:last-of-type {
  margin-right: 50px;
  margin-left: auto;
}
.date-range-picker-date-selector {
  width: 280px;
  margin: 0 auto;
}
.date-range-picker-date-selector-label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 16px;
}
.date-range-picker-date-selector-label strong {
  cursor: pointer;
}
.date-range-picker-date-selector-label span::selection {
  outline: none;
}
.date-range-picker-date-selector-label span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin: 0px 20px 0px 20px;
  cursor: pointer;
}
.date-range-picker-date-selector-label span:first-of-type {
  margin-right: auto;
  margin-left: 50px;
}
.date-range-picker-date-selector-label span:last-of-type {
  margin-right: 50px;
  margin-left: auto;
}
.date-range-picker-date-selector-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
}
.date-range-picker-date-selector-table button[value="active"] {
  background-color: #000000;
  border-radius: 40px;
}
.date-range-picker-date-selector-table button[value="active"]:hover {
  background-color: #000000;
  border-radius: 40px;
}
.date-range-picker-date-selector-table button:hover:not([value="active"]) {
  background-color: #5A5450;
  border-radius: 40px;
}
.date-range-picker-date-selector-table-item {
  border: 0;
  padding: 0;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background-color: #383431;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.15px;
  color: #FFFFFF;
  outline: none;
  font-family: Gotham, Arial, sans-serif;
}
.date-range-picker-weekday-labels {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  justify-content: center;
  margin-bottom: 10px;
  padding-bottom: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #969492;
}
.date-range-picker-weekday {
  text-align: center;
}
.date-range-picker-days-table {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  justify-content: center;
  outline: none;
}
.date-range-picker-days-table :nth-child(7n) {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.date-range-picker-days-table :nth-child(7n + 1) {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.date-range-picker-days-table :nth-child(n + 8) {
  margin-top: 3px;
}
.date-range-picker-days-table button {
  color: #FFFFFF;
  background-color: #383431;
}
.date-range-picker-days-table button[value="selected_first"] span {
  background-color: #000000;
  border-radius: 40px;
}
.date-range-picker-days-table button[value="selected_last"] span {
  background-color: #000000;
  border-radius: 40px;
}
.date-range-picker-days-table button[value="disabled"] {
  background-color: transparent !important;
}
.date-range-picker-days-table button[value="disabled"] span {
  color: #808080;
  background-color: transparent !important;
}
.date-range-picker-days-table.end-day-selected-only:hover button[value="selected_last"] ~ button {
  background-color: #383431 !important;
}
.date-range-picker-days-table.end-day-selected-only:hover button:hover ~ button,
.date-range-picker-days-table.end-day-selected-only:hover button:hover {
  background-color: #5A5450;
}
.date-range-picker-days-table.end-day-selected-only:hover button[value="selected_last"] {
  background-image: linear-gradient(to right, #5A5450 50%, #383431 50%);
}
.date-range-picker-days-table.end-day-selected-only.end-date-on-the-next-tab:hover button:hover ~ button {
  background-color: #5A5450;
}
.date-range-picker-days-table.start-day-selected-only:hover button[value="selected_first"] ~ button {
  background-color: #5A5450;
}
.date-range-picker-days-table.start-day-selected-only:hover button:hover ~ button {
  background-color: #383431;
}
.date-range-picker-days-table.start-day-selected-only:hover button[value="selected_first"] {
  background-image: linear-gradient(to right, #383431 50%, #5A5450 50%);
}
.date-range-picker-days-table.start-day-selected-only.start-date-on-the-previous-tab:hover button {
  background-color: #5A5450;
}
.date-range-picker-days-table.start-day-selected-only.start-date-on-the-previous-tab:hover button:hover ~ button {
  background-color: #383431;
}
.date-range-picker-days-table.both-days-selected button[value="selected_first"] ~ button {
  background-color: #5A5450;
}
.date-range-picker-days-table.both-days-selected button[value="selected_last"] ~ button {
  background-color: #383431;
}
.date-range-picker-days-table.both-days-selected button[value="selected_last"] {
  background-image: linear-gradient(to right, #5A5450 50%, #383431 50%);
}
.date-range-picker-days-table.both-days-selected button[value="selected_first"] {
  background-image: linear-gradient(to right, #383431 50%, #5A5450 50%);
}
.date-range-picker-days-table.both-days-selected button[value="selected_twice"] span {
  background-color: #000000;
  border-radius: 40px;
}
.date-range-picker-days-table.both-days-selected.start-date-on-the-previous-tab button {
  background-color: #5A5450;
}
.date-range-picker-days-table.both-days-selected.start-date-on-the-previous-tab button[value="selected_last"] ~ button {
  background-color: #383431;
}
.date-range-picker-days-table.both-days-selected.start-date-on-the-previous-tab.end-date-on-the-previous-tab button {
  background-color: #383431;
}
.date-range-picker-days-table.end-day-selected-only.end-date-on-the-previous-tab button {
  background-color: transparent !important;
}
.date-range-picker-days-table-day {
  border: 0;
  padding: 0;
  height: 40px;
  width: 40px;
  outline: none;
  cursor: pointer;
}
.date-range-picker-days-table-day span {
  padding: 12px;
}
.date-range-picker > .date-range-picker-date-selector {
  height: 200px;
}

.rdt {
  position: relative;
}
.rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #f9f9f9;
}
.rtdTopLocation .rdtPicker {
  top: -303px;
}
.rtdLeftLocation .rdtPicker {
  left: -157px;
}
.rdtOpen .rdtPicker {
  display: block;
}
.rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}
.rdtPicker .rdtTimeToggle {
  text-align: center;
}
.rdtPicker table {
  width: 100%;
  margin: 0;
}
.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px;
}
.rdtPicker td {
  cursor: pointer;
}
.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer;
}
.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999;
}
.rdtPicker td.rdtToday {
  position: relative;
}
.rdtPicker td.rdtToday:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}
.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker td span.rdtOld {
  color: #999999;
}
.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker th {
  border-bottom: 1px solid #f9f9f9;
}
.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
  cursor: default;
}
.rdtPicker th.rdtSwitch {
  width: 100px;
}
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top;
}
.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker thead tr:first-child th {
  cursor: pointer;
}
.rdtPicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9;
}
.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}
.rdtPicker button:hover {
  background-color: #eee;
}
.rdtPicker thead button {
  width: 100%;
  height: 100%;
}
td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}
td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee;
}
.rdtCounters {
  display: inline-block;
}
.rdtCounters > div {
  float: left;
}
.rdtCounter {
  height: 100px;
}
.rdtCounter {
  width: 40px;
}
.rdtCounterSeparator {
  line-height: 100px;
}
.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.rdtCounter .rdtBtn:hover {
  background: #eee;
}
.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}
.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}
.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}
.rdtTime td {
  cursor: default;
}

.device-model-dropdown-loading-spinner {
  color: #EEEEEE !important;
  display: flex !important;
  position: absolute;
  top: calc(50% - 10px);
  right: 12px;
}
.device-model-dropdown__checkbox .checkbox-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
}
.device-model-dropdown__chip-delete-img {
  padding: 2px;
}
.device-model-dropdown .MuiAutocomplete-endAdornment > button {
  color: #EEEEEE !important;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.dropdown-list-dark {
  width: 100%;
  margin-bottom: 24px;
}
.dropdown-list-dark .dropdown-list-select select,
.dropdown-list-dark .dropdown-list-select .MuiInput-underline:not(.Mui-focused)::after {
  color: #EEEEEE;
}
.dropdown-list-dark .MuiNativeSelect-select:not([miltiple]) option {
  background-color: #2e2a26;
}
.dropdown-list-light {
  width: 48%;
}
.dropdown-list-light .dropdown-list-select select,
.dropdown-list-light .dropdown-list-select .MuiInput-underline:not(.Mui-focused)::after {
  color: #9F9F9F;
}
.dropdown-list-light .MuiNativeSelect-select:not([miltiple]) option {
  background-color: transparent;
}
.dropdown-list-select {
  width: 100%;
  border-bottom: 1px solid #9F9F9F;
}
.dropdown-list-select:after {
  border-bottom: none;
}
.dropdown-list-select:before {
  border-bottom: none;
}
.dropdown-list-select select,
.dropdown-list-select .MuiInput-underline:not(.Mui-focused)::after {
  border-color: #9F9F9F;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: Gotham, Arial, sans-serif;
  padding: 5px 5px 4px 0;
}
.dropdown-list-select .MuiNativeSelect-select:focus {
  background-color: transparent;
}
.dropdown-list-select .MuiNativeSelect-select:not([miltiple]) option {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.dropdown-list-select .MuiNativeSelect-icon {
  color: #fff;
}
.dropdown-list-label {
  color: #EEEEEE;
  margin-bottom: 5px;
  font-weight: 600;
}
.dropdown-list-error {
  border: 1px solid red;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.dropdown-list-advanced__body-subtitle {
  display: inline-block;
  width: 100%;
}
.dropdown-list-advanced__body-subtitle-label {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #969492;
  display: inline-block;
  margin-bottom: 8px;
}
.dropdown-list-advanced__body-subtitle-info {
  display: block;
  float: right;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.dropdown-list-icon__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 72px;
  overflow: hidden;
}
.dropdown-list-icon__item_selected,
.dropdown-list-icon__item:hover {
  background-color: #49454F !important;
}
.dropdown-list-icon__img {
  margin-right: 16px;
  border-radius: 8px;
  width: 56px;
  height: 56px;
}
.dropdown-list-icon__img_selected {
  margin-left: -2px;
  width: 60px;
  height: 60px;
  border: 2px solid #63ED00;
}
.dropdown-list-icon__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
}

.image {
  position: relative;
}
.image__loaded {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.image__loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #545454;
  object-fit: cover;
  animation: img_loading_animation 2s infinite;
  z-index: 1;
}
.image__default {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image__default img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image__caption {
  position: absolute;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0px 0px 10px 0px;
  z-index: 6;
  letter-spacing: 0.8px;
  font-size: 18px;
  text-transform: uppercase;
}
.image__placeholder-text {
  position: absolute;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  font-size: 14px;
}
.image__hq-status {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  z-index: 5;
}
@keyframes img_loading_animation {
  from {
    background-color: #545454;
  }
  50% {
    background-color: #969492;
  }
  to {
    background-color: #545454;
  }
}

.image-radio-group {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #ffffff;
}
.image-radio-group-inactive {
  opacity: 0.3;
}
.image-radio-group-pointer {
  cursor: pointer;
}
.image-radio-group-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.image-tag-chip {
  margin: 5px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  background-color: transparent;
  color: white;
  border: 1px solid transparent;
  cursor: default;
  min-height: 32px;
  display: inline-flex;
  outline: 0;
  padding: 0;
  font-size: 0.8125rem;
  box-sizing: border-box;
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  align-items: center;
  font-family: inherit;
  border-radius: 8px;
  vertical-align: middle;
  justify-content: center;
  text-decoration: none;
}
.image-tag-chip__label {
  overflow: hidden;
  padding-left: 12px;
  padding-right: 12px;
  overflow-wrap: anywhere;
  color: inherit;
  font-style: normal;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.25px;
}
.image-tag-chip__delete-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0 5px 0 -6px;
}
.image-tag-chip__target-icon {
  width: 20px;
  height: 20px;
  margin: 0 -6px 0 5px;
  cursor: default;
}

.slider-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  /* Panoramic Mode */
  /* Smooth Gallery Mode */
}
.slider-container .slider {
  display: flex;
  animation: slide var(--scroll-time) linear infinite;
}
.slider-container .slider img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
}
.slider-container .smooth-slider-track {
  display: flex;
  height: 100%;
}
.slider-container .smooth-slider-track .smooth-slide {
  min-width: 100%;
  height: 100%;
  flex: 0 0 100%;
}
.slider-container .smooth-slider-track .smooth-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% * var(--image-count)));
  }
}

.image-thumbnail {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.image-thumbnail__img {
  width: 100%;
  object-fit: fill;
}
.image-thumbnail__clickable {
  cursor: pointer;
  pointer-events: auto;
}
.image-thumbnail__loaded {
  position: absolute;
  z-index: 5;
}
.image-thumbnail__loading {
  position: absolute;
  background: #545454;
  object-fit: cover;
  animation: img_loading_animation 2s infinite;
  z-index: 1;
}
.image-thumbnail__default {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-thumbnail__caption {
  position: absolute;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0px 0px 10px 0px;
  z-index: 6;
  letter-spacing: 0.8px;
  font-size: 18px;
  text-transform: uppercase;
}
.image-thumbnail__placeholder-text {
  position: absolute;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  font-size: 14px;
}
.image-thumbnail__hq-status {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  z-index: 5;
}
.image-thumbnail__video-play {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
}
.image-thumbnail__video-play-img {
  height: 50%;
}
@keyframes img_loading_animation {
  from {
    background-color: #545454;
  }
  50% {
    background-color: #969492;
  }
  to {
    background-color: #545454;
  }
}

.image-watermarks {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #2D2D31;
  padding: 2px 4px 2px 4px;
  border-radius: 4px;
}
.image-watermarks__img {
  height: 100%;
}

.not-ready-photo {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.not-ready-photo_small {
  position: relative;
  font-size: 2.34px;
  font-weight: 500;
  line-height: 3.34px;
  color: #A0A0A0;
}
.not-ready-photo__text {
  padding: 2px;
}
.not-ready-photo__text_small {
  padding: 0.5px;
}
.not-ready-photo__button {
  margin-top: 10px;
  padding: 10px 24px;
  cursor: pointer;
  border: 1px solid #EEEEEE;
  border-radius: 100px;
}
.not-ready-photo__button_small {
  margin-top: 1px;
  padding: 1px 3px;
  border: 0.1px solid #505050;
  border-radius: 4px;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.panorama {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: grab;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}
.panorama__items {
  position: relative;
  white-space: nowrap;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}
.panorama__item-img {
  display: inline-block;
  max-height: 100%;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}
.panorama__item-img-wrapper {
  position: relative;
  white-space: initial;
  height: 100%;
  display: inline-block;
  max-height: 100%;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}
.panorama__image-container {
  height: 100%;
  max-height: 100%;
  display: inline-block;
  position: relative;
  z-index: 10;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}
.panorama__incomplete-panorama-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 20;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.panorama__incomplete-panorama-overlay-text {
  padding: 2px;
}
.panorama__incomplete-panorama-overlay-button {
  padding: 12px;
  cursor: pointer;
}
.panorama_cursor_grabbing {
  cursor: grabbing;
}
.panorama_cursor_scaling-up {
  cursor: zoom-in;
}
.panorama_cursor_scaling-down {
  cursor: zoom-out;
}

.photo-recognition-status {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  bottom: 16px;
  color: white;
  border-radius: 4px;
  padding: 8px 16px;
  right: 20%;
  left: 20%;
  z-index: 20;
}
.photo-recognition-status img {
  margin-right: 16px;
}
.photo-recognition-status a {
  color: #FF4E00;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.image-with-animal-recognition {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}
.image-with-animal-recognition__loading {
  width: 100%;
  height: 100%;
}
.image-with-animal-recognition__container {
  height: 100%;
  display: inline-block;
  position: relative;
  z-index: 10;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}
.image-with-animal-recognition__container-maximized {
  width: calc(100% - 10px);
}
.image-with-animal-recognition__scrollbar {
  width: calc(100% - 10px) !important;
  height: calc(100vh - 200px) !important;
  z-index: 10000;
}
.image-with-animal-recognition__scrollbar > div:first-child {
  display: flex;
}
.image-with-animal-recognition__scrollbar-disabled > div:first-child {
  overflow: hidden !important;
}
.image-with-animal-recognition__incomplete-panorama-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 20;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.image-with-animal-recognition__incomplete-panorama-overlay-text {
  padding: 2px;
}
.image-with-animal-recognition__incomplete-panorama-overlay-button {
  padding: 12px;
  cursor: pointer;
}
.image-with-animal-recognition-side {
  position: absolute;
  bottom: 6%;
  right: 1%;
  display: flex;
  flex-direction: row;
  z-index: 10000;
}
.image-with-animal-recognition-side-maximized {
  bottom: 10px;
  right: 20px;
}
.image-with-animal-recognition__image,
.image-with-animal-recognition__thumbnails,
.image-with-animal-recognition__video {
  max-width: 100%;
  max-height: 100%;
  object-fit: fill;
  min-width: 100px;
  min-height: 50px;
  max-height: calc(100vh - 200px);
}
.image-with-animal-recognition__image-panoramic-with-trackbar,
.image-with-animal-recognition__thumbnails-panoramic-with-trackbar,
.image-with-animal-recognition__video-panoramic-with-trackbar {
  max-height: calc(100vh - 200px - 10px - 92px - 2px);
}
.image-with-animal-recognition__error {
  width: 200px;
  height: 100px;
}
.image-with-animal-recognition__thumbnails {
  max-width: 100%;
}
.image-with-animal-recognition__thumbnails .image-thumbnail__loaded {
  position: relative;
}
.image-with-animal-recognition__watermarks {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: row;
}
.image-with-animal-recognition__img {
  margin-right: 8px;
}
.image-with-animal-recognition_visibility_0 {
  opacity: 0;
}

.info-tooltip {
  position: relative;
}
.info-tooltip-container {
  display: none;
  position: absolute;
  width: 270px;
  background-color: #333333;
  border-radius: 4px;
  top: 25px;
  right: 100%;
  z-index: 99;
}
.info-tooltip-text {
  margin: 10px;
  word-wrap: normal;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.15px;
  color: #ffffff;
}
.info-tooltip:hover .info-tooltip-container {
  display: inline-block;
}
.info-tooltip .info-img {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIKICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEwIDBDNC40NzcxNSAwIDAgNC40NzcxNSAwIDEwQzAgMTIuNjUyMiAxLjA1MzU3IDE1LjE5NTcgMi45Mjg5MyAxNy4wNzExQzQuODA0MyAxOC45NDY0IDcuMzQ3ODQgMjAgMTAgMjBDMTIuNjUyMiAyMCAxNS4xOTU3IDE4Ljk0NjQgMTcuMDcxMSAxNy4wNzExQzE4Ljk0NjQgMTUuMTk1NyAyMCAxMi42NTIyIDIwIDEwQzIwIDcuMzQ3ODQgMTguOTQ2NCA0LjgwNDMgMTcuMDcxMSAyLjkyODkzQzE1LjE5NTcgMS4wNTM1NyAxMi42NTIyIDAgMTAgMFpNMiAxMEMyIDE0LjQxIDUuNTkgMTggMTAgMThDMTQuNDEgMTggMTggMTQuNDEgMTggMTBDMTggNS41OSAxNC40MSAyIDEwIDJDNS41OSAyIDIgNS41OSAyIDEwWk0xMSA1VjdIOVY1SDExWk0xMSA5VjE1SDlWOUgxMVoiIGZpbGw9IiM5Njk0OTIiLz4KPC9zdmc+) 0 0 no-repeat;
  width: 20px;
  height: 20px;
}
.info-tooltip .info-img:hover,
.info-tooltip_focused > .info-img {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMCAwQzQuNDc3MTUgMCAwIDQuNDc3MTUgMCAxMEMwIDEyLjY1MjIgMS4wNTM1NyAxNS4xOTU3IDIuOTI4OTMgMTcuMDcxMUM0LjgwNDMgMTguOTQ2NCA3LjM0Nzg0IDIwIDEwIDIwQzEyLjY1MjIgMjAgMTUuMTk1NyAxOC45NDY0IDE3LjA3MTEgMTcuMDcxMUMxOC45NDY0IDE1LjE5NTcgMjAgMTIuNjUyMiAyMCAxMEMyMCA3LjM0Nzg0IDE4Ljk0NjQgNC44MDQzIDE3LjA3MTEgMi45Mjg5M0MxNS4xOTU3IDEuMDUzNTcgMTIuNjUyMiAwIDEwIDBaTTIgMTBDMiAxNC40MSA1LjU5IDE4IDEwIDE4QzE0LjQxIDE4IDE4IDE0LjQxIDE4IDEwQzE4IDUuNTkgMTQuNDEgMiAxMCAyQzUuNTkgMiAyIDUuNTkgMiAxMFpNMTEgNVY3SDlWNUgxMVpNMTEgOVYxNUg5VjlIMTFaIiBmaWxsPSIjRkY0RTAwIi8+Cjwvc3ZnPgo=) 0 0 no-repeat;
}

.labeled-text-area {
  display: flex;
  flex-direction: column;
  color: white;
  padding-bottom: 10px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
}
.labeled-text-area-label {
  color: #969492;
  padding-bottom: 5px;
}
.labeled-text-area textarea {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #B7B7B9;
  color: #FFFFFF;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  resize: none;
  height: auto;
  padding: 0;
}
.labeled-text-area:-ms-input-placeholder {
  color: #B7B7B9;
}
.labeled-text-area::placeholder {
  color: #B7B7B9;
}

.labeled-text-input {
  display: flex;
  flex-direction: column;
  color: white;
  padding-bottom: 10px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
}
.labeled-text-input-label {
  padding-bottom: 5px;
  color: #969492;
}
.labeled-text-input-input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0;
  background: transparent;
  border-bottom: 1px solid #b7b7b9;
  color: #ffffff;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.labeled-text-input:-ms-input-placeholder {
  color: #b7b7b9;
}
.labeled-text-input::placeholder {
  color: #b7b7b9;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.battery {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  margin-left: 16px;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.battery-aux {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  margin-left: 16px;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.cellular {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.life-cycle-state {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  margin-left: 16px;
}
.life-cycle-state-text {
  margin-left: 6px;
  font-size: 12px;
  line-height: 16px;
  color: #EEEEEE;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.sd-card {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  margin-left: 16px;
}
.sd-card-text {
  margin-left: 6px;
  font-size: 12px;
  line-height: 16px;
  color: #EEEEEE;
}
.sd-card-text_inactive {
  color: #9F9F9F;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.new-photo-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.25px;
  color: #EEEEEE;
  background-color: #424659;
  margin-left: 16px;
}
.new-photo-counter_view_list {
  position: relative;
  top: 1px;
  left: -1px;
  height: 20px;
  padding: 0 7px;
}
.new-photo-counter_view_grid {
  position: absolute;
  top: 72px;
  right: 32px;
  height: 28px;
  padding: 0 8px;
  z-index: 10;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.shared-with-you-marker {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.3px;
  color: #63ED00;
}
.shared-with-you-marker span {
  flex: 1;
  margin-left: 4px;
  white-space: nowrap;
}
.shared-with-you-marker_view_list {
  margin-left: 16px;
}
@media screen and (max-width: 1300px) {
  .shared-with-you-marker_narrow {
    display: none;
  }
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.camera-statuses {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  height: 24px;
  width: -moz-fit-content;
  width: fit-content;
  color: #EEEEEE;
  pointer-events: none;
}
.camera-statuses_view_grid {
  margin-top: 16px;
  margin-bottom: 20px;
}
.camera-statuses__raw-errors {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  margin-left: 16px;
  overflow: hidden;
  color: #FFB4AB;
}
.camera-statuses_clamp_1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.live-view-box {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}
.live-view-box__container {
  height: 100%;
  display: inline-block;
  position: relative;
  z-index: 10;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}
.live-view-box-side {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  flex-direction: row;
  z-index: 101;
}
.live-view-box__statuses {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0px 10px 10px 10px;
  width: calc(100% - 10px);
}
.live-view-box__mode-toggle-btn {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  background-color: transparent;
  outline: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.live-view-box__mode-toggle-btn:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background-color: #000000;
  border-radius: 20px;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M5%2016H8V19H10L10%2014H5V16ZM8%208H5V10H10V5H8V8ZM14%2019H16V16H19V14H14V19ZM16%208V5H14V10L19%2010V8H16Z%22%20fill%3D%22%23EEEEEE%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.live-view-box__small {
  width: 70%;
}
.live-view-box__small .live-view-box__mode-toggle-btn:after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M7%2014H5L5%2019H10L10%2017H7V14ZM5%2010H7L7%207L10%207V5L5%205L5%2010ZM17%2017H14V19H19V14H17V17ZM14%205V7H17V10L19%2010V5L14%205Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.labeled-value {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.labeled-value__wrapper {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.labeled-value__text {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.labeled-value__button {
  display: flex;
  position: relative;
  flex-direction: column;
}
.labeled-value__label {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #9F9F9F;
  display: inline-block;
}
.labeled-value__label_mobile {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15px;
  color: #9F9F9F;
  display: inline-block;
}
.labeled-value__label_bright {
  color: #EEEEEE;
}
.labeled-value__value {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #EEEEEE;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.labeled-switch {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 42px;
}
.labeled-switch__label {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #EEEEEE;
  display: inline-block;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.loading-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 160px;
  min-height: 60px;
  font-size: 18px;
  line-height: 24px;
  border-radius: 4px;
  justify-content: center;
}
.loading-inner__logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.loading-inner__logo-2nd {
  display: flex;
  position: absolute;
}
.loading-inner__text {
  margin-top: 30px;
}
.loading-inner__text__text-uppercased {
  margin-top: 30px;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.loading-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 9999999;
}
.loading-overlay__loading {
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loading-overlay__spinner {
  width: 68px;
  height: 68px;
}
.loading-overlay__spinner-text {
  text-transform: uppercase;
  font-size: 18px;
  color: #EEEEEE;
}
.loading-overlay__btn {
  font-weight: 600;
  color: #63ED00;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
  padding: 14px 40px;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.loading-spinner {
  display: flex;
  align-items: center;
}
.loading-spinner-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.loading-spinner-box__spinner {
  width: 20px;
  height: 20px;
  margin: 0;
  background: transparent;
  border-top: 2px solid #63ED00;
  border-right: 2px solid transparent;
  border-radius: 50%;
  animation: 1s spin linear infinite;
}
.loading-spinner-text {
  margin-left: 15px;
  color: #EEEEEE;
  font-size: 16px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.map__container-wrapper .map-control-divider {
  background: none !important;
  height: 8px !important;
}

.map__container-wrapper .map-control-divider {
  background: none !important;
  height: 8px !important;
}

.media-download-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 24px;
}
.media-download-button__button {
  height: 24px;
  margin-left: 28px;
  cursor: pointer;
}
.media-download-button__loading {
  margin-left: 28px;
  width: 20px;
  height: 24px;
}
.media-download-button__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.3px;
  color: #EEEEEE;
  height: 24px;
}
.media-download-button__text__4K {
  color: #FEBC20;
}

.moon-phase-selected {
  display: flex;
  flex-direction: column;
}
.moon-phase-selected-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  color: #EEEEEE;
  margin-bottom: 16px;
}
.moon-phase-selected-content {
  display: flex;
  flex-direction: row;
}
.moon-phase-selected-content .new-moon {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.6107%2012C21.6107%2017.1501%2017.4357%2021.325%2012.2856%2021.325C7.13559%2021.325%202.96064%2017.1501%202.96064%2012C2.96064%206.84995%207.13559%202.675%2012.2856%202.675C17.4357%202.675%2021.6107%206.84995%2021.6107%2012Z%22%20stroke%3D%22%239F9F9F%22%20stroke-width%3D%221.35%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  display: none;
  cursor: pointer;
}
.moon-phase-selected-content .new-moon:hover,
.moon-phase-selected-content .new-moon-active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.6107%2012C21.6107%2017.1501%2017.4357%2021.325%2012.2856%2021.325C7.13559%2021.325%202.96064%2017.1501%202.96064%2012C2.96064%206.84995%207.13559%202.675%2012.2856%202.675C17.4357%202.675%2021.6107%206.84995%2021.6107%2012Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.35%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
}
.moon-phase-selected-content .waxing-crescent {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M22.1822%2012C22.1822%2017.1501%2018.0072%2021.325%2012.8572%2021.325C7.70712%2021.325%203.53218%2017.1501%203.53218%2012C3.53218%206.84995%207.70712%202.675%2012.8572%202.675C18.0072%202.675%2022.1822%206.84995%2022.1822%2012Z%22%20stroke%3D%22%239F9F9F%22%20stroke-width%3D%221.35%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.8572%2018.4623C12.3058%2018.5584%2012.7712%2018.609%2013.2485%2018.609C16.8984%2018.609%2019.8572%2015.6502%2019.8572%2012.0003C19.8572%208.35041%2016.8984%205.3916%2013.2485%205.3916C12.7712%205.3916%2012.3058%205.4422%2011.8572%205.53831C14.839%206.17723%2017.0746%208.82769%2017.0746%2012.0003C17.0746%2015.1729%2014.839%2017.8234%2011.8572%2018.4623Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  display: none;
  cursor: pointer;
}
.moon-phase-selected-content .waxing-crescent:hover,
.moon-phase-selected-content .waxing-crescent-active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M22.1822%2012C22.1822%2017.1501%2018.0072%2021.325%2012.8572%2021.325C7.70712%2021.325%203.53218%2017.1501%203.53218%2012C3.53218%206.84995%207.70712%202.675%2012.8572%202.675C18.0072%202.675%2022.1822%206.84995%2022.1822%2012Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.35%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.8572%2018.4623C12.3058%2018.5584%2012.7712%2018.609%2013.2485%2018.609C16.8984%2018.609%2019.8572%2015.6502%2019.8572%2012.0003C19.8572%208.35041%2016.8984%205.3916%2013.2485%205.3916C12.7712%205.3916%2012.3058%205.4422%2011.8572%205.53831C14.839%206.17723%2017.0746%208.82769%2017.0746%2012.0003C17.0746%2015.1729%2014.839%2017.8234%2011.8572%2018.4623Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
}
.moon-phase-selected-content .first-quarter {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.8035%2012C21.8035%2017.1777%2017.6061%2021.375%2012.4285%2021.375C7.2508%2021.375%203.05347%2017.1777%203.05347%2012C3.05347%206.82233%207.2508%202.625%2012.4285%202.625C17.6061%202.625%2021.8035%206.82233%2021.8035%2012Z%22%20stroke%3D%22%239F9F9F%22%20stroke-width%3D%221.25%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.0582%2019.037C12.0582%2016.6867%2012.0582%204.96289%2012.0582%204.96289C15.9446%204.96289%2019.4656%208.11348%2019.4656%2011.9999C19.4656%2015.8864%2015.9446%2019.037%2012.0582%2019.037Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  display: none;
  cursor: pointer;
}
.moon-phase-selected-content .first-quarter:hover,
.moon-phase-selected-content .first-quarter-active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.8035%2012C21.8035%2017.1777%2017.6061%2021.375%2012.4285%2021.375C7.2508%2021.375%203.05347%2017.1777%203.05347%2012C3.05347%206.82233%207.2508%202.625%2012.4285%202.625C17.6061%202.625%2021.8035%206.82233%2021.8035%2012Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.25%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.0582%2019.037C12.0582%2016.6867%2012.0582%204.96289%2012.0582%204.96289C15.9446%204.96289%2019.4656%208.11348%2019.4656%2011.9999C19.4656%2015.8864%2015.9446%2019.037%2012.0582%2019.037Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
}
.moon-phase-selected-content .waxing-gibbous {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.325%2012C21.325%2017.1501%2017.1501%2021.325%2012%2021.325C6.84995%2021.325%202.675%2017.1501%202.675%2012C2.675%206.84995%206.84995%202.675%2012%202.675C17.1501%202.675%2021.325%206.84995%2021.325%2012Z%22%20stroke%3D%22%239F9F9F%22%20stroke-width%3D%221.35%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.2219%205C10.5442%205.87428%209%208.42633%209%2012C9%2016.0499%2011.2219%2019%2011.2219%2019C15.3028%2019%2019%2015.866%2019%2012C19%208.13401%2015.3028%205%2011.2219%205Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  display: none;
  cursor: pointer;
}
.moon-phase-selected-content .waxing-gibbous:hover,
.moon-phase-selected-content .waxing-gibbous-active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.325%2012C21.325%2017.1501%2017.1501%2021.325%2012%2021.325C6.84995%2021.325%202.675%2017.1501%202.675%2012C2.675%206.84995%206.84995%202.675%2012%202.675C17.1501%202.675%2021.325%206.84995%2021.325%2012Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.35%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.2219%205C10.5442%205.87428%209%208.42633%209%2012C9%2016.0499%2011.2219%2019%2011.2219%2019C15.3028%2019%2019%2015.866%2019%2012C19%208.13401%2015.3028%205%2011.2219%205Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
}
.moon-phase-selected-content .full-moon {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.325%2012C21.325%2017.1501%2017.1501%2021.325%2012%2021.325C6.84995%2021.325%202.675%2017.1501%202.675%2012C2.675%206.84995%206.84995%202.675%2012%202.675C17.1501%202.675%2021.325%206.84995%2021.325%2012Z%22%20stroke%3D%22%239F9F9F%22%20stroke-width%3D%221.35%22%2F%3E%0A%3Cpath%20d%3D%22M12%2019C15.866%2019%2019%2015.866%2019%2012C19%208.13401%2015.866%205%2012%205C8.13401%205%205%208.13401%205%2012C5%2015.866%208.13401%2019%2012%2019Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  display: none;
  cursor: pointer;
}
.moon-phase-selected-content .full-moon:hover,
.moon-phase-selected-content .full-moon-active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.325%2012C21.325%2017.1501%2017.1501%2021.325%2012%2021.325C6.84995%2021.325%202.675%2017.1501%202.675%2012C2.675%206.84995%206.84995%202.675%2012%202.675C17.1501%202.675%2021.325%206.84995%2021.325%2012Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.35%22%2F%3E%0A%3Cpath%20d%3D%22M12%2019C15.866%2019%2019%2015.866%2019%2012C19%208.13401%2015.866%205%2012%205C8.13401%205%205%208.13401%205%2012C5%2015.866%208.13401%2019%2012%2019Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
}
.moon-phase-selected-content .waning-gibbous {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.8965%2012C21.8965%2017.1501%2017.7216%2021.325%2012.5715%2021.325C7.42148%2021.325%203.24653%2017.1501%203.24653%2012C3.24653%206.84995%207.42148%202.675%2012.5715%202.675C17.7216%202.675%2021.8965%206.84995%2021.8965%2012Z%22%20stroke%3D%22%239F9F9F%22%20stroke-width%3D%221.35%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.5719%2019C13.1817%2018.1257%2014.5715%2015.5737%2014.5715%2012C14.5715%207.95011%2012.5719%205%2012.5719%205C8.899%205%205.57153%208.13401%205.57153%2012C5.57153%2015.866%208.899%2019%2012.5719%2019Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  display: none;
  cursor: pointer;
}
.moon-phase-selected-content .waning-gibbous:hover,
.moon-phase-selected-content .waning-gibbous-active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.8965%2012C21.8965%2017.1501%2017.7216%2021.325%2012.5715%2021.325C7.42148%2021.325%203.24653%2017.1501%203.24653%2012C3.24653%206.84995%207.42148%202.675%2012.5715%202.675C17.7216%202.675%2021.8965%206.84995%2021.8965%2012Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.35%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.5719%2019C13.1817%2018.1257%2014.5715%2015.5737%2014.5715%2012C14.5715%207.95011%2012.5719%205%2012.5719%205C8.899%205%205.57153%208.13401%205.57153%2012C5.57153%2015.866%208.899%2019%2012.5719%2019Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
}
.moon-phase-selected-content .last-quarter {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.4678%2012C21.4678%2017.1501%2017.2929%2021.325%2012.1428%2021.325C6.99277%2021.325%202.81782%2017.1501%202.81782%2012C2.81782%206.84995%206.99277%202.675%2012.1428%202.675C17.2929%202.675%2021.4678%206.84995%2021.4678%2012Z%22%20stroke%3D%22%239F9F9F%22%20stroke-width%3D%221.35%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.1428%2019C12.1428%2016.6621%2012.1428%205%2012.1428%205C8.47013%205%205.14282%208.13401%205.14282%2012C5.14282%2015.866%208.47013%2019%2012.1428%2019Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  display: none;
  cursor: pointer;
}
.moon-phase-selected-content .last-quarter:hover,
.moon-phase-selected-content .last-quarter-active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.4678%2012C21.4678%2017.1501%2017.2929%2021.325%2012.1428%2021.325C6.99277%2021.325%202.81782%2017.1501%202.81782%2012C2.81782%206.84995%206.99277%202.675%2012.1428%202.675C17.2929%202.675%2021.4678%206.84995%2021.4678%2012Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.35%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.1428%2019C12.1428%2016.6621%2012.1428%205%2012.1428%205C8.47013%205%205.14282%208.13401%205.14282%2012C5.14282%2015.866%208.47013%2019%2012.1428%2019Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
}
.moon-phase-selected-content .waning-crescent {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M22.0001%2012C22.0001%2017.1284%2017.8427%2021.2857%2012.7144%2021.2857C7.586%2021.2857%203.42864%2017.1284%203.42864%2012C3.42864%206.87164%207.586%202.71429%2012.7144%202.71429C17.8427%202.71429%2022.0001%206.87164%2022.0001%2012Z%22%20stroke%3D%22%239F9F9F%22%20stroke-width%3D%221.42857%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.7144%205.87316C10.162%206.73896%208.32512%209.155%208.32512%2012.0001C8.32512%2014.8451%2010.162%2017.2612%2012.7145%2018.127C12.5026%2018.149%2012.2876%2018.1603%2012.0699%2018.1603C8.66769%2018.1603%205.90967%2015.4023%205.90967%2012.0001C5.90967%208.59787%208.66769%205.83984%2012.0699%205.83984C12.2876%205.83984%2012.5026%205.85113%2012.7144%205.87316Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  display: none;
  cursor: pointer;
}
.moon-phase-selected-content .waning-crescent:hover,
.moon-phase-selected-content .waning-crescent-active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M22.0001%2012C22.0001%2017.1284%2017.8427%2021.2857%2012.7144%2021.2857C7.586%2021.2857%203.42864%2017.1284%203.42864%2012C3.42864%206.87164%207.586%202.71429%2012.7144%202.71429C17.8427%202.71429%2022.0001%206.87164%2022.0001%2012Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.42857%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.7144%205.87316C10.162%206.73896%208.32512%209.155%208.32512%2012.0001C8.32512%2014.8451%2010.162%2017.2612%2012.7145%2018.127C12.5026%2018.149%2012.2876%2018.1603%2012.0699%2018.1603C8.66769%2018.1603%205.90967%2015.4023%205.90967%2012.0001C5.90967%208.59787%208.66769%205.83984%2012.0699%205.83984C12.2876%205.83984%2012.5026%205.85113%2012.7144%205.87316Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
}

.moon-phase-selector {
  display: flex;
  flex-direction: column;
}
.moon-phase-selector-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  color: #EEEEEE;
  margin-bottom: 16px;
}
.moon-phase-selector-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 280px;
}
.new-moon {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.6107%2012C21.6107%2017.1501%2017.4357%2021.325%2012.2856%2021.325C7.13559%2021.325%202.96064%2017.1501%202.96064%2012C2.96064%206.84995%207.13559%202.675%2012.2856%202.675C17.4357%202.675%2021.6107%206.84995%2021.6107%2012Z%22%20stroke%3D%22%239F9F9F%22%20stroke-width%3D%221.35%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.new-moon:hover,
.new-moon-active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.6107%2012C21.6107%2017.1501%2017.4357%2021.325%2012.2856%2021.325C7.13559%2021.325%202.96064%2017.1501%202.96064%2012C2.96064%206.84995%207.13559%202.675%2012.2856%202.675C17.4357%202.675%2021.6107%206.84995%2021.6107%2012Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.35%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.waxing-crescent {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M22.1822%2012C22.1822%2017.1501%2018.0072%2021.325%2012.8572%2021.325C7.70712%2021.325%203.53218%2017.1501%203.53218%2012C3.53218%206.84995%207.70712%202.675%2012.8572%202.675C18.0072%202.675%2022.1822%206.84995%2022.1822%2012Z%22%20stroke%3D%22%239F9F9F%22%20stroke-width%3D%221.35%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.8572%2018.4623C12.3058%2018.5584%2012.7712%2018.609%2013.2485%2018.609C16.8984%2018.609%2019.8572%2015.6502%2019.8572%2012.0003C19.8572%208.35041%2016.8984%205.3916%2013.2485%205.3916C12.7712%205.3916%2012.3058%205.4422%2011.8572%205.53831C14.839%206.17723%2017.0746%208.82769%2017.0746%2012.0003C17.0746%2015.1729%2014.839%2017.8234%2011.8572%2018.4623Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.waxing-crescent:hover,
.waxing-crescent-active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M22.1822%2012C22.1822%2017.1501%2018.0072%2021.325%2012.8572%2021.325C7.70712%2021.325%203.53218%2017.1501%203.53218%2012C3.53218%206.84995%207.70712%202.675%2012.8572%202.675C18.0072%202.675%2022.1822%206.84995%2022.1822%2012Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.35%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.8572%2018.4623C12.3058%2018.5584%2012.7712%2018.609%2013.2485%2018.609C16.8984%2018.609%2019.8572%2015.6502%2019.8572%2012.0003C19.8572%208.35041%2016.8984%205.3916%2013.2485%205.3916C12.7712%205.3916%2012.3058%205.4422%2011.8572%205.53831C14.839%206.17723%2017.0746%208.82769%2017.0746%2012.0003C17.0746%2015.1729%2014.839%2017.8234%2011.8572%2018.4623Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.first-quarter {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.8035%2012C21.8035%2017.1777%2017.6061%2021.375%2012.4285%2021.375C7.2508%2021.375%203.05347%2017.1777%203.05347%2012C3.05347%206.82233%207.2508%202.625%2012.4285%202.625C17.6061%202.625%2021.8035%206.82233%2021.8035%2012Z%22%20stroke%3D%22%239F9F9F%22%20stroke-width%3D%221.25%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.0582%2019.037C12.0582%2016.6867%2012.0582%204.96289%2012.0582%204.96289C15.9446%204.96289%2019.4656%208.11348%2019.4656%2011.9999C19.4656%2015.8864%2015.9446%2019.037%2012.0582%2019.037Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.first-quarter:hover,
.first-quarter-active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.8035%2012C21.8035%2017.1777%2017.6061%2021.375%2012.4285%2021.375C7.2508%2021.375%203.05347%2017.1777%203.05347%2012C3.05347%206.82233%207.2508%202.625%2012.4285%202.625C17.6061%202.625%2021.8035%206.82233%2021.8035%2012Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.25%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.0582%2019.037C12.0582%2016.6867%2012.0582%204.96289%2012.0582%204.96289C15.9446%204.96289%2019.4656%208.11348%2019.4656%2011.9999C19.4656%2015.8864%2015.9446%2019.037%2012.0582%2019.037Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.waxing-gibbous {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.325%2012C21.325%2017.1501%2017.1501%2021.325%2012%2021.325C6.84995%2021.325%202.675%2017.1501%202.675%2012C2.675%206.84995%206.84995%202.675%2012%202.675C17.1501%202.675%2021.325%206.84995%2021.325%2012Z%22%20stroke%3D%22%239F9F9F%22%20stroke-width%3D%221.35%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.2219%205C10.5442%205.87428%209%208.42633%209%2012C9%2016.0499%2011.2219%2019%2011.2219%2019C15.3028%2019%2019%2015.866%2019%2012C19%208.13401%2015.3028%205%2011.2219%205Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.waxing-gibbous:hover,
.waxing-gibbous-active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.325%2012C21.325%2017.1501%2017.1501%2021.325%2012%2021.325C6.84995%2021.325%202.675%2017.1501%202.675%2012C2.675%206.84995%206.84995%202.675%2012%202.675C17.1501%202.675%2021.325%206.84995%2021.325%2012Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.35%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.2219%205C10.5442%205.87428%209%208.42633%209%2012C9%2016.0499%2011.2219%2019%2011.2219%2019C15.3028%2019%2019%2015.866%2019%2012C19%208.13401%2015.3028%205%2011.2219%205Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.full-moon {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.325%2012C21.325%2017.1501%2017.1501%2021.325%2012%2021.325C6.84995%2021.325%202.675%2017.1501%202.675%2012C2.675%206.84995%206.84995%202.675%2012%202.675C17.1501%202.675%2021.325%206.84995%2021.325%2012Z%22%20stroke%3D%22%239F9F9F%22%20stroke-width%3D%221.35%22%2F%3E%0A%3Cpath%20d%3D%22M12%2019C15.866%2019%2019%2015.866%2019%2012C19%208.13401%2015.866%205%2012%205C8.13401%205%205%208.13401%205%2012C5%2015.866%208.13401%2019%2012%2019Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.full-moon:hover,
.full-moon-active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.325%2012C21.325%2017.1501%2017.1501%2021.325%2012%2021.325C6.84995%2021.325%202.675%2017.1501%202.675%2012C2.675%206.84995%206.84995%202.675%2012%202.675C17.1501%202.675%2021.325%206.84995%2021.325%2012Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.35%22%2F%3E%0A%3Cpath%20d%3D%22M12%2019C15.866%2019%2019%2015.866%2019%2012C19%208.13401%2015.866%205%2012%205C8.13401%205%205%208.13401%205%2012C5%2015.866%208.13401%2019%2012%2019Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.waning-gibbous {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.8965%2012C21.8965%2017.1501%2017.7216%2021.325%2012.5715%2021.325C7.42148%2021.325%203.24653%2017.1501%203.24653%2012C3.24653%206.84995%207.42148%202.675%2012.5715%202.675C17.7216%202.675%2021.8965%206.84995%2021.8965%2012Z%22%20stroke%3D%22%239F9F9F%22%20stroke-width%3D%221.35%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.5719%2019C13.1817%2018.1257%2014.5715%2015.5737%2014.5715%2012C14.5715%207.95011%2012.5719%205%2012.5719%205C8.899%205%205.57153%208.13401%205.57153%2012C5.57153%2015.866%208.899%2019%2012.5719%2019Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.waning-gibbous:hover,
.waning-gibbous-active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.8965%2012C21.8965%2017.1501%2017.7216%2021.325%2012.5715%2021.325C7.42148%2021.325%203.24653%2017.1501%203.24653%2012C3.24653%206.84995%207.42148%202.675%2012.5715%202.675C17.7216%202.675%2021.8965%206.84995%2021.8965%2012Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.35%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.5719%2019C13.1817%2018.1257%2014.5715%2015.5737%2014.5715%2012C14.5715%207.95011%2012.5719%205%2012.5719%205C8.899%205%205.57153%208.13401%205.57153%2012C5.57153%2015.866%208.899%2019%2012.5719%2019Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.last-quarter {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.4678%2012C21.4678%2017.1501%2017.2929%2021.325%2012.1428%2021.325C6.99277%2021.325%202.81782%2017.1501%202.81782%2012C2.81782%206.84995%206.99277%202.675%2012.1428%202.675C17.2929%202.675%2021.4678%206.84995%2021.4678%2012Z%22%20stroke%3D%22%239F9F9F%22%20stroke-width%3D%221.35%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.1428%2019C12.1428%2016.6621%2012.1428%205%2012.1428%205C8.47013%205%205.14282%208.13401%205.14282%2012C5.14282%2015.866%208.47013%2019%2012.1428%2019Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.last-quarter:hover,
.last-quarter-active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.4678%2012C21.4678%2017.1501%2017.2929%2021.325%2012.1428%2021.325C6.99277%2021.325%202.81782%2017.1501%202.81782%2012C2.81782%206.84995%206.99277%202.675%2012.1428%202.675C17.2929%202.675%2021.4678%206.84995%2021.4678%2012Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.35%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.1428%2019C12.1428%2016.6621%2012.1428%205%2012.1428%205C8.47013%205%205.14282%208.13401%205.14282%2012C5.14282%2015.866%208.47013%2019%2012.1428%2019Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.waning-crescent {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M22.0001%2012C22.0001%2017.1284%2017.8427%2021.2857%2012.7144%2021.2857C7.586%2021.2857%203.42864%2017.1284%203.42864%2012C3.42864%206.87164%207.586%202.71429%2012.7144%202.71429C17.8427%202.71429%2022.0001%206.87164%2022.0001%2012Z%22%20stroke%3D%22%239F9F9F%22%20stroke-width%3D%221.42857%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.7144%205.87316C10.162%206.73896%208.32512%209.155%208.32512%2012.0001C8.32512%2014.8451%2010.162%2017.2612%2012.7145%2018.127C12.5026%2018.149%2012.2876%2018.1603%2012.0699%2018.1603C8.66769%2018.1603%205.90967%2015.4023%205.90967%2012.0001C5.90967%208.59787%208.66769%205.83984%2012.0699%205.83984C12.2876%205.83984%2012.5026%205.85113%2012.7144%205.87316Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.waning-crescent:hover,
.waning-crescent-active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M22.0001%2012C22.0001%2017.1284%2017.8427%2021.2857%2012.7144%2021.2857C7.586%2021.2857%203.42864%2017.1284%203.42864%2012C3.42864%206.87164%207.586%202.71429%2012.7144%202.71429C17.8427%202.71429%2022.0001%206.87164%2022.0001%2012Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.42857%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.7144%205.87316C10.162%206.73896%208.32512%209.155%208.32512%2012.0001C8.32512%2014.8451%2010.162%2017.2612%2012.7145%2018.127C12.5026%2018.149%2012.2876%2018.1603%2012.0699%2018.1603C8.66769%2018.1603%205.90967%2015.4023%205.90967%2012.0001C5.90967%208.59787%208.66769%205.83984%2012.0699%205.83984C12.2876%205.83984%2012.5026%205.85113%2012.7144%205.87316Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 24px;
  height: 24px;
  cursor: pointer;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.nav-tab-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-right: 41px;
  text-decoration: none;
  color: #9F9F9F;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.4px;
}
.nav-tab-item_underlined {
  color: #EEEEEE;
  opacity: 1;
}
.nav-tab-item__overline {
  height: 6px;
  width: 100%;
}
.nav-tab-item__underline {
  height: 6px;
  width: 100%;
  border: 3px solid transparent;
}
.nav-tab-item__underline_active {
  color: #EEEEEE;
  border-bottom-color: #EEEEEE;
}
.nav-tab-item__red-dot {
  position: absolute;
  right: -10px;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 10px;
  width: 10px;
  border-radius: calc(10px / 2);
  background-color: #5b3828;
  color: #7a5e52;
}
.nav-tab-item__red-dot_active {
  background-color: #63ED00;
  color: #63ED00;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.nav-tabs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 51px;
  width: 100%;
  border-bottom: 1px solid rgba(159, 159, 159, 0.16);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.4px;
}
.nav-tabs__scrolled {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.nav-tabs__tab {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-right: 40px;
  text-decoration: none;
  color: #969492;
}
.nav-tabs__tab.active {
  color: #EEEEEE;
}
.nav-tabs__tab_uppercase {
  text-transform: uppercase;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.notifier {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 50%;
  color: #201A19;
  border-radius: 4px;
  padding: 14px 16px 14px 16px;
}
.notifier__img {
  margin: 0 10px;
}
.notifier__close {
  margin: 0 10px;
}
.notifier__message {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.25px;
}
.success {
  background: #DAFFD6;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.error {
  background: #FFDAD6;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.info {
  background: #DEE1ED;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.warning {
  background: #F7C97F;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.input-range {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  font-family: inherit;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: normal;
  /* Hide input arrows in Chrome, Safari, Edge, Opera */
  /* Hide input arrows in Firefox */
}
.input-range-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  color: #EEEEEE;
  margin-top: 12px;
  margin-bottom: 7px;
}
.input-range__text {
  padding: 8px;
}
.input-range-inputs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 270px;
  color: #9F9F9F;
}
.input-range-inputs input {
  color: white;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
  width: 106px;
  height: 56px;
  border: 1px solid #9F9F9F;
  border-radius: 4px;
}
.input-range-validation-errors {
  color: #FFB4AB;
  font-size: 16px;
  line-height: 24px;
  margin-top: 6px;
}
.input-range input::-webkit-outer-spin-button,
.input-range input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-range input[type=number] {
  -moz-appearance: textfield;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.confirmation-modal-body {
  max-width: 396px;
  width: calc(90vw - 64px);
  padding: 0 32px;
  color: #BEC5D8;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.25px;
}
.confirmation-modal-body p {
  margin: 0;
}
.confirmation-modal-body__checkbox {
  margin-top: 20px;
  display: inline-block;
}
.confirmation-modal-body__checkbox label {
  color: black;
}
.confirmation-modal-body__actions {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 32px;
  margin-top: 40px;
  position: relative;
  justify-content: flex-end;
}
.confirmation-modal-body__actions_paddingtoplow {
  margin-top: 24px;
}
.confirmation-modal-body__actions-button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 24px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.3px;
  color: #EEEEEE;
  background-color: transparent;
}
.confirmation-modal-body__actions_primary {
  color: #424659;
  background: #EEEEEE;
  border-radius: 100px;
}
.confirmation-modal-body__actions_secondary {
  border: none;
  background-color: transparent;
  color: #EEEEEE;
}
.confirmation-modal-body__actions_secondary-single {
  margin-right: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.confirmation-modal-body__actions_single {
  margin-left: auto;
}
.confirmation-modal-body__actions_disabled {
  color: #7b7b7d;
  background: rgba(27, 27, 31, 0.38);
  border: none;
}
.confirmation-modal-body__map {
  width: 100%;
  height: 100%;
}

.firmware-update-modal-body__text {
  color: #BEC5D8;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.25px;
}
.firmware-update-modal-body__warning {
  margin-top: 24px;
  color: #FF897D;
  font-size: 14px;
}
.firmware-update-modal-body__warning-text {
  color: #9F9F9F;
  font-size: 14px;
}

.add-card-modal-body-authorize {
  max-width: 100%;
  width: 98vw;
  overflow: auto;
  background-color: #45464F;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding-top: 16px;
  padding-bottom: 32px;
}

.add-card-modal-body-cs {
  max-width: 100%;
  height: 90vh;
  width: 98vw;
  overflow: auto;
  background-color: #45464F;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding-top: 16px;
  padding-bottom: 32px;
}
.add-card-modal-body-cs__loading {
  display: block;
  position: absolute;
  width: 100%;
}

.promo-code-list-item__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.promo-code-list-item__container > * {
  margin-right: 9px;
}
.promo-code-list-item__button-delete {
  background-color: transparent;
  padding: 0;
  margin: 0;
  margin-left: auto;
  border: none;
}
.promo-code-list-item__invisible-icon {
  visibility: hidden;
}

.live-view-item__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.live-view-item__container > * {
  margin-right: 9px;
}
.live-view-item__button-delete {
  background-color: transparent;
  padding: 0;
  margin: 0;
  margin-left: auto;
  border: none;
}
.live-view-item__invisible-icon {
  visibility: hidden;
}

.payment-details__item {
  display: flex;
  flex-direction: column;
  color: #EEEEEE;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
}
.payment-details__item-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.payment-details__item-row-partial-fee {
  align-items: flex-end;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.25px;
  color: #EEEEEE;
}
.payment-details__item-row-next-billing-date {
  align-items: flex-end;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.25px;
  color: #BEC5D8;
}
.payment-details__item-row-discount {
  align-items: flex-end;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.25px;
  color: #EEEEEE;
}
.payment-details__item-row-limit-max-width {
  max-width: 310px;
}
.payment-details__item-user-package-count {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 142px;
}
.payment-details__item-user-package-count-btn {
  background-color: transparent;
  width: 50px;
  height: 38px;
}
.payment-details__item-name {
  margin-bottom: 8px;
}
.payment-details__item_sub-info {
  display: flex;
  align-items: center;
}
.payment-details__item_sub-info-head1 {
  margin-bottom: 8px;
}
.payment-details__item_sub-info > :not(:last-child):after {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #B7B7B9;
  margin-left: 5px;
}
.payment-details__item_sub-info-item {
  color: #BEC5D8;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.25px;
  display: flex;
  align-items: center;
  margin-right: 5px;
  margin-bottom: 8px;
}
.payment-details__item_total {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-align: right;
  margin-bottom: 10px;
}
.payment-details__item_total-right {
  text-align: right;
}
.payment-details__item_add-promo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
}
.payment-details__item_promo-header {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.3px;
  text-align: center;
  color: #EEEEEE;
}
.payment-details__license-agreement {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #9F9F9F;
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.3px;
}
.payment-details__license-agreement-clickable {
  text-decoration: underline;
  cursor: pointer;
  color: #9F9F9F;
}
.payment-details__adding-promocode-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 6px;
}
.payment-details__adding-promocode-button {
  width: 100%;
}
.payment-details__button {
  border: none;
  color: #424659;
  background-color: #EEEEEE;
}
.payment-details__button_disabled {
  color: #777779;
  background-color: #343438;
}
.payment-details__button_secondary {
  color: #EEEEEE;
  background-color: transparent;
  border: none;
}
.payment-details__button-promo_secondary {
  color: #EEEEEE;
  background-color: transparent;
  border: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.3px;
  padding: 0 8px;
  height: 20px;
}
.payment-details__button-confirm {
  border: none;
  width: 100%;
}
.payment-details__divider {
  height: 0px;
  width: 100%;
  border-bottom: 1px solid #9F9F9F52;
}
.payment-details__card {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.25px;
  color: #BEC5D8;
  margin-top: -2px;
  margin-bottom: 8px;
}

.additional-service-payment-details__text {
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.25px;
  color: #EEEEEE;
  margin-bottom: 16px;
}
.additional-service-payment-details__button_primary {
  width: 100%;
}
.additional-service-payment-details__button_secondary {
  padding: 16px 12px 16px 28px !important;
  background-color: transparent !important;
  color: #EEEEEE !important;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.camera-active-zone-compass {
  position: relative;
  margin: 8px auto 8px auto;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.camera-active-zone-compass__img {
  position: absolute;
}
.camera-active-zone-compass_cursor_pointer:hover {
  cursor: pointer;
}
.camera-active-zone-compass__zone-number {
  position: absolute;
  width: 21px;
  height: 21px;
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  line-height: 21px;
  color: #616269;
}
.camera-active-zone-compass__zone-number_selected {
  width: 21px;
  height: 21px;
  font-size: 21px;
  line-height: 21px;
  color: #FFFFFF;
}

.camera-active-zone-setting {
  position: relative;
  cursor: pointer;
  border-radius: 50px;
  margin: 12px auto 0px auto;
}
.camera-active-zone-setting__item-label {
  font-size: 14px;
  line-height: 20px;
  color: #969492;
  display: inline-block;
  margin-bottom: 4px;
}
.camera-active-zone-setting__description {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.3px;
  color: #FFFFFF;
}
.camera-active-zone-setting__actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.camera-active-zone-setting__button {
  background: transparent;
  border: none;
  z-index: 100;
}

.on-demand-360-modal {
  margin: 0 32px;
  z-index: 1000;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #545454;
}
.on-demand-360-modal .text-label {
  color: #9F9F9F;
}
.on-demand-360-modal__img {
  margin-right: 8px;
}
.on-demand-360-modal__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  margin: 0;
}
.on-demand-360-modal__active-zone {
  margin-top: 10px;
}
.on-demand-360-modal__action-panel {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.on-demand-360-modal__action-panel_secondary {
  color: #FFFFFF;
  border: none;
  background: transparent;
}
.on-demand-360-modal__action-panel_primary {
  color: #EEEEEE;
  background-color: #272830;
  border: none;
  margin-left: 10px;
}
.on-demand-360-modal__action-panel_primary:disabled {
  margin-right: 0;
  border: none;
  color: rgba(238, 238, 238, 0.38);
  background: rgba(27, 27, 31, 0.38);
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.on-demand-button__item-text {
  padding-left: 20px;
}
.on-demand-button__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.3px;
  color: #FF4E00;
  color: #EEEEEE;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
  background: none !important;
  border: none !important;
  z-index: 9;
}
.on-demand-button__button:focus {
  outline: none;
}
.on-demand-button__button_text {
  color: #969492;
  padding-right: 6px;
}
.on-demand-button__button_text_green {
  color: #63ED00;
  padding-right: 6px;
}
.on-demand-button__button-img {
  display: inline-block;
  position: relative;
  top: -1px;
}
.on-demand-button__button-img_text {
  margin-left: 8px;
}
.on-demand-button__button-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  align-self: center;
}
.on-demand-button__button-wrapper:not(:first-child) {
  margin-left: 24px;
}
.on-demand-button__button-wrapper_with-text {
  width: 140px;
}
.on-demand-button__button-wrapper_wide {
  width: 170px;
}
.on-demand-button__button-ondemand {
  background: #272830;
  border-radius: 100px;
}
.on-demand-button_disabled {
  cursor: default;
}
.on-demand-button_grayed {
  color: #9F9F9F;
}
.on-demand-button_page_media-details {
  align-self: flex-start;
  margin-left: 0 !important;
  margin-bottom: 32px;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.password-error-list {
  color: #9F9F9F;
  background-color: #272830;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 0px 8px 0px;
  position: absolute;
  width: 100%;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  z-index: 15;
}
.password-error-list__item {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  min-height: 32px;
  height: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 56px;
  max-width: 316px;
}
.password-error-list__item_active {
  color: #63ED00;
}
.password-error-list__item img {
  margin: 16px;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.popup-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.radio-button-large {
  height: 44px;
  border-bottom: 1px solid #545454;
  padding: 2px 24px 8px 16px;
}
.radio-button-right input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.radio-button input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.radio-button-text-left {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding: 0 0 0 40px;
  cursor: pointer;
  color: #EEEEEE;
}
.radio-button-text-left:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #9F9F9F;
  border-radius: 50%;
  background: inherit;
}
.radio-button-text-left:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #9F9F9F;
  opacity: 0;
  transition: 0.2s;
}
.radio-button-text-right {
  width: 100%;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  cursor: pointer;
  color: #EEEEEE;
}
.radio-button-text-right:before {
  content: '';
  position: absolute;
  top: -3px;
  right: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #9F9F9F;
  border-radius: 50%;
  background: inherit;
}
.radio-button-text-right:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #9F9F9F;
  opacity: 0;
  transition: 0.2s;
}
.radio-button-text-checked:before {
  border-color: #EEEEEE;
}
.radio-button-text-checked:after {
  background: #EEEEEE;
}
.radio-button-img {
  position: relative;
  height: 27px;
  top: 7px;
  padding: 2px;
  box-sizing: border-box;
}
.radio-button_disabled {
  opacity: 0.4;
}
.radio-button input:checked + .radio-button-text-left:after {
  opacity: 1;
}
.radio-button-right input:checked + .radio-button-text-right:after {
  opacity: 1;
}

.radio-group {
  font-family: Gotham, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #B7B7B9;
}
.radio-group-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  color: #EEEEEE;
  margin-bottom: 11px;
}
.radio-group-buttons {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
}
.radio-group-buttons > :first-child {
  margin-top: 6px;
}
.radio-group-buttons > :not(:first-child) {
  margin-top: 16px;
}
.radio-group__divider:not(:last-child) {
  border-bottom: 1px solid #727277;
}

.range-slider {
  display: flex;
  flex-direction: column;
}
.range-slider_disabled {
  opacity: 0.2;
}
.range-slider-number-range {
  font-family: Gotham, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: white;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.custom-password-error {
  width: 100%;
  font-size: 16px;
  min-height: 32px;
  height: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #EEEEEE;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 14;
  height: 54px;
}
.custom-password-error img {
  margin: 0 11px 0 20px;
}
.custom-password-error span {
  color: #63ED00;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.radio-group-advanced__body-subtitle {
  display: inline-block;
  width: 100%;
}
.radio-group-advanced__body-subtitle-label {
  font-size: 14px;
  line-height: 20px;
  color: #969492;
  display: inline-block;
  margin-bottom: 4px;
}
.radio-group-advanced__body-subtitle-info {
  display: block;
  float: right;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.range-slider-advanced__body-subtitle {
  display: inline-block;
  width: 100%;
}
.range-slider-advanced__body-subtitle-label {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.3px;
  color: #969492;
  display: inline-block;
  margin-bottom: 8px;
}
.range-slider-advanced__body-subtitle-info {
  display: block;
  float: right;
}

.scheduling-radio-group {
  margin-bottom: 16px;
  font-family: Gotham, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #b7b7b9;
}
.scheduling-radio-group-item {
  margin-top: 16px;
}
.scheduling-radio-group-title {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #b7b7b9;
}
.scheduling-radio-group-time-label {
  padding-bottom: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #969492;
}
.scheduling-radio-group-time-value {
  margin-top: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #ffffff;
  border-bottom: #545454 1px solid;
}
.scheduling-radio-group-time-picker {
  display: none;
  position: absolute;
  z-index: 1500;
  background-color: white;
  border-radius: 4px;
}
.scheduling-radio-group-time-button {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.scheduling-radio-group-buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: white;
}
.scheduling-radio-group-visible {
  display: inline;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.scheduling-radio-group-advanced__body-subtitle {
  display: inline-block;
  width: 100%;
}
.scheduling-radio-group-advanced__body-subtitle-label {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15px;
  color: #969492;
  display: inline-block;
  margin-bottom: 8px;
}
.scheduling-radio-group-advanced__body-subtitle-info {
  display: block;
  float: right;
}

.scrollbar__main > div:first-child {
  scrollbar-width: none;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.scrollbar__main > div:first-child::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
.scrollbar-track {
  position: absolute;
  width: 8px;
  height: 100%;
  background-color: transparent;
  right: 0px;
  bottom: 2px;
  top: 0;
  border-radius: 4px;
  z-index: 10000;
}
.scrollbar-thumb {
  background-color: #9F9F9F;
  border-radius: 100px;
}

.slider input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 10px;
}
.slider-text {
  position: relative;
  padding: 0px 0px 0px 40px;
  cursor: pointer;
}
.slider-text:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  height: 14px;
  border-radius: 13px;
  border: 2px solid white;
  background: inherit;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
.slider-text:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: 0.2s;
}
.slider input:checked + .slider-text:before {
  border: 2px solid #FF4E00;
}
.slider input:checked + .slider-text:after {
  background: #FF4E00;
  left: 16px;
}

.spinner {
  display: flex;
  align-items: center;
}
.spinner-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.spinner-box__spinner {
  width: 20px;
  height: 20px;
  margin: 0;
  background: transparent;
  border-top: 2px solid #FF4E00;
  border-right: 2px solid transparent;
  border-radius: 50%;
  animation: 1s spin linear infinite;
}
.spinner-text {
  margin-left: 15px;
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0.15px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.state-label {
  border-radius: 100px;
  padding: 4px 8px 0px 8px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
.state-label_color_green {
  color: #42A226;
  background: rgba(66, 162, 38, 0.1);
}
.state-label_color_orange {
  color: #FF4E00;
  background: rgba(255, 78, 0, 0.1);
}
.state-label_color_red {
  color: #E3170A;
  background: rgba(227, 23, 10, 0.1);
}
.state-label_color_grey {
  color: #969492;
  background: rgba(150, 148, 146, 0.1);
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.switch-grey {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 207px;
  height: 38px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.switch-grey img {
  width: 18px;
  height: 18px;
}
.switch-grey__item {
  flex: 1;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
  border: 1px solid #9F9F9F;
}
.switch-grey__item_left {
  border-radius: 100px 0 0 100px;
  border-right: none;
}
.switch-grey__item_right {
  border-radius: 0 100px 100px 0;
  border-left: none;
}
.switch-grey__item_active {
  background-color: #424659;
}
.switch-grey__name {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.25px;
  color: #EEEEEE;
}
.switch-grey_active {
  font-weight: 500;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.tabs-selector {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.tabs-selector__button {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  border: 1px solid #9F9F9F;
  border-left: none;
  letter-spacing: -0.25px;
}
.tabs-selector__button_left {
  border-left: 1px solid #9F9F9F;
  border-radius: 100px 0 0 100px;
}
.tabs-selector__button_right {
  border-radius: 0 100px 100px 0;
}
.tabs-selector_active {
  background-color: #424659;
}
.tabs-selector__img {
  width: 18px;
  height: 18px;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.tags-selector {
  border: 1px solid #9F9F9F;
  border-radius: 4px;
  padding: 11px 14px ;
  position: relative;
  overflow: unset;
}
.tags-selector_error {
  border: 2px solid #FFB4AB;
}
.tags-selector__error {
  color: #FFB4AB;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.3px;
  max-width: 308px;
  margin-top: 4px;
  padding-left: 16px;
  min-height: 16px;
}
.tags-selector__label {
  position: absolute;
  top: -8px;
  left: 11px;
  padding: 0 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.3px;
  color: #EEEEEE;
  background-color: #1B1B1F;
}
.tags-selector__placeholder {
  color: #9F9F9F;
  font-size: 14px;
  margin: 5px 10px;
}
.tags-selector__type {
  color: #EEEEEE;
  font-size: 16px;
  margin: 20px 8px;
}
.tags-selector__shevron {
  position: absolute;
  top: 15px;
  right: 11px;
  z-index: 0;
}
.tags-selector__input {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */
  /* Most modern browsers support this now. */
}
.tags-selector__input:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.tags-selector__input::placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.tags-selector-create-btn {
  text-transform: uppercase;
  background: transparent;
  border: none !important;
  color: #EEEEEE;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.3px;
}
.tags-selector-create-btn img {
  margin-bottom: -6px;
  margin-right: 5px;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.text-field {
  width: 100%;
}
.text-field__label_error.MuiFilledInput-input {
  color: #FFB4AB;
}
.text-field__wrapper {
  position: relative;
}
.text-field__wrapper img {
  position: absolute;
  right: 12px;
  bottom: 16px;
}
input:-webkit-autofill {
  -webkit-text-fill-color: #EEEEEE;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  caret-color: #EEEEEE;
  -webkit-box-shadow: 0 0 0 30px #323236 inset;
}
::-ms-reveal {
  display: none;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.text-field-add-option {
  width: 100%;
}
.text-field-add-option__adornment {
  width: 32px;
  height: 32px;
}
.text-field-add-option__adornment_active {
  cursor: pointer;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.text-field-validated {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 24px;
}
.text-field-validated__error {
  color: #FFB4AB;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.3px;
  max-width: 308px;
  margin-top: 4px;
  padding-left: 16px;
  min-height: 16px;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.text-field-self-validated {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 24px;
}
.text-field-self-validated__error {
  color: #FFB4AB;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.3px;
  max-width: 308px;
  margin-top: 4px;
  padding-left: 16px;
  min-height: 16px;
}

.text-input {
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #B7B7B9;
  color: #2E2A26;
}
.text-input:-ms-input-placeholder {
  color: #B7B7B9;
}
.text-input::placeholder {
  color: #B7B7B9;
}

.text-label {
  color: #B7B7B9;
  font-family: inherit;
  font-size: 16px;
}

.time-picker__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  border-bottom: #FFFFFF 1px solid;
}
.time-picker__label {
  font-size: 16px;
  line-height: 20px;
  color: #EEEEEE;
  transform: translate(-12px) scale(0.75);
}
.time-picker__value {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #EEEEEE;
  width: 100%;
}
.time-picker__keeper {
  width: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #333333;
  z-index: 1500;
  border-radius: 4px;
  --main-box-shadow: 0px;
  --top-bg: #333333;
  --top-colon-color: white;
  --top-text-color: white;
  --top-selected-color: #000000;
  --top-meridiem-color: white;
  --meridiem-bg-color: #333333;
  --meridiem-text-color: #969492;
  --meridiem-selected-text-color: white;
  --meridiem-selected-bg-color: #000000;
  --clock-wrapper-bg: #333333;
  --clock-bg: #282828;
  --hand-line-color: #000000;
  --hand-circle-center: #000000;
  --hand-circle-outer: #000000;
  --hand-minute-circle: #000000;
  --numbers-text-color: white;
}
.time-picker__keeper_visible {
  display: flex;
}
.time-picker__keeper .react-timekeeper__top-bar {
  border-radius: unset;
}
.time-picker__actions {
  width: 100%;
  background-color: #333333;
  color: #000000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 16px;
}
.time-picker__actions-ok {
  margin-left: 16px;
}

.time-keeper {
  width: 100%;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #333333;
  z-index: 1500;
  border-radius: 4px;
  --main-box-shadow: 0px;
  --top-bg: #333333;
  --top-colon-color: white;
  --top-text-color: white;
  --top-selected-color: #000000;
  --top-meridiem-color: white;
  --meridiem-bg-color: #333333;
  --meridiem-text-color: #969492;
  --meridiem-selected-text-color: white;
  --meridiem-selected-bg-color: #000000;
  --clock-wrapper-bg: #333333;
  --clock-bg: #282828;
  --hand-line-color: #000000;
  --hand-circle-center: #000000;
  --hand-circle-outer: #000000;
  --hand-minute-circle: #000000;
  --numbers-text-color: white;
}
.time-keeper_visible {
  display: flex;
}
.time-keeper .react-timekeeper__top-bar {
  border-radius: unset;
}
.time-keeper__actions {
  width: 100%;
  background-color: #333333;
  color: #000000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 16px;
}
.time-keeper__actions-ok {
  margin-left: 16px;
}

.time-text-field__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
}
.time-text-field__item-bordered {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 56px;
  border: 1px solid #9F9F9F;
  border-radius: 4px;
}
.time-text-field__label {
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #969492;
}
.time-text-field__value {
  margin-top: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #ffffff;
  border-bottom: #545454 1px solid;
  width: 100%;
}
.time-text-field__value-bordered {
  margin-top: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  height: 24px;
  letter-spacing: 0.15px;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.time-text-field__value-bordered-open {
  border-bottom: #EEEEEE 2px solid;
}
.time-text-field__value-bordered-empty {
  color: #9F9F9F;
}

.time-range-picker__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.time-range-picker__label {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 8px;
  color: #EEEEEE;
}
.time-range-picker__dash {
  margin: auto;
  color: #9F9F9F;
}

:root {
  --base: #9F9F9F;
  --fill: #EEEEEE;
  --trackball: var(--fill);
  --range: 0%;
}
.time-picker-slider1 {
  width: 100%;
  margin-top: 5px;
  outline: 0;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .time-picker-slider1 {
    height: 4px;
    -webkit-appearance: none;
    background-color: #EEEEEE;
  }
  .time-picker-slider1::-webkit-slider-runnable-track {
    height: 4px;
    -webkit-appearance: none;
    color: var(--fill);
    -webkit-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
  }
  .time-picker-slider1::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: none;
    background: var(--fill);
    margin-top: -8px;
  }
}
.time-picker-slider1::-moz-range-progress {
  background-color: var(--fill);
}
.time-picker-slider1::-moz-range-track {
  background-color: var(--base);
}
.time-picker-slider1::-ms-fill-lower {
  background-color: var(--fill);
}
.time-picker-slider1::-ms-fill-upper {
  background-color: var(--base);
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.time-picker-mmss-slider-advanced__body-subtitle {
  display: inline-block;
  width: 100%;
}
.time-picker-mmss-slider-advanced__body-subtitle-label {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.3px;
  color: #969492;
  display: inline-block;
  margin-bottom: 8px;
}
.time-picker-mmss-slider-advanced__body-subtitle-info {
  display: block;
  float: right;
}

.video-player__wrapper {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.video-player__hidden {
  display: none;
}
.video-player__video {
  max-width: 100%;
  max-height: 100%;
  object-fit: fill;
  min-width: 100px;
  min-height: 50px;
}
.video-player__video.hidden {
  visibility: hidden;
  position: absolute;
}
.video-player__play {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
}
.video-player__play-img {
  height: 50%;
}
.video-player__play.isDisabled {
  opacity: 0.3;
}

.video-live-player__wrapper {
  display: flex;
}
.video-live-player__loading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.weather-detail-date {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.weather-detail-date__details {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-height: 24px;
  width: 100%;
}
.weather-detail-date__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.4px;
  color: #9F9F9F;
}
.weather-detail-date__value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.weather-detail-humidity {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.weather-detail-humidity__details {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-height: 24px;
  width: 100%;
}
.weather-detail-humidity__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.4px;
  color: #9F9F9F;
}
.weather-detail-humidity__value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.weather-detail-humidity__icon {
  height: 24px;
  min-width: 24px;
  margin-right: 2px;
  margin-top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.weather-detail-humidity__icon-inner {
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
}
.weather-detail-humidity_margin-left {
  margin-left: 2px;
}

.weather-detail-light {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.weather-detail-light__details {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-height: 24px;
  width: 100%;
}
.weather-detail-light__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.4px;
  color: #9F9F9F;
}
.weather-detail-light__value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.weather-detail-light__icon {
  height: 24px;
  min-width: 24px;
  margin-right: 2px;
  margin-top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.weather-detail-light__icon-inner {
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
}
.weather-detail-light_margin-left {
  margin-left: 2px;
}

.weather-detail-moon-phase {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  max-height: 24px;
  width: 100%;
}
.weather-detail-moon-phase__value {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.weather-detail-moon-phase__icon {
  height: 24px;
  min-width: 24px;
  margin-right: 2px;
  margin-top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.weather-detail-moon-phase__icon-inner {
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
}
.weather-detail-moon-phase__icon-inner_new-moon {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22%239F9F9F%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.weather-detail-moon-phase__icon-inner_waxing-crescent {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22%239F9F9F%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.0741%2021.945C11.6951%2022.0781%2012.3394%2022.1481%2013%2022.1481C18.0524%2022.1481%2022.1482%2018.0523%2022.1482%2013C22.1482%207.94757%2018.0524%203.85181%2013%203.85181C12.3394%203.85181%2011.6951%203.92184%2011.0741%204.05489C15.2017%204.93933%2018.2963%208.60825%2018.2963%2013C18.2963%2017.3917%2015.2017%2021.0606%2011.0741%2021.945Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
.weather-detail-moon-phase__icon-inner_first-quarter {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22%239F9F9F%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.5186%2022.1481C12.5186%2019.0928%2012.5186%203.85181%2012.5186%203.85181C17.5709%203.85181%2022.1482%207.94757%2022.1482%2013C22.1482%2018.0523%2017.5709%2022.1481%2012.5186%2022.1481Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
.weather-detail-moon-phase__icon-inner_waxing-gibbous {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22%239F9F9F%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.3804%2022.1481C11.5414%2021.0055%209.62964%2017.6703%209.62964%2013C9.62964%207.70724%2012.3804%203.85181%2012.3804%203.85181C17.4328%203.85181%2022.01%207.94757%2022.01%2013C22.01%2018.0523%2017.4328%2022.1481%2012.3804%2022.1481Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
.weather-detail-moon-phase__icon-inner_full-moon {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22%239F9F9F%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20d%3D%22M13%2022.1481C18.0523%2022.1481%2022.1481%2018.0523%2022.1481%2013C22.1481%207.94757%2018.0523%203.85181%2013%203.85181C7.94757%203.85181%203.85181%207.94757%203.85181%2013C3.85181%2018.0523%207.94757%2022.1481%2013%2022.1481Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
.weather-detail-moon-phase__icon-inner_waning-gibbous {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22%239F9F9F%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.4814%2022.1481C14.3204%2021.0055%2016.2322%2017.6703%2016.2322%2013C16.2322%207.70724%2013.4814%203.85181%2013.4814%203.85181C8.42905%203.85181%203.85181%207.94757%203.85181%2013C3.85181%2018.0523%208.42905%2022.1481%2013.4814%2022.1481Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
.weather-detail-moon-phase__icon-inner_last-quarter {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22%239F9F9F%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.4814%2022.1481C13.4814%2019.0928%2013.4814%203.85181%2013.4814%203.85181C8.42905%203.85181%203.85181%207.94757%203.85181%2013C3.85181%2018.0523%208.42905%2022.1481%2013.4814%2022.1481Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
.weather-detail-moon-phase__icon-inner_waning-crescent {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22%239F9F9F%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.9259%2021.945C14.3049%2022.0781%2013.6606%2022.1481%2013%2022.1481C7.94757%2022.1481%203.85181%2018.0523%203.85181%2013C3.85181%207.94757%207.94757%203.85181%2013%203.85181C13.6606%203.85181%2014.3049%203.92184%2014.9259%204.05489C10.7983%204.93933%207.70366%208.60825%207.70366%2013C7.70366%2017.3917%2010.7983%2021.0606%2014.9259%2021.945Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22%239F9F9F%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
.weather-detail-moon-phase__icon-inner_new-moon_active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.weather-detail-moon-phase__icon-inner_waxing-crescent_active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.0741%2021.945C11.6951%2022.0781%2012.3394%2022.1481%2013%2022.1481C18.0524%2022.1481%2022.1482%2018.0523%2022.1482%2013C22.1482%207.94757%2018.0524%203.85181%2013%203.85181C12.3394%203.85181%2011.6951%203.92184%2011.0741%204.05489C15.2017%204.93933%2018.2963%208.60825%2018.2963%2013C18.2963%2017.3917%2015.2017%2021.0606%2011.0741%2021.945Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
.weather-detail-moon-phase__icon-inner_first-quarter_active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.5186%2022.1481C12.5186%2019.0928%2012.5186%203.85181%2012.5186%203.85181C17.5709%203.85181%2022.1482%207.94757%2022.1482%2013C22.1482%2018.0523%2017.5709%2022.1481%2012.5186%2022.1481Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
.weather-detail-moon-phase__icon-inner_waxing-gibbous_active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.3804%2022.1481C11.5414%2021.0055%209.62964%2017.6703%209.62964%2013C9.62964%207.70724%2012.3804%203.85181%2012.3804%203.85181C17.4328%203.85181%2022.01%207.94757%2022.01%2013C22.01%2018.0523%2017.4328%2022.1481%2012.3804%2022.1481Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
.weather-detail-moon-phase__icon-inner_full-moon_active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20d%3D%22M13%2022.1481C18.0523%2022.1481%2022.1481%2018.0523%2022.1481%2013C22.1481%207.94757%2018.0523%203.85181%2013%203.85181C7.94757%203.85181%203.85181%207.94757%203.85181%2013C3.85181%2018.0523%207.94757%2022.1481%2013%2022.1481Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
.weather-detail-moon-phase__icon-inner_waning-gibbous_active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.4814%2022.1481C14.3204%2021.0055%2016.2322%2017.6703%2016.2322%2013C16.2322%207.70724%2013.4814%203.85181%2013.4814%203.85181C8.42905%203.85181%203.85181%207.94757%203.85181%2013C3.85181%2018.0523%208.42905%2022.1481%2013.4814%2022.1481Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
.weather-detail-moon-phase__icon-inner_last-quarter_active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.4814%2022.1481C13.4814%2019.0928%2013.4814%203.85181%2013.4814%203.85181C8.42905%203.85181%203.85181%207.94757%203.85181%2013C3.85181%2018.0523%208.42905%2022.1481%2013.4814%2022.1481Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}
.weather-detail-moon-phase__icon-inner_waning-crescent_active {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%0A%3Cpath%20d%3D%22M12.9999%2025.037C19.6478%2025.037%2025.037%2019.6478%2025.037%2012.9999C25.037%206.35206%2019.6478%200.962891%2012.9999%200.962891C6.35206%200.962891%200.962891%206.35206%200.962891%2012.9999C0.962891%2019.6478%206.35206%2025.037%2012.9999%2025.037Z%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.9259%2021.945C14.3049%2022.0781%2013.6606%2022.1481%2013%2022.1481C7.94757%2022.1481%203.85181%2018.0523%203.85181%2013C3.85181%207.94757%207.94757%203.85181%2013%203.85181C13.6606%203.85181%2014.3049%203.92184%2014.9259%204.05489C10.7983%204.93933%207.70366%208.60825%207.70366%2013C7.70366%2017.3917%2010.7983%2021.0606%2014.9259%2021.945Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Cpath%20d%3D%22M0%200H26V26H0V0Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
}

.weather-detail-number {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.weather-detail-number__details {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-height: 24px;
  width: 100%;
}
.weather-detail-number__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.4px;
  color: #9F9F9F;
}
.weather-detail-number__value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.weather-detail-number__icon {
  height: 24px;
  min-width: 24px;
  margin-right: 2px;
  margin-top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.weather-detail-number__icon-inner {
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
}
.weather-detail-number_margin-left {
  margin-left: 2px;
}

.weather-detail-pressure {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.weather-detail-pressure__details {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-height: 24px;
  width: 100%;
}
.weather-detail-pressure__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.4px;
  color: #9F9F9F;
}
.weather-detail-pressure__value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.weather-detail-pressure__icon {
  height: 24px;
  min-width: 24px;
  margin-right: 2px;
  margin-top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.weather-detail-pressure__icon-inner {
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
}
.weather-detail-pressure_margin-left {
  margin-left: 2px;
}

.weather-detail-temperature {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.weather-detail-temperature__details {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-height: 24px;
  width: 100%;
}
.weather-detail-temperature__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.4px;
  color: #9F9F9F;
}
.weather-detail-temperature__value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.weather-detail-temperature__icon {
  height: 24px;
  min-width: 24px;
  margin-right: 2px;
  margin-top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.weather-detail-temperature__icon-inner {
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
}
.weather-detail-temperature_margin-left {
  margin-left: 2px;
}

.weather-detail-wind {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.weather-detail-wind__details {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-height: 24px;
  width: 100%;
}
.weather-detail-wind__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.4px;
  color: #9F9F9F;
}
.weather-detail-wind__value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.weather-detail-wind__icon {
  height: 24px;
  min-width: 24px;
  margin-right: 2px;
  margin-top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.weather-detail-wind__icon-inner {
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
}
.weather-detail-wind_margin-left {
  margin-left: 2px;
}

.weather-thumbnail__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
  height: 100% !important;
  width: 100%;
  cursor: pointer;
  padding: 0  !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.25px;
  color: #FFFFFF;
}
.weather-thumbnail__wrapper_view_list {
  justify-content: center;
}
.weather-thumbnail__wrapper_view_grid {
  aspect-ratio: 1.78835979;
}
.weather-thumbnail__main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.weather-thumbnail__main_view_list {
  height: 72px;
}
.weather-thumbnail__details {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 2px;
}
.weather-thumbnail__temperature {
  font-size: 36px;
  line-height: 45px;
  font-weight: 500;
}
.weather-thumbnail__temperature-wrapper {
  width: 70%;
}
.weather-thumbnail__icon {
  width: 100%;
}
.weather-thumbnail__icon-wrapper {
  width: 26%;
}
.weather-thumbnail__word {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.weather-thumbnail__font1 {
  font-size: 12px;
  line-height: 16px;
}
.weather-thumbnail__font1-so {
  font-size: 12px;
  line-height: 16px;
}
.weather-thumbnail__font2 {
  font-size: 36px;
  line-height: 45px;
}
.weather-thumbnail__font2-so {
  font-size: 36px;
  line-height: 45px;
}
@media screen and (min-width: 1255px) {
  .weather-thumbnail__font1 {
    font-size: 14px;
    line-height: 20px;
  }
  .weather-thumbnail__font2 {
    font-size: 72px;
    line-height: 80px;
  }
}
@media screen and (min-width: 1588px) {
  .weather-thumbnail__font1-so {
    font-size: 14px;
    line-height: 20px;
  }
  .weather-thumbnail__font2-so {
    font-size: 72px;
    line-height: 80px;
  }
}
@media screen and (min-width: 1405px) {
  .weather-thumbnail__font1 {
    font-size: 22px;
    line-height: 28px;
  }
  .weather-thumbnail__font2 {
    font-size: 80px;
    line-height: 88px;
  }
}
@media screen and (min-width: 1738px) {
  .weather-thumbnail__font1-so {
    font-size: 22px;
    line-height: 28px;
  }
  .weather-thumbnail__font2-so {
    font-size: 80px;
    line-height: 88px;
  }
}

.wind-direction-selected {
  display: flex;
  flex-direction: column;
}
.wind-direction-selected__item {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.wind-direction-selector {
  display: flex;
  flex-direction: column;
}
.wind-direction-selector__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  color: #EEEEEE;
  margin-bottom: 16px;
}
.wind-direction-selector__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 8px;
  width: 280px;
}
.wind-direction-selector__item {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

