.card-body>.list-pagination,
table+.list-pagination {
    padding: 1.5rem;
    padding-top: 3rem;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    justify-content: center;
    display: flex;
}

.list-pagination .page-item.active .page-link {
    background-color: #7b7b7b;
    border-color: #7b7b7b;
}

.list-pagination .go-to {
    position: absolute;
    left: 5%;
    display: flex;
}

.go-to input {
    font-weight: 400;
    line-height: 1.5;
    padding: 0.3rem 0.85rem;
    font-size: 0.875rem;
    margin-left: 2px;
}

.go-to input:focus,
.go-to input:hover {
    outline: 0;
}

.go-to button:focus,
.go-to button:hover,
.go-to button {
    background-color: #7b7b7b;
    border-color: #7b7b7b;
}

.search-button {
    display: flex;
    margin-bottom: 2rem;
}

button[data-paymentstate] {
    min-width: 129px;
    max-width: 129px;
}

.list-pagination .page-link {
    color: #7b7b7b;
}

.search-button .form-control:focus {
    border-color: #7b7b7b !important;
}


/*.search-button .form-control::selection{*/


/*    background: #7b7b7b;*/


/*}*/


/* New table pagination */

.table-pagination {
    -webkit-display: flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    padding: 0 !important;
    margin: 0 0 24px !important;
}

.table-pagination-item {
    background: transparent;
    padding: 0;
}

.table-pagination-item+.table-pagination-item {
    margin-left: 7px;
}

.table-pagination-item>a {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 67px;
    height: 48px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    border: 1px solid rgba(0, 0, 0, .2);
    /* padding: 12px 30px; */
    z-index: 3;
}

.table-pagination-item>a::before {
    position: absolute;
    content: '';
    left: 0;
    top: -1px;
    background-color: #f71735;
    width: 100%;
    height: 3px;
    opacity: 0;
}

.table-pagination-item.active>a::before {
    opacity: 1;
}

.table-pagination-item>a:hover {
    color: initial;
}

.table-pagination-item:not(.active)>a::before {
    background-color: red;
}

@media (max-width: 767px) {
    .table-pagination {
        -webkit-justify-content: center;
        justify-content: center;
    }

    .table-pagination-item>a {
        width: 30px;
        height: 22px;
    }
}


/* New table pagination end */


/* New table */

.universal-table {
    width: 100%;
    font-size: 13px;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, .1);
    border-collapse: separate;
    border-radius: 0px;
    border-spacing: 0;
    margin: 0 -1px 24px 0;
}

.universal-table tbody tr,
.universal-table thead tr {
    border: 1px solid #e6e6e6;
}

.universal-table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.universal-table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 15px 10px;
    vertical-align: middle;
    line-height: 1.5em;
}

@media (max-width: 991px) {

    .table-wrapper {
        overflow: auto;
    }

    .universal-table,
    .table-pagination {
        width: 800px;
    }

    /* .universal-table thead {
        display: none;
    } */

    /* .universal-table tbody tr {
        display: block;
        margin-top: 10px;
    } */

    /* .universal-table tr td {
        display: block;
        margin-top: 0;
        text-align: right;
    } */
}

tr.old-entity {
    background: #e6e6e6;
}

td span.new-l {
    background: #ffb300;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    border-radius: 3rem;
    padding: 5px 15px;
    margin-left: 25px;
}

/* New table end */
table th {
    cursor:pointer;
}