body {
  margin: 0;
  padding: 0;
}
.pkp_structure_content.has_sidebar{
  background-color:rgb(255, 255, 255);
}
.sidebar {
  border-radius:10px;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #ddd;
}
.menu-item td, .header td, .stats{
  padding:10px;
}

.header {

  background-color: #F5BC37;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  transition: background-color 0.3s;
}

.header:hover {
  background-color: #6e4a1e;
}
 
.button-row {
  text-align: center;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

body {
  background: url('https://img.freepik.com/free-vector/seamless-white-interlaced-rounded-arc-patterned-background_53876-97975.jpg?t=st=1745630804~exp=1745634404~hmac=a9c43a4b1c0408af65da895ce2006c5a8c88caa2e159a3a67c197dc5d5f548e4&w=1380') no-repeat center center fixed;
  background-size: cover;
}

.submit-button {
  background-color:#1E3B59;
  color: white;
  border: none;
  padding: 20px 45px;
  
  font-size: 16px;
  font-weight:600;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s, transform 0.2s;
}

.submit-button:hover {
  background-color:#172c42;
  transform: scale(1.05);
}

.menu-item {
  padding: 15px 20px; /* Tambahkan padding lebih besar */
  margin-bottom: 5px; 
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  color: rgb(45, 45, 45);
}

.menu-item a {
  text-decoration: none;
  color: rgb(45, 45, 45);
}

.menu-item:hover {
  background-color: #f1f1f1;
  transform: translateX(5px);
}

.menu-item a:hover {
  text-decoration: none;
  color: rgb(45, 45, 45);
}
.menu-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #F5BC37;
  /* Warna garis bawah */
  transition: width 0.3s ease-in-out;
}

.menu-item:hover::after {
  width: 100%;
}
.image-row {
  text-align: center;
  padding: 10px;
}

.template-section, .issn-section, .indexing-section {
  padding: 30px;
  text-align: center;
  background-color: #fbf4f4;
  border-radius: 5px;
  transition: transform 0.3s;
}

.template-image, .issn-image, .indexing-image {
  max-width: 120px;
  height: auto;
  margin: 20px 0;
  transition: transform 0.3s;
}

.template-image:hover, .issn-image:hover, .indexing-image:hover {
  transform: scale(1.1);
}

.stats-image {
  max-width: 90%;
  height: auto; /* Perbesar gambar statistik */
  
  margin: 20px 0;
  transition: transform 0.3s;
}

.stats-image:hover {
  transform: scale(1.1);
}


.pkp_head_wrapper {
  
    background-color: #F5BC37;
    color: black;
  }

.pkp_brand_footer{
    display: none;
}

.pkp_footer_content{
  padding: 0 !important;
}
.support-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    color: black;
   
}
.bottom-footer {
  padding: 20px;
  background-color: #F5BC37;

}
.support-section {
    margin: 20px;
}
.support-logos img {
    height: 80px;
    margin: 10px;
}
.support-logos .img34{
  height: 60px;
}
/* Media Query: Jika layar kurang dari 768px (Tablet & HP) */
@media (max-width: 768px) {
.footer-lisensi {
    flex-wrap: wrap;
  }
.support-logos:nth-child(2) img{
  display:flex;
  
}
  .footer-left {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-right {
    align-items: center;
    text-align: left !important;
  }

  .support-container {
    flex-direction: column; /* Agar setiap bagian turun ke bawah */
    gap: 30px; /* Jarak antar elemen */
    text-align: left; /* Tetap rata kiri */
  }

  .support-logos {
    gap: 10px;
  }
}
@media (min-width: 992px) {
  #headerNavigationContainer{
    max-width: 952px; /* Atur sesuai kebutuhan */
    margin: 0 auto; /* Agar tetap di tengah */
   padding-top: 30px;
   background-color: transparent;
  }
  
  #navigationUser{
    margin-top: 20px;
    padding-right: 20px;
  }
  #navigationUser {
    margin-top: 20px;
    padding-right: 20px;
  }
  #navigationUser a{
  color: black !important;
  }
 .pkpDropdown1{
    color:black !important;
  }
  .pkp_navigation_primary_wrapper li a{
    color:black !important;
  }
  .pkp_navigation_search_wrapper a{
    color: black !important;
  }
  .pkp_site_name .is_text{
    padding-left: 20px;
    color: black !important;
  }
  .pkp_navigation_primary_wrapper{
  padding-left: 40px !important;
  padding-right: 20px !important;
  background-color: #F5BC37 !important;
  }
  
}
@media (min-width: 1200px) {
#headerNavigationContainer{

  max-width: 1160px; /* Atur sesuai kebutuhan */
  margin: 0 auto; /* Agar tetap di tengah */
 padding-top: 30px;
 background-color: transparent;

}
.pkp_head_wrapper {
  height: 150px;

}
#navigationUser{
  margin-top: 20px;
  padding-right: 20px;


}
.pkp_site_name{
  padding-left: 20px;
}

}

.pkp_structure_footer_wrapper{
background-color: transparent;
}


  .footer-lisensi {
    background-color: #F5BC37;
    padding: 15px 20px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-left {
    display: flex;
    align-items: center;
}

.footer-left a {
    color: black !important;
    text-decoration: none;
}
.footer-left a:hover {
    text-decoration: underline;
}
.footer-right {
    text-align: right;
}
@media screen and (max-width: 768px) {
  .pkp_structure_footer{
    padding: 0 !important;
  }
}

@media (max-width: 992px) {
  .sertif-add{
display:none !important;
}
}