.pkp_brand_footer{
    display: none;
}
.custom_footer_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pkp_structure_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pkp_footer_content {
    display: flex;
    align-items: center;
}

.pkp_brand_footer img {
    filter: invert(1);
}


/* Gambar logo Creative Commons */
.license-logo {
  margin-bottom: 10px; /* Jarak bawah dari gambar */
  max-width: 100%; /* Memastikan gambar responsif */
  height: auto;
  display: block; /* Membuat gambar menjadi blok untuk teks di bawahnya */
  margin-left: auto;
  margin-right: auto;
}

/* Teks lisensi */
.license-text {
  font-size: 12px; /* Ukuran font yang nyaman dibaca */
  color: #333;
  line-height: 1.6;
  font-weight: normal;
  margin-top: 10px;
}

/* Styling untuk link lisensi */
.license-link {
  color: #0073e6; /* Warna biru terang untuk link */
  text-decoration: none; /* Menghapus garis bawah */
  font-weight: normal;
  transition: color 0.3s ease;
}

/* Efek hover pada link lisensi */
.license-link:hover {
  color: #ff6600; /* Ubah warna saat hover menjadi oranye */
  text-decoration: none; /* Menambahkan garis bawah saat hover */
}

/* Teks untuk informasi indeks JHIM */
.index-info-text {
  text-align: justify;
  font-size: 12px; /* Ukuran font lebih kecil */
  color: #333;
  margin-bottom: 2px;
}

/* Kontainer untuk logo-platform */
.index-logos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); /* Menyesuaikan ukuran elemen untuk grid yang lebih rapat */
  gap: 2px; /* Mengurangi jarak antar kolom */
  justify-items: center;
  margin-top: 1px;
}

/* Styling untuk gambar logo */
.index-logo img {
  width: 110px; /* Memperkecil ukuran gambar */
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 2px; /* Sudut lebih kecil */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Bayangan lebih ringan */
}

/* Efek hover pada gambar logo */
.index-logo:hover img {
  transform: scale(1.05); /* Pembesaran sedikit saat hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Bayangan lebih kuat saat hover */
}

/* Responsivitas untuk perangkat kecil */
@media (max-width: 768px) {
  .index-info-text {
    font-size: 14px; /* Ukuran font lebih kecil di perangkat kecil */
  }

  .index-logos {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); /* Ukuran elemen lebih kecil di perangkat kecil */
  }

  .index-logo img {
    width: 80px; /* Mengurangi ukuran gambar di perangkat kecil */
  }
}


/* SIDE Menu JHIM */
.content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 4px;
  font-family: 'Arial', sans-serif;
  background-color: none;
  border-radius: 0px;
}

/* Style for each link */
.menu-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.3s ease;
  border: 1px solid #ddd;
}

/* Style the chevron icons */
.menu-link .fa-chevron-right {
  margin-right: 8px;
  font-size: 14px;
  color: #007bff; /* Give the chevron a nice color */
}

/* Hover effect - updated with #51A8B1 */
.menu-link:hover {
  background-color: #8B4F8B;
  color: white;
  border-color: #8B4F8B;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

/* Active link or focused link */
.menu-link:focus, .menu-link:active {
  background-color: #8B4F8B;
  color: white;
  border-color: #8B4F8B;
}

.content div {
  transition: all 0.3s ease;
}

/* Responsive styling */
@media (max-width: 600px) {
  .content {
    padding: 10px;
  }
  .menu-link {
    font-size: 12px;
    padding: 8px 12px;
  }
}


/* Media query untuk perangkat kecil */
@media (max-width: 767px) {
    .item.doi-date {
        display: block; /* Mengatur menjadi blok agar elemen tampil bertumpuk */
        margin: 4px 0; /* Menambahkan margin atas dan bawah agar lebih rapi */
    }

    .doi, .published {
        display: block; /* Menampilkan DOI dan Published secara vertikal */
        margin-right: 0; /* Menghilangkan margin kanan pada layar kecil */
    }

    .label {
        font-size: 0.9em; /* Menyesuaikan ukuran font label pada perangkat kecil */
    }

    .value {
        font-size: 0.8em; /* Menurunkan ukuran font nilai untuk keterbacaan */
    }

    .value a {
        font-size: 0.8em; /* Mengurangi ukuran font link DOI */
    }
}

/* Media query untuk perangkat kecil (ponsel) */
@media (max-width: 767px) {
    .authors li {
        margin-bottom: 2px; /* Mengurangi margin di bawah setiap elemen pada layar kecil */
        padding: 2px; /* Mengurangi padding untuk menghemat ruang */
    }

    .name {
        font-size: 1em; /* Ukuran font nama lebih kecil pada layar kecil */
    }

    .affiliation, .orcid {
        font-size: 0.8em; /* Mengurangi ukuran font afiliasi dan ORCID pada layar kecil */
    }

    .value a {
        font-size: 0.8em; /* Menyesuaikan ukuran font tautan pada perangkat kecil */
    }

    .fa {
        font-size: 0.9em; /* Menyesuaikan ukuran ikon pada perangkat kecil */
    }
}

/* Hilangkan semua underline pada tautan menu */
.menu-link {
  text-decoration: none !important; /* Menghapus underline secara paksa */
  color: inherit; /* Warna mengikuti elemen induk jika perlu */
  transition: none; /* Menghapus efek transisi jika ada */
}

.menu-link:hover {
  text-decoration: none !important; /* Pastikan hover tidak memiliki underline */
}

/* kartu editor */
.media img {
  max-width: 74px;
  max-height: 74px;
  margin-right: 10px; /* Atur jarak yang diinginkan */
}

/* Container untuk membungkus media dengan ruang tambahan */
.media-container {
  max-width: 800px;
  margin: 2px auto;
  padding: 4px;
}

/* Gaya utama untuk media */
.media {
  display: flex;
  align-items: flex-start;
  background-color: #ffffff;
  border-radius: 0px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

/* Gaya body teks */
.media-body {
  flex-grow: 1;
}

/* Judul media */
.media-heading {
  font-size: 16px;
  margin-bottom: 2px;
  color: #333;
}

/* Deskripsi media */
.media-body p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Responsivitas */
@media (max-width: 768px) {
  .media {
    flex-direction: column;
    text-align: center;
  }

  .media {
  display: flex;
  align-items: flex-start;
}


.media-body {
  flex-grow: 1;
  text-align: left;
}

.icons a img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}

}

/* Reset default margin dan padding */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.media-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px; /* Jarak antar elemen */
  width: 100%;
}

