.phone-input-container{width:100%}.styled-phone-input{display:flex;align-items:center;border:1px solid #d9d9d9;border-radius:10px;padding:0 11px;transition:all .2s;width:100%;height:32px;background:#fff}.styled-phone-input:hover{border-color:#fdcc00}.styled-phone-input:focus-within{border-color:#fdcc00;box-shadow:0 0 0 2px rgba(253,204,0,.2)}.styled-phone-input .PhoneInputInput{border:none;outline:none;height:100%;background:transparent;font-size:14px;color:rgba(0,0,0,.88)}.styled-phone-input .PhoneInputCountry{margin-right:8px}.custom-phone-input{display:flex;align-items:center;border:none;border-bottom:1px solid #e0e0e0;border-radius:0;padding:8px 0;transition:all .3s ease;width:100%;height:40px;background:#fff;position:relative}.custom-phone-input:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:#fdcc00;transition:all .3s ease;transform:translateX(-50%)}.custom-phone-input:hover:after{width:100%}.custom-phone-input:hover{border-bottom-color:transparent}.custom-phone-input .PhoneInputInput{border:none;outline:none;height:100%;background:transparent;font-size:14px;color:rgba(0,0,0,.88);padding:0;margin:0}.custom-phone-input .PhoneInputCountry{margin-right:8px}.custom-phone-input .PhoneInputCountry,.custom-phone-input .PhoneInputCountryIcon{display:flex;align-items:center;height:100%}.custom-phone-input .PhoneInputCountrySelect{display:flex;align-items:center;height:100%;border:none;background:transparent}.custom-phone-input .PhoneInputCountrySelectArrow{border:none;outline:none}.custom-phone-input .PhoneInputCountryIcon,.custom-phone-input .PhoneInputCountryIcon--square{border:none;box-shadow:none;background:transparent!important}.custom-phone-input .PhoneInputCountrySelect:after,.custom-phone-input .PhoneInputCountrySelect:before{display:none}.custom-phone-input .PhoneInputCountry select{background:transparent!important}.custom-phone-input.custom-phone-input--compact{padding:0 4px;height:28px;border-bottom:1px solid #e0e0e0;background:transparent;box-shadow:none;gap:6px}.custom-phone-input.custom-phone-input--compact:after{display:none}.custom-phone-input.custom-phone-input--compact .PhoneInputInput{font-size:13px;height:20px;line-height:20px;padding:0;text-overflow:ellipsis;overflow:hidden}.custom-phone-input.custom-phone-input--compact .PhoneInputCountry{height:100%;margin-right:6px}.custom-phone-input.custom-phone-input--compact .PhoneInputCountryIcon,.custom-phone-input.custom-phone-input--compact .PhoneInputCountryIcon--square,.custom-phone-input.custom-phone-input--compact .PhoneInputCountrySelect{height:20px;padding:0;border:none;box-shadow:none;background:transparent!important}.custom-phone-input.custom-phone-input--compact .PhoneInputCountrySelectArrow{display:none}.lightweight-phone-display{display:flex;align-items:center;gap:8px;width:100%;padding:0 4px;border-bottom:1px solid #e0e0e0;background:transparent;height:28px}.lightweight-phone-display .phone-flag{width:18px;text-align:center;font-size:14px;line-height:1;flex-shrink:0}.lightweight-phone-display .phone-text{font-size:13px;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:rgba(0,0,0,.88);width:100%}