
.pkp_structure_head {
    background-color: #4da103;
    border-bottom: 1px solid #ddd
}

/* editor, reviewer list */
._list_editor, 
._list_reviewer {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}
._list_editor dt, 
._list_editor dd, 
._list_reviewer dt, 
._list_reviewer dd { padding: 5px 0; }
._list_editor dt, 
._list_reviewer dt { font-weight: 600; }
._list_reviewer dt { text-transform: uppercase; }

/* a orcid */
._orcid::before { 
    content: url("/public/site/images/_upload/orcid 16x16.png");
    margin: auto 5px auto 10px;
}
/* a google scholar2 */
._gscholar2::before { 
    content: url("/public/site/images/_upload/gscholar 16x16.png");
    margin: auto 5px auto 5px;
}
/*link*/
._list_editor a, 
._list_reviewer a,
._orcid, ._gscholar2 {
    text-decoration: none;
}
._list_editor a:hover, 
._list_reviewer a:hover, 
._orcid:hover {
    text-decoration: underline;
}

._ddref { margin-top: 7px; margin-bottom: 10px; }
._a_custom {
  padding: 7px 10px;
  border-radius: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  margin-top: 10px;
}
._a_custom:hover, ._a_custom:active, ._a_custom:focus {
  text-decoration: none !important; 
  font-weight: 800;
  color: #fff;
}  
._gscholar {
  background-color: #4285F4;
  border: 1px solid #4285F4;
}
._scopus {
  background-color: #FE8100;
  border: 1px solid #FE8100;
}



/* publication ethics page */
ol._pe li { font-weight: bold; }
ol._pe li p:not(:first-child) { font-weight: normal; }

.pkp_structure_main {
    background: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
    margin-bottom: 20px !important;
}

/* nav */
.pkp_navigation_primary { max-width: 100%; }
.pkp_navigation_primary>li:first-child a { margin-left: 1em;}
#navigationPrimary>li>a:hover, #navigationPrimary>li>a:focus {
    border-color: #034b80;
}
#navigationPrimary a:hover, #navigationPrimary a:focus {
    color: #ffff00;
}

#navigationPrimary a {
        color: #fff;
    }


.pkp_navigation_primary_wrapper {
    background-color: #0f33bf !important;
    height: 50px;
    padding-top: 10px;

}


/* header width = 100% */
.has_site_logo .pkp_head_wrapper, .pkp_site_name {  
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 992px) {
    .has_site_logo .pkp_head_wrapper {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .has_site_logo .pkp_head_wrapper {
        width: 100%;
    }
}


/* img header */
.pkp_site_name .is_img img { max-height: 100%; }
.pkp_site_name>a {
    padding-top: 0;
    padding-bottom: 0;
}
.pkp_site_name {
    padding-top: 0;
    padding-bottom: 0;
}
.pkp_site_name_wrapper, .pkp_navigation_primary_row {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* login button */
.pkp_navigation_user>li>a {
   margin-left: 150px;
    margin-right: -150px;
    margin-top: 0.1rem;
    padding-top: 0.1rem;
    padding-left: 25px !important;
    padding-right: 25px !important;
    background: rgba(0,0,0,0.4);
    border-radius: 20px; 
}

.pkp_navigation_search_wrapper {
  margin-left: auto !important;
  height: 30px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
}

.pkp_navigation_search_wrapper a {
  display: flex !important;
  align-items: center !important;

  height: 40px !important;
  line-height: 40px !important;
  padding: 0px 20px !important;
  margin: 0 !important;

  font-size: 13px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  text-decoration: none !important;

  border: 0 !important;
}

.pkp_navigation_search_wrapper a:hover,
.pkp_navigation_search_wrapper a:focus {
  color: #fff200 !important;
  border: 0 !important;
}


/* sidebar */
.pkp_block .title {
    display: block !important;
    padding: 8px !important;
    margin-bottom: .714rem !important;
    margin-top: -30px !important;
    font-family: montserrat, sans-serif !important;
    font-size: 1.143rem !important;
    font-weight: 900 !important;
    line-height: 1.43rem !important;
    text-align: center !important;
    color: #ffffff !important;
    border-block:0px solid #2b00ff !important;
    background-color: #169703 !important;
    border-top-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
	text-transform: uppercase !important;
}

display: block;
    padding: 10px;
    text-align: left;
    color
Sets the color of an element's text
Learn more
Don't show
: #ffffff;
    background-color: #052244;




}
.pkp_block {
    padding-top: 0px;
    padding-bottom: 30px;
}
._custom_block_link {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    font-size: 12px !important;
}
._custom_block_link:first-child { margin-bottom: 15px;}
._custom_block_link:last-child { margin-bottom: 0; }
.pkp_brand_footer { display: none;}


/* other */
._row { width: 100%; }
._col6 p { margin: 0; }
@media only screen and (min-width: 768px) {
    ._row { display: flex; }
    ._col6 { width: 50%; }
}
@media only screen and (max-width: 767px) {
    .-row { display: block; }
    ._col6 { width: 100%; margin-bottom: 15px; }
}



.cmp_announcements .obj_announcement_summary h2 {
    font-size: 14px;
}



/* reference items */
div.item.references p {
    margin: 15px 0;
    line-height: 20px;
    font-size: 13px;
}


div#customblock-_reference_n_tools img,
div#customblock-_abstracting_and_indexing img {
    width: 48%;
    height: auto;
}
@media only screen and (max-width:992px) {
    div#customblock-_reference_n_tools img,
    div#customblock-_abstracting_and_indexing img {
        width: 100px;
        height: auto;
    }
}


