.form-container-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

/* ANA BANNER */
.info-banner {
    width: 100%;
    max-width: 850px;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border-radius: 20px;
    padding: 25px 30px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    position: relative;
    overflow: hidden;
}

    /* ÜST RENK BAR */
    .info-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 5px;
        width: 100%;
        background: linear-gradient(90deg, #ef4136, #3b82f6);
    }

/* İÇ ALAN */
.info-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* DEADLINE BADGE */
.deadline-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff1f1;
    color: #ef4136;
    padding: 8px 14px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.9rem;
    width: fit-content;
    box-shadow: 0 4px 10px rgba(239,65,54,0.08);
}

    .deadline-badge i {
        color: #ef4136;
    }

/* INFO TEXT */
.info-text {
    font-size: 0.95rem;
    color: #334155;
    line-height: 1.5;
    margin: 0;
}

    .info-text small {
        color: #64748b;
        font-size: 0.85rem;
    }

.contact-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

    .contact-chips span {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #f1f5f9;
        padding: 8px 12px;
        border-radius: 999px;
        font-size: 0.85rem;
        color: #334155;
        transition: 0.2s;
    }

        .contact-chips span i {
            color: #3b82f6;
        }

        .contact-chips span:hover {
            background: #e2e8f0;
            transform: translateY(-1px);
        }

@media (max-width: 768px) {
    .info-banner {
        padding: 20px;
    }

    .contact-chips {
        flex-direction: column;
        align-items: flex-start;
    }
}
.form-container-wrapper {
    background: #f4f7fa;
    padding: 40px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Inter', sans-serif;
}
#UPnlGenel .col-md-8 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
fieldset {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 850px;
    background: #ffffff;
    border: none;
    border-radius: 20px;
    padding: 30px 40px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    box-sizing: border-box;
}
.LoadingIcon{
    display:none;
}
fieldset::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, #ef4136, #3b82f6);
    border-radius: 20px 20px 0 0;
}

legend {
    float: none;
    width: auto;
    background: #414142;
    color: #fff;
    padding: 8px 22px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}


.AlseinTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px; 
}

    .AlseinTable td:nth-child(1) {
        width: 10px;
        padding: 0;
    }

    .AlseinTable td:nth-child(2) {
        width: 180px; 
        font-weight: 600;
        color: #334155;
        font-size: 0.95rem;
        padding-right: 15px;
        white-space: nowrap; 
    }


    .AlseinTable td:nth-child(3) {
        padding-left: 10px;
    }

.form-control {
    width: 100% !important;
    height: 46px;
    padding: 10px 15px;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

    .form-control:focus {
        outline: none;
        background: #ffffff;
        border-color: #ef4136;
        box-shadow: 0 0 0 4px rgba(239, 65, 54, 0.1);
    }

select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23414142'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 18px;
}


.btn-modern, .btn-success {
    background: #ef4136;
    color: #fff !important;
    padding: 15px 40px;
    border-radius: 14px;
    border: none;
    font-weight: 700;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(239, 65, 54, 0.2);
    transition: all 0.3s;
    text-decoration: none;
}

    .btn-modern:hover, .btn-success:hover {
        transform: translateY(-2px);
        background: #d92f25;
        box-shadow: 0 15px 30px rgba(239, 65, 54, 0.3);
    }


@media (max-width: 768px) {
    fieldset {
        padding: 20px;
    }

    .AlseinTable td {
        display: block;
        width: 100% !important;
        padding: 5px 0 !important;
    }

        .AlseinTable td:nth-child(1) {
            display: none; 
        }

    .form-control {
        margin-bottom: 10px;
    }
}
