.containerTag .content {
    border: 1px solid #fafbfb;
    border-radius: 8px;
    cursor: text;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0em;
    background: #fff;
}
.containerTag .content .tags-and-input {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.containerTag .content .tags-and-input .tag {
    margin-left: 5px;
    margin-bottom: 4px;
    margin-top: 4px;
    background: #aee8e9;
    text-align: center;
    border-radius: 8px;
    position: relative;
    user-select: text;
    overflow: hidden;
    color: #2f2f33;
    padding: 0px 12px;
    line-height: 32px;
    height: 32px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.containerTag .content .tags-and-input .tag:hover {
    background: #41c8d0;
}
.containerTag .content .tags-and-input .tag::selection {
    background-color: #ced4da;
}
.containerTag .content .tags-and-input .tag svg {
    cursor: pointer;
    margin-left: 10px;
}
.containerTag .content .tags-and-input .tag svg:hover {
    color: #2f2f33;
}
.containerTag .content .tags-and-input .input {
    font-size: 15px;
    color: #555;
    width: 20%;
    flex-grow: 1;
    border: none;
    outline: none;
    font-weight: 400;
    padding: 4.5px 8px;
    height: 40px;
}
.text--trackInputInfo {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 110%;
    color: #7b7b7b;
}
.containerTag .errors {
    padding: 20px 10px 10px 10px;
}
.containerTag .errors .error {
    color: #df2935;
    font-size: 14px;
    display: none;
    font-weight: 400;
}
.disabled {
    pointer-events: none;
    opacity: 0.5;
}