.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #e5e6e7;
  /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
  /*display: inline-block;*/
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 6px;
  padding-right: 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 5px;
  max-width: 100%;
  
  //width: 500px !important;
  width: 100% !important;
  display:block;
  
  line-height: 22px;
  cursor: text;

  /*
  min-height: 35px;
   */
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.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 input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  /*color: white;*/
  font-weight: 400 !important;
  color: #3f3f3f !important;
  margin-top: 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 5px;
  cursor: pointer;
  color: #aaa;
  font-size: 11px;
  font-weight: 600;
  text-shadow: none;
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: -1px;
  border-radius: 2px !important;
  padding: 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  background-color: #e5e5e5;
  color: #636363;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  content: "\f00d";
  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);*/
}
.tag.label.twitter-typeahead {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex;
}
.bootstrap-tagsinput .tt-input.new-item-border {
 /* border: 1px solid #919191 !important;*/
  border-radius: 5px;
  height: 23px;
  margin-top: 2px;
  margin-bottom: 1px;
/*  background-color: #d1dade !important;*/
  min-width: 50px !important;
  font-family: "Helvetica Neue", Helvetica, "Font Awesome 5 Pro";
  font-size: 13px !important;
}
.twitter-typeahead .warning-not-added {
  position: absolute;
  top: -9px;
  z-index: 10;
  right: -16px;
  border: 1px solid #f8ac59;
  border-radius: 13px;
  padding-left: 5px;
  font-size: 11px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  color: #f8ac59;
}