.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;
  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=%2729%27 height=%2729%27 viewBox=%270 0 29 29%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23333%27%3E%3Cpath d=%27M10 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%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 29 29%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23333%27%3E%3Cpath d=%27M14.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%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 29 29%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27%3E%3Cpath d=%27M10 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%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 29 29%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27%3E%3Cpath d=%27M14.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%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 29 29%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23000%27%3E%3Cpath d=%27M10 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%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 29 29%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23000%27%3E%3Cpath d=%27M14.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%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 29 29%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23333%27%3E%3Cpath d=%27M24 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%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 29 29%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M18.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%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 29 29%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27%3E%3Cpath d=%27M24 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%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 29 29%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27%3E%3Cpath d=%27M18.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%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 29 29%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23000%27%3E%3Cpath d=%27M24 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%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 29 29%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23000%27%3E%3Cpath d=%27M18.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%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 29 29%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23333%27%3E%3Cpath d=%27M10.5 14l4-8 4 8h-8z%27/%3E%3Cpath id=%27south%27 d=%27M10.5 16l4 8 4-8h-8z%27 fill=%27%23ccc%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 29 29%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27%3E%3Cpath d=%27M10.5 14l4-8 4 8h-8z%27/%3E%3Cpath id=%27south%27 d=%27M10.5 16l4 8 4-8h-8z%27 fill=%27%23999%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 29 29%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23000%27%3E%3Cpath d=%27M10.5 14l4-8 4 8h-8z%27/%3E%3Cpath id=%27south%27 d=%27M10.5 16l4 8 4-8h-8z%27 fill=%27%23ccc%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23333%27%3E%3Cpath d=%27M10 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%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 display=%27none%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23aaa%27%3E%3Cpath d=%27M10 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%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 fill=%27%23f00%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%2333b5e5%27%3E%3Cpath d=%27M10 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%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 display=%27none%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23e58978%27%3E%3Cpath d=%27M10 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%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 display=%27none%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%2333b5e5%27%3E%3Cpath d=%27M10 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%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27 display=%27none%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 display=%27none%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23e54e33%27%3E%3Cpath d=%27M10 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%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27 display=%27none%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 display=%27none%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27%3E%3Cpath d=%27M10 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%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 display=%27none%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23999%27%3E%3Cpath d=%27M10 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%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 fill=%27%23f00%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%2333b5e5%27%3E%3Cpath d=%27M10 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%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 display=%27none%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23e58978%27%3E%3Cpath d=%27M10 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%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 display=%27none%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%2333b5e5%27%3E%3Cpath d=%27M10 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%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27 display=%27none%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 display=%27none%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23e54e33%27%3E%3Cpath d=%27M10 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%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27 display=%27none%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 display=%27none%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23000%27%3E%3Cpath d=%27M10 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%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 display=%27none%27/%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=%2729%27 height=%2729%27 viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23666%27%3E%3Cpath d=%27M10 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%27/%3E%3Ccircle id=%27dot%27 cx=%2710%27 cy=%2710%27 r=%272%27/%3E%3Cpath id=%27stroke%27 d=%27M14 5l1 1-9 9-1-1 9-9z%27 fill=%27%23f00%27/%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=%2788%27 height=%2723%27 viewBox=%270 0 88 23%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 fill-rule=%27evenodd%27%3E%3Cdefs%3E%3Cpath id=%27logo%27 d=%27M11.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%27/%3E%3Cpath id=%27text%27 d=%27M50.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%27/%3E%3C/defs%3E%3Cmask id=%27clip%27%3E%3Crect x=%270%27 y=%270%27 width=%27100%25%27 height=%27100%25%27 fill=%27white%27/%3E%3Cuse xlink:href=%27%23logo%27/%3E%3Cuse xlink:href=%27%23text%27/%3E%3C/mask%3E%3Cg id=%27outline%27 opacity=%270.3%27 stroke=%27%23000%27 stroke-width=%273%27%3E%3Ccircle mask=%27url%28%23clip%29%27 cx=%2711.5%27 cy=%2711.5%27 r=%279.25%27/%3E%3Cuse xlink:href=%27%23text%27 mask=%27url%28%23clip%29%27/%3E%3C/g%3E%3Cg id=%27fill%27 opacity=%270.9%27 fill=%27%23fff%27%3E%3Cuse xlink:href=%27%23logo%27/%3E%3Cuse xlink:href=%27%23text%27/%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=%2788%27 height=%2723%27 viewBox=%270 0 88 23%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 fill-rule=%27evenodd%27%3E%3Cdefs%3E%3Cpath id=%27logo%27 d=%27M11.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%27/%3E%3Cpath id=%27text%27 d=%27M50.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%27/%3E%3C/defs%3E%3Cmask id=%27clip%27%3E%3Crect x=%270%27 y=%270%27 width=%27100%25%27 height=%27100%25%27 fill=%27white%27/%3E%3Cuse xlink:href=%27%23logo%27/%3E%3Cuse xlink:href=%27%23text%27/%3E%3C/mask%3E%3Cg id=%27outline%27 opacity=%271%27 stroke=%27%23000%27 stroke-width=%273%27%3E%3Ccircle mask=%27url%28%23clip%29%27 cx=%2711.5%27 cy=%2711.5%27 r=%279.25%27/%3E%3Cuse xlink:href=%27%23text%27 mask=%27url%28%23clip%29%27/%3E%3C/g%3E%3Cg id=%27fill%27 opacity=%271%27 fill=%27%23fff%27%3E%3Cuse xlink:href=%27%23logo%27/%3E%3Cuse xlink:href=%27%23text%27/%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=%2788%27 height=%2723%27 viewBox=%270 0 88 23%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 fill-rule=%27evenodd%27%3E%3Cdefs%3E%3Cpath id=%27logo%27 d=%27M11.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%27/%3E%3Cpath id=%27text%27 d=%27M50.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%27/%3E%3C/defs%3E%3Cmask id=%27clip%27%3E%3Crect x=%270%27 y=%270%27 width=%27100%25%27 height=%27100%25%27 fill=%27white%27/%3E%3Cuse xlink:href=%27%23logo%27/%3E%3Cuse xlink:href=%27%23text%27/%3E%3C/mask%3E%3Cg id=%27outline%27 opacity=%271%27 stroke=%27%23fff%27 stroke-width=%273%27 fill=%27%23fff%27%3E%3Ccircle mask=%27url%28%23clip%29%27 cx=%2711.5%27 cy=%2711.5%27 r=%279.25%27/%3E%3Cuse xlink:href=%27%23text%27 mask=%27url%28%23clip%29%27/%3E%3C/g%3E%3Cg id=%27fill%27 opacity=%271%27 fill=%27%23000%27%3E%3Cuse xlink:href=%27%23logo%27/%3E%3Cuse xlink:href=%27%23text%27/%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=%2724%27 height=%2724%27 viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill-rule=%27evenodd%27%3E%3Cpath d=%27M4 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%27/%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=%2724%27 height=%2724%27 viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill-rule=%27evenodd%27 fill=%27%23fff%27%3E%3Cpath d=%27M4 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%27/%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=%2724%27 height=%2724%27 viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27 fill-rule=%27evenodd%27%3E%3Cpath d=%27M4 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%27/%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;
          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;
  margin-bottom: 30px;
}
.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;
          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 */
  /* 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;
          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;
          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;
          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;
          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__highlight {
  padding: 2px;
  background: linear-gradient(to right, red, black) top left / 100% 2px no-repeat, linear-gradient(to bottom, red, black) top left / 2px 100% no-repeat;
}
.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 */
  /* 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;
}
.panorama__items {
  position: relative;
  white-space: nowrap;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  /* 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;
}
.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 */
  /* 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;
}
.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 */
  /* 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;
}
.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 */
  /* 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;
}
.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 */
  /* 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;
}
.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 */
  /* 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;
}
.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.minimal {
  cursor: pointer;
}
.info-tooltip-container {
  display: none;
  position: absolute;
  width: 300px;
  background-color: #333333;
  border-radius: 4px;
  top: 25px;
  right: 100%;
  z-index: 99;
}
.info-tooltip.horizontalAnchorOrigin-right .info-tooltip-container {
  top: 35px;
  right: 0;
}
.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.minimal .info-tooltip-text {
  font-size: 12px;
  line-height: 16px;
}
.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:not(.minimal) .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::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::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
*/
.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
*/
.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
*/
.feedlevel {
  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
*/
.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: 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;
}
.camera-statuses_watermarks {
  margin-left: 16px;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  background-color: #272830;
  color: #9F9F9F;
  padding: 2px 4px 2px 4px;
  border-radius: 8px;
  width: 32px;
}
.camera-statuses_watermarks-active {
  background-color: rgba(99, 237, 0, 0.2);
  color: #63ED00;
}

