*{
	font-family: 'Poppins', sans-serif;
}

body {
    background-color: #222222;
}

.solarkonteyner {
	background-color: #222222;
	min-height: 150vh;
	height: auto;
	padding-bottom: 150px;
}

.solarbasliq {
	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;
}

.gunes-paneli {
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	border-radius: 8px;
	border: solid 1px white;
	box-sizing: border-box;
}

.solarForm {
	/* 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;
}

.solarForm input[type=number]{
	background-color: white;
	width: 100%;
	height: 40px;
	margin: 0;
	margin-bottom: 10px;
	outline: none;
	color: black;
}

.solarForm input[type=number]::placeholder {
	color: black;
	opacity: 1;
}



.solarnetice {
    background-color: white;
    color: black;
    width: 94%;
    height: auto;
    text-align: left;
    margin-top: 10px;
    margin-left: 3%;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 5px;
    font-weight: 500;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0px 0px 15px black;
	transition: 1s;
}


.btnContainer {
	/* background-color: aqua; */
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.calculate {
	width: 50%;
	height: 45px;
	margin: 0;
}


.solarqeyd {
	color: white;
	width: 98%;
	height: auto;
	font-size: 15px;
	text-align: left;
	margin-top: 5px;
	margin-left: 1%;
	font-weight: 300;
}

select {
	background-color: white;
	width: 100%;
	height: 40px;
	margin: 0;
	margin-bottom: 10px;
	outline: none;
	color: black;
	border: none;
	border-radius: 6px;
	font-size: 1em;
	cursor: pointer;
}

select option {
	font-size: 1em;
}


@media only screen and (min-width: 800px) {
    



.solarkonteyner {
	min-height: 100vh;
	width: 1000px;
	margin: 20px auto;
	border-radius: 20px;
}

.solarbasliq {
	width: 30%;
	margin: 0 auto;
}


.gunes-paneli {
	width: 300px;
	margin-left: 350px;
	margin-right: 350px;
	margin-top: 20px;
}

.solarqeyd {
	color: white;
	width: 98%;
	font-size: 16px;
	margin-left: 1%;
	margin-right: 1%;
}


.solarForm {
	/* background-color: chocolate; */
	margin: 0;
	padding: 0;
	width: 400px;
	margin-right: 300px;
	margin-left: 300px;
	margin-top: 10px;

}

.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;
	padding-left: 10px;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: 0px 0px 8px white;
}

.hiddenresult {
	display: none;
}


.solarnetice {
    background-color: white;
    color: black;
    width: 400px;
    height: auto;
    text-align: left;
	margin: 20px 300px;
    font-size: 17px;
    padding: 10px;
    font-weight: 500;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0px 0px 15px black;
}







}