.dataTables_length{
    display: none !important;
  }

  .dataTables_info{
    display: none !important;
  }

  .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #99a1ba;
    border-color: #99a1ba;
  }

  .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #99a1ba;
    background-color: #fff;
    border: 1px solid #dee2e6;
  }

  /* Hover effect for images */
  .entry-img {
    overflow: hidden;
  }

  .entry-img img {
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .entry-img img:hover {
    transform: scale(1.05);
    opacity: 0.85;
  }
	.entry h5 a {
  color: #6c757d; /* Warna abu-abu */
  text-decoration: none;
  transition: color 0.3s ease;
	}

	.entry h5 a:hover {
		color: #343a40; /* Warna abu-abu lebih gelap saat hover, opsional */
	}
