/* Struktur Sidebar */
.kepala {
    width: 100%; /* Ini membuat elemen mengambil 100% lebar dari elemen induknya */
    margin: 0;
    color: #ffffff;
    background: #1ca2c7;
    padding: 5px;
    font-family: FontAwesome;
    line-height: 23px;
    border-bottom: 2px solid #ffffff;
    font-weight: bold;
    text-align: center; 
}

.badan a {
    width: 100%; /* Elemen anchor akan mengambil seluruh lebar induknya */
    display: block;
    padding: 5px;
    border-bottom: 1px solid #1ca2c7;
    background: linear-gradient(90deg, rgb(31, 176, 247) 0%, rgb(227, 255, 255) 100%);
    text-align: left; 
    transition: 0.5s;
    color: black;
	text-align: center; 
}

.badan a:hover {
	background: #edf3f7;
	color: black !important;
	font-weight: bold;
	padding: 10px;
}

/* 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: #FFFDF6;
}

/* 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 */
}
/* Block Sidebar*/
.pkp_block .title {
    width: 100%;
    background-color: #F2F6D0;
    HEIGHT: 30PX;
    padding-top: 0.4em;
    text-align: center;
    display: inline-block; 
    padding-bottom: 0em;
    border-bottom: 3px solid #ff8000;
    font-weight: 600;
    text-transform: capitalize;
}


/* 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 96d5fa */
.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: #ececec !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 Abstrack*/
.main_entry .item.abstract {
	text-align: justify;
}

body {
	font-family: tahoma,geneva,sans-serif !important;
}
