body {
  color: #222426;
  background: #fff;
  min-height: 100vh;
  margin: 0;
  font-family: monospace;
}

h1 {
  color: #58a6ff;
}

p {
  color: #8b949e;
  font-size: 1.1rem;
}

.gis-census {
  margin: 3rem;
}

.response-container {
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.public-census-container {
  width: 90%;
}

.map-census__boundary, .map-census-boundary__auth {
  z-index: 0;
  position: relative;
}

.map-census__boundary {
  border-radius: 8px;
  min-width: 90%;
  height: 40vh;
  min-height: 300px;
  overflow: hidden;
  box-shadow: 0 2px 8px #00000014;
}

.map-census-boundary__auth {
  border-radius: 8px;
  width: 90%;
  min-height: 300px;
  overflow: hidden;
  box-shadow: 0 2px 8px #00000014;
}

.form-container {
  width: 90%;
}

.search-form-container {
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.hidden {
  display: none !important;
}

.navbar-toggler:focus, .navbar-toggler-icon:focus {
  box-shadow: none !important;
  outline: none !important;
}

.jump-to-nav {
  background-color: #f8f9fa;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.jump-to-nav span {
  margin-right: 10px;
  font-weight: bold;
}

.jump-link {
  color: #212529;
  margin: 0 10px;
  font-weight: 500;
  text-decoration: none;
}

.jump-link:hover {
  color: #0056b3;
  font-weight: bold;
}

.hero-top {
  margin-top: 5rem;
}

.hero-section {
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 2px 10px #0000001a;
}

.selection-box, .data-box {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0 2px 4px #0000001a;
}

.data-box {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.card {
  flex-direction: column;
  flex-grow: 1;
  display: flex;
}

.card-body {
  background-color: #0d1117;
  border-radius: 0 0 5px 5px;
  flex-grow: 1;
  overflow-y: auto;
}

.btn-select {
  text-align: center;
  vertical-align: middle;
  word-wrap: break-word;
  user-select: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 10px 15px;
  font-weight: 500;
  line-height: 1.4;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.btn-city {
  color: #fff;
  background: #007bff;
  border: none;
}

.btn-topic {
  color: #fff;
  background: #28a745;
  border: none;
}

.btn-select:hover {
  filter: brightness(90%);
  transform: translateY(-1px);
  box-shadow: 0 2px 4px #0000001a;
}

.selection-box h5, .data-box h5 {
  color: #0d6efd;
  border-bottom: 2px solid #dee2e6;
  margin-bottom: 15px;
  font-size: 1.3rem;
  font-weight: 600;
}

.selection-output {
  background: #e9ecef;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
  font-size: 14px;
}

.card-header span {
  color: #084298;
  font-size: 1.2rem;
  font-weight: 600;
}

.json {
  background-color: #f8f9fa;
  border-radius: 5px;
  max-height: 400px;
  padding: 1rem;
  overflow-y: auto;
}

.btn-select.active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.sticky-top {
  z-index: 100;
}

pre code {
  text-align: left;
}

.json-display {
  height: 400px;
}

.api-request {
  max-width: 500px;
}

.json-display-container {
  width: 100%;
}

.card pre {
  white-space: pre-wrap;
  margin-bottom: 0;
}

@media (width <= 767.98px) {
  .sticky-top {
    position: relative !important;
    top: 0 !important;
  }

  .card {
    max-height: 400px;
  }
}

@media (width <= 800px) {
  .btn-census {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .gis-census {
    margin: 1rem;
  }
}
