.CountrySelector_inputGroup__LljUH{position:relative;display:flex;flex-direction:column;gap:4px;width:100%}.CountrySelector_searchInputs__J1STp{padding:7px;border:1px solid #ccc;border-radius:6px;font-size:14px}.CountrySelector_suggestionList__mQreU{position:absolute;top:85%;left:0;right:0;background:white;border:1px solid #ccc;border-radius:6px;margin-top:4px;max-height:200px;overflow-y:auto;z-index:10;box-shadow:0 2px 5px rgba(0,0,0,.1)}.CountrySelector_noResultsItem__d7LrE,.CountrySelector_suggestionItem__0y_Un{padding:8px 12px;cursor:pointer;transition:background .2s}.CountrySelector_suggestionItem__0y_Un:hover{background-color:#f5f5f5}.CountrySelector_noResultsItem__d7LrE{text-align:center;color:#a33;cursor:default}.CountrySelector_loaderWrapper__rl31d{display:flex;justify-content:center;padding:12px 0}.CountrySelector_loader__oMmiy{width:22px;height:22px;border:3px solid #ddd;border-top-color:#007bff;border-radius:50%;animation:CountrySelector_spin__eIVjq .8s linear infinite}@keyframes CountrySelector_spin__eIVjq{to{transform:rotate(1turn)}}