.vue-country-select{font-size:14px;position:relative}.vue-country-select .current{color:#242726;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;height:30px;padding:0 6px;font-family:inherit;font-size:14px;display:flex}.vue-country-select .current:hover{background-color:#0000000a}.vue-country-select .iti-flag{margin-right:5px;font-size:16px;line-height:1}.vue-country-select .country-code{white-space:nowrap}.vue-country-select .dropdown-arrow{border-top:4.5px solid #242726;border-left:3.5px solid #0000;border-right:3.5px solid #0000;width:0;height:0;margin-left:3px;transition:transform .15s}.vue-country-select.open .dropdown-arrow{transform:rotate(180deg)}.vue-country-select .dropdown-list{z-index:30;text-align:left;background-color:#fff;border:1px solid #ccc;border-radius:12px;width:260px;max-height:220px;margin:0;padding:4px 0;list-style:none;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f}.vue-country-select .dropdown-item{cursor:pointer;align-items:center;gap:8px;padding:8px 12px;display:flex}.vue-country-select .dropdown-item strong{flex:1;font-weight:400}.vue-country-select .dropdown-item .country-code{color:#8a8f8e}.vue-country-select .dropdown-item.divider{border-top:1px solid #ededed;margin-top:4px;padding-top:12px}.vue-country-select .dropdown-item.highlighted,.vue-country-select .dropdown-item:hover{background-color:#0000000a}
