:root {
  color-scheme: dark;
}

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.site-navigation {
  flex: 0 0 auto;
}

#root {
  flex: 1 1 auto;
  min-height: 0;
}

.crowdmap-threshold {
  align-items: center;
  backdrop-filter: blur(8px);
  background: var(--bs-body-bg, #212529);
  background: color-mix(in srgb, var(--bs-body-bg, #212529) 90%, transparent);
  border: 1px solid var(--bs-border-color, #495057);
  border-radius: 0.5rem;
  bottom: 1rem;
  box-shadow: 0 0.5rem 1.5rem rgb(0 0 0 / 25%);
  display: flex;
  font-size: 0.8rem;
  gap: 0.5rem;
  padding: 0.4rem 0.55rem;
  position: fixed;
  right: 1rem;
  z-index: 1100;
}

.crowdmap-threshold input {
  background: var(--bs-body-bg, #212529);
  border: 1px solid var(--bs-border-color, #495057);
  border-radius: 0.3rem;
  color: var(--bs-body-color, #fff);
  font: inherit;
  padding: 0.2rem 0.35rem;
  width: 4.5rem;
}

.crowdmap-threshold label {
  margin: 0;
}
