/*Kode untuk 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 {margin-top:0px; margin-bottom: 0px;} /*mengatur margin gambar header*/
.pkp_site_name .is_img img {max-height: 215px !important; padding-top:0px; display:block;}
.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:  0px !important; margin-bottom:0 !important; padding-bottom: 0 !important;}

.pkp_site_name .is_img img {display: inline-block; max-height: 100px; max-width: 100%; width: auto; height: auto;}




<!-- /* Membuat responsif header diberbagai frame perangkat */ -->
@media only screen and (max-width: 991px) {
  .is_img img{
      height: 40px !important;
    }
}



/*Kode untuk setting menu atas By Faatuatua*/
.pkp_navigation_primary_row {
    /*background: #760318; */
	/*background: linear-gradient(to bottom, #4facfe, #00f2fe);*/
	background: linear-gradient(to right, #003b46, #07575b, #ffc0cb, #07575b, #003b46);
    padding-left: 2.143rem;
    padding-right: 2.143rem;
}
.pkp_navigation_primary {
    text-align: left;
  }
#navigationPrimary>li>a {
    padding-bottom: 6px;
    border-bottom-width: 4px;
    color: whitesmoke;
}
#navigationPrimary > li > a:hover,
#navigationPrimary > li > a:focus {
  border-color: #ffffff;
  border-bottom: 2px solid #FFFF00;
  color:  whitesmoke;
}

#navigationPrimary > li > a:active{
   color:black;
}

/*Kode untuk warna tombol search*/
.pkp_navigation_search_wrapper a{
  color: whitesmoke;
}
.pkp_navigation_search_wrapper a:hover {
  border-color: #ffffff;
  border-bottom: 2px solid #FFFF00;
  color:  rgb(93, 247, 237);
}
.pkp_navigation_search_wrapper a:active{
  color:black;
}



<!-- /* kode untuk menghilangkan logo OJS di Footer */ -->
.pkp_brand_footer {
display: none;
}

<!-- kode untuk justify deskripsi jurnal -->

.pkp_page_index .homepage_about{
	text-align: justify;
}




/* css untuk tabel tim editor JDSS*/

        * {
            margin: 1;
            padding: 1;
            box-sizing: border-box;
        }
        body-jdss {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            color: #333;
            padding: 15px;
            line-height: 1.5;
        }

        .section-jdss-title {
            font-size: 1.3rem;
            font-weight: 700;
            color: white;
            padding: 10px 16px;
            border-radius: 8px;
            margin: 20px 0 15px;
            display: inline-block;
            box-shadow: 0 3px 8px rgba(0,0,0,0.1);
            letter-spacing: 0.5px;
            text-transform: uppercase;
            transition: transform 0.2s ease;
        }
        .section-jdss-title:hover {
            transform: translateY(-1px);
        }

        .editor-jdss-table {
            width: 100%;
            max-width: 900px;
            margin: 0 auto 30px;
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            border: 1px solid #eaeaea;
        }

        .editor-jdss-table thead {
            background: linear-gradient(135deg, #7A3F74 0%, #557D5E 100%);
            color: white;
        }
        .editor-jdss-table th {
            padding: 12px 16px;
            text-align: center;
            font-weight: 600;
            font-size: 0.95rem;
            letter-spacing: 0.5px;
        }

        .editor-jdss-table tbody tr {
            border-bottom: 1px solid #f5f5f5;
            transition: background-color 0.2s ease;
        }
        .editor-jdss-table tbody tr:hover {
            background-color: #f8f9ff;
        }
        .editor-jdss-table td {
            padding: 16px;
            vertical-align: top;
        }

        .editor-jdss-name {
            font-size: 1.05rem;
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 4px;
        }
        .editor-jdss-institution {
            font-size: 0.9rem;
            color: #6c757d;
            font-style: italic;
        }

        .academic-jdss-links {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }
        .btn-jdss-academic {
            padding: 8px 14px;
            border: none;
            border-radius: 50px;
            font-size: 0.8rem;
            font-weight: 600;
            text-decoration: none;
            color: white;
            transition: all 0.25s ease;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .btn-jdss-academic:hover,
        .btn-jdss-academic:focus {
            transform: translateY(-1px);
            box-shadow: 0 3px 8px rgba(0,0,0,0.15);
            filter: brightness(1.05);
        }
        .btn-jdss-academic:focus {
            outline: 2px solid #a3bffa;
            outline-offset: 1px;
        }
        .btn-jdss-scholar { background-color: #4285F4; }
        .btn-jdss-sinta   { background-color: #FF6F00; }
        .btn-jdss-scopus  { background-color: #009688; }

        /* Responsif Mobile */
        @media (max-width: 768px) {
            .section-jdss-title {
                font-size: 1.15rem;
                padding: 8px 12px;
                margin: 15px 0 10px;
            }
            .editor-jdss-table {
                border-radius: 10px;
            }
            .editor-jdss-table thead {
                display: none;
                text-align: center;
            }
            .editor-jdss-table tbody,
            .editor-jdss-table tr,
            .editor-jdss-table td {
                display: block;
                width: 100%;
            }
            .editor-jdss-table tr {
                margin-bottom: 12px;
                padding: 14px;
                border: 1px solid #eee;
                border-radius: 10px;
                background: #fafafa;
            }
            .editor-jdss-table td {
                padding: 10px 0;
                border: none;
            }
            .editor-jdss-table td:first-child {
                border-top: 2px solid #667eea;
                padding-top: 12px;
            }
            .academic-jdss-links {
                justify-content: flex-start;
            }
            .btn-jdss-academic {
                padding: 7px 12px;
                font-size: 0.75rem;
            }
        }

        /* Section Colors */
        #section-editor-jdss .section-jdss-title   { background: linear-gradient(135deg, #0056b3 0%, #003d82 100%); }
        #copyediting-jdss .section-jdss-title      { background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%); }
        #production-jdss .section-jdss-title       { background: linear-gradient(135deg, #dc3545 0%, #c82333 100%); }
    

/* batas kode css untuk tabel tim editor JDSS*/
