#tradux-selector{
  position:fixed;
  top:20px;
  right:10px;
  z-index:9999;
  display:flex;
  gap:8px;
}
#tradux-selector img{
  width:28px;
  height:auto;
  cursor:pointer;
  opacity:0.5;
  transition:0.2s;
}
#tradux-selector img.active,
#tradux-selector img:hover{
  opacity:1;
}
