.pagination .page-item .page-link:hover {
background-color: #eee;
border-radius: .125rem;
-webkit-transition: all .3s linear;
transition: all .3s linear;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.pagination .page-item.active .page-link {
color: #fff;
background-color: #4285f4;
border-radius: .125rem;
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
-webkit-transition: all .2s linear;
transition: all .2s linear;
}
.pagination .page-item.not-select .page-link {
color: #fff;
background-color: #F4511E;
border-radius: .125rem;
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
-webkit-transition: all .2s linear;
transition: all .2s linear;
}
.pagination .page-item .page-link {
font-size: .9rem;
color: #212529;
background-color: #776e6e2b;
border: 0;
margin-left: 4px;
outline: 0;