.phone-input-custom .PhoneInputInput{width:100%;padding:.75rem 1rem;background-color:rgb(248 250 252);border:1px solid rgb(203 213 225);border-radius:.5rem;font-size:1rem;transition:all .2s;color:rgb(15 23 42)}.phone-input-custom .PhoneInputInput:focus{outline:none;box-shadow:0 0 0 2px rgb(59 130 246);border-color:transparent}.phone-input-custom .PhoneInputCountrySelect{margin-right:.5rem;padding:.5rem;background-color:rgb(248 250 252);border:1px solid rgb(203 213 225);border-radius:.5rem;cursor:pointer;transition:all .2s}.phone-input-custom .PhoneInputCountrySelect:focus{outline:none;box-shadow:0 0 0 2px rgb(59 130 246);border-color:transparent}.phone-input-custom .PhoneInputCountryIcon{width:1.5rem;height:1.5rem;margin-right:.5rem}.phone-input-error .PhoneInputCountrySelect,.phone-input-error .PhoneInputInput{border-color:rgb(239 68 68)}:global(.dark) .phone-input-custom .PhoneInputInput{background-color:rgb(51 65 85);border-color:rgb(71 85 105);color:rgb(255 255 255)}:global(.dark) .phone-input-custom .PhoneInputInput:focus{box-shadow:0 0 0 2px rgb(59 130 246);border-color:transparent}:global(.dark) .phone-input-custom .PhoneInputCountrySelect{background-color:rgb(51 65 85);border-color:rgb(71 85 105);color:rgb(255 255 255)}:global(.dark) .phone-input-custom .PhoneInputCountrySelect:focus{box-shadow:0 0 0 2px rgb(59 130 246);border-color:transparent}:global(.dark) .phone-input-error .PhoneInputInput{border-color:rgb(239 68 68)}:global(.dark) .phone-input-error .PhoneInputCountrySelect{border-color:rgb(239 68 68)}.phone-input-custom .PhoneInputCountrySelectArrow{opacity:.6;margin-left:.25rem}