<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************************************************************************************************/
/* PAGINATIONS *********************************************************************************************************************/
/***********************************************************************************************************************************/
.pagination .ui-navbar{
    background-color: #e1dac5;
    border-bottom: 1px solid #aca18f; 
    height: 38px;
}
.pagination .ui-navbar button.navigation,
.pagination .ui-navbar button.navigation-item{
	color: #af9c8c;
    font-size: 1.6rem;
    font-weight: bold;
    overflow: visible;
    padding: 4px 0 0 !important;
}
.navigation-item{
	margin-top: 8px;
	height: 100%;
}
.pagination li:last-child .ui-btn{
	margin: auto;
}
</pre></body></html>