html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#map {
  width: 100%;
  flex-grow: 1;
  height: 100%;
}
#container {
  display: flex;
  height: 100%;
}
#sidebar {
  height: 100%;
  width: 320px;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

/* style for dropdown menu */

.cities-dropdown {
  width: 300px;
  /* padding: 0 0 0 5px; */
  position: relative;

  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
  border-right: 1px #f8f7f3 solid;
}

.layers-dropdown {
  position: relative;
  display: inline-block;
  margin-left: 1rem;
  margin-top: 1rem;
}

div i {
  position: absolute;
  right: 10%;
}
button {
  width: 280px;
  background-color: #eee;
  border: none;
  text-align: left;
  color: #333;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}

.switchSelectUnselectBtns {
  width: fit-content;
  background-color: transparent;
  text-decoration: underline;
}

.switchSelectUnselectBtns:hover {
  color: mediumblue;
  text-decoration: none;
}

.cities-dropdown-content {
  height: 440px;
  max-width: 305px;
  overflow-y: auto;
  position: relative;
  margin-top: 1rem;
  display: none;
}

.layers-dropdown-content {
  display: none;
  width: 200px;
  position: absolute;
  z-index: 1;
  background-color: transparent;
  min-width: 160px;
  padding: 10px;
}

.cities-dropdown-content div {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.cities-dropdown-content .switchBtns {
  justify-content: space-between;
}

.cities-dropdown-content span {
  display: none;
}

.layers-dropdown-content .cities-dropdown-content label {
  display: block;
  margin-bottom: 10px;
}

input:where([type="checkbox"], [type="radio"]) {
  margin-right: 10px;
}

.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
  height: 18px;
  margin: 6px;
  width: 18px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='yes'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill='%231F3044'%0Ad='M5.5,14.2c-0.9,0.8-1.9,0-1.5-1l4-9c0.2-0.4,0.6-0.8,1-0.8s0.8,0.4,1,0.8l4,9c0.4,1-0.6,1.8-1.5,1l-3.5-3L5.5,14.2z'/%3E%3C/svg%3E");
}
