
.SearchCountrySelectPlaceHolder {
  position: absolute;
  inset-inline-start: 25px;
  z-index: 10;
}

.SelectedCountry {
  width: 39px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  border-inline-end: 1px solid #dedede;
}

.CountriesList {
  position: absolute;
  margin: 0px;
  padding: 0px;
  list-style: none;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  bottom: -2px;
  inset-inline-start: 0px;
  width: 300px;
  display: none;
}

.CountriesList.Open {
  display: table;
}

.CountriesList li {
  width: 130px;
  padding: 5px 10px;
  cursor: pointer;
}

.CountriesList li{
  float: right;
}

body.ltr .CountriesList li{
  float: left;
}

.CountriesList li:hover {
  background: #f1f1f1;
}

.CountriesList a {
  display: block;
}
.CountriesList a,
.CountriesList a:hover {
  color: #333333;
  text-decoration: none;
}

.flag {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-inline-end: 1px;
  background-repeat: no-repeat;
  background-image: url('/National_Library/oe_/https://people.jobmaster.co.il/images/flags/flags.png');
  background-position: 24px 0px;
}





