.phone-input-field{display:flex;align-items:stretch;height:2.75rem;width:100%;max-width:100%;min-width:0;overflow:hidden;border-radius:.5rem;border:1px solid rgb(255 255 255/.1);background-color:var(--color-navy-light);transition:border-color .2s ease,box-shadow .2s ease}.phone-input-field:focus-within{border-color:rgb(124 58 237/.4);box-shadow:0 0 0 2px var(--color-primary)}.phone-input-field .phone-country-select img,.phone-input-field .phone-country-select span img{display:block;height:1rem;width:1.5rem;border-radius:2px;object-fit:cover}.phone-input-field .PhoneInputInput,.phone-input-number{min-width:0;flex:1;border:0;background:transparent;padding:0 1rem;font-size:1rem;line-height:1.5rem;color:var(--color-light)}@media (min-width:640px){.phone-input-field .PhoneInputInput,.phone-input-number{font-size:.875rem;line-height:1.25rem}}.phone-input-field .PhoneInputInput::placeholder,.phone-input-number::placeholder{color:var(--color-slate)}.phone-input-field .PhoneInputInput:focus,.phone-input-number:focus{outline:none}