#baslik {
	
	transform: rotate(-90deg);
	position:absolute;
	display:flex;
	min-width: 350px;
	min-height:auto;
	
	margin-left: -160px;
	margin-top:290px;
	padding: 20px;
	z-index: 999;
	
}

#baslik h1 {
	font-size:18px;
}



.etiket-giris-paket {
	display: block;
}

.etiket-giris-paket .etiket-kutu {
	display: block;
	margin-bottom: -15px;
}

.etiket-giris-paket .giris-kutu {
	display: block;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	margin:0px;
	margin-bottom:15px;
	padding:5px;

	
}

.yas-cinsiyet-bilgi {
	margin: 15px;
	width: 250px;
	background-color: rgba(0, 0, 0, 0.1);
	color: rgba(200, 200, 200, 1);
	padding: 10px;
	font-weight: normal;
	position: relative;
	z-index: 999;
}

#hesap-alan1{
	   display:flex;
	   align-items: stretch; 

} 

#veri-giris-alan1 {
	background-color:rgba(75,75,75,1);
/* 	min-width:calc(96% - 105px); */
	height:auto;
	flex: 1; /* boşluğu alsın */
	margin-bottom: 20px;
    position: relative;
    overflow: hidden;  /* Taşmaları engeller */
    margin-right: 5px;
    min-height: 800px;

}

#sonuc-alan1 {
	display: block;
	max-width: 103px;
	min-width: 103px;
	height:auto;


	flex: 1; /* boşluğu alsın */
	padding: 15px;
	padding-bottom: 0px;
	border-style: solid;
	border-color: rgba(55, 55, 55, 1);
	border-width: 1px;

	background-color: rgba(36, 36, 36, 1);
	background-color: rgba(19, 199, 255, 0.1);	
	
	
	max-height: 779px;
	

}
	

#sonuc-alan1 button {
	width: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 2px;
	transition: background-color 0.3s ease;
	background-color: rgba(227, 242, 253, 1);
}

#sonuc-alan1 button:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transform: scale(1.01);
/* 	background-color: rgba(200, 200, 200, 1); */
	background-color: rgba(19, 199, 255, 0.2);
}

.etiket-kutu,
.giris-kutu {
	display: block;
	width: 95%;
	text-align: center;
}


	



#kemikResmi{
	display:block;
	margin-top:-80px;
	margin-left:auto;
	margin-right:auto;
    height: auto;  

    transition: transform 0.3s ease;
   
    
    max-width: 70%; 
    max-height: 70%; 
    object-fit: contain;  
  
}


#kemikResmi:hover {
    transform: scale(1.1);  /* Resmi büyütür, ancak taşma olmaz */
}


@media ( max-width : 768px) {
	#veri-giris-alan1 {
/* 		min-width: calc(93% - 105px); */
		min-height: 650px;
	}
	
	#sonuc-alan1{
		max-height: 630px;
	}
	
	#baslik {
	visibility: hidden;
	}
	
	.yas-cinsiyet-bilgi {
	margin-bottom: 130px;
	font-size: 12px;
	}
	
	
}