@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');



body {
    font-family: 'Quicksand', sans-serif;
    background-size: 100% 100%;
    background-color: #E1E2E0;
}

.cinsiyet-radiolist input[type="radio"] {
    margin-right: 5px;
}

.cinsiyet-radiolist label {
    margin-right: 20px;
}


legend, .legend {
    border-bottom: 1px solid #F2F2F2;
    color: #F2F2F2;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}


.banner {
    border: 1px solid black;
    border-radius: 5px;
}

.LoadingIcon {
    display: none;
    width: 47px;
}


.AlseinTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
}

    .AlseinTable td {
        padding-bottom: 15px;
    }




        .AlseinTable td:nth-child(3n+1) {
            font-size: 15px;
            /*color: red;*/
            /* width: 100px; */

            text-align: left;
            /* display: flex; */
        }

        .AlseinTable td:nth-child(3n+2) {
            width: 16%;
            background-color: #F2F2F2;
            font-size: 15px;
            color: #212529;
            font-weight: 500;
            border: 1px solid #F2F2F2;
            /* text-align: left; */
            border-radius: 5px;
        }

.cinsiyet-td {
}
