: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)}
.react-phone-input-wrapper{width:100%;transition:border-color .2s}.react-phone-input-wrapper.has-error{border-color:hsl(var(--destructive))}.react-phone-input-wrapper .PhoneInput{background-color:hsl(var(--background));width:100%;transition:all .2s;display:flex;overflow:hidden;box-shadow:0 1px 2px #0000000d}.react-phone-input-wrapper .PhoneInput:hover{border-color:hsl(var(--input))}.react-phone-input-wrapper .PhoneInput:focus-within{outline-offset:2px;box-shadow:0 0 0 3px hsl(var(--ring)/.5),0 1px 2px 0 #0000000d;outline:2px solid #0000}.react-phone-input-wrapper .PhoneInputInput{background-color:hsl(var(--background));height:44px;color:hsl(var(--foreground));border-radius:0;outline:none;flex:1;padding:0 16px;font-size:.875rem;line-height:1.5;transition:background-color .2s}.react-phone-input-wrapper .PhoneInputInput:focus{box-shadow:none;background-color:hsl(var(--background));outline:none}.react-phone-input-wrapper .PhoneInputInput::placeholder{color:hsl(var(--muted-foreground));opacity:.7}.react-phone-input-wrapper .PhoneInputCountry{background-color:hsl(var(--muted)/.5);border-right:1px solid hsl(var(--input));cursor:pointer;border-top:none;border-bottom:none;border-left:none;align-items:center;gap:10px;min-width:fit-content;padding:0 14px;transition:background-color .2s;display:flex}.react-phone-input-wrapper .PhoneInputCountry:hover{background-color:hsl(var(--muted))}.react-phone-input-wrapper .PhoneInputCountrySelect{color:hsl(var(--foreground));cursor:pointer;background:0 0;border:none;outline:none;align-items:center;gap:4px;min-width:45px;margin:0;padding:0;font-size:.875rem;font-weight:500;transition:color .2s;display:flex}.react-phone-input-wrapper .PhoneInputCountry:hover .PhoneInputCountrySelect{color:hsl(var(--foreground))}.react-phone-input-wrapper .PhoneInputCountrySelectArrow{opacity:.5;flex-shrink:0;width:10px;height:10px;transition:opacity .2s,transform .2s}.react-phone-input-wrapper .PhoneInputCountry:hover .PhoneInputCountrySelectArrow{opacity:.7}.react-phone-input-wrapper.has-error .PhoneInput{border-color:hsl(var(--destructive));box-shadow:0 1px 2px #0000000d}.react-phone-input-wrapper.has-error .PhoneInput:focus-within{border-color:hsl(var(--destructive));box-shadow:0 0 0 3px hsl(var(--destructive)/.2),0 1px 2px 0 #0000000d}.react-phone-input-wrapper.has-error .PhoneInputInput{border-color:hsl(var(--destructive))}.react-phone-input-wrapper .PhoneInputInput:disabled{opacity:.5;cursor:not-allowed;background-color:hsl(var(--muted)/.3)}.react-phone-input-wrapper .PhoneInputInput:disabled+.PhoneInputCountry{opacity:.5;cursor:not-allowed}
