: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,0.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,0.1)}.PhoneInput{display:flex;align-items:center}.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{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)}.phone-input-wrapper{display:flex;width:100%}.phone-input-wrapper .PhoneInputCountry{display:flex;height:2.5rem;align-items:center;gap:.5rem;border-radius:calc(var(--radius) - 2px);border-width:1px 0 1px 1px;border-color:hsl(var(--input));--tw-bg-opacity:1;background-color:rgb(242 242 242/var(--tw-bg-opacity,1));padding-left:.75rem;padding-right:.75rem}.phone-input-wrapper .PhoneInputCountryIcon{border-style:none;font-size:1.25rem;line-height:1.75rem}.phone-input-wrapper .PhoneInputCountrySelect{background-color:transparent;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(30 30 30/var(--tw-text-opacity,1));outline:2px solid transparent;outline-offset:2px}.phone-input-wrapper .PhoneInputCountrySelectArrow{margin-left:.25rem;opacity:.5}.phone-input-wrapper .PhoneInputInput{display:flex;height:2.5rem;width:100%;border-radius:calc(var(--radius) - 2px);--tw-bg-opacity:1;background-color:rgb(242 242 242/var(--tw-bg-opacity,1));padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;outline:2px solid transparent;outline-offset:2px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.phone-input-wrapper .PhoneInputInput::-moz-placeholder{--tw-text-opacity:1;color:rgb(117 122 128/var(--tw-text-opacity,1))}.phone-input-wrapper .PhoneInputInput::placeholder{--tw-text-opacity:1;color:rgb(117 122 128/var(--tw-text-opacity,1))}.phone-input-wrapper .PhoneInputInput[aria-invalid=true]{--tw-border-opacity:1;border-color:rgb(221 51 51/var(--tw-border-opacity,1))}.phone-input-wrapper .PhoneInputInput:disabled{cursor:not-allowed;opacity:.5}.phone-input-wrapper.error .PhoneInputCountry,.phone-input-wrapper.error .PhoneInputInput{--tw-border-opacity:1;border-color:rgb(221 51 51/var(--tw-border-opacity,1))}