
.simpledevel_language_current{
  cursor: pointer;
}

.simpledevel_language_current .fa-chevron-down{
  font-size: 12px;
  margin-left: 3px;
  position: relative;
  top: -1px;
}

.simpledevel_language_displayed{
  position: relative;
}

.simpledevel_language_displayed .simpledevel_language_current{
  color: white;
}

.simpledevel_language_displayed .simpledevel_language_current .fa-chevron-down {
  font-size: 14px;
  margin-left: 5px;
  position: relative;
}

.simpledevel_language_displayed:hover ul{
  display: flex;
}

.simpledevel_language_displayed ul{
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
  position: absolute;
  z-index: 99;
  border: 1px solid
  #001446;
  background:
  white;
  border-radius: 5px;
  padding: 10px 15px;
  margin-left: -10px;
}

.simpledevel_language_displayed li{
  margin: 5px 0;
}


/*@media (max-width: 800px) {



}*/
