.countrySelector {
  position: relative;
  width: 100%;
}

.countrySelectorSelcted {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  font-size: 14px;
  color: rgba(55, 63, 70, 1);
  font-family: 'OpenSans-Regular';
  font-weight: normal;
  font-style: normal;
  position: relative;
  padding-left: 20px !important;
  height: 55px;
  width:100%;
}

.countrySelectorSelcted:after {
  background: url(arrowdown.png);
  content: '';
  position: absolute;
  top: 43%;
  right: 10px;
  width: 9px;
  height: 9px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 2;
}

.countrySelectorSelcted:before {
    background-color: #e3e3e5;
    content: '';
    position: absolute;
    top: 12px;
    right: 35px;
    width: 0px;
    height: 50%;
    pointer-events: none;
    z-index: 2;
}

.countrySelectorSelctedIcon {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}

.countrySelectorSelctedText {
  font-size: 14px;
  color: rgba(39, 50, 57, 1);
  font-family: "ProximaNova-Semibold";
  font-weight: normal;
  font-style: normal;
}

.countrySelectorWrap {
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  width: 99.6%;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
  top: 55px;
  z-index: 15;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  max-height: 200px;
  overflow-x: hidden;
  min-width: 300px;
}

.countrySelectorItemIcon {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  background: url(https://raw.githubusercontent.com/behdad/region-flags/gh-pages/png/AG.png)
    no-repeat center;
  background-size: cover;
  margin-right: 10px;
}

.countrySelectorItem {
  padding: 10px;
  display: flex;
  align-self: center;
  font-size: 14px;
  color: rgba(55, 63, 70, 1);
  font-family: "OpenSans-Regular";
  font-weight: normal;
  font-style: normal;
}

.countrySelectorItem:hover {
  background: #eee;
}

.countrySelectorItemCode {
  /*color: #999;*/
  margin-left: 10px;
  font-size: 14px;
  color: rgba(39, 50, 57, 1);
  font-family: "ProximaNova-Medium";
  font-weight: normal;
  font-style: normal;
}

.konycustomcss {
 overflow: visible!important; 
}

.countrySelectorItemName {
	font-size: 14px;
	font-family: "ProximaNova-Medium";
	color:rgba(39, 50, 57, 1);
	font-weight: normal;
    font-style: normal;
}