.hard-table {
    display: none;
}

/**
data tables
 */
.other-filter {
    width: 100%;
    font-size: xx-small;

    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: transparent;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 2px;
    margin: 2px;
    border: none;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 1px;
    background-color: transparent;
    margin-left: 5px;
}

#dataTable tfoot th {
    padding: 1px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #7b809a;
    font-size: .875rem;
}

/*.dataTable-wrapper .dataTable-container .table thead tr th {*/
.table > :not(:last-child) > :last-child > * {
    padding: 0.75rem 1.5rem;
    opacity: .7;
    font-weight: bolder;
    color: #7b809a;
    text-transform: uppercase;
    font-size: .65rem;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 0.75rem 1.5rem;
}

/* pagination */
.dataTables_paginate, .dataTables_info {
    margin-top: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: transparent;
    background-image: linear-gradient(195deg, #ec407a, #d81b60) !important;
    box-shadow: 0 3px 5px -1px rgb(0 0 0 / 9%), 0 2px 3px -1px rgb(0 0 0 / 7%);
    color: #fff !important;
    border: none;
    border-radius: 50% !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {

}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #7b809a;
    border: 1px solid #dee2e6;
    border-radius: 50% !important;
    font-size: .7rem;
    margin-left: 3px;
}

#dataTable_previous, #dataTable_next {
    display: none;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 0;
    background-color: transparent;
}

table.dataTable tbody tr:hover {
    background-color: #edf1f5;
}

div #dataTable_length {
    padding-left: 20px;
}