/* ===== MODERN HEADER STYLES ===== */
.pkp_head_wrapper,
.has_site_logo .pkp_head_wrapper {
	padding-top: 0 !important;
	background: #ffffff !important;
	border-bottom: 1px solid #e5e7eb !important;
	position: sticky !important;
	top: 0 !important;
	z-index: 1000 !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02) !important;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}

.pkp_site_name_wrapper {
	background: #ffffff !important;
	padding: 0 5rem !important;
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: space-between !important;
	width: 100% !important;
	height: 80px !important;
	box-sizing: border-box !important;
}

.pkp_site_name {
	width: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	flex-shrink: 0 !important;
	display: flex !important;
	align-items: center !important;
}

.pkp_site_name .is_img {
	display: flex !important;
	align-items: center !important;
}

.pkp_site_name .is_img img {
	max-height: 65px !important;
	height: auto !important;
	width: auto !important;
}

.pkp_site_name .is_text {
	font-family: 'Inter', sans-serif !important;
	font-size: 32px !important;
	font-weight: 900 !important;
	color: #0b429c !important;
	text-transform: uppercase !important;
	letter-spacing: -1.5px !important;
	line-height: 1 !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	text-decoration: none !important;
}

.pkp_site_name .is_text::after {
	content: 'EXCELLENCE IN CIVIL ENGINEERING RESEARCH';
	font-size: 10px !important;
	font-weight: 600 !important;
	color: #0284c7 !important;
	letter-spacing: 1px !important;
	margin-top: 4px !important;
	text-transform: uppercase !important;
}

/* Navigation area */
.pkp_site_nav_menu {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	flex: 1 !important;
	gap: 32px !important;
	background: transparent !important;
}

.pkp_navigation_primary_row {
	background: transparent !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center !important;
	float: none !important;
}

.pkp_navigation_primary_wrapper {
	display: flex !important;
	align-items: center !important;
	width: auto !important;
	gap: 32px !important;
	float: none !important;
	background: transparent !important;
}

#navigationPrimary {
	display: flex !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	gap: 32px !important;
	flex-direction: row !important;
	visibility: visible !important;
	opacity: 1 !important;
}

#navigationPrimary>li {
	display: inline-block !important;
	margin: 0 !important;
	float: none !important;
}

#navigationPrimary>li>a {
	font-family: 'Inter', 'Segoe UI', sans-serif !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #4b5563 !important;
	text-transform: none !important;
	text-decoration: none !important;
	padding: 0 0 4px 0 !important;
	border: none !important;
	border-bottom: 2px solid transparent !important;
	transition: all 0.2s ease !important;
}

#navigationPrimary>li>a:hover {
	color: #0284c7 !important;
}

#navigationPrimary>li.active>a {
	color: #0b429c !important;
	border-bottom: 2px solid #0b429c !important;
}

/* Search wrapper */
.pkp_navigation_search_wrapper {
	display: none !important;
}

/* We will insert a clean search input directly in the header template to match Gambar 2 */
.custom_search_form {
	display: flex !important;
	align-items: center !important;
	position: relative !important;
}

.custom_search_input {
	background: #f3f4f6 !important;
	border: none !important;
	border-radius: 6px !important;
	padding: 8px 16px 8px 40px !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 14px !important;
	color: #1f2937 !important;
	width: 256px !important;
	transition: all 0.3s ease !important;
	outline: none !important;
}

.custom_search_input:focus {
	background: #f3f4f6 !important;
	box-shadow: 0 0 0 2px #0284c7 !important;
}

.custom_search_icon {
	position: absolute !important;
	left: 14px !important;
	top: 10px !important;
	color: #9ca3af !important;
	font-size: 14px !important;
	pointer-events: none !important;
}

/* User navigation */
.pkp_navigation_user_wrapper {
	position: static !important;
	width: auto !important;
	transform: none !important;
	padding: 0 !important;
	margin-left: 16px !important;
	display: flex !important;
	align-items: center !important;
	float: none !important;
}

