.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0;border:none;outline:none;background:transparent;font-size:.875rem;line-height:1.25rem;color:hsl(var(--foreground))}.PhoneInputInput:focus{outline:none}.PhoneInputInput::-moz-placeholder{color:hsl(var(--muted-foreground))}.PhoneInputInput::placeholder{color:hsl(var(--muted-foreground))}.PhoneInputCountry{margin-right:.5rem;display:flex;align-items:center}.PhoneInputCountryIcon{width:1.5rem;height:1rem;margin-right:.25rem}.PhoneInputCountrySelect{border:none;background:transparent;cursor:pointer;outline:none;font-size:.875rem;color:hsl(var(--foreground));padding:.25rem;border-radius:.25rem}.PhoneInputCountrySelect:hover{background:hsl(var(--accent))}.PhoneInputCountrySelect:focus{outline:none;box-shadow:0 0 0 2px hsl(var(--ring))}.PhoneInputCountrySelect option{background:hsl(var(--background));color:hsl(var(--foreground));padding:.5rem}.PhoneInputCountrySelectArrow{margin-left:.25rem;width:.5rem;height:.5rem;opacity:.5;color:hsl(var(--foreground))}select.PhoneInputCountrySelect{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:hsl(var(--background));color:hsl(var(--foreground));border:1px solid hsl(var(--border));border-radius:.375rem;padding:.5rem 2rem .5rem .5rem;max-height:300px;overflow-y:auto}select.PhoneInputCountrySelect option{background-color:hsl(var(--background));color:hsl(var(--foreground));padding:.5rem}select.PhoneInputCountrySelect option:checked,select.PhoneInputCountrySelect option:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}@media (prefers-color-scheme:dark){.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px rgba(255,255,255,.5)}select.PhoneInputCountrySelect{border-color:hsl(var(--border))}select.PhoneInputCountrySelect,select.PhoneInputCountrySelect option{background-color:hsl(var(--background));color:hsl(var(--foreground))}}