/*
|--------------------------------------------------------------------------
| Filament Phone Input custom styles
|--------------------------------------------------------------------------
|
| This file is loaded after the package CSS when it exists at:
|
| resources/css/vendor/erlenwald/filament-phone-input/phone-input.css
|
| Publish it with:
|
| php artisan vendor:publish --tag=filament-phone-input-styles
| php artisan filament:assets
|
| You may override CSS variables or component classes here.
|
*/

/*
|--------------------------------------------------------------------------
| Use SVG flag atlases instead of WebP
|--------------------------------------------------------------------------
|
| By default, the package uses WebP flag atlases for smaller asset size.
| Uncomment these rules if you prefer SVG atlases.
|
*/

/*
.fi-phone-input__flag-aspect-1x1 {
    --fi-phone-input-flag-atlas-1x1: url('/vendor/erlenwald/filament-phone-input/flags/atlas-1x1.svg');
}

.fi-phone-input__flag-aspect-4x3 {
    --fi-phone-input-flag-atlas-4x3: url('/vendor/erlenwald/filament-phone-input/flags/atlas-4x3.svg');
}
*/

/*
|--------------------------------------------------------------------------
| Other examples
|--------------------------------------------------------------------------
*/

/*
.fi-phone-input__country-button {
    min-width: 3.75rem;
}
*/

/*
.fi-phone-input__flag,
.fi-phone-input__option-flag {
    border-radius: 0.1875rem;
}
*/