.form-group.fl-typeahead .selectize-input {
  width: 100%;
  padding: 12px 10px;
  background: #fff;
  border: 1px solid #e4e9eb;
  cursor: pointer;
}

.form-group.fl-typeahead .selectize-input input {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.form-group.fl-typeahead.readonly .selectize-input {
  border-color: #e1e1e1;
}

.form-group.fl-typeahead.readonly .selectize-input > .item {
  background-color: #e5e5e5;
  color: #fff;
}

.form-group.fl-typeahead .selectize-input input::placeholder {
  color: #9ea0b6;
}

.form-group.fl-typeahead .selectize-input.focus {
  border-color: #474a74;
}

.form-group.fl-typeahead .selectize-dropdown {
  border-radius: 4px;
  border: 1px solid #e1dfe0;
  background: #fff;
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.18);
  margin-top: 5px;
}

.form-group.fl-typeahead .selectize-dropdown .option {
  padding: 7px 12px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-group.fl-typeahead .selectize-dropdown .option.active,
.form-group.fl-typeahead .selectize-dropdown .option.selected.active {
  background-color: #1e9dbd;
  color: #fff;
}

.form-group.fl-typeahead .selectize-dropdown .option.selected {
  background-color: #ffffff;
}

.form-group.fl-typeahead .selectize-dropdown .option.selected::after {
  content: "\2713";
  position: absolute;
  right: 0;
  color: #474a74;
  padding: 0 5px;
  font-size: 16px;
}

.form-group.fl-typeahead .selectize-input > .item {
  padding: 6px 5px 6px 8px;
}

.form-group.fl-typeahead .selectize-input > .item,
.form-group.fl-typeahead .selectize-input > .item.active {
  font-weight: 500;
  background-color: #1aa5c7;
  color: #fff;
  border-radius: 8px;
  word-break: break-word;
}

.form-group.fl-typeahead .selectize-input > .item .remove {
  border-left: none;
  padding: 0;
  margin: 0 5px;
}

.form-group.fl-typeahead.readonly .selectize-input > .item .remove {
  display: none;
}

.selectize-control.plugin-remove_button .item {
  padding-right: 5px !important;
}

.text-danger {
  color: #bb0c0c;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1px;
}
