/* Popup sayfaları için ortak stiller (eski popup-custom.css içeriği) */
.alert {
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-check-input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border: 1px solid #bbb;
    border-radius: 3px;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    vertical-align: middle;
    margin-right: 6px;
    transition: all 0.2s ease-in-out;
}
.form-check-input[type="checkbox"]:hover {
    border-color: #888;
    background-color: #f7f7f7;
}
.form-check-input[type="checkbox"]:checked {
    background-color: #e9e9e9;
    border-color: #888;
}
.form-check-input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 5px;
    width: 5px;
    height: 9px;
    border: solid #555;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
}
.form-check-input[type="checkbox"]:focus {
    box-shadow: 0 0 0 3px rgba(100, 100, 100, 0.15);
    border-color: #666;
}

/* Alert Primary - Demo stili (koyu mavi) */
.alert-primary {
    background: linear-gradient(135deg, #6b7280, #9ca3af) !important;
    border-color: #6b7280 !important;
    color: #ffffff !important;
}

.alert-primary .alert-link {
    color: #ffffff !important;
    text-decoration: underline;
}

/* Popup pencere iskeleti (popup.jsp) */
body.pbs-popup-window {
    margin: 0;
    background: #f3f5f8;
    color: #212529;
    min-height: 100vh;
}

.pbs-popup-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.pbs-popup-header {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0.65rem 1rem;
    min-height: 56px;
    background: #fff;
    border-bottom: 1px solid #dee2e6;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.pbs-popup-header-brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.pbs-popup-header-logo {
    display: block;
    height: 42px;
    width: auto;
    flex-shrink: 0;
    object-fit: contain;
    image-rendering: auto;
}

.pbs-popup-header-text.logo-text-container {
    border-left: 2px solid rgba(0, 0, 0, 0.06);
    padding-left: 12px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    line-height: 1.15;
    min-width: 0;
}

.pbs-popup-main {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 0.75rem 1rem 0.5rem;
}

.pbs-popup-shell > .pbs-popup-main > .popup-page-body {
    flex: 1 1 auto;
    min-height: 0;
    padding: 0 !important;
}

.pbs-popup-footer {
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0.55rem 3rem;
    background: #fff;
    border-top: 1px solid #e9ecef;
    font-size: 0.75rem;
    color: #6c757d;
    line-height: 1.4;
    text-align: center;
}

.pbs-popup-footer-text {
    min-width: 0;
    text-align: center;
}

.pbs-popup-footer-version {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    flex-shrink: 0;
    font-size: 0.7rem;
    color: #adb5bd;
    font-variant-numeric: tabular-nums;
}

/* Popup içerik alanı – theme’in card-body’sini sadece burada düzenle */
.popup-page-body {
    padding: 1rem !important;
}

/* Kişi formları: .row flex çocuklarında min-width:auto taşması etiket/alanı yan gösterebilir */
.popup-page-body .card[class*="card-kisi-"] .row.g-3 > [class*="col-"] {
    min-width: 0;
}

/*
 * Bilgi (i) butonu: popup.jsp — ana layout’taki turuncu kart başlığı ikonu ile aynı.
 */
/* Yüksek özgüllük: Bootstrap [type=button] + tema, yerel UA “gri kutu”yu ezip sadece daire */
.popup-page-body .aciklama-icon-btn,
.popup-page-body .card-header .aciklama-icon-btn,
.popup-page-body .card-header button.aciklama-icon-btn[type="button"] {
    width: 1.375rem !important;
    height: 1.375rem !important;
    min-width: 1.375rem !important;
    max-width: 1.375rem !important;
    max-height: 1.375rem !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background: #e67e22 !important;
    background-image: none !important;
    color: #fff !important;
    border: none !important;
    border-width: 0 !important;
    box-shadow: 0 1px 4px rgba(230, 126, 34, 0.45) !important;
    opacity: 1 !important;
    cursor: pointer;
    vertical-align: middle;
    box-sizing: border-box !important;
    forced-color-adjust: none;
}
.popup-page-body .aciklama-icon-btn::-moz-focus-inner,
.popup-page-body .card-header .aciklama-icon-btn::-moz-focus-inner,
.popup-page-body .card-header button.aciklama-icon-btn[type="button"]::-moz-focus-inner {
    border: 0 !important;
    padding: 0 !important;
}
.popup-page-body .aciklama-icon-btn:focus-visible,
.popup-page-body .card-header .aciklama-icon-btn:focus-visible,
.popup-page-body .card-header button.aciklama-icon-btn[type="button"]:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #e67e22, 0 1px 4px rgba(230, 126, 34, 0.45) !important;
}
.popup-page-body .aciklama-icon-btn:hover,
.popup-page-body .card-header .aciklama-icon-btn:hover,
.popup-page-body .card-header button.aciklama-icon-btn[type="button"]:hover {
    background: #d35400 !important;
    color: #fff !important;
}
.popup-page-body .aciklama-icon-btn .fa-circle-info,
.popup-page-body .card-header .aciklama-icon-btn .fa-circle-info,
.popup-page-body .card-header button.aciklama-icon-btn[type="button"] .fa-circle-info,
.popup-page-body .card-header .aciklama-icon-btn .fa-solid.fa-circle-info,
.popup-page-body .card-header button.aciklama-icon-btn[type="button"] .fa-solid.fa-circle-info {
    color: #fff !important;
    font-size: 0.9375rem !important;
    line-height: 1;
}

