.eclipsi-town-search {
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
}
.eclipsi-town-search .select2-container--default {
  width: 100% !important;
  top: 0 !important;
}
.eclipsi-town-search .select2-container--default .select2-selection--single {
  height: 42px;
  border: 1px solid #000000;
  border-radius: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.eclipsi-town-search .select2-container--default .select2-selection--single:hover, .eclipsi-town-search .select2-container--default .select2-selection--single:focus {
  border-color: #000000;
}
.eclipsi-town-search .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333;
  line-height: 42px;
  padding-left: 0;
}
.eclipsi-town-search .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.eclipsi-town-search .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #777777;
}
.eclipsi-town-search .select2-container--default .select2-dropdown {
  border: none;
  border-radius: 0;
  box-shadow: none;
  top: 0;
}
.eclipsi-town-search .select2-container--default .select2-dropdown .select2-results__option {
  padding: 8px 10px;
  font-size: 19px;
  color: #000;
}
.eclipsi-town-search .select2-container--default .select2-dropdown .select2-results__option--highlighted {
  background-color: #D9D9D9;
  color: #000;
}
.eclipsi-town-search .select2-container--default .select2-dropdown .select2-search--dropdown {
  padding: 0;
}
.eclipsi-town-search .select2-container--default .select2-dropdown .select2-search--dropdown .select2-search__field {
  font-size: 19px;
  padding: 10px 20px;
  border: 1px solid #000;
  height: 42px;
  box-sizing: border-box;
}
.eclipsi-town-search .select2-container--default .select2-dropdown .select2-results .select2-results__options {
  padding: 10px;
  border: 1px solid #000;
}

/*# sourceMappingURL=town-search.css.map */