a.read_more {
    margin-top: 20px !important;
}


/* homepage */
.doi, .statistik {
    font-size: 12px;
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}
.pkp_page_index .homepage_image img {
    display: block;
    width: 30% !important;
    height: 30% !important;
    padding-left: 30px !important;
    padding-top: 30px!important;
}


/* abstract */
.abstract > p {
    text-align: justify;
}


/* cover img */
.obj_issue_toc .cover img {
    margin-left: 0;
}
.cover_jurnal {
    display: flex;
    width: 100%;
}
.cover_jurnal_img {
    width: 26%;
}
.cover_jurnal_text {
    width: 100%;
    line-height: 30px;
    margin-left: 10px;
}

#sidebarFontSize.block {padding-bottom: 35px !important}
#sidebar #customblock-Menu-Bar {border-bottom: none !important}

ul.menusidebar li a,ul.menusidebar li:first-child a {
    border-top: 1px solid #aebd78
}
ul.menusidebar {
    padding-left: 0 !important; margin: -10px -10px 0
}

ul.menusidebar li { 
    padding: 0}

ul.menusidebar li a {
    background: #f0f4d1; 
    color: black;
    text-align: center !important;
    font-weight: normal;
    display: block;
    padding: 0.3em 10px .3em 13px;
    text-decoration: none
}
ul.menusidebar li a:hover {
    background: #faf0a1;
    color:blue;
    text-decoration-color:brown !important;
}

<style>
.button {
  background-color: #4CAF50; /* Green */
  border: red;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.button1 {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); width: 100%;
}

.button2:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19); width: 100%;
}
</style>



.headerSearchPrompt.search_prompt {
    color: white;
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
    color: white;
}
#navigationPrimary > li > ul,
#navigationPrimary > li.show > ul.show {
  background: #3c67f1 !important;
    border: 0px solid rgba(0, 0, 0, .25) !important;
  border-radius: 6px !important;
  min-width: 200px !important;
  box-shadow: 1px 5px 22px rgb(126 125 125 / 28%) !important;
  padding: 0px 0 !important;
  z-index: 999999 !important;
}

#navigationPrimary > li > ul > li > a,
#navigationPrimary > li.show > ul.show > li > a {
  display: block !important;
  padding: 10px 10px !important;
  color: #0b00ff !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
    text-align: left !important;
  font-size: 13px !important;
  letter-spacing: 0px !important;
  background: #dcefbc !important;
  border-left: 5px solid #f1909000 !important;
    border-bottom: 4px solid #aqua !important;
    border-bottom-color:#e9e980 !important;
}

#navigationPrimary > li > ul > li > a:hover,
#navigationPrimary > li > ul > li > a:focus,
#navigationPrimary > li.show > ul.show > li > a:hover,
#navigationPrimary > li.show > ul.show > li > a:focus {
  background: rgba(255, 255, 255, .10) !important;
  color: #ffffff !important;
  border-left-color: #fe0000 !important;
}

.pkp_navigation_primary_row li{
    font-size: 14px !important;
    line-height: 10px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    padding-inline: 0px !important;
 }

.pkp_navigation_primary_row li a:hover{
    color: #AEBD78;
    text-decoration: none!important;
}

