@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
.header {
  background-color: #000;
}
/* .journal-logo {
  max-height: 100% !important;
  max-width: 100%;
} */
.container-page {
  padding-top: 40px;
  padding-bottom: 70px;
}

.additional_content {
  margin-top: -55px;
}

.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: 100vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  margin-top: -25px !important;
  justify-content: center;
}
/* .homepage_image {
  min-height: 50vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
} */

@media (max-width: 1280px) { 
  .homepage_image {
    min-height: 100vh;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    margin-top: -100px !important;
    justify-content: center;
  }

  .additional_content {
    margin-top: -150px;
}
}
.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: 390px) {
  .homepage_image {
    min-height: 30vh;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -15px !important;
  }
}

@media (max-width: 500px) {
  .homepage_image {
    min-height: 30vh;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -35px !important;
  }
}
@media (max-width: 900px) {
  .homepage_image {
    min-height: 50vh;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -80px !important;
  }
  .additional_content {
    margin-top: -130px;
}
}

@media (min-width: 768px) and (max-width: 990px) {
  .pkp_block {
      flex: 0 0 50%;
      max-width: 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: 30vh;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -50px !important;
  }

  .additional_content {
    margin-top: -54px;
  }

  .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);
  }

  .img-footer {
    /* width: 30%; */
    display: flex;
    justify-content: center;
    padding-bottom: 26px;
  }

  .addres-footer {
    padding-bottom: 26px;
  }

  .card-support {
    margin-bottom: 50px;
  }
  
  .card-issue {
    margin-bottom: 50px;
  }

  
  .card-tools {
    margin-bottom: 50px;
  }

  .journal-logo {
    max-height: 100%;
    max-width: 100%;
}

.pkp_block {
  -webkit-box-flex: 0;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0px;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  margin-top: 0px !important;
}

.card-body .row .col-md-9 {
  margin-top: 10px;
}

#user-nav-wraper {
  justify-content: flex-end;
  padding-left: 0;
}

#nav-small {
  display: flex;
  border-bottom: 0;
  padding-bottom: 15px;
  padding-left: 20px;
  margin-top: -40px;
}
}

.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%;
}

.img-footer img {
  width: 30%;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  margin-top: 20px;
}

.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;
}