.common-pager {margin: 0; padding: 1rem 0; padding-bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.common-pager-nav {margin: 0;padding: 0;display: -webkit-box;display: -ms-flexbox;display: flex;list-style: none; flex-wrap: wrap;}
.common-pager-link {background: #ecf1f6; cursor: pointer;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;height: 2.25rem;min-width: 2.25rem;padding: 0.5rem;-webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;position: relative;font-size: 0.9rem;line-height: 1rem;font-weight: 500;border-radius: 0.85rem;color: #7E8299;}
.common-pager-link-first, .common-pager-link-prev, .common-pager-link-next, .common-pager-link-last {background-color: #ecf1f6;}
.common-pager-link-disabled {opacity: 0.6;cursor: default;}
.common-pager-link:hover:not(.common-pager-link-disabled) { opacity: 1; -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease; transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease,  -webkit-box-shadow 0.15s ease;background-color: var(--primary); color: var(--text-primary) !important;}
.common-pager-link > i {font-size: 0.6rem;text-align: center;display: inline-block;line-height: 0;color: #B5B5C3;-webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;}
.common-pager-link.common-pager-link-active {pointer-events: none; -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;background-color: var(--primary);color: var(--text-primary);}
.common-pager > .common-pager-nav > li {padding: 0;margin-right: 5px;display: inline-block;}
