.pkp_structure_head {
  background: linear-gradient(90deg, rgba(4, 89, 101, 1) 33%, rgba(7, 43, 122, 1) 100%);
  border-bottom: 1px solid #ddd;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
  top: 0;
}

.pkp_site_name_wrapper {
  background: transparent;
}

@media (min-width: 992px) {
  li.profile a {
    color: #292e6e !important;
  }
}

table.table {
  margin-top: -10px;
}

.additional_content .description-wrapper .right-side table,
tr,
td {
  border-bottom: 1px solid #dbdbdb;
  padding: 4px 0px;
}

.pkp_structure_main {
  padding: 0.714rem;
  margin-top: 50px !important;
  margin-bottom: 50px;
}

.pkp_page_index .additional_content {
  padding: 0 0.714rem 0 0.714rem;
  border-top: none !important;
  order: 2;
}

.additional_content .left-side {
  display: flex;
  justify-content: center;
}

.additional_content .left-side p {
  max-width: 70%;
}

.additional_content .right-side {
  margin-bottom: 320px;
}

.pkp_page_index .additional_content .main-desc {
  text-align: justify;
}

.pkp_structure_sidebar.left {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 30px;
  margin-bottom: 50px;
}

.pkp_structure_sidebar.left .pkp_block {
  padding: 0px;
  margin: 20px;
  font-size: 1rem;
  line-height: 1.43rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 40px 4px 40px 4px;
}

.pkp_structure_sidebar.left .pkp_block h2 {
  display: block;
  width: 100%;
  padding: 16px;
  background: linear-gradient(90deg,rgba(4, 89, 101, 1) 33%, rgba(7, 43, 122, 1) 100%);
  border-bottom: 3px solid #12B4FF;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0px 4px 0px 0px;
  color: #fff;
}

.pkp_structure_sidebar.left .pkp_block .content {
  width: 100%;
  margin-top: -10px !important;
  text-align: start;
  padding: 20px 0px;
  border: 1px solid #e4e4e4;
  border-radius: 0px 0px 40px 4px;
}

/* .pkp_structure_sidebar.left .pkp_block .content .sidebar_menu_wrapper .menu_list p {
  border-bottom: 1px solid #e4e4e4;
  margin-top: -20px;
} */


.pkp_structure_sidebar.left .pkp_block .content .sidebar_menu_wrapper .menu_list p a {
  padding: 14px 14px;
  display: block;
  width: 100%;
  margin-top: -16px;
  border-bottom: none;
  color: #ffffff;
  transition: 0.3s;
}



.pkp_structure_sidebar.left .pkp_block .content .sidebar_menu_wrapper .menu_list a:hover {
  color: #ffffff;
  translate: 10px;
  background: #0F2D63;
  border-radius: 10px;
}

.pkp_structure_sidebar.left .pkp_block .content .image-wrapper {
  display: block;
  flex-wrap: wrap;
  justify-content: center;
}

.pkp_structure_sidebar.left .pkp_block .content .image-wrapper .image-size {
  max-width: 100%;
}

@media (min-width: 768px) {
  .additional_content .description-wrapper {
    display: flex;
  }

  .additional_content .left-side {
    display: flex;
    justify-content: start;
    width: 40%;
    margin-top: -20px;
  }

  .additional_content .right-side {
    width: 60%;
  }

  .additional_content .right-side {
    margin-bottom: 20px;
  }

  .additional_content .left-side p {
    max-width: 90%;
  }

  .pkp_structure_sidebar.left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 0px;
  }

  .pkp_structure_sidebar.left .pkp_block {
    padding: 0px;
    font-size: 1rem;
    line-height: 1.43rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 42%;
  }
}

