.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
  list-style-type: none;
  padding: 0;
  min-width: 130px;
}

.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
  text-transform: none;
  margin: 0 !important;
  padding: 0 !important;
}

.dropdown-content li > a {
    padding: 0 0 0 10px !important;
    text-align: left !important;
    line-height: 50px !important;
}

.menu-item-language-current:after {border: none !important;}
.menu-item-language-current:focus {color: #fff;}
.dropdown-content li.selected, .dropdown-content li.selected a:hover  {
  background-color: #f5a623 !important; 
  color: #fff !important;
}
.dropdown-content li:hover {
  color: #f5a623;
}
.current-menu-item-lang a {
    color: #f5a623 !important;   
}

.lan-divider {
    height: 1px !important;
    border-bottom: 1px solid #5d5c5c;
}

.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

.dropdown-content li > a, .dropdown-content li > span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

.dropdown-content li > span > label {
  top: 1px;
  left: 3px;
  height: 18px;
}

.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
}

