.blog-user-pagination {
  /* background: antiquewhite; */
  display: grid;
  /* justify-content: center; */
  place-content: center;
  width: 100%;
  /* grid-template-columns: 1000px; */
}

.blog-user-pagination span {
    color: #000000;
    font-size: 2rem;
    font-weight: 500;
    font-family: 'Geologica';
    line-height: 20px;
    cursor: pointer;
}

.blog-pag-cont {
    display: grid;
    justify-content: center;
    /* background: yellow; */
    /* gap: 10px; */
}

.blog-pag-cont.middle {
    /* background: antiquewhite; */
    justify-content: center;
    /* width: fit-content; */
}

.blog-pag-cont.middle .n-page {
    padding-left: 30px;
}

.blog-pag-cont.middle .pag-options-middle {
    grid-template-columns: auto;
}

.blog-pag-cont.middle.pag-options {}

.blog-pag-cont.middle.pag-options {}

.pag-active-page {
    display: grid;
    justify-content: start;
}

.pag-options {
    display: grid;
    width: 100%;
    grid-template-columns: 150px 100% 150px;
    grid-template-columns: 1fr auto 1fr;
    justify-content: center;
    gap: 50px;
    /* background: aliceblue; */
    align-items: center;
}

.pag-pages {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    /* background: yellowgreen; */
}

.pag-pages .n-page {
    /* padding-left: 10px; */
    flex-basis: 40px;
    /* background: yellowgreen; */
    display: grid;
    justify-content: center;
}

.pag-pages .n-page:first-child {
    padding-left: 0px;
    flex-basis: 40px;
    /* background: aliceblue; */
    display: grid;
    justify-content: center;
}

.pag-pages-dots {
    span {
    color: #000000;
    font-size: 2rem;
    font-weight: 500;
    font-family: 'Geologica';
    line-height: 20px;
    cursor: pointer;
};
    color: #000000;
    font-size: 2rem;
    font-weight: 500;
    font-family: 'Geologica';
    line-height: 20px;
    /* margin-left: 10px; */
    /* margin-right: 50px; */
}

.n-page.last-n-page {/* background: whitesmoke; */display: grid;justify-content: center;}

.prev {
    display: grid;
    /* background: yellow; */
    justify-content: center;
    visibility: hidden;
}

.prev.first_show {
    visibility: visible;
}

.nextlast_show {
    display: grid;
    justify-content: center;
}



.next {
    display: grid;
    background: pink;
    justify-content: center;
    visibility: hidden;
}

.next.last_show {
    visibility: visible;
}

.blog-pag-cont.middle .pag-options .pag-pages .n-page {
    padding-left: 30px;
}


a.current-page {
    border-color: #000;
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;
    display: grid;
}

a.current-page span {
    padding: 5px 10px;
}


.firstdots{
    /* padding-left: 10px; */
    flex-basis: 40px;
    /* background: yellow; */
    display: grid;
    justify-content: center;
}

.lastdots{flex-basis: 40px;/* background: yellow; */display: grid;justify-content: center;}







@media screen and (max-width: 1180px) {

}

@media screen and (max-width: 768px) {

    .pag-options{

gap: 10px;

}

.pag-options .prev {}

.pag-options .pag-pages {
    gap: 5px;
}

.blog-pag-cont.middle .pag-options .pag-pages .n-page {
    padding-left: 10px;
}

.pag-options .pag-pages n-page {}

}

@media screen and (max-width: 600px) {

    .pag-options{
        
    }

}

@media screen and (max-width: 425px) {


    .pag-options{
        grid-template-columns: auto;
        grid-template-rows: auto auto auto;
        gap: 20px;
        /* background: aquamarine; */
    }


    .pag-options .pag-pages{
        gap: 15px;
    }

}