.chosen-container .chosen-single,
.chosen-container .chosen-choices {
  background-color: #ffffff !important;
  border: 1px solid #dce4ec !important;
  border-radius: 4px !important;
  color: #2c3e50 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  display: block;
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #2c3e50;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dce4ec;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-width: 2px !important;
  box-shadow: none !important;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #18bc9c !important;
  color: white !important;
}

.chosen-container {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
}