@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');
.header {
  background-color: #162f56;
}
/* .journal-logo {
  max-height: 100% !important;
  max-width: 100%;
} */

@media (max-width: 746px) {
  .header {
    background-color: #162f56;
    overflow: hidden;
  }

  .journal-logo {
    width: 100%;
  }

  .card-body .row .col-md-4 {
    display: flex;
    justify-content: center;
  }

  .card-body .row .col-md-4 img {
    max-width: 48%;
  }
}

.nav-link {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  box-shadow: none;
}

.nav-link:hover {
  background-color: #fff;
}

.container-page {
  padding-top: 40px;
  padding-bottom: 70px;
}

.additional_content {
  margin-top: -100px;
}

.announcements {
  margin: -100px 0 140px;
  background-color: white;
  padding: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sidebar_wrapper {
  display: contents;
}

.homepage_image {
  /* min-height: 50vh; */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px;
}

.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;
}

.journal-logo {
  max-height: 100%;
}
@media (max-width: 746px) {
  .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;
  }

  .homepage_image {
    min-height: 10vh;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .additional_content {
    margin-top: -68px;
  }

  .announcements {
    margin: -68px 0 140px;
    background-color: white;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
}
.pkpbrand-wrapper {
  max-width: 25%;
  flex: 0 0 25%;
  display: none;
  justify-content: flex-end;
}
.user-page-footer {
  max-width: 100%;
  flex: 0 0 100%;
}

main {
  text-align: justify;
}

.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;
}

.site-footer {
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.galleys_links .galley-link {
  display: block;
  width: 100%;
  border: none;
  margin-bottom: 5px;
  background-color: #162f56 !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 #162f56;
  background-color: #fff !important;
  color: #162f56;
  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: #162f56;
}

.galleys_links .galley_info .bi {
  color: #162f56;
}

.header {
  background-color: #ffffff !important;
  border-bottom: solid 1px #d9d9d9;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.journal-logo {
  max-height: 100%;
  margin-top: 30px !important;
}

li.nav-item a {
  color: #2f2f2f !important;
}

#navigationUser a,
#user-nav-wraper a {
  font-size: 12px;
  border: none !important;
  background-color: #034da2 !important;
  padding-right: 16px !important;
  color: #fff !important;
}

.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-radius: 0px 0px 20px 20px !important;
  overflow: hidden !important;
}

#navigationUser {
  justify-content: flex-end;
  border-bottom: 0;
  gap: 20px;
}

.sidebar_wrapper + .additional-footer-info {
  margin-top: 40px;
  padding-top: 35px;
  border-top: 1px solid #fff;
  color: #0c0c0c;
}

.pkp_block {
  -webkit-box-flex: 0;
  position: relative;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: black !important;
}

.description_cover .issue_cover_block {
  margin-bottom: 80px;
}