.phone-country-picker{position:relative;display:block;width:100%;min-width:0;font-family:inherit;color:#17243b}
.phone-country-picker>select[hidden],.phone-country-menu[hidden],.phone-country-option[hidden],.phone-country-empty[hidden]{display:none!important}
.phone-country-toggle{display:flex;align-items:center;gap:9px;justify-content:flex-start;width:100%;min-height:44px;padding:10px 12px;border:1px solid #d6dfec;border-radius:9px;background:#fff;color:inherit;font:inherit;font-size:14px;text-align:start;cursor:pointer}
.phone-country-toggle:disabled{opacity:.55;cursor:not-allowed}.phone-country-toggle:focus-visible,.phone-country-option:focus-visible{outline:2px solid #0758f9;outline-offset:2px}
.phone-country-toggle img,.phone-country-option img{display:block;width:24px;height:18px;object-fit:cover;border-radius:2px;box-shadow:0 0 0 1px #17243b14;flex-shrink:0}.phone-country-toggle>span:not(.phone-country-chevron){white-space:nowrap}
.phone-country-chevron{width:7px;height:7px;border:solid #64738a;border-width:0 1.5px 1.5px 0;transform:rotate(45deg);margin:-3px 0 0 auto;flex-shrink:0}
.phone-country-menu{position:fixed;inset:auto;z-index:100000;margin:0;padding:8px;border:1px solid #dce4ef;border-radius:12px;background:#fff;color:#17243b;box-shadow:0 14px 45px #142b4826;overflow:hidden;font-family:inherit}
.phone-country-menu::backdrop{background:transparent;pointer-events:none}
.phone-country-menu .phone-country-search{display:block;width:100%;min-width:0;min-height:42px;margin:0 0 8px;padding:9px 11px;background:#f5f8fc;color:#17243b;border:1px solid #dce4ef;border-radius:7px;font:inherit;font-size:16px;outline-color:#0758f9}
.phone-country-list{overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}
.phone-country-option{display:flex;align-items:center;gap:10px;width:100%;min-height:44px;padding:10px 8px;border:0;border-radius:6px;text-align:start;font:inherit;font-size:13px;line-height:1.4;background:transparent;color:inherit;cursor:pointer}
.phone-country-option>span{flex:1;min-width:0}.phone-country-option small{font-size:12px;color:#64738a;white-space:nowrap}.phone-country-option:hover,.phone-country-option[aria-selected=true]{background:#edf4ff;color:#064bd1}.phone-country-option:disabled{opacity:.5;cursor:not-allowed}
.phone-country-empty{padding:14px 10px;font-size:13px;color:#64738a}
@media(max-width:767px){.phone-country-toggle{min-height:48px}.phone-country-option{min-height:48px}}
