.pkp_navigation_user > li:last-child > a {
  background-color: transparent !important;
  border-radius: 0px;
  margin: 10px 0px !important;
  padding-right: 10px;
  font-weight: normal !important;
  box-shadow: none !important;
}

.pkp_site_name .is_img {
  max-height: 250px !important;
}

/*sidebar*/
.pkp_block .content ul li:hover {
  background-color: #9ec600;
}

.indexing {
  justify-content: center;
}
.indexing img {
  width: 260px;
  padding: 0px 5px;
}

/*footer*/
.pkp_footer_content {
  color: black !important;
  background-color: #c9e265 !important;
}

@media (max-width: 480px) {
  .table_desk {
    width: 360px;
  }

  .about_jurnal {
    flex-direction: column;
  }

  .about_jurnal img {
    width: 80%;
    margin: 0px 40px;
  }

  .indexing img {
    width: 170px;
    margin: 0px !important;
  }

  .footer {
    margin: 0px !important;
  }

  .desk_footer {
    padding: 0px !important;
  }
}
