/* Struktur Sidebar */
.kepala {
	color: #ffffff; 
	background: #263159; 
	padding: 10px; 
	font-family: Lora, serif; 
	line-height: 23px;
	border-bottom: 4px solid white;
	font-weight: bold;
	text-align: center;
}

.badan a {
	display: block; 
	padding: 10px; 
	border-bottom: 1px solid white; 
	background: linear-gradient(90deg, rgb(167, 203, 217) 0%, #ffffff 100%);
	text-align: center;
	transition: 0.5s ;
	color:black;
}

.badan {
	margin-top: -15px;
}


.badan a:hover {
	background: #FFFBEB;
	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: #ffffff;
}

.obj_article_summary:hover {
	background:#FFFBEB;
}


.obj_article_summary {
    padding-bottom: 10px !important;
    border-bottom: solid 4px #263159 !important;
    font-size: 12px;
}

.meta .authors{
	/* background: url(https://i.ibb.co/wwXb1Bh/icon-group.png) 1px 2px no-repeat rgba(0, 0, 0, 0); */
	font-weight: bold;
	margin-top: 4px;
	padding-bottom: 5px;
	padding-left: 30px;
}

 .pkp_structure_main h1 {
     font-weight: 600;
     font-size: 20px;
}

.pkp_structure_main a {
    color: #263159 !important;
}

.pkp_structure_main a:hover {
	color: #A50017 !important;
}


.obj_galley_link {
    font-weight: 700;
    text-transform: Capitalize !important;
    background: #ffffff !important;
    color: #ffffff !important;
    border: solid 1px #263159 !important;
}

.obj_galley_link:hover {
	background:#ffffff !important;
	color:#1F2027 !important;
	border: solid 1px #263159 !important;
}


/* Footer */
.pkp_structure_footer_wrapper {
	background: #FFFBEB !important;
	border-bottom: 20px solid #263159;
}

.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 Abstrack*/
.main_entry .item.abstract {
	text-align: justify;
}

body {
	font-family: Lora, serif !important;
}


/* Struktur Header */
.pkp_site_name_wrapper {
	width: 100% !important;
}

.pkp_navigation_primary_row {
	text-align: center;
	background: #FFFBEB;
	font-weight: bold;

}


.pkp_site_name {
	width: 100% !important;
}

.pkp_site_name > a {
	padding-top: 0 !important; 
	padding-bottom: 0 !important;
}

.pkp_site_name_wrapper {
	padding-left: 0 !important; 
	padding-right: 0 !important; 
	margin: 0 !important;
}

/* Ukuran Header */

.pkp_site_name .is_img img {
	max-height: 100% !important; 
	max-width: 100% !important; 
	margin-top:5px;
}

/* Settingan Header */

.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; 
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li, .pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
	font-family:Lora, serif; 
	color: black !important; 
	font-weight: bold !important;
	transition:0.2s;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a:hover {
	background: #263159; 
	border-radius:20px !important;  
	color: white !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul, .pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li a:hover {
	border-radius: 0 !important; 
	-webkit-border-radius: 0 !important; 
	-o-border-radius: 0 !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul { 
	background: #FFFBEB !important
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li { 
	border-bottom: solid 1px rgb(255 255 255) !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li:last-child { 
	border-bottom: none !important;
}


.pkp_structure_head {
	background-color: #263159;;
}

.pkp_site_nav_toggle{
	background-color: #FF9A2E
}

.obj_article_details .page_title {
	background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 3px 3px 5px;
}

.description {
	text-align:justify;
}

.conten {
	border: black 1px;
}

.pkp_navigation_user.pkp_nav_list .profile a{
    border-radius:15px !important;
    padding-left:10px;
	padding-right:10px;
	background:#263159;
	color:white;
	border: 2px solid white
}

.pkp_navigation_user.pkp_nav_list .profile a:hover {
	background:#FFC000;
	color:black;
}

.dropdown-menu {
	background:#80000000 !important;
}

.pkp_navigation_search_wrapper a {
    border-radius:15px !important; 
    padding-left:10px;
	padding-right:10px;
	background:#FFFBEB;
	color:#263159;
	border: 2px solid white;
}
.pkp_navigation_search_wrapper a:hover {
	background:#FFC000;
	color:black;
}


/* css editorial team */

.editorial-list{
    position: relative; 
}
.editorial-list li{
    margin-bottom: 1.125rem;
}
.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;
}


/* cef7f2 */
/*.headerSearchPrompt.search_prompt {*/
/*    background:#A7CBD9; */
/*	transition: 0.5s !important;*/
    
/*}*/

/*.headerSearchPrompt.search_prompt:hover {*/
/*    border-radius:15px;*/
/*}*/

/*.search_controls a{*/
/*    color:#263159 !important;*/
/*}*/

.section {
	padding-top: 70px !important;
}

.pkp_structure_sidebar.left {
	background: linear-gradient(90deg, #ffffff 100%, rgb(248, 248, 248) 80%);
	margin-top:-31px;
}

.additional_content{
	text-align: justify;
}

@media (max-width: 991px) {
	.pkp_structure_sidebar.left {
		margin-top:0px;
	}
}


/* Media query untuk perangkat dengan lebar maksimum 768px (tablet dan smartphone) */
@media (max-width: 768px) {
    .pkp_site_name .is_img img {
        max-height: 80% !important; /* Mengurangi tinggi untuk lebih fleksibel */
        max-width: 90% !important; /* Menyesuaikan lebar agar tidak terlalu besar */
        margin-top: 2px; /* Memberikan jarak lebih pada atas */
        margin-bottom: 5px;
    }
}

/* Media query untuk perangkat dengan lebar maksimum 480px (smartphone kecil) */
@media (max-width: 480px) {
    .pkp_site_name .is_img img {
        max-height: 70% !important; /* Lebih kecil untuk layar kecil */
        max-width: 85% !important; /* Mengurangi lebar lebih jauh */
        margin-top: 2px; /* Memberikan lebih banyak jarak atas */
        margin-bottom: 5px;
    }
}

/* Untuk layar dengan lebar hingga 768px (Tablet) 15-15*/
@media (max-width: 768px) {
    .cmp_breadcrumbs {
        margin-top: 15px; /* Jarak atas */
        margin-bottom: 15px; /* Jarak bawah */
        padding: 5px; /* Tambahkan sedikit padding */
    }
}

/* Untuk layar dengan lebar hingga 480px (Ponsel kecil) 10-10*/
@media (max-width: 480px) {
    .cmp_breadcrumbs {
        margin-top: 15px; /* Jarak atas lebih kecil */
        margin-bottom: 10px; /* Jarak bawah lebih kecil */
        padding: 3px; /* Padding lebih kecil untuk menghemat ruang */
    }
}

@media (max-width: 480px) {
    html,body{
        overflow-x: clip;
    }
}

@media (max-width: 768px) {
    html,body{
        overflow-x: clip;
    }
}