.phonecountryselect{height:100%;top:0;position:fixed;z-index:99999;background-color:#000;color:#FFF;display:none;width:200px;max-width:40%;overflow:auto}
.phonecountryselect .phonecountryoption{margin:.3rem;width:95%;cursor:pointer;white-space:normal;clear:both;min-height:24px;vertical-align:middle;padding:.2rem 0;background-color:#222;border-radius:4px}
.phonecountryselect .phonecountryoption div{display:inline-block;width:calc(100% - 40px);vertical-align:middle;text-align:left}
.phonecountryselect .phonecountryoption:hover{background-color:#FF0;color:#000}
.phonecountryselect .phonecountryoption img{margin-right:.7rem}