#KKAMKiliseler {
	font-family: Roboto, Arial, Sans;
	font-weight: 400;
	font-size: 20px;
	width: 250px;
	margin: auto;
}
#KKAMKiliseler .fade {
	display: none;
	position:absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #ababab;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .70;
	filter: alpha(opacity=80);
}
#KKAMKiliseler ul {
    /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#KKAMKiliseler .kiliseBilgisi {
	margin-top: 16px;
}
#KKAMKiliseler .bolge {
	font-size: 20px;
}
/* #KKAMKiliseler #bolgeler { */
#KKAMKiliseler .scrolldiv {
	font-size: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	width: 350px;
	background: rgba(255, 255, 255, 1.0);
}
#KKAMKiliseler .listdiv {
	font-size: 20px; /* Add a hover effect */

}
#KKAMKiliseler .listdiv:hover {
	background-color: #bbb; /* Add a hover effect */
}

#KKAMKiliseler .scrolldiv {
	height: 5em;
	width: 100%;
	overflow: auto;
	border: solid;
	border-color: 0x000;
	border-width: 1px;
}
#KKAMKiliseler .kiliseSelect {
	margin-top: 16px;
	width: 100%;
	font-size: 20px;
}
#KKAMKiliseler .borderstyle,
#KKAMKiliseler .select2-selection--single {
	border-color: #a02723;
	border-width: 2px;
	border-style: solid;
	border-radius: 4px;
	width: 100%;
    padding: 0 8px;
    height: 32px;
    text-align: left;
}

#KKAMKiliseler .select2-selection--single .select2-selection__rendered
{
    position: unset;
}