/*
// 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 */
  /* 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;
}
.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 */
  /* 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;
}
.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;
          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;
  min-height: 42px;
}
.labeled-switch__label-container {
  display: flex;
  flex-direction: column;
}
.labeled-switch__label {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #EEEEEE;
  display: inline-block;
}
.labeled-switch__description {
  font-size: 14px;
  line-height: 20px;
  color: #969492;
  display: inline-block;
  margin-bottom: 4px;
}

/*
// 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;
          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: 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: 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: 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%;
}

.add-card-modal-body-uc {
  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-uc__loading {
  display: block;
  position: absolute;
  width: 100%;
}
.payment-card-form-unified-checkout {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.payment-card-form-unified-checkout__inner-container {
  max-width: 500px;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  height: 100%;
  overflow: auto;
}
.payment-card-form-unified-checkout__inner-container.hidden {
  visibility: hidden;
}
.payment-card-form-unified-checkout__logo-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.payment-card-form-unified-checkout__logo {
  margin-left: -3px;
  width: 90px !important;
  height: auto !important;
}
.payment-card-form-unified-checkout__error-container {
  overflow-wrap: anywhere;
  color: #FF4E00;
}
.payment-card-form-unified-checkout__loading {
  height: 100%;
  flex: 1 0 auto;
}

.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-next-billing-date-vat {
  align-items: flex-end;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.25px;
  color: #BEC5D8;
  margin-left: auto;
}
.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;
}
.payment-details__vat-note {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.25px;
  color: #BEC5D8;
}
.payment-details__vat-note_total {
  margin-top: 4px;
  margin-bottom: 8px;
  margin-left: auto;
  color: #9F9F9F;
}

.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 */
  /* 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;
  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;
}

.react-tel-input {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  position: relative;
  width: 100%;
}
.react-tel-input :disabled {
  cursor: not-allowed;
}
.react-tel-input .flag {
  width: 25px;
  height: 20px;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
}
.react-tel-input .ad {
  background-position: -48px -24px;
}
.react-tel-input .ae {
  background-position: -72px -24px;
}
.react-tel-input .af {
  background-position: -96px -24px;
}
.react-tel-input .ag {
  background-position: -120px -24px;
}
.react-tel-input .ai {
  background-position: -144px -24px;
}
.react-tel-input .al {
  background-position: -168px -24px;
}
.react-tel-input .am {
  background-position: -192px -24px;
}
.react-tel-input .an {
  background-position: -216px -24px;
}
.react-tel-input .ao {
  background-position: -240px -24px;
}
.react-tel-input .aq {
  background-position: -264px -24px;
}
.react-tel-input .ar {
  background-position: -288px -24px;
}
.react-tel-input .as {
  background-position: -312px -24px;
}
.react-tel-input .at {
  background-position: -336px -24px;
}
.react-tel-input .au {
  background-position: -360px -24px;
}
.react-tel-input .aw {
  background-position: -384px -24px;
}
.react-tel-input .ax {
  background-position: 0 -48px;
}
.react-tel-input .az {
  background-position: -24px -48px;
}
.react-tel-input .ba {
  background-position: -48px -48px;
}
.react-tel-input .bb {
  background-position: -72px -48px;
}
.react-tel-input .bd {
  background-position: -96px -48px;
}
.react-tel-input .be {
  background-position: -120px -48px;
}
.react-tel-input .bf {
  background-position: -144px -48px;
}
.react-tel-input .bg {
  background-position: -168px -48px;
}
.react-tel-input .bh {
  background-position: -192px -48px;
}
.react-tel-input .bi {
  background-position: -216px -48px;
}
.react-tel-input .bj {
  background-position: -240px -48px;
}
.react-tel-input .bl {
  background-position: -264px -48px;
}
.react-tel-input .bm {
  background-position: -288px -48px;
}
.react-tel-input .bn {
  background-position: -312px -48px;
}
.react-tel-input .bo {
  background-position: -336px -48px;
}
.react-tel-input .br {
  background-position: -360px -48px;
}
.react-tel-input .bs {
  background-position: -384px -48px;
}
.react-tel-input .bt {
  background-position: 0 -72px;
}
.react-tel-input .bw {
  background-position: -24px -72px;
}
.react-tel-input .by {
  background-position: -48px -72px;
}
.react-tel-input .bz {
  background-position: -72px -72px;
}
.react-tel-input .ca {
  background-position: -96px -72px;
}
.react-tel-input .cc {
  background-position: -120px -72px;
}
.react-tel-input .cd {
  background-position: -144px -72px;
}
.react-tel-input .cf {
  background-position: -168px -72px;
}
.react-tel-input .cg {
  background-position: -192px -72px;
}
.react-tel-input .ch {
  background-position: -216px -72px;
}
.react-tel-input .ci {
  background-position: -240px -72px;
}
.react-tel-input .ck {
  background-position: -264px -72px;
}
.react-tel-input .cl {
  background-position: -288px -72px;
}
.react-tel-input .cm {
  background-position: -312px -72px;
}
.react-tel-input .cn {
  background-position: -336px -72px;
}
.react-tel-input .co {
  background-position: -360px -72px;
}
.react-tel-input .cr {
  background-position: -384px -72px;
}
.react-tel-input .cu {
  background-position: 0 -96px;
}
.react-tel-input .cv {
  background-position: -24px -96px;
}
.react-tel-input .cw {
  background-position: -48px -96px;
}
.react-tel-input .cx {
  background-position: -72px -96px;
}
.react-tel-input .cy {
  background-position: -96px -96px;
}
.react-tel-input .cz {
  background-position: -120px -96px;
}
.react-tel-input .de {
  background-position: -144px -96px;
}
.react-tel-input .dj {
  background-position: -168px -96px;
}
.react-tel-input .dk {
  background-position: -192px -96px;
}
.react-tel-input .dm {
  background-position: -216px -96px;
}
.react-tel-input .do {
  background-position: -240px -96px;
}
.react-tel-input .dz {
  background-position: -264px -96px;
}
.react-tel-input .ec {
  background-position: -288px -96px;
}
.react-tel-input .ee {
  background-position: -312px -96px;
}
.react-tel-input .eg {
  background-position: -336px -96px;
}
.react-tel-input .eh {
  background-position: -360px -96px;
}
.react-tel-input .er {
  background-position: -384px -96px;
}
.react-tel-input .es {
  background-position: 0 -120px;
}
.react-tel-input .et {
  background-position: -24px -120px;
}
.react-tel-input .eu {
  background-position: -48px -120px;
}
.react-tel-input .fi {
  background-position: -72px -120px;
}
.react-tel-input .fj {
  background-position: -96px -120px;
}
.react-tel-input .fk {
  background-position: -120px -120px;
}
.react-tel-input .fm {
  background-position: -144px -120px;
}
.react-tel-input .fo {
  background-position: -168px -120px;
}
.react-tel-input .fr {
  background-position: -192px -120px;
}
.react-tel-input .ga {
  background-position: -216px -120px;
}
.react-tel-input .gb {
  background-position: -240px -120px;
}
.react-tel-input .gd {
  background-position: -264px -120px;
}
.react-tel-input .ge {
  background-position: -288px -120px;
}
.react-tel-input .gg {
  background-position: -312px -120px;
}
.react-tel-input .gh {
  background-position: -336px -120px;
}
.react-tel-input .gi {
  background-position: -360px -120px;
}
.react-tel-input .gl {
  background-position: -384px -120px;
}
.react-tel-input .gm {
  background-position: 0 -144px;
}
.react-tel-input .gn {
  background-position: -24px -144px;
}
.react-tel-input .gq {
  background-position: -48px -144px;
}
.react-tel-input .gr {
  background-position: -72px -144px;
}
.react-tel-input .gs {
  background-position: -96px -144px;
}
.react-tel-input .gt {
  background-position: -120px -144px;
}
.react-tel-input .gu {
  background-position: -144px -144px;
}
.react-tel-input .gw {
  background-position: -168px -144px;
}
.react-tel-input .gy {
  background-position: -192px -144px;
}
.react-tel-input .hk {
  background-position: -216px -144px;
}
.react-tel-input .hn {
  background-position: -240px -144px;
}
.react-tel-input .hr {
  background-position: -264px -144px;
}
.react-tel-input .ht {
  background-position: -288px -144px;
}
.react-tel-input .hu {
  background-position: -312px -144px;
}
.react-tel-input .ic {
  background-position: -336px -144px;
}
.react-tel-input .id {
  background-position: -360px -144px;
}
.react-tel-input .ie {
  background-position: -384px -144px;
}
.react-tel-input .il {
  background-position: 0 -168px;
}
.react-tel-input .im {
  background-position: -24px -168px;
}
.react-tel-input .in {
  background-position: -48px -168px;
}
.react-tel-input .iq {
  background-position: -72px -168px;
}
.react-tel-input .ir {
  background-position: -96px -168px;
}
.react-tel-input .is {
  background-position: -120px -168px;
}
.react-tel-input .it {
  background-position: -144px -168px;
}
.react-tel-input .je {
  background-position: -168px -168px;
}
.react-tel-input .jm {
  background-position: -192px -168px;
}
.react-tel-input .jo {
  background-position: -216px -168px;
}
.react-tel-input .jp {
  background-position: -240px -168px;
}
.react-tel-input .ke {
  background-position: -264px -168px;
}
.react-tel-input .kg {
  background-position: -288px -168px;
}
.react-tel-input .kh {
  background-position: -312px -168px;
}
.react-tel-input .ki {
  background-position: -336px -168px;
}
.react-tel-input .xk {
  background-position: -144px 0;
}
.react-tel-input .km {
  background-position: -360px -168px;
}
.react-tel-input .kn {
  background-position: -384px -168px;
}
.react-tel-input .kp {
  background-position: 0 -192px;
}
.react-tel-input .kr {
  background-position: -24px -192px;
}
.react-tel-input .kw {
  background-position: -48px -192px;
}
.react-tel-input .ky {
  background-position: -72px -192px;
}
.react-tel-input .kz {
  background-position: -96px -192px;
}
.react-tel-input .la {
  background-position: -120px -192px;
}
.react-tel-input .lb {
  background-position: -144px -192px;
}
.react-tel-input .lc {
  background-position: -168px -192px;
}
.react-tel-input .li {
  background-position: -192px -192px;
}
.react-tel-input .lk {
  background-position: -216px -192px;
}
.react-tel-input .lr {
  background-position: -240px -192px;
}
.react-tel-input .ls {
  background-position: -264px -192px;
}
.react-tel-input .lt {
  background-position: -288px -192px;
}
.react-tel-input .lu {
  background-position: -312px -192px;
}
.react-tel-input .lv {
  background-position: -336px -192px;
}
.react-tel-input .ly {
  background-position: -360px -192px;
}
.react-tel-input .ma {
  background-position: -384px -192px;
}
.react-tel-input .mc {
  background-position: 0 -216px;
}
.react-tel-input .md {
  background-position: -24px -216px;
}
.react-tel-input .me {
  background-position: -48px -216px;
}
.react-tel-input .mf {
  background-position: -72px -216px;
}
.react-tel-input .mg {
  background-position: -96px -216px;
}
.react-tel-input .mh {
  background-position: -120px -216px;
}
.react-tel-input .mk {
  background-position: -144px -216px;
}
.react-tel-input .ml {
  background-position: -168px -216px;
}
.react-tel-input .mm {
  background-position: -192px -216px;
}
.react-tel-input .mn {
  background-position: -216px -216px;
}
.react-tel-input .mo {
  background-position: -240px -216px;
}
.react-tel-input .mp {
  background-position: -264px -216px;
}
.react-tel-input .mq {
  background-position: -288px -216px;
}
.react-tel-input .mr {
  background-position: -312px -216px;
}
.react-tel-input .ms {
  background-position: -336px -216px;
}
.react-tel-input .mt {
  background-position: -360px -216px;
}
.react-tel-input .mu {
  background-position: -384px -216px;
}
.react-tel-input .mv {
  background-position: 0 -240px;
}
.react-tel-input .mw {
  background-position: -24px -240px;
}
.react-tel-input .mx {
  background-position: -48px -240px;
}
.react-tel-input .my {
  background-position: -72px -240px;
}
.react-tel-input .mz {
  background-position: -96px -240px;
}
.react-tel-input .na {
  background-position: -120px -240px;
}
.react-tel-input .nc {
  background-position: -144px -240px;
}
.react-tel-input .ne {
  background-position: -168px -240px;
}
.react-tel-input .nf {
  background-position: -192px -240px;
}
.react-tel-input .ng {
  background-position: -216px -240px;
}
.react-tel-input .ni {
  background-position: -240px -240px;
}
.react-tel-input .nl {
  background-position: -264px -240px;
}
.react-tel-input .no {
  background-position: -288px -240px;
}
.react-tel-input .np {
  background-position: -312px -240px;
}
.react-tel-input .nr {
  background-position: -336px -240px;
}
.react-tel-input .nu {
  background-position: -360px -240px;
}
.react-tel-input .nz {
  background-position: -384px -240px;
}
.react-tel-input .om {
  background-position: 0 -264px;
}
.react-tel-input .pa {
  background-position: -24px -264px;
}
.react-tel-input .pe {
  background-position: -48px -264px;
}
.react-tel-input .pf {
  background-position: -72px -264px;
}
.react-tel-input .pg {
  background-position: -96px -264px;
}
.react-tel-input .ph {
  background-position: -120px -264px;
}
.react-tel-input .pk {
  background-position: -192px -264px;
}
.react-tel-input .pl {
  background-position: -216px -264px;
}
.react-tel-input .pn {
  background-position: -240px -264px;
}
.react-tel-input .pr {
  background-position: -264px -264px;
}
.react-tel-input .ps {
  background-position: -288px -264px;
}
.react-tel-input .pt {
  background-position: -312px -264px;
}
.react-tel-input .pw {
  background-position: -336px -264px;
}
.react-tel-input .py {
  background-position: -360px -264px;
}
.react-tel-input .qa {
  background-position: -384px -264px;
}
.react-tel-input .ro {
  background-position: 0 -288px;
}
.react-tel-input .rs {
  background-position: -24px -288px;
}
.react-tel-input .ru {
  background-position: -48px -288px;
}
.react-tel-input .rw {
  background-position: -72px -288px;
}
.react-tel-input .sa {
  background-position: -96px -288px;
}
.react-tel-input .sb {
  background-position: -120px -288px;
}
.react-tel-input .sc {
  background-position: -144px -288px;
}
.react-tel-input .sd {
  background-position: -168px -288px;
}
.react-tel-input .se {
  background-position: -192px -288px;
}
.react-tel-input .sg {
  background-position: -216px -288px;
}
.react-tel-input .sh {
  background-position: -240px -288px;
}
.react-tel-input .si {
  background-position: -264px -288px;
}
.react-tel-input .sk {
  background-position: -288px -288px;
}
.react-tel-input .sl {
  background-position: -312px -288px;
}
.react-tel-input .sm {
  background-position: -336px -288px;
}
.react-tel-input .sn {
  background-position: -360px -288px;
}
.react-tel-input .so {
  background-position: -384px -288px;
}
.react-tel-input .sr {
  background-position: 0 -312px;
}
.react-tel-input .ss {
  background-position: -24px -312px;
}
.react-tel-input .st {
  background-position: -48px -312px;
}
.react-tel-input .sv {
  background-position: -72px -312px;
}
.react-tel-input .sy {
  background-position: -96px -312px;
}
.react-tel-input .sz {
  background-position: -120px -312px;
}
.react-tel-input .tc {
  background-position: -144px -312px;
}
.react-tel-input .td {
  background-position: -168px -312px;
}
.react-tel-input .tf {
  background-position: -192px -312px;
}
.react-tel-input .tg {
  background-position: -216px -312px;
}
.react-tel-input .th {
  background-position: -240px -312px;
}
.react-tel-input .tj {
  background-position: -264px -312px;
}
.react-tel-input .tk {
  background-position: -288px -312px;
}
.react-tel-input .tl {
  background-position: -312px -312px;
}
.react-tel-input .tm {
  background-position: -336px -312px;
}
.react-tel-input .tn {
  background-position: -360px -312px;
}
.react-tel-input .to {
  background-position: -384px -312px;
}
.react-tel-input .tr {
  background-position: 0 -336px;
}
.react-tel-input .tt {
  background-position: -24px -336px;
}
.react-tel-input .tv {
  background-position: -48px -336px;
}
.react-tel-input .tw {
  background-position: -72px -336px;
}
.react-tel-input .tz {
  background-position: -96px -336px;
}
.react-tel-input .ua {
  background-position: -120px -336px;
}
.react-tel-input .ug {
  background-position: -144px -336px;
}
.react-tel-input .us {
  background-position: -168px -336px;
}
.react-tel-input .uy {
  background-position: -192px -336px;
}
.react-tel-input .uz {
  background-position: -216px -336px;
}
.react-tel-input .va {
  background-position: -240px -336px;
}
.react-tel-input .vc {
  background-position: -264px -336px;
}
.react-tel-input .ve {
  background-position: -288px -336px;
}
.react-tel-input .vg {
  background-position: -312px -336px;
}
.react-tel-input .vi {
  background-position: -336px -336px;
}
.react-tel-input .vn {
  background-position: -360px -336px;
}
.react-tel-input .vu {
  background-position: -384px -336px;
}
.react-tel-input .wf {
  background-position: 0 -360px;
}
.react-tel-input .ws {
  background-position: -24px -360px;
}
.react-tel-input .ye {
  background-position: -48px -360px;
}
.react-tel-input .za {
  background-position: -96px -360px;
}
.react-tel-input .zm {
  background-position: -120px -360px;
}
.react-tel-input .zw {
  background-position: -144px -360px;
}
.react-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.react-tel-input .hide {
  display: none;
}
.react-tel-input .v-hide {
  visibility: hidden;
}
.react-tel-input .form-control {
  font-size: 16px;
  background: #FFFFFF;
  border: 1px solid #CACACA;
  border-radius: 5px;
  width: 300px;
  outline: none;
  padding: 18.5px 14px 18.5px 58px;
  transition: box-shadow ease 0.25s, border-color ease 0.25s;
}
.react-tel-input .form-control:hover {
  border-color: #000;
}
.react-tel-input .form-control:focus {
  border-color: #1976d2;
  box-shadow: 0 0 0 1px #1976d2;
}
.react-tel-input .form-control:focus + div:before {
  color: #1976d2;
}
.react-tel-input .form-control.invalid-number {
  border: 1px solid #f44336;
}
.react-tel-input .form-control.invalid-number:focus {
  box-shadow: 0 0 0 1px #f44336;
}
.react-tel-input .form-control.invalid-number + div:before {
  content: 'Error';
  display: none;
  color: #f44336;
  width: 27px;
}
.react-tel-input .flag-dropdown {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  border-radius: 3px 0 0 3px;
}
.react-tel-input .flag-dropdown:hover,
.react-tel-input .flag-dropdown:focus {
  cursor: pointer;
}
.react-tel-input .flag-dropdown.open {
  z-index: 2;
}
.react-tel-input input[disabled] + .flag-dropdown:hover {
  cursor: default;
  border-color: #CACACA;
}
.react-tel-input input[disabled] + .flag-dropdown:hover .selected-flag {
  background-color: transparent;
}
.react-tel-input .selected-flag {
  outline: none;
  position: relative;
  width: 52px;
  height: 100%;
  padding: 0 0 0 11px;
  border-radius: 3px 0 0 3px;
}
.react-tel-input .selected-flag:focus .arrow {
  border-left-width: 4px;
  border-right-width: 4px;
  border-top: 5px solid #1976d2;
}
.react-tel-input .selected-flag .flag {
  position: absolute;
  top: 50%;
  margin-top: -12px;
}
.react-tel-input .selected-flag .arrow {
  position: relative;
  top: 50%;
  margin-top: -1px;
  left: 29px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.react-tel-input .selected-flag .arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.react-tel-input .country-list {
  outline: none;
  z-index: 1;
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 10px 0 10px -1px;
  box-shadow: 1px 2px 18px rgba(0, 0, 0, 0.25);
  background-color: white;
  width: 300px;
  max-height: 220px;
  overflow-y: scroll;
  border-radius: 7px;
}
.react-tel-input .country-list .flag {
  display: inline-block;
  position: absolute;
  left: 13px;
  top: 8px;
}
.react-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.react-tel-input .country-list .country {
  position: relative;
  padding: 12px 9px 13px 46px;
}
.react-tel-input .country-list .country .dial-code {
  color: #6b6b6b;
}
.react-tel-input .country-list .country:hover {
  background-color: #f1f1f1;
}
.react-tel-input .country-list .country.highlight {
  background-color: #f1f1f1;
}
.react-tel-input .country-list .flag {
  margin-right: 7px;
  margin-top: 2px;
}
.react-tel-input .country-list .country-name {
  margin-right: 6px;
}
.react-tel-input .country-list .search {
  z-index: 2;
  position: sticky;
  top: 0;
  background-color: #fff;
  padding: 10px 0 6px 10px;
}
.react-tel-input .country-list .search-emoji {
  display: none;
  font-size: 15px;
}
.react-tel-input .country-list .search-box {
  border: 1px solid #cacaca;
  border-radius: 3px;
  font-size: 15px;
  line-height: 15px;
  margin-left: 6px;
  padding: 3px 8px 5px;
  outline: none;
}
.react-tel-input .country-list .search-box:hover {
  border-color: #505050;
}
.react-tel-input .country-list .no-entries-message {
  padding: 7px 10px 11px;
  opacity: 0.7;
}
.react-tel-input .invalid-number-message {
  position: absolute;
  z-index: 1;
  font-size: 13px;
  left: 25px;
  top: -7px;
  background: #fff;
  padding: 0 5px;
  color: #de0000;
}
.react-tel-input .special-label {
  position: absolute;
  z-index: 1;
  top: -7px;
  left: 25px;
  display: block;
  background: white;
  padding: 0 5px;
  font-size: 13px;
  white-space: nowrap;
}

/*
// File: src/styles/_common
*/
/*
// File: src/styles/constants
*/
/*
// File: src/styles/colors
*/
/*
// File: src/styles/fonts
*/
.phone-input {
  width: 256px;
  background: transparent;
  color: #EEEEEE;
  font-family: Gotham, Arial, sans-serif;
  z-index: 1000;
}
.phone-input__field {
  width: 256px;
  position: relative;
}
.phone-input__field--hide-country-flag .phone-input--hide-country-flag .flag-dropdown {
  display: none;
}
.phone-input__field--hide-country-flag .phone-input--hide-country-flag .phone-input__input {
  border-left: 1px solid #9F9F9F !important;
  border-radius: 4px !important;
  padding-left: 14px !important;
}
.phone-input__input {
  color: #EEEEEE !important;
  background: transparent !important;
  width: 100% !important;
  font-size: 16px !important;
  line-height: 1.1876em !important;
  border: 1px solid #9F9F9F !important;
  border-left: none !important;
  border-radius: 0 4px 4px 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  padding: 17.5px 14px 17.5px 72px !important;
}
.phone-input__input:-webkit-autofill,
.phone-input__input:-internal-autofill-selected {
  -webkit-text-fill-color: #EEEEEE !important;
  font-family: Gotham, Arial, sans-serif;
}
.phone-input__input:-webkit-autofill,
.phone-input__input:-internal-autofill-selected,
.phone-input__input:-webkit-autofill:hover,
.phone-input__input:-webkit-autofill:focus,
.phone-input__input:-webkit-autofill:active {
  caret-color: #EEEEEE;
  -webkit-box-shadow: 0 0 0 30px #1B1B1F inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  font-family: Gotham, Arial, sans-serif;
}
.phone-input__country {
  color: #EEEEEE !important;
  background: transparent !important;
  height: 100% !important;
  box-sizing: border-box !important;
  border: 1px solid #9F9F9F !important;
  border-right: none !important;
  border-radius: 4px 0 0 4px !important;
}
.phone-input .flag-dropdown {
  background-color: transparent !important;
}
.phone-input .flag-dropdown.open {
  background: transparent !important;
}
.phone-input .flag-dropdown.open .selected-flag {
  background: transparent !important;
}
.phone-input .selected-flag {
  background-color: transparent !important;
  width: 72px !important;
  padding: 0 0 0 16px !important;
}
.phone-input .selected-flag .flag {
  scale: 1.7;
}
.phone-input .selected-flag:hover,
.phone-input .selected-flag:focus {
  background-color: transparent !important;
}
.phone-input .selected-flag .arrow {
  border-top-color: #eee !important;
}
.phone-input .selected-flag:hover .arrow,
.phone-input .selected-flag:focus .arrow {
  border-top: 4px solid #eee !important;
}
.phone-input .selected-flag .arrow.up {
  border-top: none !important;
  border-bottom: 3px solid #eee !important;
}
.phone-input .flag-dropdown.open .selected-flag .arrow {
  border-top-color: #eee !important;
}
.phone-input .flag-dropdown.open .selected-flag .arrow.up {
  border-bottom-color: #eee !important;
}
.phone-input .special-label {
  z-index: 3;
  top: -6px;
  left: 14px;
  padding: 0 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.00938em;
  color: #EEEEEE;
  background: #1B1B1F;
  font-family: Gotham, Arial, sans-serif;
  transform: scale(0.75);
  transform-origin: top left;
  pointer-events: none;
}
.phone-input:has(.flag-dropdown.open) .special-label {
  color: #FFFFFF;
}
.phone-input:focus-within .special-label {
  color: #EEEEEE;
}
.phone-input__error-text {
  position: absolute;
  bottom: -18px;
  left: 12px;
  z-index: 2;
  padding: 0 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.00938em;
  color: #FFB4AB;
  pointer-events: none;
}
.phone-input__error {
  border-color: #FFB4AB !important;
  box-shadow: none !important;
}
.phone-input.react-tel-input .phone-input__error.form-control.invalid-number,
.phone-input.react-tel-input .phone-input__error.form-control.invalid-number:focus,
.phone-input.react-tel-input .phone-input__error.form-control:focus {
  border-color: #FFB4AB !important;
  box-shadow: none !important;
}
.phone-input ul.country-list.phone-input__dropdown {
  color: #EEEEEE !important;
  background-color: #272830 !important;
  border: none !important;
  width: 256px;
  max-height: 200px;
  overflow-y: auto !important;
}
@supports (-moz-appearance: none) {
  .phone-input ul.country-list.phone-input__dropdown {
    scrollbar-width: thin;
    scrollbar-color: #9F9F9F #272830;
  }
}
.phone-input ul.country-list.phone-input__dropdown::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
}
.phone-input ul.country-list.phone-input__dropdown::-webkit-scrollbar-track {
  background: #272830;
}
.phone-input ul.country-list.phone-input__dropdown::-webkit-scrollbar-thumb {
  background: #9F9F9F;
  border-radius: 4px;
}
.phone-input ul.country-list.phone-input__dropdown::-webkit-scrollbar-button,
.phone-input ul.country-list.phone-input__dropdown::-webkit-scrollbar-button:vertical:start:decrement,
.phone-input ul.country-list.phone-input__dropdown::-webkit-scrollbar-button:vertical:end:increment {
  display: none;
  height: 0;
}
.phone-input__search,
.phone-input .country-list .search {
  color: #EEEEEE !important;
  background-color: #272830 !important;
  padding: 10px 0 6px 0px;
}
.phone-input__search-box,
.phone-input .country-list .search-box {
  color: #EEEEEE !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #EEEEEE !important;
  outline: none;
  width: 95%;
}
.phone-input__search-box:focus,
.phone-input .country-list .search-box:focus {
  outline: none;
}
.phone-input .country-list .country.highlight::after {
  content: "✓";
  float: right;
  color: #EEEEEE;
  font-weight: bold;
  margin-left: 10px;
}
.phone-input .country-list .country:hover,
.phone-input .country-list .country.highlight {
  background-color: #323236 !important;
}
.phone-input:hover .phone-input__input,
.phone-input:hover .phone-input__country {
  border-color: #9F9F9F !important;
}
.phone-input:hover .phone-input__error {
  border-color: #FFB4AB !important;
  box-shadow: none !important;
}
.phone-input:focus-within .phone-input__input,
.phone-input:focus-within .phone-input__country {
  border-color: #FFFFFF !important;
  box-shadow: none !important;
}
.phone-input:focus-within .phone-input__error,
.phone-input__error:focus {
  border-color: #FFB4AB !important;
  box-shadow: none !important;
}
.flag-dropdown.open .phone-input__country,
.phone-input:has(.flag-dropdown.open) .phone-input__input {
  border-color: #FFFFFF !important;
  box-shadow: none !important;
}
.flag-dropdown.open .phone-input__error,
.phone-input:has(.flag-dropdown.open) .phone-input__error {
  border-color: #FFB4AB !important;
  box-shadow: none !important;
}
.phone-input__field--error .phone-input .special-label {
  color: #FFB4AB;
}
.phone-input__field--error .phone-input .selected-flag .arrow {
  border-top-color: #FFB4AB !important;
}
.phone-input__field--error .phone-input .selected-flag .arrow.up {
  border-top: none !important;
  border-bottom-color: #FFB4AB !important;
  border-bottom: 3px solid #FFB4AB !important;
}
.phone-input__field--error .phone-input .flag-dropdown.open .selected-flag .arrow {
  border-top-color: #FFB4AB !important;
}
.phone-input__field--error .phone-input .flag-dropdown.open .selected-flag .arrow.up {
  border-bottom-color: #FFB4AB !important;
}
.phone-input__field--error .phone-input:focus-within .special-label,
.phone-input__field--error .phone-input:has(.flag-dropdown.open) .special-label {
  color: #FFB4AB;
}