/* Media utama */
.media {
  display: flex;
  align-items: flex-start;
  width: 100%;
  background: none;
}

.profile-container {
  width: 100%;
  max-width: relative; /* Maksimal lebar pada layar besar */
  margin: 0 auto;
  padding: 0 10px; /* Berikan ruang untuk menjaga jarak dengan sisi layar */
  box-sizing: border-box;
}

/* Gaya untuk gambar profil */
.media-img {
  width: 210px;
  height: 210px;
  border-radius: 80%;
  object-fit: cover;
  margin-right: 10px;
  transition: transform 0.3s ease;

}

.media-img:hover {
  transform: scale(1.2);
}


/* Gaya untuk informasi samping profil */
.media-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  gap: 5px;
}

/* Ukuran dan gaya untuk informasi */
.job-title {
  font-size: 12px;
  color: #fff;
  
}

.name {
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
}

.institution {
  font-size: 0.9rem;
  color: #0073e6;
  text-decoration: none;
  transition: color 0.3s ease;
}

.institution:hover {
  color: #555;
  text-decoration: none;
}

.expertise {
  font-size: 0.9rem;
  color: #fff;
}

/* Gaya untuk ikon */
.icons {
  display: flex;
  gap: 6px;
  margin-top: 4px;
}

.icons img {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.icons img:hover {
  transform: scale(1.2);
}

/* Media Query untuk tablet dan perangkat dengan lebar kurang dari 768px */
@media (max-width: 768px) {
  .media-container {
    width: 100%; /* Profil tampil dalam satu kolom */
  }

  .container {
    flex-direction: column; /* Tata letak vertikal */
  }
}

/* Media Query untuk ponsel dengan lebar kurang dari 480px */
@media (max-width: 480px) {
  .media-img {
    max-width: 80px; /* Perkecil gambar di layar kecil */
  }

  .icons a img {
    width: 18px; /* Perkecil ikon */
  }
}

/* Styling untuk footer */
    /* Menggunakan Flexbox untuk footer */
    .footer-container {
      display: flex;
      justify-content: space-between;
      gap: 30px;
      flex-wrap: wrap;
    }

    /* Setiap kolom di dalam footer */
    .footer-column {
      flex: 1;
      min-width: 250px; /* Menjamin kolom tidak terlalu kecil */
    }

    /* Styling untuk header dalam kolom footer */
    .footer-column h3 {
      margin-bottom: 10px;
      font-size: 18px;
    }

    /* Styling untuk link */
    .footer-column a {
      text-decoration: none;
      color: #000;
      display: block;
      margin-bottom: 8px;
    }

    .footer-column a:hover {
      text-decoration: underline;
    }

    /* Styling pada bagian bawah footer */
    .footer-bottom {
      text-align: center;
      margin-top: 20px;
      font-size: 14px;
    }

    /* Responsif: Mengatur kolom menjadi satu baris pada layar kecil */
    @media (max-width: 768px) {
      .footer-container {
        flex-direction: column;
      }
    }

/* Menentukan ukuran default iframe */
iframe {
  width: 600px;  /* Lebar default */
  height: 200px; /* Tinggi default */
  border: 0;
}

/* Media query untuk perangkat kecil */
@media (max-width: 768px) {
  iframe {
    width: 100%;  /* Lebar responsif 100% dari kontainer */
    height: 80px; /* Menyesuaikan tinggi pada perangkat kecil */
  }
}

/* Gaya untuk container */
.crossmark {
  width: 110px;
  text-align: right;
}