.pkp_navigation_user {
	display: flex !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	gap: 16px !important;
	width: auto !important;
	flex-direction: row !important;
	align-items: center !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.pkp_navigation_user>li {
	display: inline-block !important;
	margin: 0 !important;
	float: none !important;
}

.pkp_navigation_user>li>a {
	font-family: 'Inter', sans-serif !important;
	text-decoration: none !important;
	transition: all 0.2s ease !important;
	display: inline-block !important;
	white-space: nowrap !important;
	color: #0b429c !important;
	font-weight: 600 !important;
	font-size: 14px !important;
}

/* Action bar / User buttons */
.custom_action_bar {
	display: flex !important;
	align-items: center !important;
	gap: 20px !important;
}

.custom_login_link {
	font-family: 'Inter', sans-serif !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #1e293b !important;
	text-decoration: none !important;
	transition: color 0.2s ease !important;
}

.custom_login_link:hover {
	color: #0b429c !important;
}

.custom_register_btn {
	font-family: 'Inter', sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	text-decoration: none !important;
	padding: 10px 24px !important;
	background: linear-gradient(135deg, #0b429c 0%, #1d4ed8 100%) !important;
	border-radius: 6px !important;
	box-shadow: 0 4px 12px rgba(11, 66, 156, 0.2) !important;
	transition: all 0.3s ease !important;
	display: inline-block !important;
	white-space: nowrap !important;
}

.custom_register_btn:hover {
	background: linear-gradient(135deg, #1d4ed8 0%, #0b429c 100%) !important;
	box-shadow: 0 6px 16px rgba(11, 66, 156, 0.3) !important;
	transform: translateY(-1px) !important;
}

/* When logged in, show as profile dropdown */
.pkp_navigation_user>li.profile>a {
	color: #0b429c !important;
	border: none !important;
	background: transparent !important;
}

/* Hamburger toggle */
.pkp_site_nav_toggle {
	display: none !important;
}

/* Mobile responsive */
@media (max-width: 991px) {
	.pkp_site_name_wrapper {
		flex-wrap: wrap !important;
		padding: 0 20px !important;
	}

	.pkp_site_nav_toggle {
		display: block !important;
		position: absolute !important;
		right: 20px !important;
		top: 20px !important;
	}

	.pkp_site_nav_menu {
		flex-direction: column !important;
		width: 100% !important;
	}
}

.pkp_structure_head {
	background-color: transparent !important;
	border-bottom: none !important;
}

/* Explicitly hide the parent theme's gray background block */
.pkp_navigation_primary_row::before,
.pkp_navigation_primary_row::after {
	display: none !important;
}

.pkp_navigation_primary_row,
.pkp_navigation_primary_wrapper {
	background: transparent !important;
	background-color: transparent !important;
}

/* Target specifically the responsive media query block from parent style */
@media(min-width: 992px) {
	.pkp_navigation_primary_row {
		background: transparent !important;
		background-color: transparent !important;
	}
}


/* ===== PERFECT SCOPED RESETS FOR REDESIGNED PAGES (LOGIN, REGISTER, ERROR) ===== */

/* Scope resets to prevent breaking standard layout on other pages */
.pkp_page_login .pkp_structure_page,
.pkp_page_register .pkp_structure_page,
.pkp_page_issue .pkp_structure_page,
.pkp_page_article .pkp_structure_page,
.pkp_page_user .pkp_structure_page,
body:has(.page_error) .pkp_structure_page,
body:has(.page_message) .pkp_structure_page {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.pkp_page_login .pkp_structure_head,
.pkp_page_register .pkp_structure_head,
.pkp_page_issue .pkp_structure_head,
.pkp_page_article .pkp_structure_head,
.pkp_page_user .pkp_structure_head,
body:has(.page_error) .pkp_structure_head,
body:has(.page_message) .pkp_structure_head {
	background: transparent !important;
	border-bottom: none !important;
}

.pkp_page_login .pkp_structure_head::after,
.pkp_page_login .pkp_structure_head::before,
.pkp_page_login .pkp_structure_main:first-child:last-child::before,
.pkp_page_login .pkp_structure_main:first-child:last-child::after,
.pkp_page_register .pkp_structure_head::after,
.pkp_page_register .pkp_structure_head::before,
.pkp_page_register .pkp_structure_main:first-child:last-child::before,
.pkp_page_register .pkp_structure_main:first-child:last-child::after,
.pkp_page_issue .pkp_structure_head::after,
.pkp_page_issue .pkp_structure_head::before,
.pkp_page_issue .pkp_structure_main:first-child:last-child::before,
.pkp_page_issue .pkp_structure_main:first-child:last-child::after,
.pkp_page_user .pkp_structure_head::after,
.pkp_page_user .pkp_structure_head::before,
.pkp_page_user .pkp_structure_main:first-child:last-child::before,
.pkp_page_user .pkp_structure_main:first-child:last-child::after,
body:has(.page_error) .pkp_structure_head::after,
body:has(.page_error) .pkp_structure_head::before,
body:has(.page_error) .pkp_structure_main:first-child:last-child::before,
body:has(.page_error) .pkp_structure_main:first-child:last-child::after,
body:has(.page_message) .pkp_structure_head::after,
body:has(.page_message) .pkp_structure_head::before,
body:has(.page_message) .pkp_structure_main:first-child:last-child::before,
body:has(.page_message) .pkp_structure_main:first-child:last-child::after {
	display: none !important;
}

.pkp_page_login .pkp_head_wrapper,
.pkp_page_register .pkp_head_wrapper,
.pkp_page_issue .pkp_head_wrapper,
.pkp_page_article .pkp_head_wrapper,
.pkp_page_user .pkp_head_wrapper,
body:has(.page_error) .pkp_head_wrapper,
body:has(.page_message) .pkp_head_wrapper {
	background: #ffffff !important;
	border: none !important;
}

.pkp_page_login .pkp_structure_content,
.pkp_page_register .pkp_structure_content,
.pkp_page_issue .pkp_structure_content,
.pkp_page_article .pkp_structure_content,
.pkp_page_user .pkp_structure_content,
body:has(.page_error) .pkp_structure_content,
body:has(.page_message) .pkp_structure_content {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
}

.pkp_page_login .pkp_structure_main,
.pkp_page_register .pkp_structure_main,
.pkp_page_issue .pkp_structure_main,
.pkp_page_article .pkp_structure_main,
.pkp_page_user .pkp_structure_main,
body:has(.page_error) .pkp_structure_main,
body:has(.page_message) .pkp_structure_main {
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.pkp_page_login .pkp_structure_main:first-child:last-child,
.pkp_page_register .pkp_structure_main:first-child:last-child,
.pkp_page_issue .pkp_structure_main:first-child:last-child,
.pkp_page_article .pkp_structure_main:first-child:last-child,
.pkp_page_user .pkp_structure_main:first-child:last-child,
body:has(.page_error) .pkp_structure_main:first-child:last-child,
body:has(.page_message) .pkp_structure_main:first-child:last-child {
	margin: 0 !important;
}

/* Hide breadcrumbs & default page titles on login/register/error */
.pkp_page_login .cmp_breadcrumbs,
.pkp_page_login .page_login>h1,
.pkp_page_login .page_login>p:not(.login_institutional_desc),
.pkp_page_register .cmp_breadcrumbs,
.pkp_page_register .page_register>h1,
.pkp_page_register .page_register>p:not(.login_institutional_desc),
body:has(.page_error) .cmp_breadcrumbs,
body:has(.page_error) .page_error>h1,
body:has(.page_error) .page_error>.description,
body:has(.page_message) .cmp_breadcrumbs,
body:has(.page_message) .page_message>h1,
body:has(.page_message) .page_message>.description {
	display: none !important;
}


/* ===== PERFECT MATCH LOGIN & REGISTER DESIGN ===== */

/* Main background wrapper matching Gambar 2 */
.login_redesign_wrapper {
	position: relative;
	width: 100% !important;
	min-height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 70px 20px 40px;
	background: linear-gradient(180deg, #dbeafe 0%, #eff6ff 40%, #bfdbfe 100%);
	overflow: visible !important;
	box-sizing: border-box !important;
	z-index: 10;
}

.pkp_page_register .login_redesign_wrapper {
	min-height: 80vh;
	padding: 80px 20px 40px;
}

/* Card design */
.login_card_container {
	position: relative;
	z-index: 20;
	display: flex;
	width: 100%;
	max-width: 900px;
	min-height: 500px;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 15px 35px rgba(11, 66, 156, 0.1);
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: -120px;
	/* Overlaps onto the image montage */
}

.pkp_page_register .login_card_container {
	max-width: 1000px;
	min-height: 600px;
}

/* Left side info */
.login_info_panel {
	width: 42%;
	padding: 45px 35px;
	background: #f8fafc;
	border-right: 1px solid #f1f5f9;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.pkp_page_register .login_info_panel {
	width: 38%;
}

.login_info_title {
	font-family: 'Inter', sans-serif;
	font-size: 2rem !important;
	font-weight: 700;
	color: #0b429c;
	margin: 0 0 10px 0 !important;
}

.pkp_page_register .login_info_title {
	font-size: 1.8rem !important;
	line-height: 1.3 !important;
}

.login_info_subtitle {
	font-family: 'Inter', sans-serif;
	font-size: 13.5px;
	color: #64748b;
	margin: 0 0 35px 0 !important;
}

.login_institutional_box {
	background: #fffbeb;
	border: 1.5px solid #fef3c7;
	border-radius: 12px;
	padding: 20px;
	box-sizing: border-box;
}

.login_institutional_header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
}

.login_institutional_icon {
	width: 22px;
	height: 22px;
	background: #0b429c;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.login_institutional_title {
	font-family: 'Inter', sans-serif;
	font-size: 14.5px;
	font-weight: 700;
	color: #0b429c;
	margin: 0 !important;
}

.login_institutional_desc {
	font-family: 'Inter', sans-serif;
	font-size: 12.5px;
	color: #b45309;
	line-height: 1.6;
	margin: 0 !important;
}

.login_secured_text {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	color: #94a3b8;
	margin-top: auto;
	font-style: italic;
}

/* Right side login form */
.login_form_panel {
	width: 58%;
	padding: 45px 40px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.pkp_page_register .login_form_panel {
	width: 62%;
}

/* Form Group styling */
.login_form_group {
	margin-bottom: 24px;
}

.login_form_group label.login_field_label {
	display: block;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #1e293b;
	margin-bottom: 8px;
}

.login_form_group input[type="text"],
.login_form_group input[type="password"] {
	width: 100% !important;
	max-width: none;
	padding: 12px 16px !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 14px !important;
	border: 1px solid #cbd5e1 !important;
	border-radius: 5px !important;
	outline: none !important;
	background: #ffffff !important;
	color: #1e293b !important;
	box-sizing: border-box !important;
	transition: all 0.2s ease !important;
}

.login_form_group input:focus {
	border-color: #0b429c !important;
	box-shadow: 0 0 0 3px rgba(11, 66, 156, 0.15) !important;
}

/* Checkbox & Options */
.login_options_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.login_remember {
	display: flex;
	align-items: center;
}

.login_remember label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: 'Inter', sans-serif;
	font-size: 13.5px;
	font-weight: 500;
	color: #64748b;
	cursor: pointer;
}

.login_remember input[type="checkbox"] {
	width: 18px !important;
	height: 18px !important;
	accent-color: #0b429c !important;
	cursor: pointer !important;
	border-radius: 4px !important;
}

.login_forgot_link {
	font-family: 'Inter', sans-serif;
	font-size: 13.5px;
	color: #0b429c;
	text-decoration: none;
	font-weight: 600;
}

.login_forgot_link:hover {
	text-decoration: underline;
}

/* Action Button matching Gambar 2 */
.login_submit_btn {
	width: 100%;
	padding: 14px 20px;
	background: #0b429c;
	color: #ffffff;
	border: none;
	border-radius: 8px;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease;
	box-shadow: 0 4px 10px rgba(11, 66, 156, 0.2);
}

.login_submit_btn:hover {
	background: #1d4ed8;
	box-shadow: 0 6px 14px rgba(11, 66, 156, 0.3);
}

/* Info & Error alerts */
.login_error_msg {
	background: #fef2f2;
	border: 1px solid #fee2e2;
	color: #dc2626;
	padding: 12px 16px;
	border-radius: 8px;
	margin-bottom: 20px;
	font-family: 'Inter', sans-serif;
	font-size: 13.5px;
}

/* Responsive design */
@media (max-width: 768px) {
	.login_redesign_wrapper {
		padding: 40px 15px 100px;
	}

	.login_card_container {
		flex-direction: column;
	}

	.login_info_panel {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #e2e8f0;
		padding: 30px 20px;
	}

	.login_form_panel {
		width: 100%;
		padding: 30px 20px;
	}
}

/* Bottom Montage Images styles - matching target design */
.login_bottom_images {
	display: flex !important;
	width: 100% !important;
	height: 380px !important;
	/* increased height for wave space and skewing */
	position: relative !important;
	z-index: 5 !important;
	overflow: hidden !important;
	margin-top: -160px !important;
	/* Overlap to sit perfectly behind card and wrapper bottom */
	margin-bottom: -20px !important;
	/* Pulls the footer up to overlap and hide the white corner gaps */
	padding-top: 100px !important;
	/* Space for the wave overlay */
	background: linear-gradient(180deg, #0284c7 0%, #0b429c 100%) !important;
	gap: 0 !important;
	box-sizing: border-box !important;
}

/* Top wave mask over the images */
.login_bottom_images_wave {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	z-index: 6;
	pointer-events: none;
}

.login_img_col {
	flex: 1 1 0% !important;
	min-width: 0 !important;
	height: 100% !important;
	overflow: hidden !important;
	position: relative !important;
	transform: skewX(-12deg) !important;
	margin: 0 -8px !important;
	border-right: 3px solid #ffffff !important;
}

.login_img_col:last-child {
	border-right: none !important;
}

/* Dark cinematic overlay matching target design */
.login_img_col::after {
	content: '' !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background: linear-gradient(180deg, rgba(11, 66, 156, 0.1) 0%, rgba(11, 66, 156, 0.4) 100%) !important;
	pointer-events: none !important;
	z-index: 2 !important;
}

.login_img_inner {
	width: 140% !important;
	height: 100% !important;
	background-size: cover !important;
	background-position: center !important;
	transform: skewX(12deg) scale(1.15) !important;
	position: absolute !important;
	left: -20% !important;
	top: 0 !important;
	z-index: 1 !important;
}

.login_institutional_icon_container {
	width: 30px !important;
	height: 30px !important;
	background: #f0f6ff !important;
	border-radius: 50% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.page_login .login {
	max-width: none;
	margin: auto 0px !important;
}

/* Fieldsets & fields inside registration form */
.login_form_panel fieldset {
	border: none !important;
	padding: 0 !important;
	margin: 0 0 30px 0 !important;
}

.login_form_panel legend {
	font-family: 'Inter', sans-serif !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #0b429c !important;
	border-bottom: 2px solid #eff6ff !important;
	padding-bottom: 8px !important;
	margin-bottom: 20px !important;
	width: 100% !important;
	display: block !important;
}

.login_form_panel .fields>div {
	margin-bottom: 20px !important;
}

.login_form_panel label {
	display: block !important;
	font-family: 'Inter', sans-serif !important;
	cursor: pointer !important;
}

.login_form_panel label span.label {
	display: block !important;
	font-size: 13.5px !important;
	font-weight: 700 !important;
	color: #1e293b !important;
	margin-bottom: 8px !important;
}

.login_form_panel label span.required {
	color: #dc2626 !important;
	margin-left: 2px !important;
}

.login_form_panel input[type="text"],
.login_form_panel input[type="password"],
.login_form_panel input[type="email"],
.login_form_panel select {
	width: 100% !important;
	max-width: none !important;
	padding: 12px 16px !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 14px !important;
	border: 1px solid #cbd5e1 !important;
	border-radius: 5px !important;
	outline: none !important;
	background: #ffffff !important;
	color: #1e293b !important;
	box-sizing: border-box !important;
	transition: all 0.2s ease !important;
}

.login_form_panel select {
	height: 46px !important;
	appearance: none !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23475569'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 16px center !important;
	background-size: 16px !important;
}

.login_form_panel input:focus,
.login_form_panel select:focus {
	border-color: #0b429c !important;
	box-shadow: 0 0 0 3px rgba(11, 66, 156, 0.15) !important;
}

/* Opt-in / checkboxes */
.login_form_panel .optin label {
	display: flex !important;
	align-items: flex-start !important;
	gap: 10px !important;
	font-weight: 500 !important;
	color: #64748b !important;
	font-size: 13.5px !important;
	line-height: 1.5 !important;
}

.login_form_panel .optin input[type="checkbox"] {
	margin-top: 3px !important;
	width: 18px !important;
	height: 18px !important;
	accent-color: #0b429c !important;
	cursor: pointer !important;
	flex-shrink: 0 !important;
	border-radius: 4px !important;
}

/* Reviewer interests input */
.login_form_panel .reviewer_interests,
.login_form_panel .reviewer_nocontext_interests {
	margin-top: 15px !important;
}

/* Action buttons */
.login_form_panel .buttons {
	margin-top: 30px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 20px !important;
}

.login_form_panel button.submit {
	flex: 1 !important;
	padding: 14px 20px !important;
	background: #0b429c !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 8px !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	transition: all 0.2s ease !important;
	box-shadow: 0 4px 10px rgba(11, 66, 156, 0.2) !important;
}

.login_form_panel button.submit:hover {
	background: #1d4ed8 !important;
	box-shadow: 0 6px 14px rgba(11, 66, 156, 0.3) !important;
}

.login_form_panel a.login {
	font-family: 'Inter', sans-serif !important;
	font-size: 13.5px !important;
	color: #0b429c !important;
	text-decoration: none !important;
	font-weight: 600 !important;
}

.login_form_panel a.login:hover {
	text-decoration: underline !important;
}

/* OJS Form errors styled like alerts */
.login_form_panel .cmp_notification.error,
.login_form_panel .form_errors,
.login_form_panel .common-form-errors {
	background: #fef2f2 !important;
	border: 1px solid #fee2e2 !important;
	color: #dc2626 !important;
	padding: 14px 18px !important;
	border-radius: 8px !important;
	margin-bottom: 25px !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 13.5px !important;
}

.login_form_panel .cmp_notification.error ul,
.login_form_panel .form_errors ul {
	margin: 8px 0 0 0 !important;
	padding-left: 20px !important;
}


/* ===== PERFECT MATCH ERROR & DISABLE PAGES DESIGN ===== */

/* Main background wrapper matching Gambar 2 */
.error_redesign_wrapper {
	position: relative;
	width: 100% !important;
	min-height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 20px 40px;
	background: linear-gradient(180deg, #dbeafe 0%, #eff6ff 40%, #bfdbfe 100%);
	overflow: visible !important;
	box-sizing: border-box !important;
	z-index: 10;
}

/* Card design */
.error_card_container {
	position: relative;
	z-index: 20;
	display: flex;
	width: 100%;
	max-width: 850px;
	min-height: 450px;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 15px 35px rgba(11, 66, 156, 0.1);
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: -120px;
	/* Overlaps onto the image montage */
}

/* Left side info */
.error_info_panel {
	width: 42%;
	padding: 45px 35px;
	background: #f8fafc;
	border-right: 1px solid #f1f5f9;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.error_info_title {
	font-family: 'Inter', sans-serif;
	font-size: 2rem !important;
	font-weight: 700;
	color: #0b429c;
	margin: 0 0 10px 0 !important;
	line-height: 1.2;
}

.error_info_subtitle {
	font-family: 'Inter', sans-serif;
	font-size: 13.5px;
	color: #64748b;
	margin: 0 0 35px 0 !important;
}

.error_status_box {
	background: #fef2f2;
	border: 1.5px solid #fee2e2;
	border-radius: 12px;
	padding: 20px;
	box-sizing: border-box;
}

.error_status_header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
}

.error_status_icon_container {
	width: 30px !important;
	height: 30px !important;
	background: #fee2e2 !important;
	border-radius: 50% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.error_status_title {
	font-family: 'Inter', sans-serif;
	font-size: 14.5px;
	font-weight: 700;
	color: #991b1b;
	margin: 0 !important;
}

.error_status_desc {
	font-family: 'Inter', sans-serif;
	font-size: 12.5px;
	color: #b91c1c;
	line-height: 1.6;
	margin: 0 !important;
}

.error_secured_text {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	color: #94a3b8;
	margin-top: auto;
	font-style: italic;
}

/* Right side panel */
.error_msg_panel {
	width: 58%;
	padding: 45px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
}

.error_headline {
	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #1e293b;
	margin-bottom: 16px;
}

.error_description_text {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	color: #475569;
	line-height: 1.6;
	margin-bottom: 30px;
}

/* Action Button matching login/register submit buttons */
.error_action_btn {
	display: inline-block;
	text-align: center;
	padding: 14px 20px;
	background: #0b429c;
	color: #ffffff !important;
	text-decoration: none !important;
	border: none;
	border-radius: 8px;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease;
	box-shadow: 0 4px 10px rgba(11, 66, 156, 0.2);
}

.error_action_btn:hover {
	background: #1d4ed8;
	box-shadow: 0 6px 14px rgba(11, 66, 156, 0.3);
}

/* Responsive design */
@media (max-width: 768px) {
	.error_redesign_wrapper {
		padding: 40px 15px 100px;
	}

	.error_card_container {
		flex-direction: column;
		min-height: auto;
	}

	.error_info_panel {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #e2e8f0;
		padding: 30px 20px;
	}

	.error_msg_panel {
		width: 100%;
		padding: 30px 20px;
	}
}

/* Bottom Montage Images styles - matching target design */
.error_bottom_images {
	display: flex !important;
	width: 100% !important;
	height: 380px !important;
	/* increased height for wave space and skewing */
	position: relative !important;
	z-index: 5 !important;
	overflow: hidden !important;
	margin-top: -160px !important;
	/* Overlap to sit perfectly behind card and wrapper bottom */
	margin-bottom: -20px !important;
	/* Pulls the footer up to overlap and hide the white corner gaps */
	padding-top: 100px !important;
	/* Space for the wave overlay */
	background: linear-gradient(180deg, #0284c7 0%, #0b429c 100%) !important;
	gap: 0 !important;
	box-sizing: border-box !important;
}

/* Top wave mask over the images */
.error_bottom_images_wave {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	z-index: 6;
	pointer-events: none;
}

.error_img_col {
	flex: 1 1 0% !important;
	min-width: 0 !important;
	height: 100% !important;
	overflow: hidden !important;
	position: relative !important;
	transform: skewX(-12deg) !important;
	margin: 0 -8px !important;
	border-right: 3px solid #ffffff !important;
}

.error_img_col:last-child {
	border-right: none !important;
}

/* Dark cinematic overlay matching target design */
.error_img_col::after {
	content: '' !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background: linear-gradient(180deg, rgba(11, 66, 156, 0.1) 0%, rgba(11, 66, 156, 0.4) 100%) !important;
	pointer-events: none !important;
	z-index: 2 !important;
}

.error_img_inner {
	width: 140% !important;
	height: 100% !important;
	background-size: cover !important;
	background-position: center !important;
	transform: skewX(12deg) scale(1.15) !important;
	position: absolute !important;
	left: -20% !important;
	top: 0 !important;
	z-index: 1 !important;
}


/* ===== MODERN FOOTER STYLES ===== */
.pkp_structure_footer_wrapper {
	background: linear-gradient(180deg, #00388d 0%, #00225c 100%) !important;
	border: none !important;
	border-top: none !important;
	border-bottom: none !important;
	width: 100% !important;
	border-radius: 1rem 1rem 0 0 !important;
	position: relative !important;
	z-index: 100 !important;
}

.pkp_structure_footer {
	margin: 0 !important;
	width: 100% !important;
	padding: 0 5rem !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	flex-wrap: wrap !important;
	gap: 20px !important;
	box-sizing: border-box !important;
	border: none !important;
}

/* Hide default brand footer */
.pkp_brand_footer {
	display: none !important;
}

/* Custom footer layout */
.footer_custom_wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 24px;
}

.footer_brand_section {
	display: flex;
	flex-direction: column;
	gap: 6px;
	text-align: left;
}

.footer_logo_text {
	font-family: 'Inter', sans-serif;
	font-size: 26px;
	font-weight: 800;
	color: #ffffff;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1;
}

.footer_copyright {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.7);
	margin: 0;
}

.footer_links_section {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.footer_links_section a {
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
	transition: color 0.2s ease;
	white-space: nowrap;
}

.footer_links_section a:hover {
	color: #ffffff;
}

@media (max-width: 768px) {
	.footer_custom_wrapper {
		flex-direction: column;
		text-align: center;
	}

	.footer_brand_section {
		align-items: center;
	}

	.footer_links_section {
		justify-content: center;
		gap: 16px;
	}

	.pkp_structure_footer {
		padding: 30px 20px !important;
	}
}

/* ============================================================
   HOME PAGE STYLES - indexJournal
   ============================================================ */

/* ============================================================
   ARCHIVE & ISSUE TOC PAGES REDESIGN
   ============================================================ */
.unjani_archive_container_wrapper {
	background-color: #eef4f8 !important;
	padding: 50px 0 !important;
	min-height: 100vh !important;
	box-sizing: border-box !important;
	width: 100% !important;
}

.unjani_archive_container {
	max-width: 1200px !important;
	margin: 0 auto !important;
	display: flex !important;
	gap: 30px !important;
	align-items: flex-start !important;
	padding: 0 20px !important;
	box-sizing: border-box !important;
}

/* Sidebar Styling */
.unjani_archive_sidebar {
	width: 260px !important;
	flex-shrink: 0 !important;
	background: #ffffff !important;
	border-radius: 8px !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
	padding: 24px 20px !important;
	box-sizing: border-box !important;
}

.unjani_archive_sidebar .sidebar_title {
	font-family: 'Inter', sans-serif !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #1e293b !important;
	margin-top: 0 !important;
	margin-bottom: 20px !important;
	border-bottom: 2px solid #e2e8f0 !important;
	padding-bottom: 12px !important;
}

.unjani_archive_accordion {
	display: flex !important;
	flex-direction: column !important;
	gap: 10px !important;
}

.unjani_archive_year_group {
	border-radius: 6px !important;
	overflow: hidden !important;
	border: 1px solid #e2e8f0 !important;
}

.unjani_archive_year_group.active {
	border-color: #fcd34d !important;
}

.unjani_archive_year_toggle {
	width: 100% !important;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	background: #f8fafc !important;
	border: none !important;
	padding: 14px 16px !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #4b5563 !important;
	cursor: pointer !important;
	transition: all 0.2s ease !important;
	text-align: left !important;
	outline: none !important;
}

.unjani_archive_year_group.active .unjani_archive_year_toggle {
	background: #fcd34d !important;
	color: #1e293b !important;
}

.unjani_archive_year_toggle:hover {
	background: #f1f5f9 !important;
}

.unjani_archive_year_group.active .unjani_archive_year_toggle:hover {
	background: #fbbf24 !important;
}

.unjani_archive_year_toggle .fa {
	font-size: 12px !important;
	transition: transform 0.2s ease !important;
}

.unjani_archive_issues_list {
	list-style: none !important;
	padding: 10px 16px 14px 16px !important;
	margin: 0 !important;
	background: #ffffff !important;
	border-top: 1px solid #e2e8f0 !important;
}

.unjani_archive_issues_list li {
	margin: 10px 0 !important;
	padding-left: 12px !important;
	position: relative !important;
}

.unjani_archive_issues_list li::before {
	content: '' !important;
	position: absolute !important;
	left: 0 !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 4px !important;
	height: 12px !important;
	background: transparent !important;
	border-radius: 2px !important;
	transition: background 0.2s ease !important;
}

.unjani_archive_issues_list li.active::before {
	background: #0284c7 !important;
}

.unjani_archive_issues_list li a {
	font-family: 'Inter', sans-serif !important;
	font-size: 14px !important;
	color: #0284c7 !important;
	text-decoration: none !important;
	font-weight: 600 !important;
	transition: color 0.2s ease !important;
	display: block !important;
}

.unjani_archive_issues_list li.active a {
	color: #0b429c !important;
	font-weight: 700 !important;
}

.unjani_archive_issues_list li a:hover {
	color: #0b429c !important;
}

/* Content Area Styling */
.unjani_archive_content {
	flex-grow: 1 !important;
	min-width: 0 !important;
}

.unjani_archive_title {
	font-family: 'Inter', sans-serif !important;
	font-size: 32px !important;
	font-weight: 800 !important;
	color: #1e293b !important;
	margin-top: 0 !important;
	margin-bottom: 8px !important;
	letter-spacing: -0.5px !important;
}

.unjani_archive_subtitle {
	font-family: 'Inter', sans-serif !important;
	font-size: 16px !important;
	color: #64748b !important;
	margin-top: 0 !important;
	margin-bottom: 32px !important;
}

/* Issue TOC Card Styling */
.unjani_issue_toc_card {
	background: #ffffff !important;
	border-radius: 8px !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
	overflow: hidden !important;
	border: 1px solid #e2e8f0 !important;
}

.unjani_issue_toc_header {
	padding: 22px 28px !important;
	border-bottom: 1px solid #e2e8f0 !important;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 16px !important;
	background: #ffffff !important;
}

.unjani_issue_toc_header h2 {
	font-family: 'Inter', sans-serif !important;
	font-size: 22px !important;
	font-weight: 800 !important;
	color: #1e293b !important;
	margin: 0 !important;
}

.unjani_issue_pub_date {
	font-family: 'Inter', sans-serif !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	background: #0b429c !important;
	color: #ffffff !important;
	padding: 6px 14px !important;
	border-radius: 4px !important;
	text-transform: none !important;
	letter-spacing: 0.5px !important;
}

/* Article Row Styling */
.unjani_article_row {
	padding: 28px 28px !important;
	border-bottom: 1px solid #e2e8f0 !important;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	gap: 32px !important;
	transition: background 0.2s ease !important;
}

.unjani_article_row:last-child {
	border-bottom: none !important;
}

.unjani_article_row:hover {
	background: #f8fafc !important;
}

.unjani_article_main {
	flex-grow: 1 !important;
	min-width: 0 !important;
}

.unjani_article_title {
	font-family: 'Inter', sans-serif !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #1e293b !important;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	line-height: 1.45 !important;
}

.unjani_article_title a {
	color: #1e293b !important;
	text-decoration: none !important;
	transition: color 0.2s ease !important;
}

.unjani_article_title a:hover {
	color: #0b429c !important;
}

.unjani_article_authors {
	font-family: 'Inter', sans-serif !important;
	font-size: 14px !important;
	color: #64748b !important;
	margin-bottom: 14px !important;
	font-weight: 500 !important;
}

.unjani_article_meta_row {
	display: flex !important;
	align-items: center !important;
	gap: 16px !important;
	flex-wrap: wrap !important;
}

.unjani_article_badge {
	font-family: 'Inter', sans-serif !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	color: #4b5563 !important;
	background: #f1f5f9 !important;
	padding: 5px 12px !important;
	border-radius: 4px !important;
	text-transform: none !important;
}

.unjani_article_doi {
	font-family: 'Inter', sans-serif !important;
	font-size: 12px !important;
	color: #64748b !important;
	font-weight: 500 !important;
}

.unjani_article_doi a {
	color: #64748b !important;
	text-decoration: none !important;
	transition: color 0.2s ease !important;
}

.unjani_article_doi a:hover {
	color: #0b429c !important;
	text-decoration: underline !important;
}

/* Article Actions Styling */
.unjani_article_actions {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-end !important;
	gap: 12px !important;
	min-width: 140px !important;
	flex-shrink: 0 !important;
}

.unjani_article_downloads {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 13.5px !important;
	color: #64748b !important;
	font-weight: 600 !important;
}

.unjani_article_downloads .fa-download {
	font-size: 14px !important;
}

.unjani_pdf_btn {
	display: inline-block !important;
	background: #0b429c !important;
	color: #ffffff !important;
	font-family: 'Inter', sans-serif !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	padding: 9px 26px !important;
	border-radius: 4px !important;
	font-size: 14px !important;
	text-align: center !important;
	min-width: 80px !important;
	box-shadow: 0 2px 8px rgba(11, 66, 156, 0.15) !important;
	transition: all 0.2s ease !important;
	border: none !important;
	cursor: pointer !important;
}

.unjani_pdf_btn:hover {
	background: #1d4ed8 !important;
	box-shadow: 0 4px 12px rgba(11, 66, 156, 0.25) !important;
	transform: translateY(-1px) !important;
}

.unjani_pdf_btn.restricted {
	background: #94a3b8 !important;
	color: #ffffff !important;
	box-shadow: none !important;
	cursor: not-allowed !important;
}

/* Pagination Redesign Styling */
.unjani_pagination_container {
	margin-top: 40px !important;
	display: flex !important;
	justify-content: center !important;
	width: 100% !important;
}

.unjani_pagination {
	display: flex !important;
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	gap: 8px !important;
	align-items: center !important;
}

.unjani_pagination li {
	display: inline-block !important;
}

.unjani_pagination li a,
.unjani_pagination li span {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 38px !important;
	height: 38px !important;
	border-radius: 4px !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 14.5px !important;
	font-weight: 700 !important;
	color: #4b5563 !important;
	text-decoration: none !important;
	transition: all 0.2s ease !important;
	cursor: pointer !important;
}

.unjani_pagination li a:hover {
	background: #cbd5e1 !important;
	color: #1e293b !important;
}

.unjani_pagination li.active a {
	background: #0b429c !important;
	color: #ffffff !important;
}

.unjani_pagination li.dots span {
	cursor: default !important;
	color: #94a3b8 !important;
}

.unjani_pagination li.prev_btn a,
.unjani_pagination li.next_btn a {
	color: #4b5563 !important;
}

/* Mobile Responsiveness for Archive Layout */
@media (max-width: 991px) {
	.unjani_archive_container {
		flex-direction: column !important;
	}

	.unjani_archive_sidebar {
		width: 100% !important;
	}

	.unjani_article_row {
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 20px !important;
	}

	.unjani_article_actions {
		width: 100% !important;
		flex-direction: row !important;
		justify-content: space-between !important;
		align-items: center !important;
	}
}