.table {
    padding: 0.5rem;
}

.table thead tr th {
    border: none;
    background: #192F60;
    font-size: 14px;
    color: #F3F6FD;
}

.table tbody tr td {
    border: none;
    font-size: 14px;
    color: #1c1c1c;
    padding: 0.5rem;
}

.table tbody tr:nth-child(even) td {
    background: #F3F6FD;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 8px 10px;
    font-size: 14px;
    color: #1c1c1c;
    letter-spacing: 0.28px;
}

table.dataTable thead {
    background-color: #192F60;
    color: white;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111;
    font-size: 14px;
    font-weight: 500;
}

table.dataTable.no-footer {
    border: 2px solid #BAC1D0;
}

.dataTables_wrapper .dataTables_length,
.dataTables_filter {
    color: rgba(25, 47, 96, 0.70) !important;
    font-size: 14px;
    margin: 1rem 0rem;
}

.dataTables_wrapper .dataTables_filter input {
    border: 2px solid rgba(25, 47, 96, 0.10);
    border-radius: 25px;
    padding: 0.5rem 1rem;
    background-color: #fff;
    margin-left: 3px;
}

.dataTables_wrapper .dataTables_length select {
    border: 2px solid rgba(25, 47, 96, 0.10);
    padding: 5px;
    background-color: #fff;
    margin-left: 3px;
}

.dataTables_wrapper .dataTables_info,
.dataTables_paginate {
    color: rgba(25, 47, 96, 0.70) !important;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: rgba(25, 47, 96, 0.70);
    border-radius: 4px;
    border: 2px solid rgba(25, 47, 96, 0.10);
    background: #F3F6FD;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #192f60;
    color: #fff !important;
    border-radius: 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #192f60;
    color: #fff !important;
    border-radius: 4px;
}
