@import url('https://fonts.google.com/specimen/Roboto');

body {
  height: 100%;
  background-image: url("https://nvhardiansyah.wordpress.com/wp-content/uploads/2025/10/bg-ojs-1.png");
  background-repeat: repeat;
  background-position: left top bottom right;
  font-family: 'Roboto', Segoe UI, sans-serif;
}

.pkp_navigation_user .profile a {
    color: #092C2F;
    text-decoration: none; /* Opsional: Menghapus garis bawah */
    font-size: 12px;
    margin-top: 10px;
}

/* Opsional: Efek saat kursor diarahkan ke link */
.pkp_navigation_user .profile a:hover {
    color: #0b6256;/* Warna sedikit lebih gelap saat hover */
}

.pkp_structure_content {
  background: #ffff;
}
.pkp_structure_head {
  height: 100%;
  background-image: url("https://nvhardiansyah.wordpress.com/wp-content/uploads/2025/10/bg-ojs-1.png");
  background-repeat: repeat;
  background-position: left top bottom right;
}

.pkp_structure_head{
  border-bottom: 1px solid #e7e7e7;
}
.pkp_site_nav_menu{
  background: #f6f6f6;
  border-top: 6px double #022528;
  padding: 5px;
  text-transform: uppercase;
  font-weight: 600;
}
.pkp_site_name {padding-top: 0 !important; padding-bottom: 0 !important}
.pkp_site_name > a {padding-top: 0; padding-bottom: 0;}
.pkp_site_name .is_img img {max-height: 200px !important;}
.pkp_site_name_wrapper {padding-left: 0; padding-right: 0;}
.pkp_navigation_user_wrapper {top: 0; right: 0; padding-right:30px;}
.pkp_structure_page {margin-top:  20px !important; margin-bottom:20 !important; padding-bottom: 20 !important;}




/* Container Utama */
ul.links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0;
    margin: 20px 0;
    list-style: none;
}

/* Styling Dasar Anchor menjadi Button */
ul.links li a {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    padding: 0.375rem 1.25rem;
    font-size: 0.9rem;
    border-radius: 0.375rem; /* Standard BS5 Rounded */
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* Tombol View Journal (Primary Style) */
ul.links li.view a {
    color: #fff;
    background-color: #022835; /* BS5 Primary Blue */
    border: 1px solid #021921;
}

ul.links li.view a:hover {
    background-color: #16566b;
    border-color: #16566b;
}

/* Tombol Current Issue (Outline/Secondary Style) */
ul.links li.current a {
    color: #6c757d; /* BS5 Secondary Gray */
    background-color: #f1894959;
    border: 1px solid #F18849;
}

ul.links li.current a:hover {
    color: #fff;
    background-color: #F18849;
    border-color: #da6c28;
}

/* Efek Fokus (Accessibility) */
ul.links li a:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    outline: 0;
}

/* Responsif untuk Mobile */
@media (max-width: 576px) {
    ul.links {
        flex-direction: column;
    }
    
    ul.links li a {
        display: block; /* Tombol jadi lebar penuh di HP */
        width: 100%;
    }
}





/* SIDEBAR KANAN - UMUM */
  /* Container Sidebar */
  .pepey-sidebar-glass {
    background: #ffffff;
    border-radius: 20px;
    font-family: 'Roboto', Segoe UI, sans-serif;
  }


  /* List Navigasi */
  .pepey-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  /* Link Style */
  .pepey-item {
    display: flex;
    align-items: center;
    padding: 11px 10px;
    margin-bottom: 13px;
    color: #4a5568;
    text-decoration: none;
    font-size: 0.80rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: transparent;
    border-bottom: 1px solid #1a2a6c47;
    border-left: 4px solid #1a2a6c47;
  }
  /* Efek Hover Modern */
  .pepey-item:hover {
    background: #ffffff;
    color: #2d3748;
    transform: translateX(8px); /* Geser halus ke kanan */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.171);
    /* Garis gradien halus di samping */
    border-left: 7px solid #092C2F;
  }
  .peytools-desc {
      font-size: 11px;
      color: #666;
      margin-top: 2px;
  }

  /* Label Spesial (Opsional) */
  .badge-new {
    margin-left: auto;
    font-size: 0.65rem;
    background: #edf2f7;
    padding: 2px 8px;
    border-radius: 20px;
    color: #718096;

  }





  /**. INFORMASI TOOL SEMUA JURNAL **/

  .pepey-mtools-container {
    max-width: 100%; /* Menyesuaikan lebar standar sidebar OJS */
    padding: 10px;
    background: transparent;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  }

  /* Item Menu Utama */
  .pepey-mtools {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 5px 10px;
    margin-bottom: 8px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
  }

  /* Efek Hover Modern */
  .pepey-mtools:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    border-color: #cbd5e1;
  }

  /* Styling Icon */
  .pepey-mtools .icon-wrapper {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
  }

  .pepey-mtools .icon-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  /* Styling Teks */
  .pepey-mtools .text-wrapper {
    display: flex;
    flex-direction: column;
  }

  .pepey-mtools .menu-title {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 2px;
  }

  .pepey-mtools .menu-desc {
    font-size: 11px;
    color: #64748b;
    font-weight: 400;
  }