/*
Copyright © Eric H. Ramos
A Wolfpack 'Extrapolation' Project.
All Rights Reserved.
*/

.dataTable tbody td,
.dataTable thead th {
    vertical-align: middle;
    text-align: center;
}

table.dataTable th.dt-type-numeric,
table.dataTable td.dt-type-numeric {
    vertical-align: middle;
    text-align: center;
}

.dt-empty {
    display: none;
}

.dt-info {
    display: none;
}

.swal2-container {
    z-index: 10000;
}