.InputfieldTextTags label.pw-hidden {
  display: none;
}
.InputfieldTextTags input.InputfieldTextTagsSelect:not(.selectized),
.InputfieldTextTags input.InputfieldTextTagsInput:not(.selectized) {
  color: #f0f3f7;
}
.InputfieldTextTags .InputfieldPageAdd {
  display: none;
}

.Inputfield .selectize-input {
  border: 1px solid #b1c3d4 #cbd7e3 #cbd7e3 #cbd7e3;
  border-color: #b1c3d4 #cbd7e3 #cbd7e3 #cbd7e3;
  box-shadow: none;
}
.Inputfield .selectize-input:not(.has-items) {
  background: #f0f3f7;
}
.Inputfield .selectize-input.dropdown-active {
  padding-bottom: 7px;
}
.Inputfield .selectize-control.multi .selectize-input.has-items > div {
  background: #f0f3f7;
  white-space: nowrap;
  border: 1px solid #cbd7e3;
  border-radius: 3px;
}
.Inputfield .selectize-control.multi .selectize-input.has-items > div a.remove {
  color: #555;
}
.Inputfield .selectize-control.single .selectize-input {
  background: #f0f3f7;
  font-size: inherit;
}

.AdminThemeUikit .Inputfield .selectize-control.single .selectize-input:not(.uk-form-small) {
  padding-top: 10px;
  padding-bottom: 8px;
  height: 40px;
}
.AdminThemeUikit .Inputfield .selectize-control.single:has(.selectize-input:not(.uk-form-small)) {
  height: 40px;
}

/*# sourceMappingURL=InputfieldTextTags.css.map */
