@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

html,body{
    margin:0 !important;
    padding:0 !important;
}

html,body,p,.item,label,.label,.input,input,button,form,.ui,.header,.sub{
    font-family: 'Open Sans', sans-serif !important;
}


::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 5px rgb(255, 255, 255) !important;
	background-color: #fff;
}

::-webkit-scrollbar{
	width: 4px !important;
	background-color: #fff !important;
}

::-webkit-scrollbar-thumb {
	background: #0A2C61 !important; 
  }


::-webkit-scrollbar-thumb{
	background-color: #fff;
}

.top.fixed.menu .item{
	font-weight:bold !important;
}


.ui.container{
	max-width:1100px !important;
}

.labBaslik h4{
	min-height:55px !important;
}

.social.menu .item{
	margin:0 !important;
	padding:3px !important;
}

.ilk.menu .item{
	font-weight:600 !important;
	font-size:13px !important;
}

.govde.segment{
	max-width:100% !important;
	background-color:rgb(0,0,0,.05);
}

.labSelector .segment{
	background-color:#0A2C61 !important;
	border: 5px solid #3160ac !important;
}

.labSelector .segment:hover{
	border: 5px solid #c4d5f1 !important;
}

.technical_details strong{
	margin-top:15px !important;
}

.strpd:nth-child(even){
	background-color:rgb(241, 241, 241);
}

.girisSekmesi img{
	width:100% !important;
	height:auto !important;
	margin-bottom:10px !important; 
}

/* MEDIA QUERY */ 
@media screen and (max-width: 992px) {
	.hide-mobile{
		display:none !important;
	}

	.mobildePK{
		padding:0 !important;
	}
}

@media screen and (min-width: 993px) {
    .hide-desktop{
		display:none !important;
	}
}
/* MEDIA QUERY */ 


a,a:hover,a:active{
	text-decoration: none;
}