/* =========================================================
   ORIGINAL OJS CSS
   ========================================================= */

.pkp_structure_content {    
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #222;
    padding-top: 0px;
}

.pkp_structure_head {
    margin: 0;
    padding: 0;
    background: transparent none;
    min-height: 100%;
    width: 100%;
    display: inline-block;
    border-bottom: 0px solid #ddd;
}

.has_site_logo .pkp_head_wrapper {
    padding-top: 0;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pkp_footer_content {
    background: #b7b4b4;
    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: #ffffff;
    float: right;
    height: 100%;
    width: 0%;
    padding: 0px;
}

.pkp_site_name .is_img {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
}

.pkp_site_name .is_img img {
    display: block;
    width: 100% !important;
    height: auto !important;
    max-height: 100%;
    max-width: 100%;
}

.pkp_navigation_primary > li > a {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: normal;
    font-size: 17px;
    display: block;
    color: rgb(255, 255, 255);
}

.pkp_navigation_primary_row {
    background: #311b63;
    padding-left: 20px;
}

.pkp_site_nav_menu {
    background: transparent;
    padding: 0;
}

.pkp_navigation_user > li > a {
    background-color: white;
    color: blue;
}

.pkp_structure_main {
    background: white;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    height: auto;
}

.pkp_structure_sidebar {
    background: #ffffff;
    height: auto;
}

.pkp_structure_content {
    background: #ffffff; 
    padding: 0px;
    height: auto;
}

body {
    /* background alternatif:
    background: url(https://i2.wp.com/www.medtourindia4health.com/wp-content/uploads/2016/07/Fotolia_83512939_M.jpg);
    */

    background: url(https://1.bp.blogspot.com/-Nw5DFeekuAk/X-TVuU14FQI/AAAAAAAACSo/J5U4N9JpPssKneRCtNKQswAu_euxI3yXwCLcBGAsYHQ/s0/new_grid%2B%25281%2529.png);
    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;
}


/* =========================================================
   JST CUSTOM BLOCK
   ========================================================= */

/*
   SEMUA CSS DI BAWAH INI HANYA BERLAKU DI:

   #jst-glass-sidebar

   Tidak menyentuh body, header OJS, navigation,
   footer, atau konten jurnal lainnya.
*/


#jst-glass-sidebar {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;

    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #4d85ea;

    /* reset khusus container */
    text-align: left;
}


/* =========================================================
   GLASS SIDEBAR
   ========================================================= */

#jst-glass-sidebar .glass-sidebar {
    width: 100%;
    margin: 0;
    padding: 12px;

    background: rgba(255, 255, 255, 0.92);

    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 14px;

    box-shadow:
        0 8px 25px rgba(15, 23, 42, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);

    overflow: hidden;
}


/* =========================================================
   HEADER BLOK
   ========================================================= */

#jst-glass-sidebar .glass-header {
    display: flex;
    align-items: center;

    width: 100%;

    margin: 0 0 8px 0;
    padding: 9px 11px;

    background: linear-gradient(
        135deg,
        #311b63 0%,
        #4c2a91 100%
    );

    color: #ffffff;

    border-radius: 8px;

    font-family: "IBM Plex Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;

    box-shadow:
        0 3px 10px rgba(49, 27, 99, 0.18);
}

#jst-glass-sidebar .glass-header strong {
    color: #ffffff;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
}

#jst-glass-sidebar .glass-header em {
    display: inline-block;

    margin-right: 6px;

    color: #ffffff;

    font-size: 13px;
    font-style: normal;
}


/* =========================================================
   MENU LIST
   ========================================================= */

#jst-glass-sidebar .glass-menu-list {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
}


/* =========================================================
   MENU ITEM
   ========================================================= */

#jst-glass-sidebar .glass-menu-item {
    display: flex;
    align-items: center;

    width: 100%;

    margin: 0 0 5px 0;
    padding: 8px 10px;

    background: rgba(255, 255, 255, 0.82);

    color: #263238;

    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 8px;

    font-family: "IBM Plex Sans", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;

    text-decoration: none;

    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

#jst-glass-sidebar .glass-menu-item:hover {
    background: #ffffff;

    color: #311b63;

    border-color: rgba(49, 27, 99, 0.3);

    transform: translateX(2px);

    box-shadow:
        0 3px 10px rgba(15, 23, 42, 0.08);

    text-decoration: none;
}


