/* Yeni talep — ruhsat/OCR sonrası ve manuel giriş alan renklendirme */
#new-talep-modal.talep-alan-durum-aktif .form-group {
    border: 1px solid transparent;
    border-radius: 0.4rem;
    padding: 0.35rem 0.5rem;
    transition: background 0.15s ease, border-color 0.15s ease;
}
#new-talep-modal.talep-alan-durum-aktif .form-group.talep-alan-dolu {
    background: linear-gradient(180deg, #ecfdf5 0%, #d1fae5 100%);
    border-color: #6ee7b7;
}
#new-talep-modal.talep-alan-durum-tam .form-group.talep-alan-bos {
    background: linear-gradient(180deg, #fff5f5 0%, #fee2e2 100%);
    border-color: #fca5a5;
}
#new-talep-modal.talep-alan-durum-aktif .form-group.talep-alan-dolu label {
    color: #047857;
}
#new-talep-modal.talep-alan-durum-tam .form-group.talep-alan-bos label {
    color: #b91c1c;
}
#new-talep-modal.talep-alan-durum-aktif .form-group.talep-alan-dolu:focus-within {
    border-color: #34d399;
    box-shadow: 0 0 0 2px rgba(52, 211, 153, 0.18);
}
#new-talep-modal.talep-alan-durum-tam .form-group.talep-alan-bos:focus-within {
    border-color: #f87171;
    box-shadow: 0 0 0 2px rgba(248, 113, 113, 0.18);
}
#new-talep-modal #talep-leaderboard-slot,
#new-talep-modal .ruhsat-leaderboard-afis {
    width: 100%;
}
#new-talep-modal .ruhsat-leaderboard-afis {
    margin: 12px 0 4px;
}

#new-talep-modal .modal-header h3 {
    flex: 1;
    min-width: 0;
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.3;
}
.yeni-talep-header-sag {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.yeni-talep-video-trigger {
    flex-shrink: 0;
    display: block;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    line-height: 0;
}
.yeni-talep-video-trigger:hover .yeni-talep-video-thumb {
    box-shadow: 0 2px 8px rgba(249, 115, 22, 0.4);
    transform: scale(1.05);
}
.yeni-talep-video-thumb {
    position: relative;
    display: block;
    width: 56px;
    height: 32px;
    border-radius: 5px;
    overflow: hidden;
    background: linear-gradient(135deg, #1e3a5f 0%, #f97316 100%);
    box-shadow: 0 1px 4px rgba(0,0,0,0.18);
    transition: transform 0.2s, box-shadow 0.2s;
}
.yeni-talep-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.yeni-talep-video-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1e3a5f 0%, #f97316 100%);
}
.yeni-talep-video-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.28);
    color: #fff;
    font-size: 11px;
    transition: background 0.2s;
}
.yeni-talep-video-trigger:hover .yeni-talep-video-play {
    background: rgba(0,0,0,0.45);
}
.yeni-talep-video-play i { margin-left: 1px; }
.yeni-talep-video-overlay {
    position: fixed;
    inset: 0;
    z-index: 10050;
    background: rgba(0,0,0,0.72);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.yeni-talep-video-popup {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    max-width: 640px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}
.yeni-talep-video-popup-baslik {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 14px;
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: white;
    font-size: 13px;
    font-weight: 600;
}
.yeni-talep-video-kapat {
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
}
.yeni-talep-video-kapat:hover { background: rgba(255,255,255,0.35); }
.yeni-talep-video-embed {
    position: relative;
    width: 100%;
    background: #111;
}
.yeni-talep-video-embed--youtube {
    padding-bottom: 56.25%;
    height: 0;
}
.yeni-talep-video-embed--youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.yeni-talep-video-embed--rehber {
    padding: 0;
    height: auto;
}

.talep-aciklama-baslik-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 0.35rem;
}
.talep-aciklama-baslik-row .talep-section-baslik {
    margin: 0;
    flex: 1;
}
.talep-personel-not-toggle {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #fdba74;
    border-radius: 8px;
    background: #fff7ed;
    color: #ea580c;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: background 0.15s ease, border-color 0.15s ease;
}
.talep-personel-not-toggle:hover,
.talep-personel-not-toggle.is-open {
    background: #ffedd5;
    border-color: #f97316;
}
.talep-personel-not-panel {
    margin-top: 8px;
    padding: 10px 12px;
    border: 1px dashed #fdba74;
    border-radius: 8px;
    background: #fffaf5;
}
.talep-personel-not-etiket {
    font-weight: 400;
    font-size: 0.75rem;
    color: #9a3412;
    opacity: 0.85;
}
.talep-renk-ekle-row {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 8px;
}
.talep-renk-ekle-row .form-control {
    flex: 1;
    min-width: 0;
}
.talep-renk-ekle-row .u88-btn-sm {
    flex-shrink: 0;
    white-space: nowrap;
}
.talep-renk-ekle-msg {
    margin: 6px 0 0;
    font-size: 0.75rem;
    color: #6b7280;
}
.talep-renk-ekle-msg.is-ok { color: #047857; }
.talep-renk-ekle-msg.is-err { color: #b91c1c; }
.talep-renk-ekle-option {
    font-weight: 600;
    color: #ea580c;
}
