
/* ================================== *\
    GOOGLE TRANSLATE INIZIO
\* ================================== */
#google_translate_element {
  /*position: absolute;*/
  /*bottom: calc(53px + 16px);*/
  /*right: 16px !important;*/
  visibility: hidden; /* nascosto perché gestito tutto in automatico */
  z-index: 99999;
}

.goog-te-gadget {
  font-family: Roboto, 'Open Sans', sans-serif !important;
  /*text-transform: uppercase;*/
}

.goog-te-combo {
  font-family: Roboto, 'Open Sans', sans-serif !important;
  font-size: 20pt !important;
}

/* font e colore testo "Seleziona lingua" */
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  color: white;
  text-align: left;
  text-decoration: none;
}

  /* colore simbolo tendina | ▼  */
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
  border: none !important;
  color: white !important;
}

/* allinea tendina con testo "Selezione lingua" */
iframe.VIpgJd-ZVi9od-xl07Ob-OEVmcd.skiptranslate {
  left: 1640.5px !important;
}

.VIpgJd-ZVi9od-vH1Gmf {
  background-color: rgb(255 255 255 / 90%) !important;
  border: none !important;
}

.goog-te-gadget-simple {
  background-color: transparent; /* rgba(255,255,255,0.20) !important; */
  border: transparent; /*1px solid rgba(255,255,255,0.50) !important;*/
  padding: 8px !important;
  border-radius: 4px !important;
  font-size: 1rem !important;
  line-height: 2rem !important;
  display: inline-block;
  cursor: pointer;
  zoom: 1;
}


.goog-te-gadget-icon {
  background-image: url("translate.png") !important;
  background-position: 0px 0px;
  height: 32px !important;
  width: 32px !important;
  margin-right: 8px !important;
  /*// OR display: none;*/
}

/*============ HIDE TOP BAR ============*/
.skiptranslate iframe {
  visibility: hidden !important;
}

#goog-gt-tt {
  display: none !important;
  top: 0px !important;
}

.goog-tooltip skiptranslate {
  display: none !important;
  top: 0px !important;
}

.activity-root {
  display: hide !important;
}

.status-message {
  display: hide !important;
}

.started-activity-container {
  display: hide !important;
}

body {
  top: 0 !important;
}
.goog-te-gadget {
  display: block !important;
}

/* ================================== *\
    Mediaqueries
\* ================================== */
@media (max-width: 667px) {
  #google_translate_element {
    bottom: calc(100% - 50% - 53px);
    left: 16px !important;
    width: 100% !important;

    goog-te-gadget{
       width: 100% !important;
    }

    .skiptranslate {
      width: 100% !important;
    }

    .goog-te-gadget-simple {
      width: calc(100% - 32px) !important;
      text-align: center;
    }
  }
}
/* ================================== *\
    GOOGLE TRANSLATE FINE
\* ================================== */
