:root{--PhoneInput-color--focus:#03b2cb;--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: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,0.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,0.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1 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)}.themed-country-select{position:relative;display:flex;align-items:stretch;z-index:100}.themed-country-select__trigger{display:flex;align-items:center;gap:6px;padding:6px 8px 6px 10px;background:#f1f5f9;border:none;border-right:1px solid #d1d5db;border-radius:var(--form-input-radius,8px) 0 0 var(--form-input-radius,8px);cursor:pointer;min-height:100%;transition:background .2s ease}.themed-country-select__trigger:hover{background:#e2e8f0}.themed-country-select__flag{font-size:20px;line-height:1}.themed-country-select__arrow{color:#64748b;display:flex;align-items:center;transition:transform .2s ease}.themed-country-select__trigger[aria-expanded=true] .themed-country-select__arrow{transform:rotate(180deg)}.themed-country-dropdown{position:absolute;top:calc(100% + 4px);left:0;width:280px;max-height:320px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.15),0 4px 12px rgba(0,0,0,.08);z-index:99999;display:flex;flex-direction:column;overflow:hidden;animation:countryDropdownIn .15s ease-out}@keyframes countryDropdownIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.themed-country-dropdown__search-wrap{padding:10px 12px 8px;border-bottom:1px solid #f1f5f9;background:#fafbfc}.themed-country-dropdown__search{width:100%;padding:8px 12px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:13px;color:#333;background:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.themed-country-dropdown__search:focus{border-color:#28a745;box-shadow:0 0 0 3px rgba(40,167,69,.12)}.themed-country-dropdown__search::placeholder{color:#94a3b8}.themed-country-dropdown__list{list-style:none;margin:0;padding:4px 0;overflow-y:auto;flex:1 1;scrollbar-width:thin;scrollbar-color:#c3ddd4 transparent}.themed-country-dropdown__list::-webkit-scrollbar{width:5px}.themed-country-dropdown__list::-webkit-scrollbar-thumb{background:#c3ddd4;border-radius:10px}.themed-country-dropdown__list::-webkit-scrollbar-track{background:transparent}.themed-country-dropdown__item{display:flex;align-items:center;gap:10px;padding:9px 14px;cursor:pointer;transition:background .15s ease,color .15s ease;font-size:13.5px;color:#374151}.themed-country-dropdown__item:hover{background:linear-gradient(135deg,rgba(25,135,84,.08),rgba(40,167,69,.12));color:#198754}.themed-country-dropdown__item--selected{background:linear-gradient(135deg,#198754,#28a745)!important;color:#fff!important;font-weight:600}.themed-country-dropdown__item--selected:hover{background:linear-gradient(135deg,#157347,#198754)!important;color:#fff!important}.themed-country-dropdown__item-flag{font-size:18px;line-height:1;flex-shrink:0}.themed-country-dropdown__item-label{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.themed-country-dropdown__item-code{font-size:12px;color:#6b7280;font-weight:500;flex-shrink:0;min-width:36px;text-align:right}.themed-country-dropdown__item--selected .themed-country-dropdown__item-code{color:rgba(255,255,255,.8)}.themed-country-dropdown__empty{padding:20px 14px;text-align:center;color:#94a3b8;font-size:13px}@media (max-width:480px){.themed-country-dropdown{width:260px;max-height:280px}.themed-country-dropdown__item{padding:8px 12px;font-size:13px}.themed-country-select__flag{font-size:18px}}