.header-right {
  display: flex;
  align-items: center;
}
.header-right .lang-switch {
  margin-right: 20px;
  padding: 5px 8px;
  border-radius: 8px;
  color: #fff;
  position: relative;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.1);
}
.header-right .lang-switch .selected {
  width: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}
.header-right .lang-switch .selected img {
  width: 24px;
  height: 15px;
  object-fit: cover;
  object-position: center;
}
.header-right .lang-switch .options {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  display: none;
  background: #000;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.header-right .lang-switch .options .option {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
}
.header-right .lang-switch .options .option.selected-option {
  background: rgba(255, 255, 255, 0.2);
  cursor: initial;
}
.header-right .lang-switch .options .option .option-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 120px;
}
.header-right .lang-switch .options .option .option-wrapper img {
  width: 24px;
  height: 15px;
  object-fit: cover;
  object-position: center;
}
.header-right .lang-switch:hover .options {
  display: initial;
}

/*# sourceMappingURL=custom.css.map */
