.hover {
	width:90%;
	border-collapse:collapse;
}
.hover th {
	height:30px
	/*background:#ffffff;*/
	/*color:#2E8B57;*/
}
.hover td {
	height:30px;
	padding-top:3px;
	vertical-align:middle;
	border-bottom:1px solid #ffffff;
	text-align:center;
}
.hover td a {
	width:50%;
	display:block;
}
.hover tr {
	background:#a6ce39;
	color:#ffffff;
}
.hover tr:hover {
	background-color:#f78b4a;
}
.hover tr a {
	color:#ffffff;
}

body {
    margin: 0;
    padding: 0;
    background-color: #FBFBF3;
    font-family: Georgia;
}
.pkp_structure_content {
    padding-top: 20px;
    background-color: #fff;
    /*padding-bottom: 0px;*/
}

.pkp_site_name, .is_img img {max-height: 520px !important;

}


/*.pkp_site_name, .pkp_navigation_primary_wrapper, .pkp_navigation_user, .pkp_structure_content, .pkp_structure_footer {

    width: 1160px;

}



.pkp_site_name, .pkp_navigation_primary_wrapper, .pkp_navigation_user, .pkp_structure_content, .pkp_structure_footer {

    position: relative;
    width: 86%;
    margin: 0 auto;

}*/
*, ::before, ::after {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}


html {

    line-height: 1.15;
    -webkit-text-size-adjust: 100%;

}
.cmp_breadcrumbs ol {
    padding-top: 30px;
    margin-bottom: 0;
    line-height: 20px;
    font-size: 13px;
    font-style: italic;
}
.pkp_structure_main h1 {
    font-family: Georgia;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}
.pkp_structure_main h2 {
    font-family: Georgia;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}
/*.pkp_structure_footer {
    position: relative;
    width: 95%;
    margin: 0 auto;
}
.pkp_footer_content {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}*/
.pkp_block {
    padding: 10px;
    padding-bottom: 0;
}


@media (max-width: 991px) {
    .pkp_structure_head {
        min-height: 155px;
        height: auto;
        overflow: visible;
        /*padding-top: 5px;*/
        /*padding-bottom: 5px;*/
        z-index: 9999;
        position: sticky;
        top: 0;
    }
    
    /* Toggle hamburger */
    .pkp_site_nav_toggle {
        display: block !important;
        position: absolute;
        right: 15px;
        top: 60px;
        z-index: 10000;
    }
    
    /* Wrapper menu saat terbuka */
    .pkp_site_nav_menu--isOpen {
        margin-top: 110px;   /* jarak dari header */
        padding-top: 10px;
    }
}

/* =========================
   MOBILE NAVIGATION OJS 3.4
   ========================= */
@media (max-width: 768px) {

    .pkp_structure_head {
        min-height: 80px;
        height: auto;
        overflow: visible;
        /*padding-top: 5px;*/
        /*padding-bottom: 5px;*/
        z-index: 9999;
        position: sticky;
        top: 0;
    }
    

    .pkp_site_name {
        height: auto;
        max-height: none;
        display: flex;
        align-items: center;
    }

    .pkp_site_name img {
        max-height: 120px;
        width: auto;
        height: auto;
    }
    
    /* Toggle hamburger */
    .pkp_site_nav_toggle {
        display: block !important;
        position: absolute;
        right: 15px;
        top: 20px;
        z-index: 10000;
    }
    
    /* Wrapper menu saat terbuka */
    .pkp_site_nav_menu--isOpen {
        margin-top: 38px;   /* jarak dari header */
        padding-top: 10px;
    }

    /* Biar tidak nempel logo */
    .pkp_navigation_primary_wrapper {
        padding-top: 10px;
    }

    /* User menu (login/register) */
    .pkp_navigation_user_wrapper {
        margin-top: 10px;
    }
    
    /* Parent item */
    .pkp_navigation_primary > li {
        position: relative;
    }

    /* Parent link (yang punya submenu) */
    .pkp_navigation_primary > li > a[href="#"] {
        display: block;
        padding-right: 35px; /* ruang untuk icon */
        cursor: pointer;
    }

    /* Icon panah */
    .pkp_navigation_primary > li > a[href="#"]::after {
        content: "▾"; /* bisa diganti > atau v */
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        transition: transform 0.2s ease;
    }

    /* Submenu default */
    .pkp_navigation_primary li > ul {
        display: none;
        padding-left: 15px;
        background: rgba(255,255,255,0.15);
    }

    /* Saat aktif → submenu muncul */
    .pkp_navigation_primary li:focus-within > ul,
    .pkp_navigation_primary li:active > ul {
        display: block;
    }

    /* Panah berputar saat terbuka */
    .pkp_navigation_primary li:focus-within > a::after,
    .pkp_navigation_primary li:active > a::after {
        transform: translateY(-50%) rotate(180deg);
    }

    /* Submenu item */
    .pkp_navigation_primary li > ul li {
        padding: 6px 0;
    }

    .pkp_navigation_primary li > ul a {
        font-size: 14px;
        color: #fff;
    }
}

/*siderbar*/

/* ===== SIDEBAR OUTLINE MENU ===== */

.sidebar-menu {
    padding: 5px 0;
}

.sidebar-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-list li {
    margin-bottom: 10px;
}

/* LINK */
.sidebar-list a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 12px 14px;
    border: 2px solid #6f6f6f;
    background-color: #ffffff;

    color: #333 !important;
    text-decoration: none !important;
    font-size: 14px;

    overflow: hidden;
    z-index: 1;
    transition: color 0.35s ease;
}

/* ICON */
.sidebar-icon {
    font-size: 16px;
    min-width: 22px;
    text-align: center;
    color: inherit;
}

/* TEXT */
.sidebar-text {
    color: inherit;
    white-space: nowrap;
}

/* HOVER FILL */
.sidebar-list a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 0;
    height: 100%;
    background-color: #6f6f6f;

    transition: width 0.35s ease;
    z-index: 0;
}

/* PASTIKAN TEKS DI ATAS */
.sidebar-list a > * {
    position: relative;
    z-index: 2;
}

/* HOVER */
.sidebar-list a:hover::before {
    width: 100%;
}

.sidebar-list a:hover {
    color: #ffffff !important;
}

/* ACTIVE */
.sidebar-list li.active a {
    color: #ffffff !important;
}

.sidebar-list li.active a::before {
    width: 100%;
}

.template-download,
.download-note {
  margin-left: 10px;
}

.template-download a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 0;
  text-decoration: none;
}

.template-download a:hover {
  color: #fff;
}

.sidebar-menu .doc-icon {
  width: 90px !important;
  height: 90px !important;
  max-width: none !important;
  display: inline-block;
}


/* RESPONSIVE */
@media (max-width: 768px) {
    .sidebar-list a {
        font-size: 13px;
        padding: 10px 12px;
    }
}

.pkp_brand_footer {
    display: none !important;
}

.site-footer::after {
    content: "© 2026 Journal of Science & Technology – All Rights Reserved";
    display: block;
    text-align: center;
    font-size: 12px;
    color: #666;
    padding: 15px 0;
}
