.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 15px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border-radius: 0.375rem;
  box-shadow: 1px 1px 5px #3232473d;
  padding: 0 6px;
  margin: 0;
  height: 30px;
  width: auto;
  min-width: 100px;
  max-width: inherit;
}

.bootstrap-tagsinput input:focus, .bootstrap-tagsinput input:focus-visible {
  background-color: #fff;
  border-color: #8d96a3;
  box-shadow: 0 1px 2px rgb(50 50 71 / 8%), 0 0 0 3px rgb(92 96 245 / 25%);
  color: #16192c;
  outline-color: rgba(255, 255, 255, 0);
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput .tag {
  cursor: context-menu;
  margin: 5px 3px 5px 0;
  position: relative;
  padding: 3px 8px;
  border-radius: 4px;
  color: #FFFFFF;
  background-color: #1b9ce5;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  line-height: 1.5em;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
  color: #d91616;
  font-weight: bold;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
