body {
  color: white;
  font-family: "Poppins", sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  background: url(../../../images/frontend/2/background_layout.jpg) center
    center no-repeat fixed black;
}

h2 {
  margin: 0px 0px 10px 0px;
  font-size: 36px;
}

.pad7 {
  padding: 30px 0px;
}

.pad8 {
  padding: 60px 0px;
}

.pad9 {
  padding: 90px 0px;
}

.gap10 {
  grid-gap: 10px;
}

.gap20 {
  grid-gap: 20px;
}

.gap30 {
  grid-gap: 30px;
}

.overlay {
  background: rgb(0, 0, 0, 0.7);
}

.no-data {
  font-size: 16px;
  font-weight: bold;
  color: #de3713;
}

.header-sidebar {
  background: #666666;
  padding: 7px 1px 8px 17px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.kotak-kosong {
  height: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.box {
  border: 1px solid #666666;
  border-radius: 15px;
  background: black;
  padding: 20px 0px;
}

.koleksi-terbaik a {
  position: relative;
  color: #081c82;
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 12px;
  font-weight: bold;
  background: white;
  border-radius: 25px;
  margin-bottom: 8px;
  font-family: "Libre Baskerville", serif;
  text-decoration: none;
}

.koleksi-terbaik a strong {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.koleksi-terbaik a:hover strong {
  opacity: 1;
  visibility: visible;
}

.koleksi-terbaik a:hover {
  background-image: linear-gradient(to bottom right, #9a1c3f, red);
  color: white;
}

.banner {
  display: block;
  width: 100%;
}
.banner div {
  margin: 0px auto;
  height: auto;
}
.banner img {
  margin: 0px auto;
  display: block;
  width: 100%;
}

@media (max-width: 740px) {
  .wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  #tengah {
    order: 1;
  }

  #sidebar-kiri,
  #sidebar-kanan {
    display: none;
  }
}

@media (min-width: 741px) {
  .wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  #layout {
    grid-template-columns: 200px 3fr 200px;
  }
}

@media (min-width: 992px) {
  .wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 964px;
  }
}
