@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

body {
  font-family: "Lora", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body .pkp_navigation_primary ul {
  right: auto;
}

body .pkp_navigation_user ul {
  right: auto;
}
#navigationPrimary a,.cmp_breadcrumbs{
  font-family: "Lora", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.obj_article_summary>.title{
  font-family: "Lora", sans-serif;
  font-weight: bold;
  font-style: normal;
}
.pkp_structure_main h2,.current_issue_title,.pkp_block .title,.obj_article_details .main_entry .item .label{
  font-family: "Lora", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 992px) {
  body .pkp_navigation_user_wrapper {
    top: 25px;
    right: auto;
    left: 0;
    width: 25%;
    padding-left: 30px;
  }
  body .pkp_structure_sidebar:before {
    content: "";
    
    top: 0;
    left: 0;
    right: initial;
    bottom: 0;
    width: 300px;
    border-right: 1px solid #ddd;
  }
  body .obj_article_details .main_entry {
    float: right;
  }
}
.pkp_site_name_wrapper,#navigationPrimary a:hover, #navigationPrimary a:focus,#navigationPrimary ul{
  background-color: #00595d;
  color: #ffffff;
}
/* Menu Tambahan Kanan by ade@htp.ac.id */
.hoverTable {
  width: 100%;
  border-collapse: collapse;
}
.hoverTable th {
  height: 30px;
  background: #ffffff;
  color: #00595d;
}
.hoverTable td {
  height: 30px;
  padding-top: 3px;
  vertical-align: middle;
  border-bottom: 1px solid #ffffff;
  text-align: center;
}
.hoverTable td a {
  width: 100%;
  display: block;
}
/* warna latar setiap baris tabel dan warna tulisan */
.hoverTable tr {
  background: #00595d;
  color: #ffffff;
}
/* warna ketika dilewati mouse */
.hoverTable tr:hover {
  background-color: #068c93;
}
.hoverTable a {
  color: #ffffff;
}
/* .hoverTable a:hover {
  color: black;
} */

.pkp_site_name .is_img img {
  max-height: 200px;
}
.pkp_site_name {
  text-align: center;
}
.data {
  background-color: #f0f0f0;
}
.wasit-table {
  width: 100%;
  border-collapse: collapse;
}
.wasit-table th, .wasit-table td {
  border: 1px solid #ddd;
  padding: 8px;
}
.wasit-table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.wasit-table tr:hover {
  background-color: #ddd;
}
.wasit-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}
.orcid-logo {
  width: 20px;
  vertical-align: middle;
}
.orc-font-body-large {
  font-size: 1.2em;
}
.pkp_nav_list ul a {
  color: #ffffff;
}