.tag-input-real {
    display: none!important;
}

.tag-input ul {
    display: flex;
    margin: 0;
    padding: 5px;
    height: calc(100% - 10px);
    flex-wrap: wrap;
}

.tag-input ul li button {
    border-radius: 50%;
    box-shadow: none;
    text-shadow: none;
    width: 20px;
    height: 20px;
    line-height: 12px;
    text-align: center;
    margin: 0 5px 0 0;
    padding: 0;
    font-size: 20px;
}

.tag-input ul li {
    display: flex;
    align-items: center;
    background: #89CFF0;
    color: #fff;
    height: 24px;
    margin-right: 5px;
    border-radius: 20px;
    border: 2px solid #1578a7;
}

.tag-input ul li span {
    padding: 0 5px;
}

.tag-input {
    min-height: 40px;
    float: right;
    width: 60%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tag-input input {
    height: 100%;
    border: none;
    background: transparent;
}