/* Templates Page Specific Styles */

.templates-toolbar {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    padding: 1.25rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.templates-toolbar .form-control {
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    font-size: 0.9rem;
    transition: all 0.2s;
    height: 36px;
}

.templates-toolbar .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.dark-mode .templates-toolbar {
    background: rgba(30, 41, 59, 0.7) !important;
    border-color: rgba(51, 65, 85, 0.8) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
}

.dark-mode .templates-toolbar .form-control {
    background-color: #0f172a !important;
    border-color: #334155 !important;
    color: #f8fafc !important;
}

/* Custom card animations */
#sablonlar-list .card {
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s;
}

#sablonlar-list .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 20px -5px rgba(0, 0, 0, 0.08);
}

.dark-mode #sablonlar-list .card {
    background-color: #1e293b !important;
    border-color: #334155 !important;
}

#sablonSubjectPreview {
    background-color: rgba(13, 202, 240, 0.1) !important;
    border-color: rgba(13, 202, 240, 0.3) !important;
    color: #0c5460 !important;
    font-weight: 500;
}

.dark-mode #sablonSubjectPreview {
    background-color: rgba(13, 202, 240, 0.15) !important;
    border-color: rgba(13, 202, 240, 0.5) !important;
    color: #9eeaf9 !important;
}
