.pencarian-koleksi-dokumen-digital h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  color: #2F3D52;
}

.pencarian-koleksi-dokumen-digital p {
  font-family: Barlow;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #868A95;
}

.pencarian {
  background-color: #F3F6F9;
}

.pencarian .label-pencarian {
  font-family: Barlow;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #2F3D52;
}

.pencarian .result-pencarian {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #2F3D52;
}

/* List Result Pencarian */
.pencarian .list-result-pencarian {
  background-color: #fff;
  border-radius: 4px;
}
/* 
.pencarian .list-result-pencarian div:not(:nth-child(2)) {
  flex: 1;
} */

.pencarian .list-result-pencarian .judul-koleksi-container {
  flex: 0 0 80%;
}

.pencarian .list-result-pencarian .judul-koleksi {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #2F3D52;
}

.pencarian .list-result-pencarian .idpustaka-callnumber {
  font-family: Barlow;
  font-style: normal;
  font-size: 14px;
  color: #2F3D52;
}

.pencarian .list-result-pencarian .jumlah-ekslempar {
  border-left: 1px solid black;
} 
.pencarian .list-result-pencarian .jumlah-ekslempar p:first-child {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #6129DA;
}
.pencarian .list-result-pencarian .jumlah-ekslempar p:nth-child(2) {
  font-family: Barlow;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #868A95;
}

.pencarian .list-result-pencarian .judul-koleksi ~ .detail-book {
  width: 100%;
  font-family: Barlow;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #868A95;
  line-height: 20px;
}

/* .pencarian .list-result-pencarian .judul-koleksi ~ .detail-book > div:nth-child(1) {
  flex: 3;
}

.pencarian .list-result-pencarian .judul-koleksi ~ .detail-book > div:nth-child(2) {
  flex: 5;
}

.pencarian .list-result-pencarian .judul-koleksi ~ .detail-book > div:nth-child(3) {
  flex: 3;
}
.pencarian .list-result-pencarian .judul-koleksi ~ .detail-book > div:nth-child(4) {
  flex: 5;
}
.pencarian .list-result-pencarian .judul-koleksi ~ .detail-book > div:nth-child(5) {
  flex: 4;
}
.pencarian .list-result-pencarian .judul-koleksi ~ .detail-book > div:nth-child(6) {
  flex: 4;
}

@media screen and (max-width:1000px) {
  .pencarian .list-result-pencarian .judul-koleksi ~ .detail-book > div:nth-child(1) {
    width: 20%;
  }
  
  .pencarian .list-result-pencarian .judul-koleksi ~ .detail-book > div:nth-child(2) {
    width: 30%;
  }
  
  .pencarian .list-result-pencarian .judul-koleksi ~ .detail-book > div:nth-child(3) {
    width:20%;
  }
  .pencarian .list-result-pencarian .judul-koleksi ~ .detail-book > div:nth-child(4) {
    width:40%;
  }
  .pencarian .list-result-pencarian .judul-koleksi ~ .detail-book > div:nth-child(5) {
    width:50%;
  }
  .pencarian .list-result-pencarian .judul-koleksi ~ .detail-book > div:nth-child(6) {
    width:50%;
  }
} */
/* End List Result Pencarian */

/* Prev dan Next Pencarian */
.pencarian .next-prev-button p {
  font-family: Barlow;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #2F3D52;
  margin: 0;
}

.pencarian .next-prev-button button {
  padding: 5px;
  border: 0;
  width: 3%;
}

.pencarian .next-prev-button button:nth-child(3) {
  color: #fff;
  background: #6129DA;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pencarian .next-prev-button button:nth-child(2) {
  color: #697276;
  background: #E1E5EB;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* End Prev dan Next Pencarian */

/* Empty results */


.pencarian .empty-results {
  min-height: 500px;
}
.pencarian .empty-results img {
  width: 180px;
}

.pencarian .empty-results p:nth-child(2) {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #98A3AE;
  margin: 0;
}

.pencarian .empty-results p:nth-child(3) {
  font-family: Barlow;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #6D757C;
  margin: 0;
}


/* Empty results */







