@charset "UTF-8";
/* CSS Document */

/**************************Global Body Variables*******************************/

a {
	color:#0B6CF0;
	text-decoration:none;
}

a:hover {
	color:#154A9C;
	text-decoration:underline;
	text-shadow: 1px 1px #b5b2b291;
}
body{
	/*background-image: repeating-linear-gradient(135deg, hsla(35,0%,71%,0.09) 0px, hsla(35,0%,71%,0.09) 1px,transparent 1px, transparent 11px),repeating-linear-gradient(45deg, hsla(35,0%,71%,0.09) 0px, hsla(35,0%,71%,0.09) 1px,transparent 1px, transparent 11px),linear-gradient(90deg, rgb(248,248,248),rgb(248,248,248));*/
}

.pkp_structure_page {
	margin:0 auto;
	box-shadow:none;
}
.carousel-inner{
	position:absolute;
}
/***************************************************************************/

.aimcolumn {
  float: left;
 
}

.aimleft {
  width: 25%;
  padding-top:0px;
  padding-left:10px;
  padding-right: 20px;
  padding-top: 30px;
  background: white;
}

.aimright {
width: 74%;
height:auto;
padding: 10px 20px 10px 35px;
background-color: #e9ecef;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row{
	margin-right:0;
	margin-left:0;
}
@media screen and (max-width: 600px) {
  .aimcolumn {
    width: 100%;
  }
  .aimleft {
  	padding-top: 10px;
}
}
/**************************Editorial Board*************************************/
.editorial-list{
    position: relative; 
}
.editorial-list li{
    margin-bottom: 1.125rem;
}
.editorial-list .img-profile{
    position: absolute;
    width: 95px;
    height: 105px;
    border: 1px solid #ddd;
    padding: .5rem;
}
.editorial-list .img-profile .imgthumb{ 
    width: 80px;
    height: 90px;
    overflow: hidden;
    margin: 0 auto; 
	object-fit: fill;
}
.editorial-list .img-profile img{
    width: 100%;
	height:100%;
}
.team-content{
    margin-left: 100px;
    min-height: 130px;
}
.team-content .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}	
.team-aff ul li{
    margin-bottom: 0;
}
.team-aff ul li .tm_label{
    display: inline-block;
    width: 80px;
}

.team-aff ul li .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}
/**************************cover image*************************************/

.obj_issue_toc .cover {
	display:none;
}

/**************************Submission block*************************************/

.cmp_manuscript_button, .block_make_submission a, .obj_galley_link{
	background-color:#0B6CF0;
	color:white;
	width:100%;
	text-align:center;
	text-decoration: none;
	padding-top: 0;
}
/**************************MENU HEADER*************************************/

#navigationPrimary>li>a{
	color:#0B6CF0;
}
.pkp_head_wrapper .pkp_search .search_controls .search_prompt{
	color:#0B6CF0;
}
.pkp_nav_list li.profile {
    padding: 0px 8px 2px 5px;
    border: 1px solid #e6dfdf;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-radius: 8px;
    font-size: 16px;
    box-shadow: 3px 2px 5px -2px rgba(0,0,0,.2);
    margin-left: 8px;
    margin-right:5px;
}
.pkp_navigation_user>li>a{
	color:whitesmoke;
}
.pkp_navigation_primary_row{
	background-color:white;
	-webkit-box-shadow: -2px 4px 15px 2px #CBCBCB; 
	-webkit-box-shadow: 0px 0px 5px 0.5px rgba(103,104,107,0.34);
    -moz-box-shadow: 0px 0px 5px 0.5px rgba(103,104,107,0.34);
    box-shadow: 0px 0px 5px 0.5px rgba(103,104,107,0.34);
	padding-top:5px;
	padding-bottom:5px;
	padding-left:8px;
}
#navigationPrimary ul a{
	color:#0B6CF0;
}

#navigationPrimary ul a:hover{
	background-color:whitesmoke;
	color:#2A8CFF;
}

#navigationPrimary > li > a:hover {
	color:#2A8CFF;
}

