: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)}.phone-input-wrapper{--rpi-text-color: rgb(15, 23, 42);--rpi-bg-color: rgb(255, 255, 255);--rpi-border-color: rgb(226, 232, 240);--rpi-hover-bg: rgb(248, 250, 252);--rpi-focus-color: rgb(13, 148, 136);--rpi-focus-outline-light: rgb(255, 255, 255);--rpi-focus-outline-dark: rgb(15, 23, 42);--rpi-placeholder: rgb(100, 116, 139);--rpi-dropdown-shadow: rgba(0, 0, 0, .1)}:root.dark .phone-input-wrapper,.dark .phone-input-wrapper{--rpi-text-color: rgb(226, 232, 240);--rpi-bg-color: rgb(30, 41, 59);--rpi-border-color: rgb(71, 85, 105);--rpi-hover-bg: rgb(51, 65, 85);--rpi-focus-color: rgb(13, 148, 136);--rpi-focus-outline-light: rgb(30, 41, 59);--rpi-focus-outline-dark: rgb(226, 232, 240);--rpi-placeholder: rgb(148, 163, 184);--rpi-dropdown-shadow: rgba(0, 0, 0, .3)}.phone-input-wrapper .PhoneInput{display:flex;gap:.5rem;align-items:center}.phone-input-wrapper .PhoneInputCountry{position:relative;display:flex;align-items:center;padding:0 .75rem;background-color:var(--rpi-bg-color);border:1px solid var(--rpi-border-color);border-radius:.75rem;cursor:pointer;transition:all .2s ease;height:2.75rem;min-width:4.5rem;justify-content:center}.phone-input-wrapper .PhoneInputCountrySelect{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:10}.phone-input-wrapper .PhoneInputCountryIcon{width:1.5rem;height:1.1rem;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:2px;box-shadow:0 1px 2px #0000001a;margin-right:.25rem}.phone-input-wrapper .PhoneInputCountryIcon svg{display:block;width:100%;height:auto}.phone-input-wrapper .PhoneInputCountrySelectArrow{display:block;width:.5rem;height:.5rem;margin-left:.25rem;border-left:1px solid var(--rpi-text-color);border-bottom:1px solid var(--rpi-text-color);transform:rotate(-45deg);margin-top:-.25rem;opacity:.5}.phone-input-wrapper .PhoneInputCountry:hover{border-color:var(--rpi-focus-color);background-color:var(--rpi-hover-bg)}.phone-input-wrapper .PhoneInputCountry:focus-within{border-color:var(--rpi-focus-color);box-shadow:0 0 0 2px var(--rpi-focus-color) 33}.phone-input-wrapper .PhoneInputInput{flex:1;display:block;height:2.75rem;padding:0 1rem;background-color:var(--rpi-bg-color);border:1px solid var(--rpi-border-color);border-radius:.75rem;font-weight:700;font-size:.875rem;color:var(--rpi-text-color);transition:all .2s ease;font-family:inherit;width:100%}.phone-input-wrapper .PhoneInputInput::placeholder{color:var(--rpi-placeholder);font-weight:500}.phone-input-wrapper .PhoneInputInput:hover{border-color:var(--rpi-focus-color)}.phone-input-wrapper .PhoneInputInput:focus{outline:none;border-color:var(--rpi-focus-color);box-shadow:0 0 0 2px var(--rpi-focus-color) 33}.phone-input-wrapper.phone-input-error .PhoneInputCountry,.phone-input-wrapper.phone-input-error .PhoneInputInput{border-color:#ef4444}.phone-input-wrapper.phone-input-error .PhoneInputInput:focus{box-shadow:0 0 0 2px #ef444433}@media(max-width:640px){.phone-input-wrapper .PhoneInputCountry{height:2.5rem;padding:0 .5rem;min-width:4rem}.phone-input-wrapper .PhoneInputInput{height:2.5rem;padding:0 .75rem;font-size:.8125rem}}
