@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@400;500;600;700&display=swap');

/* =========================================================
   FONT UTAMA
   ========================================================= */
html,
body,
.pkp_structure_page,
.pkp_structure_page *,
.pkp_page_index,
.pkp_page_index *,
.page_index_journal,
.page_index_journal * {
  font-family: 'Baloo Tamma 2', cursive !important;
}

/* Icon jangan ikut berubah menjadi Baloo */
.fa,
.fa:before,
.fa:after,
.ai,
.ai:before,
.ai:after {
  font-family: 'FontAwesome' !important;
  font-style: normal !important;
  font-weight: normal !important;
}

/* =========================================================
   HEADER DAN LOGO
   ========================================================= */
.pkp_site_name,
.pkp_site_name > a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pkp_site_name_wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pkp_site_name .is_img img {
  max-height: 200px !important;
}

.pkp_structure_page {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
}

/* =========================================================
   REGISTER / LOGIN
   ========================================================= */
.pkp_navigation_user_wrapper {
  top: 10px !important;
  right: 18px !important;
  z-index: 20 !important;
}

.pkp_navigation_user,
.pkp_navigation_user.pkp_nav_list,
.pkp_navigation_user.pkp_nav_list li {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.pkp_navigation_user > li > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 32px !important;
  margin: 0 3px !important;
  padding: 5px 12px !important;

  font-family: 'Baloo Tamma 2', cursive !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;

  color: #ffffff !important;
  background: #0e6b4b !important;
  border: 1px solid #0a5139 !important;
  border-radius: 5px !important;
  box-shadow: 0 3px 0 #083d2b !important;

  text-decoration: none !important;
  transition: background-color .2s ease, transform .15s ease, box-shadow .15s ease !important;
}

.pkp_navigation_user > li > a:hover,
.pkp_navigation_user > li > a:focus {
  color: #ffffff !important;
  background: #16945b !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 3px 0 #083d2b, 0 0 9px rgba(22,148,91,.35) !important;
}

.pkp_navigation_user > li > a:active {
  transform: translateY(2px) !important;
  box-shadow: 0 1px 0 #083d2b !important;
}

/* =========================================================
   STATIC PAGE
   ========================================================= */
.pkp_page_static .pkp_structure_main,
.pkp_page_static .pkp_structure_main .page,
.pkp_page_static .pkp_structure_main .content,
.pkp_page_static .pkp_structure_main .cmp_text {
  line-height: 1.35 !important;
}

