/* Custom CSS by @ilham.djaya, https://ilham.mentorta.com */


/* HEADER */
.pkp_site_name .is_img img {
    display: block;
    max-height: 165px;
    width: auto;
    height: auto;
}

.pkp_navigation_primary {
    text-align: center;
    background: #02b488; /* Warna Navigasi*/
    width: 100%;
    padding: 0 5%;

}

.page_index_journal{
  display: flex;
  flex-direction: column; /* Menentukan tata letak kolom */
}

.pkp_structure_main {
background: white;
}


.pkp_structure_page {
background: url("https://ejurnal.iainpare.ac.id//public/site/images/muhilhamjaya/pattern_islamic.jpg") repeat fixed;
}

.pkp_block a {
   color: black;
}

/* SIDEBAR */
.pkp_block .title {
    display: table;
    color: white;
    margin-top: 1px;
    padding: 4px 10px;
    width: 100%;
    background: #017256;
    border: solid 1px black;
    border-radius: 6px;
}

.pkp_block .content ul li {
    display: table;
    margin-top: 1px;
    padding: 4px 10px;
    width: 100%;
    background: #00bf639c;
    vertical-align: middle;
    transition-property: background;
    transition-duration: 0.1;
    transition-timing-function: ease-out;

    border-radius: 6px;
}

.pkp_block .content ul li:hover {
background: #0080bf9c;
color: black;
}

.block_make_submission a {
background: #215ba6;
color: white;
}

.footer {
    font-family: Arial, sans-serif;
    color: #000000;
    text-align: center;
    padding: 20px;
    background-color: #f9f9f9;
}

.footer-logo {
    width: 200px; /* Mengecilkan ukuran logo */
    height: auto;
    margin-top: 15px;
}

.map-container {
    margin-top: 20px;
    border: 2px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.footer-attribution {
    margin-top: 20px;
    font-size: 0.9em;
    color: #555;
}

.footer a {
    color: #000000;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}