/**************************HEADER*************************************************/
.pkp_structure_head { 
  position: relative; 
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;  
  
  /*
  background-image: linear-gradient(to right top, #000000, #000000, #000000, #000000, #000000);
   background-color:#3575d3;
  background-image: linear-gradient(to right top, #000000, #0e0a0c, #171316, #1d191f, #212028, #23252e, #242a34, #253039, #26353c, #283a3e, #2c3f40, #314341);
 
background-image: linear-gradient(135deg, transparent 0%, transparent 17%,rgba(87, 146, 234,0.6) 17%, rgba(87, 146, 234,0.6) 59%,transparent 59%, transparent 64%,rgba(34, 81, 222,0.6) 64%, rgba(34, 81, 222,0.6) 100%),linear-gradient(45deg, transparent 0%, transparent 2%,rgb(87, 146, 234) 2%, rgb(87, 146, 234) 46%,rgb(114, 178, 239) 46%, rgb(114, 178, 239) 54%,transparent 54%, transparent 63%,rgb(7, 48, 216) 63%, rgb(7, 48, 216) 100%),linear-gradient(90deg, rgb(255,255,255),rgb(255,255,255));
  
  
  
  background-image: linear-gradient(to right top, #002e3b, #003341, #013848, #013e4e, #024355, #044a5d, #075065, #0a576d, #106179, #156c85, #1b7691, #20819d);
  */
  margin-bottom:.25em;

}
.pkp_site_name .is_img img{
display: block;
max-height: none;
width: auto;
height: auto;
}

/**************************MAIN SITE**********************************************/

.pkp_page_index .homepage_image img {
	display:block;
	width:100%;
	height:auto;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}

.pkp_page_index .additional_content {
	border-top:0px solid #ddd;
	padding: 10px 0px 0px 3px;
	text-align:justify;
}

.pkp_structure_content {
	font-size:15px;
	margin-bottom:.3em;
	-webkit-box-shadow: 0px 0px 5px 0.5px rgba(103,104,107,0.34);
    -moz-box-shadow: 0px 0px 5px 0.5px rgba(103,104,107,0.34);
    box-shadow: 0px 0px 5px 0.5px rgba(103,104,107,0.34);
}

/**************************ISSUES ARCHIVE*****************************************/
.obj_issue_summary {
	margin:0em 3em 0em 1.6em;
	padding-left:1em;
	border-left:4px solid #0B6CF0;
}
.obj_issue_summary .description {
	text-align: justify;
}
.page_issue_archive .issues_archive > li {
	margin:0em 0em 0em 0em;
	padding:2em 0em 0em 0.7em;
}

/**************************ARTICLES SUMMARY***************************************/
.obj_issue_toc .sections:not(:first-child) {
	margin-top:0em;
}
.obj_article_summary {
	background-color: transparent;
	font-size: 14px;
	font-family: sans-serif;
	font-size: 14px;
	text-align: justify;
	border: 1px solid #2F4F4F;
	padding: 10px;
	padding-top: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px #007bff; /*#2F4F4F;*/
}
.obj_issue_toc .description {
  text-align: justify;
}
.obj_issue_toc .section > h2 {
	border-bottom:0px;
	border-left:0px;
	font-family:'Source Sans Pro', sans-serif;
	font-weight:300;
	text-transform:none;
	padding:0.15em 1em;
	padding-left:0px;
	background-color:#fafbfb;
	width:100%;	
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

}
.obj_article_summary .pages:before {
  content: "\f0f6";
  width: 20px;
  font-family: "FontAwesome";
  margin-right: 5px;
  font-size: 13px;
}
ul.galleys_links {
	list-style:none;
}

.obj_article_summary {
	padding:0em 1.5em;
}

.obj_article_summary .cover {
	display:block;
	float:left;
	width:70px;
	height:auto;
	margin-right:15px;
}

.obj_article_summary > .title {
	font-family:'Source Sans Pro', sans-serif;
	font-weight:600;
	font-size:16px;
	text-transform:none;
	padding-top: 8px;

}

