.lang-wrapper {
  position: relative;
  display: inline-block;
}

.lang-icon {
  cursor: pointer;
  font-size: 20px;
  padding: 6px;
}

.lang-box {
  display: none;
  position: absolute;
  top: 70px;
  right: 15%;
  background: #fff;
  padding: 6px;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
  z-index: 9999;
}

#google_translate_element {
  transform: scale(0.75);
  transform-origin: top right;
}

.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  font-size: 12px !important;
}





/* AA / अA icon style */
.slash-aa {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  cursor: pointer;
  line-height: 1;
}


/* .slash-aa:hover {
  background: #f2f2f2;
} */
