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

.goog-te-menu-frame {
  z-index: 999999 !important;
  border: none !important;
}

.my-lang-button {
  background: #005a9e;
  color: #fff;
  border: 0;
  padding: .5rem .75rem;
  border-radius: .25rem;
  font: inherit;
  cursor: pointer;
}

.my-lang-button:hover,
.my-lang-button:focus {
  background: #0a66b2;
}


/* Container Box */
.custom-translate-wrapper {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  border: 1px solid #005a9e !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  height: 38px !important;
  padding-right: 36px !important;
}

.custom-translate-wrapper select,
.custom-translate-wrapper #clean_language_selector {
  border: none !important;
  background: transparent !important;
  padding: 0 12px !important;
  height: 100% !important;
  font-size: 0.95rem !important;
  color: #333333 !important;
  outline: none !important;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  cursor: pointer;
}

.custom-translate-wrapper .translate-icon-wrap {
  position: absolute !important;
  right: 10px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
  display: flex !important;
  align-items: center !important;
}

.custom-translate-wrapper .translate-icon-wrap svg {
  fill: #005a9e !important;
  color: #005a9e !important;
  width: 18px !important;
  height: 18px !important;
}
