body {
    padding: 20px;
}

/* Loading Spinner */
.spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

/* Adjust DataTables elements */
#combinedTable_filter {
    text-align: right;
    margin-bottom: 10px;
    width: 100%;
}

/* Make the search input full width */
#combinedTable_filter input {
    width: 100%;
    max-width: 100%;
}

/* Remove pagination controls */
.dataTables_paginate {
    display: none;
}

/* Remove the "Show X entries" dropdown */
.dataTables_length {
    display: none;
}

/* Ensure the table fits well on all devices */
table.dataTable {
    width: 100% !important;
}
