@import "/vendor/filament/filament/resources/css/theme.css";

@config 'tailwind.config.js';

.fi-input-wrp {
    @apply bg-gray-50 dark:bg-gray-800;
}

.choices {
    @apply rounded-lg;
}

.choices,
.choices .choices__input,
.choices .choices__list {
    @apply bg-gray-50 dark:bg-gray-800;
}
