/* assets/css/swarl.css */

#swarlTable thead th {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    user-select: none;
}

#swarlTable thead th:hover {
    background-color: #343a40; /* Iets lichter op hover */
}

.page-link {
    cursor: pointer;
}

#swarlBody img {
    display: inline-block;
    vertical-align: middle;
    height: 14px;
    border: 1px solid #444;
}

.page-item.active .page-link {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

#swarlSearch {
    background-color: #212529;
    color: #fff;
    border: 1px solid #495057;
}

#swarlSearch::placeholder {
    color: #6c757d;
}

/* De 'ID' knopjes in de tabel */
.cert-btn {
    font-size: 10px;
    padding: 1px 6px;
}