.dt-length select {
    min-width: 80px;
}

/* Page selector */
button.page-link {
    border-radius: 1px !important;
    background-color: inherit !important;
}

li.page-item {
    background-color: white !important;
}
li.page-item.disabled {
    background-color: #e7e9ec !important;
}
li.page-item.active, li.page-item:not(.disabled):hover {
    background-color: var(--blue-bosch-color) !important;
}
li.page-item.active button.page-link,
li.page-item:not(.disabled):hover button.page-link {
    color: white !important;
}
li.page-item:not(.active):not(.disabled):not(:hover) button.page-link {
    color: var(--blue-bosch-color) !important;
}

li.page-item.active button.page-link {
    border-color: #007ec5;
}