: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:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.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{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{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);display:block}.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%;position:relative}.custom-phone-input__container{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;align-items:center;width:100%;height:48px;padding:0 4px;transition:all .2s;display:flex}.custom-phone-input:focus-within .custom-phone-input__container{background:#fff;border-color:#135bec;box-shadow:0 0 0 3px #135bec1a}.custom-phone-input--error .custom-phone-input__container,.custom-phone-input--error:focus-within .custom-phone-input__container{border-color:#e63946}.custom-phone-input__trigger{cursor:pointer;color:#1d3557;background:0 0;border:none;border-right:1px solid #e2e8f0;align-items:center;gap:8px;height:80%;margin-right:4px;padding:0 12px;font-size:14px;font-weight:600;display:flex}.custom-phone-input__trigger--locked{cursor:default;opacity:.85}.custom-phone-input__flag{object-fit:contain;border-radius:2px;width:22px;height:16px}.custom-phone-input__code{white-space:nowrap}.custom-phone-input__arrow{justify-content:center;align-items:center;transition:transform .2s;display:inline-flex}.custom-phone-input__arrow svg{stroke:#475569!important;stroke-width:3px!important;width:12px!important;height:12px!important}.custom-phone-input__arrow--open{transform:rotate(180deg)}.custom-phone-input__field{flex:1;height:100%}.custom-phone-input__field .PhoneInputInput{color:#1d3557!important;background:0 0!important;border:none!important;outline:none!important;width:100%!important;height:100%!important;padding:0 8px!important;font-size:15px!important;font-weight:500!important}.custom-phone-input__field .PhoneInputInput::placeholder{color:#94a3b8}.custom-phone-input__input{color:#000;background:0 0;border:none;outline:none;flex:1;height:100%;padding:0 12px;font-size:15px;font-weight:500}.custom-phone-input__input::placeholder{color:#94a3b8}.custom-phone-input__dropdown{z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;width:100%;max-width:320px;animation:.2s ease-out dropdownSlide;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.custom-phone-input__search-wrapper{background:#f8fafc;border-bottom:1px solid #f1f5f9;padding:12px}.custom-phone-input__search{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;outline:none;width:100%;height:36px;padding:0 12px;font-size:14px;transition:all .2s}.custom-phone-input__search:focus{border-color:#135bec}.custom-phone-input__list{overscroll-behavior:contain;max-height:240px;margin:0;padding:0;list-style:none;overflow-y:auto}.custom-phone-input__item{cursor:pointer;align-items:center;gap:12px;padding:10px 14px;font-size:14px;transition:all .2s;display:flex}.custom-phone-input__item:hover{background:#f1f5f9}.custom-phone-input__item--selected{color:#135bec;background:#eff6ff;font-weight:600}.custom-phone-input__label{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.custom-phone-input__calling-code{color:#94a3b8;font-size:13px;font-weight:400}.custom-phone-input__no-results{text-align:center;color:#94a3b8;padding:16px;font-size:14px}.custom-phone-input__error-text{color:#e63946;margin-top:8px;font-size:12px;font-weight:600;animation:.2s phoneInputSlideIn;display:block}@keyframes phoneInputSlideIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (max-width:359px){.custom-phone-input__trigger{gap:4px;padding:0 6px;font-size:14px}.custom-phone-input__trigger img{width:16px;height:16px}.custom-phone-input__input{padding:0}}
