.pagination {
    display: flex !important;
    justify-content:center !important;
    align-items:center !important;
    padding-left: 0;
    border-radius: 4px;
    flex-wrap: wrap;
    font-size: 13px;
    margin: 0 auto;
    padding: 10px;
    
}

    .pagination ul {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .pagination > li {
        display: flex;
        margin-left: 5px;
        background-color: transparent !important;
    }

        .pagination > li > a {
            border: 2px solid var(--reseller-color) !important;
            box-shadow: 0 0 10px var(--reseller-color);
            border-radius: 50%;
            position: relative;
            width: 40px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: transparent;
            color: var(--reseller-color) !important;
        }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            border: 1px solid #dddddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            /*border-bottom-left-radius: 4px;*/
            /*border-top-left-radius: 4px;*/
            border-radius: 50% !important;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            /*border-top-right-radius: 4px;*/
            /*border-bottom-right-radius: 4px;*/
            border-radius: 50% !important;
        }

.PagedList-skipToNext a {
    /*background-color:red !important;*/
    /*color:transparent !important;
    content:'asdas';*/
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #eeeeee !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff !important;
    cursor: default;
    background-color: var(--reseller-color) !important;
    border-color: var(--reseller-color) !important;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #808080;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}




.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: red !important;
        cursor: not-allowed;
        background-color: #ffffff;
    }

.page-linktest a {
    border-radius: 50% !important;
    background-color: red;
}

.paging-center {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
