src/assets/style/index.scss
@@ -164,8 +164,17 @@
.font_weight_700{
  font-weight: 700;
}
.cursor_pinter{
  cursor: pointer;
.circle_blue{
  padding:0 3px;
  text-align:center;
  display:inline-block;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background:#72a3f8;
  color:#fff;
}
.btn-pager {
  display: flex;