.obj_article_summary > .title a {
	display:block;
	text-decoration:none;
	font-size:16px;
	color:#333
}
.obj_article_summary .authors {
	font-family:'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:16px;
	text-transform:none;

}
.doi_summary {
	padding:0.4em 0.7em;
	margin-top:0.3em;
}

.doi_summary a {
	text-decoration:none !important;
}
.doi_summary a:hover {
	text-decoration:underline !important;
}
.obj_article_summary > .galleys_links {
	list-style:none;
	margin-bottom:0.5em;
}
.obj_article_summary > .galleys_links a {
	color:#fff;
	background-color:#0B6CF0;
}
.obj_article_summary > .galleys_links a:hover {
	background-color:#154A9C;
	text-decoration:none;
}
/**************************ARTICLES DETAILS***************************************/

.item.authors .email:before {
  content: "\f0e0";
  font-family: "FontAwesome";
  margin-right: 5px;
  font-size: 14px;
}
.item.authors span.name:before {
  content: "\f007";
  font-family: "FontAwesome";
  margin-right: 5px;
  font-size: 14px;
}

.item.authors {
  font-size: 14px;
}

.item.authors span.affiliation:before {
  content: "\f19c";
  font-family: "FontAwesome";
}
.obj_article_details > .page_title {
	font-weight:600;
}

.obj_article_details .doi a {
	color:#0B6CF0;
	font-family:'Source Sans Pro', sans-serif;
}

.obj_article_details .doi a:hover {
	color:#154A9C;
	font-family:'Source Sans Pro', sans-serif;
}

.obj_article_details .entry_details .item.galleys .galleys_links {
   padding:0;
   background-color:#fff;
}

.obj_article_details .entry_details .item.galleys .galleys_links a {
	color:#fff;
	background-color:#0B6CF0;
}

.obj_article_details .entry_details .item.galleys .galleys_links a:hover {
	background-color:#154A9C;
}

.obj_article_details .entry_details .sub_item:not(:first-child) .label {
   display:inline-block;
   padding:.5em 0;
   margin:0 20px;
   width:83%;
   border-bottom:1px solid #0B6CF0;
}

.obj_article_details .entry_details .item > .value ul {
	list-style:none;
	padding:0;
	margin:0;
}

.obj_article_details .entry_details .item > .value ul li {
	padding:5px 0;
}

.obj_article_details .main_entry .label {
	border-bottom:0px;
	border-left:0px;	
	font-weight:300;
	text-transform:uppercase;
	width:100%;	
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}

.obj_article_details .item {
	padding:1em 0em 2em 2.5em;
}

.obj_article_details .main_entry .item .label {
	font-size:16px;
}

.obj_article_details .galleys_links a:hover {
	background-color:#154A9C;
	text-decoration:none;
}

.obj_article_details .entry_details .cover_image img {
	width:200px
}

/**************************SIDER BAR**********************************************/

.pkp_structure_sidebar:before {
	border-left:1px solid #ddd;
}

.pkp_block {
	padding: 0px 3px 5px 5px;
	font-size:14px;
	line-height:20px;
}
.block_make_submission{
padding: 15px 3px 5px 5px;
}

