.tags-input{
    width: 100%;
}

.tags-input input{
    border: none;
    min-height: 30px;
}

.tags-input input:focus {
    border: none;
    box-shadow: none;
    outline: none;

}

/*.tags-input .tag {*/
/*    padding-top:2px ;*/
/*    padding-bottom: 2px;*/
/*    border: 2px solid #5f6368;*/
/*    border-radius: 10px;*/
/*    padding-left: 7px;*/
/*    padding-right: 7px;*/
/*    font-size: 12px;*/
/*    color: black;*/
/*    margin: 5px;*/
/*    display: inline-block;*/
/*}*/

.tags-input .tag {
    height: 30px;
    line-height: normal;
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 30px;
    color: #7d7d87;
    background-color: #f0f0f0;
    border: 1px solid rgba(94, 94, 117, 0.06);
    border-radius: 5px;
    margin: 0;
    position: relative;
    font-size: 14px;
    float: left;
    max-width: 99%;
    overflow: hidden;
    cursor: default;
    transition: padding .3s cubic-bezier(.645,.045,.355,1);
}

/*.tags-input .tag .text {*/
/*    margin-right: 5px;*/
/*    margin-top: 5px;*/
/*    display: block;*/
/*    float: left;*/
/*}*/

.tags-input .tag .text {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: margin .3s cubic-bezier(.645,.045,.355,1);
    margin: 0;
    line-height: 14px;
    float: none;
}

/*.tags-input .tag .close{*/
/*    border-radius: 50%;*/
/*    min-height: 20px;*/
/*    padding-left: 4px;*/
/*    cursor: pointer;*/
/*    cursor: pointer;*/
/*    padding-right: 4px;*/
/*    color: black;*/
/*    font-weight: bolder;*/
/*}*/

.tags-input .tag .close {
    right: unset;
    left: 10px;
    font-size: 14px;
    color: #a0a8ae;
    float: none;
    position: absolute;
    font-weight: 700;
    line-height: inherit;
    cursor: pointer;
    transition: all .3s;
    display: flex;
    margin-top: 1px;
    align-items: center;
}
