html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 100px;
    max-width: 100%;
    width: auto;
    height: auto;
}

/* Background global */
html {
  background: url('https://jpap.idbgrup.ac.id/public/site/images/admin/bg1.jpg')
              no-repeat center center fixed;
  background-size: cover;
}

body {
  background: transparent;
  font-family: tahoma, geneva, sans-serif;
}

.pkp_structure_content {
    min-height: auto !important;
}

/* Footer */
.pkp_footer_content {
  float: left;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* =========================
   MENU UTAMA OJS VIOLET
========================= */

/* Dropdown menu */
.pkp_navigation_primary ul {
    background: #5B1590 !important;
}

/* Item dropdown */
.pkp_navigation_primary ul li a {
    color: #ffffff !important;
}

/* Hover dropdown */
.pkp_navigation_primary ul li a:hover {
    background: #F74AE0 !important;
}

/* =========================
   SIDEBAR MENU
========================= */

.custom-sidebar-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.custom-sidebar-menu li a {
    display: block;
    padding: 10px 15px;
    background-color: #5B1590; /* Biru */
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #F74AE0;
    transition: background-color 0.3s;
}

.custom-sidebar-menu li a:hover {
    background-color: #F74AE0; /* Violet gelap */
}

/* Sidebar block */
.pkp_block.custom-sidebar-menu-block {
    border: 1px solid #d8c6f0;
    margin-bottom: 15px;
    background: rgba(255,255,255,0.95);
}

