body {
  /* font-family: 'Poppins', sans-serif; */
  background-color: #ffffff;
  /* margin-top: 80px; */
}






.title-small {
  font-size: 10pt;
  margin-top: -5px;
}

.title-main {
  font-size: 14pt;
  font-weight: 600;
  margin-top: -5px;
}


/* KLIPING ONLINE */
.wraper-img-berita {
  width: 100%;
  height: 90px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.judul-berita {
  font-size: 12pt;
  font-weight: 500;
  line-height: 20px;
  width: 100%;
}

a.link-light:link,
a.link-light:visited {
  color: #202020;
}

a.link-light:hover {
  color: #941113;
  text-decoration: none;
}

@media (min-width: 992px) {

  /* KLIPING ONLINE */
  .wraper-img-berita {
    height: 160px;
  }

  .judul-berita {
    font-size: 13pt;
    line-height: 20px;
  }
}

/* HASIL CARI */
.wraper-cari {
  border: 1px solid #c5c5c5;
  border-radius: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}

a.wraper-cari:link,
a.wraper-cari:visited {
  color: #202020;
}

a.wraper-cari:hover {
  color: #860000;
  background-color: #f1f1f1;
  text-decoration: none;
  transition: 0.3s;
}

.wraper-img-cari {
  width: 100%;
  height: 90px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.judul-cari {
  font-size: 12pt;
  font-weight: 600;
  line-height: 20px;
}

.keterangan-cari {
  font-size: 14pt;
  font-weight: 600;
}

@media (min-width: 992px) {
  .wraper-cari {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wraper-img-cari {
    height: 100px;
  }

  .judul-cari {
    font-size: 18pt;
    line-height: 30px;
  }

  .keterangan-cari {
    font-size: 18pt;
  }
}





/* PAGINATION */
.pagination>li>a {
  background-color: white;
  color: #000000;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #5a5a5a;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>.active>a {
  color: white;
  background-color: #9E0507 !Important;
  border: solid 1px #9E0507 !Important;
}

.pagination>.active>a:hover {
  background-color: #9E0507 !Important;
  border: solid 1px #9E0507;
}



/* THUMB BOOK LIST */
.book {
  width: 100%;
  /* height: 255px; */
  background-color: #D9D7D8;
  transition: all .3s ease-in-out;
  transform-origin: left center 0px;
  transform-style: preserve-3d;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  /* background-size: cover;
  background-position: top center; */
  margin-left: 5px;
  margin-right: 5px;
}

/* ----- hover ----- */
.book:hover {
  cursor: pointer;
  transform: rotateY(-28deg) rotateZ(-2deg) scale(1.02);
  -webkit-backface-visibility: hidden;
  box-shadow: 1px 3px 2px #696969, 20px 8px 0 #6e6e6e;
  /* transform: scale(1.02); */
}

.book:hover::after {
  content: " ";
  display: block;
  opacity: 1;
  width: 172px;
  height: 255px;
  position: relative;
  left: 8px;
  background: linear-gradient(-180deg, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, 0) 60%);
}

.book:hover::before {
  transform: translateY(9px);
  opacity: 1;

}



/* ICON TOP */
.icon-top {
  font-size: 20pt;
  color: #999;
}


/* BUTTON SIDEBAR */
.button-sidebar {
  background-color: #ffffff;
  border: none;
  color: #999;
  padding: 0px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
}

/* KETERANGAN UNTUK HASIL PENCARIAN */
.keterangan-slug {
  font-size: 18pt;
  font-weight: 500;
}

.slug-kategori {
  color: #9E0507;
}

/* ================ */
/* SIDEBAR */
/* ================ */

#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100vh;
  z-index: 1025;
  background: #ffffff;
  color: rgb(0, 0, 0);
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px hsla(0, 0%, 0%, 0.2);
}

#sidebar.active {
  left: 0;
}

#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #ffffff;
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#dismiss:hover {
  background: #fff;
  color: #000000;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #ffffff;
}

#sidebar ul.components {
  padding: 0px 0;
  border-bottom: 1px solid #dfdfdf;
}


#sidebar ul li a {
  padding: 10px 0px 10px 20px;
  font-size: 13pt;
  font-weight: 400;
  display: block;
  text-decoration: none;
  color: #474747;
}

#sidebar ul li a:hover {
  color: #474747;
  background: #fafafa;
}

#sidebar ul ul a {
  font-size: 13pt !important;
  padding-left: 30px !important;
  color: #474747;
  background: #ffffff;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/*  */








/* FOOTER */
.caption-footer {
  font-size: 10pt;
  font-weight: 500;
}

a.link-footer:link,
a.link-footer:visited {
  color: #941113;
  font-size: 10pt;
  font-weight: 500;
}

a.link-footer:hover {
  color: #c51619;
  text-decoration: none;
}

@media (min-width: 992px) {
  .caption-footer {
    font-size: 14pt;
  }

  a.link-footer:link,
  a.link-footer:visited {
    font-size: 14pt;
  }
}


.search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background-color: #5e5e5e;
  background-repeat: no-repeat;
  padding: 1px;
  background-position: center center;
  background-size: 15px 15px;
  background-image: -webkit-gradient(linear, left top, right bottom, from(transparent), color-stop(0.46, transparent), color-stop(0.46, #fff), color-stop(0.54, #fff), color-stop(0.54, transparent), to(transparent)), -webkit-gradient(linear, right top, left bottom, from(transparent), color-stop(0.46, transparent), color-stop(0.46, #fff), color-stop(0.54, #fff), color-stop(0.54, transparent), to(transparent)) !important;
  border: 3px solid #5e5e5e;
  box-sizing: border-box;
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  border-radius: 1em;
}