#map {
  height: 100%;
  width: 100%;
  border-left: 1px solid #c8d2c8;
}

.info {
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  font: 14px/16px Arial, Helvetica, sans-serif;
}

.info h4 {
  margin: 0 0 5px;
  color: #777;
}

.legend {
  color: #555;
  line-height: 18px;
  text-align: left;
}

.legend i {
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  opacity: 0.7;
}

.about {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 320px;
  height: 380px;
  padding: 12px;
  border-radius: 4px;
  background: #ffffff;
  opacity: 0.7;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}

.checkbox-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}

.checkbox-label {
  margin-right: 8px;
  color: #31413b;
}

.checkbox-wrapper-2.is-disabled .checkbox-label {
  opacity: 0.55;
}

.checkbox-wrapper-2 .ikxBAC {
  appearance: none;
  position: relative;
  flex-shrink: 0;
  width: 34px;
  height: 20px;
  margin: 0;
  border: none;
  border-radius: 72px;
  background-color: #dfe1e4;
  transition: all 100ms ease-out;
}

.checkbox-wrapper-2 .ikxBAC::before {
  content: "";
  position: absolute;
  inset: -6px;
}

.checkbox-wrapper-2 .ikxBAC::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 100ms ease-out;
}

.checkbox-wrapper-2 .ikxBAC:hover {
  background-color: #c9cbcd;
}

.checkbox-wrapper-2 .ikxBAC:checked {
  background-color: #4e7a45;
}

.checkbox-wrapper-2 .ikxBAC:checked::after {
  left: 17px;
}

.checkbox-wrapper-2 .ikxBAC:focus {
  outline: 2px solid rgba(78, 122, 69, 0.24);
  outline-offset: 2px;
}

.checkbox-wrapper-2 .ikxBAC:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.checkbox-wrapper-2 .ikxBAC:disabled:hover {
  background-color: #dfe1e4;
}

.checkbox-wrapper-2 input[type='checkbox'] {
  cursor: pointer;
}