.pkp_block .title {
	width:100%;
	background:linear-gradient(135deg,#0B6CF0,#2A8CFF); /* Menu Sidebar*/
	height:30px;
	font-size:13px;
	color:#ecececec;
	padding-top:0.4em;
	margin-bottom:0px;
	border:0px;
	text-align:center;
	
	font-family:'Source Sans Pro', sans-serif;
}

.pkp_block .content {
	background-color:#ffffff;

}

.pkp_block .content ul li {
	padding:0px 0;
	background-color:#f4f4f2;
}

.pkp_block li {
   border-radius:0;
   position:relative;
   background-color:#f1f1f1;
   display:block;
}

.pkp_block ul>li {
	border-bottom:1px solid rgba(0,0,0,.125);
}

.pkp_block ul>li a {
	color:#495464;
	padding:.75rem 1rem;
   display:flex;
}

.pkp_block ul>li a:hover {
   text-decoration:none;
   background-color:#bbbfca;
}
/**************************Announcement block*************************************************/

.block_announcements_article{
	padding:1em 1em 1em;
	background-color:#3e82da;
	color:whitesmoke;
}


/**************************DOI ARTIKEL*************************************************/
.doi_container {
  margin-top: 1px;
  
}
.doi_link {
  background-size: 14px !important;
  height: 20px !important;
  background: url(../images/doiwarna.svg) no-repeat center left;
  padding: 5px 0 5px 23px;
 
  color: #5379a9;
  text-decoration: none;
  
}
.galley_stat {
  background-size: 18px !important;
  background: url(../images/bar_galley.jpg) no-repeat center left;
  padding: 3px 0px 0px 23px;
  
}
.article_stat {
  background-size: 18px !important;
  height: 20px !important;
  background: url(../images/bar_artikel.jpg) no-repeat center left;
  padding: 11px 0px 5px 23px;
}
/**************************MEDIA*************************************************/

/* Tablet in modalitÃ  verticale */
@media all and (min-width:376px) and (max-width:990px) {
	.pkp_structure_main {
		padding:0px 10px 10px 10px;
		overflow:auto;
		margin-bottom:1.5em;
	}

	.obj_article_details .item {
		padding:2em 0.5em 0em 1.5em;
	}
	.pkp_block {
		padding:0px 0px 20px 0px;
		font-size:14px;
		line-height:20px;
	}
	.pkp_site_nav_toggle {
            position: absolute;
            right: 0;
            top: 25%;
            width: 4em;
            margin-top: -5em;
}
.pkp_site_name .is_img img{
	max-height:90px;
	margin-top:-5px

}
.has_site_logo .pkp_site_name, .has_site_logo .pkp_navigation_primary_wrapper{
	text-align:center;
	left:0;
	padding-left:0px;
}
.pkp_navigation_user>li>a{
	color:#0B6CF0;
}
.pkp_site_nav_menu{
	padding-left: 5px;
	top:-65%;
}
.pkp_site_nav_menu a{
	color:#0B6CF0;
}
.pkp_nav_list li.profile {
    margin-left: 5px;
    margin-right:25px;
    text-align:center;
    margin-bottom:5px;
}
.pkp_structure_head { 
height:25vh;
}
}

/* Smartphone o piccoli Tablet */
@media all and (max-width:376px) {
	
	.pkp_structure_main {
		padding:0px 10px 10px 10px;
		overflow:auto;
		margin-bottom:1.5em;
	}

	.pkp_block {
		padding:0px 0px 20px 0px;
		font-size:14px;
		line-height:20px;
	}
	.pkp_footer_content {
		width:100%;
		float:none;
	}
	.pkp_site_nav_toggle {
            position: absolute;
            right: 0;
            top: 60%;
            width: 4em;
            margin-top: -5em;
}	.pkp_structure_main {
		padding:0px 10px 10px 10px;
		overflow:auto;
		margin-bottom:1.5em;
	}

	.obj_article_details .item {
		padding:2em 0.5em 0em 0.5em;
	}

.carousel-inner{
	position:relative;
}

.pkp_site_name .is_img img{
	max-height:auto;
	margin-top:-5px

}
.has_site_logo .pkp_site_name, .has_site_logo .pkp_navigation_primary_wrapper{
	text-align:center;
	left:5px;
}
.has_site_logo .pkp_site_name, .has_site_logo .pkp_navigation_primary_wrapper{
	text-align:center;
	padding:0px;
}
.pkp_navigation_user>li>a{
	color:#0B6CF0;
}
.pkp_site_nav_menu{
top:-65%;
}
.pkp_site_nav_menu a{
	color:#0B6CF0;
}
.pkp_structure_head { 
height:25vh;
}
}

/**********************
/***** Services *******
/*********************/
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section{
	padding: 0px 0;
}
section .section-title{
	text-align:center;
	color:#0B6CF0;
	margin-bottom:50px;
	text-transform:uppercase;
}
#what-we-do{
	background:transparent;
}
#what-we-do .card{
	padding: 1rem!important;
	border: none;
	margin-bottom:1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	background-image: radial-gradient(circle at 28% 29%, rgba(237, 237, 237,0.04) 0%, rgba(237, 237, 237,0.04) 50%,rgba(136, 136, 136,0.04) 50%, rgba(136, 136, 136,0.04) 100%),radial-gradient(circle at 8% 78%, rgba(156, 156, 156,0.04) 0%, rgba(156, 156, 156,0.04) 50%,rgba(37, 37, 37,0.04) 50%, rgba(37, 37, 37,0.04) 100%),radial-gradient(circle at 29% 46%, rgba(251, 251, 251,0.04) 0%, rgba(251, 251, 251,0.04) 50%,rgb(244,249,254) 50%, rgb(244,249,254) 100%),linear-gradient(90deg, rgb(216,225,243),rgb(216,225,243));
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
#what-we-do .card:hover{
	-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card .card-block{
	padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
	color: #0B6CF0 !important;
	font-weight:700;
	text-decoration:none;
}
#what-we-do .card .card-block a i{
	display:none;
	
}
#what-we-do .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;
	
}
#what-we-do .card .card-block:before{
	font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #0B6CF0;
    left: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f25e";
}
#what-we-do .card .block-2:before{
    content: "\f0eb";
}
#what-we-do .card .block-3:before{
    content: "\f00c";
}
#what-we-do .card .block-4:before{
    content: "\f155";
}

