
/*================================================================*/
header{
	margin-top: 10px;
	color: grey;
	max-width: 100% !important;
 	width: 100% !important;
}
.pkp_head_wrapper,
.pkp_navigation_primary_wrapper,.pkp_site_name_wrapper,.pkp_navigation_user_wrapper {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

/*======NAV USER ====== */

.profile:hover > .dropdown-menu {

}
.profile > .dropdown-menu li a {
  color:#05543f !important; 
  
}

.dropdown-menu li a:hover{
 color:#107f62 !important;
background-color: #acb6c0;
transition-duration: .4s;
}
#navigationUser{
background:linear-gradient(to right, #14896a, #024e3a, #024331); 
height: 50px;
width: 100%;

}
#navigationUser  .profile{
	
	padding-right:1%;
}
/*==========================================================================*/

/* ====URUTAN ELEMEN HEADER === */
.pkp_head_wrapper {
  display: flex;
  flex-direction: column;
}
.pkp_head_wrapper i{
	padding-right: 8px;
}
#navigationUserWrapper {
  order: 1;
  margin-bottom: 20px;
}

.pkp_navigation_primary_wrapper {
  order: 2;
  background-color:white;
	height: 60px;
	margin-top: 50px;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	  display: flex;
  justify-content: center; 
  align-items: center; 
	
}
.pkp_navigation_primary_wrapper li{
  margin-left: auto;
  margin-right: auto;	
}
/* ================ */
.pkp_structure_content.has_sidebar{

	padding:0;
}
.pkp_structure_main_::after{
	margin-right: 3px;
}
.pkp_structure_footer_wrapper{
	margin-bottom: 10px;
}
/*===Remove Brand===*/
.pkp_brand_footer{
	display:none;
}

/*navbarmenu*/
#navigationPrimary{
	margin-top: -22px;
	
	height: 51px;
}

#navigationPrimary a{
	font-size:14px;
	padding:21px;
	color:#05543f;
	
}

#navigationPrimary a:hover{
	color:#107f62;
	background-color: #acb6c0;
	transition-duration: .4s;
	border-bottom: none;
}

/*================================================*/

/*========MEDIA QUERIES ADJUSTMENT=========*/
@media (max-width: 995px) {
  .pkp_site_name .is_img img {
    display: none;
  }
  .pkp_site_name {
    display: none;
  }
  .pkp_site_name_wrapper {
   background:linear-gradient(to right, #14896a, #024e3a, #024331); 
  }
  .pkp_head_wrapper,.pkp_site_name_wrapper {
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 !important;
}
.bannerqueries{
	display:flex;
	background-color: #A4ABAF;
	box-shadow: 0px 0px 2px 2px white; /* Menambahkan shadow */

}
.bannerqueries img{
	box-shadow: 0px 0px 2px 2px white; /* Menambahkan shadow */

}
.indexing{
     display: flex;
  flex-wrap: wrap; /* Agar gambar turun ke baris berikutnya jika tidak cukup ruang */
  gap: 5px; /* Jarak antar gambar */
  margin: 0
}



#navigationUser{
	background:#A4ABAF; 
height: auto;
width: 100%;
}
#navigationUser a{
	font-size:15px;
	padding:8px;
	color:white;
}
.pkp_navigation_primary_wrapper {

	background-color:#A4ABAF;
	box-shadow:none;
	height:480px;
	margin-top: 0;
	justify-content: flex-start; 
	align-items: flex-start; 
	width: 100%;
	overflow: hidden;
}
a.pkp_search.pkp_search_desktop{
	color:white;
	margin-bottom: auto;
	border-radius: 40px;
	background-color:  #024e3a; 
	margin-top: auto;
	box-shadow:none;
	font-size: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	border-bottom: none;
	float: left;
	
}
.pkp_navigation_search_wrapper i{
	padding-right: 0;
	float: left;
}
.pkp_navigation_search_wrapper {
	margin-left: 0;
	
}
a.pkp_search.pkp_search_desktop:hover{
	background:linear-gradient(to right, #14896a, #024e3a, #024331); 
	transition-duration: .3s;
	
	
}
#navigationPrimary{
	margin-top: 0px;
	justify-content: flex-start; 
	align-items: flex-start; 
}
#navigationPrimary a{
	font-size:15px;
	padding:8px;
	color:white;
	}

#navigationPrimary a{
	color:white;
	
}

#navigationPrimary a:hover{
	color:yellow;
	transition-duration: .4s;
	border-bottom: none;
}
.cover{
	float: none;
    margin-left: 30PX;
    margin-top: 8px;
    margin-bottom: 120px !important;
    

	width: 290px !important;
    height: 150px !important;
    justify-content: center !important;
    align-items: center !important;
}
.homepage table.data{
    margin-top: 20px;
}
.pkp_structure_footer_wrapper{
	font-size: 6px;
}
.pkp_structure_footer_wrapper .footericon h4{
	font-size: 6px;
}
}



