body {
  margin: 0;
  padding: 0;
}

.pkp_structure_content.has_sidebar {
  background-color: rgb(255, 255, 255);
}
.pkp_structure_footer{
 padding:0 !important; 
}
.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: #906126;
  color: white;
  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/white-abstract-background-design_361591-890.jpg?t=st=1738807810~exp=1738811410~hmac=8390f58c7d437aa3d8375d8871514acd11778cd7b4d38997daec6e535b0317a7&w=900') 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: #906126;
  /* 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; 
  margin: 20px 0;
  transition: transform 0.3s;
}

.stats-image:hover {
  transform: scale(1.1);
}

.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: #1E3B59;
  color: white;
}

.support-section {
  margin: 20px;
}
support-logos{
  
}
.support-logos:nth-child(2) img{
  height: 52px;
  margin: 10px;

  
}
.support-logos img{
  height: 80px;
  margin: 10px;
  
}
.support-logos .img34 {
  height: 20px;
}

/* 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) {
  .footer-lisensi {
    background-color: #1E3B59;
    color: white;
    padding: 15px 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  #headerNavigationContainer {
    max-width: 952px; /* Atur sesuai kebutuhan */
    margin: 0 auto; /* Agar tetap di tengah */
    padding-top: 30px;
    background-color: transparent;
  }

  .pkp_head_wrapper {
    background-color: #906126;
    height: 150px;
  }

  #navigationUser {
    margin-top: 20px;
    padding-right: 20px;
  }

  .pkp_site_name {
    padding-left: 20px;
  }

  .pkp_navigation_primary_wrapper {
    padding-left: 20px !important;
    padding-right: 20px !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 {
    background-color: #906126;
    height: 150px;
  }

  #navigationUser {
    margin-top: 20px;
    padding-right: 20px;
  }

  .pkp_site_name {
    padding-left: 20px;
  }

  .pkp_navigation_primary_wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.pkp_structure_footer_wrapper {
  background-color: transparent;
}

.footer-lisensi {
  background-color: #1E3B59;
  color: white;
  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: white;
  text-decoration: none;
}

.footer-left a:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
      .sertif-add{
    display:none !important;
  }
}