div.tagsinput {
    width: 100%;
    overflow-y: auto;
}

div.tagsinput span.tag {
    padding: 0.3em 0.3em 0.3em 0.7em;
    text-decoration: none;
    background-color: #f6f6f6;
    color: #000;
    margin-bottom: 0.7em;
    font-size: 0.9em;
    position: relative;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content:  space-between;
}

div.tagsinput span.tag a {
    color: #fff;
    text-decoration: none;
    background-color: #008a00;
    width: 2em;
    height: 2em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

div.tagsinput span.tag a:hover {
    cursor: pointer;
}
div.tagsinput input {
    width:100%!important;
    height: 2.3em;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 0 0.5em;
    margin-bottom: 0.7em;
    transition: all ease-out 0.3s;
    outline: none;
    color:#fff!important;
}
div.tagsinput input::-webkit-input-placeholder {
    color:#ccc!important;
}

div.tagsinput div {
    display: block;
}

.tags_clear {
    clear: both;
    width: 100%;
    height: 0;
}

.not_valid {
    background: #a00 !important;
    color: #fff!important;
}
