@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap");

/* CSS Document */

/* Semua font jadi Karla */ 
html,body {
    font-family: "Karla", cursive;
    font-size: 16px;
    color: #474747;
}

/* Ubah semua font jadi ukuran 16px */
.page_contact .address, .page_contact .phone, .page_contact .email {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

.pkp_structure_page {
    margin-top:0px !important;
}

/* Judul artikel di daftar artikel */
.obj_article_summary>.title {
    font-size: 16px;
    font-weight: 700
}

.pkp_structure_main h1,
.obj_issue_toc .galleys h2,
.obj_issue_toc .section h2,
.pkp_block .title,
.obj_article_summary>.title a,
.current_issue h2,
.pkp_page_index .cmp_announcements h2,
.obj_announcement_summary h3 a,
.obj_announcement_summary h4 a,
.obj_article_details .main_entry .item .label,
.obj_article_details .entry_details .item .label,
.pkp_structure_main h3 {
	font-family: "Karla", cursive;
}

/* Bagian Judul Announcement di Announcements */
.obj_announcement_summary h2 a{
    font-size: 18px;
}

/* Bagian Judul Volume di Archives */
.obj_issue_summary .title{
    font-size: 18px;
}

/* HEADER */

/* MENU REGISTER dan LOGIN */

/* Ubah logo jadi maksimal 100% */
.pkp_site_name {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

/* Logo Teks */
.pkp_site_name .is_text{
    font-family: "Karla", cursive;
    text-transform: none;
    text-align: left;
    font-size: 20px;
}

/* Ubah font di Navigasi */
.pkp_navigation_user_wrapper a {
    font-family: "Karla", cursive;
    font-size: 14px;
}

/* Menu User di atas logo */
.pkp_navigation_user {
    padding-right: 10px;
}

.pkp_navigation_user li {
    background:#fff;
    text-align: left;
    border: 1px solid #e5e7eb;
}

.pkp_navigation_user > li:last-child > a {
    margin-right: 10px;
    font-family: "Karla", cursive;
    font-size: 14px;
}

.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: #474747;   
}

.pkp_navigation_user>li:last-child>a {
    color: #474747;
    background:#fff;
}

/* TOMBOL PENCARIAN */
.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
    font-family: "Karla", cursive;
}

/* MENU */

/* MENU UTAMA di ATAS */
#navigationPrimary a {
    font-family: "Karla", cursive;
    font-size: 14px;
    color: #474747;
}
#navigationPrimary a:hover {
    background-color: #fff;
}

.pkp_navigation_primary_row li:hover a {
    color: #fff;
}

.pkp_navigation_primary_row a:hover,.pkp_navigation_primary_row a:focus {
    color: #fff;
}

/* KONTEN UTAMA */
/* Beranda */
/* Hilangkan border di Beranda */
.pkp_page_index .additional_content {
    border: 0
}
/* Pindahkan Urutan Konten Beranda */
.page_index_journal {
    display: flex;
    flex-direction: column;
}
.cmp_announcements {
    flex: 1;
    order: 2;
}
.current_issue {
    order: 3;
}
.additional_content {
    order: 1;
}

/* Tentang Jurnal */
.responsive-content {
    padding: 10px;
    font-family: Arial, sans-serif;
}

.content-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
}

.image-container {
    flex: 0 0 auto;
    max-width: 150px;
}

.responsive-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.table-container {
    flex: 1;
}

.responsive-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.responsive-table table {
    width: 100%;
    border-collapse: collapse;
}

.responsive-table td {
    padding: 8px;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}

.responsive-table td:nth-child(2) {
    text-align: center;
    width: 10px;
}

@media screen and (max-width: 767px) {
    .content-container {
        flex-direction: column;
        align-items: center;
    }
    .image-container {
        max-width: 100%;
    }
    .table-container {
        width: 100%;
    }
}

/* KONTAK */
.page_contact .address{
    font-size: 18px;
}

.pkp_structure_main h3{
    font-size: 18px;
}

/* Seputar Pengumuman */
.pkp_page_index .cmp_announcements {
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb
}

