html,body {  
    background-image: url("https://jurnal.padangtekno.com/public/bg-helloworld.png");  
  }
  
  .pkp_structure_content {
    background: #ffff;
  }


/* Judul artikel di detail */
.page_title {
    color: #092348;
}

/* nama penulis pada detail */
.name {
    color: #092348;
}

.pkp_block .title {
    display: block;
    padding: 10px;
    text-align: left;
    background-color: #092348;
    color: white;
    font-weight: bold;
}


  /* rata kiri kanan abstract */
.obj_article_details .abstract {
    text-align: justify;
  }

/* untuk daftar artikel */
a {
    color: #092348;
}

a:hover {
    color: #F7BC4A;
}

.cmp_button_wire,
.obj_galley_link {
    background: #092348;
    border: 1px solid #092348;
    color: #fff;
}

.obj_article_summary {
    border: 1px solid #092348;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 3px 3px #092348;
}


/* header */
.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;
}

/* Menu Side Bar  Menu Head*/

.head-menu {
    border-bottom: 3px #092348 solid;
    height: 50px;
}

.head-menu a {
    display: block;
    padding: 10px;
    text-align: left;
    background-color: #092348;
    color: white;
    font-weight: bold;
}

.menu-sidebar {
    font: bold 12px arial, verdana, sans-serif;
}

.menu-sidebar li a {
    text-decoration: none;
    border-top: 1px solid #ffffff;
    color: #000000;
    display: block;
    background-color: #F8F8F8;
    padding: 10px;
    margin-top: -5px;
    transition: 0.3s;
}

.menu-sidebar li a:hover {
    background-color: #092348;
    box-shadow: gray 2px 2px 2px;
    color: white;
    border-left: 5px solid #F7BC4A;
    border-bottom: 5px solid #F7BC4A;
}

.menu-sidebar ul {
    list-style: none;
    padding: 0px;
}

.menu-sidebar ul ul {
    position: absolute;
    top: 75px;
    left: 135px;
    visibility: hidden;
}

.menu-sidebar ul li:hover ul {
    visibility: visible;
}


/* Menu Lain */
/* .kepala {
    color: #ffffff;
    background: #075C07;
    padding: 10px;
    font-family: arial;
    line-height: 23px;
    border-bottom: 4px solid white;
    font-weight: bold;
    text-align: center;
} */

.badan a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid white;
    background: #F8F8F8;
    text-align: center;
    transition: 0.5s;
    color: black;

}

.badan {
    margin-top: -15px;
}


.badan a:hover {
    color: black !important;
    font-weight: bold;
    box-shadow: gray 0px 5px 10px 0px;
    display: fixed;
    position: relative
}
/* =================================================================== */
/* == GAYA KHUSUS UNTUK HALAMAN ETIKA PUBLIKASI JEBI == */
/* == Disesuaikan dengan tema warna JEBI yang sudah ada == */
/* =================================================================== */

/* --- Container Utama Halaman --- */
.jebi-ethics-page {
    background-color: #ffffff; /* Latar belakang putih bersih */
    border: 1px solid #e1e5e8;
    border-radius: 8px;
    padding: 30px 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    font-family: Arial, Helvetica, sans-serif; /* Mengikuti font umum */
}

/* --- Tipografi & Judul Sesuai Warna JEBI --- */
.jebi-ethics-page h1,
.jebi-ethics-page h2,
.jebi-ethics-page h3 {
    color: #092348; /* Warna biru utama JEBI */
}

.jebi-ethics-page h1 {
    font-size: 28px;
    border-bottom: 3px solid #F7BC4A; /* Warna aksen emas JEBI */
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.jebi-ethics-page h2 {
    font-size: 22px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 8px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.jebi-ethics-page h3 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px;
}

/* --- Teks Rata Kanan-Kiri --- */
.jebi-ethics-page p,
.jebi-ethics-page li {
    text-align: justify;
    line-height: 1.8;
    font-size: 16px;
    color: #333333; /* Warna teks gelap agar mudah dibaca */
}

.jebi-ethics-page .version-date {
    font-style: italic;
    color: #666;
    font-size: 14px;
    margin-top: -15px;
    margin-bottom: 25px;
    text-align: left;
}

/* --- Elemen Khusus dengan Warna JEBI --- */
.jebi-ethics-page .preamble {
    background-color: #f0f5fc; /* Latar belakang biru sangat muda */
    border-left: 5px solid #092348; /* Border dengan warna biru utama JEBI */
    padding: 20px;
    margin: 30px 0;
    border-radius: 4px;
}

.jebi-ethics-page hr {
    border: 0;
    border-top: 1px solid #dddddd;
    margin: 40px 0;
}

.jebi-ethics-page a {
    color: #092348; /* Warna link biru utama JEBI */
    text-decoration: none;
    font-weight: bold;
}

.jebi-ethics-page a:hover {
    color: #F7BC4A; /* Efek hover emas JEBI */
    text-decoration: underline;
}

.jebi-ethics-page strong {
    color: #092348; /* Teks tebal menggunakan warna biru utama JEBI */
}

/* Daftar Isi (jika Anda menggunakan HTML dengan Daftar Isi) */
.jebi-ethics-page .ethics-toc {
    background-color: #f8f9fa;
    border: 1px solid #e1e5e8;
    padding: 20px 25px;
    margin: 40px 0;
    border-radius: 8px;
}
