﻿
.switch-lang {
  width: 120px;
  text-align: left;
  cursor: pointer;
  z-index: 150;
  position: absolute;
  top: 10px;
  right: 0px;
}
.switch-lang:hover .lang-dropdown {
  display: block;
}
.switcher-link {
  color: blue;
}
.switcher-link:hover {
  color: blue;
}
.current-lang {
  background:transparan;
  padding: 0px 0px 0px 0px;
  border-radius: 5px;

  }
.lang-flag {
margin-bottom:0px;
  display: inline-block;

}
.lang-text {
  display: inline-block;
  margin-left: 2px;
  vertical-align: top;
  margin-top: 5px;
 
}
.lang-dropdown {
  display: none;
  background:white;
  border-radius: 5px;
  margin-top: 5px;
  background-color: #f5f5f5;
  color:Black;

}
.selecting-lang {
  padding: 0px 5px 0px 5px;
  cursor: pointer;
  max-height:30px !important;
   height:30px !important;
}
.selecting-lang:hover {
  background: white;
  color:Black;
  width:120px;
  max-height:30px !important;
}
ul > :first-child {
  border-radius: 5px 5px 0px 0px;
}
ul > :last-child {
  border-radius: 0px 0px 5px 5px;
}
li {
  list-style-type: none;
}
.menu-arrow {
  display: inline-block;
  width: 0px;
  margin-left: 0px;
  vertical-align: top;
  margin-top: 0px;

}