/** @format */

#google_translate_element {
  display: flex;
  position: relative;
}

.goog-te-gadget,
.goog-te-gadget-simple {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  height: 30px;
  line-height: 30px;
}

.header-dark .goog-te-combo {
  color: var(--color-primary) !important;
}

.scrolled .header-dark .goog-te-combo {
  color: rgba(255, 255, 255, 0.8) !important;
}

.goog-te-combo {
  color: var(--color-white) !important;
  border: none !important;
  padding: 9px 0;
  line-height: 1.3 !important;
  font-size: 1.063rem !important;

  margin: 0 !important;
  height: auto !important;
  width: 80px !important;
  font-family: var(--font-family-heading) !important;
}

.goog-te-combo option {
  color: var(--color-black) !important;
}

.goog-te-gadget {
  height: auto !important;
}

.goog-te-gadget img,
.goog-te-gadget-simple .goog-te-menu-value span:nth-child(1),
.goog-te-gadget-simple .goog-te-menu-value span:nth-child(3),
.goog-te-gadget-simple .goog-te-menu-value span:nth-child(5) {
  display: none !important;
}

.goog-te-gadget-simple .goog-te-menu-value {
  color: #000 !important;
  font-size: 12px;
  font-family: 'pt_sansregular', sans-serif !important;
  padding: 0 5px;
  text-transform: uppercase;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 15px !important;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span:last-of-type {
  display: none;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span:nth-of-type(2) {
  display: none;
}

.goog-te-gadget > *:not(div) {
  display: none !important;
}

@media screen and (min-width: 1025px) {
  .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    font-size: 14px !important;
  }

  .goog-te-combo {
    width: 70px !important;
    padding: 0 !important;
    font-size: 0.875rem !important;
  }

  #google_translate_element::after {
    margin: 0 15px;
    width: 1px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.8);
    content: '';
  }

  .goog-te-combo {
    color: rgba(255, 255, 255, 0.8) !important;
  }
}