/* =========================================================
   ICON MENU
   ========================================================= */

#jst-glass-sidebar .glass-menu-item em {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 22px;
    min-width: 22px;

    margin-right: 7px;

    color: #311b63;

    font-size: 13px;
    font-style: normal;
}


/* =========================================================
   SUB HEADER
   ========================================================= */

#jst-glass-sidebar .glass-sub-header {
    display: flex;
    align-items: center;

    width: 100%;

    margin: 12px 0 7px 0;
    padding: 8px 10px;

    background: rgba(49, 27, 99, 0.07);

    color: #311b63;

    border-left: 4px solid #311b63;
    border-radius: 7px;

    font-family: "IBM Plex Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

#jst-glass-sidebar .glass-sub-header strong {
    color: #311b63;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
}

#jst-glass-sidebar .glass-sub-header em {
    margin-right: 6px;

    color: #311b63;

    font-size: 13px;
    font-style: normal;
}


/* =========================================================
   CENTER CONTENT
   ========================================================= */

#jst-glass-sidebar .center-content {
    width: 100%;

    margin: 0;
    padding: 8px 0;

    text-align: center;
}


/* =========================================================
   TEMPLATE BUTTON
   ========================================================= */

#jst-glass-sidebar .glass-btn-template {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;

    margin: 0;
    padding: 9px 10px;

    background: linear-gradient(
        135deg,
        #2563eb,
        #0284c7
    );

    color: #ffffff;

    border-radius: 8px;

    font-family: "IBM Plex Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;

    text-decoration: none;

    box-shadow:
        0 3px 10px rgba(37, 99, 235, 0.15);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

#jst-glass-sidebar .glass-btn-template:hover {
    color: #ffffff;

    transform: translateY(-1px);

    box-shadow:
        0 5px 14px rgba(37, 99, 235, 0.22);

    text-decoration: none;
}

#jst-glass-sidebar .glass-btn-template em {
    margin-right: 6px;

    color: #ffffff;

    font-style: normal;
}


/* =========================================================
   GAMBAR BLOK
   ========================================================= */

/*
   Perhatikan:
   CSS ini hanya berlaku pada gambar di dalam blok.
*/

#jst-glass-sidebar .center-content img {
    display: block;

    max-width: 100%;
    height: auto;

    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   SCOPUS IMAGE
   ========================================================= */

#jst-glass-sidebar .center-content img[alt="Scopus Citedness"] {
    width: 100%;
    max-width: 100%;

    border-radius: 8px;

    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.10);
}


/* =========================================================
   STATCOUNTER
   ========================================================= */

#jst-glass-sidebar .statcounter {
    display: inline-block;
    max-width: 100%;
}

#jst-glass-sidebar .statcounter img {
    max-width: 100%;
    height: auto;
}


/* View My Stats */

#jst-glass-sidebar .center-content a[href*="statcounter.com"] {
    text-decoration: none;
}


/* =========================================================
   FLAG COUNTER
   ========================================================= */

#jst-glass-sidebar .center-content img[alt="Flag Counter"] {
    max-width: 100%;

    border-radius: 6px;
}


/* =========================================================
   LINK RESET
   HANYA DI DALAM BLOK
   ========================================================= */

#jst-glass-sidebar a {
    font-family: "IBM Plex Sans", sans-serif;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    #jst-glass-sidebar .glass-sidebar {
        padding: 10px;
        border-radius: 10px;
    }

    #jst-glass-sidebar .glass-header {
        font-size: 12px;
        padding: 8px 10px;
    }

    #jst-glass-sidebar .glass-menu-item {
        font-size: 12px;
        padding: 8px 9px;
    }

    #jst-glass-sidebar .glass-sub-header {
        font-size: 12px;
        padding: 8px 9px;
    }

    #jst-glass-sidebar .glass-btn-template {
        font-size: 12px;
    }
}


/* =========================================================
   END JST GLASS SIDEBAR
   ========================================================= */


/* =========================================================
   OVERRIDE WRAPPER (Transparan agar background batik/motif kelihatan)
   ========================================================= */

