body {
    background-color: #121212;
    color: #e0e0e0;
}

a, a:hover, a:focus {
    color: #81a1c1;
}

.navbar, .footer {
    background-color: #1f1f1f !important;
    color: #bbb;
}

.bg-secondary, .card {
    background-color: #1f1f1f !important;
    border-color: #2c2c2c;
}

.form-control {
    background-color: #2a2a2a !important;
    color: #e0e0e0 !important;
    border: 1px solid #444 !important;
}

/* Dark table */
.dataTables_wrapper .dataTables_filter label,
.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_info {
    color: #ccc;
}

.dataTables_wrapper .dataTables_filter input {
    background-color: #2a2a2a !important;
    color: #e0e0e0 !important;
    border: 1px solid #444 !important;
}

.dataTables_wrapper .dataTables_paginate {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

    .dataTables_wrapper .dataTables_paginate .pagination li a,
    .dataTables_wrapper .dataTables_paginate .pagination li span {
        background-color: #2a2a2a !important;
        color: #e0e0e0 !important;
        border: 1px solid #444 !important;
    }

    .dataTables_wrapper .dataTables_paginate .pagination li.active a {
        background-color: #444 !important;
        border-color: #666 !important;
    }