html,
body,
#map {
  height: 400px;
  margin: 10px auto;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  color: #303538;
}

.btn-crime {
  margin: 10px 4px;
  background-color: rgb(222, 226, 230);
  color: black;
  border: none;
}

.btn-geo {
  background-color: rgb(222, 226, 230);
  color: black;
  border: none;
}

.header {
  font-size: 2.5em;
  color: #0061AA;
}

#logo {
  height: 32px;
  width: 32px;
  margin: 0 auto;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  margin-top: -20px;
  margin-bottom: 40px;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.29);
}

.nicebox {
  text-align: center;
  z-index: 5;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 3px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  border: rgb(229, 229, 229) 1px solid;
}

.checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkbox label {
  font-size: 0.8em;
  margin-bottom: 0;
  margin-left: 6px;
}

#pac-input {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  font-size: 1em;
  background-color: #f3f5f6;
  padding: 12px 20px;
  border: none;
  border-radius: 3px;
}

/* #pac-input:focus {
  outline: none;
  width: 420px;
  transform: translateX(-10px);
} */

#controls {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  padding: 12px;
}

#legend {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 210px;
  height: 200px;
  left: 40px;
  top: 180px;
}

#boundary {
  position: absolute;
  width: 210px;
  left: 40px;
  top: 80px;
}

.boundary-title {
  font-size: 0.8em;
}

.legend-item {
  display: flex;
  align-items: center;
}

.legend-label {
  font-size: 0.7em;
}

#cityTitle {
  text-align: center;
  margin-bottom: 20px;
}

#module caption {
  padding: 8px;
  font-size: 11px;
}

#outer-chart-container {
  max-width: 445px;
  margin: 0 auto;
}

.dropdown {
  display: none;
}

.disclaimer {
  font-size: 13px;
  color: #6c757d;
}

.color-key-1 {
  background: #1b5e20;
  width: 14px;
  height: 14px;
  margin: 0 10px;
}

.color-key-2 {
  background: #a5d6a7;
  width: 14px;
  height: 14px;
  margin: 0 10px;
}

.color-key-3 {
  background: #ef9a9a;
  width: 14px;
  height: 14px;
  margin: 0 10px;
}

.color-key-4 {
  background: #b71c1c;
  width: 14px;
  height: 14px;
  margin: 0 10px;
}

.clipboard-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.share {
  margin-top: 16px;
}

.article-title {
  text-align: center;
  margin-bottom: 1em;
}

/* FOR INFOWINDOW */

.googft-card-view {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #54585a;
}

.tooltip-title {
  font-size: 18px;
  font-weight: bold;
}

.tooltip-zip {
  font-size: 14px;
}

.tooltip-category {
  display: flex;
  align-items: center;
  font-size: 12px;
}

/* FOR ICONS */

.info-icon {
  height: 16px;
  width: 16px;
  margin-right: 8px;
}

.map-icon {
  height: 28px;
  width: 28px;
  margin-left: 10px;
  fill: #545859;
}

.clipboard-icon {
  height: 16px;
  width: 16px;
}

.arrow-up-icon {
  height: 20px;
  width: 20px;
  fill: red;
  margin-right: 4px;
}

.arrow-down-icon {
  height: 20px;
  width: 20px;
  fill: green;
  margin-right: 4px;
}

@media (max-width: 767.98px) {
  .buttons {
    display: none;
  }

  .dropdown {
    display: block;
  }

  #snapshot {
    margin-top: 210px;
  }

  #legend {
    left: 15px;
    top: 420px;
    width: calc(100% - 30px);
    align-items: center;
  }

  #boundary {
    left: 30px;
    top: 300px;
  }
}
