.pkp_structure_page {
  margin: 0 auto;
  max-width: 1160px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .pkp_structure_page {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.pkp_head_wrapper,
.has_site_logo .pkp_head_wrapper {
  position: relative;
  padding-top: 0;
}

/* Sidebar */
.kepala {
  background-color: #1d62ff;
  color: #fff;
  padding: 1rem;
  border-bottom: 0.3rem solid #9a9a9a;
  font-weight: bold;
text-align: center;
font-size: 15px;
}

.badan {
  margin-top: -10px;
}

.badan a {
  display: block;
  text-decoration: none;
  padding: 0.8rem;
  background-color: #f1f1f1;
  color: #fff;
  border-bottom: #ffffff(255 255 255) 0.10rem solid;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}

.badan .fa {
  padding-right: 10px;
}

.badan a:hover {
  background-color: #7c7c7c5e;
  box-shadow: gray 0px 0px 1px 0px;
  color: white;
}

.badan a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2rem;
  background-color: #1d62ff;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: 800ms;
}

.badan a:hover::after {
  transform: scaleX(1);
}
.head-menu {
  border-bottom: 3px #1d62ff solid;
  height: 50px;
  border-radius: 5px 5px 0 0;
  font-size: 13px;
}
.head-menu a {
  display: block;
  padding: 10px;
  text-align: center;
  background-color: #1d62ff;
  color: #ffffff;
  font-weight: bold;
}
.menu-sidebar {
  font: bold 12px arial, verdana, sans-serif;
}
.menu-sidebar li a {
    text-decoration: none;
    border-top: 1px solid #ffffff;
    color: #1d62ff;
    display: block;
    background-color: #f1f1f1;
    padding: 5px 8px !important;
    margin-top: -1px !important;
    line-height: 18px;
    transition: 0.3s;
}
.menu-sidebar ul li a .fa {
  border-right: #1d62ff 1px;
}
.menu-sidebar li a:hover {
  background-color: #7c7c7c5e;
  box-shadow:gray 2px 2px 2px ;
  border-left: 5px solid #1d62ff;
  color: #000000;
}
.menu-sidebar ul {
  list-style: none;
  padding: 0px;
}
.menu-sidebar ul ul {
  position: absolute;
  top: 75px;
  left: 135px;
  visibility: hidden;
}
.menu-sidebar ul li:hover ul {
  visibility: visible;
}
/* Table of content */

.obj_article_summary {
  box-shadow: 3px 3px 5px;
  padding: 20px;
  border-radius: 10px;
  background: #f1f1f1;
  padding-bottom: 15px !important;
  border-bottom: solid 4px #9a9a9a !important;
  font-size: 12px;
  padding-top: 12px;
}

.obj_article_summary:hover {
  background: #dfdfdf;
}
.obj_article_summary>.title a {
  text-decoration: none;
  color: #1d62ff;
}
.obj_article_summary>.title a:hover {
  color: black;
}
.pkp_structure_main h1 {
  font-weight: 600;
  font-size: 20px;
}
/* 
.pkp_structure_main a {
  color: #285806 !important;
}

.pkp_structure_main a:hover {
  color: #528923 !important;
}

.obj_galley_link {
  font-weight: 700;
  text-transform: Capitalize !important;
  background: #f1f1f1 !important;
  color: #ffffff !important;
  border: solid 1px #285806 !important;
}

.obj_galley_link:hover {
  background: #e8ffb3 !important;
  color: #285806 !important;
} */

/* Footer */
.pkp_structure_footer_wrapper {
  background: whitesmoke;
  border-bottom: 20px solid #1d62ff;
  /*border-top: 4px solid #1d62ff;*/
}

.pkp_footer_content {
  float: left;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pkp_brand_footer {
  float: right;
  width: 20%;
  padding-bottom: 10px;
  padding-top: 50px;
}

/*Body and Abstrack*/
.main_entry .item.abstract {
  text-align: justify;
}

.badan {
  font-family: Lora, geneva, sans-serif !important;
}

/* Struktur Header */
.pkp_site_name_wrapper {
  width: 100% !important;
}

.pkp_screen_reader {
  margin: 0px !important;
}

.pkp_navigation_primary_row {
  background: #1d62ff;
  font-weight: none !important;
  /* border-top: 2px solid #ededed; */
  padding-left: 10px;
  padding-right: 40px;
}

.pkp_site_name {
  margin: 0 !important;
  padding: 0px;
}

.pkp_site_name > a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pkp_site_name_wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

/* Ukuran Header */

.pkp_site_name .is_img img {
  max-height: 100% !important;
  max-width: 100% !important;
}

.pkp_site_name a {
  margin: auto !important;
}

/* Settingan Header */

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li {
  padding: 0 !important;
  margin: 0 !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
  margin: 0 !important;
  padding: 0 15px !important;
  line-height: 40px !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li,
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
  font-family: robot, geneva, sans-serif;
  color: #ffffff !important;
  font-weight: bold !important;
  transition: 0.2s;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a:hover {
  background: #ffffff;
  color: #1d62ff !important;
  border-radius: 20px !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul,
.pkp_navigation_primary_row
  .pkp_navigation_primary_wrapper
  ul
  li
  ul
  li
  a:hover {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul {
  background: #1d62ff !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li {
  border-bottom: solid 1px white !important;
}

.pkp_navigation_primary_row
  .pkp_navigation_primary_wrapper
  ul
  li
  ul
  li:last-child {
  border-bottom: none !important;
}
#navigationPrimary>li>a:hover, #navigationPrimary>li>a:focus {
  border-color: #9a9a9a;
/* .pkp_site_name_wrapper {
  background: #528923;
  margin-bottom: 0px !important; */
}

html,
body {
  background-image: url("https://www.toptal.com/designers/subtlepatterns/uploads/swirl_pattern.png");
}

/* .pkp_site_nav_toggle {
  background: #528923 !important;
} */

.search_controls {
  background: #ffffff !important;
  border-radius: 20px !important;
  transition: 0.5s !important;
}
/* 
.search_controls a {
  color: #528923;
}

.search_controlsr a:hover {
  color: #528923;
}

.search_controls:hover {
  border-radius: 0px;
} */

.additional_content {
  text-align: justify;
}

.obj_article_details .page_title {
  background: #f1f1f1;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 3px 3px 5px;
}

.meta .authors {
  /* background: url(https://i.ibb.co/MsbGbGX/spikes.webp) 1px 2px no-repeat
    rgba(0, 0, 0, 0); */
  font-weight: bold;
  margin-top: 4px;
  padding-bottom: 5px;
  /* padding-left: 30px; */
/* }
.obj_article_summary:hover {
  background: none; */
}

.description {
  text-align: justify;
}

.profile a {
  background:  #000e19(0, 99, 22);
  color: #1d62ff !important;
}

.pkp_navigation_user_wrapper {
  padding-left: 0;
  padding-right: 20px !important;
  padding-top: 10px !important;
}
.pkp_navigation_user_wrapper a {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1d62ff !important;
  background: #ffffff;
  border: 1px solid #1d62ff;
  padding: 7px 15px !important;
  margin-left: 6px;
  border-radius: 5px;
  text-decoration: none !important;
  display: inline-block;
}
.pkp_navigation_user.pkp_nav_list .profile a {
  border-radius: 5px !important;
}

.dropdown-menu {
  background: none !important;
}

.dropdown-menu li a:hover {
  color: #1d62ff !important;
}

.obj_issue_toc .heading .cover img {
  box-shadow: 4px 2px 5px gray;
}

.pkp_structure_content.has_sidebar {
  padding-top: 0px;
}

.pkp_structure_main .page {
  padding-top: 20px;
}

@media (max-width: 600px) {
  /* For mobile phones: */

  .pkp_structure_main {
    padding-top: 20px !important;
  }
}

@media (max-width: 991px) {
  .pkp_structure_main {
    margin-top: 0px !important;
  }
  .pkp_site_name_wrapper {
    padding-bottom: 0px;
    background: #1d62ff;
  }
  .pkp_navigation_search_wrapper {
    margin: center !important;
    padding: 10px !important;
    color: #fff;
  }
   .pkp_structure_main {
    padding-top: 100px;
    text-align: justify !important;
  }
}

@media (max-width: 360px) {
  .pkp_structure_main {
    padding-top: 0px !important;
  }
}

.deskripsi {
  border: 2px #1d62ff solid;
  padding: 10px;
  background-color: #f1f1f1;
  text-align: left;
}

.pkp_block.block_custom {
  padding-left: 18px;
  padding-right: 18px;
}

.cmp_announcements.highlight_first {
  background-color: #f1f1f1;
}
.cmp_article_list>li:after {
  clear: both;
  margin-bottom: 20px;
}
.pkp_block .title {
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #1d62ff;
  font-weight: 700;
  text-transform: uppercase;
}
.pkp_block {
  /* padding: 2.143rem 1.43rem; */
  font-size: 0.9rem;
  line-height: 1.43rem;
}
.pkp_block .content p {
  line-height: 0.6rem;
}
.pkp_page_index .current_issue h2 {
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #1d62ff;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(0,0,0,0.54);
}
.pkp_navigation_search_wrapper a {
  padding-bottom: 6px;
  border-bottom-width: 4px;
  color: #ffffff;
}
.pkp_structure_main {
  text-align: justify;
}
.pkp_navigation_user_wrapper a:hover {
  background: #1d62ff !important;
  color: #ffffff !important;
}
/* Register icon */
.pkp_navigation_user_wrapper a[href*="register"]:before {
    content: "\f234";
    font-family: FontAwesome;
    margin-right: 6px;
}

/* Login icon */
.pkp_navigation_user_wrapper a[href*="login"]:before {
    content: "\f090";
    font-family: FontAwesome;
    margin-right: 6px;
}
/* =====================================
   FINAL SIDEBAR MENU SPACING
   ===================================== */

/* =====================================
   FINAL SIDEBAR MENU SPACING FIX
   ===================================== */

/* jarak antar kelompok menu */
.pkp_structure_sidebar .pkp_block.block_custom {
    margin-bottom: 2px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/* judul kategori */
.pkp_structure_sidebar .head-menu {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: 35px !important;
}


/* isi menu */
.pkp_structure_sidebar .menu-sidebar ul {
    margin: 0 !important;
    padding: 0 !important;
}


/* jarak setiap item */
.pkp_structure_sidebar .menu-sidebar li {
    margin: 0 !important;
    padding: 0 !important;
}


/* tombol menu */
.pkp_structure_sidebar .menu-sidebar li a {

    padding: 4px 8px !important;

    margin: 0 !important;

    line-height: 14px !important;

}

.pkp_structure_sidebar .head-menu {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.pkp_structure_sidebar .menu-sidebar ul {
    margin: 0 !important;
    padding: 0 !important;
}

.pkp_structure_sidebar .menu-sidebar li a {
    padding: 5px 8px !important;
    margin: 0 !important;
    line-height: 15px !important;
}
/* rapatkan jarak judul kategori sidebar */

.pkp_structure_sidebar .head-menu {
    height: 38px !important;
}

.pkp_structure_sidebar .head-menu a {
    padding: 8px !important;
}

.pkp_structure_sidebar .menu-sidebar {
    margin-top: 0 !important;
}
/* =====================================
   JARAK ANTAR MENU UTAMA SIDEBAR
   ===================================== */

/* beri jarak antar custom block */
.pkp_structure_sidebar .pkp_block.block_custom {
    margin-bottom: 25px !important;
}


/* rapatkan isi block agar tidak berubah */
.pkp_structure_sidebar .menu-sidebar li {
    margin-bottom: 0 !important;
}
/* =====================================
   SPACING ITEM MENU DALAM SIDEBAR
   ABOUT THE JOURNAL
   ===================================== */

.pkp_structure_sidebar .menu-sidebar li.show {
    margin-bottom: 4px !important;
}
/* =====================================
   NAVBAR ICON + PEMBATAS TIPIS
   TANPA MENGUBAH UKURAN
   ===================================== */


/* garis pembatas antar menu */
#navigationPrimary > li {
    border-right: 1px solid rgba(255,255,255,0.35) !important;
}


/* jarak icon dan tulisan */
#navigationPrimary > li > a:before {
    font-family: FontAwesome !important;
    margin-right: 6px;
}


/* Home */
#navigationPrimary > li:nth-child(1) > a:before {
    content: "\f015";
}

/* Current */
#navigationPrimary > li:nth-child(2) > a:before {
    content: "\f073";
}

/* Archives */
#navigationPrimary > li:nth-child(3) > a:before {
    content: "\f187";
}

/* About */
#navigationPrimary > li:nth-child(4) > a:before {
    content: "\f2bd";
}

/* For Authors */
#navigationPrimary > li:nth-child(5) > a:before {
    content: "\f02d";
}

