*{
	font-family: 'Poppins', sans-serif;
}

body {
	background-color: #222222;
    margin: 0;
    padding: 0;
}

.dk_konteyner {
	background-color: #222222;
	min-height: 100vh;
	height: auto;
	position: relative;
	padding-bottom: 100px;
}

.sekil {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	border-radius: 5px;
}

.dk_basliq {
	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;
}




.dk_form {
	/* 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;
}

.naxisBasligi {
	color: grey;
	font-size: 16px;
	text-align: left;
}

#naxisAddimiUser {
	background-color: grey;
	width: 50%;
	margin: 0;
}

.naxisAddimiContainer {
	/* background-color: aqua; */
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.radioDiv {
	font-size: 16px;
}

.en {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.enLabel, .kagizeni, .naxistipi {
	cursor: pointer;
}

.enDiv1 {
	background-color: dodgerblue;
	width: 45%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
}
.enDiv2 {
	width: 45%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
}

.check {
	/* background-color: chocolate; */
	display: flex;
	align-items: center;
	margin-right: 5%;
	color: grey;
}

.naxisAddimiContainer input {
	width: 18px;
	height: 18px;
}

.bilmiremLabel {
	font-size: 18px;
	margin-right: 10px;
	margin-left: 20px;
}


.dk_form input[type=number]{
	background-color: white;
	width: 100%;
	height: 36px;
	margin: 0;
	margin-bottom: 10px;
	outline: none;
	color: black;
}

.dk_form input[type=number]::placeholder {
	color: black;
	opacity: 1;
}



.btnContainer {
	/* background-color: aqua; */
	display: flex;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 80px;
}

.calculate {
	width: 50%;
	height: 40px;
	margin: 0;
}



@keyframes blink {
	0% {
		background-color: white;
	}
	50% {
		background-color: red;
	}
	100% {
		background-color: white;
	}
}


.dk_netice {
	display: none;
    background-color: white;
    color: black;
    width: 94%;
    height: 50px;
    text-align: center;
    margin-top: 10px;
    margin-left: 3%;
    font-size: 17px;
    margin-bottom: 10px;
    padding: 5px;
    font-weight: 400;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0px 0px 15px black;
	line-height: 40px;
	animation: blink 0.5s 1;
}

.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;
}

.izahat {
	/* background-color: lightgrey; */
	width: 100%;
	height: 0px;
	color: red;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
}

.sual {
	color: coral;
	font-size: 17px;
	font-family: 'Poppins';
	margin-left: 5px;
}

.qeyd {
	/* background-color: gainsboro; */
	width: 100%;
	padding: 5px 0px;
	padding-left: 10px;
	margin-top: 20px;
	color: white;
	font-size: 16px;
	box-sizing: border-box;
	font-weight: 300;
}



/* Geniş mobil telefonlar üçün */

@media only screen and (min-width: 400px) {

	.inputBasligi {
		font-size: 18px;
	}

	.inputBasligiHide {
		font-size: 18px;
	}

	.dk_form input[type=number]{
		height: 40px;
		font-size: 18px;
	}
	
	.dropdown {
		height: 40px;
		font-size: 18px;
	}
}







@media only screen and (min-width: 800px) {



.dk_konteyner {
	min-height: 100vh;
	width: 1000px;
	float: none;
	border-radius: 20px;
	margin: 20px auto;
}

.sekil {
	width: 600px;
	margin-left: 200px;
	margin-right: 200px;
	border-radius: 5px;
}

.dk_basliq {
	background-color: rgb(40, 100, 215);
	width: 40%;
	height: 40px;
	font-size: 16px;
	margin: 0 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	color: white;
	border: solid 1px white;
	border-radius: 5px;
	font-weight: 400;
}



.dk_form {
	margin: 0;
	text-align: left;
	width: 400px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-size: 18px;
	color: white;
	float: none;
}


.dk_netice {
    background-color: white;
    color: black;
    width: 400px;
    height: auto;
    text-align: center;
	margin: 10px auto 10px auto;
    font-size: 16px;
    padding: 5px;
    font-weight: 400;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0px 0px 15px black;
}

.xerc {
	background-color: rgb(145, 0, 0);
	color: white;
	width: 50%;
	margin: 20px 25% 0px 25%;
	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;
}



}



