.elbzotech-lang-demo-style span.silver{
	display: none;
}
.elbzotech-lang-demo-style .dropdown-link{
	width: 42px;
	height: 42px;
	background: #f5f5f5;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	padding: 0px 10px;
}
.elbzotech-lang-demo-style:hover .dropdown-link{
    border-radius: 50% 50% 0 0;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 10%);
}
.elbzotech-lang-demo-style .elbzotech-dropdown-list{
	width: 42px;
	padding: 5px 0 10px 0px;
    min-width: auto;
    text-align: center;
	background: #f5f5f5;
}
.elbzotech-lang-demo-style .elbzotech-dropdown-list li{
	padding: 0px 10px;
}