
 .bootstrap-tagsinput {
    
    border-bottom: 1px solid #e4e4e4 !important;
    cursor: text; 
    display: flex;
    flex-wrap: wrap;
    min-height: 38px;
    align-items: center;
  }
  .bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: 100%;
    font-family: 'Futura PT';
    letter-spacing: 0.5px;
    font-size: 14px;
    flex:1;
  }
  .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: 3px;
    color: #5599ff;
    word-break: break-all;
    height: 26px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  .bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
  }
  .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);
  }
  .tag {
    border: 1px solid #5599ff;
    border-radius: 4px;
    background-color: #f5f8ff;
    padding: 2px 6px;
  }




  .tt-dataset.tt-dataset-states .tt-suggestion {
    background: white;
    padding: 0.5rem !important;
}
.tt-dataset.tt-dataset-states {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    max-height: 150px;
    overflow: auto;
    width:200px;
}

.tt-dataset.tt-dataset-states .tt-suggestion:hover{
        color: #21324f !important;
    background-color: #fdeee4;
    border-color: #fd8e42;
    cursor:pointer;
}
.tt-dataset.tt-dataset-states  .tt-highlight{
    color:#f84c24;
}