.map-container {
  position: inherit;
  top: 0;
  left: 10%;
  right: 0;
  bottom: 0;
  height: 600px;
  width: 100%;
}

.map-frame {
  height: 100%;
  border: 2px solid black;
}

#map {
  z-index: 1;
  height: 100%;
}

.categories {
  position: absolute;
  left: auto;
  height: 400px;
  border: 3px solid blue;
}

.modal-component {
  justify-content: flex-end;
  display: block;
  width: 100%;
  margin-bottom: 3%;
  height: 15%;
}

.category-dropdown {
  margin-left: 2%;
}

.leaflet-control-view-center {
  background-image: url("https://raw.github.com/pwldp/leaflet.viewcenter/master/icon-viewcenter.png");
}

input.ng-pristine.advice {
  width: 30%;
}

input.ng-dirty.advice {
  background-color: rgba(255, 0, 0, 0.4);
  width: 30%;
}

.row {
  display: flex;
  margin: 2%;
}

.column {
  flex: 50%;
}

.select-category-icon {
  width: 5%;
}