.tailfin-country-picker__backdrop{position:fixed;inset:0;background:#0000008c;z-index:999998;backdrop-filter:blur(2px);animation:tailfin-country-picker-fade .2s ease-out}.tailfin-country-picker{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:999999;display:flex;flex-direction:column;width:calc(100% - 32px);max-width:480px;max-height:calc(100dvh - 48px);background:#fff;color:#111;border-radius:8px;box-shadow:0 24px 64px #00000047,0 4px 12px #0000001f;overflow:hidden;transform-origin:center;animation:tailfin-country-picker-appear .2s ease-out}@media(max-width:540px){.tailfin-country-picker{width:calc(100% - 16px)}}.tailfin-country-picker__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid #e5e5e5}.tailfin-country-picker__title{margin:0;font-size:1.125rem;font-weight:700;line-height:1.2}.tailfin-country-picker__close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:0;border-radius:4px;color:inherit;cursor:pointer;transition:background .15s ease}.tailfin-country-picker__close:hover,.tailfin-country-picker__close:focus-visible{background:#0000000a}.tailfin-country-picker__close:focus-visible{outline:2px solid currentColor;outline-offset:2px}.tailfin-country-picker__body{flex:1 1 auto;min-height:0;padding:20px;display:flex;flex-direction:column}.tailfin-country-picker__select{width:100%}.tailfin-country-picker__footer{flex:0 0 auto;padding:20px;border-top:1px solid #e5e5e5;display:flex!important;justify-content:flex-end;background:#fff}.tailfin-country-picker__update{appearance:none!important;-webkit-appearance:none!important;display:inline-flex!important;visibility:visible!important;opacity:1;align-items:center;justify-content:center;padding:10px 20px!important;min-width:120px!important;min-height:40px!important;background:#111!important;background-color:#111!important;background-image:none!important;color:#fff!important;border:0!important;border-radius:4px!important;font:inherit!important;font-weight:600!important;line-height:1.2!important;text-shadow:none!important;text-transform:none!important;box-shadow:none!important;cursor:pointer;transition:opacity .15s ease}.tailfin-country-picker__update:hover{opacity:.85}.tailfin-country-picker__update:focus-visible{outline:2px solid currentColor;outline-offset:2px}.tailfin-country-picker__update:disabled{opacity:.45;cursor:not-allowed}.tailfin-country-picker__option{display:flex;align-items:center;gap:10px;min-width:0}.tailfin-country-picker__flag{flex:0 0 auto;width:22px;height:16px;border-radius:2px;box-shadow:0 0 0 1px #00000014}.tailfin-country-picker__name{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tailfin-country-picker__currency{flex:0 0 auto;font-size:.8rem;color:#6b7280;font-variant-numeric:tabular-nums}body.tailfin-country-picker-open{overflow:hidden}.tailfin-country-picker.is-loading{pointer-events:none;opacity:.75}.tailfin-country-picker .select2-container--default .select2-selection--single{height:44px;line-height:1;border:1px solid #e5e5e5;border-radius:6px;background:#fff}.tailfin-country-picker .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:44px;padding:0 36px 0 12px;color:#111}.tailfin-country-picker .select2-container--default .select2-selection--single .select2-selection__arrow{height:44px;right:8px}.tailfin-country-picker .select2-container--default.select2-container--open .select2-selection--single{border-color:#111;box-shadow:0 0 0 3px #00000014}.select2-dropdown.tailfin-country-picker__dropdown{z-index:1000010;border-color:#e5e5e5;border-radius:6px;box-shadow:0 8px 24px #0000001f;display:flex;flex-direction:column;max-height:45dvh;overflow:hidden}.select2-dropdown.tailfin-country-picker__dropdown .select2-search--dropdown{flex:0 0 auto;padding:8px}.select2-dropdown.tailfin-country-picker__dropdown .select2-search--dropdown .select2-search__field{padding:8px 10px;border:1px solid #e5e5e5;border-radius:4px;font:inherit;font-size:.95rem}.select2-dropdown.tailfin-country-picker__dropdown .select2-search--dropdown .select2-search__field:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #00000014}.select2-dropdown.tailfin-country-picker__dropdown .select2-results{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.select2-dropdown.tailfin-country-picker__dropdown .select2-results__options{flex:1 1 auto;min-height:0;max-height:none;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.select2-dropdown.tailfin-country-picker__dropdown .select2-results__group{padding:8px 12px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;background:#fafafa;border-bottom:1px solid #e5e5e5}.select2-dropdown.tailfin-country-picker__dropdown .select2-results__option{padding:8px 12px;min-width:0}.select2-dropdown.tailfin-country-picker__dropdown .select2-results__option--highlighted[aria-selected],.select2-dropdown.tailfin-country-picker__dropdown .select2-results__option--highlighted{background:#0000000a;color:#111}.select2-dropdown.tailfin-country-picker__dropdown .select2-results__option[aria-selected=true]{background:#0000000f;font-weight:600}@keyframes tailfin-country-picker-fade{0%{opacity:0}to{opacity:1}}@keyframes tailfin-country-picker-appear{0%{opacity:0;transform:translate(-50%,-50%) scale(.97)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media(prefers-reduced-motion:reduce){.tailfin-country-picker,.tailfin-country-picker__backdrop{animation:none}}
