:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .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,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(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)}.custom-phone-input{width:100%;display:flex;align-items:center;border:1px solid #ddd;border-radius:6px;overflow:hidden;background-color:#fff;transition:border-color .2s}.custom-phone-input:focus-within{border-color:#6091f2;outline:none;box-shadow:0 0 0 3px #6091f21a}.custom-phone-input .PhoneInputCountry{padding:12px 8px 12px 12px;background-color:#fff;border:none;border-right:1px solid #e5e7eb;cursor:pointer;display:flex;align-items:center;gap:6px}.custom-phone-input .PhoneInputCountryIcon{width:24px;height:18px;box-shadow:0 0 0 1px #0000001a}.custom-phone-input .PhoneInputCountryIcon--border{background-color:transparent;box-shadow:0 0 0 1px #0000001a}.custom-phone-input .PhoneInputCountrySelectArrow{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #666;margin-left:4px;opacity:.6}.custom-phone-input .PhoneInputInput{flex:1;border:none;outline:none;padding:12px;font-size:14px;font-family:inherit;background-color:transparent;min-width:0}.custom-phone-input .PhoneInputInput::placeholder{color:#999}.custom-phone-input .PhoneInputInput:focus{outline:none}.PhoneInputCountrySelect{position:absolute;z-index:1000;background-color:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 4px 12px #0000001a;max-height:300px;overflow-y:auto;margin-top:4px}.PhoneInputCountrySelect option{padding:8px 12px;cursor:pointer}.PhoneInputCountrySelect option:hover{background-color:#f5f5f5}.custom-phone-input:has(.PhoneInputInput:disabled){background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.custom-phone-input:has(.PhoneInputInput:disabled) .PhoneInputCountry{cursor:not-allowed;background-color:#f5f5f5}.custom-phone-input.error{border-color:#dc3545}.custom-phone-input.error:focus-within{border-color:#dc3545;box-shadow:0 0 0 3px #dc35451a}.custom-phone-input.success{border-color:#28a745}.custom-phone-input.success:focus-within{border-color:#28a745;box-shadow:0 0 0 3px #28a7451a}@media (max-width: 640px){.custom-phone-input .PhoneInputCountry{padding:10px 6px 10px 10px}.custom-phone-input .PhoneInputInput{padding:10px;font-size:16px}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