/*
// 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;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  z-index: -1;
  outline: none;
}
.radio-button input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  z-index: -1;
  outline: none;
}
.radio-button input:focus-visible + .radio-button-text-left,
.radio-button input:focus-visible + .radio-button-text-right {
  outline: 2px solid #eeeeee;
  outline-offset: 4px;
  border-radius: 2px;
}
.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: 50%;
  transform: translateY(-50%);
  left: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #9F9F9F;
  border-radius: 50%;
  background: inherit;
}
.radio-button-text-left:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  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: 50%;
  transform: translateY(-50%);
  right: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #9F9F9F;
  border-radius: 50%;
  background: inherit;
}
.radio-button-text-right:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  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;
}
.radio-group__radio-button-row.withTooltip {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.radio-group__radio-button-row.isDisabled .radio-button-text-left {
  cursor: not-allowed;
}

.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: 16px;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 4px;
}
.radio-group-advanced__body-subtitle-label-gray {
  font-size: 14px;
  line-height: 20px;
  color: #969492;
}
.radio-group-advanced__body-subtitle-description {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 4px;
  color: #969492;
}
.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 */
  /* 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 */
  /* 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::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::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%28%23clip0%29%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%28%23clip0%29%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%28%23clip0%29%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%28%23clip0%29%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%28%23clip0%29%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%28%23clip0%29%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%28%23clip0%29%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%28%23clip0%29%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%28%23clip0%29%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%28%23clip0%29%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%28%23clip0%29%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%28%23clip0%29%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%28%23clip0%29%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%28%23clip0%29%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: 338 / 189;
}
.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;
}

