/* === BODY UMUM === */
body {
  font-family: Tahoma, Geneva, sans-serif;
  background-color: #ffffff;
}

/* === HEADER === */
.pkp_structure_head {
  background: linear-gradient(0deg, #ffffff 0%, #a2a19e 100%);
}

.pkp_navigation_primary_row {
  text-align: center;
  background: #f9f8f8;
  font-weight: bold;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
  color: #ADFF2F !important;
  font-weight: bold !important;
  padding: 0 15px !important;
  line-height: 40px !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a:hover {
  background: #673AB7 !important;
  color: #ffffff !important;
  border-radius: 20px !important;
}

/* === SIDEBAR === */
.kepala {
  color: #ADFF2F !important;
  background: #673AB7 !important;
  padding: 10px;
  font-family: Arial, sans-serif;
  line-height: 23px;
  border-bottom: 4px solid #ADFF2F;
  font-weight: bold;
  text-align: center;
}

.badan {
  margin-top: -15px;
}

.badan a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ADFF2F;
  background: #673AB7 !important;
  color: #ADFF2F !important;
  text-align: center;
}

.badan a:hover {
  background: #FFFFFF !important;
  color: #ADFF2F !important;
  font-weight: bold;
}

.sidebar .block_title {
  color: #ADFF2F !important;
  background: #673AB7 !important;
  padding: 10px;
  text-align: center;
  border-bottom: 4px solid #ADFF2F;
}

.sidebar .content li a {
  display: block;
  padding: 10px;
  color: #ADFF2F !important;
  background: #673AB7 !important;
  border-bottom: 1px solid #ADFF2F;
  text-align: center;
}

.sidebar .content li a:hover {
  background: #FFFFFF !important;
  color: #ADFF2F !important;
  font-weight: bold;
}

/* === FOOTER === */
.pkp_structure_footer_wrapper {
  background: linear-gradient(0deg, #673AB7 0%, #673AB7 100%) !important;
  border-bottom: 20px solid #ADFF2F !important;
}

.pkp_footer_content {
  float: left;
  width: 70%;
  padding: 10px 0;
  color: #ADFF2F !important;
}

.pkp_brand_footer {
  float: right;
  width: 0%;
}

/* === TABLE OF CONTENT & ABSTRAK === */
.obj_article_summary {
  box-shadow: 3px 3px 5px;
  padding: 20px;
  border-radius: 10px;
  background: #ccfacc;
}

.obj_article_summary:hover {
  background: #0ac423;
}

.main_entry .item.abstract {
  text-align: justify;
}

/* === TWEAK TAMBAHAN === */
.pkp_search.pkp_search_desktop {
  color: #7c0201;
}

.pkp_site_nav_toggle {
  background-color: #444442;
}
