.PhoneInput{display:flex;height:2.5rem;width:100%;border-radius:6px;border:1px solid rgb(113 113 122);background-color:transparent;padding:.5rem .75rem;font-size:.875rem;color:white;ring-offset-color:white}.PhoneInput:focus-within{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px rgb(24 24 27);border-color:transparent}.PhoneInput .PhoneInputCountry{display:flex;align-items:center;border:none;background:none;padding:0;margin-right:.5rem;cursor:pointer}.PhoneInput .PhoneInputCountryIcon{width:1.2em;height:.9em;border-radius:2px}.PhoneInput .PhoneInputCountrySelect{background:transparent;border:none;color:white;font-size:.875rem;cursor:pointer;outline:none;margin-left:.25rem;max-width:60px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.PhoneInput .PhoneInputCountrySelectArrow{color:white;opacity:.6;margin-left:.25rem}.PhoneInput .PhoneInputInput{flex:1 1;border:none;outline:none;background:transparent;color:white;font-size:.875rem;padding:0;margin-left:.5rem}.PhoneInput .PhoneInputInput::-moz-placeholder{color:rgb(113 113 122)}.PhoneInput .PhoneInputInput::placeholder{color:rgb(113 113 122)}.PhoneInput:has(.PhoneInputInput:disabled){cursor:not-allowed;opacity:.5;background-color:rgba(39 39 42/.5);color:rgb(113 113 122)}.PhoneInput .PhoneInputCountrySelect:disabled,.PhoneInput .PhoneInputInput:disabled{cursor:not-allowed;color:rgb(113 113 122)}.PhoneInput .PhoneInputCountrySelectArrow:disabled{color:rgb(113 113 122)}.dark .PhoneInput{border-color:rgb(39 39 42);background-color:rgb(9 9 11);ring-offset-color:rgb(9 9 11)}.dark .PhoneInput:focus-within{box-shadow:0 0 0 2px rgb(212 212 216)}.dark .PhoneInput .PhoneInputInput::-moz-placeholder{color:rgb(161 161 170)}.dark .PhoneInput .PhoneInputInput::placeholder{color:rgb(161 161 170)}.PhoneInputCountrySelect option{background-color:rgb(39 39 42);color:white}.PhoneInputCountrySelect,.PhoneInputCountrySelect:focus{background-color:rgb(39 39 42)}