.headerRightContainer {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  padding: 5px;
}

.flatIcon {
  width: 25px;
  height: 20px;
}

.languageLabel {
  color: var(--textGreyColor2);
}

.btnLanguageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
