.tagsList{
    display: flex;
    flex-wrap: wrap;
    border: none;
    padding-left: 0px;
}
.tagsList  li{
    color: #fff;
    list-style: none;
    background: rgb(50,117,212);
    padding: 5px 8px 5px 10px;
    margin-right: 1px;
    margin-top: 1px;
}
.tagsList li span{
    height: 15px;
    width: 15px;
    margin-left: 3px;
    cursor: pointer;
    padding: 2px;
    justify-content: center;
}
.tagsList input{
    flex: 1;
    font-size: 14px;
    background: transparent;
}

.simple-tags-input-search-list {
    position: relative;
    padding-left: 0px;
    border: 1px solid lightgrey;
    margin-top: 5px;
    max-height: 200px;
    overflow-y: auto;
}
.simple-tags-input-search-list li{
    list-style: none;
    border-bottom: 1px solid lightgrey;
    padding: 5px;
    cursor: pointer;
}

.simple-tags-input-search-list li:hover {
    background: #f5f5f5;
    font-weight: 600;
}
