*{
	font-family: 'Poppins', sans-serif;
}

body {
    background-color: #222222;
}

.hasarkonteyner {
	background-color: #222222;
	width: 100%;
	min-height: 190vh;
	height: auto;
	padding-bottom: 100px;
	box-sizing: border-box;
	padding-left: 1%;
	padding-right: 1%;
}

.hasarbasliq {
    background-color: rgb(40, 100, 215);
	width: 60%;
	height: 40px;
	font-size: 1em;
	margin: 0 20%;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 20px;
    font-weight: 400;
    color: white;
    border: solid 1px white;
    border-radius: 5px;
}


.hasarsekil  {
	width: 80%;
	margin-left: 10%;
}

.hasarform {
	/* background-color: aqua; */
	width: 98%;
	margin: 10px 1%;
	font-size: 18px;
	color: white;
	font-weight: 300;
	box-sizing: border-box;
}

.inputBasligi {
	font-size: 19px;
	text-align: left;
}

.hasarform input[type=number] {
	width: 100%;
	height: 45px;
	border: none;
	border-radius: 5px;
	outline: none;
	padding-left: 5px;
	box-sizing: border-box;
	font-size: 17px;
	margin-bottom: 15px;
}
.form input[type=number]:focus {
	box-shadow: 0px 0px 12px rgb(0, 255, 0);
}





.umumiXercDiv {
	width: 80%;
	height: 50px;
	margin-left: 10%;
	margin-right: 10%;
	color: white;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	font-size: 16px;
	border: none;
	outline: none;
	border-radius: 8px;
}

.print {
	background-color: rgb(28, 79, 248);
	width: 200px;
	height: 40px;
	margin-bottom: 15px;
	font-size: 1em;
	outline: none;
	border: none;
	border-radius: 6px;
	/* box-shadow: 0px 0px 6px black; */
	cursor: pointer;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

.print img {
	width: 25px;
	margin-left: 5px;
}

table {
    width: 100%; /* Ensure the table takes up the full available width */
    border-collapse: collapse; /* Remove spacing between cells */
  }
  
  th, td {
    border: 1px solid black; 
    padding: 5px; 
    text-align: center; 
	color: white;
  }

  td {
	font-size: 1em;
  }
  
  /* Target the first column */
  th:first-child, td:first-child {
    width: 40%;
  }
  
  /* Target the second and third columns */
  th:nth-child(2), td:nth-child(2),
  th:nth-child(3), td:nth-child(3),
  th:nth-child(4), td:nth-child(4) {
    width: 20%;
  }
  
  table input[type=number] {
	background-color: white;
	color: black;
    width: 100%;
	height: 30px;
	outline: none;
	border: solid 1px black;
	border-radius: 5px;
	text-align: center;
	box-sizing: border-box;
	font-size: 0.9em;
	margin: 0px;
  }

  table input[type=text] {
	background-color: white;
	color: black;
    width: 100%;
	height: 30px;
	outline: none;
	border: solid 1px black;
	border-radius: 5px;
	text-align: center;
	box-sizing: border-box;
	font-size: 0.9em;
  }

.info {
	font-weight: 300;
	color: #ffffff;
}
.daxil {
	font-weight: 300;
	color: #ffffff;
}



.qeyd {
    background-color: white;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    padding: 5px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 400;
    color: black;
    border-radius: 5px;
}

.btnContainer {
	width: 100%;
	text-align: center;
}

.calculate {
	background-color: rgb(0, 225, 50);
	width: 50%;
	height: 45px;
	margin-top: 20px;
	border: none;
	border-radius: 6px;
	font-size: 18px;
	color: black;
	cursor: pointer;
}

sup {
	font-size: 10px;
}






@media only screen and (min-width: 800px) {

.hasarkonteyner {
	width: 1000px;
	height: auto;
	margin: 20px auto;
	border-radius: 20px;
	padding-bottom: 30px;
}


.hasarbasliq {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
}


.hasarsekil  {
	width: 40%;
	margin-left: 30%;
	margin-top: 15px;
}


.hasarform {
	width: 400px;
	margin: 30px 300px;
	font-size: 18px;
	color: white;
	padding: 0px;
}

.calculate {
	margin-top: 20px;
	margin-bottom: 20px;
}


.xercBtn {
	width: 250px;
}



}



/* Kiçik ekranlar üçün mediaquery */


@media only screen and (max-width: 400px) {


	.hasarform {
		font-size: 15px;
	}


}







@media print {
	.menucontainer,
	.topbar,
	.hasarform,
	.hasarsekil,
	.calculate,
	.print,
	.info,
	.add,
	.qeyd {
		display: none;
	}


	body {
		background-color: #ffffff;
	}

	* {
		color: rgb(0, 0, 0);
	}
	table th,
	table td,
	.umumiXercDiv,
	.daxil,
	.hasarbasliq {
		color: rgb(0, 0, 0);
	}

	#costTable td {
		color: #000000;
	}

	#costTable input {
		border: none;
	}


}