#google_translate_element select{
    height: 2.1rem;
    border: #237acc93 solid 3px;
    border-radius: 5px;
    width: 120px;
    padding: 4px;
    margin-top: -10px !important;
}
.goog-te-gadget {
    font-family: arial;
    color: #f7f1eb;
    white-space: nowrap;
    font-size: 0 !important;
}
 #google_translate_element a{
        display: none !important;
    }


     /* The container must be positioned relative: */
     .custom-select {
        position: relative !important;
        font-family: Arial !important;
      }
      
      #google_translate_element select {
         /*hide original SELECT element: */
      }

       /* .select-selected {
        background-color: DodgerBlue;
      } */
      
      /* Style the arrow inside the select element: */
      #google_translate_element .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: rgb(255, 255, 255) transparent transparent transparent !important;
      }
      
      /* Point the arrow upwards when the select box is open (active): */
      #google_translate_element .select-selected.select-arrow-active:after {
        border-color: transparent transparent rgb(1, 69, 255) transparent;
        top: 7px;
      }
      
      /* style the items (options), including the selected item: */
      #google_translate_element .select-items div,.select-selected {
        color: #000000;
        padding: 8px 16px;
        border: 1px solid transparent;
        border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
        cursor: pointer;
      }

      /* Style items (options): */
      #google_translate_element .select-items {
        position: absolute;
        background-color: #ffffff;
        top: 100%;
        left: 0;
        right: 0;
        /* z-index: 99; */
      }
      
      /* Hide the items when the select box is closed: */
      .select-hide {
        display: none;
      }
      
      #google_translate_element .select-items div:hover, .same-as-selected {
        background-color: rgba(0, 0, 0, 0.1);
      }
