body {
    font-family: Arial, sans-serif;
}

.card {
    border-radius: 10px;
}

.dataTables_wrapper {
    width: 100%;
}

.dt-buttons {
    margin-bottom: 15px;
}

.dt-button {
    margin-right: 5px !important;
    border-radius: 5px !important;
}

table.dataTable thead th {
    white-space: nowrap;
}

table.dataTable tbody td {
    vertical-align: middle;
}

.form-label {
    margin-bottom: 5px;
}