#what-we-do .card:hover .card-block:before{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);	
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#what-we-do .card-title{
	margin: auto;
}

.container-fluid{
	padding-left:0px;
	padding-right:0px;
}

.carousel-indicators {
  bottom:-15px;
}
/**********************
/***** Brand footer *******
/*********************/
.pkp_brand_footer 
{display:none;
}


/************************************
/***** Article detail page *******
/***********************************/
.obj_article_details .page_title {
    text-align: left;
}

.obj_article_details>.subtitle {
   text-align: left;
}

.obj_article_details .item.doi {
    text-align: left;
	text-decoration: none;
    padding: 10px 0 10px 0;
}

.obj_article_details .item.keywords {
    text-transform: capitalize;
}

.item.abstract{
	text-align: justify;
	padding-top: 0px;
	padding-right: 8px;
}
/************************************
/***** inexinglogos *******
/***********************************/
img.indexings {
  width: 170px;
}

.pkp_nav_list ul a:hover {
    display: block;
    padding-left: .357rem;
    border-left: .357rem solid #2A8CFF !important;
    color: #006798;
}


.pkp_navigation_primary>li>a:focus {
    background: #2A8CFF !important;
    color: #2A8CFF;
    outline: 0
}

/* MENU KEDUA */
.custom-menu-2 {
    padding-left: 0;
}

.custom-menu-2 li {
    list-style: none;
    margin-bottom: 2px;
}

.custom-menu-2 li a {
    display: block;
    padding: 8px 10px 8px 30px;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
    transition: all 0.3s ease;
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 14px;
}

/* Hover 
.custom-menu-2 li a:hover {
    background-color: #f4f8f7;
    color: #2A8CFF;
    padding-left: 34px;*/
}

/* Edit*/

#customblock-menubar ul {
    padding-left: 0 !important;
}

#customblock-menubar ul li {
    list-style: none !important;
    margin-bottom: 2px;
}

#customblock-menubar ul li a {
    display: block;
    padding: 8px 10px 8px 30px;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
    transition: all 0.3s ease;
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 14px;
}

/* ICON BERBEDA SETIAP ITEM */

/* 1 - About Journal (Balance Scale) */
#customblock-menubar ul li:nth-child(1) a {
	background-image: url("data:image/svg+xml,%3Csvg fill='%23659c8e' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3C/svg%3E"); }

