/* Genel stil ayarları */
body {
  font-family: 'Roboto', sans-serif;
  background-color: rgba(245, 247, 250, 1);
  margin: 0;
  padding: 0;
}

/* Ana alan */
#ana-alan {
  margin:0px;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
}


#hesap-alan {
  width: 96%;
  display: flex;
  gap: 25px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  padding: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 10px;
  margin-left: 1%;
  margin-right: 1%;

}

#hesap-alan h4{
	color:rgba(55,55,55,0.7);
}




/* Sol form alanı */
#veri-giris-alan-x, #veri-giris-alan {
	flex: 1;
	min-width: 300px;
	border: 1px solid rgba(220, 230, 245, 1);
	background-color: rgba(255, 255, 255, 1); /* Beyaz arka plan */
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Hafif gölge */
	margin-top: 0px;
}

/* Sağ sonuç alanı */
#sonuc-alan {
  flex: 1;
  min-width: 50%;
  border: 1px solid rgba(220, 230, 245, 1);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 1); /* Beyaz arka plan */
  padding: 20px;
 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Hafif gölge */
 margin-top: 0px;
 overflow: hidden; /* İçerik taşarsa gizleyebiliriz */
}

#sonuc-alan p {
	display:block;
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	margin-bottom: 5px;
    padding:10px;
	font-size: 16px;
	background-color: rgba(222,222,222, 1);
}

.sonuc-eleman {
	font-size: 14px;
	color: rgba(51, 51, 51, 0.8);
	padding: 0px;
}





#baslik {
	display: flex;
    align-items: center;
    justify-content: space-between; /* Logo sola, yazı ortada olacak şekilde ayırmak için */
    
    position: relative;
    padding: 7px;
    font-weight: bold;
    border: 5px solid rgba(63, 194, 252, 1);
    border-radius: 16px;
    color: rgba(63, 194, 252, 1);
    background-color: rgba(0, 0, 0, 1);
}


.logo-baslik {
    height: 64px;
    object-fit: contain;
}

.baslik-yazi {
    position: relative;  /* veya static */
    font-size: 12px;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none; 
}





/* Buton */
#onay-kutu {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  background-color: rgba(0, 123, 255, 1);
  color: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 12px;
  padding: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 25px;
  margin-bottom: 25px;
}

#onay-kutu:hover {
  background-color: rgba(0, 105, 230, 1);
  transform: scale(1.03);
}





#kopyala-kutu {
  width: 31px;
  height: 31px;
  padding-top: 7px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.01); /* Başlangıçta yazı rengi çok düşük opaklıkta */
  position: fixed;
  top: 65px;
  right: 2px;
  z-index: 999;
  background: linear-gradient(135deg, rgba(52, 168, 83, 0.9), rgba(66, 133, 244, 0.9)); /* Daha doğal tonlar */
  border: none;
  border-radius: 10px; /* Hafif yuvarlak hatlar */
  cursor: pointer;
  font-size: 14px;
/*   font-family: "Arial", sans-serif; */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15); /* Hafif gölgeler */
  transition: width 0.3s ease, box-shadow 0.2s ease, background 0.3s ease, color 0.5s ease; /* Kapanma hızını artırdık */
}

#kopyala-kutu .sembol {
  color: rgba(255, 255, 255, 1); /* Sembolün her durumda beyaz kalmasını sağla */
}

#kopyala-kutu:hover {
  background: linear-gradient(135deg, rgba(48, 157, 78, 0.9), rgba(56, 126, 230, 0.9)); /* Hover için daha koyu renk geçişleri */
  width: 220px; /* Hover olduğunda genişliği artır */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* Gölgeyi artır */
  color: rgba(255, 255, 255, 0.8); /* Yazı rengi değişir */
  padding: 5px;
}


.etiket-giris-paket-x,
.etiket-giris-paket {         
    display: inline-flex;
	flex-direction: row;
	align-items: center;
	margin: 0px;
	padding: 0px;
	border: none;
	padding-right: 7px;
	width:100%;
    
    
}

#div-cinsiyet {
	padding-top: 10px;
	font-style: italic;
	font-size: 14px;
	height: 27px;
}

.cinsiyet {
	margin-left: 20px;	
}

.etiket-giris-paket-x {
    background: linear-gradient(to right, rgba(224, 244, 246, 1), rgba(246, 214, 214, 1));
}

.etiket-kutu {
/*     display: block; */

    font-size: 14px;
    text-align: right;
    padding-right: 5px;
    margin-top:18px;

    width: 50%; 
    height: 35px;    
	color: rgba(51, 51, 51, 0.8);	
	

}


#tarih, 
#referans, 
.giris-kutu {
	width: 50%;
	height: 37px;
	
	font-size: 14px;
    text-align: center;

	margin: 0px;
	padding: 0px;

    border: 1px solid rgba(204, 204, 255, 0.7);
	border-radius: 12px;
	
    background-color: rgba(245, 245, 245, 0.8);
    color: rgba(51, 51, 51, 0.8);  
}


#tarih:focus, 
#referans:focus, 
.giris-kutu:focus {
  outline: none;
  border-color: rgba(41, 128, 185, 0.8);
  box-shadow: 0 0 5px rgba(41, 128, 185, 0.2);
}

#referans {
	padding-left: 5px;
	text-align: left;
	font-size: 14px;
	background-color: rgba(155,200,255,0.1)
	}
	

	
#referans:hover  {
		background-color: rgba(155,200,255,0.2)
}






/* Bilgi alanı */
#bilgi-alan {
  box-sizing: border-box;
  width: 98%;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 24px;
  border: 2px solid rgba(100, 149, 237, 1);
  line-height: 1.8em;
  
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}



/* Formül alanı */
.formul {
  font-family: monospace;
  font-size: 18px;
  background-color: rgba(230, 245, 255, 1);
  color: rgba(0, 123, 255, 1);
  border: 1px solid rgba(0, 123, 255, 1);
  padding: 12px;
  margin-top: 15px;
  border-radius: 10px;
}

.kaynak {
	font-style: italic; 
	font-size: 12px; 
	margin-top: 30px;   
	line-height: 1.5; 
}


strong {
    color: rgba(0, 122, 0, 1);
}



.sonuc-elemanlar{
	margin-left:5px;
	margin-right:5px;
	margin-top:15px;
	margin-bottom:15px;
	padding:10px;
    background-color: rgba(253, 253, 253, 1.0);
    border-radius: 10px; 
    border-style: solid;
    border-width: 1px; 
    
}

.sonuc-eleman {
	margin:5px;
	padding: 0px;
	
    font-size: 14px;
    text-align:left;

	color: rgba(51, 51, 51, 0.8);
	background-color: rgba(253, 253, 253, 1.0);  
}


/* Mobil uyumlu stil ayarları */
@media ( max-width : 768px) {
	#ana-alan{	
		box-sizing: border-box;
		width: 100%;
	}
	
	.etiket-giris-paket{
	display: block;
	 text-align: center;
	 margin-bottom: 15px;
	}
	
	.giris-kutu,
	#tarih,
	#referans {

	min-width:100%;
	text-align: center;
	display: block;

	}
	
	.etiket-kutu {
	font-weight:bold;
	padding:0px;
	margin:0px;
	min-width:100%;
	text-align: center;

	}
	
	

.baslik-yazi {
		font-size: 9px;
	}

}