html::-webkit-scrollbar{width:16px;height:16px}
html::-webkit-scrollbar-thumb{background:#434343;border-radius:16px;box-shadow:inset 2px 2px 2px hsla(0,0%,100%,.25),inset -2px -2px 2px rgba(0,0,0,.25)}
html::-webkit-scrollbar-track{background:linear-gradient(90deg,#434343,#434343 0px,#c1c1c1 0,#c1c1c1)}


/* Recommended Themes */
.recommend-themes {
	padding: 5px 0;
	position: fixed;
	z-index: 9;
	left: 0;
	width: 100%;
	bottom: 0;
	-webkit-transform: translateY(110%);
	transform: translateY(110%);
	-webkit-transition: -webkit-transform 0.8s ease;
	transition: -webkit-transform 0.8s ease;
	transition: transform 0.8s ease;
	transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.recommend-themes.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}



/* mobil hÄ±zlÄ± iletiÅŸim */
.kisayol a{
	background-color: rgba(0,0,0,0.75);
	margin:0px 1px;
}

.kisayol a:first-child{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 5px;
	margin:0px 0px 0px 5px;
}
.kisayol a:last-child{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 5px;
	margin: 0px 5px 0px 0px;
}