/* Mengubah warna atau gambar background halaman utama */
body {
    background-color: #f4f4f4 !important; /* Ganti dengan warna yang diinginkan */
    background-image: url('/public/site/background.jpg'); /* Ganti dengan URL gambar latar belakang */
    background-size: cover; /* Menyesuaikan gambar agar memenuhi seluruh layar */
    background-position: center;
    background-attachment: fixed; /* Membuat background tetap saat scrolling */
}
/* Mengatur ukuran logo di 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: 100% !important;
    width: 100% !important;
    object-fit: cover;
    margin: 0 auto;
}
/* Mengatur layout wrapper */
.pkp_site_name_wrapper {
    padding-left: 0;
    padding-right: 0;
}
.pkp_navigation_user_wrapper {
    top: 0;
    right: 0;
    padding-right: 30px;
}
/* Mengatur struktur halaman */
.pkp_structure_page {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
}
/* Mengubah warna background header */
.pkp_structure_head {
    background-color: #4b7d92 !important; /* Warna senada dengan elemen lainnya */
    color: #ffffff !important;
    padding: 15px 0;
    text-align: left;
    font-weight: bold;
}

/* Mengubah background footer */
.pkp_structure_footer {
    background-color: #4b7d92 !important;
    color: #ffffff !important;
}
.footer-container, .footer-container a, .footer-container strong {
    color: #ffffff;
}

