/* =========================
   FOOTER
========================= */
.pkp_structure_footer_wrapper {
  background-color: #a8dbf8 !important;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #ddd;
}

.pkp_structure_footer_wrapper a {
  color: #123558 !important;
  font-weight: 500;
  text-decoration: none;
}

.pkp_structure_footer_wrapper a:hover {
  text-decoration: underline;
}

.pkp_brand_footer {
  display: none;
}

/* Tulisan umum footer */
.pkp_structure_footer_wrapper p {
  color: #333;
  font-size: 14px;
}

/* Icon CC & statcounter biar rapi */
.pkp_structure_footer_wrapper img {
  margin: 8px 0;
}

/* =========================
   SIDEBAR (ABOUT JOURNAL)
========================= */

/* Judul bagian INFORMATION */
.pkp_block .title {
  background-color: #a8dbf8 !important;
  color: #ffffff !important;
  text-align: center;
  font-weight: 600;
  padding: 10px;
}

/* Container sidebar */
.pkp_block {
  border: none !important;
}

/* Item menu sidebar */
.pkp_block ul li {
  background-color: #f6f7f7;
  border-bottom: 1px solid #ddd;
}

/* Link sidebar */
.pkp_block ul li a {
  display: block;
  padding: 10px;
  color: #123558 !important; /* FONT COLOR INFORMATION */
  font-weight: 500;
  text-decoration: none;
}

/* Hover sidebar */
.pkp_block ul li a:hover {
  background-color: #a8dbf8; /* hover FONT IFORMATION */
  color: black !important;
  transition: 0.3s;
}

/* Sidebar TOOLS juga ikut styling */
.pkp_block .content {
  background-color: transparent;
}

/* HEADER FULL */
.pkp_site_name .is_img img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

.hover {
  width: 100%;
  border-collapse: collapse;
}
.hover th {
  height: 30px;
  background: #a8dbf8; /* about ther journal */
  color: #133558;
}
.hover td {
  height: 30px;
  padding-top: 3px;
  vertical-align: middle;
  border-bottom: 1px solid #a8dbf8; /* border untuk antar sidebar manager block */
  text-align: center;
}
.hover td a {
  width: 100%;
  display: block;
}
.hover tr {
  background: #204972;
  color: #ffffff;
}
.hover tr:hover {
  background-color: #a8dbf8;
}
.hover tr a {
  color: #ffffff;
}

/* Background header utama */

/* Menu utama (Current, Archives, dll) */
.pkp_navigation_primary > li > a {
  background-color: #a8dbf8 !important;
}

/* Saat mouse diarahkan ke menu */
.pkp_navigation_primary > li > a:hover {
  background-color: #a8dbf8 !important;
}

/* Tulisan Administrator (user menu) */
.pkp_navigation_user > li > a {
  color: #204972 !important;
}

/* Hover Administrator */
.pkp_navigation_user > li > a:hover {
  color: #a8dbf8 !important;
  background-color: #a8dbf8; /* hover admin pojok kanan belakang menu administrator */
  border-radius: 4px;
}

/* Optional: hilangkan warna biru default */
.pkp_navigation_primary,
.pkp_navigation_user {
  background: transparent !important;
}

.pkp_navigation_primary_wrapper {
  background-color: #a8dbf8 !important;
}

/* Dropdown menu About */
.pkp_navigation_primary .dropdown-menu {
  background-color: #a8dbf8 !important;
}

/* Teks menu dropdown */
.pkp_navigation_primary .dropdown-menu a {
  color: #123b5d !important;
  background-color: transparent !important;
}

/* Saat mouse hover */
.pkp_navigation_primary .dropdown-menu a:hover {
  color: #ffffff !important;
  background-color: #0d4a6b !important;
}

/* Menu yang sedang aktif */
.pkp_navigation_primary .dropdown-menu a:focus,
.pkp_navigation_primary .dropdown-menu a:active {
  color: #ffffff !important;
  background-color: #4f9cc5 !important;
}

/* Search icon */
.pkp_navigation_search_wrapper a {
  color: transparent !important;
}

.pkp_navigation_user > li > a:hover {
  color: #053e03 !important;
  opacity: 0.85;
}
