*{
	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;
}
body{
	background-color: #F5F5DC ;
	color: #333;
	min-width:350px;
}
header, footer {
	font-family: 'Montserrat', sans-serif;
    background-color: #2C3E50;
    color: #fff;
	height:auto;
	min-height:50px;
}
#kurumsal{
	display: flex;
    width: 100%;
    padding: 10px;
    flex-direction: column;
    align-items: center;
}
header a, footer a{
    color: #3498DB;
}
h1, h2, h3 {
    font-family: 'Poppins', sans-serif;
    /* color: #2C3E50; */
}
table{
	display:table;
	border:1px solid #2C3E50;
	width:100%;
	max-width:425px;
	margin: 10px auto;
    border-collapse: collapse;
    text-indent: initial;
    border-spacing: inherit;
}
tr{
	display:table-row;
	border-bottom:1px solid #2C3E50;
	height:40px;
}
tbody tr:nth-child(odd) {
    background-color: #f0f0f0; /* Gri arka plan */
}
tbody tr:nth-child(even) {
    background-color: #ffffff; /* Beyaz arka plan */
}
th, td{
	display:table-cell;
	/* padding:0px 3px; */
	padding-left:3px;
	font-size:12px;
}
section{
	width:100%;
	overflow:auto;
}
section ul{
	width:100%;
	max-width:600px;
	padding:10px;
	margin:10px auto;
}
section ul li{
	display:flex;
	width:100%;
	max-width:600px;
	/* padding:10px; */
	height:40px;
	border-bottom:1px dashed #2C3E50;
	align-items:center;
}
section ul li span{
	display:flex;
	width:140px;
	height:36px;
	align-items:center;
}
form{
	display: flex;
    width: 90%;
    max-width: 600px;
    padding: 20px;
    margin: 10px auto;
    border: 1px solid #2C3E50;
    border-radius: 8px;
    flex-direction: column;
    box-shadow: 0px 0px 5px 0px;
}
form button{
	width:100%;
	max-width:340px;
	padding:10px;
	margin:10px auto;
}
input, select, label{
	width:100%;
	max-width:350px;
	outline:none;
	margin:10px auto;
	border:1px solid #2C3E50;
	border-radius:3px;
	padding:5px;
	min-height:36px;
}
input[type=checkbox]{
	width:24px !important;
	outline:none;
	margin:3px;
	border:1px solid #2C3E50;
	border-radius:3px;
	padding:5px;
}
button {
    background-color: #3498DB;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}

button:hover {
    background-color: #217DBB;
}
.kirmizi-btn {
    background-color: #f00;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}

.kirmizi-btn:hover {
    background-color: #800000;
}
.turuncu-btn {
    background-color: #ffbb66;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}

.turuncu-btn:hover {
    background-color: #ffbb00;
}

.uyari-tamam {
    background-color: #27AE60;
    color: white;
    padding: 10px;
    border-radius: 5px;
}

.uyari-hata {
    background-color: #E74C3C;
    color: white;
    padding: 10px;
    border-radius: 5px;
}
.sayfa{
	display: flex;
    width: 100%;
    height: auto;
    min-height: 100vh;
    background:#F5F5DC  ;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
}
main{
	display: flex;
    width: 100%;
    height: auto;
    /* min-height: 100vh; */
    background: #F5F5DC ;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.header-alani{
	display: flex;
    width: calc(100% - 10px);
    /* align-items: flex-start; */
	align-items: center;
    justify-content: space-between;
	padding:5px;
	min-height:50px;
}
.header-alani-menu-btn, .header-alani-logo, .header-alani-bildirim{
	width:calc(100% / 3);
}
.header-alani-menu-btn img{
	width:24px;
	overflow:hidden;	
}
.header-alani-logo{
	display: flex;
    /* background: red; */
    align-items: center;
    justify-content: center;
}
.header-alani-logo img{
	width:50px;
}
.header-alani-bildirim{
	display: flex;
    /* background: red; */
    align-items: center;
    justify-content: flex-end;
}
.header-alani-bildirim img{
	width:24px;
}
.toplam-borc-div{
	display: flex;
    width: 300px;
    margin: 20px auto;
    border: 2px solid #2C3E50;
    padding: 10px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}
nav{
	display:none;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:10;
	background:#00000090;
	overflow:hidden;
}
nav ul{
	padding-top:50px;
	width:90%;
	background:#F5F5DC;
	overflow:hidden;
	border-bottom:1px dashed #ddd;
}
nav ul li{
	display: flex;
    width: 100%;
    background: #F5F5DC;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    min-height: 36px;
    align-items: center;
    padding: 5px;
}
nav ul li a{
	display: flex;
    width: 100%;
    /* background: #F5F5DC; */
    overflow: hidden;
    min-height: 35px;
    align-items: center;
}
nav ul li:hover{
	background:lightblue;
}
/**/
.anasayfa-index{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px;

}
.card {
	background: white;
	margin: 10px;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	width: 300px;
	text-align: center;
}
.card h2 {
	color: #333;
}
.footer {
	background-color: #333;
	color: white;
	text-align: center;
	padding: 10px;
	margin-top: 20px;
}
.profil-div{
	display: flex;
    width: 100%;
    margin: 0 auto;
    /* border: 2px solid #2C3E50; */
    padding: 20px;
	padding-left:50px;
    border-radius: 0px 0px 0px 50px;
    align-items: center;
    /* justify-content: center; */
    background: #2C3E50;
    color: #fff;
}
.odeme-bilgisi{
	display:flex;
	width:200px;
	margin:40px auto;
	align-items:center;
}
#makbuz, #mesken, #form-alani, #borc-ode-alani{
	display:none;
	flex-direction:column;
	align-items: flex-end;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	overflow:hidden;
	background:#ffffff;
}
.makbuz {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	max-width: 600px;
	margin: auto;
}
.makbuz h2 {
	text-align: center;
	color: #333;
}
table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 15px;
}
th, td {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: left;
}
th {
	background: #f0f0f0;
}
.total {
	font-weight: bold;
	color: #d32f2f;
}
.print-btn {
	display: block;
	width: 100%;
	padding: 10px;
	margin-top: 15px;
	background: #007bff;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
}
.print-btn:hover {
	background: #0056b3;
}
.signature {
	margin-top: 30px;
	text-align: right;
}
.signature p {
	margin-bottom: 40px;
	padding-right:100px;
}
@media print {
	body * {
		visibility: hidden;
	}
	.makbuz, .makbuz * {
		visibility: visible;
	}
	.makbuz {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
	.print-btn {
		display: none;
	}
}
#mesken h2{
	width:100%;
	text-align:center;
}
#mesken ul{
	display:flex;
	flex-direction:column;
	width:90%;
	height:100vh;
	margin:0px auto; 
	overflow-y:auto;

}
#mesken ul li{
	display:flex;
	width:100%;
	height:40px;
	align-items:center;
	font-size:12px;
}
#form-alani label{
	display:flex;
	align-items:center;
}
.yonetici-div{
	display:flex;
	flex-direction:column;
	width:100%;
	overflow:hidden;
}
.yonetici-div h2{
	display: flex;
    width: 100%;
    overflow: hidden;
    text-align: center;
    align-items: center;
    justify-content: center;
}
#borc, #borcid, #gecikme, #odenen, #bbno{
	width:80px;
	text-align:right;
}
#borc-ode-alani form div {
	display:flex;
	width:100% !important;
	align-items:center;
}
#borc-ode-alani form div span{
	min-width:90px !important;
}
#hakkimizda-div{
	display:flex;
	flex-direction:column;
	width:100%;
}
#hakkimizda-div p{
	display:flex;
	flex-direction:column;
	padding:10px;
}
#hakkimizda-div h2, #hakkimizda-div h3{
	display:flex;
	flex-direction:column;
	padding:10px;
}
#hakkimizda-div ul{
	display:flex;
	flex-direction:column;
	padding:10px;
	width:100%;
}
#hakkimizda-div ul li{
	display:flex;
	flex-direction:column;
	padding:10px;
	width:100%;
	
}
#blok-session-nav{
	display:none;
	flex-direction:column;
	width:100%;
	padding:0;
}
#blok-session-nav h3, #gayrimenkul-duzenle-form-form h3{
	padding:10px;
	margin:0 auto;
}
#gayrimenkul-duzenle-form-div{
	display: none;
    flex-direction: column;
    position: absolute;
    top: 0;
	left:0;
    background: #f0f0f9;
	width:100%;
	overflow:hidden;
}
#gayrimenkul-duzenle-form-form input[type=submit], #gayrimenkul-duzenle-form-form input[type=reset]{
	background:#3498DB;
	color:#fff;	
}
#gayrimenkul-duzenle-form-form input[type=submit]:hover, #gayrimenkul-duzenle-form-form input[type=reset]:hover{
	background:#217DBB;
	
}
#gayrimenkul-duzenle-form-form label{
	display:flex;
	align-items:center;
	font-size:12px;
	
}