.bootstrap-tagsinput{
    min-height:38px;
   	padding: .225rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
   	background-color:#fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    text-align: left;
   
}
 .bootstrap-tagsinput .tag{
    position: relative;
    display: inline-block;
    height: 21px;
    padding: 5px 10px;
    margin: 0;
    overflow: hidden;
    font-size: 13px;
    line-height: .8;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
    background-color: #1abb9a;
    border-radius: .25rem;
    -webkit-transition: .25s linear;
    transition: .25s linear;
}
 .bootstrap-tagsinput .tag > span{
    position:absolute;
    top:5px;
    right:0;
    bottom:0;
    z-index:2;
    width:100%;
    padding:0 10px 0 0;
    font-size:12px;
    color:#fff;
    text-align:right;
    text-decoration:none;
    cursor:pointer;
    filter:alpha(opacity=0);
    opacity:0;
    -webkit-transition:opacity .25s linear;
    transition:opacity .25s linear;
}
 .bootstrap-tagsinput .tag > span:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900!important;
    content: "\f00d";
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
 .bootstrap-tagsinput .tag:hover{
    padding-right:28px;
    padding-left:14px;
    color:#fff;
    background-color:#0f3542;
}
 .bootstrap-tagsinput .tag:hover > span{
    filter:none;
    opacity:1;
    -webkit-filter:none;
}
 .bootstrap-tagsinput input[type="text"]{
    width:auto !important;
    min-width:80px;
    max-width:inherit;
    height:29px;
    padding:0;
    margin:0;
    font-size:14px;
    color:#34495e;
    vertical-align:top;
    background-color:transparent;
    border:none;
    outline:none;
    box-shadow:none;
}
 .bootstrap-tagsinput input[type="text"]:first-child{
    height:23px;
    margin:3px 0 3px;
    width: 100%!important;
}
 .tags_clear{
    width:100%;
    height:0;
    clear:both;
}
 .not_valid{
    margin-left:5px !important;
    color:#90111a !important;
    background:#fbd8db !important;
}
 .tagsinput-primary{
    margin-bottom:18px;
}
 .tagsinput-primary .bootstrap-tagsinput{
    margin-bottom:0;
    border-color:#1abc9c;
}
 .tagsinput-primary .tag{
    color:#fff;
    background-color:#1abc9c;
}
 .tagsinput-primary .tag:hover{
    color:#fff;
    background-color:#16a085;
}
 .bootstrap-tagsinput .twitter-typeahead{
    width:auto;
    vertical-align:top;
}
 .bootstrap-tagsinput .twitter-typeahead .tt-input{
    min-width:200px;
}
 .bootstrap-tagsinput .twitter-typeahead .tt-dropdown-menu{
    width:auto;
    min-width:120px;
    margin-top:11px;
}