.pagination-bar{width:100%;display:flex;justify-content:space-between;align-items:center;padding-top:1rem;padding-bottom:1rem;position:-webkit-sticky;position:sticky;top:0;z-index:6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-wrap:wrap}.pagination-bar,select{color:#fff;font-weight:700}select{border-radius:5px}option,select{background:#000}option{font-weight:700;appearance:none;-webkit-appearance:none;-moz-appearance:none}select option:hover{background:red}.page-buttons button{font-weight:700;cursor:pointer;width:20px;height:20px;color:#fff;background-color:transparent;margin-right:3px;border-radius:5px}.active{border:1px solid #fff}.items-per-page span,.page-buttons span,.sort-options span{margin-right:5px}.items-per-page,.page-buttons,.sort-options{display:flex;align-items:center;justify-content:center;margin:5px}.items-per-page select option,.sort-options select option{text-align:center}@media screen and (max-width:420px){.items-per-page span,.page-buttons span,.sort-options span{font-size:12px}.pagination-bar{justify-content:center}}