: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)}
.AppPhoneInput-module__oTkLdq__wrapper{width:100%;display:block}.AppPhoneInput-module__oTkLdq__wrapper .PhoneInput{border-style:solid;border-width:1px;border-color:var(--chakra-colors-chakra-border-color,var(--chakra-colors-gray-200));border-radius:var(--chakra-radii-md);background-color:var(--app-phone-input-bg,var(--chakra-colors-white));width:100%;height:2.5rem;min-height:2.5rem;color:var(--app-phone-input-color,inherit);align-items:stretch;transition:border-color .15s,box-shadow .15s,background-color .15s;display:flex;overflow:hidden}.AppPhoneInput-module__oTkLdq__size-lg .PhoneInput{height:3rem;min-height:3rem;font-size:1rem}.AppPhoneInput-module__oTkLdq__size-sm .PhoneInput{height:2rem;min-height:2rem;font-size:.875rem}.AppPhoneInput-module__oTkLdq__wrapper .PhoneInput:hover{border-color:var(--chakra-colors-gray-300)}[data-theme=dark] .AppPhoneInput-module__oTkLdq__wrapper .PhoneInput:hover{border-color:var(--chakra-colors-whiteAlpha-400)}.AppPhoneInput-module__oTkLdq__wrapper .PhoneInput--focus{border-color:var(--app-phone-input-focus-color,var(--chakra-colors-blue-500));box-shadow:0 0 0 1px var(--app-phone-input-focus-color,var(--chakra-colors-blue-500));outline:none}.AppPhoneInput-module__oTkLdq__wrapper .PhoneInput:focus-within{border-color:var(--app-phone-input-focus-color,var(--chakra-colors-blue-500));box-shadow:0 0 0 1px var(--app-phone-input-focus-color,var(--chakra-colors-blue-500));outline:none}.AppPhoneInput-module__oTkLdq__invalid .PhoneInput{border-color:var(--chakra-colors-red-500);box-shadow:0 0 0 1px var(--chakra-colors-red-500)}.AppPhoneInput-module__oTkLdq__invalid .PhoneInput:hover{border-color:var(--chakra-colors-red-500);box-shadow:0 0 0 1px var(--chakra-colors-red-500)}.AppPhoneInput-module__oTkLdq__invalid .PhoneInput--focus{border-color:var(--chakra-colors-red-500);box-shadow:0 0 0 1px var(--chakra-colors-red-500)}.AppPhoneInput-module__oTkLdq__invalid .PhoneInput:focus-within{border-color:var(--chakra-colors-red-500);box-shadow:0 0 0 1px var(--chakra-colors-red-500)}.AppPhoneInput-module__oTkLdq__disabled .PhoneInput{opacity:.6;cursor:not-allowed}.AppPhoneInput-module__oTkLdq__wrapper .PhoneInputCountry{border-right:1px solid var(--chakra-colors-gray-200);flex:none;align-items:stretch;margin:0 .25rem 0 0;padding:0 .5rem 0 0;display:flex}[data-theme=dark] .AppPhoneInput-module__oTkLdq__wrapper .PhoneInputCountry{border-right-color:var(--chakra-colors-whiteAlpha-300)}.AppPhoneInput-module__oTkLdq__wrapper .PhoneInputCountrySelect{opacity:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.AppPhoneInput-module__oTkLdq__wrapper .PhoneInputCountryIcon{width:1.4rem;height:1rem;box-shadow:none;background:0 0;border:none}.AppPhoneInput-module__oTkLdq__wrapper .PhoneInputCountryIcon--border{box-shadow:none}.AppPhoneInput-module__oTkLdq__wrapper .PhoneInputCountryIconImg{width:100%;height:100%;display:block}.AppPhoneInput-module__oTkLdq__wrapper .PhoneInputCountryIcon svg{width:100%;height:100%;display:block}.AppPhoneInput-module__oTkLdq__wrapper .PhoneInputInput{width:100%;min-width:0;height:100%;color:inherit;font:inherit;letter-spacing:.01em;box-shadow:none;-webkit-appearance:none;appearance:none;background-color:#0000;border:0;outline:none;flex:auto;padding:0 .875rem}.AppPhoneInput-module__oTkLdq__wrapper .PhoneInputInput::placeholder{color:var(--chakra-colors-gray-400)}[data-theme=dark] .AppPhoneInput-module__oTkLdq__wrapper .PhoneInputInput::placeholder{color:var(--chakra-colors-gray-500)}.AppPhoneInput-module__oTkLdq__wrapper .PhoneInputInput:disabled{cursor:not-allowed}.AppPhoneInput-module__oTkLdq__wrapper .PhoneInputCountry .PhoneInputCountrySelectArrow{display:none}
