.abc-city-select {
  position: relative;
  min-width: 11.5rem;
}

.abc-city-select__native {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.abc-city-select__toggle {
  width: 100%;
  text-align: left;
}

.abc-city-select__toggle.is-placeholder {
  color: #6c757d;
}

.abc-city-select__list {
  display: none;
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 16rem;
  max-height: 18rem;
  overflow: auto;
  margin-top: 0.15rem;
  padding: 0.25rem 0;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.12);
}

.abc-city-select.is-open .abc-city-select__list {
  display: block;
}

.abc-city-select__option {
  display: block;
  width: 100%;
  padding: 0.28rem 0.75rem;
  border: 0;
  background: transparent;
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.35;
  color: #222;
}

.abc-city-select__option:hover,
.abc-city-select__option:focus {
  background: #f3f4f6;
  outline: 0;
}

.abc-city-select__option.is-active {
  background: #eef2ff;
}

.abc-city-select__option--group {
  font-weight: 700;
  margin-top: 0.2rem;
  padding-top: 0.4rem;
}

.abc-city-select__option--group:first-child {
  margin-top: 0;
  padding-top: 0.28rem;
}

.abc-city-select__option--child {
  font-weight: 400;
  padding-left: 1.35rem;
  color: #333;
}

.abc-city-select__option--any {
  color: #6c757d;
}
