.goog-te-banner-frame {
    display: none !important;
   }
   .skiptranslate iframe {
     display: none !important;
     
   }
.skiptranslate .goog-te-gadget select {
    background-color: #007bff; /* Cor de fundo */
    color: white; /* Cor do texto */
    border: 1px solid #0056b3;
    padding: 8px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
  }
  
  /* Efeito ao passar o rato */
  .skiptranslate .goog-te-gadget select:hover {
    background-color: #0056b3;
  }
  div[id=":0.targetLanguage"] {
    /*background-color: #007bff;*/
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
  }
  .custom-google-icon {
    display: inline-block;
    width: 24px; /* Tamanho do ícone */
    height: 24px;
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/2/2f/Google_Translate_logo.svg'); /* Ícone do Google Translate */
    background-size: cover;
    margin-right: 8px;
    vertical-align: middle;
  }
  #resetTranslation {
              /*position: fixed;
              top: 10px;
              right: 10px;
              z-index: 1000; /* Garantir que fique acima de outros elementos */
              /*display: none;*/
          }
          #google_translate_element {
              display: flex;
              align-items: center;
              gap: 10px;
          }