@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

.chosen-container {
  font-size: 0.975rem;
}

@media (min-width: 786px) {
  .chosen-container {
    font-size: 0.95625rem;
  }
}

@media (min-width: 1280px) {
  .chosen-container {
    font-size: 1rem;
  }
}

.chosen-container.chosen-container-single {
  width: 100% !important;
}

.chosen-container.chosen-container-single {
  max-width: 100%;
}

.chosen-container-single .chosen-single {
  font-size: 0.975rem;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  line-height: 1.125em;
  padding: 0.6875em 1rem;
}

@media (min-width: 786px) {
  .chosen-container-single .chosen-single {
    font-size: 0.95625rem;
  }
}

@media (min-width: 1280px) {
  .chosen-container-single .chosen-single {
    font-size: 1rem;
  }
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
  border-color: #e0e0e0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container-single .chosen-single div {
  width: 1.75em;
}

.chosen-container-single .chosen-single div > b {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 0 13.97.01v.26L7.184 7.016h-.342L0 .268' fill='%23858585' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
  background-position: left center !important;
  background-size: 55% !important;
}

.chosen-container-single .chosen-single div > b {
  position: relative;
}

.chosen-container-active.chosen-with-drop .chosen-single div > b {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.97 7.016 0 7.004v-.257L6.785 0h.342l6.842 6.747' fill='%23858585' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
}

.chosen-container .chosen-results li {
  line-height: 1.125em;
  padding: 0.25em 1rem;
}

.chosen-container .chosen-results li.highlighted {
  background: #ff7200;
}

.chosen-container .chosen-drop {
  border-color: #e0e0e0;
  border-radius: 0;
}

.chosen-container .chosen-results {
  color: #293335;
}

.chosen-container-single .chosen-search {
  position: relative;
}

.chosen-container-single .chosen-search:after {
  background-image: url("/themes/custom/hco/images/icons/search.svg");
  background-size: 60%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5em;
}

.chosen-container-single .chosen-search input[type=text] {
  background-image: none !important;
}

.chosen-container-single .chosen-search input[type=text] {
  font-size: 0.975rem;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  font-family: "freight-text-pro", serif;
  line-height: 1.125em;
  max-width: 100%;
  padding: 0.1875em 1rem;
}

@media (min-width: 786px) {
  .chosen-container-single .chosen-search input[type=text] {
    font-size: 0.95625rem;
  }
}

@media (min-width: 1280px) {
  .chosen-container-single .chosen-search input[type=text] {
    font-size: 1rem;
  }
}