.fi-ta-checkbox input[type="checkbox"] {
    @apply w-5 h-5 rounded border-black text-blue-500;
}
.choices__list--dropdown .choices__item--choice.is-highlighted {
    background-color: #22c55e !important; /* Replace with your desired hex color */
}