/* Announcements */
#navigationPrimary > li:nth-child(6) > a:before {
    content: "\f0e0";
}

/* Indexing */
#navigationPrimary > li:nth-child(7) > a:before {
    content: "\f02e";
}

/* Login */
#navigationPrimary > li:nth-child(8) > a:before {
    content: "\f090";
}
/* =====================================
   RAPATKAN MENU UTAMA AGAR LOGIN TIDAK TURUN
   ===================================== */

.pkp_navigation_primary_row 
.pkp_navigation_primary_wrapper 
ul li a {

    padding-left: 10px !important;
    padding-right: 10px !important;

}


/* kecilkan jarak antar menu */
#navigationPrimary > li {
    margin: 0 !important;
}


/* pastikan search tetap kanan */
.pkp_navigation_search_wrapper {
    margin-left: auto !important;
}
/* =====================================
   JARAK HEADER SIDEBAR DENGAN CONTENT
   ===================================== */

.pkp_structure_sidebar .pkp_block.block_custom:first-child {
    margin-top: 30px !important;
}


/* jarak antar header sidebar */
.pkp_structure_sidebar .head-menu {
    margin-top: 10px !important;
}
/* ======================================
   SPACING SIDEBAR MENU OJS
   ====================================== */

/* jarak judul sidebar dengan menu pertama */
.pkp_block .title {
    margin-bottom: 12px !important;
}

