@import '../../../../vendor/filafly/brisk/resources/css/theme.css';

@source '../../../../app/Filament/Admin/**/*';
@source '../../../../resources/views/filament/admin/**/*';
@source '../../../../vendor/gboquizosanchez/filament-log-viewer/resources/views/**/*.blade.php';
@source '../../../../vendor/jeffgreco13/filament-breezy/resources/**/*';
@source '../../../../vendor/diogogpinto/filament-auth-ui-enhancer/resources/**/*.blade.php';
@source '../../../../vendor/awcodes/light-switch/resources/**/*.blade.php';
@source '../../../../vendor/awcodes/overlook/resources/**/*.blade.php';
@source '../../../../vendor/bezhansalleh/filament-language-switch/resources/views/**/*.blade.php';
[x-cloak] {
    display: none !important;
}

.grid-image .filepond--item {
    width: calc(33.3% - 0.5em);
}

@media (min-width: 1024px) {
    .filament-input-group > .grid {
        gap: 0;
    }

    .filament-input-group > .grid > :first-child .filament-forms-input,
    .filament-input-group > .grid > :first-child .filament-forms-input .choices__inner {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .filament-input-group > .grid > :not(:first-child):not(:last-child) .filament-forms-input,
    .filament-input-group > .grid > :not(:first-child):not(:last-child) .filament-forms-input .choices__inner {
        border-radius: 0;
        border-left: none;
    }

    .filament-input-group > .grid > :last-child .filament-forms-input,
    .filament-input-group > .grid > :last-child .filament-forms-input .choices__inner {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: none;
    }
}
