/* FONT AWESOME CDN */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');


.journals ul .body .description a {display: inline;}
#headerNavigationContainer{
}
.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 {max-height: 200px !important;}
.pkp_site_name_wrapper {padding-left: 0; padding-right: 0;}
.pkp_navigation_user_wrapper {top: 0; right: 0; padding-right:30px;}
.pkp_structure_page {margin-top:  20px !important; margin-bottom:20 !important; padding-bottom: 20 !important;}

html, body {
    background: #ededed;
}

.pkp_navigation_primary_row {
    background: #0143d1;
    padding-left: 2.143rem;
    padding-right: 2.143rem;
}

/*menu css*/
.pkp_navigation_primary {
    text-align: left;
}

#navigationPrimary>li>a {
    padding-bottom: 6px;
    border-bottom-width: 4px;
    color: #f1c840;
}

#navigationPrimary > li > a:hover,
#navigationPrimary > li > a:focus {
  border-color: #0140cb;
  border-bottom: 2px solid #f1c840;
  color:  whitesmoke;
}

.pkp_page_index .homepage_about {
    text-align: justify;
}

*, *:before, *:after {
  -webkit-border-sizing: border-box;
  -moz-border-sizing: border-box;
  border-sizing: border-box;
}

.container > ul {
  list-style: none;
}

body {
  font-family: tahoma,geneva,sans-serif;
}

.obj_article_details .abstract {
    text-align: justify;
}

.pkp_footer_content {
  float: left;
  width: 50%;
  padding-top: 10px;
  padding-bottom:10px;
}

.pkp_site_name_wrapper a.is_img img {
    max-height: none;
}

.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-bottom:10px;
  padding-top: 50px;
}

.pkp_structure_footer_wrapper {
	background: #e8ebef;
	border-bottom: solid; 
}

/* ===== FIX WIDTH SIDEBAR OJS supaya tidak melebar ===== */
.pkp_structure_sidebar .pkp_block {
    width: 100% !important;
    box-sizing: border-box;
    padding: 0 !important;
    margin: 0 !important;
}

#customblock-menu-baru .content {
    padding: 0 10px !important;   /* kiri 10px, kanan 10px */
    margin: 0 !important;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

/* ===== COMPACT MENU ITEMS (Tidak keluar garis) ===== */
/* Card menu lebih rapat */
#customblock-menu-baru p {
    padding: 5px 12px !important;   /* semula 9px → jadi 5px agar lebih pendek */
    line-height: 18px !important;   /* semula 23px */
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
}

/* remove last border */
#customblock-menu-baru p:last-child {
    border-bottom: none;
}

/* ===== TEXT & ICON ===== */
* Link juga dirapatkan */
#customblock-menu-baru a {
    padding: 0 !important; 
    font-size: 13px;  /* bisa 14px jika ingin lebih besar */
}


#customblock-menu-baru em {
    font-size: 15px;
    color: #1a1a1a !important;
    display: inline-block;
    width: 18px;
    text-align: center;
    margin-right: 6px;
}

/* ===== HOVER ===== */
#customblock-menu-baru p:hover {
    background: #f3f3f3;
    transform: translateX(3px);
    transition: 0.2s ease;
}
