.phone-input-custom{width:100%;display:flex;align-items:center;gap:8px}.phone-input-custom .PhoneInputInput{padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s;width:100%;font-family:inherit;height:42px}.phone-input-custom .PhoneInputInput:focus{border-color:#1578e9;box-shadow:0 0 0 2px rgba(21,120,233,.08)}.phone-input-custom .PhoneInputInput:disabled{background-color:#f3f4f6;cursor:not-allowed}.phone-input-custom .PhoneInputCountry{margin-right:0;display:flex;align-items:center;gap:6px;padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;background-color:white;transition:border-color .2s;height:42px;min-width:80px}.phone-input-custom .PhoneInputCountry:hover{border-color:#9ca3af}.phone-input-custom .PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.phone-input-custom .PhoneInputCountrySelect:disabled{cursor:not-allowed}.phone-input-custom .PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 2px rgba(21,120,233,.2)}.phone-input-custom .PhoneInputCountryIcon{width:20px;height:14px;flex-shrink:0;overflow:hidden;border-radius:2px}.phone-input-custom .PhoneInputCountryIcon--border{box-shadow:0 0 0 1px rgba(0,0,0,.1)}.phone-input-custom .PhoneInputCountryIconImg{display:block;width:100%;height:100%;object-fit:cover}.phone-input-custom .PhoneInputCountrySelectArrow{opacity:.4;margin-left:auto;width:.3em;height:.3em;border-right:1px solid;border-bottom:1px solid;transform:rotate(45deg);flex-shrink:0}.phone-input-custom .PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:.8;color:#1578e9}