/**************************MENU HEADER*************************************/

#navigationPrimary>li>a {
	color: #101e5a;
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
	color: #101e5a;
}

.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: rgb(88, 88, 98);
}

.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;
}

#navigationPrimary ul a {
	color: #141b3d;
}

#navigationPrimary ul a:hover {
	background-color: whitesmoke;
	color: #3e82da;
}

#navigationPrimary>li>a:hover {
	color: #4A89DC;
}

.journals ul .body .description a {
	display: inline;
}

a {
	color: #1a11a7;
}

a:hover {
	color: #0b6ab0;
}

.obj_article_summary {
	background-color: transparent;
	font-size: 14px;
	font-family: verdana;
	text-align: justify;
	border: 1px solid #1a11a7;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 3px 3px #1a11a7;
}

/* Main Container Styling */
#groups {
	width: 100%;
	padding: 0rem;
	font-family: Arial, sans-serif;
}

/* Section Title Styling */
#ped {
	font-size: 16px;
	font-weight: bold;
	color: #005580;
	border-bottom: 1px solid #006060;
	padding: 0rem 0;
	margin-bottom: 0rem;
	display: flex;
	align-items: center;
}

#ped .fa {
	font-size: 1.2rem;
	margin-right: 0rem;
	color: #005580;
}

/* Editorial List */
.editorial-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.editorial-list li {
    display: grid;
    grid-template-columns: 1fr 70px;
    column-gap: 16px;
    align-items: start;
    padding: 8px 0;
    border-bottom: 0;
}

.team-content {
    margin: 0;
    font-size: 12pt;
    line-height: 1.3;
}

.editor-name {
    font-size: 12pt;
    font-weight: bold;
    color: #333;
    margin-bottom: 0;
}

.designation {
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 0;
}

.team-aff p {
    margin: 0.15rem 0;
    font-size: 0.85rem;
    color: #555;
}

.team-aff strong {
    font-weight: bold;
    color: #333;
}

.img-profile {
    width: 60px;
    height: 60px;
    margin-top: 0;
    justify-self: end;
    align-self: start;
    border-radius: 50%;
    border: 0.5px solid #ddd;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ico-label {
    width: 18px;
    height: 18px;
    margin-right: 0.3rem;
    vertical-align: middle;
}

.team-aff a {
    text-decoration: none;
}

.team-aff a img {
    transition: transform 0.2s;
}

.team-aff a img:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .editorial-list li {
        grid-template-columns: 1fr;
        row-gap: 8px;
        text-align: center;
    }

    .img-profile {
        justify-self: center;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
	.editorial-list li {
		flex-direction: column-reverse;
		align-items: center;
		text-align: center;
	}

	.team-content {
		margin-right: 0;
		margin-top: 0rem;
	}

	.img-profile {
		margin-bottom: 0rem;
	}
}

.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;
}

.pkp_page_index .additional_content {
	border-top: 0;
}

.item.author_bios {
	display: none;
}

.item.references {
	display: inline-block;
}

div.submission_checklist {
	display: none;
}

pkp_brand_footer {
	display: none;
}

/**************************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;
}

/* Header semua blok sidebar diseragamkan */
.pkp_block .title {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 14px 16px;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #ffffff !important;
	background: linear-gradient(90deg, #071a63 0%, #0d2c8b 45%, #1b1f6b 100%);
	border-bottom: 3px solid #f28c28;
}

.pkp_block .content {
	background-color: #ffffff;
}

.pkp_block .content ul li {
	padding: 0px 0;
	background-color: #dcdcdc;
}

.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: #F6F6F6;
}

.pkp_block ul>li em {
	box-sizing: border-box;
	display: inline-block;
	font: 1.09em / 1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin: 0px 15px 0px -10px;
	border-right: 1px solid #e7e5e5;
	width: 35px;
}

/**************************FOR AUTHORS - FINAL************************************/
/* Khusus blok FOR AUTHORS dengan id customblock-SidebarMenu */

#customblock-SidebarMenu {
	background: #ffffff;
	border: 1px solid #d9e6f5;
	box-shadow: 0 4px 14px rgba(16, 31, 74, 0.08);
	overflow: hidden;
	margin-bottom: 20px;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
}

#customblock-SidebarMenu .content {
	background: #f5f9ff;
	margin: 0 !important;
	padding: 0 !important;
}

#customblock-SidebarMenu ul {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

#customblock-SidebarMenu ul li,
#customblock-SidebarMenu .content ul li,
#customblock-SidebarMenu li {
	background: #f5f9ff;
	border-radius: 0;
	border-bottom: 1px solid #d9e6f5;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	transition: all 0.3s ease;
}

#customblock-SidebarMenu ul li:last-child {
	border-bottom: none;
	margin-bottom: 0 !important;
}

#customblock-SidebarMenu ul>li a {
	color: #3d4c67;
	padding: 14px 16px;
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	background: transparent;
	transition: all 0.3s ease;
}

#customblock-SidebarMenu ul>li em {
	box-sizing: border-box;
	display: inline-block;
	width: 24px;
	min-width: 24px;
	margin: 0 4px 0 0;
	padding-right: 12px;
	text-align: center;
	font: 1.09em / 1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #5b6c88;
	border-right: 1px solid #d7e2f0;
	transition: all 0.3s ease;
}

/* Hover: gradasi oranye agak pekat ke keemasan */
#customblock-SidebarMenu ul>li:hover,
#customblock-SidebarMenu .content ul>li:hover {
	background: linear-gradient(90deg, #c85e00 0%, #e97812 30%, #f3a521 62%, #ffd15e 100%);
}

#customblock-SidebarMenu ul>li a:hover {
	text-decoration: none;
	background: transparent;
	color: #ffffff;
	padding-left: 20px;
}

#customblock-SidebarMenu ul>li:hover a {
	color: #ffffff;
}

#customblock-SidebarMenu ul>li:hover em {
	color: #ffffff;
	border-right-color: rgba(255, 255, 255, 0.35);
}

#customblock-SidebarMenu ul>li:hover::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #071a63;
}

/* Jika ada class active/current dari tema */
#customblock-SidebarMenu ul li.current,
#customblock-SidebarMenu ul li.active {
	background: linear-gradient(90deg, #c85e00 0%, #e97812 30%, #f3a521 62%, #ffd15e 100%);
}

#customblock-SidebarMenu ul li.current a,
#customblock-SidebarMenu ul li.active a {
	color: #ffffff;
	font-weight: 700;
	padding-left: 20px;
}

#customblock-SidebarMenu ul li.current em,
#customblock-SidebarMenu ul li.active em {
	color: #ffffff;
	border-right-color: rgba(255, 255, 255, 0.35);
}

#customblock-SidebarMenu ul li.current::before,
#customblock-SidebarMenu ul li.active::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #071a63;
}

/* Hilangkan space kosong bawah menu terakhir */
#customblock-SidebarMenu,
#customblock-SidebarMenu .content,
#customblock-SidebarMenu ul {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

/* Responsive khusus FOR AUTHORS */
@media (max-width: 768px) {
	#customblock-SidebarMenu ul>li a {
		font-size: 15px;
		padding: 12px 14px;
	}

	#customblock-SidebarMenu ul>li em {
		font-size: 16px;
		min-width: 22px;
		padding-right: 10px;
	}
}

/**********************
/***** Brand footer *******
/*********************/
.pkp_brand_footer {
	display: none;
}