/* .flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
} */

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 2.5em;
  line-height: 2.5em;
  margin-left: 7px;
  margin-right: 7px;
}

.flag-icon:before {
  content: "\00a0";
}

/* .flag-icon.flag-icon-squared {
  width: 1em;
} */