.pkp_navigation_primary_row {
  justify-content: space-between !important;
  align-items: center !important;
  /* background-color: #fff !important; */
}

.pkp_navigation_primary_wrapper {
  padding: 30px 0 !important;
  display: flex !important;
  flex-direction: row !important;
}

.pkp_navigation_primary_wrapper > ul.pkp_nav_list > li {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.pkp_navigation_primary {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 75% !important;
  flex: 0 0 75% !important;
  max-width: 75% !important;
}

.pkp_search_desktop {
  position: relative !important;
}

.block_custom ul {
  width: 100% !important;
}

.block_custom ul a {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.pkp_block .content ul li {
  padding: 0 !important;
  border-top: 3px #fff solid !important;
  border-bottom: 3px #fff solid !important;
  border-radius: 0.3rem !important;
  background-color: #d44906 !important; /* ubah bg button menu kanan */
}

.pkp_block .content ul {
  background-color: #fff !important;
}

.pkp_structure_head {
  /* background-color: #fff !important; */
  border-bottom: 0px solid #ddd !important;
}

.pkp_structure_content {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.pkp_site_name .is_text {
  color: #ffffff !important;
  font: 500 20px / 22px "Quicksand", Arial, Helvetica, sans-serif !important;
}

.pkp_navigation_primary.pkp_nav_list li a {
  /* color: #ffffff !important; */
  font: 500 16px / 18px "Quicksand", Arial, Helvetica, sans-serif !important;
}

.pkp_search_desktop .search_prompt {
  color: #fff !important;
  font: 500 16px / 18px "Quicksand", Arial, Helvetica, sans-serif !important;
}

.pkp_search_desktop.is_open .search_prompt {
  color: #fff !important;
  font: 500 16px / 18px "Quicksand", Arial, Helvetica, sans-serif !important;
  background-color: #ffffff !important;
}

.pkp_search_desktop.is_open {
  min-width: 30% !important;
  background: #ffffff !important;
}

.pkp_search_desktop.is_open input[type="text"] {
  color: #ffffff !important;
  background-color: #ffffff !important;
}

.pkp_navigation_user.pkp_nav_list a {
  color: #ffffff !important;
}

.pkp_head_wrapper {
  margin: 0 auto !important;
  /* border-top: 10px solid #d44906 !important; ubah top border */
  /* border-bottom: 1px solid #ddd !important;
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); */
}

.pkp_search .search_controls {
  position: relative;
  background: #d44906 !important; /* ubah button search */
}

.pkp_structure_footer_wrapper {
  background: none !important;
}

.pkp_structure_footer {
  background: #d44906 !important; /*#ubah bg footer*/
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.main_entry p {
  text-align: justify;
}

.pkp_footer_content {
  padding: 30px;
  text-align: left;
  float: left;
  width: 50%;
  color: white;
}

.pkp_brand_footer {
  padding: 30px;
  float: right;
  width: 30%;
  display: flex;
  justify-content: center;
}

@media (min-width: 1200px) {
  .pkp_head_wrapper {
    width: 1160px !important;
  }
}

@media (min-width: 992px) {
  .pkp_site_name {
    margin-left: 18px;
  }
}

/* Archive */
.page_issue_archive .issues_archive {
  display: grid;
  margin-bottom: 10px;
  break-inside: avoid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  padding: 24px;
  /* display: none; */
}
.page_issue_archive .issues_archive > li {
  padding: 10px !important;
}
.page_issue_archive .issues_archive li .obj_issue_summary p {
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  overflow: hidden;
}
.obj_issue_summary .cover {
  width: 100%;
  float: none;
}
.obj_issue_summary .cover img {
  width: 100%;
  max-height: none;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 8px #0003, 0 6px 20px #00000030;
}
.obj_issue_summary .cover img:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}
.bg-green {
  background: #ffffff !important;
}
.text-green {
  color: #00ff00 !important;
}

/* detail article */
.obj_issue_toc .cover img {
  border-radius: 10px;
  box-shadow: 0 4px 8px #0003, 0 6px 20px #00000030;
}
.obj_issue_toc .cover img:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}
.obj_issue_toc .section:before {
  border-top: 2px solid #d44906 !important; /* ubah hr footer*/
}
.obj_issue_toc .section h2 {
  font-weight: bold !important;
}
.cmp_article_list > li {
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  padding: 20px;
}
.cmp_article_list > li:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}
.obj_article_summary .pages {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 30px;
  border: 1px solid #a3a3a3;
  border-radius: 5px;
  padding: 5px;
}
.obj_issue_toc .pub_id {
  margin: 20px 0;
  padding: 10px;
  position: relative;
  width: 45%;
  float: right;
  display: inline-block;
  border: none;
  cursor: pointer;
}
.obj_issue_toc .pub_id:after,
.obj_issue_toc .pub_id:before {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 20%;
  border: 1px solid;
  transition: all 0.6s ease;
  border-radius: 3px;
}
.obj_issue_toc .pub_id:before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
}
.obj_issue_toc .pub_id:after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #ffffff;
  border-right-color: #ffffff;
}
.obj_issue_toc .pub_id:hover:after,
.obj_issue_toc .pub_id:hover:before {
  width: 100%;
  height: 100%;
}
.obj_issue_toc .published {
  margin: 20px 0;
  padding: 10px;
  position: relative;
  width: auto;
  float: left;
  border: none;
  cursor: pointer;
}
.obj_issue_toc .published:after,
.obj_issue_toc .published:before {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 20%;
  border: 1px solid;
  transition: all 0.6s ease;
  border-radius: 3px;
}
.obj_issue_toc .published:before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
}
.obj_issue_toc .published:after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #ffffff;
  border-right-color: #ffffff;
}
.obj_issue_toc .published:hover:after,
.obj_issue_toc .published:hover:before {
  width: 100%;
  height: 100%;
}

.block_information a,
.block_language_toggle a {
  color: white; /* ubah font color sidebar information */
  padding-left: 0.5rem;
}
