/*
 * bootstrap-tagsinput v0.8.0
 * 
 */

.bootstrap-tagsinput {
    background-color: #fff;
    display: inline-block;
    padding: .85rem 1.15rem;
    color: #555;
    vertical-align: middle;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    width: 100%;
    line-height: 1.25;
    cursor: text;
}

.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
    font-family: sans-serif, Arial;
}

.bootstrap-tagsinput input:first-child {
    padding: 0 0;
}

.bootstrap-tagsinput:focus-within {
    color: #575962;
    background-color: #fff;
    outline: 0;
    border-color: #716aca;
    -webkit-box-shadow: none;
    box-shadow: none
}

.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 .badge {
    font-size: 1rem;
    font-weight: 300;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    border: 1px solid #ebedf2;
    background-color: #ebedf2;
    color: #575962;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 5px;
}

.bootstrap-tagsinput .badge [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}

.bootstrap-tagsinput .badge [data-role="remove"]:after {
    content: "×";
    border-radius:50%;
    font-size:13px
}
