#Lang-App .cont {
  width: 110px;
  height: 50px;
  overflow: hidden;
  background-color: white;
  border-radius: 5px;
  transition: all 0.5s ease;
}
#Lang-App .cont div {
  height: 36px;
  margin: 3px auto;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  padding: 2px;
  cursor: pointer;
  border: solid 2px #49bcce;
}
#Lang-App .cont div p {
  font-weight: 600;
  color: #49bcce;
  align-self: center;
}
#Lang-App .cont div img {
  width: 40px;
  border-radius: 100%;
}
#Lang-App .cont div:hover {
  background-color: lightgray;
  transition: all 0.4s ease;
}
#Lang-App .cont-O {
  transition: all 0.5s ease;
  height: 155px;
}/*# sourceMappingURL=lang.css.map */