
*{
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #222222;
}

.calculate {
    font-weight: 400;
}

.istilikkonteyner {
    background-color: #222222;
    width: 100%;
    min-height: 300vh;
    height: auto;
}

.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;
}


.inputBasligi {
	font-size: 16px;
	text-align: left;
}


.istilik {
    /* background-color: #15A151; */
    margin-right: 2%;
    margin-left: 2%;
    width: 96%;
    height: auto;
    color: white;
    text-align: left;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-radius: 6px;
    font-weight: 500;
    font-size: 17px;
}

.istilik input {
    background-color: #f7f7f7;
    width: 100%;
    height: 45px;
    margin: 0px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 15px;
    border: none;
    color: black;
    line-height: 45px;
}

.istilik input::placeholder {
    font-weight: 500;
    font-size: 14px;
    color: black;
    opacity: 1;
}

.istilik select {
    width: 100%;
    height: 45px;
    margin: 0px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 15px;
    border: none;
}
.istilik select option {
    font-size: 15px;
}

.izodiv {
    display: none;
}
.izodivON {
    display: block;
}


.izo {
    /* background-color: cadetblue; */
    box-sizing: border-box;
    padding: 0px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.izo input {
    margin: 0px;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}



.kaf {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.kafimage {
    width: 70%;
    height: auto;
    margin-left: 15%;
    margin-right: auto;
    border-radius: 8px;
}



#cavab {
	background-color: white;
	color: black;
	width: 96%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
	height: auto;
	text-align: left;
    margin: 20px 2%;
	font-size: 17px;
	font-weight: 400;
	border-radius: 8px;
	box-shadow: 0px 0px 15px black;
    box-sizing: border-box;
    padding: 10px 10px;
    transition: all 1s;
}


#tavanqalinliq {
    margin-top: 7px;
}


sup {
    font-size: 10px;
}


.btnContainer {
	/* background-color: aqua; */
	display: flex;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 80px;
}

.calculate {
	width: 50%;
	height: 40px;
	margin: 0;
}



@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;
    }
    
    .kaf{
        /* background-color: red; */
        width: 100%;
        height: auto;
        margin-top: 30px;
    }
    
    .kafimage {
        width: 400px;
        height: auto;
        margin-left: 300px;
        margin-right: 300px;
    }

    .btn {
        /* background-color: chocolate; */
        width: 100%;
        height: 100px;
    }


    #cavab {
        width: 400px;
        margin-left: 300px;
        margin-right: 300px;
    }

    input[type=radio] {
        cursor: pointer;
    }

    .umumiform .secim label {
        cursor: pointer;
    }

    .calculate {
        margin: 0;
        float: right;
        margin-top: 40px;
        margin-right: 60px;
    }








}