html,
body {
    background-image: url("https://publikasi.ahlalkamal.com/public/site/images/adminutama/ahlalkamal-bg1ok.jpg");
}

.pkp_structure_content {
    background: #ffff;
}

/* untuk daftar artikel */
a {
    color: #033692;
}

a:hover {
    color: #FFD600;
}

.cmp_button_wire,
.obj_galley_link {
    background: #033692;
    border: 1px solid #033692;
    color: #fff;
}



/* nama penulis pada detail */
.name {
    color: #033692;
}

.obj_article_summary {
    border: 2px solid #033692;
    background: #e3eff6;
    padding: 10px;
    border-radius: 0 2rem 0 2rem;
    /* border-radius: 5px; */
    box-shadow: 5px 5px #033692;
}

/* judul artikel detail */
.obj_article_details .page_title {
    color: #033692;
    background: #e3eff6;
    padding: 15px;
    border-radius: 0 0 0 0;
    box-shadow: 5px 5px 5px #033692, 
                -5px -5px 5px #033692;
}

/* obj_issue_toc .articles>li {
    margin-bottom: 20px;
    border-bottom: solid #8fbc8f;
    background: transparent url(https://i.ibb.co/vd419jg/VB-comdev-Rev2.png) repeat scroll 0% 0% !important;
    padding: 1rem;
    border-radius: 0 0 2rem 0;
    box-shadow: .2rem .2rem .1rem #f80
} */



/* 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: 200px !important;
}

.pkp_site_name_wrapper {
    padding-left: 0;
    padding-right: 0;
}

.pkp_navigation_user_wrapper {
    top: 0;
    right: 0;
    padding-right: 30px;
}

.pkp_structure_page {
    margin-top: 20px !important;
    margin-bottom: 20 !important;
    padding-bottom: 20 !important;
}

/* Menu Side Bar  Menu Head*/

.head-menu {
    border-bottom: 3px #033692 solid;
    height: 50px;
}

.pkp_block .title {
    display: block;
    padding: 10px;
    text-align: left;
    background-color: #033692;
    color: white;
    font-weight: bold;
}

.head-menu a {
    display: block;
    padding: 10px;
    text-align: left;
    background-color: #033692;
    color: white;
    font-weight: bold;
}

.menu-sidebar {
    font: bold 12px arial, verdana, sans-serif;
}





.menu-sidebar li a {
    text-decoration: none;
    border-top: 1px solid #033692;
    /* Warna garis atas */
    border-right: 1px solid #033692;
    /* Warna garis kanan */
    border-bottom: 1px solid #033692;
    /* Warna garis bawah */
    border-left: 1px solid #033692;
    /* Warna garis kiri */
    color: #033692;
    display: block;
    background-color: #F8F8F8;
    padding: 10px;
    margin-top: -5px;
    transition: 0.3s;
}

.menu-sidebar li a:hover {
    background-color: #033692;
    box-shadow: #38B6FF 3px 3px 3px;
    color: white;
    border-left: 5px solid #FFD600;
}

.menu-sidebar ul {
    list-style: none;
    padding: 0px;
}

.menu-sidebar ul ul {
    position: absolute;
    top: 75px;
    left: 135px;
    visibility: hidden;
}

.menu-sidebar ul li:hover ul {
    visibility: visible;
}


.badan a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid white;
    background: #F8F8F8;
    text-align: center;
    transition: 0.5s;
    color: black;

}

.badan {
    margin-top: -15px;
}


.badan a:hover {
    color: black !important;
    font-weight: bold;
    box-shadow: gray 0px 5px 10px 0px;
    display: fixed;
    position: relative
}

/* rata kiri kanan abstract */
.obj_article_details .abstract {
    text-align: justify;
}


/* Untuk Editor */

.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: 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;
}

/* ==========================================
   POPULAR ARTICLES OJS - COMPACT SIDEBAR
========================================== */

.most_read_wrapper {
    counter-reset: most-read-counter;
    width: 100%;
}

/* Kartu artikel */
.most_read_article {
    position: relative !important;
    counter-increment: most-read-counter;
    box-sizing: border-box !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 0 9px 0 !important;
    padding: 10px 9px 9px 39px !important;

    background: #ffffff !important;
    border: 1px solid #dce4ef !important;
    border-left: 3px solid #073d91 !important;
    border-radius: 7px !important;

    box-shadow: 0 2px 5px rgba(3, 54, 146, 0.07) !important;
    overflow: hidden !important;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease !important;
}

/* Menghapus garis pseudo-element dari CSS lama */
.most_read_article::before {
    content: none !important;
    display: none !important;
}

/* Nomor peringkat */
.most_read_article::after {
    content: counter(most-read-counter) !important;
    position: absolute !important;
    top: 10px !important;
    left: 9px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 21px !important;
    height: 21px !important;
    padding: 0 !important;
    margin: 0 !important;

    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 21px !important;

    background: #073d91 !important;
    border-radius: 50% !important;
    box-shadow: none !important;
}

/* Efek hover */
.most_read_article:hover {
    transform: translateY(-2px) !important;
    border-color: #9db6da !important;
    border-left-color: #073d91 !important;
    box-shadow: 0 5px 12px rgba(3, 54, 146, 0.13) !important;
}

/* Pembungkus judul */
.most_read_article_title {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.35 !important;
}

/* Judul artikel */
.most_read_article_title a {
    display: -webkit-box !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;
    color: #172033 !important;

    font-family: inherit !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-decoration: none !important;

    overflow-wrap: anywhere !important;
    word-break: normal !important;

    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
}

/* Warna judul ketika disentuh */
.most_read_article_title a:hover {
    color: #073d91 !important;
}

/* Informasi jumlah views */
.most_read_article_journal {
    display: inline-flex !important;
    align-items: center !important;

    width: auto !important;
    margin: 6px 0 0 0 !important;
    padding: 2px 7px !important;

    color: #315c9e !important;
    font-size: 10.5px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;

    background: #eef4fc !important;
    border: 0 !important;
    border-radius: 20px !important;
}

/* Ikon mata */
.most_read_article_journal .fa-eye,
.most_read_article_journal .fa {
    margin-right: 4px !important;
    color: #073d91 !important;
    font-size: 10px !important;
}

/* Peringkat pertama */
.most_read_article:first-of-type {
    background: #fffdf7 !important;
    border-color: #e6c368 !important;
    border-left-color: #d69c08 !important;
}

.most_read_article:first-of-type::after {
    background: #d69c08 !important;
}

/* Tampilan layar kecil */
@media screen and (max-width: 768px) {
    .most_read_article {
        padding: 10px 9px 9px 39px !important;
    }

    .most_read_article_title a {
        font-size: 12.5px !important;
    }
}

/* Menyembunyikan branding OJS */
.pkp_brand_footer {
    display: none !important;
}

.tocDOI,.articleDOI {
    background: url(https://publikasi.ahlalkamal.com/public/site/images/adminutama/icon-doi-9e3f8dc87f54f0ab12ace54a2e2bbaf3.png) 1px 2px no-repeat rgba(0,0,0,0);
    margin-top: 4px;
    padding-left: 30px;
}

