﻿ul.pagination {
    list-style: none;
}

.pagination ul {
    list-style: unset;
    display: flex;
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    list-style: none;
    padding: 0;
}

.pagination .active span {
    color: #208838!important;
}

.pagination {
    display: block;
    overflow: hidden;
    padding: 0 5px 5px 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-top: 30px;
}

    .pagination ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: inline-block;
    }

    .pagination li {
        list-style: none;
        padding: 0;
        margin: 0;
        float: left;
    }

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/

.light-theme a, .light-theme span {
    float: left;
    color: #1f1f1f;
    font-size: 1.2rem;
    line-height: 2.2rem;
    font-weight: 700;
    text-align: center;
    min-width: 2rem;
    padding: 0 7px;
    margin: 0 12px 0 0;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .light-theme a:link, .light-theme a:visited {
        color: #1f1f1f;
    }

    .light-theme a:hover, .light-theme a:active {
        text-decoration: none;
        color: #f1c400;
    }

.light-theme li:first-child .current {
    color: #cccccc;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.light-theme li:last-child .current {
    background: #fff;
    color: #cccccc;
    border: 1px solid #ddd;
    cursor: default;
}

.light-theme .current {
    background: #fff !important;
    color: #f1c400;
    cursor: default;
}

.light-theme .active {
    background: #fff !important;
}

.light-theme .ellipse {
    background: none;
    border: none;
    font-weight: bold;
    cursor: default;
}
