*{
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #222222;
}

.btnContainer {
    width: 100%;
    display: flex;
    justify-content: center;
}

.calculate {
    font-weight: 400;
    width: 50%;
    height: 45px;
    color: black;
}


.kafelkonteyner {
    background-color: #222222;
    width: 100%;
    min-height: 250vh;
    height: auto;
    font-weight: 300;
}

.kafelbasliq {
	background-color: rgb(40, 100, 215);
	width: 70%;
	height: 40px;
	font-size: 1em;
	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: 5px;
}

.umumiform {
    width: 100%;
    height: auto;
}

.radioWrapper {
    /* background-color: bisque; */
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: right;
    margin-bottom: 10px;
}

.radioWrapper input {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

.radioWrapper label {
    font-size: 20px;
}

#radLabel1 {
    color: yellow;
    text-shadow: 0px 0px 8px yellow;
}




.kafel {
    /* background-color: skyblue; */
    margin-top: 20px;
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    height: auto;
    color: white;
}

.inputBasligi {
    text-align: center;
    color: white;
    font-size: 18px;
}

.inputWrapper {
    /* background-color: firebrick; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.inputWrapper input {
    width: 40%;
    height: 40px;
    text-align: center;
    border: none;
    border-radius: 6px;
    outline: none;
    font-size: 18px;
}

.inputWrapper input::placeholder {
    color: black;
    opacity: 0.7;
}

.inputWrapper #smetr, #smetr2 {
    margin-left: 5px;
}
.inputWrapper #metr, #metr2 {
    margin-right: 5px;
}

.inputLabels {
    text-align: left;
    font-size: 18px;
    color: white;
}

.kafelInput {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border: none;
    border-radius: 6px;
    outline: none;
    padding-left: 5px;
    box-sizing: border-box;
    font-size: 18px;
}

.kafelInput::placeholder {
    color: black;
    opacity: 0.7;
}

#kafelara {
    padding-left: 5px;
    box-sizing: border-box;
}


.izah {
    background-color: white;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    padding: 5px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 400;
    color: black;
    border-radius: 5px;
}



.kaf {
    width: 100%;
    height: auto;
}

.kafimage {
    width: 60%;
    height: auto;
    margin-left: 20%;
    margin-right: auto;
}


.sahelabel {
    color: white;
    font-size: 17px;
}


#cavab, #cavab2 {
    background-color: white;
    color: black;
    width: 94%;
    height: auto;
    text-align: left;
    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;
    transition: all 1s;
}

#cavab2 {
    display: none;
}


form label {
    font-size: 17px;
}

sup {
    font-size: 10px;
}


.secim {
    width: 90%;
    height: auto;
    text-align: right;
    margin-right: 10%;
    color: white;
}


.sahe {
    display: none;
}


#btn2 {
    display: none;
}







@media screen and (min-width: 800px) {

    .kafelkonteyner{
        width: 1000px;
        min-height: 120vh;
        height: auto;
        margin: 20px auto;
        border-radius: 20px;
    }

    .kafelbasliq {
        width: 30%;
        margin: 0 auto;
    }

    .umumiform{
        /* background-color: crimson; */
        width: 600px;
        margin-left: 200px;
        margin-right: auto;
    }

    
    .kaf{
        /* background-color: red; */
        width: 100%;
        height: auto;
        margin-top: 30px;
    }
    
    .kafimage {
        width: 300px;
        height: auto;
        margin-left: 350px;
        margin-right: 350px;
    }

    .btn {
        /* background-color: chocolate; */
        width: 100%;
        height: 100px;
    }


    #cavab, #cavab2 {
        background-color: white;
        color: black;
        width: 600px;
        height: auto;
        text-align: left;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        font-size: 17px;
        margin-bottom: 10px;
        padding: 10px;
        font-weight: 400;
        box-sizing: border-box;
        border-radius: 8px;
        box-shadow: 0px 0px 15px black;
        transition: all 1s;
    }

    #cavab2 {
        display: none;
    }

    input[type=radio] {
        cursor: pointer;
    }

    .umumiform .secim label {
        cursor: pointer;
    }

    .calculate {
        font-weight: 400;
        width: 50%;
        height: 45px;
        color: black;
    }


}