
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

.KVKKcookie_altBar-active{
	bottom: 0!important;
}

.KVKKcookie_altBar{
	height:90px;
	position:fixed;
	background-color:white;
	bottom: 5%;	
	left: 15%;
	width: 70%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	font-family: 'Roboto', sans-serif;
	z-index:9999;
	box-sizing: inherit!important;
	line-height:normal!important;
}
#KVKKcookie_lightbox {
	position:fixed;
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	background-color:rgb(0,0,0,0.5); 
	text-align:center;
	font-family: 'Roboto', sans-serif;
	z-index:9999;
	box-sizing: inherit!important;
	line-height:inherit!important;
}
#KVKKcookie_lightbox .kapat {
	text-align:right; 
	color:#fff; 
	margin-right:20px; 
	font-size:16px;
	font-weight: bold;	
	transition: all 0.4s;
	position: absolute;
	right: 0;
	display: block!important;
}
#KVKKcookie_lightbox .kapat:hover {
	color: #00783a;
	cursor: pointer;
}
#KVKKcookie_lightbox img {
	box-shadow:0 0 25px #111;
	max-width:940px;
}

#KVKKcookie_lightbox .KVKKcookie_icerik{
	width:500px;
	background:#fff;
	margin: 0;
	position: absolute;
	text-align:left;
	padding: 20px;
	border-radius: 5px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 70vh;
    overflow-x: hidden;
    overflow-y: scroll;
}


#KVKKcookie_lightbox .KVKKcookie_icerik::-webkit-scrollbar {
    width: 10px;
}
 
#KVKKcookie_lightbox .KVKKcookie_icerik::-webkit-scrollbar-track {
    background-color: #fff;
}
 
#KVKKcookie_lightbox .KVKKcookie_icerik::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
    border-radius: 100px;
	border: 2px solid #fff;
}

.switch {
	margin-bottom:0px!important
}

#KVKKcookie_lightbox .accordion,#KVKKcookie_lightbox .accordion li{list-style:none;margin:0;padding:0}

#KVKKcookie_lightbox .acc_baslik{width:100%;clear:both; display: flex;
    justify-content: center;
    align-items: center;}
#KVKKcookie_lightbox .b1:after{content:'+';}
#KVKKcookie_lightbox .b2:after{content:'-';}

#KVKKcookie_lightbox .acc_baslik1{width:10%;float:left;}
#KVKKcookie_lightbox .acc_baslik2{width:65%;float:left;}
#KVKKcookie_lightbox .acc_baslik3{width:25%;float:left; color: #00783a; font-size: 14px; font-weight: bold;
display: flex;
    align-items: center;
    justify-content: center;
}

#KVKKcookie_lightbox .acc_icerik{display:none; margin-top: 20px;}

.KVKKcookie_altBar > div:first-child{
	color: #878787;
	font-size: 11px;
	padding-right: 10px;
}
.KVKKcookie_altBar{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	padding: 0 20px;
	
}
.KVKKcookie_altBar > div:last-child{
	display: flex;
	flex-direction: row;
	justify-content: end;
	align-items: center;
}
.KVKKcookie_altBar .altbar_btn > button{
	padding: 10px 10px;
	background-color: #fff;
	color: #00783a;
	border: 1px solid #00783a;
	transition: all 0.4s;
	font-size: 12px;
	border-radius: 10px;
	white-space: nowrap;

}
.KVKKcookie_altBar .altbar_btn > button:hover{
	cursor: pointer;
	color: #fff;
	background: #00783a;
}
.KVKKcookie_altBar .altbar_btn > button:last-child{
	margin-left: 20px;
	color: #fff;
	background: #00783a;
}
.KVKKcookie_altBar .altbar_btn > button:last-child:hover{
	margin-left: 20px;
	color: #00783a;
	background: #fff;
}





 #KVKKcookie_lightbox .close-container {
	 position: relative;
	 margin: auto;
	 width: 40px;
	 height: 40px;
	 margin-top: 20px;
	 cursor: pointer;
}
 #KVKKcookie_lightbox .leftright {
	 height: 4px;
	 width: 35px;
	 position: absolute;
	 margin-top: 24px;
	 background-color: #fff;
	 border-radius: 2px;
	 transform: rotate(45deg);
	 transition: all 0.3s ease-in;
}
 #KVKKcookie_lightbox .rightleft {
	 height: 4px;
	 width: 35px;
	 position: absolute;
	 margin-top: 24px;
	 background-color: #fff;
	 border-radius: 2px;
	 transform: rotate(-45deg);
	 transition: all 0.3s ease-in;
}
 #KVKKcookie_lightbox .close {
	 margin: 50px 0 0 5px;
	 position: absolute;
	 color: white;
	 font-family: Helvetica, Arial, sans-serif;
	 font-size: 0.6em;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 transition: all 0.3s ease-in;
	 opacity: 0;
	 right: 2px;
}
 #KVKKcookie_lightbox .close-container:hover .leftright {
	 transform: rotate(-45deg);
	 background-color: #f25c66;
}
 #KVKKcookie_lightbox .close-container:hover .rightleft {
	 transform: rotate(45deg);
	 background-color: #f25c66;
}
 #KVKKcookie_lightbox .close-container:hover .close {
	 opacity: 1;
}

