.pkp_site_name .is_img img{
	display: inline-block;
	max-height: 300px;
	max-width: 100%;
	width: auto;
	height:auto;
	padding : 0;
}

.pkp_site_name .is_img {
	margin-top : 0 !important;
	margin-bottom : 0 !important;

}

body {
    /* URL gambar yang akan digunakan sebagai background */
    background-image: url('https://scholarjournal.org/img/bg.jpg');

    /* Opsi tambahan untuk mengatur tampilan background */
    background-size: 200px 200px; 
}

.pkp_structure_content{
    background-color: #ffffff;
}




.has_site_logo .pkp_head_wrapper{
       padding-top: 0px;

}

.pkp_structure_head{
	border-bottom : 0px !important;
    background-color: transparent; /* Transparan 100% */
}

.pkp_brand_footer img {
    width: 70%;
}

.pkp_structure_footer_wrapper{
    background : transparent !important;
    border-bottom: none !important;
}

.pkp_brand_footer {
    padding: 20px;
    width: 20%;
    float: right;
}

.pkp_footer_content {
    width: 80%;
    float: left;
}


.pkp_structure_footer {
    background: linear-gradient(to right,rgb(97, 7, 154),rgb(155, 8, 246)) !important;
    background-size: 200% 200%; /* Perbesar ukuran untuk animasi */
    animation: gradientAnimation 5s ease infinite; /* Tambahkan animasi */
    padding: 10px !important;
    color : #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Bayangan lebih terlihat */
  
}


.pkp_structure_footer a{
    color : #ffffff;	
}


/* Keyframes untuk animasi background */
@keyframes gradientAnimation {
  0% {
      background-position: 0% 50%; /* Mulai dari posisi kiri */
  }
  50% {
      background-position: 100% 50%; /* Bergerak ke kanan */
  }
  100% {
      background-position: 0% 50%; /* Kembali ke posisi awal */
  }
}



/* Gaya dasar untuk ul.links */
.links {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px; /* Jarak antar item lebih rapat */
}

/* Gaya untuk setiap li dalam ul.links */
.links li {
    margin: 0;
}

/* Gaya untuk link dalam li */
.links li a {
    display: inline-block;
    padding: 8px 16px; /* Ukuran padding lebih kecil */
    text-decoration: none;
    color: white;
    background-color: #007BFF; /* Warna biru default */
    border: 1px solid #007BFF;
    border-radius: 5px; /* Membuat sudut membulat */
    font-size: 14px; /* Ukuran font lebih kecil */
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s, color 0.3s; /* Animasi halus saat hover */
}

/* Gaya khusus untuk View Journal */
.links li.view a {
    background-color: #00acad; /* Warna hijau kebiruan */
    border-color: #00acad;
}

/* Hover effect untuk link */
.links li a:hover {
    background-color: white;
    color: #007BFF;
    cursor: pointer;
}

/* Gaya untuk link yang aktif (class "current") */
.links li.current a {
    background-color: #0056b3; /* Warna biru lebih gelap */
    border-color: #0056b3;
    transition: background-color 0.3s, color 0.3s; /* Animasi halus */
}

/* Hover effect untuk link aktif (class "current") */
.links li.current a:hover {
    background-color: white;
    color: #0056b3;
    border-color: #0056b3;
}


.pkp_navigation_primary>li:first-child a{
margin-left: 15px !important;
}

@media screen and (max-width: 768px) { /* Sesuaikan ukuran jika perlu */
    .pkp_navigation_primary>li:first-child a{
        margin-left: 0px !important;
        }

}


.pkp_page_index .journals h3 a {
    text-decoration: none;
    font-size: 1.3rem;
}

.pkp_block .content ul li{
    line-height: 1.43rem;
}

.sidemenu li {
    background: #4d0679;
    margin: 5px 0;
    border-left: 5px solid rgb(110, 10, 172);
    border-radius: 0 5px 5px 0;
    box-shadow: 2px 2px #c8c8c8;
    border-bottom: 1px solid white;
}

.sidemenu li a {
    color: white;
    padding-left: 7px;
}

.pkp_block .title {
    background: #4d0679;
    color: white;
    border-left: 5px solid rgb(110, 10, 172);
    padding: 5px;
    border-radius: 0 5px 5px 0;
    box-shadow: 2px 2px #bbb;
    border-bottom: 1px solid white;
}

.pkp_navigation_user_wrapper .pkp_navigation_user > li.profile {
    font-family: Sunflower, helvetica, calibri;
    background: #fcbc02;
    color: #fff;
}

@media screen and (max-width: 768px) { /* Sesuaikan ukuran jika perlu */
    .pkp_navigation_user_wrapper .pkp_navigation_user > li.profile {
        font-family: Sunflower, helvetica, calibri;
        background: #4d0679 !important;
        color: #fff;
    }

}

.pkp_navigation_user>li:last-child>a {
    margin-right: 0rem;
}

@media screen and (max-width: 768px) { /* Sesuaikan ukuran jika perlu */
    .pkp_site_name_wrapper { 
        height: 4rem !important;
    }

    .pkp_site_name_wrapper img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

.pkp_site_nav_toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.6rem;
    height: 4rem;
    border: 0;
    background: #fcbc02;
    box-shadow: 1px 0 0 rgba(255,255,255,0.2),-1px 0 0 rgba(255,255,255,0.2);
    z-index: 999;
}


.pkp_structure_main:before, .pkp_structure_main:after {
    background: #fff !important;
}