﻿/*========================== paging*/
.jump-to {
    max-width: 65px;
    height: 38px !important;
    margin-top: -8px;
}

.page-show {
    max-width: 160px;
    height: 38px !important;
}

.flex-page {
    display: flex;
    flex: 1;
    padding: 10px;
}

.center {
    text-align: center;
    vertical-align: middle;
}

.active > .page-link, .page-link.active {
    background-color: white;
    border-color: #0d6efd;
    color: #0d6efd !important;
}

.flex-page .page-link {
    color: gray;
}
/*=====================================================================*/
