*{
	margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: Arial, sans-serif; */
	font-family: "Roboto", "Arial", sans-serif;
	/* font-family: "Expletus Sans", sans-serif; */
	/* font-family: "Helvetica", "Arial", sans-serif; */
	/* font-family: "Barlow Condensed", sans-serif; */
	border:none;
	text-decoration:none;
	list-style:none;
}
/* Temel Body Stilleri */
body {
    font-family: 'Arial', sans-serif; /* Okunabilir bir font ailesi */
    line-height: 1.6; /* Satır aralığı */
    color: #333; /* Varsayılan metin rengi */
    display: flex; /* Flexbox ile içerik dikeyde ortalanabilir */
    flex-direction: column; /* İçeriği dikey olarak düzenle */
    min-height: 100vh; /* Minimum yükseklik ekranın tamamı kadar olsun */
}
.sayfa{
	display:flex;
	width:100%;
	min-height: 100vh;
	background:#f7f7f7;
	margin:0 auto;
	flex-direction:column;
	overflow:hidden;
	overflow-y:auto;
}
#logo{
	padding:5px;
	height:40px;
	overflow:hidden;
	border-bottom:1px solid #ddd;
}
#logo img{
	height:30px;
}
#anasayfa{
	display:block;
	max-width:480px;
	margin:auto;
	
}
.menu-logo-alan{
	margin:0 auto;
	display:block;
	width:100%;
	margin-top:0;
	outline:none;
	overflow:hidden;
	border:none;
	background-color:#transparent;
}
.menu-logo{
	display:inline-block;
	width:calc(50% - 3px);
	min-width:133px;
	height:133px;
	margin-top:2px;
	padding-top:35.5px;
	background-color:#f9f9f9;
	vertical-align:bottom;
	text-align:center;
	outline:none;
	overflow:hidden;
	border:none;
	box-shadow:0px 0px 1px 0px #ddd; 
}
section{
	display:flex;
	/* flex-direction:column; */
	width:100%;
	flex-wrap:wrap;
	justify-content: center;
}
.bir-birim{
	display:flex;
	width:300px;
	border-radius:8px;
	border:1px solid #0000000d;
	box-shadow: 1px 1px 0px 1px #ccc;
	margin:5px;
	padding:5px;
	height:300px;
	color:#333;
	overflow:hidden;
	/* background:#000; */
	flex-direction: column;
	justify-content: space-between;
}
.bir-birim a{
	width:100%;
	overflow:hidden;
	color:#333;
	cursor:pointer;
}
.bir-birim a picture{
	display:flex;
	/* background:yellow; */
	width: 100%;
    height: 150px;
    object-fit: contain;
    border-radius: 5px;
	overflow:hidden;
	align-items:center;
}
.bir-birim a picture img{
	/*width: 100%; */
    object-fit: cover;
    height: 150px;
    margin: auto;
}
.bir-birim h2{
	display:flex;
	background:#f4f4f4;
	/* width: 100%; */
   	font-size:14px;
	padding:10px;
	overflow:hidden;
}
.time-link, .source-link{
	font-size:12px;
	padding:0;
	margin:0;
}
.iki-birim{
	display: flex;
    width: 600px;
    border-radius: 8px;
    border: 1px solid #0000000d;
    box-shadow: 1px 1px 0px 1px #ccc;
    margin: 5px;
    padding: 5px;
    height: 300px;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
}
.iki-birim a{
	width:100%;
	border-radius:8px;
	/* border:1px solid #0000000d; */
	/* box-shadow: 1px 1px 0px 1px #ccc; */
	/* margin:5px; */
	/* padding:5px; */
	height:300px;
	overflow:hidden;
	text-align:center;
}
.iki-birim a img{
	width: 100%;
    object-fit: contain;
    height: 270px;
}
.haber-detay-alani{
	display:flex;
	width:100%;
	flex-direction:column;
	/* align-items:center; */
	
}
.haber-detay-alani-kaynak{
	display:flex;
	/* font-size:12px; */
	padding:5px;
	background:#f1f1f1;
	align-items: center;
}
.haber-detay-alani-kaynak button{
	display:flex;
	font-size:20px;
	background:#f1f1f1;
	margin-left:5px;
	cursor:pointer;
}
.haber-detay-alani h1{
	display:flex;
	/* font-size: 12px;  */
    padding: 5px;
    /* background: #f1f1f1; */
    /* align-items: center; */
    justify-content: center;
}
.haber-detay-alani picture{
	display:flex;
	max-width:480px;
	max-height:300px;
	justify-content: center;
	margin:auto;
}
.haber-detay-alani picture img{
	display:flex;
	/* max-width:480px; */
	height:300px;
	justify-content: center;
	object-fit:cover;
}
.haber-detay-alani p{
	display:flex;
	padding:20px;
	justify-content: center;
	object-fit:cover;
	font-size:16px;
}
/***/
.kredi-hesapla{
	display:flex;
	flex-direction: column;
    width: 80%;
    max-width: 440px;
    padding: 20px;
    margin: 30px auto;
    border: 1px solid #ddd;
    align-items: center;
    background: #fff;
    box-shadow: 1px 1px 7px 1px;
}
.kredi-hesapla h1{
	font-size:18px;
}
.kredi-hesapla h2{
	font-size:16px;
}
.kredi-hesapla form{
	display:flex;
	width:100%;
	flex-direction:column;
	/* background:#f1f1f1; */
	
}
.kredi-hesapla form input[type=button]{
	background: #4a9e00 !important;
	font-size:20px;
	color:#fff;
}
.kredi-hesapla form input[type=text]{
	text-align:right;
	font-size:20px;
}
.kredi-hesapla form input{
	display:flex;
	padding:10px;
	margin:10px 0;
	border:1px solid green;
}
.kredi-hesapla-grup{
	display:flex;
	padding:10px;
	justify-content: space-around;
}
.kredi-hesapla-grup label span{
	text-align:center;
}
.kredi-hesapla-grup label{
	display:flex;
	flex-direction:column;
	margin:5px;
}
/*Kredi listesi*/
.kredi-listesi-h1{
	text-align:center;
	font-size:18px;
}
.kredi-listesi{
	display:block;
	margin:0 auto;
	margin-top:25px;
	padding:0;
	padding-top:20px;
	padding-bottom:20px;
	width:100%;
	max-width:480px;
	outline:none;
	overflow:hidden;
	background-color:#f1f1f1;
	text-align:center;
	
}
#kredi-bilgi{
	display:block;
	height:auto;
	margin:0 auto;
	margin-top:2px;
	margin-bottom:2px;
	padding:0;
	border:none;
	outline:none;
	overflow:hidden;
	
}
.kredi-bilgi-sinir{
	display:block;
	height:400px;
	margin:0 auto;
	margin-top:2px;
	margin-bottom:2px;
	padding:0;
	border:none;
	outline:none;
	overflow:hidden;
	overflow-y:auto;
	
}
.kredi-bilgi{
	display:block;
	margin:0 auto;
	margin-top:25px;
	padding:0;
	width:96%;
	height:auto;
	max-width:480px;
	background-color:#fff;
	text-align:left;
	border:none;
	outline:none;
	overflow:hidden;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
	border-radius:4px;
}
.kredi-bilgi-baslik-alani{
	display:block;
	margin:0 auto;
	padding:0;
	padding-top:3px;
	width:100%;
	height:auto;
	min-height:30px;
	max-width:480px;
	background-color:#fff;
	text-align:left;
	border:none;
	outline:none;
	overflow:hidden;
	border-bottom:1px solid #ddd;
}
.kredi-bilgi-baslik{
	display:block;
	margin:0 auto;
	padding:0;
	padding-left:10px;
	width:calc(50% - 20px);
	height:auto;
	max-width:480px;
	background-color:#fff;
	text-align:left;
	border:none;
	float:left;
	outline:none;
	overflow:hidden;
}
.kredi-bilgi-icerik-alani{
	display:block;
	margin:0 auto;
	padding:0;
	padding-top:3px;
	width:100%;
	height:auto;
	min-height:30px;
	max-width:480px;
	background-color:#fff;
	text-align:center;
	border:none;
	outline:none;
	overflow:hidden;
}
.kredi-bilgi-icerik{
	display:inline-block;
	margin:0 auto;
	padding:0;
	width:30%;
	height:auto;
	background-color:#fff;
	text-align:center;
	border:none;
	outline:none;
	overflow:hidden;
	border-bottom:1px solid #fff;
}
.kredi-bilgi-icerik-link{
	display:inline-block;
	width:90px;
	margin:0 auto;
	margin-left:30px;
	margin-right:30px;
	padding:5px;
	border:1px solid #006600;
	outline:none;
	overflow:hidden;
	text-align:center;
	border-radius:4px;
	/*background-color:#FFCC66;
	background-color:#009900;*/
	background-color:transparent;
}
.textleft{text-align:left;}
.textright{text-align:right;}
.F1F1F1{color:#f1f1f1;}
.DDD{color:#666666;}
.popup-container {
  display: inline-flex;
}
.popup-container .button {
  height: 40px;
  line-height: 40px;
  background: blue;
  padding: 0 15px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.popup-container .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 background: rgba(#000,.5);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 400ms all;
}
.popup-container .popup > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.popup-container .popup .inner {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  min-width: 300px;
  box-sizing: border-box;
  transition: 400ms all;
  z-index: 10;
  max-height: 100%;
  overflow: auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 4px;
}
.popup-container .popup .inner .title {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  position: sticky;
  top: 0;
  background: #f9f9f9;
  border-bottom: 1px solid #f1f1f1;
}
.popup-container .popup .inner .title h6 {
  font-size: 15px;
  font-weight: 500;
}
.popup-container .popup .inner .title label {
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.popup-container .popup .inner .title label:hover {
  color: #222;
}
.popup-container .popup .inner .content {
  padding: 5px 15px 15px;
}
.popup-container .popup .inner .content ul li {
  margin-bottom: 15px;
}
.popup-container .popup .inner .content ul li:last-child {
  margin-bottom: 0;
}
.popup-container .popup .inner .content ul li input {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 12px;
}
.popup-container .popup .inner .content ul li input:focus {
  outline: 0;
  border-color: blue;
}
.popup-container .popup .inner .content ul li button {
  width: 100%;
  height: 30px;
  border-radius: 3px;
  border: none;
  background: blue;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.popup-container .popup .inner .content p {
  font-size: 13px;
  line-height: 130%;
  margin-bottom: 15px;
}
.popup-container .popup .inner .content p:last-child {
  margin-bottom: 0;
}
.popup-container .popup .inner .content .close-btn {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
.popup-container .popup .inner .content .close-btn label {
  background: rgba(255, 255, 255, 0.05);
  display: block;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  color: #444;
  border-radius: 3px;
  cursor: pointer;
}
.popup-container .popup .inner .content .close-btn label:hover {
  background: rgba(0, 0, 0, 0.1);
}
.popup-container > input {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.popup-container > input:checked + .popup {
  opacity: 1;
  visibility: visible;
}
.popup-container > input:checked + .popup .inner {
  top: 50%;
}
.reklam{
	display:block;
	margin:0 auto;
	padding:5px;
	/* width:250px; */
	height:250px;
	outline:none;
	overflow:hidden;
	border:none;
	background:#fff;
}
.reklam img{
	width:100%;
	height:100%;
	object-fit: contain;
	
}
.watermark
{
 /*position:relative;
 bottom:5px;
 right:5px;
 opacity:0.5;
 z-index:99;*/
 padding-right:10px;
 color:#f1f1f1;
 text-align:right;
}
/*######################################*/
/*######################################*/
@media (max-width: 480px) {
	.sayfa{
		display:flex;
		width:100%;
		max-width:480px;
		min-height: 100vh;
		background:#f7f7f7;
		margin:0 auto;
		flex-direction:column;
		overflow:hidden;
		overflow-y:auto;
	}
	#anasayfa{
		display:block;
		max-width:480px;
		margin:0 auto;
		
	}
	.bir-birim{
	display:flex;
	width:calc(100% - 15px);
	border-radius:8px;
	border:1px solid #0000000d;
	box-shadow: 1px 1px 0px 1px #ccc;
	margin:5px;
	padding:5px;
	height:300px;
	color:#333;
	overflow:hidden;
	/* background:#000; */
	flex-direction: column;
	justify-content: space-between;
}
	.iki-birim{
		display: flex;
		width: 600px;
		border-radius: 8px;
		border: 1px solid #0000000d;
		box-shadow: 1px 1px 0px 1px #ccc;
		margin: 5px;
		padding: 5px;
		height: 300px;
		overflow: hidden;
		flex-direction: column;
		justify-content: space-between;
	}
}
@media only screen and (min-width: 769px) {
	.sayfa{
		display:flex;
		width:100%;
		max-width:768px;
		min-height: 100vh;
		background:#f7f7f7;
		margin:0 auto;
		flex-direction:column;
		overflow:hidden;
		overflow-y:auto;
	}
	#anasayfa{
		display:block;
		max-width:768px;
		margin:0 auto;
		
	}
	
	
}
@media only screen and (min-width: 1200px) {
	.sayfa{
		display:flex;
		width:100%;
		max-width:1200px;
		min-height: 100vh;
		background:#f7f7f7;
		margin:0 auto;
		flex-direction:column;
		overflow:hidden;
		overflow-y:auto;
	}
	#anasayfa{
		display:block;
		max-width:1200px;
		margin:0 auto;
		
	}
	
	
}
@media only screen and (min-width: 1600px) {
	.sayfa{
		display:flex;
		width:100%;
		max-width:1600px;
		min-height: 100vh;
		background:#f7f7f7;
		margin:0 auto;
		flex-direction:column;
		overflow:hidden;
		overflow-y:auto;
	}
	#anasayfa{
		display:flex;
		flex-direction:row;
		max-width:1600px;
		margin:0 auto;
		justify-content:center;
		align-items:center;
		
	}
	.menu-logo-alan{
	margin:0;
	display:flex;
	flex-direction:row;
	width:266px;
	margin-top:0;
	outline:none;
	overflow:hidden;
	border:none;
	background-color:#transparent;
	}
	.menu-logo{
		display:inline-block;
		width:calc(50% - 3px);
		min-width:133px;
		height:133px;
		margin-top:2px;
		padding-top:35.5px;
		background-color:#f9f9f9;
		vertical-align:bottom;
		text-align:center;
		outline:none;
		overflow:hidden;
		border:none;
		box-shadow:0px 0px 1px 0px #ddd; 
	}
	
}