.bootstrap-tagsinput {
  display: sblock;
  max-width: 100%;
  /* padding: 0.429rem 1.072rem; */
  line-height: 1.57142857;
  color: #757575;
  vertical-align: middle;
  cursor: text;
  background-color: #fff;
/*   border: 1px solid #dee2e6; */
  border-radius: 0.215rem;
  box-shadow: none; }
  .bootstrap-tagsinput input {
    width: auto !important;
    max-width: inherit;
    padding: 0 6px;
    margin: 0;
    line-height: inherit;
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none; }
    .bootstrap-tagsinput input:focus {
      border: none;
      box-shadow: none; }
  .bootstrap-tagsinput .form-control input::-moz-placeholder {
    color: #9e9e9e;
    opacity: 1; }
  .bootstrap-tagsinput .form-control input:-ms-input-placeholder {
    color: #9e9e9e; }
  .bootstrap-tagsinput .form-control input::-webkit-input-placeholder {
    color: #9e9e9e; }
  .bootstrap-tagsinput .tag {
    margin: 1px;
    margin-right: 2px;
    border: 1px solid transparent;
    background-color: rgb(164, 164, 164);
    border-radius: 8.5px;
    color: #fff;
    padding: 2px 2px 2px 2px;
    display: flex;
    width:auto;
     }
  
    .bootstrap-tagsinput .tag [data-role="remove"] {
      margin-left: 8px;
      cursor: pointer; }
      .bootstrap-tagsinput .tag [data-role="remove"]:after {
        padding: 0 2px;
        content: "x"; }
    .bootstrap-tagsinput .tag.label {
      display: inline-block;
      margin: 0 0 2px; }
