.tagify {
    --tag-bg: #6f42c1;
    --tag-hover: #5a32a3;
    --tag-text-color: white;
    background-color: white;
    border: 1px solid #ccc;
    color: #333;
    text-align: left !important;
}
.tagify__input {
    color: #333 !important;
}
.tagify__input::placeholder {
    color: #999 !important;
}
.tagify__dropdown,
.tagify__dropdown__wrapper {
    background-color: #fff !important;
    color: #333 !important;
    border: 1px solid #ccc;
}
.tagify__dropdown__item--active {
    background-color: #0d6efd !important;
    color: white !important;
}
