body {
    /* background-image: url(/public/site/images/admin/background_blur12.jpg);
    background-image: url(https://i.ibb.co/3frmCkB/OLPWEB0.jpg);
    background-size: 100%;   */
    
    /* background-image: url(https://hukum.upnvj.ac.id/wp-content/uploads/2025/07/green-wall-empty-room-with-concrete-floor_11zon.jpg); 
    background-repeat: repeat;
  background-size: auto; */

  background-image:
    url('https://www.transparentpng.com/thumb/batik/VCbhu8-motif-batik-pattern-clipart-png-file.png'),
    linear-gradient(135deg, #800000, #DAA520);
  background-size: 200px 200px, cover; /* sesuaikan ukuran batik */
  background-repeat: repeat, no-repeat;
  background-position: top left, center;
}

.obj_article_summary:hover { /* WARNA BACKGROUND SETIAP POINTER MENGARAH DI SETIAP KOTAK ARTIKEL DEPAN HOME */
	background-color: #EEEEF9;
}

.pkp_block { /* JARAK KOTAKAN ANTARA BLOCK SIDEBAR */
    padding: 10px;
    padding-top: 0;
    
}

body > div > div.pkp_structure_content.has_sidebar {
	background-color: white;	
}

.obj_article_details .item {
	text-align: justify;
}


.pkp_structure_page {
	margin-top: 0px;
	margin-bottom: 0px;
	
	/* margin: auto;
	border-right: 1px solid gray;
	border-left: 1px solid gray;  */
}  

/* body > div.pkp_structure_page > div.pkp_structure_content.has_sidebar {
	box-shadow: 0px 10px 20px 1px rgba(0,0,0,0.75);
} */

/*  .pkp_structure_footer_wrapper {
    display: none;
} */

body > div > div.pkp_structure_footer_wrapper > div > div.pkp_brand_footer > a > img {
	display: none;
}

#headerNavigationContainer { /* NGEPASIN BELAKANG HEADER SAMAIN KE HEADER*/
    width: 1160px;
    margin: auto;
}

body > div > div.pkp_structure_footer_wrapper { /* NGEPASIN BELAKANG FOOTER*/
    width: 1160px;
    margin: auto;
}

.pkp_structure_footer_wrapper {
    background-color: #F4F3F3;
}

.obj_article_details .abstract {
	text-align: justify;
}


/* .pkp_block .title {
	text-align: center;
	padding: 10px;
	background-color: #7d2531;
	color: white;"
} */

.pkp_block .title { /* settingan baru */
background-color: #7db483;
padding: 10px;
color: white;
text-shadow: 2px 2px 2px black;
}

#pkp_content_main > div > div.additional_content > p > img {
	width: 30%;
}

#customblock-assosiate > div > p:nth-child(2) > a > strong > img {
	width:  50%;
	display: block;
	margin-left: auto;
  margin-right: auto;
}

#customblock-assosiate > div > p:nth-child(3) > a > strong > img {
	width: 80;
	display: block;
	margin-left: auto;
  margin-right: auto;
}

#customblock-assosiate > div > p:nth-child(4) > a > strong > img{
	width:  50%;
	display: block;
	margin-left: auto;
  margin-right: auto;
}


#customblock-turnitindanmendeley > div > p:nth-child(2) > a > img {
	display: block;
	margin-left: auto;
  margin-right: auto;
}

#customblock-turnitindanmendeley > div > p:nth-child(3) > a > img {
	display: block;
	margin-left: auto;
  margin-right: auto;
}

body > div.pkp_structure_page > div.pkp_structure_content.has_sidebar > div.pkp_structure_sidebar.left > div.pkp_block.block_Keywordcloud > span {
	text-align:  center;
}

body > div.pkp_structure_page > div.pkp_structure_content.has_sidebar > div.pkp_structure_sidebar.left > div.pkp_block.block_web_feed > span {
	text-align:  center;
}

#customblock-flagcounter > div > p:nth-child(2) > a > img {
	display: block;
	margin-left: auto;
  margin-right: auto;
}

#navbar,
ul.sidemenu li:before { /* tanda */
    display: none
}

ul.sidemenu {
    padding-left: 0!important;
    margin: -10px -10px 0
}

ul.sidemenu li {
    padding: 0
}



ul.sidemenu li a:hover {
	background-color: darkorange;
	text-decoration: underline;
}


ul.sidemenu li a,
ul.sidemenu li:first-child a {
	border-top: 1px solid #B8870B /*warna kanan; */;
}


.cmp_button_wire, .obj_galley_link { /* warna button pdf di home */
	background-color: #7DB483;
	color: white;

}

.cmp_button_wire, .obj_galley_link:hover {
	background-color: #F29D3B;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.24),0 10px 10px 0 rgba(0,0,0,0.19);
}

.obj_article_summary>.title a { /* warna tulisan setiap artikel di home */
	color: black;
}

.obj_article_summary>.title a:hover {
	color: #F29D3B;
}


.pkp_site_name .is_img img { /* gambar di header sesuai ukuran */
display : inline-block;
max-height : 1650px;
max-width: 100%;
width: auto;
height: auto;
margin-top: -34px;

}

@media (min-width: 240px) and (max-width: 480px) { /* gambar di header sesuai ukuran mobile */
  .pkp_site_name .is_img img {
	width: auto;
  }
  #headerNavigationContainer {
  	width: auto;
  }
}


#headerNavigationContainer { /* NGEPASIN BELAKANG HEADER SAMAIN KE HEADER*/
    width: 1160px;
    margin: auto;
}

#navigationPrimary { /* NAVBAR JARAK */
    padding: 10px;
    margin-left: 10px;
}

#navigationUser { /* NAVBAR USER */
margin-right: 50px;
margin-top: 10px;
}


.obj_issue_toc .galleys_links li { /* POSISI BUTTON PDF SETIAP ARTIKEL DI HOME */
	display: block;
	text-align: right;
}

.obj_article_summary { /* EFEK SHADOW PADA KOTAK ARTIKEL DI HOME */
	padding: 10px;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #c1c1c1;
}

ul.sidemenu li a { /* BENTUKAN BUTTON DI SIDEBAR BLOCK MENU  */
	background-color: #5D8466;
	border-bottom: 1px solid white;
	color: white;
	display: block;
	padding: 10px;
	text-decoration: none;
}

/* #customblock-menu > ul {  /* MENGHILANGKAN SIMBOL YG ADA DI MENU SIDEBAR BLOCK MENU  
 	list-style: none;
} */

.pkp_block .content ul li { /* JARAK ATAS BAWAH ANTAR MENU SATU SAMA LAIN PADA SIDEBAR BLOCK MENU  */
	padding: 0;
}


body > div > div.pkp_structure_content.has_sidebar > div.pkp_structure_main > div > section.homepage_about > h2 { /* HILANGKAN TULISAN TITLE ABOUT THE JOURNAL DI HOME */
	display: none;
}

body > div > div.pkp_structure_content.has_sidebar > div.pkp_structure_main > div > section.homepage_about {
	margin-top: -2rem;
}


body > div > div.pkp_structure_content.has_sidebar > div.pkp_structure_main > div > section.homepage_about { /* TIPE TULISAN DIDEPAN DI HOME */
	font-family: georgia;
}