.pkp_page_static .pkp_structure_main p {
  text-align: justify !important;
  line-height: 1.35 !important;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.pkp_page_static .pkp_structure_main ul,
.pkp_page_static .pkp_structure_main ol {
  line-height: 1.35 !important;
  margin-top: 5px !important;
  margin-bottom: 10px !important;
}

.pkp_page_static .pkp_structure_main li {
  line-height: 1.35 !important;
  margin-bottom: 3px !important;
}

/* =========================================================
   MAKE A SUBMISSION
   ========================================================= */
.pkp_structure_sidebar .pkp_block.block_make_submission {
  margin: 10px 0 14px !important;
  padding: 10px !important;
  border: 1px solid #d5e6dc !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
}

.pkp_structure_sidebar .pkp_block.block_make_submission .content {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

.pkp_structure_sidebar .pkp_block.block_make_submission .content a {
  display: block !important;
  width: 100% !important;
  min-height: 42px !important;
  padding: 0 14px !important;
  box-sizing: border-box !important;

  font-family: 'Baloo Tamma 2', cursive !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 42px !important;

  color: #ffffff !important;
  background: linear-gradient(180deg,#178454 0%,#0e6b4b 100%) !important;
  border: 1px solid #0a5139 !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.22) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.20),0 3px 0 #083d2b !important;

  transition: background .25s ease, box-shadow .25s ease, text-shadow .25s ease !important;
}

.pkp_structure_sidebar .pkp_block.block_make_submission .content a:hover {
  background: linear-gradient(180deg,#25a968 0%,#16945b 100%) !important;
  color: #ffffff !important;
  text-shadow: 0 0 5px rgba(255,255,255,.9),0 0 10px rgba(255,255,255,.65) !important;
  box-shadow: inset 4px 0 0 #f2cf68,inset 0 1px 0 rgba(255,255,255,.28),0 4px 10px rgba(14,107,75,.38) !important;
}

/* =========================================================
   CUSTOM SIDEBAR — LEBAR SAMA DENGAN MAKE A SUBMISSION
   ========================================================= */
.pkp_structure_sidebar .pkp_block.block_custom {
  margin: 10px 0 14px !important;
  padding: 10px !important;
  border: 1px solid #d5e6dc !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
}

.pkp_structure_sidebar .pkp_block.block_custom > .content,
.pkp_structure_sidebar .pkp_block.block_custom > .content > .content {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* Semua baris sidebar */
.pkp_structure_sidebar .pkp_block.block_custom .content > p {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* Header Journal Information: tinggi 40px */
.pkp_structure_sidebar .pkp_block.block_custom .content > p[style*="text-align: center"] {
  min-height: 40px !important;
  padding: 0 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 20px !important;
  box-sizing: border-box !important;
}

/* Link menu */
.pkp_structure_sidebar .pkp_block.block_custom .content > p a[href]:not(:has(img)) {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 40px !important;
  padding: 10px 12px !important;
  box-sizing: border-box !important;

  font-family: 'Baloo Tamma 2', cursive !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 20px !important;

  color: #07934b !important;
  text-decoration: none !important;
  background: transparent !important;

  transition:
    background-color .25s ease,
    color .25s ease,
    padding-left .25s ease,
    box-shadow .25s ease,
    text-shadow .25s ease !important;
}

/* =========================================================
   ICON SIDEBAR — WAJIB MUNCUL
   ========================================================= */
.pkp_structure_sidebar .pkp_block.block_custom em.fa,
.pkp_structure_sidebar .pkp_block.block_custom i.fa,
.pkp_structure_sidebar .pkp_block.block_custom em.fa:before,
.pkp_structure_sidebar .pkp_block.block_custom i.fa:before {
  font-family: 'FontAwesome' !important;
  font-style: normal !important;
  font-weight: normal !important;
  display: inline-block !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.pkp_structure_sidebar .pkp_block.block_custom em.fa,
.pkp_structure_sidebar .pkp_block.block_custom i.fa {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 28px !important;
  width: 28px !important;
  min-width: 28px !important;
  margin: 0 8px 0 0 !important;
  color: #07934b !important;
  font-size: 14px !important;
  line-height: 1 !important;
  text-align: center !important;
}

/* Kode icon */
.pkp_structure_sidebar .fa-circle-o:before { content:"\f10c" !important; }
.pkp_structure_sidebar .fa-clone:before { content:"\f24d" !important; }
.pkp_structure_sidebar .fa-pencil-square-o:before { content:"\f044" !important; }
.pkp_structure_sidebar .fa-book:before { content:"\f02d" !important; }
.pkp_structure_sidebar .fa-list-alt:before { content:"\f022" !important; }
.pkp_structure_sidebar .fa-users:before { content:"\f0c0" !important; }
.pkp_structure_sidebar .fa-user-circle-o:before { content:"\f2be" !important; }
.pkp_structure_sidebar .fa-unlock:before { content:"\f09c" !important; }
.pkp_structure_sidebar .fa-server:before { content:"\f233" !important; }
.pkp_structure_sidebar .fa-microchip:before { content:"\f2db" !important; }
.pkp_structure_sidebar .fa-bullhorn:before { content:"\f0a1" !important; }
.pkp_structure_sidebar .fa-money:before { content:"\f0d6" !important; }
.pkp_structure_sidebar .fa-paper-plane:before { content:"\f1d8" !important; }
.pkp_structure_sidebar .fa-calendar:before { content:"\f073" !important; }
.pkp_structure_sidebar .fa-database:before { content:"\f1c0" !important; }
.pkp_structure_sidebar .fa-copyright:before { content:"\f1f9" !important; }
.pkp_structure_sidebar .fa-credit-card:before { content:"\f09d" !important; }
.pkp_structure_sidebar .fa-user-secret:before { content:"\f21b" !important; }
.pkp_structure_sidebar .fa-check-square-o:before { content:"\f046" !important; }
.pkp_structure_sidebar .fa-newspaper-o:before { content:"\f1ea" !important; }


/* FONT AWESOME — TAMBAHAN ICON SIDEBAR */
.pkp_structure_sidebar .fa-info-circle:before { content:"\f05a" !important; }
.pkp_structure_sidebar .fa-file-word-o:before { content:"\f1c2" !important; }
.pkp_structure_sidebar .fa-handshake-o:before { content:"\f2b5" !important; }
.pkp_structure_sidebar .fa-wrench:before { content:"\f0ad" !important; }
.pkp_structure_sidebar .fa-bar-chart:before { content:"\f080" !important; }
.pkp_structure_sidebar .fa-archive:before { content:"\f187" !important; }

/* Hover menyala */
.pkp_structure_sidebar .pkp_block.block_custom .content > p a[href]:not(:has(img)):hover {
  padding-left: 18px !important;
  color: #ffffff !important;
  background: #16945b !important;
  text-shadow: 0 0 6px rgba(255,255,255,.95),0 0 12px rgba(255,255,255,.72) !important;
  box-shadow: inset 5px 0 0 #f2cf68,inset 0 1px 0 rgba(255,255,255,.30),0 4px 9px rgba(14,107,75,.40) !important;
}

.pkp_structure_sidebar .pkp_block.block_custom .content > p a[href]:not(:has(img)):hover em.fa,
.pkp_structure_sidebar .pkp_block.block_custom .content > p a[href]:not(:has(img)):hover i.fa {
  color: #ffffff !important;
  transform: scale(1.12) !important;
  text-shadow: 0 0 6px rgba(255,255,255,.95),0 0 12px rgba(255,255,255,.72) !important;
}

/* Gambar sidebar */
.pkp_structure_sidebar .pkp_block.block_custom img {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
}

@media (max-width:576px) {
  .pkp_structure_sidebar .pkp_block.block_custom .content > p a[href]:not(:has(img)) {
    min-height: 38px !important;
    padding: 9px 12px !important;
}
}
/* =========================================================
   JOTTER — ISSUE ARTICLE LIST
   Gaya Asian Journal, warna JOTTER
   ========================================================= */

/* Kartu artikel */
.obj_issue_toc .articles > li {
  margin: 0 0 10px 0 !important;
  padding: 12px 14px !important;
  border-left: 4px solid transparent !important;
  background: #fff8e8 !important;
  box-sizing: border-box !important;
  transition:
    background-color .25s ease,
    border-left-color .25s ease,
    box-shadow .25s ease,
    transform .25s ease !important;
}

/* Warna selang-seling */
.obj_issue_toc .articles > li:nth-of-type(odd) {
  background: #fff8e8 !important;
  border-left-color: #f2cf68 !important;
}

.obj_issue_toc .articles > li:nth-of-type(even) {
  background: #eaf6ee !important;
  border-left-color: #9dcfb0 !important;
}

/* Hover ala Asian Journal */
.obj_issue_toc .articles > li:hover {
  background: #f4fbf7 !important;
  border-left-color: #0e6b4b !important;
  box-shadow: 0 5px 14px rgba(14, 107, 75, .14) !important;
  transform: translateY(-2px) !important;
}

/* Judul artikel */
.obj_issue_toc .articles > li .title,
.obj_issue_toc .articles > li .title a {
  color: #00639a !important;
  font-family: 'Baloo Tamma 2', cursive !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

/* Judul saat hover */
.obj_issue_toc .articles > li:hover .title a {
  color: #0e6b4b !important;
}

/* Penulis */
.obj_issue_toc .articles > li .authors {
  margin-top: 5px !important;
  color: #243b30 !important;
  font-family: 'Baloo Tamma 2', cursive !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

/* Nomor halaman */
.obj_issue_toc .articles > li .pages {
  color: #7d6d4f !important;
  font-family: 'Baloo Tamma 2', cursive !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

/* Tombol PDF */
.obj_issue_toc .articles > li .galleys_links a,
.obj_issue_toc .articles > li .galleys a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 30px !important;
  margin-top: 8px !important;
  padding: 4px 11px !important;
  background: #0e6b4b !important;
  border: 1px solid #0a5139 !important;
  border-radius: 4px !important;
  box-shadow: 0 2px 0 #083d2b !important;
  color: #ffffff !important;
  font-family: 'Baloo Tamma 2', cursive !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all .2s ease !important;
}

/* Hover tombol PDF */
.obj_issue_toc .articles > li .galleys_links a:hover,
.obj_issue_toc .articles > li .galleys a:hover {
  background: #16945b !important;
  color: #ffffff !important;
  box-shadow: 0 3px 8px rgba(14, 107, 75, .28) !important;
  transform: translateY(-1px) !important;
}

/* Statistik Abstract View dan PDF Download */
.obj_issue_toc .articles > li .item.stats,
.obj_issue_toc .articles > li .item.stats a {
  font-family: 'Baloo Tamma 2', cursive !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

.obj_issue_toc .articles > li .item.stats a {
  color: #0e6b4b !important;
  text-decoration: none !important;
}

.obj_issue_toc .articles > li .item.stats a:hover {
  color: #16945b !important;
}

/* Tampilan HP */
@media (max-width: 576px) {
  .obj_issue_toc .articles > li {
    padding: 11px 12px !important;
  }

  .obj_issue_toc .articles > li .title,
  .obj_issue_toc .articles > li .title a {
    font-size: 14px !important;
  }
}