/* paginate */
.page_block {
    overflow: hidden;
    margin: 4px 0;
}
.page_block .count {
    padding: 6px 12px;
    display: inline-block;
}
.page_block .pagination {
    float: right;
    margin: 0;
}
.pagination>li>a,
.pagination>li>span {
    border: none;
    margin-right: 1rem;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: inherit;
    color: #E8719B;
    font-weight: bold;
}

.w_xxxs {
    width: 2rem !important;
}
.w_xxs {
    width: 4rem !important;
}
.w_xs {
    width: 6rem !important;
}
.w_sm {
    width: 8rem !important;
}
.w_md {
    width: 10rem !important;
}
.w_lg {
    width: 12rem !important;
}
.w_xl {
    width: 14rem !important;
}
.w_xxl {
    width: 20rem !important;
}
.w_xxxl {
    width: 28rem !important;
}
