.tagsList {
    display: flex;
    flex-wrap: wrap;
    border: none;
    padding-left: 0px;
}

.tagsList li {
    color: #212121;
    list-style: none;
    border-radius: 5px;
    background: #F7FAFF;
    padding: 5px 8px;
    border: 1px solid #d9d9d9;
    margin-right: 5px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 24px;
}

.tagsList li span {
    height: 16px;
    width: 16px;
    line-height: 16px;
    color: #fff;
    margin-left: 3px;
    font-size: 10px;
    cursor: pointer;
    background: #1E55BD;
    display: inline-block;
    border-radius: 50%;
    font-weight: 800;
    text-align: center;
    transform: translateY(-2px);
}

.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 p {
    display: none;
}

.simple-tags-input-search-list li {
    padding: 8px 10px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.simple-tags-input-search-list li:hover {
    background: #f5f5f5;
    color: #212121;
}