.form-type-cshs {
  position: relative;
}
.form-type-cshs label {
  position: relative;
  display: block;
  width: 100%;
}
.form-type-cshs .chosen-container {
  display: block !important;
  width: 100% !important;
}
.form-type-cshs .chosen-container .chosen-single {
  text-align: center;
  border-radius: 4px;
  height: 40px;
  border: none;
  background: none !important;
  background-color: white !important;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.form-type-cshs .chosen-container .chosen-single span {
  line-height: 40px;
  margin-right: 40px;
  font-weight: 400;
  color: #002067;
}
.form-type-cshs .chosen-container .chosen-single div {
  width: 40px;
}
.form-type-cshs .chosen-container .chosen-single div b {
  position: relative;
  background: none !important;
}
.form-type-cshs .chosen-container .chosen-single div b:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  content: "\e907";
  font-family: "icomoon";
  color: #002067;
}
.form-type-cshs .chosen-container .chosen-choices {
  height: 40px;
  font-size: 14px;
  max-width: 100%;
  border-radius: 4px;
  border: 1px solid #EFE5DE;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
  width: 100%;
}
.form-type-cshs .chosen-container .chosen-drop {
  scroll-behavior: auto;
  border-radius: 4px;
  background-color: white;
  margin-top: 12px;
  padding: 12px;
}
.form-type-cshs .chosen-container .chosen-drop .chosen-results {
  scroll-behavior: auto;
}
.form-type-cshs .chosen-container .chosen-drop .chosen-results li {
  color: #002067;
}
.form-type-cshs .chosen-container .chosen-drop .chosen-results li.highlighted {
  background-color: #E5E8EF;
  background-image: none;
  color: #002067;
}
.form-type-cshs .select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  margin-bottom: 8px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .form-type-cshs .select-wrapper {
    width: calc(50% - 2 * 8px);
  }
  .form-type-cshs .select-wrapper:nth-of-type(n) {
    margin-right: 16px;
  }
}
.form-type-cshs .select-wrapper select {
  position: relative;
  -webkit-appearance: none;
  height: 44px;
  max-width: 100%;
  border-radius: 4px;
  border: none;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 14px !important;
  padding-right: 34px !important;
  width: 100%;
  background-color: #fff;
  background-image: url("../../assets/pictos/icon-chevron.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  color: #002067;
}
.form-type-cshs .select-wrapper + .chosen-container {
  display: none !important;
}
.form-type-cshs .ajax-progress {
  position: absolute;
  top: 36px;
  right: 10px;
}