
/* 
Copyright aapbk.org 

Design by: Asosiasi Asesmen Pendidikan

public function init() {
    // Load Font Awesome
    $this->addStyle(
        'font-awesome',
        'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css',
        array('priority' => STYLE_SEQUENCE_CORE)
    );

    // Inisialisasi theme parent
    parent::init();
}

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Noto+Serif:400,400i,700,700i);@import url(https://fonts.googleapis.com/icon?family=Material+Icons);@import url(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/css/bootstrap.min.css);@import url(https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.4/css/academicons.min.css);@import url(https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.4.1/css/mdb.min.css);@import url(https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@400..800&display=swap);@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: #f9f9f9
}



*/

.pkp_structure_page {
  margin: 0 auto;
  max-width: 1160px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .pkp_structure_page {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.pkp_head_wrapper,
.has_site_logo .pkp_head_wrapper {
  position: relative;
  padding-top: 0;
}

/* Struktur Sidebar */
.kepala {
  background-image: linear-gradient(to bottom right, #3f76ee, #000000);
  color: #fff;
  padding: 1rem;
  border-bottom: 0.3rem solid #e95900;
  font-weight: bold;
}

.badan {
  /* background-color: rgb(83, 248, 111); */
  margin-top: -12px;
}

.badan a {
  display: block;
  text-decoration: none;
  padding: 0.8rem;
  background-color: #f1f1f1;
  color: #000000;
  border-bottom: rgb(255 255 255) 0.2rem solid;
  transition: 0.4s;
  /* margin: 0.5rem 0rem 0.5rem 0rem; */
  position: relative;
  z-index: 1;
}

.badan .fa {
  padding-right: 10px;
}

.badan a:hover {
  background-color: #bfbfbf;
  box-shadow: gray 0px 0px 1px 0px;
  color: black;
}

.badan a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2rem;
  background-color: #0d2456;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: 800ms;
}

.badan a:hover::after {
  transform: scaleX(1);
}

/* Table of content */

.pkp_structure_main h1 {
  font-weight: 600;
  font-size: 20px;
}

.pkp_structure_main a {
  color: #0d2456 !important;
}

.pkp_structure_main a:hover {
  color: #fc6767 !important;
}

.obj_galley_link {
  font-weight: 700;
  text-transform: Capitalize !important;
  background: #f1f1f1 !important;
  color: #fcfef3 !important;
  border: solid 1px #d58554 !important;
}

.obj_galley_link:hover {
  background: #fcfef3 !important;
  color: #3f76ee !important;
}

/* Footer */
.pkp_structure_footer_wrapper {
  background: #0d2456 !important;
  border-bottom: 20px solid #0d2456;
  border-top: 4px solid #0d2456;
}

.pkp_footer_content {
  float: center !important;
  width: 70% !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pkp_brand_footer {
  float: right !important;
  width: 20% !important;
  padding-bottom: 10px !important;
  padding-top: 30px !important;
}

/*Body and Abstrack*/
.main_entry .item.abstract {
  text-align: justify;
}

body {
  font-family: Lora, geneva, sans-serif !important;
}

/* Struktur Header */
.pkp_site_name_wrapper {
  width: 100% !important;
}

.pkp_screen_reader {
  margin: 0px !important;
}

.pkp_navigation_primary_row {
  background-image: linear-gradient(to bottom right, #3f76ee, #000000);
  font-weight: bold;
  /* border-top: 1px solid #ededed; */
  padding-left: 30px;
  padding-right: 30px;
}

.pkp_site_name {
  margin: 0 !important;
  padding: 0px;
}

.pkp_site_name > a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pkp_site_name_wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

/* Ukuran Header */

.pkp_site_name .is_img img {
  max-height: 100% !important;
  max-width: 100% !important;
}

.pkp_site_name a {
  margin: auto !important;
}

/* Settingan Header */

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li {
  padding: 0 !important;
  margin: 0 !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
  margin: 0 !important;
  padding: 0 15px !important;
  line-height: 40px !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li,
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
  font-family: robot, geneva, sans-serif;
  color: #ffffff !important;
  font-weight: bold !important;
  transition: 0.2s;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a:hover {
  background: #ffffff;
  color: #0d2456 !important;
  border-radius: 20px !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul,
.pkp_navigation_primary_row
  .pkp_navigation_primary_wrapper
  ul
  li
  ul
  li
  a:hover {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul {
  background-image: linear-gradient(
    to bottom right,
    #3f76ee,
    #000000
  ) !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li {
  border-bottom: solid 1px white !important;
}

.pkp_navigation_primary_row
  .pkp_navigation_primary_wrapper
  ul
  li
  ul
  li:last-child {
  border-bottom: none !important;
}

.pkp_site_name_wrapper {
  background: #ffffff;
  margi-bottom: 0px !important;
}

/* html,
body {
  background: url(https://i.ibb.co/MsbGbGX/spikes.webp);
}
 */
.pkp_site_nav_toggle {
  background: #3f76ee !important;
}

.pkp_navigation_search_wrapper {
  background: #bfbfbf;
  border-radius: 20px;
  transition: 0.5s;
}

.pkp_navigation_search_wrapper a {
  color: #3f76ee;
}

.pkp_navigation_search_wrapper a:hover {
  color: #3f76ee;
}

.pkp_navigation_search_wrapper:hover {
  border-radius: 0px;
  background: white;
}

.homepage_about {
  text-align: justify;
}

.obj_article_details .page_title {
  background: #fff9ed;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 3px 3px 5px;
}

.meta .authors {
  background: url(https://i.ibb.co/wwXb1Bh/icon-group.png) 1px 2px no-repeat
    rgba(0, 0, 0, 0);
  font-weight: bold;
  margin-top: 4px;
  padding-bottom: 5px;
  padding-left: 30px;
}

.description {
  text-align: justify;
}

.profile a {
  background: #94b6ff;
  color: #0d2456 !important;
}

.pkp_navigation_user_wrapper {
  padding-left: 0;
  padding-right: 30px;
  padding-top: 10px;
  right: -610px !important;
}

.pkp_navigation_user.pkp_nav_list .profile a {
  border-radius: 15px !important;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-menu {
  background: #bfbfbf !important;
}

.dropdown-menu li a:hover {
  color: #000 !important;
}

.obj_issue_toc .heading .cover img {
  box-shadow: 4px 2px 5px gray;
}

.homepage_image {
  display: inline-block;
  width: 28%;
  margin-left: 0px;
  float: right;
  margin-top: 0px !important;
}

.homepage_image img {
  margin: 60px 0px 0px -20px;
  width: 300px;
  display: inline-block;
  float: left;
  box-shadow: 4px 2px 5px gray;
  margin-right: 15px;
}

.homepage_about {
  display: inline-block;
  width: 70%;
  text-align: justify;
}

.pkp_structure_content.has_sidebar {
  padding-top: 0px;
}

.pkp_structure_main .page {
  padding-top: 20px;
}

@media (max-width: 600px) {
  /* For mobile phones: */
  .homepage_about {
    width: 100%;
  }

  .pkp_structure_main {
    padding-top: 20px !important;
  }
}

@media (max-width: 991px) {
  .homepage_about {
    margin-top: 30px;
  }

  .pkp_structure_main {
    margin-top: 0px !important;
  }

  .pkp_site_name_wrapper {
    padding-bottom: 0px;
  }

  .pkp_site_name_wrapper {
    padding-top: ;
  }

  .pkp_navigation_search_wrapper {
    margin: center !important;
    padding: 10px !important;
  }

  .pkp_structure_main {
    padding-top: 100px;
  }
}

@media (max-width: 360px) {
  /* For mobile phones: */
  .homepage_image {
    width: 90%;
    margin: 0;
  }

  .homepage_about {
    margin-top: 0px;
  }

  .pkp_structure_main {
    padding-top: 0px !important;
  }
}

.deskripsi {
  border: 2px #0d536d solid;
  padding: 10px;
  background-color: #ffffff;
  text-align: left;
}

.pkp_block.block_custom {
  padding-left: 15px;
  padding-right: 15px;
}

.cmp_announcements.highlight_first {
  background-color: #bfbfbf;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

.obj_article_summary {
  border-left: 2px solid #bfbfbf;     
  border-right: none;                 
  border-bottom: 2px solid #bfbfbf;   
  border-top: none;                   
  border-radius: 20px;                
  padding: 15px;
  margin-bottom: 15px;
  background: #fff;

  /* bayangan putih lembut di atas */
  box-shadow: 0px -3px 5px rgba(255,255,255,0.9);

  /* sudut kiri bawah lebih tebal */
  border-bottom-left-radius: 30px;    
}

/* Styling author & affiliation agar lebih ringan */
.obj_article_summary .authors,
.obj_article_details .authors,
.meta .authors {
  font-weight: normal !important;   /* tidak bold */
  color: #333 !important;           /* abu gelap, lebih lembut dari hitam pekat */
  font-size: 14px !important;       /* sedikit lebih kecil, opsional */
  line-height: 1.5;
}

/* Urutan tampilan: Additional Content lebih dulu */
.pkp_structure_main {
  display: flex;
  flex-direction: column;
}
.additional-content {
  order: -1;
}
.pkp_navigation_primary_row {
  order: 0;
}
.current-issue,
.obj_issue_toc {
  order: 1;
}

.pkp_footer_content {
  float: none !important;
  width: 100% !important;
  text-align: center !important;
  text-decoration: none !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  color: #ffffff !important; /* warna teks putih */
}

.pkp_footer_content a {
  color: #ffffff !important; /* warna link putih */
  text-decoration: none !important;
}

.pkp_footer_content a:hover {
  color: #dddddd !important; /* warna abu muda saat hover */
}

<!DOCTYPE html>
<html lang="id">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Download Template Jurnal</title>
  <style>
    body {
      font-family: Arial, sans-serif;
      background: #f8fafc;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      margin: 0;
    }
    .container {
      text-align: center;
      max-width: 700px;
    }
    h1 {
      margin-bottom: 20px;
      color: #1e3a8a;
    }
    .cards {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }
    .card {
      background: white;
      border: 2px solid #e5e7eb;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      padding: 20px;
      width: 280px;
      transition: 0.2s;
    }
    .card:hover {
      transform: translateY(-5px);
      border-color: #3b82f6;
    }
    .card h2 {
      color: #1e40af;
      font-size: 18px;
      margin-bottom: 10px;
    }
    .card p {
      color: #6b7280;
      font-size: 14px;
      min-height: 40px;
    }
    .btn {
      display: inline-block;
      margin-top: 15px;
      background: #2563eb;
      color: white;
      padding: 10px 16px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      transition: background 0.2s;
    }
    .btn:hover {
      background: #1d4ed8;
    }

}
/* Base icon */
.pkp_navigation_primary > li > a::before {
    font-family: "FontAwesome" !important;
    margin-right: 6px;
    display: inline-block;
}

/* HOME */
.pkp_navigation_primary > li:nth-child(1) > a::before {
  font-family: "FontAwesome";
  content: "\f015";
}

/* ABOUT */
.pkp_navigation_primary > li:nth-child(2) > a::before {
  font-family: "FontAwesome";
  content: "\f05a";
}

/* ISSUES */
.pkp_navigation_primary > li:nth-child(3) > a::before {
  font-family: "FontAwesome";
  content: "\f15c";
}

/* SUBMISSIONS */
.pkp_navigation_primary > li:nth-child(4) > a::before {
  font-family: "FontAwesome";
  content: "\f212";
}

  </style>
</head>
<body>
  <div class="container">
    <h1>Pilih Template Jurnal</h1>
    <div class="cards">
      <div class="card">
        <h2>Bahasa Indonesia</h2>
        <p>Gunakan template ini untuk naskah berbahasa Indonesia sesuai format jurnal nasional.</p>
        <a class="btn" href="template-jurnal-indonesia.docx" download>Unduh Template</a>
      </div>
      <div class="card">
        <h2>English Version</h2>
        <p>Use this template for English manuscripts following the international journal format.</p>
        <a class="btn" href="template-journal-english.docx" download>Download Template</a>
      </div>
    </div>
  </div>
</body>
</html>

}

.obj_article_details .authors .orcid {
    background-size: 15px !important;
    background: url(https://journal.walisongo.ac.id/public/site/images/inzacky/orcid.png) no-repeat top left;
    padding: 0px 0px 5px 24px;
    font-size: 0.85em;
    color: #5379a9;
    margin-top: 5px;
}
.item.authors span.affiliation:before {
    content: "\f19c";
    margin-right: 5px;
    color:#000000;
    font-family: "FontAwesome";
}
.item.authors span.name:before {
    content: "\f2bd";
    font-family: "FontAwesome";
    margin-right: 5px;
    font-size: 14px;
}
ul.authors {
    display: flex;
    flex-wrap: wrap;
}
.obj_article_summary i.fa.fa-download {
    margin-left: 25%;
}
.statistik_artikel {
    border: solid 1px #4bdb85;
    padding: 15px;
    border-radius: 10px;
    margin: 20px 0;
    text-align: center;
}
.__dimensions_badge_embed__ .__dimensions_Badge_style_medium_circle .__dimensions_Badge_Image {
    display: none;
}
.pps-col.plx-plum {
    display: none;
}
.pps-container.pps-container-vertical {
    float: none!important;
}

span.judul_statistik {
    font-weight: 600;
}
.scite-badge, .__dimensions_badge_embed__, .altmetric-embed, .PlumX-Summary {
    margin: 10px 0 20px 0;
}
.pps-branding.pps-branding-top {
    display: none !important;
}
.article_statistic {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    clear: both;
}
a.doi_link {
    font-weight: 600;
}
.pkp_site_name_wrapper {
    background: transparent!important;
}
.pub_id.doi {
    display: none;
}

}
/* SEMBUNYIKAN SIDEBAR TAMBAHAN KHUSUS DI HALAMAN ARTIKEL */
.pkp_page_article .pkp_structure_sidebar .block_make_submission,
.pkp_page_article .pkp_structure_sidebar .block_custom,
.pkp_page_article .pkp_structure_sidebar .pkp_block,
.pkp_page_article .pkp_structure_sidebar .sidebar,
.pkp_page_article .pkp_structure_sidebar .block_information,
.pkp_page_article .pkp_structure_sidebar .block_visitor,
.pkp_page_article .pkp_structure_sidebar .block_whatsapp {
    display: none !important;
}


/* BLOCK AUTHOR INFO */
.obj_article_details .authors {
    background: #faf7f2; /* warna cream lembut */
    padding: 18px 25px;
    border-radius: 10px;
    margin: 20px 0 25px 0;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.07);
    border-left: 4px solid #d6b48a; /* aksen warna */
}

/* PER AUTHOR ROW */
.obj_article_details .authors .name,
.obj_article_details .authors .affiliation {
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
}

/* NAMA PENULIS */
.obj_article_details .authors .name {
    font-weight: 700;
    font-size: 16px;
    color: #333;
}

/* INSTITUSI */
.obj_article_details .authors .affiliation {
    font-weight: 400;
    color: #555;
    margin-left: 22px;
}

/* ICON FONT AWESOME */
.obj_article_details .authors .name::before {
    content: "\f2c0";
    font-family: "FontAwesome";
    margin-right: 6px;
    color: #1e3050; /* warna icon nama */
}

.obj_article_details .authors .affiliation::before {
    content: "\f19c";
    font-family: "FontAwesome";
    margin-right: 6px;
    color: #8c6a25;
    position: relative;
    left: -22px;
}
/* RATAKAN ICON + TEKS AUTHOR */
.obj_article_details .authors .name,
.obj_article_details .authors .affiliation {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Icon sejajar */
.obj_article_details .authors .name::before {
    content: "\f2c0";
    font-family: FontAwesome;
    font-size: 15px;
    color: #0a3b68;
}

.obj_article_details .authors .affiliation::before {
    content: "\f19c";
    font-family: FontAwesome;
    font-size: 14px;
    color: #8c6a25;

}
/* STYLE UNTUK KORESPONDENSI */
.obj_article_details .authors .corresponding::before {
    content: "\f003";   /* icon envelope */
    font-family: FontAwesome;
    margin-left: 5px;
    color: #008000;    /* hijau identitas */
    font-size: 14px;
}

.obj_article_details .authors .corresponding {
    font-weight: bold;
    color: #008000;
}
/* BASE CONTAINER */
.obj_article_details .authors {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* PER PENULIS = FLEX */
.obj_article_details .authors > div {
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
}

/* NAME RATA DENGAN ICON */
.obj_article_details .authors .name {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    font-size: 16px;
    color: #1c1c1c;
}

/* ICON NAME */
.obj_article_details .authors .name::before {
    content: "\f2c0";
    font-family: FontAwesome;
    font-size: 15px;
    color: #023a77;
}

/* AFFILIATION */
.obj_article_details .authors .affiliation {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 22px; /* sedikit masuk agar visual rapi */
    font-size: 14px;
    color: #555;
}

/* ICON AFFILIATION */
.obj_article_details .authors .affiliation::before {
    content: "\f19c";
    font-family: FontAwesome;
    font-size: 13px;
    color: #8c6a25;
}

/* HILANGKAN MARGIN LAMA PENYEBAB TIDAK RATA */
.obj_article_details .authors .affiliation::before {
    position: static !important;
    left: 0 !important;
}
/* HILANGKAN SIDEBAR PADA HALAMAN ABOUT */
.pkp_page_about .pkp_structure_sidebar {
    display: none !important;
}
/* ICON UNIVERSITAS */
.obj_article_details .authors .affiliation::before {
    content: "\f19c";
    font-family: FontAwesome;
    font-size: 14px;
    color: #8c6a25;
}

/* ICON AMPL0P UNTUK PENULIS KORESPONDENSI */
.obj_article_details .authors .corresponding::before {
    content: "\f003"; /* envelope */
    font-family: FontAwesome;
    margin-left: 5px;
    color: #008000;
    font-size: 14px;
}

.obj_article_details .authors .corresponding {
    font-weight: bold;
    color: #008000;
}

/* BASE CONTAINER AUTHOR */
.obj_article_details .authors {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* PER ITEM PENULIS */
.obj_article_details .authors > div {
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
}

/* STYLE BARIS NAMA */
.obj_article_details .authors .name {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    font-size: 16px;
    color: #1c1c1c;
}
/* HILANGKAN BACKGROUND & BORDER KOTAK LUAR */
.obj_article_details .item.authors {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
   
}
.bottom_slider {
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
    position: relative;
}
.bottom_slider .slide-carousel {
    display: flex;
    align-items: center;
    gap: 30px;
    white-space: nowrap;
    animation: scrollSlider 30s linear infinite;
}

.bottom_slider .list-item {
    flex: 0 0 auto;
    min-width: 120px;
    text-align: center;
    position: relative;
}

.bottom_slider .list-item img {
    max-height: 45px;
    width: auto;
    transition: transform .35s ease, opacity .3s;
    transform-origin: center;
}

/* Hover membesar tapi TIDAK keluar container */
.bottom_slider .list-item img:hover {
    transform: scale(1.12);
    z-index: 3;
}

/* Animasi */
@keyframes scrollSlider {
    0% { transform: translateX(0); }
    100% { transform: translateX(-60%); }
}






