body{
    background-color:aliceblue;
}
.center {
    margin-left: auto;
    margin-right: auto;
}
.table td:first-child,td:last-child {
    text-align: center;
}
.dataTables_scrollBody thead tr {
    visibility: collapse;
}

.dataTables_scrollBody {
    margin-top: -10px;
}
.dataTables_wrapper .table th {
    color: #000;
    white-space: nowrap;
    padding-right: 17px !important;
    font-weight: 600;
}
.mt-1{
    margin-top:1%;
}