/*----------  Header Style  ----------*/

/*.pkp_site_name .is_img img {
	display: inline-block;
	max-height: 165px;
	max-width: 100%;
	width: auto;
	height: auto;
}*/
.pkp_structure_page {
  margin: 0 auto;
}
.pkp_site_name .is_img {
  margin: 0;
}
.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 {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}
.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding-right: 30px;
}
.pkp_structure_main p {
  text-align: justify;
}
/*----------  Footer Style  ----------*/

.pkp_footer_content {
  float: left;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Style untuk Sidebar */
#custom-sidebar {
  background-color: #ffffff; /* Latar belakang putih */
  /* border: 1px solid #e0e0e0;  */
  /* padding: 20px; */
  font-family: Arial, sans-serif;
}

#custom-sidebar .sidebar-title {
  color: #00214a; /* Warna judul utama */
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

#custom-sidebar ul {
  list-style: none;
  padding: 0;
}

#custom-sidebar ul li {
  /* margin-bottom: 8px; */
}

#custom-sidebar ul li a {
  color: #00214a; /* Warna teks untuk menu */
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding: 8px;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s; /* Smooth transition */
}

#custom-sidebar ul li a:hover {
  color: #ffffff; /* Ubah warna teks menjadi putih saat hover */
  background-color: #00214a; /* Ubah latar belakang menjadi warna utama */
  box-shadow: 0 0 10px rgba(183, 212, 65, 0.8); /* Efek sembul (glow) dengan warna utama */
  font-weight: bold;
}

#custom-sidebar ul li a.active {
  font-weight: bold;
  color: #00214a; /* Menandakan menu aktif */
  background-color: #f1f1f1; /* Latar belakang sedikit abu-abu untuk menu aktif */
}

/* Style for reviewer page */
.container-reviewer {
  width: 100%;
  margin: 20px auto;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.container-reviewer h2 {
  text-align: center;
  color: #333;
}
.reviewer {
  margin-bottom: 30px;
}
.reviewer h3 {
  color: #2c3e50;
}
.reviewer p {
  font-size: 14px;
  color: #7f8c8d;
}
.reviewer a {
  color: #3498db;
  text-decoration: none;
}
.reviewer a:hover {
  text-decoration: underline;
}
.reviewer-list {
  list-style-type: none;
  padding: 0;
}
.reviewer-list li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