/* 2 - Editorial Team (Balance Scale) */
#customblock-menubar ul li:nth-child(2) a {
	background-image: url("data:image/svg+xml,%3Csvg fill='%23659c8e' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 20l4-1 9-9-3-3-9 9-1 4z'/%3E%3C/svg%3E"); }

/* 2 - Peer Review Process (Balance Scale) */
#customblock-menubar ul li:nth-child(3) a {
	background-image: url("data:image/svg+xml,%3Csvg fill='%23659c8e' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2v20M5 9l7-7 7 7' stroke='%23659c8e' stroke-width='2' fill='none'/%3E%3C/svg%3E"); }

/* 4 - Reviewers (Balance Scale) */
#customblock-menubar ul li:nth-child(4) a {
background-image: url("data:image/svg+xml,%3Csvg fill='%23659c8e' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3v18M5 7h14M7 7l-3 5h6l-3-5zm10 0l-3 5h6l-3-5z'/%3E%3C/svg%3E");
}

/* 5 - Focus and Scope (Shield) */
#customblock-menubar ul li:nth-child(5) a {
background-image: url("data:image/svg+xml,%3Csvg fill='%23659c8e' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l8 4v6c0 5-3.5 9-8 10-4.5-1-8-5-8-10V6l8-4z'/%3E%3C/svg%3E");
}

/* 6 - Author's Guide (C symbol) */
#customblock-menubar ul li:nth-child(6) a {
background-image: url("data:image/svg+xml,%3Csvg fill='%23659c8e' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9' fill='none' stroke='%23659c8e' stroke-width='2'/%3E%3Ctext x='12' y='16' font-size='10' text-anchor='middle' fill='%23659c8e'%3EC%3C/text%3E%3C/svg%3E");
}

/* 7 - Publication Ethics (Book) */
#customblock-menubar ul li:nth-child(7) a {
background-image: url("data:image/svg+xml,%3Csvg fill='%23659c8e' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h14v16H4zM18 4l2 2v14H6'/%3E%3C/svg%3E");
}

/* 8 - Open Access Statement (Money) */
#customblock-menubar ul li:nth-child(8) a {
background-image: url("data:image/svg+xml,%3Csvg fill='%23659c8e' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='6' width='18' height='12' rx='2'/%3E%3Ccircle cx='12' cy='12' r='3' fill='white'/%3E%3C/svg%3E");
}

/* 9 - Plagiarism Policy (Chip / AI) */
#customblock-menubar ul li:nth-child(10) a {
background-image: url("data:image/svg+xml,%3Csvg fill='%23659c8e' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='7' y='7' width='10' height='10' rx='2'/%3E%3Cpath d='M9 1v4M15 1v4M9 19v4M15 19v4M1 9h4M1 15h4M19 9h4M19 15h4' stroke='%23659c8e' stroke-width='2' fill='none'/%3E%3C/svg%3E");
}

/* 10 - Archive Policy (Chip / AI) */
#customblock-menubar ul li:nth-child(11) a {
background-image: url("data:image/svg+xml,%3Csvg fill='%23659c8e' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='7' y='7' width='10' height='10' rx='2'/%3E%3Cpath d='M9 1v4M15 1v4M9 19v4M15 19v4M1 9h4M1 15h4M19 9h4M19 15h4' stroke='%23659c8e' stroke-width='2' fill='none'/%3E%3C/svg%3E");
}

/* 11 - Copyrigtt and Licence (Chip / AI) */
#customblock-menubar ul li:nth-child(12) a {
background-image: url("data:image/svg+xml,%3Csvg fill='%23659c8e' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='7' y='7' width='10' height='10' rx='2'/%3E%3Cpath d='M9 1v4M15 1v4M9 19v4M15 19v4M1 9h4M1 15h4M19 9h4M19 15h4' stroke='%23659c8e' stroke-width='2' fill='none'/%3E%3C/svg%3E");
}