.pkp_page_index .cmp_announcements h2+.obj_announcement_summary, .pkp_page_index .cmp_announcements .more {
    padding-top: 30px;
    padding-bottom: 30px;
}

.cmp_announcements .obj_announcement_summary h3 {
    font-size: 16px;
}

.pkp_page_index .cmp_announcements .more h4 {
    font-size: 14px;
}

.cmp_announcements .date {
    font-size: smaller;
}

/* Current Issue */
.pkp_page_index .current_issue .current_issue_title{
    font-family: "Karla", cursive;
    font-size: 18px;
}

/* KOLOM ARCHIVES */
.page_issue_archive .issues_archive {
    display: flex;
    flex-wrap: wrap
}
.page_issue_archive .issues_archive,.page_issue_archive .issues_archive>li {
    border: none;
    flex: 50%
}
.page_issue_archive .obj_issue_summary .description p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

/* ARTIKEL */
.cmp_manuscript_button,.block_make_submission a,.obj_galley_link {
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    color: #fff;
    border: 1px solid #0060ae;
    padding:0px 5px 0px 5px;
}

.pkp_page_index .current_issue .read_more {
    font-family: "Karla", cursive;
    display: inline-block;
    position: relative;
    padding-right: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #0060ae;
    text-decoration: none;
    margin-bottom: 0px
}

.obj_issue_toc .sections:not(:first-child) {
    margin-top: 0px;
}

@media (min-width: 768px) {
    .obj_issue_toc .heading:before,.obj_issue_toc .heading:after {
        content:" ";
        display: table
    }
    .obj_issue_toc .heading:after {
        clear: both
    }
    .obj_issue_toc .cover {
        float: left;
        width: 25%;
        height: auto;
        max-height: none;
        margin-right: 1.43rem
    }
    .obj_issue_toc .galleys,.obj_issue_toc .section {
        position: relative;
        margin: 2.143rem -1.43rem;
        padding: 2.143rem
    }
    .obj_issue_toc .galleys:before,.obj_issue_toc .section:before {
        content: '';
        position: absolute;
        top: 45px;
        left: 0;
        width: 100%;
        border-top: 1px solid #e5e7eb
    }
    .obj_issue_toc .galleys>h2,.obj_issue_toc .section>h2,.obj_issue_toc .galleys>h3,.obj_issue_toc .section>h3 {
        display: inline-block;
        position: relative;
        margin-top: 0;
        background: #fff;
        font-size: 1.143rem;
        line-height: 2.143rem;
        color: rgba(0,0,0,0.54)
    }
}

.obj_issue_toc .pages {
    font-size: smaller;
}

/* SIDEBAR */
.pkp_block {
    margin: 0px 20px 16px 20px;
    padding: 1em;
    background: #fff;
}
@media (max-width: 768px) {
    .pkp_block {
        margin: 0px;
        padding: 0px;
    }
}

.pkp_block .title {
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 20px;
    padding-bottom: 0.5em;
    border-bottom: 1px dashed #e5e7eb;
    font-weight: 700;
    text-transform: uppercase;
    color: #0060ae !important
}

.pkp_block .title h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb
}

.pkp_block .content p a {
    font-family: "Karla",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    display: block;
    border: 1px solid #e5e7eb;
    cursor: pointer;
    line-height: 1;
    overflow: hidden;
    padding: 10px 20px;
    margin-top: 0;
    margin-bottom: -10px;
    position: relative;
    transition: background 3s cubic-bezier(.19, 1, .22, 1),border 1s cubic-bezier(.19, 1, .22, 1),color .6s cubic-bezier(.19, 1, .22, 1);
    user-select: none;
    width: 100%
}

.pkp_block .content p a:hover {
    background-color: #0060ae;
    color: #fff !important;
    text-decoration: none
}

.pkp_block .content ul li {
    display: block;
    border: 1px solid #e5e7eb;
    cursor: pointer;
    line-height: 1;
    overflow: hidden;
    padding: 10px 20px;
    margin-top: 0;
    margin-bottom: 5px;
    position: relative;
    transition: background 3s cubic-bezier(.19, 1, .22, 1),border 1s cubic-bezier(.19, 1, .22, 1),color .6s cubic-bezier(.19, 1, .22, 1);
    user-select: none;
    width: 100%
}

