body {
  overflow: hidden;
}

div.emscripten {
  /*width: 100vw;*/
}

.ui-dialog-buttonset > button {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-border-radius: 0.375rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  /*--bs-btn-bg: transparent;*/
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.offcanvas {
  max-height: 84vh;
  width: 370px !important;
  height: fit-content;
  margin-right: 3rem;
  top: 60px !important;
  background-color: transparent;
  overflow: hidden;
}
.offcanvas .menu-section {
  max-height: 71vh;
  min-height: 40vh;
  display: none;
  background-color: #fff;
  padding: 1rem;
  width: 100%;
  border-radius: 6px;
  overflow: auto;
}
.offcanvas .menu-section .view-card:hover {
  cursor: pointer;
}
.offcanvas .menu-section .view-card:hover .card-img-overlay {
  background-color: rgba(102, 102, 102, 0.431372549);
}
.offcanvas .menu-section .logOutput {
  font-family: monospace;
  font-size: small;
}
.offcanvas .menu-section div {
  overflow: auto;
}

.main-nav {
  height: 50px;
  background-color: #fff !important;
}

.form-check-input {
  border-color: #1a1f23;
}
.form-check-input:checked {
  background-color: #1a1f23;
  border-color: #1a1f23;
}

.form-control:focus {
  box-shadow: none;
}

#typeTable .btn-set-color {
  width: 24px;
  height: 24px;
}

