











.chosen-container.chosen-container-single {
  max-width: 100%;
  font-size: 1rem;
}
.chosen-container.chosen-container-single .chosen-single {
	max-width:100%;
}
.chosen-container.chosen-container-single .chosen-single {
  display: inline-block;
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.81rem 4rem 0.81rem 1rem;
  line-height: 1.5;
  color: hsl(210, 11%, 15%);
  vertical-align: middle;
  background: hsl(210, 16%, 93%) url("../img/select-bg.svg") no-repeat right 1rem center;
  background-image: none \9 ;
  background-size: 116rem;
  border: 1px solid hsl(210, 14%, 83%);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
}
.chosen-container.chosen-container-single .chosen-single abbr {
  top: 10px;
}
.chosen-container.chosen-container-single .chosen-single:focus {
  border-color: #8894aa;
  outline: none;
}
.chosen-container.chosen-container-single .chosen-single:disabled {
  cursor: not-allowed;
  background-color: hsl(210, 16%, 93%);
}
.chosen-container.chosen-container-single .chosen-single div b {
  background: none !important;
}
.chosen-container.chosen-container-single .chosen-drop {
  background: hsl(0, 0%, 100%);
  border: 1px solid hsl(210, 14%, 83%);
}
.chosen-container.chosen-container-single .chosen-results li {
  line-height: calc(1rem + .3rem);
}
.chosen-container.chosen-container-single.chosen-container-active .chosen-single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.chosen-container.chosen-container-multi .chosen-choices {
  max-width: 100%;
  min-height: calc(1.5em + 1.2rem + 2px);
  font-size: 1rem;
  line-height: 1.5;
  background-image: hsl(0, 0%, 100%);
}
.chosen-container.chosen-container-multi .chosen-choices li.search-choice {
  padding: 5px 33px 5px 10px;
  color: hsl(0, 0%, 100%);
  background: var(--primary);
  border: 0;
  -webkit-box-shadow: 1px 1px 4px hsla(0, 0%, 0%, 0.1);
          box-shadow: 1px 1px 4px hsla(0, 0%, 0%, 0.1);
  border-radius: 0.25rem;
}
.chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.2);
  background-image: none !important;
}
.chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close::before {
  position: absolute;
  top: 6px;
  right: 5px;
  font-size: 1rem;
  color: hsl(0, 0%, 100%);
  content: "Ã—";
}

.chosen-container-active.chosen-with-drop .chosen-single {
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

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

/*.chosen-container-single .chosen-single abbr {
	background: none;
}*/
.chosen-container-single .chosen-single abbr { right: 70px; }

.controls .chosen-container.chosen-container-single, .filter-select .chosen-container.chosen-container-single {
  width: 100% !important;
}
.controls .chosen-container.chosen-container-single .chosen-single, .filter-select .chosen-container.chosen-container-single .chosen-single {
  width: 100% !important;
}

