body{
   min-height: 100vh;
  --background-highlight-x: 100%;
  background: radial-gradient(circle at var(--background-highlight-x) -600px, rgb(13 110 253 / 31%), transparent 60rem), linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.location-modal-dialog {
  width: min(calc(100vw - 1.5rem), 1320px);
  max-width: 1320px;
}
.small-muted { color: #6c757d; }
.maplibregl-map {
  font: inherit;
}

.maplibregl-ctrl.maplibregl-ctrl-attrib.maplibregl-compact.maplibregl-compact-show,
.maplibregl-ctrl-bottom-right {
  display: none !important;
}

.report-loading-state {
  min-height: 180px;
  display: grid;
  place-items: center;
  background: #f8f9fa;
}

.location-picker-map {
  width: 100%;
  height: 360px;
  min-height: 360px;
  background: #f8f9fa;
}

.location-search-dropdown {
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  right: 0;
  z-index: 20;
  max-height: 260px;
  overflow-y: auto;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.report-location-marker,
.cxgeo-location-marker {
  color: #111111;
  line-height: 0;
}

.segment-radius-value {
  min-width: 4.5rem;
  text-align: center;
}

@media (max-width: 768px) {
  .location-modal-dialog {
    width: calc(100vw - 1rem);
    margin: 0.5rem auto;
  }

  .location-picker-map {
    height: 280px;
    min-height: 280px;
  }

}
