#otherlanguage-menu {
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  margin-top: -5px;
  margin-left: 10px;
  margin-right: 0px;
  padding-right: 0px;
  box-shadow: 0px 0px 0px 1px #cccccc inset;
  overflow: visible;
  border-radius: 17px;
  background-color: white;
  color: #5f6368;
  font-size: 13px;
  user-select: none;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #otherlanguage-menu {
    border-radius: 17px;
    font-size: 13px;
    min-width: 0;
    margin-left: 0;
    width: 100%;
  }
}

#otherlanguage-menu:hover {
  box-shadow: 0px 1px 6px 0px #cccccc;
}

#otherlanguage-menu #current-otherlanguage-container {
  width: 100%;
  padding-right: 20px;
  margin-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  #otherlanguage-menu #current-otherlanguage-container {
    padding: 10px;
  }
}

#otherlanguage-menu #current-otherlanguage-container img {
  height: 6px;
  margin-left: 5px;
}

#otherlanguage-menu #otherlanguage-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 50vh;
  width: 100%;
  padding: 0 8px;
  flex-direction: column;
  align-items: center;
  overflow-y: scroll;
  -ms-overflow-style: none;
  background-color: white;
  border-radius: 0 0 17px 17px;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
  z-index: 11;
}

#otherlanguage-menu #otherlanguage-options::-webkit-scrollbar {
  display: none;
}

.otherlanguage-option {
  text-align: left;
  margin-bottom: 5px;
  font-size: initial;
  font-weight: 600;
  font-style: italic;
  color: #5f6368;
}

#otherlanguage-menu #otherlanguage-options .otherlanguage-option {
  text-align: center;
  width: 100%;
  padding: 8px 0px;
  user-select: none;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  #otherlanguage-menu #otherlanguage-options .otherlanguage-option {
    padding: 10px 0px;
    font-size: 14px;
  }
  .language {
    font-size: 13px;
  }
}

#otherlanguage-menu #otherlanguage-options .otherlanguage-option:hover {
  background-color: #f2f2f2;
}

#otherlanguage-menu .divider {
  width: 100%;
}