.popup-page-body .card-header .aciklama-icon-btn,
.popup-page-body .card-header button.aciklama-icon-btn[type="button"] {
    margin-left: auto !important;
}

/* Görevi yanı küçük bilgi: .aciklama-icon-btn genel popup kuralını ezip ayrı sınıf */
.popup-page-body .kurulus-yetkilisi-bilgi-label .kurulus-gorevi-info-btn,
.popup-page-body .kurulus-yetkilisi-bilgi-label button.kurulus-gorevi-info-btn[type="button"] {
    width: 1rem !important;
    height: 1rem !important;
    min-width: 1rem !important;
    max-width: 1rem !important;
    max-height: 1rem !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    background: #0d6efd !important;
    background-image: none !important;
    color: #fff !important;
    box-shadow: 0 1px 2px rgba(13, 110, 253, 0.28) !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    box-sizing: border-box !important;
}
.popup-page-body .kurulus-yetkilisi-bilgi-label .kurulus-gorevi-info-btn:hover,
.popup-page-body .kurulus-yetkilisi-bilgi-label button.kurulus-gorevi-info-btn[type="button"]:hover {
    background: #0b5ed7 !important;
    color: #fff !important;
}
.popup-page-body .kurulus-yetkilisi-bilgi-label .kurulus-gorevi-info-btn .fa-circle-info,
.popup-page-body .kurulus-yetkilisi-bilgi-label button.kurulus-gorevi-info-btn[type="button"] .fa-circle-info {
    font-size: 0.5rem !important;
    line-height: 1 !important;
    color: #fff !important;
}
.popup-page-body .kurulus-yetkilisi-bilgi-label .kurulus-gorevi-info-btn:focus-visible,
.popup-page-body .kurulus-yetkilisi-bilgi-label button.kurulus-gorevi-info-btn[type="button"]:focus-visible {
    outline: 0 !important;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #0d6efd, 0 1px 2px rgba(13, 110, 253, 0.28) !important;
}

.popup-page-body .hedef-kitle-bilgi-row .aciklama-icon-btn,
.popup-page-body .hedef-kitle-bilgi-row button.aciklama-icon-btn[type="button"] {
    width: 1.375rem !important;
    height: 1.375rem !important;
    min-width: 1.375rem !important;
    max-width: 1.375rem !important;
    max-height: 1.375rem !important;
    box-shadow: 0 1px 4px rgba(230, 126, 34, 0.45) !important;
}
.popup-page-body .hedef-kitle-bilgi-row .aciklama-icon-btn .fa-circle-info,
.popup-page-body .hedef-kitle-bilgi-row button.aciklama-icon-btn[type="button"] .fa-circle-info {
    font-size: 0.9375rem !important;
    line-height: 1 !important;
}

