@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;
}




/* BARU */
/* ============================= */
/* GLOBAL CONTAINER              */
/* ============================= */
.jaea-container {
  width: 95%;
  max-width: 1200px;
  margin: auto;
}

/* ============================= */
/* TOPBAR                        */
/* ============================= */
.jaea-topbar {
  background: #8b0000;
  color: #ffffff;
  font-size: 13px;
  padding: 8px 0;
}

.jaea-topbar .jaea-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jaea-topbar .left span {
  margin-right: 20px;
}

/* ============================= */
/* HEADER / HERO                 */
/* ============================= */
.pkp_structure_head {
  position: relative;
}

/* ============================= */
/* LOGO + TAGLINE               */
/* ============================= */
.pkp_site_name_wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
    margin-top: -20px;
    padding-bottom: 50px;

}


.pkp_site_name img {
  max-height: 70px;
}

.jaea-tagline {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.4;
}

/* ============================= */
/* NAVBAR FLOATING              */
/* ============================= */
.pkp_navigation_primary_row {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -35px;
  width: 100%;
}

.pkp_navigation_primary_wrapper {
  background: #ffffff;
  border-radius: 60px;
  padding: 12px 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: -webkit-fill-available !important;
}

/* ============================= */
/* MENU                         */
/* ============================= */
.pkp_navigation_primary {
  display: flex;
  align-items: center;
  gap: 15px;
}

.pkp_navigation_primary > li > a {
  color: #333;
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 25px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.pkp_navigation_primary > li > a:hover {
  background: #f5f5f5;
  color: #d32f2f;
}

/* ACTIVE MENU */
.pkp_navigation_primary > li.current > a {
  background: #f5f5f5;
  color: #d32f2f;
}

/* ============================= */
/* DROPDOWN                     */
/* ============================= */
.pkp_navigation_primary ul {
  border-radius: 10px;
  overflow: hidden;
  border: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.pkp_navigation_primary ul li a {
  padding: 10px 15px;
  font-size: 13px;
}

/* ============================= */
/* SUBMIT BUTTON                */
/* ============================= */
.jaea-submit-btn {
  background: #e53935;
  color: white !important;
  padding: 10px 20px !important;
  border-radius: 30px;
  margin-left: 15px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(229,57,53,0.3);
  transition: all 0.2s ease;
}

.jaea-submit-btn:hover {
  background: #c62828;
}

/* ============================= */
/* SEARCH                       */
/* ============================= */
.pkp_navigation_search_wrapper {
  margin-left: 10px;
}

.pkp_navigation_search_wrapper a {
  color: #333;
}

.pkp_navigation_search_wrapper input {
  border-radius: 30px;
  border: none;
  padding: 8px 15px;
  background: #f1f1f1;
  outline: none;
  font-size: 13px;
}

/* ============================= */
/* HEADER FIX                   */
/* ============================= */
.pkp_head_wrapper {
  position: relative;
  z-index: 20;
}

/* ============================= */
/* SPACING BODY                 */
/* ============================= */
.pkp_structure_content {
  margin-top: 60px;
}

/* ============================= */
/* RESPONSIVE                   */
/* ============================= */
@media (max-width: 768px) {

  .pkp_site_name_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .jaea-tagline {
    font-size: 14px;
  }

  .pkp_navigation_primary_row {
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }

  .pkp_navigation_primary_wrapper {
    border-radius: 20px;
    padding: 15px;
    width: 95%;
  }

  .pkp_navigation_primary {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .pkp_navigation_primary > li {
    width: 100%;
  }

  .pkp_navigation_primary > li > a {
    width: 100%;
  }

  .jaea-submit-btn {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }

  .pkp_navigation_search_wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .pkp_navigation_search_wrapper input {
    width: 100%;
  }
}

/* ============================= */
/* USER MENU (LOGIN / REGISTER) */
/* ============================= */
.pkp_navigation_user_wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}


.pkp_nav_list a {
  color: white;
}

#navigationUser .dropdown-menu li a:hover {
    border-left: 3px solid #c40000; /* merah */
    padding-left: calc(1rem - 3px); /* biar tidak geser */
}

/* Hover dropdown item */
#navigationPrimary .dropdown-menu li a:hover {
    border-left: 3px solid #c40000;
    padding-left: calc(1rem - 3px);
}

/* Item aktif + hover */
#navigationPrimary .dropdown-menu li.active a,
#navigationPrimary .dropdown-menu li a:hover {
    border-left: 3px solid #c40000;
}

.pkp_navigation_primary ul li a {
    padding: 10px 15px;
    font-size: 13px;
    color: #000; /* tambah ini */
}