.PhoneInput{display:flex;align-items:center;border:1px solid hsl(var(--input));border-radius:.5rem;background-color:hsl(var(--background));transition:all .2s ease-in-out;height:2.5rem;overflow:hidden}.PhoneInput:focus-within{outline:2px solid hsl(var(--ring));outline-offset:2px;border-color:hsl(var(--ring))}.PhoneInputCountry{display:flex;align-items:center;padding:0 .5rem;background:none;border:none;border-right:1px solid hsl(var(--border));min-width:auto;flex-shrink:0}.PhoneInputCountrySelect{min-width:2.2rem!important;width:2.2rem!important;max-width:2.2rem!important;justify-content:center;padding:0!important}.PhoneInputCountrySelect:hover{background-color:hsl(var(--accent))}.PhoneInputCountryIcon{width:1.25rem;height:.875rem;border-radius:.125rem;flex-shrink:0;margin:0!important}.PhoneInputCountrySelect-name,.PhoneInputCountrySelect>span:not(.PhoneInputCountryIcon),.PhoneInputCountrySelect>span:not(.PhoneInputCountryIcon):not(.PhoneInputCountrySelectArrow),.PhoneInputCountrySelectArrow{display:none!important}.PhoneInputInput{flex:1;border:none;background:none;padding:.5rem .75rem;font-size:.875rem;color:hsl(var(--foreground));outline:none;height:100%;min-width:0}.PhoneInputInput::placeholder{color:hsl(var(--muted-foreground))}.PhoneInputInput:disabled{cursor:not-allowed;opacity:.5}.PhoneInputCountrySelect:focus .PhoneInputCountrySelectArrow{transform:rotate(180deg)}.PhoneInput.error{border-color:hsl(var(--destructive))}.PhoneInput.error:focus-within{outline-color:hsl(var(--destructive))}.PhoneInput.success{border-color:hsl(var(--success))}.PhoneInput.success:focus-within{outline-color:hsl(var(--success))}.PhoneInput *{box-sizing:border-box}.PhoneInputCountrySelect[aria-expanded=true]{background-color:hsl(var(--accent))}.PhoneInput:has(.PhoneInputInput:disabled){opacity:.5;cursor:not-allowed}.PhoneInput:has(.PhoneInputInput:disabled) .PhoneInputCountrySelect{cursor:not-allowed}.PhoneInput.hero{background-color:rgba(0,0,0,.6)!important;border-color:rgba(251,146,60,.3)!important;color:white!important}.PhoneInput.hero .PhoneInputInput{color:white!important;background:none!important}.PhoneInput.hero .PhoneInputInput::placeholder{color:rgb(156,163,175)!important}.PhoneInput.hero:focus-within{border-color:rgb(251,146,60)!important;outline-color:rgb(251,146,60)!important}.PhoneInput.hero .PhoneInputCountry{border-right-color:rgba(251,146,60,.3)!important}.PhoneInput.hero .PhoneInputCountrySelect{background-color:rgba(0,0,0,.6)!important;color:white!important;border:none!important}.PhoneInput.hero .PhoneInputCountrySelect:focus,.PhoneInput.hero .PhoneInputCountrySelect:hover{background-color:rgba(251,146,60,.1)!important;color:white!important}.PhoneInput.hero .PhoneInputCountrySelect optgroup,.PhoneInput.hero .PhoneInputCountrySelect option,.PhoneInput.hero .PhoneInputCountrySelect:focus option,.PhoneInputCountrySelectDropdown,.PhoneInputCountrySelectDropdown optgroup,.PhoneInputCountrySelectDropdown option,.PhoneInputCountrySelectDropdown--show{background-color:#18181b!important;color:#fff!important}