.pkp_structure_head {
  background-color: #0698dc;
  border-bottom: 1px solid #ddd;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

.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-right: 10px;
  margin-top: 50px !important;
}

.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;
  border-radius: 40px 4px 40px 4px;
}

.pkp_structure_sidebar.left .pkp_block h2 {
  display: block;
  width: 100%;
  padding: 16px;
  background-color: #0698dc;
  border-bottom: 3px solid #f7bc4a;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #e4e4e4;
  border-radius: 0px 40px 0px 0px;
  color: #fff;
}

.pkp_structure_sidebar.left .pkp_block .content {
  width: 100%;
  margin-top: -10px !important;
  text-align: start;
  padding: 20px 0px;
  border: none;
  border-radius: 0px;
}

/* .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: 10px 14px;
  display: block;
  width: 100%;
  margin-top: -16px;
  border-bottom: 1px solid #e4e4e4;
  color: #23374d;
  transition: 0.3s;
}

.pkp_structure_sidebar.left .pkp_block .content .sidebar_menu_wrapper .menu_list a:hover {
  color: #fe8d2c;
  translate: 10px;
}

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

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

@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: 50px;
  }

  .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 30px 0px 20px;
    margin-top: 0px !important;
    border: none !important;
    min-height: 1300px;
  }

  .additional_content .description-wrapper {
    display: flex;
    padding: 0px 20px;
  }

  .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;
    border: none !important;
    position: absolute;
    left: 0;
  }

  .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%;
    border-radius: 0px;
    margin: 0px 0px 20px;
  }

  .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: 0px 0px;
    border: none;
    border-radius: 0px !important;
  }
}

.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 #0698dc;
  }

  .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;
}

@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: #003377;
    padding-left: 2.143rem;
    padding-right: 2.143rem;
    border-bottom: 1px solid #dddddd;
  }

  /* .pkp_structure_sidebar.left {
    position: sticky;
    top: 0;
} */

#focusAndScope h3, #idsectionPolicies h3,#peerReviewProcess h3,#publicationFrequency h3,#openAccessPolicy h3,#archiving h3,#custom-0 h3,#custom-1 h3,#custom-2 h3,#custom-3 h3 {
  font-size : 20px;
  padding-top: 20px
}

.footer-custom {
    display: flex
;
    gap: 20px;
    padding: 0px 30px;
}
.footer-custom .left-side {
    width: 50%;
}
.footer-custom .right-side {
    width: 50%;
}

.info-wrapper {
    display: flex;
    gap: 10px;
}
.info-wrapper img {
    max-width: 40px;
}

.counter-wrapper {
    display: flex;
    justify-content: end;
    gap: 10px;
    margin-bottom: 20px;
}

.license-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
}





.footer-custom {
    display: flex
;
    gap: 20px;
    padding: 0px 30px;
}
.footer-custom .left-side {
    width: 100%;
}
.footer-custom .right-side {
    width: 100%;
    margin-top: 50px;
}

.info-wrapper {
    display: flex;
    gap: 10px;
}
.info-wrapper img {
    max-width: 40px;
}

.counter-wrapper {
    display: flex;
    justify-content: start;
    gap: 10px;
    margin-bottom: 20px;
}

.license-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.pkp_page_index.pkp_op_index.has_site_logo {
    overflow-x: hidden;
}

@media ( min-width : 900px ){
  .indexing-wrapper {
    display: flex;
    gap : 10px;
    align-items: center;
    padding: 0px 20px;
    margin-bottom: 0px;
}

.indexing-wrapper .img-wrapper {
    width: 80%;
    height: min-content;
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
}

.indexing-wrapper .img-wrapper .img-size {
    max-width: 125px;
    height: fit-content;
}

.q-wrapper {
    width: 40%;
}

.statistic-wrapper {
    padding: 0px 30px;
}
}


@media ( max-width : 899px ){
table.cc_cursor {
    max-width: 100%;
}

.p-wrapper {
    overflow: scroll;
}
  
.footer-custom {
    display: flex
;
    flex-direction: column;
}
  
.pkp_structure_main {
    padding: 0.714rem;
    margin-right: 10px;
    margin-top: 50px !important;
}
  
.indexing-wrapper {
    display: flex;
    flex-direction: column;
    gap : 10px;
    align-items: center;
    padding: 0px 20px;
    margin-bottom: 50px;
    margin-top: 20px;
}

.indexing-wrapper .img-wrapper {
    width: 100%;
    height: min-content;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px;
}

.indexing-wrapper .img-wrapper .img-size {
    max-width: 110px;
    height: fit-content;
}

.q-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.statistic-wrapper {
    padding: 0px 0px;
}
}


#navigationPrimary>li>a:hover {
    color: white;
}

@media (min-width: 992px) {
.indexing-wrapper table {
    width: 60%;
}

  #navigationPrimary>li>a {
    padding-bottom: 6px;
    border-bottom-width: 4px;
    color: white;
}
  
    .pkp_structure_sidebar:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 300px;
        border-left: 0px solid #ddd;
    }

  .pkp_structure_content.has_sidebar {
    display: flex;
    flex-direction: row-reverse;
}
}

div#customblock-certificate .content {
    border: none !important;
    padding: 30px 0px 10px 0px;
}

ul.sidemenu li a {
    display: block;
    width: 100%;
    padding: 10px 0px;
    background-color: #fa8e01;
    border-bottom: solid 1px #54a368;
    color: #fff;
    margin-top: -10px;
}


.act-button {
    display: flex;
    gap: 20px;
    padding: 0px 20px;
}

.act-button .left-side a {
    display: block;
    background-color: #00aee6;
    padding: 10px 20px;
    text-align: center;
    color: white;
}

.act-button .right-side a {
    display: block;
    background-color: #c7c72e;
    padding: 10px 20px;
    text-align: center;
    color: white;
}

.act-button .left-side a:hover {
  background-color: white;
  border: 1px solid black ;
  color: black;
  transition: 0.3s;
}

.act-button .right-side a:hover {
  background-color: white;
  border: 1px solid black ;
  color: black;
  transition: 0.3s;
}

@media (min-width: 992px) {
    .pkp_navigation_search_wrapper a {
        padding-bottom: 6px;
        border-bottom-width: 4px;
        color: #fff;
    }
}