@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");

.sidebar-menu li::before{
font-family:"Font Awesome 6 Free";
font-weight:900;
margin-right:8px;
}

.menu-about::before{content:"\f05a";}
.menu-editorial::before{content:"\f0c0";}
.menu-reviewer::before{content:"\f007";}
.menu-ethics::before{content:"\f24e";}
.menu-fee::before{content:"\f0d6";}
.menu-guidelines::before{content:"\f15c";}
.menu-scope::before{content:"\f140";}
.menu-open::before{content:"\f02d";}
.menu-copyright::before{content:"\f1f9";}
.menu-review::before{content:"\f00c";}
.menu-license::before{content:"\f56c";}

.menu-about::before,
.menu-editorial::before,
.menu-reviewer::before,
.menu-ethics::before,
.menu-fee::before,
.menu-guidelines::before,
.menu-scope::before,
.menu-open::before,
.menu-copyright::before,
.menu-review::before,
.menu-license::before{
    display: inline-block;
    width: 20px;      /* samakan lebar icon */
    text-align: center;
    margin-right: 8px;
    font-family: "Font Awesome 5 Free"; /* jika pakai font awesome */
    font-weight: 900;
}

.pkp_structure_footer {
    display: flex;
    justify-content: space-between;
}

/* #navigationPrimary ul {
    background: white;
}

#navigationPrimary ul a {
    color: #0000008A;
}

#navigationPrimary li:hover > ul,
#navigationUser li:hover > ul {
    display: none;
}

#navigationPrimary li.show > ul,
#navigationUser li.show > ul {
    display: block;
} */

.jaea-submit-box {
    background-color: #f4f4f4;
    border-left: 4px solid #9b0000; /* warna merah JAEA */
    padding: 10px 14px; /* lebih kecil dari default */
    margin: 12px 0 18px 0;
    font-size: 14px;
    line-height: 1.5;
}

.jaea-submit-box a {
    color: #9b0000;
    font-weight: 600;
    text-decoration: none;
}

.jaea-submit-box a:hover {
    text-decoration: underline;
}

.sidebar-menu { 
    font-family: Arial, sans-serif; 
} 

.sidebar-menu ul { 
    list-style: none; 
    padding: 0; 
    margin: 0; 
} 

.sidebar-menu ul li { 
    display: flex; 
    align-items: center; 
    padding: 10px 8px !important; 
    margin-bottom: 5px; 
    cursor: pointer; 
    border-radius: 4px; 
    transition: background 0.3s; 
} 

.sidebar-menu ul li i { 
    margin-right: 10px; 
    font-size: 16px; 
} 

.sidebar-menu ul li a { 
    color: black;
} 
    
/* hover effect */ 
.sidebar-menu ul li:hover { background-color: #b22222; /* merah lebih terang saat hover */ color: white;}

.sidebar-menu ul li:hover a {
    color: white;
}

.pkp_block.block_custom {
    padding-top: 0px !important;
}