.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}

.pkp_site_name .is_img img {
  max-height: 200px !important;
}

.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}

.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding-right: 30px;
}

.pkp_structure_page {
  margin-top: 0px !important;
  margin-bottom: 30px !important;
  padding-bottom: 30px !important;
}

/* Edit by Ali Footer */
.pkp_footer_content {
  display: inline-block; /* Mengubah menjadi inline block */
  width: 70%; /* Lebar elemen 70% dari lebar parentnya */
  padding-top: 0; /* Padding atas */
  padding-bottom: 0; /* Padding bawah */
}
.pkp_brand_footer {
  display: none; /* Menyembunyikan elemen pkp_brand_footer */
}

/* Parent element untuk mengatur agar konten footer berada di tengah */
.footer-container {
  text-align: center; /* Pusatkan isi ke dalam parent */
}

/*tulisan berjalan by ali*/
.header-container {
  background-color: #f0f0f0;
  padding: 3px;
  overflow: hidden;
}

.marquee-text {
  display: flex;
  justify-content: flex-end; 
  align-items: center;
  height: auto;
  overflow: hidden;
  white-space: nowrap; 
}

.marquee-text::before {
  content: "Welcome to Papua Medicine and Health Science (PMHS)"; 
  font-size: 1em;
  animation: marquee 20s linear infinite, colorChange 10s linear infinite; 
  padding: 0 0px; 
  background-clip: text; /* For applying gradient to text */
  -webkit-background-clip: text; /* For compatibility with older browsers */
  color: transparent; /* Make the text transparent to reveal the gradient */
}

@keyframes marquee {
  0% { transform: translateX(100%); }  
  100% { transform: translateX(-100vw); } 
}

@keyframes colorChange {
  0% { background-image: linear-gradient(to right, #43cea2, #185a9d); }
  25% { background-image: linear-gradient(to right, #185a9d, #43cea2); }
  50% { background-image: linear-gradient(to right, #56ab2f, #a8e063); }
  75% { background-image: linear-gradient(to right, #a8e063, #56ab2f); }
  100% { background-image: linear-gradient(to right, #43cea2, #185a9d); }
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

/* Mengatur latar belakang untuk seluruh halaman dengan gambar batik */
body {
    background-image: url('https://jurnal.fk-unipa.com/public/site/images/admin1432/batik-background.jpg.jpeg'); /* URL gambar batik Anda */
    background-repeat: repeat; /* Mengatur agar gambar batik mengulang */
    background-size: auto; /* Mengatur agar gambar batik menggunakan ukuran aslinya */
    font-family: 'Arial', sans-serif; /* Font untuk teks */
    color: #333; /* Warna teks */
    margin: 0;
    padding: 0;
}


