
*{
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #222222;
}

.calculate {
    width: 40%;
    height: 40px;
    margin-right: 30%;
    margin-left: 30%;
    font-weight: 400;
}

.istilikkonteyner {
    background-color: #222222;
    width: 100%;
    min-height: 300vh;
    height: auto;
    font-weight: 300;
}

.istilikbasliq {
	background-color: rgb(40, 100, 215);
	width: 70%;
	height: 40px;
	font-size: 0.9em;
	margin: 0 15%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	font-weight: 400;
	color: white;
	border: solid 1px white;
	border-radius: 7px;
}


.imageDiv {
    width: 100%;
    height: auto;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.istilikimage {
    width: 50%;
    height: auto;
}
.istilikimage2 {
    width: 30%;
}


.istilik {
    /* background-color: #15A151; */
    width: 94%;
    margin-right: 3%;
    margin-left: 3%;
    height: auto;
    color: white;
    text-align: left;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 1em;
}

.istilik input {
    background-color: #f7f7f7;
    width: 100%;
    height: 45px;
    margin: 0px;
    margin-bottom: 10px;
    border: none;
    border-radius: 6px;
    outline: none;
    font-size: 16px;
    color: black;
    line-height: 35px;
    padding-left: 5px;
    box-sizing: border-box;
}

.istilik input::placeholder {
    font-weight: 300;
    font-size: 16px;
    color: black;
}

.istilik select {
    width: 100%;
    height: 45px;
    margin: 0px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 16px;
    border: none;
}
.istilik select option {
    font-size: 16px;
}

.izodiv {
    display: none;
}
.izodivON {
    display: block;
}

.inputBasligi {
    text-align: left;
    font-size: 17px;
}

.izo {
    /* background-color: cadetblue; */
    box-sizing: border-box;
    padding: 0px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 17px;
}

.izo input {
    margin: 0px;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}



.izah {
    width: 100%;
    color: white;
    font-size: 14px;
    font-weight: lighter;
    padding: 0 5px;
    box-sizing: border-box;
}


.istiliknetice {
	background-color: white;
	color: black;
	width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
	height: auto;
	text-align: center;
    margin: 30px 5%;
	font-size: 17px;
	font-weight: 400;
	border-radius: 8px;
	box-shadow: 0px 0px 15px black;
    box-sizing: border-box;
    padding: 10px 0px;
    transition: all 1s;
}




#tavanqalinliq {
    margin-top: 7px;
}


sup {
    font-size: 10px;
}








@media screen and (min-width: 800px) {

    .istilikkonteyner{
        width: 1000px;
        min-height: 160vh;
        height: auto;
        margin: 20px auto;
        border-radius: 20px;
    }

    .istilikbasliq {
        width: 30%;
        margin: 0 auto;
    }

    .istilik {
        /* background-color: crimson; */
        width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }


    .izah{
        /* background-color: red; */
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
        font-weight: lighter;
        box-sizing: border-box;
    }
    
    .imageDiv {
        width: 400px;
        height: auto;
        margin: 30px 300px 0px 300px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    
    .istilikimage {
        width: 50%;
        height: auto;
    }
    .istilikimage2 {
        width: 30%;
    }

    .btn {
        /* background-color: chocolate; */
        width: 100%;
        height: 100px;
    }


    .istiliknetice {
        background-color: white;
        color: black;
        width: 100%;
        margin: 30px 0px;
        transition: all 1s;
    }


    input[type=radio] {
        cursor: pointer;
    }

    .umumiform .secim label {
        cursor: pointer;
    }

    .calculate {
        width: 180px;
        margin: 0;
        margin-left: 110px;
        margin-right: 110px;
        margin-top: 40px;
    }






}