.form-item.form-type-select label {
  margin-bottom: 4px;
  display: block;
}
.form-item.form-type-select .chosen-container {
  display: block !important;
  width: 100% !important;
}
.form-item.form-type-select .chosen-container .chosen-single {
  text-align: center;
  border-radius: 20px;
  height: 40px;
  border: 1px solid black;
  background: none !important;
  background-color: white !important;
}
.form-item.form-type-select .chosen-container .chosen-single span {
  line-height: 40px;
  margin-right: 40px;
  font-weight: 400;
}
.form-item.form-type-select .chosen-container .chosen-single div {
  width: 40px;
}
.form-item.form-type-select .chosen-container .chosen-single div b {
  position: relative;
  background: none !important;
}
.form-item.form-type-select .chosen-container .chosen-single div b:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: "\e909";
  font-family: "icomoon";
}
.form-item.form-type-select .chosen-container .chosen-choices {
  height: 40px;
  font-size: 14px;
  max-width: 100%;
  border-radius: 40px;
  border: 1px solid #EFE5DE;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
  width: 100%;
}
.form-item.form-type-select .chosen-container .chosen-drop {
  scroll-behavior: auto;
  border-radius: 20px;
  background-color: white;
  margin-top: 12px;
  padding: 12px;
}
.form-item.form-type-select .chosen-container .chosen-drop .chosen-results {
  scroll-behavior: auto;
}