.PhoneInput,.PhoneInputCountry{position:relative;display:flex;align-items:center}.PhoneInputCountry{align-self:stretch;margin-right:.5rem;padding:0 .5rem;border-right:1px solid hsl(var(--border));background:transparent}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer;background:transparent}.PhoneInputCountryIcon{width:1.5rem;height:1rem;border-radius:2px;overflow:hidden}.PhoneInputCountryIcon,.PhoneInputCountryIcon--border{background-color:hsl(var(--muted))}.PhoneInputCountrySelectArrow{display:block;content:"";width:.3rem;height:.3rem;margin-left:.5rem;border-style:solid;border-color:hsl(var(--muted-foreground));border-width:0 1px 1px 0;transform:rotate(45deg)}.PhoneInputInput{flex:1;min-width:0;border:none;outline:none;background:transparent;font-size:.875rem;line-height:1.25rem;color:hsl(var(--foreground))}.PhoneInputInput::placeholder{color:hsl(var(--muted-foreground))}.PhoneInputInput:focus{outline:none}.PhoneInput:focus-within{outline:1px solid hsl(var(--ring));outline-offset:1px;border-radius:.375rem}.PhoneInput--disabled{opacity:.5;cursor:not-allowed}.PhoneInput--disabled .PhoneInputCountrySelect,.PhoneInput--disabled .PhoneInputInput{cursor:not-allowed}