/* Dark Theme CSS for Bilet Satış Sistemi */

body.dark-theme {
    background-color: #121212;
    color: #f5f5f5;
}

body.dark-theme header {
    background-color: #1e1e1e;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

body.dark-theme nav a {
    color: #f5f5f5;
}

body.dark-theme nav a:hover {
    color: #e91e63;
}

body.dark-theme .mobile-menu-toggle span {
    background-color: #f5f5f5;
}

body.dark-theme .hero-section {
    background-color: #1e1e1e;
}

body.dark-theme .event-card {
    background-color: #2d2d2d;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

body.dark-theme .form-container {
    background-color: #2d2d2d;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

body.dark-theme .form-control {
    background-color: #3d3d3d;
    border-color: #444;
    color: #f5f5f5;
}

body.dark-theme .form-control:focus {
    border-color: #e91e63;
}

body.dark-theme .btn-secondary {
    background-color: #444;
}

body.dark-theme .btn-secondary:hover {
    background-color: #555;
}

body.dark-theme footer {
    background-color: #1e1e1e;
}

body.dark-theme .footer-bottom {
    border-top-color: rgba(255, 255, 255, 0.1);
}

body.dark-theme a {
    color: #e91e63;
}

body.dark-theme a:hover {
    color: #ff4081;
}

body.dark-theme .event-card .btn-primary {
    color: white;
}

/* Custom scrollbar for dark theme */
body.dark-theme::-webkit-scrollbar {
    width: 10px;
}

body.dark-theme::-webkit-scrollbar-track {
    background: #1e1e1e;
}

body.dark-theme::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 5px;
}

body.dark-theme::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body.dark-theme .event-meta span {
    color: #aaa; /* Koyu temada daha açık metin */
}

body.dark-theme .ticket-request-form {
    background-color: #2d2d2d; /* Koyu temada koyu arka plan */
}

body.dark-theme .ticket-request-form h2 {
    color: #f5f5f5; /* Koyu temada açık başlık */
}

body.dark-theme .ticket-request-form label {
    color: #f5f5f5; /* Koyu temada açık etiket */
}
