.tagbox-container {
    height: fit-content;
    /* border: 1px solid #444951; */
    background: transparent;
    border-radius: 8px;
    border-color: lightgray;
    color: #22272e;
    /* margin-top: 10px;
    padding: 0.45rem 0.75rem; */
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.tagbox-tagelement {
    font-size: 12px;
    background: #eee;
    border-radius: 25px;
    margin-right: 2px;
    margin-left: 2px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: fit-content;
    cursor: pointer;
}

.tagbox-tagelement:hover {
    background: #ddd;
}

.tagbox-addtagelement {
    font-size: 12px;
    background: #eee;
    border-radius: 25px;
    margin-right: 2px;
    margin-left: 2px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: fit-content;
    cursor: pointer;
}

.tagbox-addtagelement:hover {
    background: #ddd;
}

.tagbox-x {
    color: gray;
}

.tagbox-x:hover {
    color: lightgray;
}