.learnMoreBox {
  /* TODO: too tall for narrow screens horizontally */
  height: 400px;
  overflow-y: scroll;
  padding-right: 1rem;
}

.results-box {
  box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.25);
}

.floatingButton {
  box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.25);
}

.selectize-input {
  box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.25);
}

.display-5 {
  width: 100%;
  background: white;
  margin-bottom: 1rem;
  padding: 8px 20px;
  border-radius: 8px;
  box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.25);
}

.actions-row {
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  flex: 1 1 100%;
  gap: 0.5rem;
  margin-top: 1rem;
}

.settings-box {
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 8px 16px;
  gap: 0.75rem;
  background: #FFFFFF90;
}

.tippy-tooltip {
  margin-left: 15px;
}

.shiny-input-container:not(.shiny-input-container-inline) {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-bottom: 0;
}

.shiny-input-container:not(.shiny-input-container-inline) {
  max-width: 100%;
}

.input-with-popover {
  background: #ebeced;
  padding: 1rem;
  border-radius: 8px;
}

.pretty-checkbox {
  padding: 1rem 0;
}

.refresh-button {
  margin-top: 1rem;
}

.form-label,
.shiny-input-container .control-label {
  font-weight: 800;
}

.shiny-input-checkboxgroup label~.shiny-options-group,
.shiny-input-radiogroup label~.shiny-options-group {
  margin-top: -10px;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.leaflet-popup-content {
  font-family: Lato;
}