@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Baloo+Tamma+2&display=swap");

.pkp_site_name .is_img img {
    max-height: 100%;
}

body {
    height: 100%;
    background-image: url('https://image.freepik.com/free-vector/vintage-ornamental-flowers-background_52683-28040.jpg');
    background-position: center;
    background-repeat: repeat;
    margin-bottom: 25px;
    font-family: Nunito, Lato, Roboto, Helvetica, Arial, sans-serif;
    /*background-size: cover;*/
}

html, body {
    background-image: url('https://image.freepik.com/free-vector/vintage-ornamental-flowers-background_52683-28040.jpg');
}

.obj_article_details .abstract {
    text-align: justify;
    font: tahoma, geneva, sans-serif;
}

.pkp_page_index,
.pkp_op_index {
    background: transparent !important;
}

@media (min-width: 992px) {
    /* .pkp_structure_sidebar:before {
        border-left: 2px dotted#ddd!important;
    } */
    .pkp_structure_page {
        /* border-radius: 4px !important; */
        margin: 10px auto !important;
        max-width: 1160px !important;
        background: #fff !important;
        box-shadow: 0px 0px 20px dark !important;
    }

    .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: 200px !important;
    }

    .pkp_site_name_wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    /*** Menu User Kanan**********
    .pkp_navigation_user_wrapper {
        top: 0;
        right: 0;
        padding-right: 30px;
    }
    .pkp_navigation_user.pkp_nav_list .profile a{
        border-radius:7px !important;
        padding-left:10px;
        padding-right:10px;
        background:#004aad;
        color:white;
        border: 2px solid #F7BC4A;
        transition:0.5s;
    }
    ********************************/

    .pkp_navigation_user.pkp_nav_list .profile a:hover {
        /* background:#2875c6; */
        color: black;
    }
    .pkp_navigation_user > li:last-child > a {
        margin-right: unset;
    }
    .pkp_structure_page {
        margin-top: 20px !important;
        margin-bottom: 20 !important;
        padding-bottom: 20 !important;
    }

    .pkp_site_name .is_img img {
        width: 1254px !important;
        margin-top: 25px;
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .pkp_structure_page {
        margin-top: 0px !important;
        position: relative;
        top: 0px !important;
        margin-bottom: 0px !important;
    }
}

/* Kontent Tambahan Atas Kiri **************************************************************************/
.pkp_page_index .additional_content .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    margin-right: 5px;
}
.aimcolumn {
    float: left;
}

.aimleft {
    width: 25%;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    background: #dee2e6;
}

.aimright {
    width: 74%;
    height: auto;
    padding: 10px 15px 10px 15px;
    background-color: #e9ecef;
}

.additional_content .row:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width: 600px) {
    .aimcolumn {
        width: 100%;
    }
    .aimleft {
        padding-top: 10px;
    }
}
/* akhir kontent tambahan atas */

/**************************MAIN SITE**********************************************/
.pkp_page_index .homepage_image img {
    display: block;
    width: 40%;
    height: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-left: 29px;
    margin-top: 25px;
    margin-bottom: 25px;
    box-shadow: 3px 3px 5px;
    border-bottom: solid 4px #00347a !important;
}

.pkp_page_index .additional_content {
    border-top: 0px solid #ddd;
    padding: 10px 0px 0px 3px;
    text-align: justify;
}

.pkp_structure_content {
    font-size: 15px;
    margin-bottom: 0.3em;
    -webkit-box-shadow: 0px 0px 5px 0.5px rgba(103, 104, 107, 0.34);
    -moz-box-shadow: 0px 0px 5px 0.5px rgba(103, 104, 107, 0.34);
    box-shadow: 0px 0px 5px 0.5px rgba(103, 104, 107, 0.34);
}
/**************************END MAIN SITE *****************************************/

/**************************ISSUES ARCHIVE*****************************************/
.obj_issue_summary {
    margin: 0em 3em 0em 1.6em;
    padding-left: 1em;
}

.page_issue_archive .issues_archive > li {
    margin: 0em 0em 0em 0em;
    padding: 2em 0em 0em 0.7em;
}
/**************************ARTICLES SUMMARY***************************************/
.obj_issue_toc .sections:not(:first-child) {
    margin-top: 0em;
}

.obj_issue_toc .description {
    text-align: justify;
}

.obj_issue_toc .section > h2 {
    overflow: hidden;
    border-radius: 2px !important;
    box-shadow: 0 10px 10px -5px;
    padding: 1px !important;
}

ul.galleys_links {
    list-style: none;
}

.obj_article_summary {
    padding: 0em 1.5em;
    margin-bottom: 4px;
}

.obj_article_summary .cover {
    display: block;
    float: left;
    width: 70px;
    height: auto;
    margin-right: 15px;
}

