:root{--PhoneInput-color--focus:#893991;--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:#893991;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#893991;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center;border:none;background:transparent;box-shadow:none;overflow:hidden;padding:0;height:56px;flex:1}.PhoneInputInput{flex:1;min-width:0;background-color:transparent;color:#fff;font-size:16px;padding:.5rem;border:none;outline:none;height:100%}.PhoneInputInput::placeholder{color:hsla(0,0%,100%,.4)}.PhoneInputInput:focus{outline:none;box-shadow:none}.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);color:#fff}.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:none}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.phone-input-container{height:56px;overflow:hidden;display:flex;align-items:center;border-radius:10px;border:1px solid #52205f;background:linear-gradient(0deg,#361849,#210e2f);box-shadow:inset 0 4px 4px 0 rgba(0,0,0,.25);padding:.25rem .5rem;transition:all .2s ease}.phone-input-container.phone-input-focused{border-color:#f3d587;background:linear-gradient(0deg,#361849,#210e2f);box-shadow:inset 0 4px 4px 0 rgba(0,0,0,.25),0 0 14.7px 0 hsla(43,82%,74%,.39)}.phone-input-container.phone-input-valid{border-color:#6fba7f;background:linear-gradient(0deg,#202327,#161a1a);box-shadow:inset 0 4px 4px 0 rgba(0,0,0,.25),0 0 14.7px 0 rgba(111,186,127,.4)}.phone-input-container.phone-input-error{border-radius:11px;border-color:#e96d64;background:linear-gradient(0deg,#2a1723,#201216);box-shadow:inset 0 4px 4px 0 rgba(0,0,0,.25),0 0 14.7px 0 hsla(4,75%,65%,.4)}.phone-icon-wrapper{display:flex;align-items:center;margin-right:.5rem}.phone-icon{color:#b647bd!important;opacity:1}.phone-input-disabled .phone-input-container{background:linear-gradient(0deg,#2a2a2a,#1a1a1a);box-shadow:inset 0 4px 4px 0 rgba(0,0,0,.25);opacity:.5;cursor:not-allowed}.phone-input-disabled .phone-icon{color:#6b7280;opacity:.5}.phone-input-disabled .PhoneInputInput{color:#6b7280;cursor:not-allowed}.phone-input-disabled .PhoneInputInput::placeholder{color:#4b5563}.phone-input-disabled .PhoneInputCountry{color:#6b7280}.phone-input-disabled .PhoneInputCountrySelectArrow{border-color:#6b7280;opacity:.5}.phone-input-disabled .PhoneInputCountrySelect{cursor:not-allowed}.PhoneInputCountryIcon,.PhoneInputCountrySelectArrow{display:none}.PhoneInputCountry{margin-right:0}