/* === SEARCH BAR === */

a.pkp_search.pkp_search_desktop{
	color:white;
	margin-bottom: auto;
	border-radius: 40px;
	background-color: #024e3a;
	margin-top: auto;
	box-shadow: 0 2px 10px 0  #b9d9d0;
	font-size: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	border-bottom: none;
	
}
.pkp_navigation_search_wrapper i{
	padding-right: 10px;
}
.pkp_navigation_search_wrapper {
	margin-left: 30px;
	
}
a.pkp_search.pkp_search_desktop:hover{
	background:linear-gradient(to right,  #128b6b, #0e765b);
	transition-duration: .3s;
	
	
}
/*======================================================*/


.pkp_site_name_wrapper {
  order: 3;
   border-bottom: 4px solid rgb(74, 150, 200);
   margin-bottom: 1px;
}
#navigationUserWrapper a{
	font-size: 12px;
	padding:15px;
	color:white;
	display: block;
}
#navigationUserWrapper a ul li{
	color: #024e3a;
}
#navigationUserWrapper a:hover{
	color:#f5db6d;
	transition-duration: .3s;
	
}
.pkp_site_name {
	background-color: white;
	margin-left: auto;
 	 margin-right: auto;
}

.pkp_site_name {

  width: 100%; /* Menyesuaikan dengan lebar parent */
  max-width: 1160px;
  height: 260px;
  overflow: hidden; /* Menyembunyikan bagian gambar yang melampaui div */
  box-shadow: 0px 0px 2px 2px white; /* Menambahkan shadow */
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;


}

.pkp_site_name .is_img img{
  width:1160px;
 max-height: 260px;
 height: 100%;
display:block;
 
 
}
.pkp_site_name .is_img {
  display: block;
  padding: 0;
  margin: 0;
}
.pkp_navigation_primary_wrapper a{
	font-size: 15px;
	padding: 20px;
	color:#05543f;
	display: block;
}


/*=========COVER HOME =======*/

.cover{
	float: left;
	box-sizing: border-box;
	padding-right: 20px;
margin-top: 8px;
	position: relative;
	
}


.pkp_structure_main a{
	color:black;
	border-bottom: none;
	margin-right: 3px;
}

/*==============================================*/

/*====== ACREDIATION ========= */
#customblock-acreditation {
	
	border-bottom: 2.5px solid #C6CACE;
	border-left: 2px solid #C6CACE;
}

.acreditation{
	margin-top: auto;
	border: 1px solid  #128b6b;
	border-bottom-right-radius: 15px;
}
.acreditation p{
	margin:0;
}
h2 .title{
	color: #128b6b;
	font-style: italic;
}
.acreditation .decree{
	text-align: center;
	display: block;
	background:linear-gradient(to right,  #128b6b, #055741);
	padding:3px;
	font-size: 10px;
	
}
.acreditation .decree a{
	color: white;
	font-size: 10px;
}
.acreditation .decree:hover{
	background:linear-gradient(to right, #128b6b, #128b6b, #0e765b);
	transition-duration: .3s;
	
}
.acreditation:hover{
	background-color: rgba(0, 0, 0, 0.1);
}
/*================================================================*/

/*======CONTACT==========*/
#customblock-contact-editor-in-chief {
border-bottom: 2.5px solid #C6CACE;
border-left: 2px solid #C6CACE;
}
#customblock-contact-editor-in-chief .contactbox{
padding: 0;
margin: 0;
	border-top: 1px solid  #128b6b;
	border-bottom: 1px solid  #128b6b;
}
#customblock-contact-editor-in-chief h2{
	background:linear-gradient(to right,  #128b6b, #055741);
	color: white;
	text-align: center;
	top: 0;
	bottom: auto;
	padding:5px;
		margin-bottom: 0;
}
#customblock-contact-editor-in-chief{
	margin-top: 0;
	padding-top: 0;
}
#customblock-contact-editor-in-chief img{
	padding:2px;
	margin-top: 3px;
	
}

#customblock-contact-editor-in-chief .contactbox img:hover{
	filter: brightness(120%);
}
/* ==== TOOL SIDEBAR ====*/
#customblock-sidemenu{
	border-left: 2px solid #C6CACE;
}
.sidemenu .headbox{
	font-size: 15px;
	height: 50px;
	border-bottom: 2px solid grey;
	margin-bottom: 15px;
	box-shadow: 0px 0px 2px 2px grey;
}
.sidemenu .headbox:hover{
	background-color: rgba(0, 0, 0, 0.1);
}
.sidemenu .headbox h2{
	text-align: center;
	padding:10px;
	color: darkslategrey;
	font-weight: bold;
	margin-top: 0;
}

