.phone-input-container{margin-bottom:1.5rem;position:relative}.phone-input-container .PhoneInput{border:1px solid #e2e8f0;border-radius:.75rem;padding:.75rem 1rem;background-color:white;transition:all .3s}.phone-input-container .PhoneInput:hover{border-color:#cbd5e0}.phone-input-container .PhoneInput:focus-within{border-color:var(--primary-color,#0070f3);box-shadow:0 0 0 1px var(--primary-color,#0070f3);outline:none}.phone-input-container .PhoneInputInput{border:none;background:transparent;outline:none!important;width:100%;padding:0 .5rem;font-size:1rem}.phone-input-container .PhoneInputCountryIcon{width:24px;height:18px;margin-right:.5rem}.phone-input-container .PhoneInputCountrySelectArrow{width:8px;height:8px;border-width:0 2px 2px 0;transform:rotate(45deg);margin-left:.25rem}.phone-input-container .PhoneInputCountrySelect{position:absolute;z-index:1;list-style:none;padding:0;margin:0;background-color:white;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border-radius:.5rem;width:100%}.PhoneInputCountry{display:flex;align-items:center}