*{
	font-family: 'Poppins', sans-serif;
}

body {
    background-color: #222222;
}

.damkonteyner {
	background-color: #222222;
	min-height: 200vh;
	height: auto;
	padding-bottom: 100px;
	box-sizing: border-box;
}

.dambasliq {
	background-color: rgb(40, 100, 215);
	width: 60%;
	height: 40px;
	font-size: 16px;
	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;
}


.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;
  }



.model {
	width: 100%
}

.dammodel {
	width: 98%;
	margin-left: 1%;
	border-radius: 8px;
}


.damsekil2 {
	display: none;
}

.damsekil {
	margin-top: 15px;
	width: 70%;
	height: auto;
	margin-left: 15%;
}


.damform {
	/* background-color: chocolate; */
	width: 94%;
	text-align: left;
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 30px;
	font-size: 16px;
	color: white;
	font-weight: 300;
}

.inputBasligi {
	font-size: 16px;
}

.damform input[type=number]{
	background-color: white;
	width: 100%;
	height: 36px;
	margin: 0;
	margin-bottom: 10px;
	outline: none;
	color: black;
}

.damform input[type=number]::placeholder {
	color: black;
	opacity: 1;
}

sup {
	font-size: 11px;
}


.hiddenresult {
	display: none;
}


.damnetice {
    color: white;
    width: 98%;
    margin-left: 1%;
    margin-top: 20px;
	font-weight: 300;
}



.btnContainer {
	/* background-color: aqua; */
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.calculate {
	width: 50%;
	height: 40px;
	margin: 0;
}



.dam_sekiller {
	display: none;
}

.dam_sekiller-mob {
	display: block;
	width: 98%;
	margin-left: 1%;
	margin-top: 5px;
}
.dam_sekiller-mob img {
	width: 100%;
}



.damqeyd {
	color: white;
	width: 98%;
	height: auto;
	font-size: 15px;
	text-align: left;
	margin-top: 5px;
	margin-left: 1%;
	font-weight: 300;
}


.damqeyd .dam4 {
	margin-top: 15px;
	width: 90%;
	height: auto;
	margin-left: 5%;
}

figcaption {
	font-style: italic;
}




@media only screen and (min-width: 800px) {
    

.damkonteyner {
	min-height: 100vh;
	width: 1000px;
	margin: 20px auto;
	border-radius: 20px;
}

.dambasliq {
	width: 30%;
	margin: 0 auto;
}

.secim {
	/* background-color: firebrick; */
	width: 50%;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	color: white;
	margin-left: 25%;
	margin-right: 25%;
}

.model {
	width: 100%
}

.dammodel {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}

.damsekil {
	display: none;
}

.damsekil2 {
	display: initial;
	width: 700px;
	height: auto;
	margin-left: 150px;
	margin-top: 15px;
}

.damqeyd {
	color: white;
	width: 98%;
	font-size: 16px;
	margin-left: 1%;
	margin-right: 1%;
}

.damkalksec {
	margin: 0;
	padding: 0;
	width: 300px;
	margin-right: 300px;
	margin-left: 400px;
	margin-top: 10px;
	font-size: 17px;
}

.damkalksec label {
	cursor: pointer;
}
.damkalksec input {
	cursor: pointer;
}


.damform {
	/* background-color: chocolate; */
	margin: 0;
	padding: 0;
	width: 400px;
	margin-right: 300px;
	margin-left: 300px;
	margin-top: 10px;

}

.hiddenresult {
	display: none;
}

.damnetice {
    width: 60%;
    height: auto;
    text-align: left;
    margin-top: 10px;
    margin-left: 20%;
    font-size: 17px;
    margin-bottom: 20px;
    padding: 10px;
    font-weight: 300;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-radius: 8px;
}

.dam_sekiller-mob {
	display: none;
}

.dam_sekiller {
	display: block;
	width: 98%;
	margin-left: 1%;
	margin-top: 5px;
}
.dam_sekiller img {
	width: 100%;
}

}





@media print {
	.dambasliq,
	.calculate,
	.print,
	.damform,
	.dammodel,
	.fb-iframe,
	.damqeyd,
	.menucontainer,
	.topbar,
	.add {
		display: none;
	}

	body,
	.damkonteyner {
		background-color: white;
	}

	.damqeyd,
	td,
	tr,
	th,
	.info,
	.umumiXercDiv {
		color: black;
	}

	table input[type=number] {
		border: none;
	}

}