: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}.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{align-self:stretch;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{top:0;left:0;z-index:1;border:0}.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)}.phone-input-wrapper{background:white;border:1px solid rgb(226 232 240/.95);overflow:hidden;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;min-height:40px;box-shadow:0 1px 2px rgba(15,23,42,.04)}.phone-input-wrapper:hover{border-color:rgb(203 213 225)}.phone-input-wrapper:focus-within{border-color:rgb(203 213 225/.95);box-shadow:0 1px 2px rgba(15,23,42,.04),0 0 0 2px rgba(148,163,184,.22)}.phone-input-wrapper.phone-input-error{border-color:#ef4444;box-shadow:0 1px 2px rgba(239,68,68,.06)}.phone-input-wrapper.phone-input-error:focus-within{border-color:#ef4444;box-shadow:0 1px 2px rgba(239,68,68,.08),0 0 0 2px rgba(239,68,68,.14)}.phone-input-wrapper .PhoneInput{width:100%;min-height:40px;padding:0 12px}.PhoneInputCountry,.phone-input-wrapper .PhoneInput{display:flex;align-items:center;height:100%;gap:4px;position:relative}.PhoneInputCountry{padding:4px 6px;border-radius:4px;cursor:pointer;border:none;min-width:60px;margin-left:-4px;vertical-align:middle;line-height:1}.PhoneInputCountry,.PhoneInputCountry:hover{background:transparent}.PhoneInputCountry:focus{outline:none;background:transparent}.PhoneInputCountry:active{background:transparent}.PhoneInputCountry:focus-visible{outline:none;background:transparent}.PhoneInputCountryIcon{width:20px;height:16px;border-radius:2px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.1);display:inline-block}.PhoneInputCountryIcon--square{border-radius:2px}.PhoneInputCountryIcon img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.PhoneInputCountrySelectArrow{font-size:10px;color:#6b7280;transition:color .15s ease-in-out;margin-left:1px}.PhoneInputCountry:hover .PhoneInputCountrySelectArrow{color:#3b82f6}.PhoneInputCountry:after{content:"";width:1px;height:24px;background-color:rgb(241 245 249);margin-left:12px;margin-right:6px;flex-shrink:0;align-self:center}.PhoneInputInput{flex:1;background:transparent;border:none;outline:none;font-size:16px;color:#111827;font-family:inherit;padding:0;min-width:0;height:100%}.PhoneInputInput::-moz-placeholder{color:#9ca3af}.PhoneInputInput::placeholder{color:#9ca3af}.PhoneInputInput:disabled{cursor:not-allowed;opacity:.5}.PhoneInputCountrySelect{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;border:none;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;z-index:10}.PhoneInputCountrySelect:focus{outline:none}.PhoneInputCountryOption{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:4px;cursor:pointer;transition:all .15s ease-in-out;color:#374151;font-size:14px}.PhoneInputCountryOption:hover{background:#f3f4f6}.PhoneInputCountryOption:focus{outline:none;background:rgba(59,130,246,.1)}.PhoneInputCountryOption--selected{background:rgba(59,130,246,.1);color:#3b82f6;font-weight:500}.PhoneInputCountryOptionIcon{width:18px;height:14px;border-radius:2px;overflow:hidden;flex-shrink:0;box-shadow:0 1px 2px rgba(0,0,0,.1)}.PhoneInputCountryCallingCode{color:#6b7280;font-size:14px;font-weight:500}.PhoneInputCountrySelect::-webkit-scrollbar{width:8px}.PhoneInputCountrySelect::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.PhoneInputCountrySelect::-webkit-scrollbar-thumb{background:rgba(107,114,128,.3);border-radius:4px}.PhoneInputCountrySelect::-webkit-scrollbar-thumb:hover{background:rgba(107,114,128,.5)}@media (max-width:640px){.phone-input-wrapper .PhoneInput{min-height:40px;padding:0 10px}.PhoneInputInput{font-size:16px}}.license-plate-field .PhoneInputCountrySelect{appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;background:transparent!important;background-image:none!important}.license-plate-field .PhoneInputCountry{gap:1px}.license-plate-field .PhoneInputCountry>span:first-child{margin-right:2px}.license-plate-field .license-plate-country-chevron{display:flex;margin-left:0;flex-shrink:0;align-items:center}