.obj_article_summary > .title {
    font-weight: 600;
    font-size: 16px;
    text-transform: none;
}
.obj_article_summary > subtitle {
    box-shadow: none;
}
.obj_article_summary > .title a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #333;
}

.obj_article_summary .authors {
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
}
/**************************DOI ARTIKEL*************************************************/
.doi_container {
    margin-top: 1px;
}

.doi_summary {
    padding: 0.4em 0.7em;
    margin-top: 0.3em;
}

.doi_summary a {
    text-decoration: none !important;
}

.doi_summary a:hover {
    text-decoration: underline !important;
}

.obj_article_summary > .galleys_links {
    list-style: none;
    margin-bottom: 0.5em;
}
/**************************Editorial Board*************************************/
.editorial-list {
    position: relative;
}

.editorial-list li {
    margin-bottom: 1.125rem;
    list-style: none;
}

.editorial-list .img-profile {
    position: absolute;
    width: 95px;
    height: 105px;
    border: 1px solid #ddd;
    padding: 0.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: 0.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: 0.5rem;
}

.pkp_site_name {
    margin-top: -5px !important;
    margin-bottom: -19px !important;
}

@media screen and (max-width: 720px) {
    .pkp_site_name .is_img img {
        display: inline-block !important;
        margin-top: 6px !important;
        margin-bottom: 0 !important;
        bottom: 0.357rem !important;
        padding: 0 !important;
    }
    .pkp_navigation_primary_row {
        height: unset;
    }
}
.pkp_brand_footer {
    display: none !important;
}
.homepage_about {
    box-shadow: 3px 3px 5px;
    padding: 20px;
    border-radius: 10px;
    background: #ddeff5;
    padding-bottom: 10px !important;
    border-bottom: solid 4px #00347a !important;
    font-size: 12px;
    text-align: justify;
}

.main_entry .item.abstract {
    text-align: justify;
}

.obj_article_summary {
    border-bottom: 0px;
    border-left: 0px;
    font-weight: 300;
    text-transform: none;
    padding: 0.5em 1em;
    background-color: #fafbfb;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding-bottom: 10px !important;
    font-size: 12px;
}

.pkp_page_index .current_issue .read_more:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f054";
    position: absolute;
    top: 2px;
    right: 0;
    width: 2.143rem;
    height: 2.143rem;
    line-height: 2.143rem;
    text-align: center;
}

.pkp_page_index .current_issue .read_more:hover,
.pkp_page_index .current_issue .read_more:focus {
    color: #008acb;
}

i {
    display: inline-block;
    margin-right: 4px;
}
@media (max-width: 480px) {
    .pkp_navigation_primary_row {
        height: unset;
    }
}

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
#cssmenu {
    position: relative;
    margin: 0;
    font-family: 'Roboto Condensed';
    line-height: 1;
    width: 250px;
}
.align-right {
    float: right;
}
#cssmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
#cssmenu ul li {
    position: relative;
    margin: 0;
    padding: 0;
}
#cssmenu ul li a {
    text-decoration: none;
    cursor: pointer;
}
#cssmenu > ul > li > a {
    color: #dddddd;
    text-transform: uppercase;
    display: block;
    padding: 20px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background: #2e7293;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    position: relative;
}
#cssmenu > ul > li:first-child > a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#cssmenu > ul > li:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: 1px solid #000000;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.open > a,
#cssmenu > ul > li.active > a {
    background: #151515;
    color: #ffffff;
}
#cssmenu ul > li.has-sub > a::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid #000000;
    border-bottom: 13px solid transparent;
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
    left: 0;
    bottom: -13px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
#cssmenu ul > li.has-sub > a::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid #151515;
    border-bottom: 13px solid transparent;
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
    left: 0;
    bottom: -12px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
#cssmenu ul > li.has-sub::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #dddddd;
    z-index: 2;
    right: 20px;
    top: 24.5px;
    pointer-events: none;
}
#cssmenu ul > li:hover::after,
#cssmenu ul > li.active::after,
#cssmenu ul > li.open::after {
    border-top-color: #ffffff;
}
#cssmenu ul > li.has-sub.open > a::after {
    opacity: 1;
    bottom: -13px;
}
#cssmenu ul > li.has-sub.open > a::before {
    opacity: 1;
    bottom: -12px;
}
#cssmenu ul ul {
    display: none;
}
#cssmenu ul ul li {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#cssmenu ul ul li a {
    background: #f1f1f1;
    display: block;
    position: relative;
    font-size: 15px;
    padding: 14px 20px;
    border-bottom: 1px solid #dddddd;
    color: #777777;
    font-weight: 300;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}