/* jarak antar menu sidebar */
.pkp_block ul li {
    margin-bottom: 6px !important;
}

/* membuat setiap item menu lebih lega */
.pkp_block ul li a {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}


/* jarak antar blok sidebar */
.pkp_structure_sidebar .pkp_block {
    margin-bottom: 25px !important;
}
/* =====================================
   PERBAIKI JARAK SIDEBAR ABOUT JOURNAL
   ===================================== */

/* jarak judul ABOUT THE JOURNAL ke menu pertama */
.pkp_structure_sidebar .head-menu {
    margin-bottom: 7px !important;
}


/* jarak antar item menu sidebar */
.pkp_structure_sidebar .menu-sidebar li a {
    margin-bottom: 4px !important;
}


/* jarak antara ABOUT THE JOURNAL dan PUBLICATION POLICIES */
.pkp_structure_sidebar .pkp_block.block_custom {
    margin-bottom: 15px !important;
}
/* Mengurangi jarak antara Published dan Articles */
.obj_issue_toc .description {
    margin-bottom: 20px !important;
}

.obj_issue_toc .heading {
    margin-top: 10px !important;
}

/* Mengurangi jarak blok issue description */
.issue-description {
    margin-bottom: 15px !important;
}

/* Judul Articles lebih dekat */
.obj_issue_toc .section {
    margin-top: 20px !important;
}
/* Mengurangi jarak antara Published dan Articles */
.obj_issue_toc .description {
    margin-bottom: 20px !important;
}

.obj_issue_toc .heading {
    margin-top: 10px !important;
}

/* Mengurangi jarak blok issue description */
.issue-description {
    margin-bottom: 15px !important;
}

/* Judul Articles lebih dekat */
.obj_issue_toc .section {
    margin-top: 20px !important;
}
/* Perkecil jarak Published ke Articles */
.obj_issue_toc .published {
    margin-bottom: 0px !important;
}

.obj_issue_toc .sections {
    margin-top: 5px !important;
}

.obj_issue_toc .section {
    margin-top: 5px !important;
}