.paging{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.paging-number,.paging-number a{display:-webkit-box;display:-ms-flexbox;display:flex}.paging-number a{height:32px;width:32px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;color:#6a7e92;font-size:16px;justify-content:center;margin:0 3px}.paging-number a.active,.paging-number a:hover{background-color:var(--color-blue);color:var(--color-white)}.paging-number a:hover svg path{stroke:#fff}.paging-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.paging-select{border:1px solid rgba(41,47,137,.1);border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;color:var(--color-primary);font-size:16px;height:32px;line-height:32px;margin-right:24px}.paging-select select{-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'><path opacity='0.6' d='M8.96004 1.47498L5.70004 4.73498C5.31504 5.11998 4.68504 5.11998 4.30004 4.73498L1.04004 1.47498' stroke='%23062849' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-position:right 10px center;background-repeat:no-repeat;color:#6a7e92;display:block;font-size:16px;height:100%;padding:0 30px 0 10px;width:100%}.paging-info{color:var(--color-primary);font-size:14px;opacity:.6}@media (min-width:767px){.paging{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}