/* 12 - Author's Statement - Plagiarism Policy (Chip / AI) */
#customblock-menubar ul li:nth-child(13) a {
background-image: url("data:image/svg+xml,%3Csvg fill='%23659c8e' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='7' y='7' width='10' height='10' rx='2'/%3E%3Cpath d='M9 1v4M15 1v4M9 19v4M15 19v4M1 9h4M1 15h4M19 9h4M19 15h4' stroke='%23659c8e' stroke-width='2' fill='none'/%3E%3C/svg%3E");
}

/* 13 - F.A.Q Policy (Chip / AI) */
#customblock-menubar ul li:nth-child(9) a {
background-image: url("data:image/svg+xml,%3Csvg fill='%23659c8e' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='7' y='7' width='10' height='10' rx='2'/%3E%3Cpath d='M9 1v4M15 1v4M9 19v4M15 19v4M1 9h4M1 15h4M19 9h4M19 15h4' stroke='%23659c8e' stroke-width='2' fill='none'/%3E%3C/svg%3E");
}

/* Hover effect */
#customblock-menubar ul li a:hover {
    background-color: #f4f8f7;
    color: #2A8CFF;
    padding-left: 34px;
}

/* ===== JITSE PROFESSIONAL BLUE REFINEMENT ===== */
body{background:#F5F8FD;}
.pkp_structure_content{
background:#fff;
box-shadow:0 4px 20px rgba(0,0,0,.06);
}
.obj_article_summary{
background:#fff;
border:1px solid #D9E8FF;
border-radius:10px;
box-shadow:0 3px 12px rgba(11,108,240,.08);
}
.obj_article_summary:hover{
box-shadow:0 8px 24px rgba(11,108,240,.18);
}
.pkp_block ul>li a:hover{
background:#F5FAFF;
color:#0B6CF0;
}


/* =========================================================
JITSE ULTIMATE PREMIUM PATCH
MDPI + Frontiers + SpringerOpen
========================================================= */

/* SHOW CURRENT ISSUE COVER */
.obj_issue_toc .cover{
display:block !important;
float:left;
width:300px !important;
margin-right:30px;
margin-bottom:20px;
}

.obj_issue_toc .cover img{
width:100%;
border-radius:16px;
border:1px solid #D9E8FF;
box-shadow:0 12px 35px rgba(0,0,0,.12);
transition:.35s;
}

.obj_issue_toc .cover img:hover{
transform:translateY(-8px);
box-shadow:0 20px 45px rgba(11,108,240,.20);
}

/* ARTICLE THUMBNAILS */
.obj_article_summary .cover{
width:120px !important;
margin-right:20px;
}

.obj_article_summary .cover img{
width:100%;
border-radius:10px;
border:1px solid #D9E8FF;
box-shadow:0 5px 15px rgba(0,0,0,.08);
}

/* ISSUE ARCHIVE */
.page_issue_archive .cover{
display:block !important;
float:left;
width:180px;
margin-right:25px;
}

.page_issue_archive .cover img{
width:100%;
border-radius:12px;
border:1px solid #D9E8FF;
box-shadow:0 8px 24px rgba(0,0,0,.10);
}

/* PREMIUM SIDEBAR */
.pkp_block{
background:#fff;
border-radius:14px;
overflow:hidden;
box-shadow:0 4px 20px rgba(0,0,0,.08);
}

#customblock-menubar ul li a{
padding:11px 14px 11px 40px;
font-weight:500;
position:relative;
}

#customblock-menubar ul li a:hover{
background:#F5FAFF;
color:#0B6CF0;
}

/* SVG ICON SET */
#customblock-menubar ul li:nth-child(1) a:before{content:"📘";}
#customblock-menubar ul li:nth-child(2) a:before{content:"👥";}
#customblock-menubar ul li:nth-child(3) a:before{content:"🔍";}
#customblock-menubar ul li:nth-child(4) a:before{content:"⚖️";}
#customblock-menubar ul li:nth-child(5) a:before{content:"🎯";}
#customblock-menubar ul li:nth-child(6) a:before{content:"✍️";}
#customblock-menubar ul li:nth-child(7) a:before{content:"📖";}
#customblock-menubar ul li:nth-child(8) a:before{content:"🔓";}
#customblock-menubar ul li:nth-child(9) a:before{content:"🛡️";}
#customblock-menubar ul li:nth-child(10) a:before{content:"🗄️";}
#customblock-menubar ul li:nth-child(11) a:before{content:"©️";}
#customblock-menubar ul li:nth-child(12) a:before{content:"📄";}
#customblock-menubar ul li:nth-child(13) a:before{content:"❓";}

