.row {
    background: linear-gradient(135deg, #eefcf3 0%, #def2f1 100%);
    padding: 50px 20px;
    display: flex;
    justify-content: center;
}

.col-md-12 {
    max-width: 1000px; 
    margin: 0 auto;
}

fieldset {
    background: #ffffff;
    border: none;
    border-radius: 25px;
    padding: 40px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 20px 40px rgba(74, 124, 68, 0.1);
    border-bottom: 6px solid #7ab35a;
    transition: all 0.3s ease;
}

    fieldset:hover {
        transform: translateY(-8px);
        box-shadow: 0 30px 50px rgba(230, 126, 34, 0.15);
        border-bottom-color: #e67e22;
    }

legend {
    width: auto;
    padding: 10px 40px;
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(90deg, #e67e22 0%, #7ab35a 100%);
    border-radius: 50px;
    border: none;
    box-shadow: 0 10px 20px rgba(230, 126, 34, 0.3);
    margin-bottom: 25px;
}

.AlseinTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
}

    .AlseinTable td:nth-child(2) {
        width: 250px; 
        color: #2c3e50;
        font-weight: 700;
        font-size: 1.05rem;
        padding-right: 20px;
    }

.form-control {
    width: 100% !important;
    min-height: 50px;
    border-radius: 15px;
    border: 2px solid #d1dbd1;
    padding: 12px 20px;
    font-size: 1rem;
    background-color: #f9fff9; 
    transition: all 0.3s ease;
    color: #333;
}

    .form-control:focus {
        border-color: #e67e22;
        background-color: #ffffff;
        box-shadow: 0 0 15px rgba(230, 126, 34, 0.25);
        transform: scale(1.02);
    }

#tr_konaklamaUyari {
    background: #002C49 !important;
    color: #ffffff !important;
    border-radius: 20px !important;
    padding: 25px !important;
    border: 2px dashed #7ab35a !important;
    font-size: 1.1rem;
}

    #tr_konaklamaUyari a {
        color: #e67e22 !important;
        font-weight: bold;
        text-decoration: none;
        border-bottom: 2px solid #e67e22;
    }

.PnlBankaBilgisi span.form-control {
    background: #eef7ee;
    border-left: 5px solid #4a7c44;
    font-family: 'Courier New', Courier, monospace; 
    font-weight: bold;
    color: #002C49;
}

.btn-x {
    background: linear-gradient(45deg, #e67e22, #f39c12);
    border: none;
    padding: 12px 20px;
    font-size: 1.4rem;
    font-weight: 900;
    border-radius: 100px;
    color: white;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 15px 30px rgba(230, 126, 34, 0.4);
    transition: all 0.4s ease;
    display: inline-block;
}

    .btn-x:hover {
        transform: rotate(-1deg) scale(1.05);
        box-shadow: 0 20px 40px rgba(230, 126, 34, 0.6);
        background: linear-gradient(45deg, #7ab35a, #4a7c44);
    }

.AlseinTable td:first-child {
    color: #e74c3c;
    font-size: 1.5rem;
    font-weight: bold;
    width: 20px;
}
