﻿@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600&display=swap');

body {
    font-family: 'Quicksand', sans-serif;
    background: #54B8E8;
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.6;
}




.toplanti-banner {
    text-align: center;
    margin-top: 20px;
    padding: 14px 20px;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(90deg, #0072ff, #00c6ff, #0072ff);
    background-size: 300% 300%;
    box-shadow: rgba(21, 80, 136, 0.686) 0px 0px 16.5728px 0px, rgba(21, 80, 136, 0.486) 0px 0px 33.1455px 0px;
    animation: glowMove 4s ease infinite, colorShift 6s linear infinite;
}



/* Parlayan efekt */
@keyframes glowMove {
    0% {
        box-shadow: 0 0 10px rgba(0,114,255,0.6), 0 0 20px rgba(0,198,255,0.4);
    }

    50% {
        box-shadow: 0 0 25px rgba(0,198,255,0.8), 0 0 50px rgba(0,114,255,0.6);
    }

    100% {
        box-shadow: 0 0 10px rgba(0,114,255,0.6), 0 0 20px rgba(0,198,255,0.4);
    }
}

/* Renk geçişi */
@keyframes colorShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Küçük ekranlarda optimize */
@media (max-width: 480px) {
    .toplanti-banner {
        font-size: 1rem;
        padding: 10px 12px;
    }
}





legend {
    font-size: 1.6rem;
    font-weight: 600;
    color: #2296D3;
    margin-bottom: 20px;
    text-align: center;
}

label {
    font-size: 1.1rem;
    font-weight: 900;
    color: white;
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s ease;
}




.form-control {
    background-color: transparent;
    border: 2px solid #155088;
    padding: 14px;
    border-radius: 10px;
    font-size: 1rem;
    width: 100%;
    margin-bottom: 24px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    .form-control:focus {
        border-color: #239AD6;
        box-shadow: 0 0 0 4px black;
        outline: none;
    }

input[type="radio"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #239AD6;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    vertical-align: middle;
    transition: all 0.2s ease;
}
    input[type="radio"]:checked {
        background-color: #2296D3;
        border-color: #2296D3;
    }

        input[type="radio"]:checked::after {
            content: '';
            position: absolute;
            top: 4px;
            left: 4px;
            width: 8px;
            height: 8px;
            background-color: #fff;
            border-radius: 50%;
        }

textarea {
    width: 100%;
    height: 140px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #2296D3;
    padding: 14px;
    font-size: 1rem;
    resize: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    textarea:focus {
        border-color: #2296D3;
        box-shadow: 0 0 0 4px rgba(255, 90, 31, 0.2);
        outline: none;
    }

.AlseinTable {
    width: 100%;
    margin-top: 30px;
    border-collapse: collapse;
    overflow: hidden;
}

    .AlseinTable td {
        padding: 14px 18px;
        text-align: left;
        color: #444;
        background-color: #fff;
        border-bottom: 1px solid #eee;
        font-weight: 500;
    }

    .AlseinTable tr:hover {
        background-color: #2296D3;
        color: #fff;
        transition: background-color 0.3s, color 0.3s;
    }

.btn {
    padding: 12px 26px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
}

.btn-success {
    background-color: #155088;
    color: #fff;
    border: none;
}

    .btn-success:hover {
        background-color: #2296D3;
        transform: scale(1.03);
    }

.LoadingIcon {
    display: none;
    width: 40px;
    margin-top: 20px;
}

.UpdatePanel {
    padding: 30px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}
























fieldset {
    background: #fdfdfd;
    padding: 40px 50px;
    border-radius: 20px;
    border: 1px solid #e3e6ef;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    margin-bottom: 50px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

fieldset:hover {
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

legend {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1d6fd1;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.AlseinTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
    margin-top: 20px;
}

.AlseinTable label {
    display: block;
    background: #ffffff;
    border: 1px solid #d8e0f0;
    padding: 18px 22px;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
    margin-bottom: 10px;
    font-size: 1.05rem;
    color: #333;
    transition: all 0.3s ease;
}

.AlseinTable label:hover {
    background: #f5f9ff;
    border-color: #b8d3f7;
    color: #1d6fd1;
    transform: scale(1.01);
}

.AlseinTable .form-control {
    border: none !important;
    background: transparent !important;
    margin-top: 10px;
    margin-left: 25px;
}

.AlseinTable input[type="radio"] {
    width: 18px;
    height: 18px;
    border: 2px solid #2296D3;
    margin-right: 8px;
}

.AlseinTable input[type="radio"]:checked {
    background-color: #2296D3;
}





/* ✨ Modern & Glass efektli fieldset */
fieldset {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 40px 50px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

fieldset:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
}

/* Başlık (legend) daha etkileyici hale getirildi */
legend {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 10px rgba(0, 198, 255, 0.7);
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Label kutucukları daha parlak hale getirildi */
.AlseinTable label {
    display: block;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(34, 150, 211, 0.3);
    padding: 18px 22px;
    border-radius: 12px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #222;
    transition: all 0.3s ease;
}

.AlseinTable label:hover {
    background: linear-gradient(90deg, rgba(0,114,255,0.1), rgba(0,198,255,0.15));
    border-color: #2296D3;
    transform: scale(1.01);
    box-shadow: 0 0 10px rgba(0, 198, 255, 0.2);
}

/* Radio düğmeleri modernleştirildi */
.AlseinTable input[type="radio"] {
    width: 20px;
    height: 20px;
    border: 2px solid #2296D3;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
    vertical-align: middle;
    margin-right: 10px;
}

.AlseinTable input[type="radio"]:checked {
    background: radial-gradient(circle at center, #00c6ff 35%, #0072ff 100%);
    border-color: #0072ff;
    box-shadow: 0 0 10px rgba(0,198,255,0.5);
}