.switch.active .slider{
	background-color: #00783a!important;
}
.acc_btn button{
	padding: 10px 10px;
	background-color: #fff;
	color: #00783a;
	border: 1px solid #00783a;
	transition: all 0.4s;
	margin-left: 15px;
	font-size: 14px;
    font-weight: bold;
	border-radius: 10px;
}
#KVKKcookie_lightbox .KVKKcookie_icerik button:hover{
	cursor: pointer;
	color: #fff;
	background: #00783a;
}
#KVKKcookie_lightbox .KVKKcookie_icerik button{
	padding: 10px 10px;
	background-color: #fff;
	color: #00783a;
	border: 1px solid #00783a;
	transition: all 0.4s;
	margin-bottom: 15px;
	border-radius: 10px;
}
.acc_btn button:hover{
	cursor: pointer;
	color: #fff;
	background: #00783a;
}
#KVKKcookie_lightbox .accordion > li{
	margin-bottom: 5px!important;
	padding: 5px 10px!important;
	border: 1px solid #bdbdbd;
	position: relative;
	overflow: hidden;
}
#KVKKcookie_lightbox .switch{
	height: 24px!important;
    width: 50px!important;
}
#KVKKcookie_lightbox .switch .slider:before{
	height: 16px!important;
    width: 16px!important;
}
#KVKKcookie_lightbox .acc_icerik{
	background: #f3f3f3;
	padding: 20px;
	line-height: 22px;
}
#KVKKcookie_lightbox .accordion{
	margin: 20px 0;
}
#KVKKcookie_lightbox .acc_btn{
	position: fixed;
	bottom: 0;
	padding: 20px;
	border-top: 1px solid #d8d8d8;
	background: #fff;
	left: 0;
	display: flex;
	flex-direction: row;
	justify-content: end;
	width: 500px;
}

#KVKKcookie_lightbox .acc_scroll{
	    width: 500px;
    background: #fff;
    margin: 0;
    position: absolute;
    text-align: left;
    padding: 20px;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 70vh;
}
#KVKKcookie_lightbox .KVKKcookie_aciklama{
	padding-bottom: 50px;
}

#KVKKcookie_lightbox .aciklama_baslik{
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
#KVKKcookie_lightbox .KVKKcookie_aciklama p{
	font-size: 15px;
	margin: 20px 0;
	line-height: 22px;
}
#KVKKcookie_lightbox .acc_baslik2{
	font-size: 15px;
}

.KVKKcookie_aciklama a{color:#000;font-weight:bold;}















/* ---------------------------------------- */
/* --------------  switch ----------------- */
/* ---------------------------------------- */
#KVKKcookie_lightbox .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

#KVKKcookie_lightbox .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

#KVKKcookie_lightbox .switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s; 
}

#KVKKcookie_lightbox .switch .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s; 
}

#KVKKcookie_lightbox .switch .slider.round {
	border-radius: 34px; 
}

#KVKKcookie_lightbox .switch .slider.round.round:before {
	border-radius: 50%; 
}

#KVKKcookie_lightbox .switch.active .slider {
	background-color: #2196F3; 
}

