@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
.header {
  background-color: transparent;
  padding-left: 10px;
  padding-right: 10px;
}

#navigationUser a,
#user-nav-wraper a {
  color: #1b4720;
}

.upper-header.row {
  margin-bottom: 150px;
}

.lower-header {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.nav.nav-tabs {
  display: inline-flex;
  gap: 0;
  padding: 0;
}

#navigationPrimary .nav-item {
  margin: 0;
  padding: 0;
}

#navigationPrimary .nav-link {
  display: inline-block;
}

.journal-logo {
  max-height: 200px !important;
  max-width: 200px;
}

.nav-link {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  box-shadow: none;
}

.user-page-footer {
  max-width: 100%;
}

#primary-nav-wraper {
  border: 1px solid #ccc;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  padding-bottom: 0px;
  border-radius: 8px;
  background-color: #fff;
}

#primary-nav-wraper .nav-link {
  color: #000;
  font-family: "Montserrat", sans-serif;
  margin-left: 10px;
}

#primary-nav-wraper .dropdown-menu {
  border: 1px solid #ccc;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

#primary-nav-wraper .nav-item:hover .nav-link,
#primary-nav-wraper .dropdown-item:hover {
  background-color: #f0f0f0;
  color: #333;
  border-bottom: 3px solid #1b4720;
}

#primary-nav-wraper .nav-link.dropdown-toggle {
  cursor: pointer;
}

#close-small-modal {
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
  font-size: 24px;
}

.additional_indexing_container {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.homepage_image {
  display: none;
}

.container-page {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.additional_content {
  margin-top: 0px;
}

.pkpbrand-wrapper {
  max-width: 25%;
  flex: 0 0 25%;
  display: none;
  justify-content: flex-end;
}

.user-page-footer {
  width: 100%;
  flex: 0 0 100%;
}

main {
  text-align: justify;
}

.sidebar_wrapper {
  display: contents;
}

.pkp_block.block_custom#customblock-journalheader {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #badf9d !important;
  position: absolute !important;
  z-index: 0 !important;
  top: 80px !important;
  left: 0 !important;
  padding: 20px !important;
  width: 100% !important;
  height: 120px !important;
  margin-top: 50px;
}

#journalHeaderImg {
  max-width: 100%;
  max-height: 150px;
  object-fit: contain; /* atau 'cover' jika ingin memotong gambar */
  margin-top: -30px;
}

.card-body-left {
  background-color: #badf9d;
  border-top-right-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.additional-journal-logo {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.card {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
  .col-md-7 {
    width: 10%;
  }

  .col-md-5 {
    width: 90%;
  }
}

@media (max-width: 991px) {
  .col-md-7 {
    width: 30%;
  }

  .col-md-5 {
    width: 70%;
  }

  #nav-small {
    display: flex;
    border-bottom: 0;
    padding-bottom: 15px;
    color: #000;
  }

  #show-modal:focus,
  #show-modal:hover {
    color: #000;
    background-color: inherit;
  }

  #show-modal {
    cursor: pointer;
    color: #000;
  }

  .pkp_block {
    max-width: 100%;
  }

  .pkp_block.block_custom#customblock-journalheader {
    margin-top: 15px;
  }

  .additional_indexing_container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .col-md-7 {
    width: 100%;
  }

  .col-md-5 {
    width: 100%;
  }

  .pkp_block.block_custom#customblock-journalheader {
    margin-top: 70px;
    height: 90px !important;
  }
}

.page_index_journal .container-page {
  padding-top: 40px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column-reverse;
}

.current_issue {
  margin-top: 40px;
}

.current_issue header {
  margin-bottom: 10px;
}

.galleys_links .galley-link {
  display: block;
  width: 100%;
  border: none;
  margin-bottom: 5px;
  background-color: #badf9d !important;
  color: white;
  padding: 8px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.galleys_links .galley-link:hover {
  display: block;
  width: 100%;
  border: none;
  border: 2px solid #1b4720;
  background-color: #fff !important;
  color: #1b4720;
  padding: 8px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.galleys_links .galley_info {
  margin-top: 10px;
  width: 100%;
  border: none;
  font-size: 13px;
  text-align: center;
}

.summary_meta .authors .bi {
  color: #badf9d;
}

.galleys_links .galley_info .bi {
  color: #badf9d;
}
