body {
  background-image: url(https://jurnal.ilmubersama.com/public/site/images/bg-rech.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Header Logo */
.pkp_site_name {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  max-height: 250px;
  overflow: hidden;
}

.pkp_site_name > a {
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
}

.pkp_site_name .is_img img {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: contain;
}

/* Footer Layout */
.pkp_footer_content {
  float: left;
  width: 70%;
  padding: 10px 0;
}

.pkp_brand_footer {
  float: right;
  width: 30%;
  padding: 10px 0;
}

/* Sidebar Table */
.hover {
  width: 100%;
  border-collapse: collapse;
}

.hover td {
  height: 30px;
  vertical-align: middle;
  border-bottom: 2px solid #FFFFFF;
  text-align: left;
  padding: 8px;
}

.hover td a {
  display: inline;
}

.hover tr {
  background: #4b7d92;
  color: #ffffff;
}

.hover tr:hover {
  background-color: #7497B0;
  transition: 0.3s;
  font-size: 15px;
}