body {
    margin: 0;
    padding: 0;
    /* font-family: Arial, sans-serif; */
}
table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    border: 1px solid #ddd;
    padding: 8px;
}
th {
    background-color: #2563eb;
    color: rgb(255, 255, 255);
    text-align: left;
}
h3 {
    background-color: #679468;  /* Change the background color */
    color: white;  /* Change the text color */
    font-family: Arial, sans-serif;  /* Change the font */
    font-size: 20px;  /* Increase the font size */
    padding: 15px;  /* Increase the padding */
    text-align: center;  /* Align the text to the left */
    width: 80%;
    margin: 0 auto;  /* This will center the h3 element */
}
thead input {
    padding: 6px;
    box-sizing: border-box;
}
.dataTables_wrapper {
    min-height: 70%;  /* 100% of the viewport height */
    width: 90%;
    margin: 0 auto;
    overflow-x: auto;
}
