.custom-phone-input-wrapper{align-items:center;gap:8px;width:100%;display:flex}.custom-phone-input-wrapper .PhoneInputCountry{border-bottom:2px solid var(--rail);cursor:pointer;background:0 0;align-items:center;padding:8px 12px;transition:border-color .2s;display:flex}.custom-phone-input-wrapper .PhoneInputCountry:hover{border-bottom-color:var(--signal)}.custom-phone-input-wrapper .PhoneInputCountryIcon{border-radius:2px;width:24px;height:18px;overflow:hidden}.custom-phone-input-wrapper .PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #0000001a}.custom-phone-input-wrapper .PhoneInputCountrySelectArrow{border-style:solid;border-color:var(--text-muted);opacity:.7;border-width:0 2px 2px 0;width:8px;height:8px;margin-left:8px;transition:opacity .2s;transform:rotate(45deg)}.custom-phone-input-wrapper .PhoneInputCountry:hover .PhoneInputCountrySelectArrow{opacity:1}.custom-phone-input-wrapper .PhoneInputInput{border:none;border-bottom:2px solid var(--rail);width:100%;color:var(--text);background:0 0;outline:none;flex:1;padding:10px 0;font-size:16px;transition:border-color .2s}.custom-phone-input-wrapper .PhoneInputInput::placeholder{color:var(--text-muted)}.custom-phone-input-wrapper .PhoneInputInput:focus{border-bottom-color:var(--signal)}.custom-phone-input-wrapper .PhoneInputInput:focus-visible{box-shadow:0 0 0 3px var(--signal-soft);outline:none}.custom-phone-input-wrapper .PhoneInputInput:hover{border-bottom-color:var(--rail-strong)}.custom-phone-input-wrapper .PhoneInputCountrySelect{opacity:0;cursor:pointer;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.custom-phone-input-wrapper .PhoneInputCountrySelect option{padding:8px 12px}.custom-phone-input-wrapper:focus-within .PhoneInputCountry{border-bottom-color:var(--signal)}
