.multiselect-cmp-wrapper .multiselect-native-select .btn-group {
  display: block;
}
.multiselect-cmp-wrapper input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0 !important;
}
.multiselect-cmp-wrapper input[type="checkbox"]:checked::after {
  font-family: "icomoon";
  content: "\eb08";
  font-size: 20px;
}
.multiselect-cmp-wrapper button.multiselect {
  background: transparent;
  border: 1px solid #C9C8C8;
  padding: 6px 16px 6px 0;
  height: auto;
  border-radius: 4px;
  font-family: "HelveticaNeueMedium", sans-serif;
  color: #222222;
  font-size: 18px;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  box-shadow: none !important;
  min-height: 39px;
}
.multiselect-cmp-wrapper .btn-group {
  position: relative;
}
.multiselect-cmp-wrapper .btn-group::after {
  right: 8px;
  top: 13px;
  font-family: 'icomoon';
  content: "\ee2c";
  font-size: 10px;
  position: absolute;
  color: #333333;
  pointer-events: none;
  display: block;
}
.multiselect-cmp-wrapper .btn-group.open::after {
  content: "\ee2f";
}
.multiselect-cmp-wrapper .multiselect-filter {
  margin-bottom: 10px;
}
.multiselect-cmp-wrapper .multiselect-filter input {
  border: 0 !important;
  border-bottom: 1px solid #C9C8C8 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.multiselect-cmp-wrapper .multiselect-filter input,
.multiselect-cmp-wrapper .multiselect-filter input::placeholder {
  font-family: "HelveticaNeueMedium", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.multiselect-cmp-wrapper .multiselect-filter input::placeholder {
  color: #8A8A8A;
}
.multiselect-cmp-wrapper .multiselect-option.dropdown-item {
  display: block;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  text-align: left;
  line-height: 22px;
  font-weight: 400;
  padding: 4px 0;
}
.multiselect-cmp-wrapper .multiselect-container.dropdown-menu {
  width: 100%;
  padding-bottom: 7px;
  border-top: 0;
  max-height: 210px;
  overflow-y: scroll;
  z-index: 10;
}
.multiselect-cmp-wrapper .dropdown-backdrop {
  display: none;
}
.multiselect-cmp-wrapper .multiselect-container > .multiselect-option > span,
.multiselect-cmp-wrapper .multiselect-container .multiselect-group > span {
  padding: 0 16px;
  position: relative;
}
.multiselect-cmp-wrapper .multiselect-container > .multiselect-option > span > .form-check-label,
.multiselect-cmp-wrapper .multiselect-container .multiselect-group > span > .form-check-label {
  margin-bottom: 0;
}
.multiselect-cmp-wrapper .form-check-label {
  margin-left: 28px;
  font-family: "HelveticaNeue", sans-serif !important;
  font-size: 14px !important;
  color: #222222 !important;
  letter-spacing: 0;
  text-align: left;
  line-height: 22px;
  font-weight: 400;
  position: static;
}
.multiselect-cmp-wrapper .form-check .checkstyle {
  margin-left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.multiselect-cmp-wrapper .form-check .checkstyle::after {
  font-family: "icomoon";
  content: "\eb08";
}
.multiselect-cmp-wrapper .dropdown-toggle {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.multiselect-cmp-wrapper .multiselect-selected-text {
  text-overflow: ellipsis;
  overflow: hidden;
}
[class^="path-phadia"]:not(.path-onelambda) .multiselect-cmp-wrapper {
  margin-top: 22px;
  margin-bottom: 15px;
}
[class^="path-phadia"]:not(.path-onelambda) .multiselect-cmp-wrapper label {
  bottom: 5px;
  margin-bottom: 0;
}
[class^="path-phadia"]:not(.path-onelambda) .multiselect-cmp-wrapper.options-selected {
  margin-top: 19px;
}
[class^="path-phadia"]:not(.path-onelambda) .multiselect-cmp-wrapper.options-selected > label {
  bottom: 25px;
  font-size: 11px;
}
[class^="path-phadia"]:not(.path-onelambda) .multiselect-cmp-wrapper.options-selected .btn-group::after {
  top: 16px;
}
[class^="path-phadia"]:not(.path-onelambda) .multiselect-cmp-wrapper button.multiselect {
  border: 0;
  border-bottom: 1px solid #979797;
  border-radius: 0;
}
[class^="path-phadia"]:not(.path-onelambda) .multiselect-cmp-wrapper .btn-group {
  margin: 0;
}
[class^="path-phadia"]:not(.path-onelambda) .multiselect-cmp-wrapper .btn-group .multiselect-selected-text {
  display: block;
  padding-left: 0;
  margin-top: 15px;
}
[class^="path-phadia"]:not(.path-onelambda) .multiselect-cmp-wrapper .btn-group::after {
  right: 0;
}
[class^="path-phadia"]:not(.path-onelambda) .multiselect-cmp-wrapper .btn-group button {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.path-phadia .multiselect-cmp-wrapper {
  position: relative;
}
.path-phadia .multiselect-cmp-wrapper .multiselect-native-select {
  display: block;
}
.path-phadia .multiselect-cmp-wrapper li label {
  position: relative;
}
.path-phadia .multiselect-cmp-wrapper li a {
  outline: 0 !important;
}
.path-phadia .multiselect-cmp-wrapper button.multiselect {
  background: transparent !important;
  padding: 6px 0px;
  color: #222222 !important;
  float: none;
}
.path-phadia .multiselect-cmp-wrapper button.multiselect .caret {
  display: none;
}
.path-phadia .multiselect-cmp-wrapper ul label {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "HelveticaNeue", sans-serif !important;
  padding: 0 20px 0 35px;
}
.path-phadia .multiselect-cmp-wrapper ul label input[type="checkbox"] {
  min-width: 25px;
  width: 25px;
  height: 25px;
  position: relative;
  border: 1px solid #D8D8D8;
  opacity: 1;
  border-radius: 0;
  margin-right: 10px;
}
.path-phadia .multiselect-cmp-wrapper .input-group {
  width: 100%;
  margin: 0 !important;
}
.path-phadia .multiselect-cmp-wrapper .input-group-addon,
.path-phadia .multiselect-cmp-wrapper .input-group-btn {
  display: none;
}
.path-phadia .multiselect-cmp-wrapper .multiselect-search {
  width: 100% !important;
  height: auto !important;
  padding: 6px 16px !important;
}
.path-phadia .multiselect-cmp-wrapper .multiselect-selected-text {
  padding-left: 15px;
}
.path-phadia .multiselect-cmp-wrapper .multiselect-container.dropdown-menu {
  position: absolute;
  top: 100%;
  width: 100%;
  padding-bottom: 0;
}
.path-phadia .multiselect-cmp-wrapper .multiselect-container.dropdown-menu a {
  background-color: transparent !important;
}
.form-wrapper .multiselect-cmp-wrapper .multiselect-error-message {
  display: none;
  position: absolute;
  color: #E71316;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.form-wrapper .multiselect-cmp-wrapper:not(.options-selected) .multiselect-native-select.has-error button.multiselect {
  border-color: #E71316 !important;
}
.form-wrapper .multiselect-cmp-wrapper:not(.options-selected) .multiselect-native-select.has-error + .multiselect-error-message {
  display: block;
}
.form-wrapper .multiselect-cmp-wrapper .multiselect-container input {
  border-color: #d8d8d8 !important;
}
