.label-info {
    background-color: var(--main-color) !important;
}

.label {
    display: inline-block;
    padding: .4em;
    font-size: 90%;
    /* font-weight: 700; */
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .50rem !important;
    line-height: .80rem;
    margin-bottom: 1px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bootstrap-tagsinput{
    /* border: 1px solid red; */
    width: 100%;
}
.bootstrap-tagsinput input{
    /* border: 1px solid red; */
    width: 100%;
    text-transform: lowercase !important;
}
.bootstrap-tagsinput input::placeholder{
    font-size: 0.9rem !important;
}