<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.kcs-country-dropdown-page select{
	width: 100%;
	height: 40px;
	border: 1px solid #0000004a;
	font-size: 14px;
	line-height: 24px;
	padding: 5px;
	border-radius: 5px;
}
.kcs-row .map_div img{
	width: 100%;
	height: 100%;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}

.kcs-row .map_div img:hover{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
}
.ka_upf_Admin_pic_css{
	width: 100%;
	max-width: 100%;
	height: 225px;
	object-fit: contain;
}
.map_div {
	display: block;
	width: 100%;
	height: auto;
	max-height: auto;
}
</pre></body></html>