* {
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #222222;
}

form {
	font-weight: 300;
}

.betonkonteyner {
	background-color: #222222;
	min-height: 120vh;
	height: auto;
	position: relative;
	padding-bottom: 50px;
	box-sizing: border-box;
}


.betonbasliq {
	background-color: rgb(40, 100, 215);
	width: 80%;
	height: 40px;
	font-size: 16px;
	margin: 0 10%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	color: white;
	border: solid 1px white;
	border-radius: 5px;
	font-weight: 400;
}



.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;
}
.info span {
	font-weight: bold;
	color: yellow;
}

.icare {
	display: none;
}

.betonimage {
	width: 90%;
	height: auto;
	margin: 0;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 25px;
	border-radius: 10px;
}


.betonform {
	/* background-color: darkorange; */
	width: 94%;
	text-align: left;
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 20px;
	font-size: 16px;
	color: white;
	font-weight: 300;
}


.inputBasligi {
	font-size: 16px;
	text-align: left;
}

.betonform input[type=number]{
	background-color: white;
	width: 100%;
	height: 36px;
	margin: 0;
	margin-bottom: 10px;
	outline: none;
	color: black;
}

.betonform input[type=number]::placeholder {
	color: black;
	opacity: 1;
}

.dropdown {
	background-color: white;
	width: 100%;
	height: 36px;
	margin: 0;
	margin-bottom: 10px;
	outline: none;
	color: black;
	border-radius: 6px;
	font-size: 16px;
}


.btnContainer {
	/* background-color: aqua; */
	display: flex;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

.calculate {
	width: 50%;
	height: 40px;
	margin: 0;
}




.hiddenresult {
	display: none;
}


.betonnetice {
    /* background-color: white; */
    color: white;
    width: 94%;
    height: auto;
    text-align: left;
    margin-top: 10px;
    margin-left: 3%;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 5px;
    font-weight: 400;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-radius: 8px;
}

.xerc {
	background-color: rgb(145, 0, 0);
	color: white;
	width: 90%;
	margin: 20px 5% 0px 5%;
	height: 50px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: 0px 0px 8px white;
}

.qeyd {
	/* background-color: gainsboro; */
	width: 100%;
	padding: 5px 0px;
	padding-left: 10px;
	margin-top: 20px;
	color: white;
	font-size: 16px;
	box-sizing: border-box;
}

.doseme {
	display: block;
	padding: 5px 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	border-radius: 5px;
	font-size: 1em;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.mertebearasi {
	display: block;
	padding: 5px 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	border-radius: 5px;
	font-size: 1em;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.doseme input,
.mertebearasi input {
	width: 15px;
	height: 15px;
	margin-left: 5px;
}

#watermark {
	display: none;
	margin-top: 20px;
}


@media only screen and (min-width: 800px) {



.betonkonteyner {
	width: 1000px;
	float: none;
	border-radius: 20px;
	margin: 20px auto;
}



.betonbasliq {
	width: 30%;
	margin: 0 auto;
}



.betonimage {
	width: 400px;
	height: auto;
	margin: 0;
	margin-top: 10px;
	margin-left: 300px;
	margin-right: 300px;
	float: none;
}



.betonform {
	margin: 0;
	text-align: right;
	width: 300px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-size: 18px;
	color: white;
	float: none;
}


.betonnetice {
    color: white;
    width: 60%;
    height: auto;
    text-align: left;
	margin: 10px 20% 10px 20%;
    font-size: 16px;
    padding: 5px;
    font-weight: 400;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-radius: 8px;
}



}




/* Kiçik ekranlar üçün mediaquery */


@media only screen and (max-width: 400px) {

	
	.betonform {
		font-size: 15px;
	}

	.bet {
		font-size: 15px;
	}


}



@media print {
	.menucontainer,
	.topbar,
	.betonform,
	.betonimage,
	.calculate,
	.print,
	.info,
	.add,
	.qeyd {
		display: none;
	}

	.betonkonteyner,
	.betonbasliq,
	body {
		background-color: #ffffff;
	}

	* {
		color: rgb(0, 0, 0);
	}
	table th,
	table td,
	.umumiXercDiv {
		color: rgb(0, 0, 0);
	}

	.mertebearasi,
	.doseme,
	.daxil,
	.betonbasliq {
		color: #000000;
	}

	#costTable td {
		color: #000000;
	}

	#costTable input {
		border: none;
	}

	#watermark {
		display: block;
		font-size: 14px;
	}
}