.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{height:var(--react-international-phone-height,36px);box-sizing:border-box;border:1px solid var(--react-international-phone-country-selector-border-color,var(--react-international-phone-border-color,gainsboro));appearance:button;background-color:var(--react-international-phone-country-selector-background-color,var(--react-international-phone-background-color,white));cursor:pointer;text-transform:none;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.react-international-phone-country-selector-button:hover{background-color:var(--react-international-phone-country-selector-background-color-hover,whitesmoke)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:#0000}.react-international-phone-country-selector-button__button-content{justify-content:center;align-items:center;display:flex}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-top:var(--react-international-phone-country-selector-arrow-size,4px)solid var(--react-international-phone-country-selector-arrow-color,#777);border-right:var(--react-international-phone-country-selector-arrow-size,4px)solid transparent;border-left:var(--react-international-phone-country-selector-arrow-size,4px)solid transparent;margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color,#999)}.react-international-phone-country-selector-button--disabled{background-color:var(--react-international-phone-disabled-country-selector-background-color,var(--react-international-phone-disabled-background-color,whitesmoke));cursor:auto}.react-international-phone-country-selector-button--disabled:hover{background-color:var(--react-international-phone-disabled-country-selector-background-color,var(--react-international-phone-disabled-background-color,whitesmoke))}.react-international-phone-flag-emoji{width:var(--react-international-phone-flag-width,24px);height:var(--react-international-phone-flag-height,24px);box-sizing:border-box}.react-international-phone-country-selector-dropdown{z-index:1;top:var(--react-international-phone-dropdown-top,44px);left:var(--react-international-phone-dropdown-left,0);background-color:var(--react-international-phone-dropdown-item-background-color,var(--react-international-phone-background-color,white));width:300px;max-height:200px;box-shadow:var(--react-international-phone-dropdown-shadow,2px 2px 16px #00000040);color:var(--react-international-phone-dropdown-item-text-color,var(--react-international-phone-text-color,#222));flex-direction:column;margin:0;padding:4px 0;list-style:none;display:flex;position:absolute;overflow-y:scroll}.react-international-phone-country-selector-dropdown__preferred-list-divider{height:1px;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin,0);background:var(--react-international-phone-dropdown-preferred-list-divider-color,var(--react-international-phone-border-color,gainsboro));border:none}.react-international-phone-country-selector-dropdown__list-item{min-height:var(--react-international-phone-dropdown-item-height,28px);box-sizing:border-box;align-items:center;padding:2px 8px;display:flex}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{font-size:var(--react-international-phone-dropdown-item-font-size,14px);text-overflow:ellipsis;white-space:nowrap;margin-right:8px;overflow:hidden}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-dropdown-item-dial-code-color,gray);font-size:var(--react-international-phone-dropdown-item-font-size,14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,whitesmoke));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--selected,.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color,whitesmoke);color:var(--react-international-phone-selected-dropdown-item-text-color,var(--react-international-phone-text-color,#222))}.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-selected-dropdown-item-dial-code-color,var(--react-international-phone-dropdown-item-dial-code-color,gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,whitesmoke))}.react-international-phone-dial-code-preview{border:1px solid var(--react-international-phone-dial-code-preview-border-color,var(--react-international-phone-border-color,gainsboro));background-color:var(--react-international-phone-dial-code-preview-background-color,var(--react-international-phone-background-color,white));color:var(--react-international-phone-dial-code-preview-text-color,var(--react-international-phone-text-color,#222));font-size:var(--react-international-phone-dial-code-preview-font-size,var(--react-international-phone-font-size,13px));justify-content:center;align-items:center;margin-right:-1px;padding:0 8px;display:flex}.react-international-phone-dial-code-preview--disabled{background-color:var(--react-international-phone-dial-code-preview-disabled-background-color,var(--react-international-phone-disabled-background-color,whitesmoke));color:var(--react-international-phone-dial-code-preview-disabled-text-color,var(--react-international-phone-disabled-text-color,#666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:var(--react-international-phone-border-radius,4px);border-top-right-radius:0;border-bottom-right-radius:0;margin-right:-1px}.react-international-phone-input-container .react-international-phone-input{height:var(--react-international-phone-height,36px);box-sizing:border-box;border:1px solid var(--react-international-phone-border-color,gainsboro);border-radius:var(--react-international-phone-border-radius,4px);background-color:var(--react-international-phone-background-color,white);color:var(--react-international-phone-text-color,#222);font-family:inherit;font-size:var(--react-international-phone-font-size,13px);border-top-left-radius:0;border-bottom-left-radius:0;margin:0;padding:0 8px;overflow:visible}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:var(--react-international-phone-disabled-background-color,whitesmoke);color:var(--react-international-phone-disabled-text-color,#666)}
.PhoneInput-module-scss-module__41GYwq__wrapper{flex-direction:column;display:flex;position:relative}.PhoneInput-module-scss-module__41GYwq__label{color:#a5abc8;margin-bottom:.4rem;font-size:1.6rem;font-weight:400;line-height:2.4rem}.PhoneInput-module-scss-module__41GYwq__inputWrapper{background:#ffffff0d;border:1px solid #0000;border-radius:1.2rem;align-items:center;gap:.8rem;width:100%;height:5rem;padding:0 1.6rem;transition:background-color .2s;display:flex;position:relative}.PhoneInput-module-scss-module__41GYwq__inputWrapper:focus-within{background:#ffffff14}@media (hover:hover) and (pointer:fine){.PhoneInput-module-scss-module__41GYwq__inputWrapper:hover:not(:disabled){background:#ffffff14}}.PhoneInput-module-scss-module__41GYwq__inputError{border:1px solid #ff646d}.PhoneInput-module-scss-module__41GYwq__countryButton{cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:0;display:flex}.PhoneInput-module-scss-module__41GYwq__chevron{color:#a5abc8;width:1.6rem;height:1.6rem;transition:transform .2s}.PhoneInput-module-scss-module__41GYwq__countryButton[aria-expanded=true] .PhoneInput-module-scss-module__41GYwq__chevron,.PhoneInput-module-scss-module__41GYwq__countryButton[data-dropdown-active=true] .PhoneInput-module-scss-module__41GYwq__chevron{transform:rotate(180deg)}.PhoneInput-module-scss-module__41GYwq__dialCode{font-family:var(--font-primary);color:var(--base-white);font-size:1.6rem;font-weight:500;line-height:2.4rem}.PhoneInput-module-scss-module__41GYwq__input{min-width:0;font-family:var(--font-primary);color:var(--base-white);background:0 0;border:none;flex:1;padding:0;font-size:1.6rem;font-weight:500;line-height:2.4rem}.PhoneInput-module-scss-module__41GYwq__input::placeholder{color:#fff6;font-weight:500}.PhoneInput-module-scss-module__41GYwq__input:focus{outline:none}.PhoneInput-module-scss-module__41GYwq__dropdown{-webkit-backdrop-filter:blur(2rem);backdrop-filter:blur(2rem);flex-direction:column;display:flex;overflow-y:auto;z-index:1000!important;background:#1d2351fa!important;border:1px solid #ffffff3d!important;border-radius:1.2rem!important;max-height:16.8rem!important;padding:.4rem!important;position:absolute!important;top:calc(100% + .8rem)!important;left:0!important;right:0!important;box-shadow:0 .8rem 3.2rem #0006!important}.PhoneInput-module-scss-module__41GYwq__dropdownItem{cursor:pointer;transition:background .15s;border-radius:.8rem!important;align-items:center!important;gap:1rem!important;padding:1rem 1.2rem!important;display:flex!important}.PhoneInput-module-scss-module__41GYwq__dropdownItem:hover{background:#ffffff14!important}.PhoneInput-module-scss-module__41GYwq__dropdownItemSelected{background:0 0!important}.PhoneInput-module-scss-module__41GYwq__dropdownFlag{object-fit:cover;border-radius:.2rem;flex-shrink:0;width:2.2rem;height:1.6rem}.PhoneInput-module-scss-module__41GYwq__dropdownCountryName{min-width:0;color:var(--base-white);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:1.4rem;font-weight:400;line-height:2rem;overflow:hidden}.PhoneInput-module-scss-module__41GYwq__checkIcon{flex-shrink:0;width:2rem;height:2rem}.PhoneInput-module-scss-module__41GYwq__errorText{color:#ff646d;margin:.2rem 0 0;font-size:1.4rem;font-weight:400;line-height:2rem;position:absolute;top:100%;left:1rem}@media (max-width:600px){.PhoneInput-module-scss-module__41GYwq__errorText{font-size:1.2rem;line-height:1.8rem;left:0}}.PhoneInput-module-scss-module__41GYwq__placeholder{color:#fff6;font-size:1.6rem;font-weight:500;line-height:2.4rem}.react-international-phone-country-selector{position:static!important}.react-international-phone-country-selector-button{background:0 0!important;border:none!important;min-width:auto!important;height:auto!important;padding:0!important}.react-international-phone-country-selector-button__button-content{gap:.4rem!important}.react-international-phone-country-selector-button__dropdown-arrow{display:none!important}.react-international-phone-flag-emoji{width:2.2rem!important;height:1.6rem!important;font-size:1.6rem!important}.react-international-phone-country-selector-dropdown{-webkit-backdrop-filter:blur(2rem);backdrop-filter:blur(2rem);background:#1d2351fa!important;border:1px solid #ffffff3d!important;border-radius:1.2rem!important;width:auto!important;max-height:16.8rem!important;position:absolute!important;top:calc(100% + .8rem)!important;left:0!important;right:0!important;box-shadow:0 .8rem 3.2rem #0006!important}.react-international-phone-country-selector-dropdown__list-item{background:0 0!important;border-radius:.8rem!important;padding:1rem 1.2rem!important}.react-international-phone-country-selector-dropdown__list-item:hover{background:#ffffff14!important}.react-international-phone-country-selector-dropdown__list-item-country-name{color:var(--base-white)!important;font-size:1.4rem!important}.react-international-phone-country-selector-dropdown__list-item-dial-code{display:none!important}
