/* Struktur Sidebar */
.kepala {
	color: #ffffff; 
	background: #1c66c7; 
	padding: 10px; 
	line-height: 23px;
	border-bottom: 4px solid #47ccf5;
	font-weight: bold;
	text-align: center;
}

.badan {
	margin-top: -15px;
}

.badan a {
	display: block; 
	padding: 10px; 
	border-bottom: 1px solid #1c66c7; 
	background: linear-gradient(90deg, rgb(31, 176, 247), rgb(227, 255, 255));
	text-align: center;
	transition: 0.5s ;
	color: black;
}

.badan a:hover {
	background: #a9dbfc;
	color: black !important;
	font-weight: bold;
	padding: 15px;
}

/* Table of content */
.obj_article_summary {
    box-shadow: 3px 3px 5px;
    padding: 20px;
    border-radius: 10px;
    background: #cef2fd;
    overflow: visible; /* Membiarkan konten tampil penuh */
    min-height: 145px; /* Atur tinggi minimum sesuai kebutuhan */
    padding-bottom: 10px !important;
    border-bottom: solid 4px #388af5 !important;
    font-size: 12px;
}

.obj_article_summary:hover {
    background: #39cbf7;
}

/* Untuk memastikan teks tidak terlalu rapat */
.meta .authors {
    font-weight: normal;
    margin-top: 4px;
    padding-bottom: 5px;
    font-size: 12px; /* Mengatur ukuran font menjadi 12px */
}

/* Judul di dalam konten */
.pkp_structure_main h1 {
    font-weight: 600;
    font-size: 20px; /* Ukuran font untuk judul tetap 20px */
}

/* Tautan di dalam konten */
.pkp_structure_main a {
    color: #1c66c7 !important;
}

.pkp_structure_main a:hover {
    color: #f9681f!important;
}

/* Tautan galeri */
.obj_galley_link {
    font-weight: 700;
    text-transform: capitalize !important;
    background: #96d5fa !important;
    color: #ffffff !important;
}

.obj_galley_link:hover {
    background: #1c66c7 !important;
    color: #1F2027 !important;
}

/* Footer */
.pkp_structure_footer_wrapper {
	background: #def4ff !important;
	border-bottom: 20px solid #1c66c7;
}

.pkp_footer_content {
	float: left;
	width: 70%;  
	padding-top: 10px;
	padding-bottom: 10px;
}

.pkp_brand_footer {
	float: right;
	width: 20%;
	padding-bottom: 10px;
	padding-top: 50px;
}

/* Body and Abstract */
.main_entry .item.abstract {
	text-align: justify;
}

body {
	font-family: tahoma, geneva, sans-serif !important;
}

/* Struktur Header */
.pkp_site_name_wrapper,
.pkp_site_name {
    width: 100% !important;
}

.pkp_site_name > a {
	padding-top: 0 !important; 
	padding-bottom: 0 !important;
}

.pkp_navigation_primary_row {
	text-align: center;
	background: #1c66c7;
	font-weight: bold;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li {
	padding: 0 !important;
	margin: 0 !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
	margin: 0 !important; 
	padding: 0 15px !important; 
	line-height: 40px !important; 
}

/* Warna menu navigasi */
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li, 
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
	color: #ffffff !important; 
	font-weight: bold !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a:hover {
	background: #def4ff; 
	border-radius: 20px !important;  
	color: #1F2027 !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul { 
	background: #1c66c7 !important;
}

/* Struktur Gambar dan Latar Belakang */
.pkp_structure_head {
    background: url(/public/site/images/suhadianto170845/BG_pesona.png);
}

.pkp_site_nav_toggle {
    background-color: #1c66c7;
}


.description {
	text-align: justify;
}

.conten {
	border: black 1px;
}

/* Dropdown dan Profile */
.pkp_navigation_user.pkp_nav_list .profile a {
    border-radius: 15px !important;
    padding-left: 10px;
	padding-right: 10px;
	background: #1c66c7;
	color: white;
	border: 2px solid #f8a41c;
}

.pkp_navigation_user.pkp_nav_list .profile a:hover {
	background: #0048fe;
	color: black;
}

.dropdown-menu {
	background: #80000000 !important;
}

.headerSearchPrompt.search_prompt {
    background: #1c66c7;
}

.section {
	padding-top: 70px !important;
}

.pkp_structure_sidebar.left {
    background: #ffffff;
    margin-top: 1px;
}
