.paging{display:flex;justify-content:center;text-align:center;height:40px;margin:20px 0;gap:16px}.paging .page-item-container{display:flex;gap:16px;direction:ltr}.paging .page-item{background:#fff;color:#001c32;width:40px;height:40px;border:1px solid #a4c4ff;text-align:center;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;cursor:pointer;text-decoration:none}.paging .page-item.selected{background-color:#b1ccff;color:#001c32}.paging .page-item.disabled{opacity:30%}.paging .page-item small{border-left:1.5px solid #001c32;border-bottom:1.5px solid #001c32;width:6px;height:6px;display:inline-block}.paging .page-item.next small{transform:rotate(-134deg)}.paging .page-item.last small{transform:rotate(-134deg)}.paging .page-item.first small{transform:rotate(45deg)}.paging .page-item.prev small{transform:rotate(45deg)}.paging .page-item.last,.paging .page-item.first{width:100px}.paging .page-item.updown{width:60px;height:40px;display:block;color:#048094;line-height:40px;direction:ltr;background-color:transparent}.paging .page-item.updown small{border-left:1px solid #377e91;border-bottom:1px solid #377e91;width:6px;height:6px;display:inline-block;vertical-align:middle;position:absolute}.paging .page-item.updown .up small{transform:rotate(134deg);right:11px;top:13px}.paging .page-item.updown .down small{transform:rotate(-45deg);right:11px;top:19px}.pagination-ellipsis{color:#000;font-size:16px;font-weight:600;width:40px;height:40px;display:flex;justify-content:center;align-items:flex-end}