.custom-country-selector-wrapper{position:relative;display:inline-block}.custom-country-selector-wrapper .disclosure__button{display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:4px;cursor:pointer;transition:.2s;font-size:12px;min-width:120px;max-width:200px}.custom-country-selector-wrapper .disclosure__button:hover{background:rgba(0,0,0,.05)}.custom-country-selector-wrapper .country-flag{width:18px;height:18px;display:flex;align-items:center;justify-content:center}.custom-country-selector-wrapper .country-flag svg{width:100%;height:100%;border-radius:50%}.custom-country-selector-wrapper .country,.custom-country-selector-wrapper .country-code{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-country-selector-wrapper .chevron-icon{display:flex;align-items:center;justify-content:center;margin-left:4px;transition:transform .2s}.custom-country-selector-wrapper .disclosure__button[aria-expanded=true] .chevron-icon{transform:rotate(180deg)}.custom-country-selector-wrapper .icon-chevron-down{width:8px;height:5px;vertical-align:middle;position:relative;top:-1px}.custom-country-selector-wrapper .country-selector-dropdown{display:none;position:absolute;top:100%;right:0;background-color:#fff;min-width:300px;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);z-index:1000;border-radius:8px;margin-top:5px;padding:12px}.custom-country-selector-wrapper .country-selector-dropdown.show{display:block}.custom-country-selector-wrapper .country-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.custom-country-selector-wrapper .country-grid-item{display:flex;align-items:center;justify-content:center;padding:8px;text-decoration:none;color:#000;transition:background-color .2s;border-radius:4px;text-align:center}.custom-country-selector-wrapper .country-grid-item:focus,.custom-country-selector-wrapper .country-grid-item:hover{background-color:rgba(0,0,0,.05);outline:0}.custom-country-selector-wrapper .country-grid-item:active{background-color:rgba(0,0,0,.12)}.custom-country-selector-wrapper .country-grid-item[aria-current=true]{background-color:rgba(0,0,0,.05)}.custom-country-selector-wrapper .country-item-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:100%}.country-selector-backdrop{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:9999}.country-selector-backdrop.show{display:block}.custom-country-selector-wrapper .disclosure__button.loading{opacity:.7;pointer-events:none}.custom-country-selector-wrapper .disclosure__button.loading::after{content:"";display:inline-block;width:12px;height:12px;margin-left:8px;border:2px solid rgba(0,0,0,.2);border-top-color:currentColor;border-radius:50%;animation:.6s linear infinite country-selector-spin}@keyframes country-selector-spin{to{transform:rotate(360deg)}}@media screen and (max-width:749px),(pointer:coarse){.mobile-country-selector-container{display:flex;align-items:center}.custom-country-selector-wrapper .country-selector-dropdown{position:absolute;top:100%;left:0;right:0;width:100%;max-height:70vh;overflow-y:auto;margin-top:5px;border-radius:8px;z-index:10000;padding:16px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.custom-country-selector-wrapper .country-grid{grid-template-columns:1fr;gap:8px}.custom-country-selector-wrapper .country-grid-item{padding:14px 10px;min-height:48px}.drawer__top{padding-left:8px}}@media screen and (max-width:480px),(pointer:coarse) and (max-width:480px){.custom-country-selector-wrapper .country-grid{grid-template-columns:repeat(2,1fr)}}
/*# sourceMappingURL=country-localization.min.css.map */