/* Panel Kütüphaneleri */
@import "/app-assets/css/plugins/extensions/ext-component-sweet-alerts.min.css"; 
@import "/app-assets/vendors/css/extensions/toastr.min.css"; 
@import "/app-assets/css/plugins/extensions/ext-component-toastr.min.css"; 
@import "/app-assets/library/fontawesome/css/all.css"; 
@import "/app-assets/library/cssanimation/cssanimation.min.css"; 
@import "/app-assets/library/fancybox/jquery.fancybox.min.css"; 
@import "/app-assets/library/mouse-follower/mouse-follower.css"; 


/* Css Kütüphaneleri */
@import "text.css"; 
@import "whatsapp.css"; 

#googleMap, .googleMap {
    width: 100%;
    height: 540px;
}

.deactive{
	display: none;
}

.ucnokta{
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}

.ortala{
	display: flex;
    justify-content: center;
    align-items: center;
}

.yatay-ortala{
	display: flex;
    justify-content: center; 
}

.dikey-ortala{
	display: flex; 
    align-items: center;
}

#fixed-panel-yonlendirici{
	position: fixed; 
	top:50%;
	left:0;
	transform: translateY(-50%);
	background: black; 
	color: white; 
	padding: 20px 20px; 
	z-index: 1;
	display: flex; 
	justify-content: center; 
	align-items: center; 
	cursor: pointer;
	transition: all 1s;
}

#fixed-panel-yonlendirici a{
	color: white;
	font-size: 18px;
}

#fixed-panel-yonlendirici:hover a{
	color: #bbbbbb;
	transform: scale(1.08);
}

#fixed-panel-yonlendirici a svg:nth-child(2){
	visibility: hidden;  
}

#fixed-panel-yonlendirici:hover a svg:nth-child(2){
	visibility: visible;
	transform: translateX(5px); 
	transition: all .3s;
} 

#fixed-panel-yonlendirici svg{
	margin-right: 10px;
	
}
