﻿.dataTables_length > label {
    font-size: 12px;
}

.dataTables_length > label > select {
    font-size: 12px;
}

.dataTables_filter > label {
    font-size: 12px;
}

.dataTables_filter > label > input {
    font-size: 12px;
}

.table > tbody > tr > td {
    font-size: 14px;
}

table.dataTable > thead > tr > th {
    font-size: 16px;
}

.dataTables_info {
    font-size: 12px;
}


ul.pagination > li > a.page-link {
    font-size: 12px;
}

.action-buttons > span{
    font-size: 14px;
}

.container-table {
    margin-top: 15px;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1) !important;
    background-color: #fff !important;
    padding: 15px !important;
}

/* Optional: Customize the horizontal scrollbar */
.table-responsive::-webkit-scrollbar {
    height: 8px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.table-responsive::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}