/* Background i faqes */
html, body {
    background-color: #121212 !important;
    color: #f1f1f1 !important;
}

/* Kartat */
.card {
    background-color: #1e1e1e !important;
    color: #f1f1f1 !important;
    border: none;
    border-color: #333 !important;
}

.card-title, 
.text-primary, 
.btn-primary, 
.btn-outline-primary:hover {
    color: #ff8800 !important;
}

/* Buttons */
.btn-primary {
    background-color: #ff8800;
    border-color: #ff8800;
}

.btn-outline-primary {
    color: #ff8800;
    border-color: #ff8800;
}

.btn-outline-primary:hover {
    background-color: #ff8800;
    color: #121212;
}

/* Input fields */
.form-control, .form-select {
    background-color: #1e1e1e;
    color: #f1f1f1;
    border: 1px solid #333;
}

.form-control::placeholder {
    color: #888;
}

/* Kartat që kanë bg-white (list view ose elemente tjera) */
.bg-white, 
#companyCards .bg-white {
    background-color: #1e1e1e !important;
    color: #f1f1f1 !important;
    border-color: #333 !important;
}

/* Për kartat grid */
.card .text-muted {
    color: #bbbbbb !important;
}

/* Për List View */
#companyCards .text-muted {
    color: #bbbbbb !important;
}

/* Extra safe */
body.dark-mode .text-muted,
.text-muted {
    color: #bbbbbb !important;
}

