body {
    background-color: skyblue;
}
.card {
    border-radius: 1rem;
}

.table thead th {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #6c757d;
}

.table tbody tr:hover {
    background-color: #f8fbff;
}

table.dataTable thead tr.column-filters th {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

table.dataTable thead tr.column-filters input {
    min-width: 100%;
}

code {
    color: #0d6efd;
    background: #f1f5f9;
    padding: 0.15rem 0.4rem;
    border-radius: 0.35rem;
}