.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    cursor: pointer;
    background: #ebe9f2;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #ebe9f2;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    opacity: 0.6;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #ffffff;
    background: #5d78ff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: #5d78ff;
}

.paginate_input {
    width: 4em;
}