.pkp_block .content ul li:hover {
    background-color: #0060ae
}

.pkp_block .content ul li:hover a {
    color: #fff !important;
    text-decoration: none
}

.pkp_block .pkp_block ul>li a {
    color: #474747;
    padding: .75rem 1rem;
    display: flex
}

.pkp_block .pkp_block ul>li em {
    box-sizing: border-box;
    display: inline-block;
    font: 1.09em / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin: 0px 15px 0px -10px;
    border-right: 1px solid #e5e7eb;
    width: 35px
}

em{
    box-sizing: border-box;
    display: inline-block;
    font: 1.09em / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin: 0px 10px 0px -10px;
    border-right: 1px solid #e7e5e5;
    width: 25px;
}

/* WARNA LINK */
.pkp_structure_content.has_sidebar a {
    color: #0060ae;
    text-decoration: none;
}

.pkp_structure_content.has_sidebar a:hover {
    color: #fff;
    background-color: #0060ae;
}

.pkp_structure_content.has_sidebar a:active {
    color: #fff;
    background-color: #0060ae;
}

/**************************FOOTER*********************************/

/* Sembunyikan logo OJS Bawaan */
.pkp_brand_footer {
    display: none;
}
.pkp_footer_content {
    width: 100%;
}
.pkp_structure_footer_wrapper {
    border-top: 1px solid #ddd;
}

/* CSS Khusus Footer Kustom Anda */
.joistech-footer {
    background-color: #f3f4f6; /* Sesuai warna abu terang di gambar */
    padding: 30px 40px;
    color: #474747;
    font-family: "Karla", cursive; /* Mengikuti global font */
}

.footer-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

/* --- Bagian Atas --- */
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d1d5db;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.footer-title h2 {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 600;
    color: #4b5563;
}

/* --- Bagian Tengah --- */
.footer-middle {
    display: grid;
    grid-template-columns: 200px 1fr 250px;
    gap: 30px;
    align-items: flex-start;
}

.footer-logo img {
    max-width: 100%;
    height: auto;
}

/* Perbaikan Tipografi: Regular & Spasi Sesuai Gambar 2 */
.footer-address {
    padding-top: 5px;
}

.footer-address h3 {
    font-size: 1.1rem;
    font-weight: 400; /* Dibuat regular/tidak bold */
    color: #474747;
    margin: 0 0 5px 0;
}

.footer-address .university-name {
    font-size: 1rem;
    font-weight: 400; /* Dibuat regular/tidak bold */
    color: #474747;
    margin: 0 0 5px 0;
}

.footer-address .address-text {
    font-size: 0.95rem;
    color: #474747;
    line-height: 1.5;
    margin: 0;
    max-width: 450px;
}

/* Kontak */
.footer-contact {
    padding-top: 5px;
}

.footer-contact h3 {
    font-size: 1rem;
    font-weight: 400;
    color: #474747;
    margin: 0 0 8px 0;
}

.footer-contact p {
    margin: 0 0 5px 0;
    font-size: 0.95rem;
}

.footer-contact a {
    color: #0060ae; /* Biru OJS UDN */
    text-decoration: underline;
}

.footer-contact a:hover {
    color: #2563eb;
}

/* --- Bagian Bawah --- */
.footer-bottom {
    text-align: center;
    font-size: 0.85rem;
    color: #6b7280;
    border-top: 1px solid #d1d5db;
    padding-top: 20px;
    margin-top: 25px;
}

/* Responsif Footer untuk HP */
@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .footer-middle {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .footer-logo img {
        margin: 0 auto;
    }
    .footer-address .address-text {
        margin: 0 auto;
    }
}

/*****************************************************************/


/* Tombol WhatsApp Melayang */
.wp-button{
	margin-top:14px;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:35px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

/************************** MOBILE *********************************/
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .pkp_structure_sidebar {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .pkp_structure_sidebar {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* DARI LUAR */

/* HALAMAN EDITOR */
.editorial-list{
    position: relative; 
    list-style: none;
}
.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;
}