/* Show Entries Dropdown Select */
div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    height: 40px;
    display: inline-block;
    border-radius: 5px;
}

/* Pagination active number */
.page-item.active .page-link {
    z-index: 3;
    color: white;
    background-color: #93c120;
    border-color: #93c120;
}

/* Search input */
div.dataTables_wrapper div.dataTables_filter input {
    height: 40px;
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    border-radius: 5px;
}


