@charset "UTF-8";

.pageBtn{display:inline-block}
.pageBtn .page-number{width:25px;height:35px;display:block;float:left;margin:0 5px;font-family:Roboto;font-size:16px;line-height:35px;text-align:center;color:#a7a7a7}
.pageBtn .current-page{font-size:16px;font-weight:900;line-height:33px;color:#4a28c7}
.pageBtn .page-btn{width:20px;height:35px;display:block;float:left;margin:0 4px}
.pageBtn .page-btn.first-page{background:url(/images/icons/icon-first-page.svg) no-repeat center center;background-size:13px 12px}
.pageBtn .page-btn.prev-page{background:url(/images/icons/icon-prev-page.svg) no-repeat center center;background-size:6px 12px}
.pageBtn .page-btn.next-page{background:url(/images/icons/icon-next-page.svg) no-repeat center center;background-size:6px 12px}
.pageBtn .page-btn.last-page{background:url(/images/icons/icon-last-page.svg) no-repeat center center;background-size:13px 12px}