: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{position:relative}.phone-input-custom{display:flex;align-items:center;height:2.75rem;width:100%;border-radius:.375rem;border:1px solid hsl(var(--border)/.5);background-color:hsl(var(--background));padding:.5rem .75rem;font-size:.875rem;transition:all .2s}.phone-input-custom:focus-within{outline:none;box-shadow:0 0 0 2px hsl(var(--ring)),0 0 0 4px hsl(var(--ring)/.1)}.phone-input-custom:disabled{cursor:not-allowed;opacity:.5}.phone-input-custom .PhoneInputCountry{display:flex;align-items:center;gap:.375rem;padding-right:.75rem;margin-right:.5rem;border-right:1px solid hsl(var(--border))}.phone-input-custom .PhoneInputCountryIcon{width:1.25rem;height:.9375rem;border-radius:.125rem;box-shadow:0 0 0 1px rgba(0,0,0,.1);display:block!important;object-fit:cover;flex-shrink:0}.phone-input-custom .PhoneInputCountryIcon--border{border:1px solid rgba(0,0,0,.1)}.phone-input-custom .PhoneInputInput{flex:1;background:transparent;border:none;outline:none;font-size:.875rem;color:hsl(var(--foreground));padding:0;height:100%}.phone-input-custom .PhoneInputInput::placeholder{color:hsl(var(--muted-foreground))}@media (min-width:768px){.phone-input-custom{font-size:.875rem}}.country-select-wrapper{position:relative;display:inline-block}.country-select-button{display:flex;align-items:center;gap:.375rem;background:transparent;border:none;outline:none;cursor:pointer;padding:.125rem .25rem;min-width:2.5rem;transition:opacity .2s}.country-select-button:hover:not(:disabled){opacity:.8}.country-select-button:disabled{cursor:not-allowed;opacity:.5}.country-select-button--open .country-select-arrow{transform:rotate(180deg)}.country-select-flag{width:1.25rem;height:.9375rem;display:flex;align-items:center;justify-content:center;font-size:.875rem;flex-shrink:0}.country-select-arrow{width:.75rem;height:.75rem;opacity:.6;transition:transform .2s;flex-shrink:0}.country-select-dropdown{position:absolute;top:100%;left:0;z-index:9999;background:#ffffff;border:1px solid hsl(var(--border));border-radius:.375rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);min-width:16rem;max-height:20rem;overflow:hidden;margin-top:.25rem}.country-select-search{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-bottom:1px solid hsl(var(--border));background:#ffffff}.country-select-search-icon{width:1rem;height:1rem;color:hsl(var(--muted-foreground));flex-shrink:0}.country-select-search-input{flex:1;background:transparent;border:none;outline:none;color:hsl(var(--foreground));font-size:.875rem;padding:.25rem 0}.country-select-search-input::placeholder{color:hsl(var(--muted-foreground))}.country-select-options{max-height:16rem;overflow-y:auto;background:#ffffff}.country-select-option{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;background:#ffffff;border:none;outline:none;cursor:pointer;text-align:left;color:hsl(var(--foreground));font-size:.875rem;transition:background-color .2s}.country-select-option:hover{background-color:hsl(var(--muted))}.country-select-option--selected{background-color:hsl(var(--primary)/.1)}.country-select-option-label{flex:1}.country-select-divider{height:1px;background:hsl(var(--border));margin:.25rem 0}.country-select-no-results{padding:1rem;text-align:center;color:hsl(var(--muted-foreground));font-size:.875rem}