.country-select {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  position: relative;
  text-align: left;
  vertical-align: middle
}
.country-select .country-select-toggle {
  align-items: center;
  display: flex;
  gap: 5px
}
.flag-icon-us.flag-icon-squared {
    background-image: url("../images/language/us.svg");
}
.country-select .flag-icon-squared {
  border-radius: 50%;
  line-height: 20px;
  width: 20px;
	height: 20px;
}
.country-select > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  outline: 0;
  position: absolute;
  text-indent: 1000px;
  top: 0;
  width: 100%
}
.flag-icon, .flag-icon-background {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}