/*Basic style for flags*/
.switch_lang {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.switch_lang a {
  /* padding: 0 8px !important; */
}
.switch_lang a:hover,
.switch_lang a:active,
.switch_lang a:focus {
  background: transparent !important;
  text-decoration: none !important;
  outline: none !important;
}
