.omc-map {
  height: 30rem;
  border-radius: 10px;
}

.marker-form .marker-title {
  width: 100%;
  margin-top: 1.5rem;
  border-radius: 10px;
}
.marker-form .marker-title-text {
  border-radius: 10px;
}
.marker-form .marker-textarea {
  width: 100%;
  margin-top: 1.5rem;
  border-radius: 10px;
}
.marker-form .marker-category-legend {
  padding: 14px;
  background-color: #e70448;
  color: white;
  text-align: center;
  width: fit-content;
  border-radius: 26px;
}
.marker-form .marker-category-fieldset {
  border: solid #e70448 4px;
  border-radius: 26px;
  width: 100%;
  margin-top: 1.5rem;
}
.marker-form .marker-category-input {
  margin-top: 0.6rem;
}
.marker-form .marker-category-span {
  vertical-align: middle;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.marker-form .marker-submit {
  margin-top: 1.5rem;
  background-color: #e70448;
  color: white;
  border-radius: 26px;
}

/*# sourceMappingURL=style-add-marker.css.map */
