.pkp_site_name .is_img img {
  max-height: 200px !important;
  max-width: 100%;
  display: inline-block;
  max-height: 165px;
  max-width: 100%;
  width: auto;
  height: auto;
}

.pkp_brand_footer {
  /*  
    float: right;
    width: 40%;
    padding-top: 10px;
    padding-bottom: 10%;
    background-color: #ffffff;
    background: transparent;
    */
  display: none;
}

.pkp_structure_footer_wrapper {
  background-color: #ffffff;
}

/*Menu Side Bar  Menu Head*/

.head-menu {
  border-bottom: 3px #ecb86f solid;
  height: 50px;
}

.head-menu a {
  display: block;
  padding: 10px;
  text-align: left;
  background-color: #ecb86f;
  color: white;
  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: #000000;
  display: block;
  background-color: #edeeee;
  padding: 10px;
  margin-top: -5px;
  transition: 0.3s;
}

.menu-sidebar li a:hover {
  background-color: #ecb86f;
  box-shadow: #38b6ff 3px 3px 3px;
  color: white;
  border-left: 5px solid #ecb86f;
}
html,
body {
  background: rgb(153, 151, 151);
}

.pkp_structure_footer_wrapper {
  background: transparent;
}

.pkp_structure_head {
  margin-top: 10px !important;
  margin-bottom: 10 !important;
  padding-bottom: 10 !important;
  background: transparent;
}

.customblock-side-bar-menu {
  padding-top: 0px;
  margin-top: 0px;
}

.pkp_structure_content {
  background: #ffffff;
}

#homepageImage {
  float: right;
  width: 38%;
  margin-bottom: 10px;
  padding-top: 35px;
}
#homepageImage img {
  height: auto;
  max-width: 100%;
  margin-top: -1em;
}

.pkp_block.block_custom {
  /*padding: 0 !important;*/
  padding-top: 10px;
  padding-bottom: 0 !important;
}

.pkp_navigation_user {
  font-style: italic;
  color: #f5f9fb;

  font-weight: bold;
}

.pkp_structure_footer {
  background-color: #ecb86f;
  color: #f5f9fb;
  margin-bottom: 30px;
}

/*
  .pkp_site_nav_menu {
    background: transparent;
  }
  */

#headerNavigationContainer {
  background: transparent;
  margin-top: 0% !important;
  border-bottom: none;
}

.pkp_head_wrapper {
  background: transparent;
  margin-top: 0% !important;
}

.pkp_navigation_primary_row {
  background-color: #dddee0;
  border: solid;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
  padding-left: 15px;
}

.pkp_navigation_primary_wrapper {
  background: transparent;
}

.pkp_navigation_user_wrapper {
  top: 30px;

  right: auto;
  color: #f5f9fb;
}

.pkp_structure_page {
  margin-top: 0% !important;
  margin-bottom: 20 !important;
  padding-bottom: 20 !important;
}

.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0% !important;
}

.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}

.pkp_site_name a {
  margin: auto !important;
}

.profile {
  font-style: italic;

  margin-right: 10px;
}

.cmp_notification {
  background-color: #ffffff;
}

.cmp_notification:hover {
  background-color: #ffffff;
  box-shadow: #ecb86f 3px;

  border-left: 5px solid #ecb86f;
}

.obj_article_details .abstract {
  text-align: justify;
}

.obj_article_details .author_bios {
  text-align: justify;
}
.obj_article_details .references {
  text-align: justify;
}
.obj_article_details .page_title {
  text-align: justify;
  text-transform: uppercase;
}
.obj_article_summary .title {
  text-align: justify;
  text-transform: uppercase;
}

.pkp_structure_main {
  margin-bottom: 0pt;
  padding-bottom: 0pt;
}

.obj_article_summary {
  padding-bottom: 10px !important;
  border-bottom: solid 4px #ecb86f !important;
  font-size: 12px;
}

.obj_article_summary {
  box-shadow: 3px 3px 5px;
  padding: 20px;
  border-radius: 10px;
  background: #edeeee;
}

.obj_article_summary:hover {
  background: #dddee0;
}

/*judul artikel */
.title a {
  color: black !important;
}
/*penulis artikel */
.authors {
  font-style: italic;
  color: #666; /* Warna abu-abu gelap */
}

/*page about journal*/
.page_about img {
  display: block;
  margin: 20px auto; /* Menggunakan auto untuk memastikan posisi tengah */
  position: relative;
  width: 50%;
  max-width: 250px;
  min-width: 100px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  cursor: pointer;
}

/* Zoom lebih besar saat hover */
.page_about img:hover {
  transform: scale(1.3);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}

/* pargraf justify*/
.page_about > p {
  text-align: justify;
}

/* menyembunyikan font about jurnal */
.cmp_breadcrumbs + h1 {
  display: none;
}

.pkp_block .title {
  display: block;
  background-color: #ecb86f;
  color: white;
  font-weight: bold;
  padding: 10px;
  border-bottom: 3px solid rgb(255, 255, 255); /* Garis merah */
  box-shadow: 0px 3px 0px #ecb86f; /* Garis hitam di bawah merah */
  text-transform: uppercase;
  font-size: 14px;
}

/*cover current*/
.heading .cover img {
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Zoom lebih besar saat hover */
.heading .cover img:hover {
  transform: scale(1.8);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}

/*cover archive*/
.obj_issue_summary .cover img {
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Zoom lebih besar saat hover */
.obj_issue_summary .cover img:hover {
  transform: scale(1.8);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}

/*cover spesifik per paper*/
.entry_details .cover_image img {
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Zoom lebih besar saat hover */
.entry_details .cover_image img:hover {
  transform: scale(1.08);
  box-shadow: 0px 14px 28px rgba(0, 0, 0, 0.6);
}

/*page index, homepage image*/
.homepage_image img {
  display: block;
  margin: 20px auto; /* Menggunakan auto untuk memastikan posisi tengah */
  position: relative;
  width: 50%;
  max-width: 250px;
  min-width: 100px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  cursor: pointer;
}

/* Zoom lebih besar saat hover */
.homepage_image img:hover {
  transform: scale(1.3);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}

/* pargraf justify*/
.homepage_about > p {
  text-align: justify;
}
