:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,.1)}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.international-phone-input{margin-bottom:0}.international-phone-input .phone-input-label{display:inline-block;margin-bottom:.5rem;font-weight:500;color:#333;font-size:14px;margin-right:10px}.international-phone-input .phone-input-label .required{color:#ff4d4f}.international-phone-input .phone-input-label .country-info{margin-left:8px;color:#666;font-weight:400}.international-phone-input .phone-input-wrapper{position:relative;width:100%}.international-phone-input .phone-input-wrapper.large .PhoneInput{height:51px}.international-phone-input .phone-input-wrapper.medium .PhoneInput{height:40px}.international-phone-input .phone-input-wrapper.small .PhoneInput{height:32px}.international-phone-input .phone-input-wrapper.has-error .PhoneInput{border-color:#ff4d4f;box-shadow:0 0 0 2px rgba(255,77,79,.2)}.international-phone-input .phone-input-wrapper.is-valid .PhoneInput{border-color:#52c41a;box-shadow:0 0 0 2px rgba(82,196,26,.2)}.international-phone-input .phone-input-wrapper .validation-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);z-index:10}.international-phone-input .phone-input-wrapper .validation-icon.valid{color:#52c41a}.international-phone-input .phone-input-wrapper .validation-icon.invalid{color:#ff4d4f}.international-phone-input .phone-input-error{margin-top:.25rem;font-size:12px;color:#ff4d4f}.international-phone-input .phone-input-info{margin-top:.25rem}.international-phone-input .phone-input-info small{color:#52c41a;font-size:12px}.PhoneInput{display:flex;align-items:center;width:100%;border:1px solid #e1e1e1;border-radius:6px;background:#fafbfc;transition:all .3s ease;font-size:14px;min-height:51px;height:51px;padding:10px 0 10px 10px}.PhoneInput:hover{border-color:#5c6ac4}.PhoneInput:focus-within{border-color:#5c6ac4;box-shadow:0 0 0 2px rgba(92,106,196,.2);outline:none}.PhoneInput .PhoneInputCountrySelect{border:none;background:transparent;padding:0 8px;margin-right:8px;cursor:pointer;display:flex;align-items:center;min-width:60px}.PhoneInput .PhoneInputCountrySelect:focus{outline:none}.PhoneInput .PhoneInputCountrySelect .PhoneInputCountrySelectArrow{margin-left:4px;color:#666}.PhoneInput .PhoneInputCountryIcon{width:20px;height:15px;border-radius:2px;margin-right:4px}.PhoneInput .PhoneInputInput{border:none;background:transparent;outline:none;flex:1 1;font-size:14px;color:#333;height:100%;line-height:1.4}.PhoneInput .PhoneInputInput::placeholder{color:#999}.PhoneInput .PhoneInputInput:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed}.PhoneInput.PhoneInput--disabled{background-color:#f5f5f5;border-color:#d9d9d9;cursor:not-allowed}.PhoneInput.PhoneInput--disabled .PhoneInputCountrySelect{cursor:not-allowed}.PhoneInputCountrySelectDropdown{background:#fff;border:1px solid #e1e1e1;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.15);max-height:200px;overflow-y:auto;z-index:1000}.PhoneInputCountrySelectDropdown .PhoneInputCountrySelectOption{display:flex;align-items:center;padding:8px 12px;cursor:pointer;transition:background-color .2s}.PhoneInputCountrySelectDropdown .PhoneInputCountrySelectOption:hover{background-color:#f5f5f5}.PhoneInputCountrySelectDropdown .PhoneInputCountrySelectOption--selected{background-color:#e6f7ff;color:#1890ff}.PhoneInputCountrySelectDropdown .PhoneInputCountrySelectOption .PhoneInputCountryIcon{margin-right:8px}.PhoneInputCountrySelectDropdown .PhoneInputCountrySelectOption .PhoneInputCountrySelectOptionLabel{flex:1 1;font-size:14px}.PhoneInputCountrySelectDropdown .PhoneInputCountrySelectOption .PhoneInputCountrySelectOptionCallingCode{color:#666;font-size:12px}@media(max-width:768px){.international-phone-input .PhoneInput,.international-phone-input .phone-input-label{font-size:13px}.international-phone-input .PhoneInput .PhoneInputInput{padding:10px 6px}}.vendor-input-phone .international-phone-input{margin-bottom:0}.vendor-input-phone .international-phone-input .phone-input-wrapper .PhoneInput{border-color:#e1e1e1;background:#fafbfc}.vendor-input-phone .international-phone-input .phone-input-wrapper .PhoneInput:hover{border-color:#5c6ac4}.vendor-input-phone .international-phone-input .phone-input-wrapper .PhoneInput:focus-within{border-color:#5c6ac4;box-shadow:0 0 0 2px rgba(92,106,196,.2)}.verify-input-wrapper{position:relative}.verify-input-wrapper .international-phone-input .phone-input-wrapper{min-height:51px;display:flex;align-items:center;position:relative}.verify-input-wrapper .international-phone-input .phone-input-wrapper .PhoneInput{width:100%;height:51px;display:flex;align-items:center}.verify-input-wrapper .verified-badge-inside,.verify-input-wrapper .verify-inline-btn-inside{position:absolute;right:12px;top:66%;transform:translateY(-50%);z-index:15;height:auto;line-height:1;display:flex;align-items:center;justify-content:center;margin:0;padding:4px 8px}@media(max-width:1100px){.verify-input-wrapper .verified-badge-inside,.verify-input-wrapper .verify-inline-btn-inside{right:8px;font-size:12px;padding:3px 6px}}.verify-input-wrapper .international-phone-input .phone-input-wrapper .verified-badge-inside,.verify-input-wrapper .international-phone-input .phone-input-wrapper .verify-inline-btn-inside{top:50%;transform:translateY(-50%);right:12px}@media(max-width:1100px){.verify-input-wrapper .international-phone-input .phone-input-wrapper .verified-badge-inside,.verify-input-wrapper .international-phone-input .phone-input-wrapper .verify-inline-btn-inside{right:8px}}.is-invalid .international-phone-input .phone-input-wrapper .PhoneInput{border-color:#ff4d4f;box-shadow:0 0 0 2px rgba(255,77,79,.2)}.is-valid .international-phone-input .phone-input-wrapper .PhoneInput{border-color:#52c41a;box-shadow:0 0 0 2px rgba(82,196,26,.2)}