div.tagsinput {
    overflow-y: auto;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;

    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    background: #061D21;
    /*border: 1px solid rgba(84, 110, 122, 0.5);*/
    border-radius: 10px;
    width: 100%;
    padding: 0.5em;
    font-size: 12px;
}

div.tagsinput span.tag {
    border: transparent;
    -moz-border-radius: 2px;
    display: block;
    float: left;
    padding: 5px;
    text-decoration: none;
    background: #04d0bd40;
    color: #ffffff;
    /*margin-right: 5px;*/
    font-size: 12px;
    border-radius: 5px;
}

div.tagsinput span.tag span {
    white-space: nowrap;
}

div.tagsinput span.tag a {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
}

div.tagsinput input {
    width: 80px !important;
    margin: 0;
    font-family: helvetica;
    font-size: 13px;
    border: 1px solid transparent;
    padding: 5px;
    background: #04d0bd80 !important;
    border-radius: 5px;
    color: #000;
    outline: 0px;
    /*margin-right: 5px;*/
    /*margin-bottom: 5px;*/
}

div.tagsinput div {
    display: block;
    float: left;
}

.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}

.not_valid {
    background: #FBD8DB !important;
    color: #90111A !important;
}