:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.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:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex: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{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{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);display:block}.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{color:#333;margin-bottom:.5rem;margin-right:10px;font-size:14px;font-weight:500;display:inline-block}.international-phone-input .phone-input-label .required{color:#ff4d4f}.international-phone-input .phone-input-label .country-info{color:#666;margin-left:8px;font-weight:400}.international-phone-input .phone-input-wrapper{width:100%;position:relative}.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 #ff4d4f33}.international-phone-input .phone-input-wrapper.is-valid .PhoneInput{border-color:#52c41a;box-shadow:0 0 0 2px #52c41a33}.international-phone-input .phone-input-wrapper .validation-icon{z-index:10;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.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{color:#ff4d4f;margin-top:.25rem;font-size:12px}.international-phone-input .phone-input-info{margin-top:.25rem}.international-phone-input .phone-input-info small{color:#52c41a;font-size:12px}.PhoneInput{background:#fafbfc;border:1px solid #e1e1e1;border-radius:6px;align-items:center;width:100%;height:51px;min-height:51px;padding:10px 0 10px 10px;font-size:14px;transition:all .3s;display:flex}.PhoneInput:hover{border-color:#5c6ac4}.PhoneInput:focus-within{border-color:#5c6ac4;outline:none;box-shadow:0 0 0 2px #5c6ac433}.PhoneInput .PhoneInputCountrySelect{cursor:pointer;background:0 0;border:none;align-items:center;min-width:60px;margin-right:8px;padding:0 8px;display:flex}.PhoneInput .PhoneInputCountrySelect:focus{outline:none}.PhoneInput .PhoneInputCountrySelect .PhoneInputCountrySelectArrow{color:#666;margin-left:4px}.PhoneInput .PhoneInputCountryIcon{border-radius:2px;width:20px;height:15px;margin-right:4px}.PhoneInput .PhoneInputInput{color:#333;background:0 0;border:none;outline:none;flex:1;height:100%;font-size:14px;line-height:1.4}.PhoneInput .PhoneInputInput::placeholder{color:#999}.PhoneInput .PhoneInputInput:disabled{color:#999;cursor:not-allowed;background-color:#f5f5f5}.PhoneInput.PhoneInput--disabled{cursor:not-allowed;background-color:#f5f5f5;border-color:#d9d9d9}.PhoneInput.PhoneInput--disabled .PhoneInputCountrySelect{cursor:not-allowed}.PhoneInputCountrySelectDropdown{z-index:1000;background:#fff;border:1px solid #e1e1e1;border-radius:6px;max-height:200px;overflow-y:auto;box-shadow:0 4px 12px #00000026}.PhoneInputCountrySelectDropdown .PhoneInputCountrySelectOption{cursor:pointer;align-items:center;padding:8px 12px;transition:background-color .2s;display:flex}.PhoneInputCountrySelectDropdown .PhoneInputCountrySelectOption:hover{background-color:#f5f5f5}.PhoneInputCountrySelectDropdown .PhoneInputCountrySelectOption--selected{color:#1890ff;background-color:#e6f7ff}.PhoneInputCountrySelectDropdown .PhoneInputCountrySelectOption .PhoneInputCountryIcon{margin-right:8px}.PhoneInputCountrySelectDropdown .PhoneInputCountrySelectOption .PhoneInputCountrySelectOptionLabel{flex:1;font-size:14px}.PhoneInputCountrySelectDropdown .PhoneInputCountrySelectOption .PhoneInputCountrySelectOptionCallingCode{color:#666;font-size:12px}@media (max-width:768px){.international-phone-input .phone-input-label,.international-phone-input .PhoneInput{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{background:#fafbfc;border-color:#e1e1e1}.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 #5c6ac433}.verify-input-wrapper{position:relative}.verify-input-wrapper .international-phone-input .phone-input-wrapper{align-items:center;min-height:51px;display:flex;position:relative}.verify-input-wrapper .international-phone-input .phone-input-wrapper .PhoneInput{align-items:center;width:100%;height:51px;display:flex}.verify-input-wrapper .verify-inline-btn-inside,.verify-input-wrapper .verified-badge-inside{z-index:15;justify-content:center;align-items:center;height:auto;margin:0;padding:4px 8px;line-height:1;display:flex;position:absolute;top:66%;right:12px;transform:translateY(-50%)}@media (max-width:1100px){.verify-input-wrapper .verify-inline-btn-inside,.verify-input-wrapper .verified-badge-inside{padding:3px 6px;font-size:12px;right:8px}}.verify-input-wrapper .international-phone-input .phone-input-wrapper .verify-inline-btn-inside,.verify-input-wrapper .international-phone-input .phone-input-wrapper .verified-badge-inside{top:50%;right:12px;transform:translateY(-50%)}@media (max-width:1100px){.verify-input-wrapper .international-phone-input .phone-input-wrapper .verify-inline-btn-inside,.verify-input-wrapper .international-phone-input .phone-input-wrapper .verified-badge-inside{right:8px}}.is-invalid .international-phone-input .phone-input-wrapper .PhoneInput{border-color:#ff4d4f;box-shadow:0 0 0 2px #ff4d4f33}.is-valid .international-phone-input .phone-input-wrapper .PhoneInput{border-color:#52c41a;box-shadow:0 0 0 2px #52c41a33}
