.input-country{font-family:CupraRegular;font-size:16px;line-height:20px;width:100%}
.input-country__value{position:relative;display:flex;justify-content:space-between;align-items:center;padding:8px 0}
.input-country__value::after{content:'';position:absolute;width:100%;height:1px;background-color:#75787b;bottom:0;left:0}
.input-country__value-icon{transition:all .3s ease;background-image:url("clientlibs/resources/icons/ic-arrow.svg");background-repeat:no-repeat;background-size:contain;background-position:center;width:12px;height:6px}
.input-country__list{max-height:144px;overflow:auto}
.input-country__search{overflow:hidden;height:100%;transition:max-height .3s ease;font-family:CupraBook}
.input-country__search>div:first-child{display:flex;align-items:center;justify-content:space-between;position:relative;line-height:24px;padding-bottom:8px;padding-top:8px;margin-bottom:24px}
.input-country__search>div:first-child input{border:0;outline:0;background-color:transparent}
.input-country__search>div:first-child::after{content:'';position:absolute;width:100%;height:1px;background-color:#75787b;bottom:0;left:0}
.input-country__search>div:first-child img{position:absolute;right:10px;width:21px;height:21px}
.input-country__search-opened{transition:max-height .3s ease;max-height:296px}
.input-country__search-closed{max-height:48px}
.input-country__search-closed input{cursor:pointer}
.input-country__selected{display:none;justify-content:space-between;align-items:center;margin-bottom:24px;position:relative;padding-top:20px;padding-bottom:8px}
.input-country__selected::after{content:'';position:absolute;width:100%;height:1px;background-color:#008a96;bottom:0;left:0}
.input-country__selected div:first-child{position:absolute;top:0;left:0;font-family:CupraRegular;font-size:12px;color:#666}
.input-country__selected .input-country__option{margin-bottom:0}
.input-country__option{margin-bottom:16px;cursor:pointer}
.input-country__option img{max-width:24px;max-height:15px;margin-right:8px}
.input-country__icon{cursor:pointer;background-repeat:no-repeat;background-size:contain;background-position:center}
.input-country__icon-arrow{background-image:url("clientlibs/resources/icons/ic-arrow.svg");width:12px;height:6px}
.input-country__icon-lens{background-image:url("../../../../../../etc.clientlibs/nuevaswebs/components/clientlibs/cupra/main/resources/img/icon_search_lightgrey.svg");width:21px;height:21px}
.input-country__icon-remove{background-image:url("../../../../../../etc.clientlibs/nuevaswebs/components/clientlibs/cupra/main/resources/img/icon_close_lightgrey.svg");width:16px;height:16px}