.sidemenu ul li{
	background:linear-gradient(to right, #035c45, #024e3a);
	margin-top:2px;
	border-top: 0.5px solid gray;
	border-bottom: 0.5px solid gray;
	

}
.sidemenu ul li a{
	font-size: 12px;
	display:block;
	text-decoration: none;
	color: white;
	padding:10px;
	display: block;
	
}

.toolsidebar em{
	
	padding-right: 10px;
	text-decoration: none;
}

.sidemenu li:hover{
	box-shadow: 2px solid grey;
	transition-duration: .8s;
	background:linear-gradient(to right,  #128b6b, #0e765b);
	border-left: 35px solid lightyellow;
	
}
.sidemenu li a:hover{
	color:#f5db6d;
	transition-duration: 6.s;
}





/*=======Editorial Team========*/
#customblock-editorial-team{
border-top: 2.5px solid #C6CACE;
border-left: 2px solid #C6CACE;
	font-size:8px;
	position: relative;

}
#customblock-editorial-team .editorial{
	border: 1px solid  #128b6b;
	border-bottom-right-radius: 15px;
	overflow: hidden;
}
#customblock-editorial-team img{
	height:100px;
	width:90px;
	float:left;
	padding:4px;
	

}
#customblock-editorial-team h2{
	background:linear-gradient(to right,  #128b6b, #055741);
	color: white;
	text-align: center;
	top: 0;
	bottom: auto;
	padding:5px;
	margin-bottom: 0;
}

#customblock-editorial-team p{
	
	line-height: 1.2;
}
#customblock-editorial-team li{
	padding-top:2px;
	line-height: 1;
	font-size:7px;

}
#customblock-editorial-team .more a{
	color: white;
	font-size:7px;
	background-color: #128b6b ;
	padding:3px;
	width:10px;
	line-height:0.4;
}
#customblock-editorial-team .strong{
	font-size:4px;
}

#customblock-editorial-team .more{
	padding: 3px;

}
#customblock-editorial-team a:hover{
	background-color: #159f75 ;
}
/*=====STATISTIC INFO=======*/
.statcounter{
	float: left;
}
#customblock-statistic-info{
	border-bottom: 2.5px solid #C6CACE;
	border-left: 2px solid #C6CACE;
}
#customblock-statistic-info h2{
	background:linear-gradient(to right,  #128b6b, #055741);
	color: white;
	text-align: center;
	top: 0;
	bottom: auto;
	padding:5px;
		margin-bottom: 0;
}

#customblock-statistic-info .statistic{
	border: 1px solid  #128b6b;
	border-bottom-right-radius: 15px;
	overflow: hidden;
		padding:0;
	
}
.section .title{
	text-align: justify;
}
.page{
	text-align: justify;
}
#customblock-statistic-info .flag img{
	padding: 12px;
	height:160px;
	width:240px;
}
#customblock-statistic-info img{
	width:80px;
	padding:12px;
	padding-top: 0;
}
/*=====TOOLS=====*/
#customblock-tools{
	margin-bottom: 0;
	border-top: 2.5px solid #C6CACE;
	border-bottom: 2.5px solid #C6CACE;
	border-left: 2px solid #C6CACE;
}
#customblock-tools h2{
	background:linear-gradient(to right,  #128b6b, #055741);
	color: white;
	text-align: center;
	top: 0;
	bottom: auto;
	padding:5px;
		margin-bottom: 0;
}
#customblock-tools .toolsbox{
	border: 1px solid  #128b6b;
	border-bottom-right-radius: 15px;
	overflow: hidden;

}
.toolsbox {
  display: flex;
  flex-direction: column; /* Menyusun dari atas ke bawah */
  gap: 10px; /* Jarak antar item */
  max-width: 400px; /* Optional, biar gak terlalu lebar */
  margin: 0;
}

.tool-item {
  display: flex;
  align-items: center; /* Teks h3 sejajar tengah vertikal dengan gambar */
  border-bottom: 1px solid #128b6b;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 4px;
}

.tool-item img {
  height: 60px;
  width: 60px;
  margin-left: 3px;
  margin-right: 5px;
  padding:3px;
}

.tool-item h3 {
  font-size: 14px;
  margin: 0;
}
.toolsbox {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}
.tool-item{
	padding:0;
}

.toolsbox img:hover{
	background-color: rgba(0, 0, 0, 0.1);
}
/*====FOOTER=====*/

