/* Bagian header */
.pkp_site_name {
	margin: 0 !important;
}

.pkp_site_name > a {
	padding-top: 0 !important; 
	padding-bottom: 0 !important;
}

.pkp_site_name_wrapper {
    width: 100% !important;
	padding-left: 0 !important; 
	padding-right: 0 !important; 
	margin: 0 !important;
}

.pkp_site_name .is_img img {
	max-height: 100% !important; 
	max-width: 100% !important; 
}

.pkp_navigation_primary_row {
    text-align: justify;
    background: #0B8B68 !important;
    font-weight: normal;
    color: #ffffff !important;
}

.pkp_navigation_user {
    background: #0B8B68 !important;
    font-weight: normal;
    color: #ffffff !important;
}


.pkp_navigation_primary>li>a {
    display: block !important;
    margin: 0 !important;
    padding: 1rem 1.2em !important;
    color: #ffffff !important;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.pkp_navigation_primary>li>a:hover,
.pkp_navigation_primary>li>a:focus {
    background: #075942 !important;
    color: #FF9500 !important;
    outline: 0;
}

.pkp_navigation_primary li ul {
    background: #FF9500 !important;
    padding: 0 !important;
    margin: 0;
    list-style: none;
    min-width: 220px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}


.pkp_navigation_primary li ul li a {
    display: block !important;
    padding: 0.8rem 1.2rem !important;
    color: #ffffff !important;
    text-decoration: none;
    text-align: left;
    transition: background 0.2s ease, color 0.2s ease;
}

.pkp_navigation_primary li ul li a:hover,
.pkp_navigation_primary li ul li a:focus {
    background: #CC7700 !important;
    color: #ffffff !important;
    outline: 0;
}

.pkp_navigation_search_wrapper a {
    color: #ffffff !important;
}

.pkp_navigation_primary li ul li {
    position: relative !important;
}

.pkp_navigation_primary li ul li a:before {
    left: 0 !important;
    background: #075942 !important;
    width: 4px !important; 
}

.pkp_navigation_primary li ul{
    left: 0 !important;
}

.pkp_navigation_primary li ul li a:hover,
.pkp_navigation_primary li ul li a:focus {
    padding-left: 1.5rem !important;
    background: #CC7700 !important; 
}

/* Typografi */

.text-justify {
  text-align: justify;
}

.custom-hr-center {
    width: 60px;
    /* Shorter width */
    height: 4px;
    /* Thicker line */
    /* background-color: #333; Dark color, change as needed */
    border: none;
    /* Remove default border */
    margin: 20px auto;
    /* Centered with some spacing */
}

.custom-hr-default {
    width: 60px;
    /* Shorter width */
    height: 4px;
    /* Thicker line */
    /* background-color: #333; Dark color, change as needed */
    border: none;
    /* Remove default border */
    margin: 20px 0px;
    /* Centered with some spacing */
}

/* Custom tabs */
/* Pengaturan Warna Tab Kustom (Success Theme) */
.custom-tabs {
    border-bottom: 2px solid #0B8B68 !important; /* Hijau Utama Anda */
}

.custom-tabs .nav-link {
    color: #0B8B68;
    font-weight: 600;
    border: none;
    background: transparent;
    padding: 0.8rem 1.5rem;
}

.custom-tabs .nav-link:hover {
    color: #075942;
    background-color: #f8f9fa;
    border-color: transparent;
}

.custom-tabs .nav-link.active {
    background-color: #0B8B68 !important; /* Latar hijau saat aktif */
    color: #ffffff !important; /* Teks putih */
    border-radius: 4px 4px 0 0;
}

/* Efek Hanging Indent untuk Contoh Daftar Pustaka */
.citation-example {
    padding-left: 2em;
    text-indent: -2em;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    display: block;
}

  /* Harus diganti nanti */

  .description p{
	text-align: justify !important;
}
.homepage_about p{
	text-align: justify !important;
}
.jurdesc-toc{
    background: rgb(228, 245, 247);
    padding:10px;
    border-left:10px solid rgb(8, 130, 211);
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
}
.jurdesc-toc ol li a {
    text-decoration: none;
}
.jurdesc-toc ol li{
    color: rgb(8, 130, 211);
}
.jurdesc-item{
    padding:10px;
}
.jurdesc-item h3{
    color: rgb(8, 130, 211);
}
.jurdesc-item p{
    text-align: justify;
}


/* Footer */
.pkp_structure_footer_wrapper {
	background: #CC7700 !important; 
    color:#fff !important;
}
.pkp_structure_footer_wrapper a{
	color:#fff !important;
}

.pkp_footer_content {
	float: left;
	width: 70%;  padding-top: 10px;
	padding-bottom:10px;
}

.pkp_brand_footer {
    background: #f1cf09 !important;
	float: right;
	width: 20%;
	padding-bottom:10px;
	padding-top: 50px;
}