/*
* Custom CSS For IISDRC
* Jiasmy
* Version : 1.0.1
* 
*/

/*main page-IISDRC*/

.pkp_structure_main {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 6px;
}

html, body {
    background: url("https://i.pinimg.com/564x/7b/ad/af/7badafbcf6e9fd04658268648b927429.jpg");
}

.pkp_site_name .is_img img {
    max-height: 350px;
    width: auto;
    height: auto;
}

.pkp_navigation_primary_row {
    background: linear-gradient(to right, rgb(174, 231, 232) 10%, rgb(5, 132, 79) 100%) rgb(164, 136, 74);
}

.page_search .search_results .obj_article_summary {
    margin: 50px 0px;
}

.pkp_site_name_wrapper {
    background: linear-gradient(to right, rgb(244, 255, 251) 17%, rgb(43, 176, 173) 45%, rgb(17, 108, 103) 86%);
}

.pkp_site_name {
    padding-top: 0px;
    padding-bottom: 0px;
}

.pkp_structure_page {
    font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.87);
    background: url("#") repeat fixed;
    & .pkp_brand_footer {
        display: none;
    }

    & .pkp_structure_main h1 {
        margin-top: 0px;
        font-size: 24px;
        line-height: 30px;
        font-weight: 700;
        color: rgb(0, 0, 0);
        text-align: justify;
    }

    & .obj_article_details .authors {
        text-align: justify;
        color: rgb(0, 0, 0);
    }

    & .obj_article_details .affiliation {
        text-align: justify;
    }

    & .obj_article_details .keywords {
        text-align: justify;
    }

    & .obj_article_details .abstract {
        text-align: justify;
    }

    & .obj_article_details .references {
        text-align: justify;
    }

    & .obj_article_details .item.citation {
        text-align: justify;
    }

    & .obj_article_details .item.issue {
        text-align: justify;
    }

    & .obj_article_details .item.copyright {
        text-align: justify;
    }

    & .sidebar-box-title {
        text-align: center;
        font-weight: bold;
        padding: 0.5em 1em;
        margin-bottom: 12px;
        background: linear-gradient(to right, rgb(17, 108, 103) -2%, rgb(13, 203, 194) 118%);
        display: block;
        color: rgb(255, 255, 255);
        letter-spacing: 0px;
        border-radius: 6px;
    }

    & .pkp_block .content ul li {
        line-height: 20px;
        padding: 0px;
    }

    & .pkp_block {
        padding: 0px;
        background: rgb(255, 255, 255);
    }

    & .sidemenu li a {
        display: table;
        margin-top: 1px;
        padding: 4px 10px;
        width: 100%;
        background: linear-gradient(to right, rgb(17, 108, 103) 22%, rgb(13, 203, 194) 92%);
        text-decoration: none;
        text-align: left;
        vertical-align: middle;
        color: rgb(255, 255, 255);
        overflow: hidden;
        transition-property: background;
        transition-duration: 0.4s;
        transition-timing-function: ease-out;
        border: 1px solid rgb(164, 136, 74);
        border-radius: 0px;
    }

    & ul.sidemenu li a: hover {
        background: -webkit-linear-gradient(top, rgb(241, 143, 45), rgb(255, 249, 177));
        text-decoration: none;
        color: rgb(0, 0, 0);
    }

    & .pkp_block .content p {
        line-height: 10px;
        text-align: center;
    }

    & .kotak-gambar {
        height: 50px;
        width: 183px;
        margin: 5px;
        padding: 1px;
        border-radius: 6px;
        border: 1px solid rgba(0, 0, 0, 0.6);
    }

    & .page_index_journal > .current_issue > h2 {
        padding-top: 15px;
        color: rgb(173, 145, 82);
        margin: 0px;
    }

    & .obj_issue_toc .description {
        margin-right: -5px;
        text-align: justify;
    }

    & .obj_issue_summary .description {
        text-align: justify;
    }

    & .obj_issue_toc .sections:not(:first-child) {
        margin-top: 0px;
    }

    & .obj_article_summary {
        border-bottom: 1px solid rgb(221, 221, 221);
        padding: 20px;
        border-radius: 10px;
        background: rgb(247, 242, 242);
    }

    & .obj_article_details .main_entry .item .label {
        margin: 0px 0px 20px;
        font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        font-size: 16px;
        font-weight: 700;
        padding-left: 0px;
    }

    & .obj_article_details .entry_details .item .label {
        font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        font-size: 13px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.54);
        /* padding-left: 0px; */
    }

    & .obj_article_summary:hover {
        background: rgb(228, 255, 211);
    }
}
.pkp_structure_footer_wrapper {
    background: rgb(0 0 0 / 34%);
    border-top: 1px solid #ddd;
    border-bottom: 1.43rem solid #4b7d92
}