/* Hide Google Translate Top Bar */
body {
  top: 0 !important;
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
.skiptranslate>iframe.skiptranslate {
    display: none !important;
}

/* Widget Container */
#google_translate_element {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 0;
}

/* Widget Buton Style */
.goog-te-gadget-simple {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  padding: 4px 8px !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  display: inline-block;
  cursor: pointer;
  zoom: 1;
}

/* Text Colors */
.goog-te-gadget-simple span {
  color: inherit !important;
}

/* Hide Unnecessary Icons */
.goog-te-gadget-icon {
  display: none !important;
}
.goog-te-menu-value span:nth-child(3),
.goog-te-menu-value span:nth-child(5) {
  display: none !important;
}
