/* replace header css */
.pkp_head_wrapper,
.has_site_logo .pkp_head_wrapper {
	position: relative;
	padding-top: 0
}

.pkp_site_name .is_img img {
	max-height: 120px;
	padding-top: 20px;
}

.pkp_site_name_wrapper {
	height: 180px;
	background: url('https://journal.univawalbros.ac.id/public/site/images/ojs/header-jurnal-5c3edeb13e2684ac895f7a0e4e0465c7.png');
	background-size: cover;
	/* Scale the image to cover the entire element */
	background-repeat: no-repeat;
	/* Prevent the image from repeating */
	background-position: center center;
	/* Center the image */
}

.pkp_block {
	padding: 0;
}

/*Menu Samping*/
#aht-sidemenu {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul.aht-menu,
.aht-linkonly li {
	list-style-type: none;
}

.aht-linkonly {
	color: #4d4d4d;
	text-decoration: none;
}

li.aht-menu-item {
	padding: 0px !important;
	background-color: #4b7d92;
}

/* .aht-menu-item {
	padding: 0 !important;
  } */

/* #aht-sidemenu .aht-menu-item:last-child {
	border-bottom: none;
  } */

.aht-dropdown-title {
	display: flex !important;
	justify-content: space-between;
	color: whitesmoke;
}

.aht-dropdown-title::after {
	content: "\25BE";
}

.aht-sidemenu {
	width: 100%;
	max-width: 500px;
	margin: 30px auto 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.aht-linkonly-item {
	padding: 0px !important;
}

.aht-sidemenu>li:hover,
.aht-linkonly:hover {
	background: #4b7d92;
}

.aht-sidemenu .aht-dropdown-title {
	cursor: pointer;
	display: block;
	padding: 15px;
	color: #F8F9F8;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	position: relative;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.aht-linkonly {
	cursor: pointer;
	display: block;
	padding: 15px;
	color: #F8F9F8 !important;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/* .aht-sidemenu li:last-child .aht-dropdown-title {
	border-bottom: 0;
  } */

.aht-sidemenu li {
	padding: 0px !important;
}

.aht-sidemenu li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #4b7d92;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.aht-sidemenu li.open .aht-dropdown-title {
	color: whitesmoke;
}

.aht-sidemenu li.open i {
	color: #4b7d92;
}

.aht-sidemenu li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/**
  * aht-menu
  -----------------------------*/
.aht-menu {
	display: none;
	background: #ffffff;
	font-size: 14px;
	padding-left: 0;
}

.aht-menu li {
	border-bottom: 1px solid #4b4a5e;
}

.aht-menu a {
	display: block;
	text-decoration: none;
	color: #0B0B0B;
	font-weight: bold;
	padding: 12px;
	padding-left: 5px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.aht-menu a:hover {
	background: #4b7d92;
	color: #fff;
}