.footer-controls-pane {
  z-index: 400;
  position: absolute;
  bottom: 13px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 6px;
  padding: 4px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.footer-controls-pane .btn {
  display: flex;
  padding: 10px;
  margin: 0px 2px;
  border: none !important;
}
.footer-controls-pane .btn:not(.active):not(:hover):not(:checked):not(.show) > svg > * {
  color: #1a1f23;
  stroke: #1a1f23;
}
.footer-controls-pane .btn:hover, .footer-controls-pane .btn.active, .footer-controls-pane .btn:checked, .footer-controls-pane .btn.show > svg > * {
  color: #fff;
  stroke: #fff;
}
.footer-controls-pane .btn:hover {
  background-color: #2289d0;
}
.footer-controls-pane label {
  border: none;
}
.footer-controls-pane .vertical-separator {
  background-color: #e5e7e9;
  width: 2px;
  height: 16px;
}

.controls-pane {
  z-index: 400;
  position: absolute;
  top: 60px;
  background-color: #fff;
  right: 1rem;
  border-radius: 6px;
  padding: 4px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  vertical-align: middle;
}
.controls-pane * {
  margin: 1px 0;
}
.controls-pane .btn {
  display: flex;
  padding: 10px;
  border: none !important;
}
.controls-pane .btn:not(.active):not(:hover):not(:checked):not(.show) > svg > * {
  color: #1a1f23;
  stroke: #1a1f23;
}
.controls-pane .btn:hover, .controls-pane .btn.active, .controls-pane .btn:checked, .controls-pane .btn.show > svg > * {
  color: #fff;
  stroke: #fff;
}
.controls-pane .btn:hover {
  background-color: #2289d0;
}
.controls-pane label {
  border: none;
}
.controls-pane .vertical-separator {
  background-color: #e5e7e9;
  height: 2px;
  width: 16px;
}

.shortcuts-helper-btn {
  left: 2.5rem !important;
  padding: 0;
}
.shortcuts-helper-btn .btn {
  background-color: #fff;
  margin: 0;
}

.shortcuts-helper {
  padding: 15px;
  position: absolute;
  min-width: 600px;
  left: 1.25rem;
  bottom: 4rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.shortcuts-helper .helper-item {
  padding: 2px 0;
  flex-direction: row;
  align-items: center;
  gap: 8.1px;
  display: flex;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.shortcuts-helper .helper-item .helper-item-icon {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  border: 0.5px solid #FFFFFF;
  border-radius: 6px;
  flex: none;
  line-height: 10px;
  min-width: 25px;
}

.dropdown-toggle .show > * {
  color: #fff !important;
  stroke: #fff !important;
}

.dropdown-item.active, .dropdown-item:hover {
  text-decoration: none;
  background-color: #2289d0;
  border: none;
}
.dropdown-item.active > * > *, .dropdown-item:hover > * > * {
  stroke: #fff !important;
  border: none;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #2289d0;
  border: none;
}
.btn-check:checked + .btn > * > *,
.btn.active > * > *,
.btn.show > * > *,
.btn:first-child:active > * > *,
:not(.btn-check) + .btn:active > * > * {
  color: #fff;
  stroke: #fff !important;
  border: none;
}

.leaflet-cluster-icon {
  border-radius: 50%;
  background-color: #00a8e9;
  font-family: Inter;
  font-size: 17px;
  text-align: center;
  color: #fff;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.75);
  line-height: 33px;
}

.leaflet-popup {
  margin-bottom: 30px;
}
.leaflet-popup-content {
  line-height: 18px;
  font-size: 18px;
  margin: 7px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leaflet-popup-content > span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.leaflet-popup-content .btn-sm {
  padding: 0px 5px;
}
.leaflet-popup-tip-container {
  display: none;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background-color: #1a1f23;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
}

.nav-link,
.icon {
  width: 32px;
  height: 32px;
  padding: 2px;
}

.choices {
  width: 400px;
  height: 30px;
  font-size: 12px !important;
  line-height: 12px;
  font-weight: 400;
  color: #1a1f23;
}
.choices .choices__inner {
  padding: 0 8px;
  min-height: 30px;
  align-content: center;
  height: 30px;
  padding-bottom: 0 !important;
  background-color: #F8F9F9;
  border: 0.615385px solid #E5E7E9;
  border-radius: 6px;
}
.choices .choices__inner b {
  font-weight: 500;
}
.choices .choices__list:not(:first-of-type) {
  padding: 5px 0;
}
.choices .choices__list--dropdown {
  border-radius: 6px;
  top: 45px;
  font-size: 14px;
  line-height: 20px;
  color: #1a1f23;
}
.choices .choices__list--dropdown .choices-input {
  padding: 6px 10px;
}
.choices .choices__list--dropdown .choices__item {
  padding: 5px 20px;
}
.choices .choices__list--dropdown .choices__item:hover {
  background-color: #2289d0;
  color: white;
}
.choices .choices__list--dropdown .choices__group:not(:first-of-type) {
  margin-top: 8px;
}
.choices .choices__list--dropdown .choices__group .choices__heading {
  font-weight: 600;
  padding: 10px 20px;
  font-size: 14px;
  color: #1a1f23;
  line-height: 10px;
  border-bottom: none;
}
.choices .choices__list--dropdown .choices__group .choices__heading:hover {
  cursor: default;
}

#map {
  height: calc(100vh - 50px);
}

.vm-street-view-holder {
  position: fixed !important;
  height: 20vh;
  width: 20vw;
  right: 1rem;
  bottom: calc(2rem + 20vh);
  transition: all 0.3s ease;
}
.vm-street-view-holder canvas {
  border-radius: 6px;
}

.google-street-view-holder {
  border-radius: 6px;
  position: fixed !important;
  height: 20vh;
  min-width: 118px;
  width: 118px;
  max-width: 300px;
  right: calc(2rem + 20vw);
  bottom: 13px;
  transition: all 0.3s ease;
}
.google-street-view-holder:hover {
  height: 30vh;
  width: 250px;
  z-index: 999;
}

#loading_indicator,
.offcanvas-loader {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.offcanvas-loader {
  left: 1rem;
  top: 60px;
  position: absolute;
  width: 160px;
  height: 40px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 9999px;
  color: #fff;
}

#spinner {
  position: relative;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
}

#loading_spinner {
  width: 24px;
  height: 24px;
}

#initializing_indicator {
  height: 100vh;
  z-index: 99999;
}

.menu-section-content > .nav {
  border-radius: 6px;
  padding: 4px;
  background-color: #f1f5f9;
}
.menu-section-content > .nav > .nav-item {
  margin: 4px;
}
.menu-section-content .nav-link.active {
  background-color: #fff;
}

.intensity-control {
  display: flex;
  gap: 10px;
  vertical-align: middle;
  transition: all 0.3s ease;
  left: 25%;
  bottom: 13px;
  width: 100%;
}

.form-check-input:focus {
  box-shadow: 0 0 0 1px rgba(34, 137, 208, 0.25);
}

.dropdown-item:not(.active):hover {
  background-color: #dadada;
}

.close-offset-menu-btn {
  box-shadow: none !important;
}

/*# sourceMappingURL=viewer.css.map */
