
.place_input {
  width: 100%;
}
.place_input .simple-typeahead {
  position: relative;
  width: 100%;
}
.place_input .simple-typeahead > input {
  margin-bottom: 0;
}
.place_input .simple-typeahead .simple-typeahead-list {
  border-bottom: 0.1rem solid #d1d1d1;
  border-radius: 6px;
  border: none;
  box-shadow: 0px 2px 3px #0000001a;
  max-height: 400px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.place_input .simple-typeahead .simple-typeahead-list .simple-typeahead-list-item {
  background-color: #fafafa;
  border-bottom: 0.1rem solid #d1d1d1;
  border-left: 0.1rem solid #d1d1d1;
  border-right: 0.1rem solid #d1d1d1;
  cursor: pointer;
  padding: 0.6rem 1rem;
}
.place_input .simple-typeahead .simple-typeahead-list .simple-typeahead-list-item:last-child {
  border-bottom: none;
}
.place_input .simple-typeahead .simple-typeahead-list .simple-typeahead-list-item.simple-typeahead-list-item-active {
  background-color: #00dd00;
  border-color: #00dd00;
  color: white;
}

.job_input {
  width: 100%;
}
.job_input .simple-typeahead {
  position: relative;
  width: 100%;
}
.job_input .simple-typeahead > input {
  margin-bottom: 0;
}
.job_input .simple-typeahead .simple-typeahead-list {
  position: absolute;
  width: 100%;
  border: none;
  max-height: 400px;
  overflow-y: auto;
  border-bottom: 0.1rem solid #d1d1d1;
  z-index: 9;
  box-shadow: 0px 2px 3px #0000001a;
  border-radius: 6px;
}
.job_input .simple-typeahead .simple-typeahead-list .simple-typeahead-list-item {
  cursor: pointer;
  background-color: #fafafa;
  padding: 0.6rem 1rem;
  border-bottom: 0.1rem solid #d1d1d1;
  border-left: 0.1rem solid #d1d1d1;
  border-right: 0.1rem solid #d1d1d1;
}
.job_input .simple-typeahead .simple-typeahead-list .simple-typeahead-list-item:last-child {
  border-bottom: none;
}
.job_input .simple-typeahead .simple-typeahead-list .simple-typeahead-list-item.simple-typeahead-list-item-active {
  background-color: #00dd00;
  border-color: #00dd00;
  color: white;
}