/* Mengubah background sidebar */
.pkp_sidebar {
    background-color: rgba(255, 255, 255, 0.8) !important; /* Warna putih dengan transparansi */
    border-radius: 10px; /* Membuat sudut melengkung */
    padding: 15px;
}
.pkp_brand_footer {
    display: none;
    }
    body {
        font-family: 'Arial', sans-serif;
        background-color: #f4f7f9;
    }
    .journal-container {
        max-width: 900px;
        margin: 40px auto;
        padding: 30px;
        background: white;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        text-align: center;
    }
    .journal-title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 15px;
        color: #333;
        border-bottom: 3px solid #333 ;
        display: inline-block;
        padding-bottom: 5px;
    }
    .journal-section {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 10px;
        justify-content: center;
        margin-bottom: 20px;
    }
    
    .tools-container {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
        margin-top: 15px;
    }
    .tools-container img {
        width: 150px;
        height: auto;
        transition: 0.3s ease-in-out;
    }
    .tools-container img:hover {
        transform: scale(1.1);
    }
    .submission-container {
        margin-top: 30px;
    }
  
   /* css editorialboard */

    @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

    body {
        font-family: 'Arial', sans-serif;
        background-color: #4b7d92;
      
    }
    .editor-container {
        max-width: 800px;
        margin: 40px auto;
        padding: 20px;
        background: white;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }
    .editor-title {
        font-size: 26px;
        font-weight: bold;
        color: #333;
        border-bottom: 3px solid #4b7d92;
        display: inline-block;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
    .editor-card {
        background: #f9f9f9;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
    }
    h2 {
        font-size: 20px;
        color: #e9f5ff;
        margin-bottom: 10px;
    }
    h3 {
        font-size: 20px;
        color: #4b7d92;
        margin-bottom: 10px;
    }
    .institution {
        font-style: italic;
        color: #555;
    }
    .editor-list {
        list-style: none;
        padding: 0;
    }
    .editor-list li {
        font-size: 18px;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        transition: all 0.3s ease-in-out;
    }
    .editor-list li:hover {
        background: #e9f5ff;
        transform: scale(1.02);
        cursor: pointer;
    }
    .editor-list span {
        display: block;
        font-size: 14px;
        color: #777;
        margin-top: 5px;
    }
    i {
        margin-right: 5px;
        color: #830606;
    }
    .editor-card h3 {
        font-size: 22px; /* Ukuran lebih besar untuk judul */
        font-weight: bold;
        color: #4b7d92;
    }
        .editor-card p {
        font-size: 18px; /* Ukuran lebih besar untuk teks */
        font-weight: 500;
        color: #333;
    }
        .institution {
        font-size: 16px; /* Ukuran lebih kecil untuk institusi */
        font-style: italic;
        color: #555;
    }
    /* css reviewer */
    .editor-section {
        font-family: Arial, sans-serif;
        margin-bottom: 20px;
    }
    .editor-section h2 {
        color: #4b7d92;
        font-size: 22px;
        margin-bottom: 10px;
        border-bottom: 2px solid #4b7d92;
        padding-bottom: 5px;
        display: inline-block;
    }
    .editor-section p {
        font-size: 16px;
        margin: 5px 0;
    }
    .editor-name {
        font-weight: bold;
        font-size: 18px;
        color: #333;
    }
    .editor-id {
        font-size: 14px;
        color: #666;
    }
    .editor-id a {
        color: #4b7d92;
        text-decoration: none;
    }
    .editor-id a:hover {
        text-decoration: underline;
    }
    .institution {
        font-style: italic;
        color: #555;
    }
    /* css focus and scope */
    .journal-container {
        font-family: Arial, sans-serif;
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border-radius: 10px;
        background: #f9f9f9;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .journal-title {
        color: #4b7d92;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 15px;
    }
    .journal-description {
        font-size: 16px;
        line-height: 1.6;
        color: #333;
        text-align: justify;
    }
    .highlight {
        font-weight: bold;
        color: #000;
    }
    .journal-points {
        margin-top: 15px;
        padding: 10px;
        background: #eef6ff;
        border-left: 5px solid #4b7d92;
        font-size: 16px;
    }
    .journal-points ul {
        padding-left: 20px;
    }
    .journal-points li {
        margin: 8px 0;
    }
    .note {
        font-size: 14px;
        color: #555;
        margin-top: 10px;
        font-style: italic;
    }
 /* css indexing*/
    .index-container {
        font-family: Arial, sans-serif;
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border-radius: 10px;
        background: #f9f9f9;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        text-align: center;
    }
    .index-title {
        font-size: 24px;
        font-weight: bold;
        color: #4b7d92;
        margin-bottom: 15px;
    }
    .index-description {
        font-size: 16px;
        color: #333;
        margin-bottom: 20px;
    }
    .index-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    .index-item img {
        width: 120px;
        height: auto;
        transition: transform 0.3s ease-in-out;
    }
    .index-item img:hover {
        transform: scale(1.1);
    }
 /* css sponsorship*/
    .info-container {
        font-family: Arial, sans-serif;
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border-radius: 10px;
        background: #f9f9f9;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .info-title {
        font-size: 24px;
        font-weight: bold;
        color: #4b7d92;
        text-align: center;
        margin-bottom: 15px;
    }
    .info-section {
        margin-bottom: 20px;
    }
    .info-section h3 {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        margin-bottom: 5px;
    }
    .info-section p {
        font-size: 16px;
        color: #555;
        margin: 0;
    }
    .info-section a {
        color: #4b7d92;
        text-decoration: none;
        font-weight: bold;
    }
    .info-section a:hover {
        text-decoration: underline;
    }

    .pkp_structure_head a:hover {
        background-color: #f4f4f4; /* Latar belakang lebih terang */
        color: #333 !important; /* Warna teks lebih gelap */
    }
        #navigationUser {
        background: rgba(255, 255, 255, 0.2); /* Transparan */
        backdrop-filter: blur(10px); /* Efek blur */
        display: inline-block; /* Menyesuaikan panjang teks */
        padding: 5px 10px; /* Menambahkan sedikit ruang di dalam kotak */
        border-radius: 8px; /* Agar sudutnya sedikit melengkung */
    }
    
 /* css about journal*/
    .home_journal_description {
        background-color: #f8f9fa; /* Warna abu muda yang lembut */
        padding: 20px;
        border-radius: 10px; /* Membuat sudut lebih halus */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Menambahkan efek bayangan */
    }
        .about_journal, .journal_details {
        background-color: white; /* Latar belakang putih untuk konten */
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Efek bayangan ringan */
        border: none; /* Menghapus garis border */
    }
        .header {
        font-weight: bold;
        font-size: 1.5em;
        height: auto;
        color: #333; /* Warna teks yang lebih gelap untuk kontras */
    }
     /* css Ediorialboard*/
 .container {
    max-width: 800px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h2 {
    color: #333;
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
}
.editor {
    margin: 15px 0;
}
.scopus {
    display: flex;
    align-items: center;
}
.scopus img {
    width: 40px;
    margin-right: 10px;
}
.sinta img {
    width: 40px;
    margin-right: 10px;
}
a {
    text-decoration: none;

}
a:hover {
    text-decoration: underline;
}
.author-fees {
    background-color: #f9f9f9;
    padding: 15px;
    border-left: 5px solid #0073e6;
    font-size: 16px;
    line-height: 1.6;
}
.step {
    padding: 15px;
    margin: 10px 0;
    background: #e6f2ff;
    border-left: 5px solid #004080;
    border-radius: 5px;
}
