/* bootstrap taginput bg and border */
.tag.badge {
    background-color: #6861ce;
}
.bootstrap-tagsinput {
    border: 2px solid #edeff3;
    width: 100%;
}