
.geosuggest-input-valid {
  border: 1px solid #55B443;
}

.geosuggest-input-not-valid {
  border: 1px solid red;
}

.geosuggest-option-province {
  font-size: 10pt;
  color: gray;
}

.geosuggest-options {
  position: absolute;
  background: white;
  border: 1px solid #CFD6DB;
  z-index: 9999;
  min-width: 250px;
}

.geosuggest-option {
  cursor: pointer;
  padding: 5px;
}

.geosuggest-option:hover {
  background: #f6f6f6;
}