/*
 * Popup: kapalı Bootstrap modalları akışta görünmesin (CSS yükleme sırası / tema çakışması).
 * Açıkken .show eklenir; bu kural devre dışı kalır, Bootstrap görünürlüğü yönetir.
 */
body.pbs-popup-window .modal:not(.show) {
    display: none !important;
}

/*
 * Popup modalları: düz başlık (mavi şerit yok).
 * Bootstrap 5 açılışta modalı bazen document.body sonuna taşır; o zaman .popup-page-body altında
 * kalmadığı için seçiciye body.pbs-popup-window eklenir (popup.jsp).
 */
.popup-page-body .modal-content,
body.pbs-popup-window .modal-content {
    background-color: #fff !important;
    color: #212529 !important;
}
html.dark .popup-page-body .modal-content,
html.dark body.pbs-popup-window .modal-content {
    background-color: #fff !important;
    color: #212529 !important;
}
.popup-page-body .modal-header,
body.pbs-popup-window .modal-header {
    background-color: #fff !important;
    color: #212529 !important;
    border-bottom: 1px solid var(--bs-border-color, #dee2e6) !important;
}
html.dark .popup-page-body .modal-header,
html.dark body.pbs-popup-window .modal-header {
    background-color: #fff !important;
    color: #212529 !important;
    border-bottom-color: var(--bs-border-color, #dee2e6) !important;
}
.popup-page-body .modal-header .modal-title,
body.pbs-popup-window .modal-header .modal-title {
    color: #212529 !important;
}
.popup-page-body .modal-header .btn-close,
body.pbs-popup-window .modal-header .btn-close {
    filter: none;
}
.popup-page-body .modal-body,
body.pbs-popup-window .modal-body {
    background-color: #fff !important;
    color: #212529 !important;
}
.popup-page-body .modal-footer,
body.pbs-popup-window .modal-footer {
    background-color: #fff !important;
    border-top-color: transparent !important;
}
html.dark .popup-page-body .modal-footer,
html.dark body.pbs-popup-window .modal-footer {
    border-top-color: transparent !important;
}

/* Başvuru imza popup: tablo satırı taşması (pb/imza/basvuruImza.htm; kart = card-proje-arastirmaci) */
.popup-page-body .card-basvuru-imza .row.g-3 > [class*="col-"],
.popup-page-body .card-basvuru-imza-islem .row.g-3 > [class*="col-"] {
    min-width: 0;
}

/* Araştırmacı / dosya yükle popup kartları – custom.css operation kartları ile aynı */
.popup-page-body .card-proje-arastirmaci,
.popup-page-body .card-proje-dosya-yukle,
.popup-page-body .card-proje-is-paketi,
.popup-page-body .card-bilim-fuari-sorgula {
    border: 1px solid #ced4da !important;
    background: #fff !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 0.25rem !important;
}
/* Kart başlığı: custom.css ile aynı (padding, h6 boyutu) */
.popup-page-body .card-proje-arastirmaci .card-header,
.popup-page-body .card-proje-dosya-yukle .card-header,
.popup-page-body .card-proje-is-paketi .card-header,
.popup-page-body .card-bilim-fuari-sorgula .card-header {
    padding: 0.75rem 1rem !important;
    background: #f6f6f6 !important;
    border-bottom: 1px solid #dadada !important;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0 !important;
}
.popup-page-body .card-proje-arastirmaci .card-header h6,
.popup-page-body .card-proje-dosya-yukle .card-header h6,
.popup-page-body .card-proje-is-paketi .card-header h6,
.popup-page-body .card-bilim-fuari-sorgula .card-header h6 {
    font-size: 1.1rem !important;
    margin: 0 !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #33353f !important;
}
.popup-page-body .card-proje-arastirmaci .card-body,
.popup-page-body .card-proje-dosya-yukle .card-body,
.popup-page-body .card-proje-is-paketi .card-body,
.popup-page-body .card-bilim-fuari-sorgula .card-body {
    padding: 1rem !important;
    background: #fdfdfd !important;
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px) !important;
}
/* Input label’ları: custom.css “Kart labelleri” ile aynı */
.popup-page-body .card-proje-arastirmaci .card-body .form-label,
.popup-page-body .card-proje-dosya-yukle .card-body .form-label,
.popup-page-body .card-proje-is-paketi .card-body .form-label,
.popup-page-body .card-bilim-fuari-sorgula .card-body .form-label {
    color: #495057 !important;
    font-weight: 600 !important;
    font-size: 0.8rem !important;
    margin-bottom: 0.5rem !important;
    display: block !important;
}
/* Form alanları: theme ile uyumlu (operation’daki gibi) */
/* CKEditor kaynak textarea: popup tema display:block !important ile görünmesin */
body.pbs-popup-window .popup-page-body textarea.richtext.ck-hidden,
body.pbs-popup-window .popup-page-body textarea.richtext:has(+ .ck-editor),
.popup-page-body textarea.richtext.ck-hidden,
.popup-page-body textarea.richtext:has(+ .ck-editor) {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    resize: none !important;
    position: absolute !important;
    width: 1px !important;
    clip: rect(0, 0, 0, 0) !important;
}

.popup-page-body .card-proje-arastirmaci .form-control:not(.ck-hidden),
.popup-page-body .card-proje-arastirmaci .form-select:not(.ck-hidden),
.popup-page-body .card-proje-dosya-yukle .form-control:not(.ck-hidden),
.popup-page-body .card-proje-dosya-yukle .form-select:not(.ck-hidden),
.popup-page-body .card-proje-is-paketi .form-control:not(.ck-hidden),
.popup-page-body .card-proje-is-paketi .form-select:not(.ck-hidden),
.popup-page-body .card-bilim-fuari-sorgula .form-control:not(.ck-hidden),
.popup-page-body .card-bilim-fuari-sorgula .form-select:not(.ck-hidden) {
    display: block !important;
    width: 100% !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 13.6px !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
}
/* input-group: input + buton/select yan yana (global width:100% kuralını geri al) */
.popup-page-body .card-proje-arastirmaci .input-group,
.popup-page-body .card-proje-dosya-yukle .input-group,
.popup-page-body .card-proje-is-paketi .input-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: none !important;
}
.popup-page-body .card-proje-arastirmaci .input-group > .form-control:not(.ck-hidden),
.popup-page-body .card-proje-arastirmaci .input-group > .form-select:not(.ck-hidden),
.popup-page-body .card-proje-dosya-yukle .input-group > .form-control:not(.ck-hidden),
.popup-page-body .card-proje-dosya-yukle .input-group > .form-select:not(.ck-hidden),
.popup-page-body .card-proje-is-paketi .input-group > .form-control:not(.ck-hidden),
.popup-page-body .card-proje-is-paketi .input-group > .form-select:not(.ck-hidden) {
    flex: 1 1 auto !important;
    width: 1% !important;
    min-width: 0 !important;
    max-width: none !important;
}
.popup-page-body .card-proje-arastirmaci .input-group > .form-select.proje-arastirmaci-doviz-select,
.popup-page-body .card-proje-dosya-yukle .input-group > .form-select.proje-arastirmaci-doviz-select {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 8rem !important;
}
.popup-page-body .card-proje-arastirmaci .input-group > .btn,
.popup-page-body .card-proje-dosya-yukle .input-group > .btn,
.popup-page-body .card-proje-is-paketi .input-group > .btn {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
}
.popup-page-body .card-proje-arastirmaci .form-control:focus,
.popup-page-body .card-proje-arastirmaci .form-select:focus,
.popup-page-body .card-proje-dosya-yukle .form-control:focus,
.popup-page-body .card-proje-dosya-yukle .form-select:focus,
.popup-page-body .card-proje-is-paketi .form-control:focus,
.popup-page-body .card-proje-is-paketi .form-select:focus {
    border-color: #86b7fe !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}
.popup-page-body .card-proje-arastirmaci .form-control-plaintext,
.popup-page-body .card-proje-dosya-yukle .form-control-plaintext {
    display: block !important;
    width: 100% !important;
    padding: 0.375rem 0 !important;
    margin-bottom: 0 !important;
    font-size: 13.6px !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: transparent !important;
    border: solid transparent !important;
    border-width: 1px 0 !important;
}
.popup-page-body .card-proje-arastirmaci .input-group-text,
.popup-page-body .card-proje-dosya-yukle .input-group-text,
.popup-page-body .card-proje-is-paketi .input-group-text {
    background-color: #e9ecef !important;
    border: 1px solid #ced4da !important;
    color: #495057 !important;
    font-size: 13.6px !important;
}
.popup-page-body .card-proje-arastirmaci .input-group .form-control,
.popup-page-body .card-proje-dosya-yukle .input-group .form-control {
    flex: 1 1 auto !important;
    width: 1% !important;
    min-width: 0 !important;
}
.popup-page-body .card-proje-arastirmaci .row.g-3,
.popup-page-body .card-proje-dosya-yukle .row.g-3,
.popup-page-body .card-proje-is-paketi .row.g-3 {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem;
}
.popup-page-body .card-proje-arastirmaci .mb-3,
.popup-page-body .card-proje-dosya-yukle .mb-3 {
    margin-bottom: 1rem !important;
}

/* projeArastirmaci popup: 2-col field pairs fill column width */
.popup-page-body .card-proje-arastirmaci .proje-arastirmaci-field-pair > [class*="col-"] > .form-control:not(.ck-hidden),
.popup-page-body .card-proje-arastirmaci .proje-arastirmaci-field-pair > [class*="col-"] > .form-select:not(.ck-hidden) {
    width: 100% !important;
    max-width: none !important;
}
.popup-page-body .card-proje-arastirmaci .proje-arastirmaci-field-pair .proje-arastirmaci-inline-grow {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
}
.popup-page-body .card-proje-arastirmaci .proje-arastirmaci-doviz-select,
.popup-page-body .card-proje-arastirmaci .input-group .proje-arastirmaci-doviz-select {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 8rem !important;
}
.popup-page-body .card-proje-arastirmaci .proje-arastirmaci-field-pair .input-group .form-control {
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

/* projeArastirmaci popup: full-width stacked fields (input-group içindekiler hariç) */
.popup-page-body .card-proje-arastirmaci .proje-arastirmaci-fields .mb-3 > .form-control:not(.ck-hidden),
.popup-page-body .card-proje-arastirmaci .proje-arastirmaci-fields .mb-3 > .form-select:not(.ck-hidden),
.popup-page-body .card-proje-arastirmaci .proje-arastirmaci-fields .mb-3 > textarea.form-control,
.popup-page-body .card-proje-arastirmaci .proje-arastirmaci-fields .mb-3 .mb-3 > .form-control:not(.ck-hidden) {
    width: 100% !important;
    max-width: none !important;
}
.popup-page-body .card-proje-arastirmaci .proje-arastirmaci-fields .mb-3 > .input-group,
.popup-page-body .card-proje-arastirmaci .proje-arastirmaci-field-pair .input-group {
    width: 100% !important;
    max-width: none !important;
}
.popup-page-body .card-proje-arastirmaci .text-danger,
.popup-page-body .card-proje-dosya-yukle .text-danger,
.popup-page-body .card-proje-is-paketi .text-danger {
    font-size: 0.875em !important;
    margin-top: 0.25rem !important;
}
.popup-page-body .card-proje-dosya-yukle .card-footer-actions {
    border-color: #dadada !important;
}

body.pbs-popup-window .popup-page-body .card-proje-dosya-yukle {
    margin-top: 0 !important;
}

/* Revize proje ekip üye popup – operation / yayın ekranı kartları ile aynı çerçeve */
.popup-page-body .card-revize-proje-ekip-uye,
body.pbs-popup-window .popup-page-body .card-revize-proje-ekip-uye {
    border: 1px solid #ced4da !important;
    background: #fff !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 0.25rem !important;
    overflow: hidden;
}
.popup-page-body .card-revize-proje-ekip-uye .card-header,
body.pbs-popup-window .popup-page-body .card-revize-proje-ekip-uye .card-header {
    padding: 0.75rem 1rem !important;
    background: #f6f6f6 !important;
    border-bottom: 1px solid #dadada !important;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0 !important;
}
.popup-page-body .card-revize-proje-ekip-uye .card-header h6,
body.pbs-popup-window .popup-page-body .card-revize-proje-ekip-uye .card-header h6 {
    font-size: 0.95rem !important;
    margin: 0 !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    color: #33353f !important;
}
.popup-page-body .card-revize-proje-ekip-uye .card-body,
body.pbs-popup-window .popup-page-body .card-revize-proje-ekip-uye .card-body {
    padding: 1rem !important;
    background: #fdfdfd !important;
}
.popup-page-body .card-revize-proje-ekip-uye .card-footer,
body.pbs-popup-window .popup-page-body .card-revize-proje-ekip-uye .card-footer {
    padding: 0.75rem 1rem !important;
    background: #f6f6f6 !important;
    border-top: 1px solid #dadada !important;
}

/*
 * theme.css tüm başlıklara letter-spacing: -1px ve h6'ya dar line-height veriyor;
 * popup kart bölüm başlıklarında Türkçe metin sıkışık / bulanık görünüyordu.
 */
.popup-page-body .card-revize-proje-ekip-uye h6,
body.pbs-popup-window .popup-page-body .card-revize-proje-ekip-uye h6 {
    letter-spacing: normal !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.popup-page-body .card-revize-proje-ekip-uye .card-body h6,
body.pbs-popup-window .popup-page-body .card-revize-proje-ekip-uye .card-body h6 {
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    color: #33353f !important;
}

/* Kuruluş seç: liste başlığı – h6 yerine toolbar; kart içi DataTables ile kontrast */
.popup-page-body .card-proje-arastirmaci .kurulus-sec-list-toolbar,
body.pbs-popup-window .card-proje-arastirmaci .kurulus-sec-list-toolbar {
    background: #f1f3f5 !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.375rem !important;
    padding: 0.6rem 1rem !important;
    margin-bottom: 0.75rem !important;
}
.popup-page-body .card-proje-arastirmaci .kurulus-sec-list-toolbar .kurulus-sec-list-baslik-text,
body.pbs-popup-window .card-proje-arastirmaci .kurulus-sec-list-toolbar .kurulus-sec-list-baslik-text {
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    color: #212529 !important;
    line-height: 1.3 !important;
}
.popup-page-body .card-proje-arastirmaci .kurulus-sec-list-toolbar .kurulus-sec-list-baslik-text span,
body.pbs-popup-window .card-proje-arastirmaci .kurulus-sec-list-toolbar .kurulus-sec-list-baslik-text span {
    color: #212529 !important;
}
.popup-page-body .card-proje-arastirmaci .kurulus-sec-list-toolbar .kurulus-sec-list-baslik-text .fa-list-ul,
body.pbs-popup-window .card-proje-arastirmaci .kurulus-sec-list-toolbar .kurulus-sec-list-baslik-text .fa-list-ul {
    color: #0a58ca !important;
    font-size: 1.2rem !important;
}
