#google_translate_element {
	display: none;
}
.grecaptcha-badge {
	display: none;
}
/* To hide the recaptcha powered by */
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
	display: none;
}
/* To hide the box shadow on hover for google translate's original text popup */
.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
	background-color: transparent !important;
	box-shadow: none !important;
}
/*google translate Dropdown */
#google_translate_element select {
	background-color: var(--main-bg);
	color: var(--btn-bg);
	border: none;
	border-radius: 3px;
	padding: 6px 8px;
	position: absolute;
	top: -60px;
	left: 0.5em;
	z-index: 2;
	width: 12.3rem;
	border-radius: 5px;
	outline: none;
	animation: ggl 1s forwards;
}
@keyframes ggl {
	from {
		opacity: 0;
		left: -2.5rem;
	}
	80% {
		opacity: 0.5;
	}
	to {
		opacity: 1;
		left: 0.5rem;
	}
}
/*google translate link | logo */
.goog-logo-link {
	display: none !important;
}
.goog-te-gadget {
	color: transparent !important;
	/* display: none; */
	position: absolute;
	top: 67%;
}
/* google translate banner-frame */
.goog-te-banner-frame {
	display: none !important;
}
#goog-gt-tt,
.goog-te-balloon-frame {
	display: none !important;
}
.goog-text-highlight {
	background: none !important;
	box-shadow: none !important;
}
#goog-gt- {
	/* To hide Original text popup */
	visibility: hidden !important;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd {
	display: none !important;
}
body {
	top: 0 !important;
	/* touch-action: none !important; */
}
#sclera {
	/* touch-action: none !important; */
}

#root {
	/* touch-action: none !important; */
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
	#google_translate_element select {
		background-color: var(--main-bg);
		color: var(--btn-bg);
		border: none;
		border-radius: 3px;
		padding: 6px 8px;
		position: absolute;
		/* top: -80%; */
		/* top: -210%; */
		top: -375%;
		left: 0.5em;
		z-index: 2;
		width: 12.2rem;
		/* width: 11.5rem; */
		border-radius: 5px;
		outline: none;
		top: -480%;
	}
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
	#google_translate_element select {
		/* width: 200px; */
		width: 12.7rem;
		top: 0px;
	}
}
@media screen and (min-width: 300px) and (max-width: 600px) {
	#google_translate_element select {
		/* width: 270px; */
		width: 17rem;
		top: 0px;
	}
}
/*google translate Dropdown END*/
