.info { 
	/* max-width: 960px; */
	background: #fff;
	margin-top: 20px;
	padding: 20px; 
	padding-top: 10px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
h2 {
	padding-top: 10px;
	padding-left: 0px;
	font-size: 1.3em;
}
h3 {
	padding-bottom: 5px;
}
/* Kesinti Listesi Alanı */
.kesinti-listesi {
	margin-top: 15px; 
	border-radius: 8px; 
}
.kesinti-item { 
	margin-bottom: 15px; 
	padding: 15px; 
	border-radius: 8px; 
	border: 1px solid #cceeff; 
	background-color: #ffffff; 
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.kesinti-item strong { 
	color: #007bff; 
	display: block; 
	margin-bottom: 8px; 
	font-size: 1.2em;
	border-bottom: 1px dashed #eee;
	padding-bottom: 5px;
}

/* Detayların toplandığı yeni div */
.kesinti-detaylar {
	background-color: #f3ffff; /* Hafif sarı arka plan */
	padding: 10px;
	margin-top: 10px;
	border-radius: 4px;
	font-size: 0.95em;
}
.kesinti-detaylar p {
	margin: 3px 0;
}
.kesinti-detaylar span {
	font-weight: bold;
	color: #000000; /* Vurgu rengi */
}
.ilce-adi {
	font-weight: 600;
}
.mahalle {
	font-weight: 300 !important;
	font-size: 14px;
	padding-top: 2px;
	color: #888888;
}
/* Baraj ve Üretim Durumu Alanı */
.durum-bilgisi {
	padding: 10px;
	margin-top: 15px; 
	border-radius: 8px; 
	background-color: #f8f9fa; /* Açık gri arka plan */
}
.baraj-output-item {
	padding: 7px 0px 7px 0px;
	/* margin-bottom: 10px; */
	border-bottom: 1px dotted #ccc;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.baraj-adi {
	font-weight: bold;
	color: #0056b3;
}
.doluluk-orani {
	font-size: 1.1em;
	font-weight: bolder;
	color: #28a745; /* Yeşil doluluk oranı */
}
.uretim-output p {
	font-size: 1.1em;
	font-weight: bold;
	color: #272727; /* Kırmızı üretim rengi */
}
.loading { 
	text-align: center; 
	padding: 50px; 
	font-size: 1.2em; 
	color: #007bff; 
}
.error {
	color: red;
	font-weight: bold;
	text-align: center;
}


.su-baslik {
	padding-top: 20px;
}
.toplam-uretim {
	font-size: 1.3em;
	padding: 10px;
	background-color: #28a7464b; 
	color: #000;
	border-radius: 4px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 500;
}
.toplam-miktar {
	font-weight: bolder;
	color: #007120; /* Koyu pembe */
}
.uretim-tur-header {
	font-size: 1.1em;
	color: #0056b3;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 5px;
	margin-top: 15px;
}
.tur-toplam {
	font-weight: bold;
	color: #1e88e5; /* Mavi */
}
.uretim-detay-listesi {
	list-style: none;
	padding-left: 0;
	margin-top: 5px;
	border: 1px solid #eee;
	padding: 0px;
	border-radius: 4px;
}
.uretim-detay-listesi li {
	padding: 3px 0;
	border-bottom: 1px dotted #f0f0f0;
}
.kaynak-adi {
	font-weight: normal;
	color: #444;
}
.kaynak-miktar {
	font-weight: bold;
	color: #388e3c; /* Yeşil miktar */
}

/* skeleton */
/* Skeleton Screen Animasyonu */
.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 10px;
		margin-top: 5px;
		margin-bottom: 10px;
}
@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
.skeleton-bar {
    height: 20px;
    margin: 10px 0;
    border-radius: 4px;
}
.skeleton-item {
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    background-color: #f8f9fa;
    border: 1px solid #eee;
}