.children-tagify-wrapper {
    width: 100%;
}

.children-tagify-wrapper > tags.children-tagify {
    border: 1px solid #ced4da !important;
    border-radius: .313rem !important;
    width: 100% !important;
    line-height: 1.5 !important;
    box-sizing: border-box !important;
}

.children-tagify-wrapper > tags.children-tagify > tag {
    border-radius: .313rem !important;
}

.children-tagify-wrapper .tagify__tag {
    background-color: #e0e0e0 !important;
    border-color: #bdbdbd !important;
    color: #333 !important;
}

.children-tagify-wrapper .tagify__tag-text {
    color: #333 !important;
}

.children-tagify-wrapper .tagify__tag__removeBtn {
    color: #666 !important;
}

.children-tagify-wrapper .tagify__tag__removeBtn {
    color: #666 !important;
    opacity: 1 !important;
    visibility: visible !important;
}