
html,body {  
    background-image: url("https://jurnalsentral.com/public/flower.png");  
  }
  
  .pkp_structure_content {
    background: #ffff;
  }
  
  
  .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;}


/* Judul artikel di detail */
.page_title {
    color: #fa046d;
}

/* nama penulis pada detail */
.name {
    color: #fa046d;
}

.pkp_block .title {
    display: block;
    padding: 10px;
    text-align: left;
    background-color: #fa046d;
    color: white;
    font-weight: bold;
}


  /* rata kiri kanan abstract */
.obj_article_details .abstract {
    text-align: justify;
  }

/* Warna Teks */
a {
    color: #fa046d;
  text-decoration: none; /* This removes the underline from all links */
}

a:hover {
    color: ##fa046d;
}

.cmp_button_wire,
.obj_galley_link {
    background: #fa046d;
    border: 1px solid #fa046d;
    color: #fff;
}

.obj_article_summary {
    border: 1px solid #fa046d;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 3px 3px #f89320;
}


/* 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 #fa046d solid;
    height: 50px;
}

.head-menu a {
    display: block;
    padding: 10px;
    text-align: left;
    background-color: #fa046d;
    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 #fa046d; /* Warna garis atas */
    border-right: 1px solid #fa046d; /* Warna garis kanan */
    border-bottom: 1px solid #fa046d; /* Warna garis bawah */
    border-left: 1px solid #fa046d; /* Warna garis kiri */
    color: #fa046d;
    display: block;
    background-color: #fa046d;
    padding: 10px;
    margin-top: -5px;
    transition: 0.3s;
}




.menu-sidebar li a:hover {
    background-color: #fa046d;
    box-shadow: gray 2px 2px 2px;
    color: white;
    border-left: 5px solid #fa046d;
    border-bottom: 5px solid #fa046d;
}

.sidebar img {
    max-width: 250px;  /* Set a specific width for the image */
    height: auto;      /* Maintain aspect ratio */
}
.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: #fa046d;
    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
}


/* most read */
.most_read_article {
    padding: 10px; /* Menambahkan padding di sekitar setiap artikel */
    margin-bottom: 10px; /* Memberikan jarak antar artikel */
    border: 1px solid #fa046d; /* Garis di sekeliling setiap artikel */
    background-color: #fa046d; /* Warna latar belakang artikel */   
    transition: background-color 0.3s; /* Menambahkan transisi saat hover */
}

.most_read_article:hover {
    background-color: #4ab549; /* Mengubah warna latar belakang saat di-hover */
}

.most_read_article_title a {
    color: #4ab549; /* Warna teks link */
    text-decoration: none; /* Menghilangkan garis bawah pada link */   
}

.most_read_article_journal {
    color: #4ab549; /* Warna teks untuk views (jumlah tampilan) */
    font-size: 0.9em; /* Ukuran teks yang lebih kecil untuk views */
}

.most_read_article_journal .fa-eye {
    margin-right: 5px; /* Jarak antara ikon mata dan teks */
}

h2 {
    color: #fa046d; /* Mengubah warna teks menjadi biru */
}

/* Sidebar Item Battery Effect */
.sidebar-item {
    position: relative;
    background-color: #ffffff; /* Default background */
    border: 2px solid #fa046d; /* Border color */
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    overflow: hidden; /* Hide the hover fill animation outside of the item */
    transition: all 0.3s ease; /* Smooth transition for hover effects */
}

.sidebar-item a {
    text-decoration: none;
    color: #fa046d; /* Text color */
    font-weight: bold;
    display: flex;
    align-items: center;
}

.sidebar-item img {
    margin-right: 10px; /* Space between icon and text */
    width: 24px;
    height: 24px;
}

.sidebar-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #fa046d; /* Fill color */
    z-index: 0; /* Place behind text and icon */
    transition: width 0.4s ease; /* Smooth fill effect */
}

.sidebar-item:hover::before {
    width: 100%; /* Fill the whole width on hover */
}

.sidebar-item:hover a {
    color: #ffffff; /* Change text color on hover */
    position: relative;
    z-index: 1; /* Keep text above the fill */
}
<span class="__dimensions_badge_embed__" data-doi="10.53893/grtss.v1i3"></span><script async src="https://badge.dimensions.ai/badge.js" charset="utf-8"></script>
