body > .skiptranslate {
    display: none;
}

.goog-logo-link {
   display:none !important;
}

.goog-te-gadget {
   color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
   	color: var(--dark) !important;
	background-color: rgba(255, 255, 255, 0.4);
   	padding: 4px !important;
   	z-index:1000;
}

#google_translate_element { 
	height: 26px !important;
	margin-right: 22px;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active{
	visibility:hidden !important;
}

.goog-te-combo{
	background-color: transparent;
	border: 2px solid #fff;
	padding: .1rem;
	border-radius: 6px;
	width: 30%;
}
.goog-te-combo:focus{
	outline: none;
}

.goog-te-gadget-icon {
  display:none;
}


.goog-te-gadget-simple {
    background-color: #ecebf0 !important;
    border:0 !important;
    font-size: 10pt;
   font-weight:800;
    display: inline-block;
    padding:10px 10px !important;
    cursor: pointer;
    zoom: 1;
}

.goog-te-gadget-simple  span {
   color:#3e3065 !important;

}

@media (min-width: 991px){
	.fa-language{
		display: none;
	}
}

@media (max-width: 990.98px){
	.navbar{
		display:flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px;
	}
	
	.navbar-brand{
		flex: 0 0 auto;
	}
	
	.fa-language{
		display: none;
		cursor: pointer;
		/* color: hsla(240, 100%, 50%, 0.5); */
	}
	
	.d-block{
		display: flex;
		gap: 10px;
	}
}