@media (min-width: 992px) {
  html,
  body {
    background: url(https://journal.eternaedu.com/public/site/images/admin-journal/bg-image.png);
    object-fit: cover;
    width: 100vw;
  }

  .pkp_navigation_user_wrapper {
    top: 0px;
    right: 0;
    left: auto;
    width: 25%;
    transform: none;
    padding-right: 2.143rem;
  }

  .pkp_site_name .is_img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .pkp_site_name .is_img img {
    max-height: 100%;
    height: 100%;
  }

  .pkp_site_name .is_img {
    display: block;
    margin: 0px;
    padding: 0;
    width: 100%;
    background-color: transparent;
  }

  .pkp_structure_page {
    margin: 0 auto;
    max-width: 1160px;
    background: transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .pkp_structure_head {
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    position: relative;
    border: none;
    height: 200px;
    margin-bottom: 0px;
  }

  .pkp_site_name_wrapper {
    background: #ffffff94 !important;
    padding: 0px;
    height: 200px;
  }

  .pkp_structure_content {
    padding-top: 0;
    background-color: white;
  }

  .pkp_page_index .homepage_image {
    margin: 20px 0px 0px 0px !important;
    display: none;
    order: 1;
  }

  .pkp_site_nav_menu {
    display: block;
    margin-top: -10px;
  }

  .pkp_site_name {
    margin-left: 0;
    padding: 0px;
    height: 100%;
  }

  .pkp_structure_main {
    padding: 10px 20px 0px 25px;
    margin-top: 0px !important;
  }

  .additional_content .description-wrapper {
    display: flex;
    padding: 50px 20px 0px 20px;
    align-items: center;
  }

  .additional_content .right-side {
    margin-bottom: 20px;
    margin-top: -20px;
  }

  .pkp_page_index .additional_content .main-desc {
    padding: 0px 20px 0px 20px;
  }

  .pkp_structure_sidebar.left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 30px 0px;
  }

  .pkp_structure_sidebar.left .pkp_block {
    padding: 0px;
    font-size: 1rem;
    line-height: 1.43rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 20px 20px;
    margin: 0px 20px;
    overflow: hidden;
  }

  .pkp_structure_sidebar.left .pkp_block.block_language .content {
    padding: 20px;
  }

  .pkp_structure_sidebar.left .pkp_block .content {
    width: 100%;
    margin-top: -10px !important;
    text-align: start;
    padding: 20px 0px;
    border: 0px;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(90deg,rgba(4, 89, 101, 1) 33%, rgba(7, 43, 122, 1) 100%);
  }
}

.additional_content .description-wrapper .right-side table {
  max-width: 100%;
}

.additional_content .description-wrapper .right-side table,
tr {
  margin-bottom: 20px !important;
}

table.table {
  margin-top: -10px;
}

.my-footer-wrapper .footer-map {
  text-align: center;
  margin-bottom: 20px;
}

.my-footer-wrapper .footer-map .footer-title {
  font-size: 20px;
  font-weight: 600;
  color: #575757;
  margin-bottom: 20px;
}

.footer-map iframe {
  height: 200px;
  width: 300px;
}

.my-footer-wrapper .footer-address {
  text-align: center;
  color: #575757;
}

@media (min-width: 768px) {
  .my-footer-wrapper {
    display: flex;
    gap: 30px;
    justify-content: center;
  }

  .my-footer-wrapper .footer-address {
    text-align: start;
    margin-top: 80px;
  }

  .my-footer-wrapper .footer-map .footer-title {
    font-size: 20px;
    font-weight: 600;
    color: #575757;
    margin-bottom: 20px;
    margin-left: 20px;
    text-align: start;
  }

  .footer-map iframe {
    width: 400px;
    height: 250px;
  }
}

@media (min-width: 992px) {
  .pkp_structure_footer_wrapper {
    background: rgba(0, 0, 0, 0.05);
    border-top: none;
    border-bottom: 1.43rem solid #990000;
  }

  .pkp_footer_content {
    padding: 2.143rem;
    text-align: left;
    background-color: #e7e7e7;
  }

  .pkp_footer_content {
    padding: 50px 0px;
    text-align: left;
    background-color: #f3f3f3;
  }

  .pkp_brand_footer {
    padding: 2.143rem;
    background-color: #cccccc;
  }

  .footer-map iframe {
    width: 560px;
    height: 250px;
  }
}

.pkp_structure_content .pkp_structure_main .page_index_journal {
  display: flex;
  flex-direction: column;
}

.pkp_structure_content .pkp_structure_main .page_index_journal .current_issue {
  order: 3;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .additional_content .left-side p img {
    border: 2px solid #c7c7c7;
  }
}

@media (min-width: 1023px) {
  .pkp_site_nav_menu {
    display: block;
    margin-top: -10px;
  }
}

@media (min-width: 1200px) {
  .pkp_site_nav_menu {
    display: block;
    margin-top: 26px;
  }
}

@media (min-width: 992px) {
  .pkp_navigation_primary_row {
    background: #ffffff;
    padding-left: 2.143rem;
    padding-right: 2.143rem;
    border-bottom: 1px solid #dddddd;
  }
}


a.block_make_submission_link {
    margin-top: 10px;
    background-color: #12B4FF;
}

@media (min-width: 992px) and ( max-width : 1199px ) {
    .additional_content .description-wrapper {
        display: flex;
        padding: 0px 20px;
        align-items: center;
    }

      .additional_content .right-side {
        margin-bottom: 0px;
        margin-top: 0px;
    }
}

.image-size a {
  display: block;
  transition:all .3s ease;
}

.image-size a:hover {
    background:rgba(255,255,255,.08);
    color:#00e5ff;
    transform:translateY(-6px);
}

.custom-button a {
    background: #12B4FF;
    color: white;
    padding: 14px;
    border-radius: 12px;
    font-weight: 700;
    display: block;
    text-decoration: none;
    border: 2px solid #12B4FF;

    transition:all .2s ease;
}

.custom-button a:hover {
  background-color: transparent;
  border: 2px solid #12B4FF;
}

/* ======================= */

  .additonal-content-indexed-image {
    padding: 0px;
    margin-top: 20px
}
  .additonal-content-indexed-image h4 {
    margin-left: 10px;
    font-size: 18px;
  }

  .additonal-content-indexed-image .wrapper {
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 0px 20px 30px;
  }

.additonal-content-indexed-image .wrapper .image-wrapper {
 display : flex;
 flex-wrap: wrap;
}

  .additonal-content-indexed-image .wrapper .image-size {
    width : 50% !important;
}


/* ============================= */




@media ( min-width : 992px ) {
  .additonal-content-indexed-image {
    padding: 20px;
}
  .additonal-content-indexed-image h4 {
    margin-left: 10px;
    font-size: 18px;
  }

  .additonal-content-indexed-image .wrapper {
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 0px 20px 30px;
  }
  
.additonal-content-indexed-image .wrapper .image-wrapper {
 display : flex;
 flex-wrap: wrap;
}

  .additonal-content-indexed-image .wrapper .image-size {
    width : 25% !important;
  }


  nav.cmp_breadcrumbs {
    margin-top: 20px;
}
}

iframe {
    max-width: 100%;
}

.pkp_structure_sidebar.left .pkp_block {
        padding: 0px;
        font-size: 1rem;
        line-height: 1.43rem;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        border-radius: 20px 20px;
        margin: 0px 20px;
        overflow: hidden;
}

    .pkp_structure_sidebar.left .pkp_block .content {
        width: 100%;
        margin-top: -10px !important;
        text-align: start;
        padding: 20px 0px;
        border: 0px;
        border-radius: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: linear-gradient(90deg, rgba(4, 89, 101, 1) 33%, rgba(7, 43, 122, 1) 100%);
    }

@media ( max-width : 600px ){
  ul.galleys_links {
    display: flex;
    flex-direction: column !important;
}

  .pkp_structure_sidebar.left .pkp_block {
    padding: 0px;
    font-size: 1rem;
    line-height: 1.43rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 20px 20px;
    margin: 0px 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

  .obj_issue_toc {
    margin-bottom: 30px;
}
}

.obj_article_summary {
    border: 1px solid #bebebe;
    padding: 20px 20px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    margin-bottom: 20px;
}
