html,
body {
    background-image: url("https://jurnal.padangtekno.com/public/batik3.png");
}

.pkp_structure_content {
    background: #ffff;
}

/* untuk daftar artikel */
a {
    color: #033692;
}

a:hover {
    color: #0e804b;
}

.cmp_button_wire,
.obj_galley_link {
    background: #033692;
    border: 1px solid #033692;
    color: #fff;
}



/* nama penulis pada detail */
.name {
    color: #033692;
}

.obj_article_summary {
    border: 2px solid #033692;
    background: #e3eff6;
    padding: 10px;
    border-radius: 0 2rem 0 2rem;
    /* border-radius: 5px; */
    box-shadow: 5px 5px #033692;
}

/* judul artikel detail */
.obj_article_details .page_title {
    color: #033692;
    background: #e3eff6;
    padding: 15px;
    border-radius: 0 0 0 0;
    box-shadow: 5px 5px 5px #033692, 
                -5px -5px 5px #033692;
}

/* obj_issue_toc .articles>li {
    margin-bottom: 20px;
    border-bottom: solid #8fbc8f;
    background: transparent url(https://i.ibb.co/vd419jg/VB-comdev-Rev2.png) repeat scroll 0% 0% !important;
    padding: 1rem;
    border-radius: 0 0 2rem 0;
    box-shadow: .2rem .2rem .1rem #f80
} */



/* 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: 400px !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 #033692 solid;
    height: 50px;
}

.pkp_block .title {
    display: block;
    padding: 10px;
    text-align: left;
    background-color: #033692;
    color: white;
    font-weight: bold;
}

.head-menu a {
    display: block;
    padding: 10px;
    text-align: left;
    background-color: #033692;
    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 #033692;
    /* Warna garis atas */
    border-right: 1px solid #033692;
    /* Warna garis kanan */
    border-bottom: 1px solid #033692;
    /* Warna garis bawah */
    border-left: 1px solid #033692;
    /* Warna garis kiri */
    color: #033692;
    display: block;
    background-color: #F8F8F8;
    padding: 10px;
    margin-top: -5px;
    transition: 0.3s;
}

.menu-sidebar li a:hover {
    background-color: #033692;
    box-shadow: #38B6FF 3px 3px 3px;
    color: white;
    border-left: 5px solid #FFD600;
}

.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;
}


.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
}

/* rata kiri kanan abstract */
.obj_article_details .abstract {
    text-align: justify;
}


/* Untuk Editor */

.editorial-list {
    position: relative;
}

.editorial-list li {
    margin-bottom: 1.125rem;
}

.editorial-list .img-profile {
    position: absolute;
    width: 95px;
    height: 105px;
    border: 1px solid #ddd;
    padding: 0.5rem;
}

.editorial-list .img-profile .imgthumb {
    width: 80px;
    height: 90px;
    overflow: hidden;
    margin: 0 auto;
    object-fit: fill;
}

.editorial-list .img-profile img {
    width: 100%;
    height: 100%;
}

.team-content {
    margin-left: 100px;
    min-height: 130px;
}

.team-content .ico-label {
    width: 18px;
    height: 18px;
    margin-right: 0.5rem;
}

.team-aff ul li {
    margin-bottom: 0;
}

.team-aff ul li .tm_label {
    display: inline-block;
    width: 80px;
}

.team-aff ul li .ico-label {
    width: 18px;
    height: 18px;
    margin-right: 0.5rem;
}

/* most read */
.most_read_article {
    padding: 10px;
    /* Menambahkan padding di sekitar setiap artikel */
    margin-bottom: 10px;
    /* Memberikan jarak antar artikel */
    border: 1px solid #033692;
    /* Garis di sekeliling setiap artikel */
    background-color: #f8f8f8;
    /* Warna latar belakang artikel */
    transition: background-color 0.3s;
    /* Menambahkan transisi saat hover */
}

.most_read_article:hover {
    background-color: #e6e6e6;
    /* Mengubah warna latar belakang saat di-hover */
}

.most_read_article_title a {
    color: #033692;
    /* Warna teks link */
    text-decoration: none;
    /* Menghilangkan garis bawah pada link */
}

.most_read_article_journal {
    color: #033692;
    /* Warna teks untuk views (jumlah tampilan) */
    font-size: 0.9em;
    /* Ukuran teks yang lebih kecil untuk views */
}

.most_read_article_journal .fa-eye {
    margin-right: 5px;
    /* Jarak antara ikon mata dan teks */
}

h2 {
    color: #033692;
    /* Mengubah warna teks menjadi biru */
}


/* Style daftar bendera dan nama perguruan tinggi */

  .author-list {
    font-family: Arial, sans-serif;
  }

  .author-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .author-item img {
    width: 100px;
    height: auto;
    margin-right: 15px;
  }

  .author-item ul {
    margin: 0;
    padding-left: 20px;
  }