#cssmenu ul ul li:first-child > a {
    padding-top: 18px;
}
#cssmenu ul ul ul li {
    border: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
    background: #e4e4e4;
    color: #666666;
}
#cssmenu ul ul > li.has-sub > a::after {
    border-top: 13px solid #dddddd;
}
#cssmenu ul ul > li.has-sub > a::before {
    border-top: 13px solid #e4e4e4;
}
#cssmenu ul ul ul li a {
    padding-left: 30px;
}
#cssmenu ul ul > li.has-sub::after {
    top: 18.5px;
    border-width: 6px;
    border-top-color: #777777;
}
#cssmenu ul ul > li:hover::after,
#cssmenu ul ul > li.active::after,
#cssmenu ul ul > li.open::after {
    border-top-color: #666666;
}

.pkp_navigation_user_wrapper .pkp_navigation_user {
    margin-right: 0;
    padding-right: 0;
    width: auto;
    margin-top: 15px;
}
.pkp_site_name_wrapper {
    background-image: url('https://image.freepik.com/free-vector/vintage-ornamental-flowers-background_52683-28040.jpg');
}

@media (min-width: 992px) {
    .pkp_site_name .is_img img {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }
}

/* ===========================================================================
   KUSTOMISASI DAFTAR JURNAL DI HALAMAN UTAMA MULTI-JOURNAL (GRID KARTU MODERN)
   =========================================================================== */

/* Layout Grid untuk daftar jurnal */
.pkp_site_index .journals,
.site .journals,
#main .journals {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)) !important;
    gap: 2rem !important;
    margin: 2rem 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

/* Setiap item jurnal (kartu) */
.pkp_site_index .obj_journal,
.site .obj_journal,
.journals .obj_journal {
    background: #ffffff !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08), 0 6px 6px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    border: 1px solid #eef2f6 !important;
}

/* Efek hover pada kartu */
.pkp_site_index .obj_journal:hover,
.site .obj_journal:hover,
.journals .obj_journal:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.12), 0 8px 10px rgba(0, 0, 0, 0.08) !important;
    border-color: #cbd5e1 !important;
}

/* Thumbnail / sampul jurnal */
.obj_journal .journal_cover,
.journals .journal_cover {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
    text-align: center !important;
    padding: 1.5rem !important;
    border-bottom: 1px solid #eef2f6 !important;
}

.obj_journal .journal_cover img,
.journals .journal_cover img {
    max-width: 100% !important;
    height: auto !important;
    max-height: 180px !important;
    object-fit: contain !important;
    transition: transform 0.3s ease !important;
}

.obj_journal:hover .journal_cover img,
.journals:hover .journal_cover img {
    transform: scale(1.03) !important;
}

/* Jika tidak ada gambar, tampilkan placeholder */
.obj_journal .journal_cover:empty,
.journals .journal_cover:empty {
    min-height: 140px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #e0e7ff, #f3e8ff) !important;
    color: #4f46e5 !important;
    font-size: 0.9rem !important;
}
.obj_journal .journal_cover:empty::after,
.journals .journal_cover:empty::after {
    content: "📖 No Cover" !important;
    opacity: 0.7 !important;
}

/* Judul jurnal */
.obj_journal .title,
.journals .title {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    margin: 1rem 1rem 0.5rem 1rem !important;
    line-height: 1.4 !important;
}

.obj_journal .title a,
.journals .title a {
    text-decoration: none !important;
    color: #1e293b !important;
    transition: color 0.2s !important;
}

.obj_journal .title a:hover,
.journals .title a:hover {
    color: #4f46e5 !important;
}

/* Deskripsi singkat */
.obj_journal .description,
.journals .description {
    font-size: 0.9rem !important;
    color: #475569 !important;
    line-height: 1.5 !important;
    margin: 0 1rem 1rem 1rem !important;
    flex-grow: 1 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* Informasi tambahan (ISSN, dll) */
.obj_journal .additional_info,
.journals .additional_info {
    font-size: 0.8rem !important;
    color: #64748b !important;
    border-top: 1px solid #eef2f6 !important;
    padding: 0.75rem 1rem !important;
    background-color: #fafcff !important;
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
}

/* Tombol "More Info" jika ada */
.obj_journal .more_info,
.journals .more_info {
    margin: 0 1rem 1rem 1rem !important;
}

.obj_journal .more_info a,
.journals .more_info a {
    display: inline-block !important;
    background: #f1f5f9 !important;
    color: #334155 !important;
    padding: 0.4rem 1.2rem !important;
    border-radius: 40px !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: all 0.2s !important;
}

.obj_journal .more_info a:hover,
.journals .more_info a:hover {
    background: #4f46e5 !important;
    color: white !important;
}

/* Animasi muncul */
.pkp_site_index .obj_journal,
.site .obj_journal,
.journals .obj_journal {
    animation: fadeSlideUp 0.4s ease backwards !important;
}

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsif untuk HP */
@media (max-width: 640px) {
    .pkp_site_index .journals,
    .site .journals,
    #main .journals {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }
    .obj_journal .title,
    .journals .title {
        font-size: 1.1rem !important;
    }
}
