﻿@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Quicksand', sans-serif;
    background: white;
}


fieldset {
    margin-bottom: 2%;
}

legend, .legend {
    text-align: center;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: bold;
}

textarea {
    height: 80px;
    resize: none;
}

.dernek-item.selected {
    background-color: lightgreen !important;
}



.LoadingIcon {
    display: none;
    width: 47px;
}

.AlseinTable {
    width: 50%;
    border-collapse: separate;
    border-spacing: 3px;
}


    .AlseinTable td:nth-child(3n+1) {
        color: #f00;
        width: 12px;
        text-align: center;
    }

    .AlseinTable td:nth-child(3n+2) {
        padding: 3px;
        border: 1px solid black;
        color: #131249;
        border-radius: 5px;
        width: 150px;
        text-align: center;
        font-weight: bold;
        background: #fff;
    }



.aday-secimi-container {
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    text-align: center;
    max-width: 600px;
}

.aday-secimi-container h2 {
        font-size: 18px;
        margin-bottom: 15px;
        font-weight: bold;
    }

.aday-secimi-container ul {
        text-align: left;
        list-style-type: disc;
        margin: 20px 0;
        padding-left: 20px;
    }

.aday-secimi-container ul li {
            font-size: 16px;
            margin-bottom: 10px;
        }

.aday-secimi-container .btn-green {
        background-color: #28a745;
        color: white;
        font-weight: bold;
        width: 100%;
        padding: 10px;
    }

.aday-secimi-container .btn-green:hover {
            background-color: #218838;
        }

.oy-kullanma-container {
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    text-align: center;
    max-width: 600px;
}

.oy-kullanma-container h1 {
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: bold;
    }

.oy-kullanma-container input[type="text"] {
        max-width: 300px;
        margin-right: 10px;
    }

.oy-kullanma-container .btn-green {
        background-color: #28a745;
        color: white;
        font-weight: bold;
    }

.oy-kullanma-container .btn-green:hover {
            background-color: #218838;
        }
.dernek-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; 
}

.dernek-item {
    flex: 0 0 22%; /* Öğelerin genişliği %22, böylece 4 öğe bir satırda yer alacak */
    box-sizing: border-box;
    margin-bottom: 15px; /* Öğeler arasındaki dikey boşluk */
}



/*ASPX DE Kİ  CSS*/


.oy-kullanma-container {
    text-align: center;
    margin-top: 20px;
}

.kurul-title-area {
    text-align: center;
    margin-bottom: 20px;
}

    .kurul-title-area h2 {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px;
    }

.header-area p {
    font-size: 14px;
    color: #555;
}

/* Aday Seçim Alanı */
.aday-div-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
}

.aday-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .aday-div input[type="checkbox"] {
        display: none;
    }

    .aday-div label {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 220px;
        height: 50px;
        background-color: #ffffff;
        border: 2px solid #ccc;
        border-radius: 8px;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        transition: all 0.3s ease;
    }

    .aday-div input[type="checkbox"]:checked + label {
        color: green;
        border-color: #28a745;
    }

/* Butonlar */
.ileri-button-area {
    text-align: end;
    margin-top: 20px;
}

.ileri-button {
    width: 240px;
    height: 50px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .ileri-button:hover {
        background-color: #218838;
    }

/* Seçilen Adaylar Paneli */
.secilen-adaylar-panel {
    text-align: center;
    margin-top: 30px;
    padding: 20px;
    border: 2px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
}




.button-container {
    margin-top: 20px;
}

    .button-container button {
        width: 180px;
        height: 45px;
        font-size: 16px;
        font-weight: bold;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .button-container .değişiklik-yap {
        background-color: #ffc107;
        color: #333;
    }

        .button-container .değişiklik-yap:hover {
            background-color: #e0a800;
        }

.deneme {
    background-color: white;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-width: 1000px;
    text-align: center;
    margin: auto;
}


.kurul-div-container {
    background-color: #f8f9fa !important;
}



.aday-listesi {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.aday-kart {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    border: 2px solid #28a745;
    border-radius: 10px;
    color: #28a745;
    font-weight: bold;
    font-size: 16px;
    background-color: white;
    transition: all 0.3s ease;
}

    .aday-kart i {
        font-size: 18px;
    }


