.translator {
  background: transparent;
  padding: 20px 10px;
  width: auto;
  position: fixed;
  left: 10px;
  top: 100px;
  border-radius: 4px;
  opacity: 0.8;
  z-index: 20;
}

@media (max-width: 991px) {
  .translator {
    background: #121923;
    padding: 2px 10px;
    width: auto;
    position: fixed;
    left: 5px;
    top: 80px;
    border-radius: 4px;
    opacity: 0.8;
    z-index: 20;
  }
}
/* OVERRIDE GOOGLE TRANSLATE WIDGET CSS BEGIN */
div#google_translate_element {
  border: none;
  background-color: #121923;
  height: 30px;
  color: #fff;
}

div#google_translate_element div.goog-te-gadget-simple a:hover {
  text-decoration: none;
}

div#google_translate_element div.goog-te-gadget-simple a span {
  color: #aaa;
}

div#google_translate_element div.goog-te-gadget-simple a span:hover {
  color: #fff;
}

.goog-te-gadget-icon {
  display: none !important;
}

.goog-te-gadget .goog-te-combo {
  color: #fff;
  width: 100%;
  height: 40px;
  background-color: #121923;
  border: 1px solid #7d828c;
  /* font-family: "FontAwesome", "arial"; */
}

.skiptranslate iframe {
  background-color: transparent;
  border-bottom: 0;
  margin: 0;
  box-shadow: none;
  display: none;
}