.pkp_footer_content .footerindex img{
	display: flex;
	height: 40px;
	width: 75px;

}
.pkp_structure_footer_wrapper{
	background-color: #C6CACE;
	padding-bottom: 20px;
}
.pkp_footer_content p a img {
  width: 75px;
  height: auto;
  margin: 5px;
  vertical-align: middle;
}
.pkp_footer_content p a {
	text-decoration: none;
	color:black;
}
.pkp_footer_content p a:hover {
	
	color:blue;
}
/*=====Template=====*/
#customblock-template{
	border-left: 2px solid #C6CACE;

}
#customblock-template h2{
	background:linear-gradient(to right,  #128b6b, #055741);
	color: white;
	text-align: center;
	top: 0;
	bottom: auto;
	padding:5px;
		margin-bottom: 0;
}
#customblock-template .templatebox{
	padding-top: 0;
	border-bottom: 1px solid  #128b6b;
	border-left:1px solid  #128b6b;
	border-right: 1px solid  #128b6b;
	border-top: 1px solid  #128b6b;
	overflow: hidden;
	padding:4px;
}
#customblock-template .templatebox:hover{
	filter: brightness(140%);
	background-color: rgba(0, 0, 0, 0.1);
}
#customblock-template .QuickSub {
	border-bottom: 1px solid #128b6b;
	border-left: 1px solid #128b6b;
	border-right: 1px solid #128b6b;
}
#customblock-template .QuickSub img:hover{
	filter: brightness(120%);
	
}

.pkp_structure_content.has_sidebar{

  	box-shadow: 0px 0px 2px 2px#DFE1E3;
	

}

/*==========================================*/
.section ul.cmp_article_list a.obj_galley_link.pdf {

  color: white;
  text-decoration: none;
 background:linear-gradient(to right, #035c45, #024e3a);
  display: inline-block;
  transition: background-color 0.3s ease;
}

.section ul.cmp_article_list a.obj_galley_link.pdf:hover {
  background-color: #159f75;

}

ul.value.galleys_links a.obj_galley_link.pdf {
  color: white;
  text-decoration: none;
 background:linear-gradient(to right, #035c45, #024e3a);
  display: inline-block;
  transition: background-color 0.3s ease;
}

ul.value.galleys_links a.obj_galley_link.pdf:hover {
    background-color: white !important; /* Memaksa override aturan default */
}


/* =====ARTICLES=======*/
section.item.abstract{
	text-align: justify;
}

section.item.references{
	text-align: justify;
}

/* ===================KEYWORDS===============*/
.pkp_block.block_Keywordcloud{
	border-bottom: 2.5px solid #C6CACE;
	border-left: 2px solid #C6CACE;
}
.pkp_block.block_Keywordcloud span.title{
	background:linear-gradient(to right,  #128b6b, #055741);
	color: white;
	text-align: center;
	top: 0;
	bottom: auto;
	padding:5px;
		margin-bottom: 0;
}
.pkp_block.block_Keywordcloud svg{
padding-top: 0;
	border: 1px solid  #128b6b;
	border-bottom-right-radius: 15px;
	overflow: hidden;
	padding:6px;
}
 .pkp_page_index .homepage_about{
	padding-top: 2px;
	padding-right: 0;
}

/*====ARTICLE===*/
.cmp_article_list.articles li {
  padding-bottom: 5px;
  border-bottom: 1px solid #C6CACE;
}
.galleys_links {
	border-bottom: 1px solid white;
}


.header_view{
	background:linear-gradient(to right, #035c45, #024e3a);
	position: relative;
	margin-top:0;
}

.col-sm-2.col-md-2.col-lg-2 img{

	border: solid 0.5px gray;
}



/*===========FOOTER===========*/

.pkp_structure_footer_wrapper{
	background-color: #2b2c2c;
	color: WHITE;
	justify-content: center;
	margin-top: 4px;
	margin-bottom: 4px;
	 background-image: url('https://ejournal.uin-suka.ac.id/pasca/public/site/images/akbar123/batik-black.png');

 	top: 0; left: 0;
 	 width: 100%; height: 100%;

}
.pkp_structure_footer_wrapper .img{
	display: none;
}
.pkp_structure_footer_wrapper br {
	color: WHITE;
	color: inherit; /* atau bisa diganti warna lain sesuai keinginan */
  	text-decoration: none; /* menghilangkan garis bawah */
}
.pkp_structure_footer_wrapper a {
	color: WHITE;
	color: inherit; /* atau bisa diganti warna lain sesuai keinginan */
  	text-decoration: none; /* menghilangkan garis bawah */
}
.pkp_structure_footer_wrapper h4{
	display: flex;
	font-size: 15px;
}
.pkp_structure_footer_wrapper .footericon{
	display: flex;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;

	
}

.pkp_structure_footer_wrapper .footericon h4{
	margin-right: 25px;
}
.pkp_structure_footer_wrapper .maps{
	border-top: solid 0.4px grey;
	padding-top: 12px;
}
.pkp__footer_content {
	justify-content: center;
}
 
.pkp_structure_footer_wrapper .logo{
	float: left;
	margin-bottom: 0;
	margin-right: 35px;
	margin-top: 7px
	
}