:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,0.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,0.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputField{display:flex;align-items:stretch;gap:.5rem;width:100%}.PhoneInputField .PhoneInputCountry{margin-right:0;align-self:stretch;display:flex;align-items:center}.PhoneInputField .PhoneInputCountrySelect{cursor:pointer}.PhoneInputField .PhoneInputCountryIcon{width:1.5rem;height:1rem;box-shadow:none;border-radius:2px}.PhoneInputField .PhoneInputCountryIcon--border{box-shadow:none;background:transparent}.PhoneInputField .PhoneInputInput{flex:1;min-width:0}.dark .PhoneInputField .PhoneInputCountrySelect{background-color:rgb(55 65 81);color:rgb(243 244 246)}.dark .PhoneInputField .PhoneInputCountrySelect option{background-color:rgb(31 41 55);color:rgb(243 244 246)}.PhoneInputField .PhoneInputCountry--searchable{margin-right:var(--PhoneInputCountrySelect-marginRight,.35em)}.PhoneInputField .PhoneInputCountrySearchTrigger{display:flex;align-items:center;gap:.15rem;padding:.25rem .35rem;border:1px solid transparent;border-radius:.375rem;background:transparent;cursor:pointer;color:inherit;min-height:2.5rem}.PhoneInputField .PhoneInputCountrySearchTrigger:hover:not(:disabled){background-color:rgb(243 244 246)}.dark .PhoneInputField .PhoneInputCountrySearchTrigger:hover:not(:disabled){background-color:rgb(55 65 81)}.PhoneInputField .PhoneInputCountrySearchTrigger:disabled{cursor:default;opacity:.6}.PhoneInputField .PhoneInputCountryDropdown{position:absolute;top:calc(100% + 4px);left:0;z-index:50;width:min(18rem,calc(100vw - 2rem));max-height:16rem;display:flex;flex-direction:column;border:1px solid rgb(209 213 219);border-radius:.5rem;background:white;box-shadow:0 10px 25px -5px rgb(0 0 0/.12);overflow:hidden}.dark .PhoneInputField .PhoneInputCountryDropdown{border-color:rgb(75 85 99);background:rgb(31 41 55)}.PhoneInputField .PhoneInputCountrySearchInput{width:100%;padding:.5rem .75rem;border:0;border-bottom:1px solid rgb(229 231 235);font-size:.875rem;outline:none;background:white;color:rgb(17 24 39)}.dark .PhoneInputField .PhoneInputCountrySearchInput{border-bottom-color:rgb(55 65 81);background:rgb(31 41 55);color:rgb(243 244 246)}.PhoneInputField .PhoneInputCountryOptions{margin:0;padding:.25rem 0;list-style:none;overflow-y:auto;flex:1}.PhoneInputField .PhoneInputCountryOption{display:flex;align-items:center;gap:.5rem;width:100%;padding:.4rem .75rem;border:0;background:transparent;text-align:left;font-size:.875rem;cursor:pointer;color:inherit}.PhoneInputField .PhoneInputCountryOption:hover{background-color:rgb(243 244 246)}.dark .PhoneInputField .PhoneInputCountryOption:hover{background-color:rgb(55 65 81)}.PhoneInputField .PhoneInputCountryOption--selected{background-color:rgb(254 242 242)}.dark .PhoneInputField .PhoneInputCountryOption--selected{background-color:rgb(127 29 29/.35)}.PhoneInputField .PhoneInputCountryOptionLabel{flex:1;min-width:0}.PhoneInputField .PhoneInputCountryOptionsEmpty{padding:.75rem;font-size:.875rem;color:rgb(107 114 128);text-align:center}.PhoneInputField .PhoneInputCountryOptionsDivider{height:1px;margin:.35rem .75rem;background:rgb(229 231 235);list-style:none}.dark .PhoneInputField .PhoneInputCountryOptionsDivider{background:rgb(55 65 81)}