.pkp_structure_content {    
    font-family: "Verdana", sans-serif;
    font-weight: normal;
    font-size: 10px;
    color: #222;
    line-height: 1.6;
}


.pkp_structure_head {

    margin: 0;
    padding: 0;
    background: transparent none;
    width: 100%;
    
}

.has_site_logo .pkp_head_wrapper {
    padding-top: 0px;
}

.pkp_structure_head {
   border-bottom: 0px solid #ddd;
}

.pkp_footer_content {
    background: #ffffff;
    float: left;
    height: 100%;
    width: 100%;
    padding: 30px;
    text-align: left;
}

.pkp_structure_footer_wrapper {

    background: transparent;
    height: 100%;
    width: 100%;
    display: inline-block;
    border-top: 1px solid #ddd;
    border-bottom: 0px solid #797373;
}

.pkp_brand_footer {
    background: #b7b4b4;
    float: right;
    height: 100%;
    width: 0%;
    padding: 0px;
}

.pkp_site_name .is_img {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.pkp_site_name .is_img img {
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;

}

.pkp_navigation_primary > li > a {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: normal;
    font-size: 12px;
    display: block;
	color: white;

}
.pkp_navigation_primary_row {
    background: #70ad47;
    padding-left: 20px

}

.pkp_site_nav_menu {
    background: transparent;
}

/* Teks di User Navigation Menu */
.pkp_navigation_user>li>a, .pkp_navigation_user>li.in_focus>a, .pkp_navigation_user>li>a:hover, .pkp_navigation_user>li>a:focus {
    color: #F5F5F1;
}
.pkp_navigation_user>li>a:hover, .pkp_navigation_user>li>a:focus {
	color: #F5F5F1;
	font-weight: bold;
	text-shadow: 5px 5px 10px black;
}
.obj_article_details .abstract {
    text-align: justify;
}
.pkp_block {
    font-size: 14px;
    line-height: 20px;
    clear: both;
    border-bottom: 1px solid #ffffff00;
}

.pkp_structure_main {

    background: white;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    height:auto;

}


 
.hoverTable{
    width:100%;
    border-collapse:collapse; 
}
.hoverTable th{
    height:30px; background: #ffffff; color:#105183;
}
.hoverTable td{ 
    height:30px; padding-top:3px;vertical-align:middle; 
    border-bottom:1px solid #ffffff;
    text-align:center;
}
.hoverTable td a{
    width:100%;display:block;
}
/* warna latar setiap baris tabel dan warna tulisan */
.hoverTable tr{
    background: #105183; color:#ffffff;
}
/* warna ketika dilewati mouse */
.hoverTable tr:hover {
    background-color: #0c426b;
}
.hoverTable a {
    color:#ffffff;
}
.hoverTable a:hover {
    color:#27d0e3;   
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt{
    font-size: 13.5px;
    color: #f2f2f2;
    font-weight: 100;
    text-transform: capitalize;
}   

.pkp_head_wrapper {

    background: white;
}


.pkp_structure_content {
    background: #ffffff; 
    padding: 0px;
    height: auto;
}

body {
   	#background laman ojs
	background: #ffffff;
        min-width: 730px !important;
}

article, aside, footer, header, nav, section {
    display: block;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
   
}

.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: .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: .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: .5rem;
}
/* Background dropdown menu */
.pkp_navigation_primary .dropdown-menu {
    background: #70ad47;
}

/* Warna tulisan dropdown */
.pkp_navigation_primary .dropdown-menu a {
    color: #ffffff;
}

/* Saat menu disorot (hover) */
.pkp_navigation_primary .dropdown-menu a:hover,
.pkp_navigation_primary .dropdown-menu a:focus {
    background: #0b5a14;
    color: #ffffff;
}
/* Background sidebar */
.pkp_structure_sidebar {
    background: #ffffff !important;
}

/* Kotak blok sidebar */
.pkp_structure_sidebar .pkp_block {
    background: #ffffff !important;
}

/* Konten dalam sidebar */
.pkp_structure_sidebar .content {
    background: #ffffff !important;
}
/* Mengubah semua link di konten menjadi hitam */
.pkp_structure_content a {
    color: #000000 !important;
    text-decoration: none;
}

/* Saat mouse diarahkan */
.pkp_structure_content a:hover {
    color: #000000 !important;
    text-decoration: underline;
}

/* Link yang sudah pernah diklik */
.pkp_structure_content a:visited {
    color: #000000 !important;
}
/* Background sidebar benar-benar putih */
.pkp_structure_sidebar,
.pkp_structure_sidebar .pkp_block,
.pkp_structure_sidebar .pkp_block .content,
.pkp_structure_sidebar .pkp_block .title {
    background: #ffffff !important;
}

/* Hilangkan background abu pada area sidebar */
.pkp_structure_sidebar * {
    background-color: #ffffff;
}
.pkp_structure_sidebar a {
    color: black !important;
}

.pkp_structure_sidebar a:hover {
    color: #5e933b;
}
.pkp_structure_sidebar .pkp_block .title {
    color: #70ad47 !important;
}
.pkp_structure_sidebar .pkp_block.block_custom .content {
    padding-left: 10px; /* samakan dengan blok Information */
    padding-right: 10px;
}

.pkp_structure_sidebar .sidebar-link {
    margin: 0;        /* hilangkan margin default yang terlalu jauh */
    padding: 0;       /* hilangkan padding default yang tidak sama */
    display: block;
color: #70ad47;          /* Warna teks hijau */
    font-family: "Verdana", sans-serif; /* Cocok sama konten utama */
    font-size: 12px;          /* Nyaman dibaca */
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;      /* Jarak antar link */
}

/* Hilangkan padding/margin semua container blok custom */
.pkp_structure_sidebar .pkp_block.block_custom {
    padding: 0 !important;      /* hapus padding internal blok */
    margin: 0 !important;       /* hapus margin blok */
    width: auto !important;     /* pastikan blok penuh lebar sidebar */
    box-sizing: border-box;     /* pastikan padding tidak menambah lebar */
}

.pkp_structure_sidebar .pkp_block.block_custom {
    padding-top: 15px !important;  /* jarak dari navbar */
}
/* Blok custom sidebar agar jarak kiri-kanan sama dengan Information */
.pkp_structure_sidebar .pkp_block.block_custom .content {
    padding-left: 15px !important;   /* samakan dengan blok Information */
    padding-right: 15px !important;  /* samakan dengan blok Information */
}

/* Link di blok custom */
.pkp_structure_sidebar .pkp_block.block_custom .content a.sidebar-link {
    display: block;
    margin: 0 0 10px 0 !important;    /* hilangkan margin default, beri jarak antar link */
    padding: 0 !important;            /* hilangkan padding default */
    font-family: "Verdana", sans-serif;
    font-size: 12px;                  /* ukuran nyaman dibaca */
    font-weight: bold;
    color: #70ad47 !important;        /* warna hijau sama Information */
    text-decoration: none;
    white-space: nowrap;               /* tetap satu baris */
}

/* Hover effect */
.pkp_structure_sidebar .pkp_block.block_custom .content a.sidebar-link:hover {
    color: #5e933b !important;        /* hijau gelap saat hover */
    text-decoration: underline;
}
.pkp_structure_main {
    margin-top: 0 !important;
    padding-top: 10px !important;
}
.block_make_submission_link {
    display: inline-block;
    padding: 12px 20px;
    background: linear-gradient(135deg, #70ad47, #5e933b);
    color: white !important;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.block_make_submission_link:hover {
    background: linear-gradient(135deg, #5e933b, #4c7a2f);
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.2);
    color: white !important;
}

.block_make_submission_link:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}
.template-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}

.template-card h4 {
    margin-bottom: 5px;
    color: #70ad47;
}

.template-card p {
    font-size: 13px;
    margin-bottom: 10px;
}

/* tombol download */
.download-btn {
    display: inline-block;
    padding: 8px 15px;
    background: #70ad47;
    color: white !important;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
    transition: 0.3s;
}

.download-btn:hover {
    background: #5e933b;
}
/* Tombol Make Submission */
.block_make_submission_link:hover {
    color: white !important;   /* paksa tetap putih */
}

/* Tombol Download Template */
.download-btn:hover {
    color: white !important;   /* paksa tetap putih */
}
.block_make_submission_link,
.download-btn {
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.pkp_head_wrapper {
    width: 100%;
    height: auto;
}

.pkp_site_name img {
    width: 100%;
    height: auto;
}
