/* body { */
/*   margin: auto; */
/* } */
/* ul, */
/* li { */
/*   margin: 0; */
/*   padding: 0; */
/*   list-style: none; */
/* } */
/* ul { */
/*   padding: 20px; */
/* } */
/* ul li { */
/*   background: #eee; */
/*   padding: 5px; */
/*   border-bottom: 1px solid #ddd; */
/* } */


#paging {
  font-size: 14px;
  margin-top: 30px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  
}
#paging a {

  width: 40px;
  height: 40px;
  padding: 10px;

  color: #c0c0c0;
  text-decoration: none;
  font-weight: bold;
}

.prev,
.next {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #c0c0c0 !important;  
  border-radius: 50%;
  transition: all .2s;
}

.prev:hover,
.next:hover {
  background-color: #ff5893 !important;
  color: white !important;
  border-radius: 50%;
}


#paging a.aktif {
  color: #ff5893!important;
}

#paging a:hover {
  color: #ff5893;  
}

.hidden {
  display: none;
}