.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 167px;
    max-width: 100%;
    width: auto;
    height: auto;
}
.pkp_structure_page {
    margin-top: 0px;
    margin-bottom: 0px;
}

/*body {
    #background: #fcefe3;
    #background: url(https://png.pngtree.com/thumb_back/fh260/background/20190626/pngtree-abstract-ethnic-floral-seamless-pattern-image_259159.jpg);
    #background: url(https://ejurnal.umri.ac.id/public/site/images/jst/jst_bg.png);
    #background-attachment: fixed;
    #    min-width: 730px !important;

#}*/

.pkp_navigation_user > li > a {
    color: #FFFFFF;
    font-weight: 600;
    transition: all 0.25s ease;
    padding: 6px 10px;
    border-radius: 4px;
}

.pkp_site_name_wrapper, .pkp_navigation_primary_row {
    padding_left: 10px;
    padding-right: 10px;
}
.pkp_site_name {
    padding-top: 5px;
    padding-bottom: 2px;
}
.obj_article_details .abstract {
    text-align: justify;
    font:tahoma,geneva,sans-serif;

}
.pkp_structure_sidebar{
    background:#ffffff;

}

.pkp_structure_main {

    background: white;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-align: justify;
    height:auto;

}


.pkp_page_index .journals h3 {
    margin: .714rem 0;
    font-size: 1.05rem;
    font-weight: 700
}



######



.sheet-center {
  display: flex;
  justify-content: center;
}

.sheet-crop {
  width: 260px;
  height: 150px;
  overflow: hidden;
}

.sheet-iframe {
  position: relative;
  top: -30px;
  left: 15px;
  width: 320px;
  height: 260px;
  border: none;
}

.scholar-title {
  margin-bottom: 10px;  /* jarak 1 baris kira-kira */
}

.sheet-spacing {
  margin-top: 10px;
}



.pkp_block {
    padding: 3.143rem 1.43rem;
    font-size: 1rem;
    line-height: 2.43rem;
}



/* =========================
   HEADER (HEX COLOR ONLY)
========================= */

/* Wrapper header utama */
.pkp_site_name_wrapper {
    #background-color: #13ADA3; /* hijau utama */
    width: 100%;
    min-height: 180px;
    display: flex;
    align-items: center;
}


/* Hover Login & Register */
.pkp_navigation_user > li > a:hover {
   background-color: #0093D3;/* kuning JST */
    color: #ffffff;
    color: #FFFFFF;
    font-weight: 600;
    transition: all 0.25s ease;
    padding: 6px 10px;
    border-radius: 4px;
}



/* Hilangkan background default logo */
.pkp_site_name {
    background: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Logo tetap proporsional */
.pkp_site_name .is_img img {
    max-height: 160px;
    width: auto;
    height: auto;
}



.pkp_head_wrapper{
        width: 100%;
    }
    .pkp_site_name_wrapper {
        width: 100%;
        padding: 0;
    }
    div.pkp_site_name_wrapper .pkp_site_name {
        height: 100%;
        padding: 0;
    }
    /*For logo image wrapper*/
    div.pkp_site_name_wrapper a.is_img{
        height: 100%;
        padding: 0 0 0 0;
    }
    /*Maximum height of logo image*/
    .pkp_site_name a.is_img img{
        max-height:100%;
    }




######################################

.pkp_helpers_text_justify {
    text-align: justify
}


.obj_article_details .galleys_links {
    display: flex;
    flex-flow: row nowrap;
    justify-content: start
}


.obj_article_summary .galleys_links {
    margin-top: .714rem;
    display: flex;
    flex-flow: row nowrap;
    justify-content: start
}


.obj_issue_toc .galleys_links {
    margin-top: .714rem;
    display: flex;
    flex-flow: row nowrap;
    justify-content: start
}

