.genel{
    margin-left: 350px;
     padding:20px;
      width: calc(100% - 350px);
       position:relative; 
       overflow-x:hidden;
       color:black ;
   }
   .kisiBilgi , .kisikonumbilgi{
    font-size: 13px;
    padding-bottom: 8px;
    gap:10px; 
   justify-content: center;

   }
   
   .gorusmeBaslik{
    border-bottom: 1px solid;
    margin-top: 12px;
   }

   .gorusmeTablo,.dokumanlarTablo
   {
    font-size: 11px;
    padding: 2px;
   }
  
  
   #gorusmeTabloBtn_a
   {
    display:flex; justify-content:center ;
    color: white;
   }
   #gorusmeTabloBtn_i
   {
    font-size: 1rem;
   }

   .NotlarTablo
   {
    font-size: small;
    padding: 2px;
   }
   .table td {
    text-align: center;
    vertical-align: middle;
    height: 55.8px;
}
.table th {
    text-align: center;
    vertical-align: middle;
}

.table th:nth-child(1),
.table td:nth-child(1) {
    width: 40px;
}

.table th:nth-child(2),
.table td:nth-child(2) {
    width: 120px;
}

/* ... devamını sütun sayısına göre ayarla ... */

.table th:last-child,
.table td:last-child {
    width: 80px; /* Buton kolonu */
}
@media (max-width: 1100px) {
    .genel{
        margin-left: 0;
        width:100%;
    }

   }
   body {
    background-color: #f2f2f2;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color:black !important;
}
.personel-card {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.personel-img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #c1c1c1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.info-row {
    background-color: #eaeaea; /* normal gri */
    padding: 12px 18px;
    border-radius: 10px;
    margin-bottom: 12px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 4px solid transparent;
}

.info-row:hover {
    background-color: #d5d5d5; /* biraz daha koyu hover */
    transform: translateY(-2px);
    border-left: 4px solid #999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.info-label {
    font-weight: 600;
    color: #444;
    flex: 1;
}

/* Özgeçmiş kutusu */
.ozgecmis-box {
    background-color: #efefef;
    border-left: 5px solid #d4a444;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
table.table thead th,
table.table tbody td {
    width: 20%; /* 4 sütun olduğu için %25 */
    white-space: nowrap; /* Satır içi metin taşmasını engelle */
    vertical-align: middle;
    text-align: center;
}
.table .btn-sm {
    min-width: 75px !important;
    border-radius: 6px !important;
    font-weight: 500 !important;
    padding: 0.35rem 0.75rem !important;
    box-shadow: none !important;
    transition: background-color 0.3s ease !important;
    color: #fff !important;
}

/* Warning - soft kahve ton */
.btn-warning {
    background-color: #a1866f !important; /* soft kahve */
    border-color: #a1866f !important;
    color: #fff !important;
}

/* Secondary - soft gri-yeşil ton */
.btn-secondary {
    background-color: #6c757d !important; /* klasik gri biraz yumuşak */
    border-color: #6c757d !important;
    color: #fff !important;
}

/* Danger kırmızı canlı */
.btn-danger {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

/* Success yeşil canlı */
.btn-success {
    background-color: #198754 !important;
    border-color: #198754 !important;
}

/* Hover efektleri */
.btn-warning:hover {
    background-color: #8a7158 !important; /* biraz koyu kahve */
    border-color: #8a7158 !important;
    color: #fff !important;
}

.btn-secondary:hover {
    background-color: #5a6268 !important; /* koyu gri-yeşil */
    border-color: #5a6268 !important;
    color: #fff !important;
}

.btn-danger:hover {
    background-color: #bd2130 !important;
    border-color: #bd2130 !important;
}

.btn-success:hover {
    background-color: #157347 !important;
    border-color: #157347 !important;
}