.pkp_structure_footer_wrapper {
    background: transparent !important;
    height: auto !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: 0 !important;
    display: block !important;
}

.pkp_footer_content {
    background: transparent !important;
    padding: 0 !important;
    width: 100% !important;
    float: none !important;
}

.pkp_brand_footer {
    display: none !important;
}

/* =========================================================
   OVERRIDE WRAPPER OJS (Hapus Batasan Bawaan)
   ========================================================= */

.pkp_structure_footer_wrapper {
    background: transparent !important;
    height: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    display: block !important;
}

.pkp_footer_content {
    background: transparent !important;
    padding: 0 !important;
    width: 100% !important;
    float: none !important;
}


/* =========================================================
   JST FOOTER - PRESISI SEJAJAR KONTEN ATAS (1170PX)
   ========================================================= */

#jst-footer {
    display: block !important;
    width: 100% !important;
    max-width: 1170px !important; /* Lebar presisi sesuai total konten + sidebar OJS */
    margin: 0 auto !important;    /* Mengetengahkan posisi secara sempurna */
    padding: 0 !important;
    background: #111827 !important;
    color: #e2e8f0 !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
    font-family: "IBM Plex Sans", sans-serif;
}

/* MAIN CONTENT FOOTER */
#jst-footer .unis_footer_main {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(280px, 1fr);
    gap: 50px;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 40px 35px;
    box-sizing: border-box;
    background: #111827 !important;
}

/* MEMBERSIHKAN BULLET POINT PADA LIST */
#jst-footer .unis_footer_col ul,
#jst-footer ul {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#jst-footer .unis_footer_col li,
#jst-footer li {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#jst-footer .unis_footer_col li a {
    display: block;
    padding: 5px 0;
    color: #cbd5e1 !important;
    font-size: 13px;
    line-height: 1.5;
    text-decoration: none !important;
}

#jst-footer .unis_footer_col li a:hover {
    color: #60a5fa !important;
    padding-left: 3px;
}

/* BARIS STRIP HITAM BAWAH */
#jst-footer .unis_footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 18px 35px;
    box-sizing: border-box;
    background: #0b1120 !important; /* Warna hitam gelap */
    border-top: 1px solid rgba(148, 163, 184, 0.15);
}

/* RESPONSIVE UI */
@media (max-width: 1200px) {
    #jst-footer {
        max-width: 100% !important;
        padding: 0 15px !important;
    }
}

@media (max-width: 900px) {
    #jst-footer .unis_footer_main {
        grid-template-columns: 1fr;
        gap: 35px;
    }
}

/* Membuat Navigation dan Policies tampil berdampingan (2 Kolom) */
#jst-footer .unis_footer_columns {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important; /* Paksa 2 kolom */
    gap: 25px !important;
    width: 100% !important;
    background: transparent !important;
}

/* Mengatur proporsi layout kiri (Brand) dan kanan (Menu Navigation & Policies) */
#jst-footer .unis_footer_main {
    display: grid !important;
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, 1fr) !important; /* Memberi ruang lebih untuk 2 kolom menu */
    gap: 40px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 35px 30px !important;
    box-sizing: border-box !important;
    background: #111827 !important;
}

/* Styling Kartu Artikel OJS */
.obj_article_summary {
    background: rgba(255, 255, 255, 0.85) !important; /* Latar belakang putih agak transparan */
    border: 2 solid #3676e8 !important;            /* Garis tepi gelap */
    border-radius: 16px !important;                   /* Lengkungan sudut kartu */
    padding: 20px !important;                         /* Jarak isi di dalam kartu */
    margin-bottom: 25px !important;                   /* Jarak antar kartu */
    
    /* Efek bayangan ganda (Shadow tebal gelap di bawah + soft shadow) */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08), 
               0 6px 0px #1e293b !important;          
               
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Efek saat kursor diarahkan ke kartu (Hover) */
.obj_article_summary:hover {
    transform: translateY(-3px) !important;           /* Kartu sedikit terangkat */
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12), 
               0 8px 0px #1e293b !important;
}

/* Styling Tombol PDF agar serasi */
.obj_article_summary .galley_link {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1.5px solid #1e293b !important;
    border-radius: 6px !important;
    color: #1e293b !important;
    font-weight: 600 !important;
}