.custom-pagination-wrap {
    margin-top: 10px;
}

.custom-pagination-wrap nav > div:first-child {
    margin-bottom: 18px;
}

.custom-pagination-wrap .small.text-muted {
    margin-bottom: 0;
    color: #6a6a6a !important;
    font-weight: 500;
}

.custom-pagination-wrap .pagination {
    gap: 8px;
    justify-content: center;
    margin-bottom: 0;
}

.custom-pagination-wrap .page-item .page-link {
    min-width: 44px;
    height: 44px;
    border: 1px solid rgba(243, 83, 83, 0.16);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color1);
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(23, 37, 84, 0.06);
}

.custom-pagination-wrap .page-item.active .page-link,
.custom-pagination-wrap .page-item .page-link:hover,
.custom-pagination-wrap .page-item .page-link:focus {
    color: #ffffff;
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
    box-shadow: 0 14px 34px rgba(243, 83, 83, 0.22);
}

.custom-pagination-wrap .page-item.disabled .page-link {
    color: #b9b9b9;
    background-color: #f7f7f7;
    border-color: #ececec;
    box-shadow: none;
}

.custom-pagination-wrap svg {
    width: 14px;
    height: 14px;
}

@media (max-width: 575px) {
    .custom-pagination-wrap nav > div:first-child {
        margin-bottom: 14px;
    }

    .custom-pagination-wrap .small.text-muted {
        text-align: center;
        line-height: 1.6;
    }

    .custom-pagination-wrap .pagination {
        gap: 6px;
    }

    .custom-pagination-wrap .page-item .page-link {
        min-width: 40px;
        height: 40px;
    }
}
