#mapWrap {
  position: relative;
}

.is-selected {
  background-color: #e0eff6;
  border-radius: 2rem;
}

.draw-icons {
  position: absolute;
  z-index: 1;
  top: 50px;
  bottom: 150px;
  right: 50px;
  width: 110px;
  background-color: white;
  border-radius: 30px;
  border: 1px solid rgb(177, 177, 177);
  text-align: center;
  padding: 20px;
  height: 488px;
}

#shapeInstructions {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 300px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 20px 0;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  display: none;
  padding: 10px;
  padding-right: 15px;
}

#instHeader {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #004563;
}

.map-buttons {
  position: absolute;
  z-index: 1;
  bottom: 50px;
  right: 50px;
}

.map-draw-icon {
  display: block;
  font-size: 30px;
  cursor: pointer;
}

.map-zoom-icon {
  color: white;
  background-color: #004563;
  height: 50px;
  width: 50px;
  font-size: 30px;
  text-align: center;
  border-radius: 100%;
  padding-top: 3px;
  margin: 10px auto;
  cursor: pointer;
}

.price-tag {
  background-color: #a5cd39;
  border-radius: 25px;
  padding: 10px 25px;
  color: white;
  font-weight: bold;
}

.postcode-marker {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #04345c;
  background-color: #c4c801;
}

.selected-button {
  border: solid;
  color: white;
  border-radius: 3rem;
  background-color: #004563;
}

@media screen and (max-height: 750px) {
  .map-buttons {
    bottom: 10px;
  }
  .draw-icons {
    top: 15px;
    right: 10px;
    height: 466px;
  }
  .map-draw-icon {
    font-size: 20px;
  }
  .homepageArrowContainer {
    height: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .draw-icons {
    top: unset !important;
    bottom: 0px;
    right: unset;
    left: 0;
    width: 100%;
    padding: 11px;
    border-radius: 0;
    height: 120px;
  }
  #shapeInstructions {
    top: unset !important;
    right: 0;
    width: 100% !important;
    max-width: unset !important;
    border-radius: 0px !important;
    border: 1px solid grey !important;
  }
  .build-a-list-criteria {
    padding-top: 100px !important;
  }
  .map-draw-icon, .map-zoom-icon {
    display: inline-block;
    margin-left: 2%;
    margin-top: 0px;
  }
  .map-buttons {
    top: 0px;
    right: unset;
    width: 100%;
    bottom: auto;
  }
  .map-buttons .is-primary-btn {
    width: 30%;
    margin-left: 2%;
  }
  aside {
    max-width: 100%;
    margin: 20px !important;
  }
}
