.input-active ~ .selectize-dropdown.complex {
  display: block !important;
}

button.selectize-complex-create {
  width: calc(100% - 10px) !important;
  margin: 5px !important;
}

.selectize-dropdown .option:empty:after {
  content: "\00a0";
}

.selectize-dropdown {
  z-index: 999999;
}

.selectize-control.plugin-clear_button .clearAll {
  font-size: 26px;
  position: absolute;
  right: 25px;
  z-index: 10;
  top: -2px;
  cursor: pointer;
  color: grey;
  outline: none;
}

.selectize-control.single .selectize-input:after {
  margin-top: -1px;
  right: 10px;
}