@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Baloo+Tamma+2&display=swap");




.pkp_page_index,
.pkp_op_index {
	background: transparent !important;
}

@media (min-width: 992px) {

	/* .pkp_structure_sidebar:before {
		border-left: 2px dotted#ddd!important;
	} */
	.pkp_structure_page {
		overflow: hidden !important;
		/* border-radius: 4px !important; */
		margin: 10px auto !important;
		max-width: 1160px !important;
		background: #fff !important;
		box-shadow: 0px 0px 20px dark !important;
	}

	.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_site_name {
		margin-top: -5px !important;
		margin-bottom: -19px !important;
	}

	.pkp_navigation_user.pkp_nav_list .profile a:hover {
		/* background:#2875c6; */
		color: black;
	}

	.pkp_navigation_user>li:last-child>a {
		margin-right: unset;
	}

	.pkp_structure_page {
		margin-top: 20px !important;
		margin-bottom: 20 !important;
		padding-bottom: 20 !important;
	}

	.pkp_structure_main {
		padding: 20px !important;
	}

	.pkp_site_name .is_img img {
		width: 1254px !important;
	}
}


@media (min-width: 1200px) {
	.pkp_structure_page {
		margin-top: 0px !important;
		position: relative;
		top: 0px !important;
		margin-bottom: 0px !important;
	}
}



.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);
}

/**************************END MAIN SITE *****************************************/

/* ISSUES ARCHIVE legacy rules cleaned up for LESS theme styling */

/**************************ARTICLES SUMMARY***************************************/
.obj_issue_toc .sections:not(:first-child) {
	margin-top: 0em;
}

.obj_issue_toc .description {
	text-align: justify;
}

.obj_issue_toc .section>h2 {
	overflow: hidden;
	border-radius: 2px !important;
	box-shadow: 0 10px 10px -5px;
	padding: 1px !important;

}


ul.galleys_links {
	list-style: none;
}



.obj_article_summary .cover {
	display: block;
	float: left;
	width: 70px;
	height: auto;
	margin-right: 15px;
}

.obj_article_summary>.title {
	font-weight: 600;
	font-size: 16px;
	text-transform: none;

}

.obj_article_summary>subtitle {
	box-shadow: none;

}

.obj_article_summary>.title a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #333
}

.obj_article_summary .authors {
	font-weight: 400;
	font-size: 16px;
	text-transform: none;

}

/**************************DOI ARTIKEL*************************************************/
.doi_container {
	margin-top: 1px;

}

.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;
}


/**************************Editorial Board*************************************/
.editorial-list {
	position: relative;
}

.editorial-list li {
	margin-bottom: 1.125rem;
	list-style: none;
}

.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;
}






@media screen and (max-width:720px) {
	.pkp_site_name .is_img img {
		display: inline-block !important;
		margin-top: 6px !important;
		margin-bottom: 0 !important;
		bottom: 0.357rem !important;
		padding: 0 !important;
	}
}

.pkp_brand_footer {
	display: none !important;
}

.main_entry .item.abstract {
	text-align: justify;
}