/* ===============================
   RESET BANNER KE KONDISI SEBELUMNYA
================================ */
.pkp_brand_footer, .block_developed_by {
    display: none !important;
}

.pkp_footer_content img {
    width: 160px !important;
    height: unset !important;
    max-width: 100% !important;
    max-height: 100% !important;
}


.pkp_structure_head {
    position: relative !important;
    background: #ffffff !important;
    overflow: visible !important;
}

.pkp_site_name_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    /* height: 250px !important;
    min-height: 250px !important; */
    padding: 0 !important;
    background: #256fa6 !important;
    overflow: hidden !important;
}

.pkp_site_name,
.pkp_site_name a.is_img,
.pkp_site_name a.is_img img {
    width: 100% !important;
    /* height: 250px !important;
    min-height: 250px !important; */
    margin: 0 !important;
    padding: 0 !important;
}

.pkp_site_name a.is_img img {
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
    max-width: 100% !important;
    max-height: none !important;
}

/* ===============================
   USER MENU JANGAN OVERLAP
   BALIK KE BAR SENDIRI DI ATAS NAVBAR
================================ */

.pkp_navigation_user_wrapper {
    /* position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
    background: #174d78 !important; */
    z-index: 1 !important;
}

.pkp_navigation_user {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    /* padding: 0 24px !important; */
    text-align: right !important;
}

.pkp_navigation_user > li > a {
    background: transparent !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    padding: 10px 14px !important;
}

/* Search tetap aman */
.pkp_navigation_search_wrapper {
    margin-left: auto !important;
    padding-left: 20px !important;
}

.teknovia-footer {
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  padding: 25px 15px;
  border-top: 1px solid #e5e5e5;
}

.teknovia-footer p {
  margin: 8px 0;
}

.footer-managed {
  margin-top: 18px;
}

.footer-managed img {
  display: block;
  max-width: 180px;
  height: auto;
  margin: 10px auto;
}

.footer-contact a {
  color: #0b5ed7;
  text-decoration: none;
  font-weight: 600;
}

.footer-contact a:hover {
  text-decoration: underline;
}

.pkp_brand_footer {
    display: none !important;
}

.ojs-sidebar-menu {
  background: #ffffff;
  /* border: 1px solid #e5e7eb; */
  /* border-radius: 14px; */
  /* padding: 16px; */
  margin-bottom: 20px;
  /* box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06); */
  font-family: Arial, sans-serif;
}

.ojs-sidebar-menu .sidebar-title {
  font-size: 15px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid #2563eb;
}

.ojs-sidebar-menu .mt {
  margin-top: 18px;
}

.ojs-sidebar-menu a {
  display: block;
  padding: 10px 12px;
  margin-bottom: 2px;
  color: #374151;
  background: #f9fafb;
  border-radius: 9px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}

.ojs-sidebar-menu a:hover {
  background: #eff6ff;
  color: #1d4ed8;
  border-left-color: #2563eb;
  padding-left: 15px;
}

.ojs-sidebar-menu a.highlight {
  background: #2563eb;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
  border-left: none;
}

.ojs-sidebar-menu a.highlight:hover {
  background: #1d4ed8;
  color: #ffffff;
  padding-left: 12px;
}