.pkp_navigation_primary_row ul {
    background-color: #00000000 !important;
    color: white;
    height: auto;
    align-items: center;
}
/* RESET HEADER TOTAL */
.pkp_structure_head {
    background: linear-gradient(90deg, #2e7d32, #4caf50);
    padding: 0 !important;
}

/* WRAPPER */
.pkp_site_name {
    text-align: center;
    margin-top: -50px !important;
}

/* JUDUL DESKTOP */
.pkp_site_name a.is_text {
    display: block;
    padding: 35px 20px 15px 20px;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff !important;
    text-decoration: none;
    line-height: 1.3;
    letter-spacing: 1px;
    
    /*Penting Agar Tidak Melebar*/
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

/* ISSN */
.pkp_site_name::after {
    content: "e-ISSN: 0000-0000 | p-ISSN: 0000-0000";
    display: block;
    font-size: 14px;
    color: #e8f5e9;
    margin-bottom: 20px;
}

/* TABLET */
@media (max-width: 992px) {
    .pkp_site_name a.is_text {
        font-size: 18px !important;
        padding: 58px 0px !important;
    }

/* HP */
@media (max-width: 600px) {
    .pkp_site_name a.is_text {
        font-size: 14px !important;
        padding: 7px 10px !important;
        line-height: 1.1 !important;
    }
    .pkp_site_name::after{
        font-size:10px !important;
        padding: 0px 0px !important;
        line-height: .7 !important;      
    }

@media (max-width: 600px) {
.pkp_site_name {
    margin-top: 0px !important;
}

/* =========================================================
   MOBILE/TABLET FIX (HP & Tablet)
   - Offcanvas menu jadi normal (tidak menimpa)
   - User menu Login/Register tidak overlay
   - Submenu ABOUT tidak overlay
   ========================================================= */
@media (max-width: 768px) {

 /* NAV wrapper height auto */
  .pkp_navigation_primary_wrapper {
    height: auto !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  /* ✅ KUNCI: offcanvas menu OJS jangan fixed/overlay */
  .pkp_site_nav_menu--isOpen {
    position: relative !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  /* ===== USER NAV (Login/Register) ===== */
  .pkp_navigation_user_wrapper {
    width: 100% !important;
    margin: 10px auto 12px !important;
    text-align: center !important;
    position: relative !important;
    z-index: 5 !important;
  }

  /* override margin desktop yg bikin numpuk */
  .pkp_navigation_user > li > a {
    margin: 0 !important;
    padding: 6px 14px !important;
  }

  /* user list dibuat rapi */
  #navigationUser,
  #navigationUser ul,
  .pkp_navigation_user ul {
    position: static !important;
    float: none !important;
    transform: none !important;
    inset: auto !important;
    width: 100% !important;
    max-width: 380px !important;
    margin: 8px auto 0 !important;
    padding: 8px !important;
    border-radius: 14px !important;
    background: rgba(0, 0, 0, 0.22) !important;
    box-shadow: none !important;
    text-align: center !important;
  }

  #navigationUser li,
  .pkp_navigation_user li {
    display: block !important;
    margin: 6px 0 !important;
  }

  #navigationUser li a,
  .pkp_navigation_user li a {
    display: block !important;
    width: 100% !important;
    max-width: 340px !important;
    margin: 0 auto !important;
    padding: 10px 12px !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.14) !important;
    color: #fff !important;
    text-decoration: none !important;
  }

  /* ===== PRIMARY NAV submenu (ABOUT) jangan overlay ===== */
  #navigationPrimary > li > ul,
  #navigationPrimary > li.show > ul.show {
    position: static !important;
    float: none !important;
    transform: none !important;
    inset: auto !important;

    width: 100% !important;
    max-width: 380px !important;
    margin: 8px auto 0 !important;

    background: rgba(0, 0, 0, 0.22) !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    padding: 8px !important;
  }

  #navigationPrimary > li > ul > li > a,
  #navigationPrimary > li.show > ul.show > li > a {
    text-align: center !important;
    text-transform: none !important; /* mobile lebih enak dibaca */
    background: rgba(255, 255, 255, 0.14) !important;
    color: #fff !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-radius: 18px !important;
    margin: 6px 0 !important;
  }

  #navigationPrimary > li > ul > li > a:hover,
  #navigationPrimary > li.show > ul.show > li > a:hover {
    background: rgba(255, 255, 255, 0.22) !important;
    color: #fff200 !important;
  }

  /* Search wrapper center on mobile */
  .pkp_navigation_search_wrapper {
    justify-content: center !important;
    margin: 8px auto 0 !important;
    z-index: 5 !important;
    position: relative !important;
  }
}

/* TABLET (optional: title size a bit bigger) */
@media (max-width: 992px) and (min-width: 769px) {
  .pkp_site_name a.is_text {
    font-size: 18px !important;
    padding: 20px 15px !important;
  }
}