#KVKKcookie_lightbox .switch.active .slider {
	-webkit-box-shadow: 0 0 1px #2196F3;
	-moz-box-shadow: 0 0 1px #2196F3;
	-ms-box-shadow: 0 0 1px #2196F3; 
}

#KVKKcookie_lightbox .switch.active .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px); 
}
/* ---------------------------------------- */
/* ---------------------------------------- */
/* ---------------------------------------- */








@media screen and (min-width:180px) and (max-width:559px) {
	
	
	#KVKKcookie_lightbox .KVKKcookie_icerik{
		width: 98%!important;
		height: 60vh!important;
		padding: 0;
	}
	
	#KVKKcookie_lightbox .acc_scroll{
		width: 90%!important;
		top: 38%!important;
		border-radius: 0!important;
		height: 85vh!important;
		padding: 0;
	}
	#KVKKcookie_lightbox .KVKKcookie_aciklama{
		padding-bottom: 0!important;
		padding: 0 20px;
	}
	#KVKKcookie_lightbox .acc_btn{
		padding: 20px 0;
		width: 100%!important;
	}
	#KVKKcookie_lightbox .acc_baslik2{
		padding-right: 10px;
	}
	.KVKKcookie_altBar{
		height: auto!important;
		flex-direction: column!important;
		left: 10%!important;
		padding-top: 10px;
	}
	.KVKKcookie_altBar > div{
		width: 100%!important;
		margin-bottom: 10px;
		padding-right: 0!important;
	}
	#KVKKcookie_lightbox .acc_btn button{
		font-size: 12px!important;
		margin-left: 0!important;
		margin-right: 15px!important;
	}
	#KVKKcookie_lightbox .close{
		display: none;
	}
	#KVKKcookie_lightbox .close-container{
		margin-top: 10px!important;
	}
	.KVKKcookie_altBar > div:last-child{
		flex-direction: column!important;
	}
	.KVKKcookie_altBar .altbar_btn > button{
		width: 100%;
		margin-left: 0!important;
		margin-top: 10px;
		padding: 10px!important;
	}
	#KVKKcookie_lightbox .acc_baslik3{
		width: 35%!important;
	}
	
	#KVKKcookie_lightbox  .kapat{
		z-index: 99;
	}
	#KVKKcookie_lightbox .leftright{
		background-color: #00783a!important;
	}
	#KVKKcookie_lightbox .rightleft{
		background-color: #00783a!important;
	}
	#KVKKcookie_lightbox .KVKKcookie_aciklama p{
		font-size: 13px!important;
		margin-bottom: 5px!important;
	}
	#KVKKcookie_lightbox .acc_icerik{
		font-size: 13px;
	}
}


@media screen and (min-width:560px) and (max-width:1023px) {
		#KVKKcookie_lightbox  .KVKKcookie_icerik{
		width: 98%!important;
		height: 60vh!important;
		padding: 0!important;
	}
	#KVKKcookie_lightbox .KVKKcookie_aciklama{
		padding: 20px!important;
	}
	#KVKKcookie_lightbox .acc_scroll{
		width: 80%!important;
	}
	#KVKKcookie_lightbox .acc_btn{
		width: 100%!important;
		padding: 20px 0!important;
	}
	#KVKKcookie_lightbox .acc_baslik2{
		padding-right: 10px;
	}
	.KVKKcookie_altBar{
		height: auto!important;
		flex-direction: column!important;
		left: 10%!important;
		padding-top: 10px;
	}
	.KVKKcookie_altBar > div{
		width: 100%!important;
		margin-bottom: 10px;
	}
	#KVKKcookie_lightbox .acc_btn button{
		font-size: 12px!important;
		margin-left: 0!important;
		margin-right: 15px!important;
	}
	#KVKKcookie_lightbox .close{
		display: none;
	}
	#KVKKcookie_lightbox .close-container{
		margin-top: 10px!important;
	}
	.KVKKcookie_altBar > div:last-child{
		flex-direction: column!important;
	}
	.KVKKcookie_altBar .altbar_btn > button{
		width: 100%;
		margin-left: 0!important;
		margin-top: 10px;
		padding: 10px!important;
	}
}











