.phone-input-container{width:100%}.phone-input-container .PhoneInput{background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:10px;width:100%;height:56px;padding:0 16px;transition:all .3s ease-out;display:flex}.phone-input-container .PhoneInput:focus-within{border-color:var(--color-primary-base,#2563eb);outline:none}.phone-input-container--error .PhoneInput,.phone-input-container--error .PhoneInput:focus-within{border-color:var(--color-error-base,#ef4444)}.phone-input-container--disabled .PhoneInput{cursor:not-allowed;background-color:#f9fafb;border-color:#d1d5db}.phone-input-container--country-disabled .PhoneInput .PhoneInputCountry .PhoneInputCountrySelectArrow{display:none!important}.phone-input-container--country-disabled .PhoneInput .PhoneInputCountrySelect{pointer-events:none;cursor:default}.phone-input-container--country-disabled .PhoneInput .PhoneInputCountry{cursor:default}.phone-input-container .PhoneInputCountry{border-right:1px solid #e2e8f0;flex-shrink:0;align-self:stretch;align-items:center;margin-right:12px;padding-right:12px;display:flex;position:relative}.phone-input-container .PhoneInputCountryIcon{border-radius:2px;flex-shrink:0;width:24px;height:18px;overflow:hidden}.phone-input-container .PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #0000001a}.phone-input-container .PhoneInputCountryIconImg{object-fit:cover;width:100%;height:100%;display:block}.phone-input-container .PhoneInputCountrySelectArrow{opacity:.7;border:1px solid #64748b;border-width:0 1px 1px 0;width:6px;height:6px;margin-left:8px;transition:opacity .15s;display:block;transform:rotate(45deg)}.phone-input-container .PhoneInputCountry:hover .PhoneInputCountrySelectArrow,.phone-input-container .PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1}.phone-input-container .PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.phone-input-container .PhoneInputCountrySelect:disabled{cursor:not-allowed}.phone-input-container .PhoneInputInternationalIconPhone,.phone-input-container .PhoneInputInternationalIconGlobe{color:#64748b}.phone-input-container .PhoneInputInput{color:#0f172a;background:0 0;border:none;outline:none;flex:1;min-width:0;height:100%;padding:4px 0;font-size:16px;line-height:1.5}.phone-input-container .PhoneInputInput::placeholder{color:#94a3b8}.phone-input-container .PhoneInputInput:disabled{cursor:not-allowed;color:#475569;background:0 0}.phone-input-container .PhoneInputInput:focus{box-shadow:none;outline:none}.phone-input-container .PhoneInputCountryIcon--loading{background-color:#e2e8f0;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (width<=640px){.phone-input-container .PhoneInput{padding:0 12px}.phone-input-container .PhoneInputCountry{margin-right:8px;padding-right:8px}}