#customblock-menubar ul li a:before{
position:absolute;
left:14px;
top:10px;
font-size:16px;
}

/* CURRENT ISSUE CARD */
.current_issue,
.obj_issue_toc{
background:#fff;
border-radius:16px;
padding:20px;
box-shadow:0 8px 30px rgba(0,0,0,.06);
}

/* MOBILE */
@media(max-width:768px){
.obj_issue_toc .cover,
.page_issue_archive .cover{
float:none;
width:220px !important;
margin:0 auto 20px;
}
}


/* =========================================================
STATIC SIDEBAR VERSION - NO ANIMATION
========================================================= */

#customblock-menubar ul li a,
#customblock-menubar ul li a:hover,
.pkp_block ul>li a,
.pkp_block ul>li a:hover{
transition:none !important;
transform:none !important;
animation:none !important;
padding-left:40px !important;
}

/* Static hover only color change */
#customblock-menubar ul li a:hover{
background:#F5FAFF !important;
color:#0B6CF0 !important;
}

.obj_issue_toc .cover img,
.obj_article_summary .cover img,
.page_issue_archive .cover img{
transition:none !important;
transform:none !important;
animation:none !important;
}

.obj_issue_toc .cover img:hover,
.obj_article_summary .cover img:hover,
.page_issue_archive .cover img:hover{
transform:none !important;
}

/* Static professional menu */
#customblock-menubar ul li{
margin-bottom:1px;
}

#customblock-menubar ul li a{
font-weight:500;
border-left:3px solid transparent;
}

#customblock-menubar ul li a:hover{
border-left:3px solid #0B6CF0;
}


/* =========================================================
JITSE ELITE JOURNAL LAYOUT 2026
MDPI + Frontiers + SpringerOpen
========================================================= */

/* CURRENT ISSUE COVER */
.obj_issue_toc .cover{
display:block !important;
float:left;
width:20% !important;
min-width:180px;
margin-right:25px;
margin-bottom:15px;
}

.obj_issue_toc .cover img{
width:100%;
border-radius:10px;
border:1px solid #D9E8FF;
box-shadow:0 4px 16px rgba(0,0,0,.08);
}

/* ARTICLE THUMBNAIL SCALE 20% */
.obj_article_summary .cover{
width:20% !important;
min-width:90px;
max-width:120px;
margin-right:18px;
}

.obj_article_summary .cover img{
width:100%;
border-radius:8px;
border:1px solid #D9E8FF;
box-shadow:0 3px 12px rgba(0,0,0,.06);
}

/* ISSUE ARCHIVE COVER */
.page_issue_archive .cover{
display:block !important;
float:left;
width:20% !important;
min-width:140px;
max-width:180px;
margin-right:25px;
}

.page_issue_archive .cover img{
width:100%;
border-radius:10px;
border:1px solid #D9E8FF;
box-shadow:0 4px 16px rgba(0,0,0,.08);
}

/* PROFESSIONAL SIDEBAR ICONS */
#customblock-menubar ul li a{
padding:10px 12px 10px 42px !important;
background-size:18px !important;
transition:none !important;
}

#customblock-menubar ul li a:hover{
padding:10px 12px 10px 42px !important;
background:#F7FAFF !important;
color:#0B6CF0 !important;
}

/* PREMIUM ISSUE CARD */
.obj_issue_toc,
.page_issue_archive .obj_issue_summary{
background:#fff;
border:1px solid #D9E8FF;
border-radius:12px;
padding:20px;
box-shadow:0 3px 14px rgba(0,0,0,.05);
}

/* REMOVE ALL ANIMATION */
*{
animation:none !important;
transition:none !important;
}
