.custom_country_select{display:block;height:60px;position:relative;width:100%;border:1px solid #ced4da;border-radius:4px;padding-left:14px;outline:none;caret-color:transparent;-webkit-user-modify:read-only;display:flex;flex-direction:column;justify-content:center}.custom_country_select .select_bar{height:100%;font-size:14px;line-height:60px}.custom_country_select .select_bar span{margin-right:4px}.custom_country_select .select_bar:after{content:"";position:absolute;width:0;height:0;top:28px;right:12px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #ced4da}.custom_country_select:hover:not(.disabled){cursor:pointer}.custom_country_select .options_wrap{position:absolute;overflow:auto;width:100%;height:400px;background:#fff;left:0;top:70px;z-index:9;border:1px solid #a5a5a5;border-radius:10px;box-shadow:0 0 7px 0 hsla(0,0%,77.6%,.5);-ms-overflow-style:none;scrollbar-width:none}.custom_country_select .options_wrap>div>div{height:30px;font-size:12px;line-height:30px;padding-left:8px}.custom_country_select .options_wrap>div>div span{margin-right:2px}.custom_country_select .options_wrap>div .selected,.custom_country_select .options_wrap>div>div:hover{background:#c0164b;color:#fff}.custom_country_select .options_wrap::-webkit-scrollbar{display:none}