.phone-input-wrapper{align-items:stretch;width:100%;display:flex}.phone-input-wrapper .PhoneInputCountry{background-color:hsl(var(--color-bg-primary));border:1px solid hsl(var(--color-border-primary));cursor:pointer;transition:all .1s ease-linear;border-right:none;border-radius:.5rem 0 0 .5rem;align-items:center;margin-right:-1px;padding:.5rem .75rem;display:flex;box-shadow:0 1px 2px #0000000d}.phone-input-wrapper .PhoneInputCountry:hover{background-color:hsl(var(--color-bg-primary_hover))}.phone-input-wrapper .PhoneInputCountry:focus-within{outline:2px solid hsl(var(--color-border-brand));outline-offset:-2px;z-index:10}.phone-input-wrapper .PhoneInputCountry:has(select:disabled){cursor:not-allowed;background-color:hsl(var(--color-bg-disabled_subtle));color:hsl(var(--color-fg-disabled));border-color:hsl(var(--color-border-disabled))}.phone-input-invalid .PhoneInputCountry{border-color:hsl(var(--color-border-error_subtle))}.phone-input-invalid .PhoneInputCountry:focus-within{outline-color:hsl(var(--color-border-error))}.phone-input-wrapper .PhoneInputCountrySelect{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.phone-input-wrapper .PhoneInputCountrySelect:disabled{cursor:not-allowed}.phone-input-wrapper .PhoneInputCountryIcon{flex-shrink:0;width:1.25rem;height:1rem;margin-right:.5rem}.phone-input-wrapper .PhoneInputCountryIcon--border{box-shadow:none;background-color:#0000}.phone-input-wrapper .PhoneInputCountrySelectArrow{width:.5rem;height:.5rem;color:hsl(var(--color-fg-tertiary));opacity:1;border:2px solid;border-top:none;border-left:none;margin-left:.375rem;transform:rotate(45deg)}.phone-input-wrapper .PhoneInputCountry:has(select:disabled) .PhoneInputCountrySelectArrow{color:hsl(var(--color-fg-disabled))}.phone-input-wrapper .PhoneInputInternationalIconGlobe{width:1.25rem;height:1rem;color:hsl(var(--color-fg-tertiary))}.phone-input-wrapper .phone-input-field{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.phone-input-wrapper .PhoneInputInput{flex:1}
