.PhoneInput{gap:.5rem}.PhoneInput,.PhoneInputCountry{display:flex;align-items:center}.PhoneInputCountry{position:relative;flex-shrink:0;height:var(--phone-input-height,2.5rem);min-width:3.75rem;justify-content:center;padding:0 .625rem;border-radius:.75rem;border:1px solid var(--phone-input-border,#e5e7eb);background:var(--phone-input-bg,white);box-sizing:border-box}.PhoneInputCountryIcon{width:1.5rem;height:1rem;box-shadow:none;border:none;background:transparent;flex-shrink:0}.PhoneInputCountryIcon--border{box-shadow:none;background:transparent;border:none;padding:0}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputCountrySelect{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:1}.PhoneInputCountrySelectArrow{display:none}.PhoneInputInput{flex:1;min-width:0;height:var(--phone-input-height,2.5rem);box-sizing:border-box;border-radius:.75rem;border:1px solid var(--phone-input-border,#e5e7eb);background:var(--phone-input-bg,white);padding:0 .75rem;font-size:var(--phone-input-font-size,.875rem);line-height:1.25;color:var(--phone-input-text,#111827)}.PhoneInputInput::placeholder{color:var(--phone-input-placeholder,#9ca3af)}.PhoneInputInput:focus{outline:none;border-color:var(--phone-input-focus,#6b7280)}[dir=rtl] .PhoneInput .PhoneInputInput{text-align:right}