<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.pagination {display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px}
.pagination&gt;li {display: inline}
.pagination&gt;li&gt;a,
.pagination&gt;li&gt;button,
.pagination&gt;li&gt;span {position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #11bbaa; text-decoration: none; background-color: #fff; border: 1px solid #ddd}

.pagination&gt;li:first-child&gt;a,
.pagination&gt;li:first-child&gt;button,
.pagination&gt;li:first-child&gt;span {margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px}

.pagination&gt;li:last-child&gt;a,
.pagination&gt;li:last-child&gt;button,
.pagination&gt;li:last-child&gt;span {border-top-right-radius: 4px; border-bottom-right-radius: 4px}

.pagination&gt;li&gt;a:focus,
.pagination&gt;li&gt;a:hover,
.pagination&gt;li&gt;span:focus,
.pagination&gt;li&gt;span:hover {color: #11bbaa; background-color: #eee; border-color: #ddd}

.pagination&gt;.active&gt;a,
.pagination&gt;.active&gt;a:focus,
.pagination&gt;.active&gt;a:hover,
.pagination&gt;.active&gt;span,
.pagination&gt;.active&gt;span:focus,
.pagination&gt;.active&gt;span:hover {z-index: 2; color: #fff; cursor: default; background-color: #11bbaa; border-color: #11bbaa}

.pagination&gt;.disabled&gt;a,
.pagination&gt;.disabled&gt;a:focus,
.pagination&gt;.disabled&gt;a: hover,
.pagination&gt;.disabled&gt;span,
.pagination&gt;.disabled&gt;span: focus,
.pagination&gt;.disabled&gt;span: hover {color: #777; cursor: not-allowed; background-color: #fff; border-color: #ddd}

.pagination-lg&gt;li&gt;a,
.pagination-lg&gt;li&gt;span {padding: 10px 16px; font-size: 18px}

.pagination-lg&gt;li: first-child&gt;a,
.pagination-lg&gt;li: first-child&gt;span {border-top-left-radius: 6px; border-bottom-left-radius: 6px}

.pagination-lg&gt;li: last-child&gt;a,
.pagination-lg&gt;li: last-child&gt;span {border-top-right-radius: 6px; border-bottom-right-radius: 6px}

.pagination-sm&gt;li&gt;a,
.pagination-sm&gt;li&gt;span {padding: 5px 10px; font-size: 12px}

.pagination-sm&gt;li: first-child&gt;a,
.pagination-sm&gt;li: first-child&gt;span {border-top-left-radius: 3px; border-bottom-left-radius: 3px}

.pagination-sm&gt;li: last-child&gt;a,
.pagination-sm&gt;li: last-child&gt;span {border-top-right-radius: 3px; border-bottom-right-radius: 3px}

.pager {padding-left: 0; margin: 20px 0; text-align: center; list-style: none}
.pager li {display: inline}

.pager li&gt;a,
.pager li&gt;span {display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px}

.pager li&gt;a: focus,
.pager li&gt;a: hover {text-decoration: none; background-color: #eee}

.pager .next&gt;a,
.pager .next&gt;span {float: right}

.pager .previous&gt;a,
.pager .previous&gt;span {float: left}

.pager .disabled&gt;a,
.pager .disabled&gt;a: focus,
.pager .disabled&gt;a: hover,
.pager .disabled&gt;span {color: #777; cursor: not-allowed; background-color: #fff}
</pre></body></html>