.dropbtn {
	background-color: #f0f5ff;
	color: rgb(26, 26, 26);
	font-size: 16px;
	border: none;
	padding-left: 0px;
	outline: currentcolor none medium;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	background-color: #ffffff;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	max-height: 250px;
	min-width: 230px;
    overflow: auto;
}

.dropdown-content a {
	color: rgb(26, 26, 26);
	text-decoration: none;
	display: block;
	padding: 12px;
}

.dropdown-content a:hover {
	background-color: #f0f5ff;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: #f0f5ff;
}

.dropbtn-img {
	width: 27px;
	height: 21px;
}

.dropbtn-span {
	padding-left: 8px;
}

.check-mark {
	margin-left: 10px;
	width: 26px;
	height: 24px;
}

#wfcs_widget-3 label {
	margin: 0 0 4px 0;
	font-family: inherit;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.33;
	letter-spacing: 0em;
	text-transform: none;
}

.flag-img {
	margin-right: 10px;
	width: 27px;
	height: 21px;
}