/**
 *
 * Open Journal Systems
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Copyright (c) themeOJS.com | Journal Support  | PT. Teknologi Talenta Digital Jurnal 
 * Designed for Sentralisasi (2026-02-06) oleh Abdul Jalil
 * 
 * Credits:
 * Background pattern from subtlepatterns.com
 *
 **/
.journals ul .body .description a {
  display: inline;
}
body {
  background: url("https://ejournal.um-sorong.ac.id/public/site/images/rawi/bg-ojs.png") #f5f9fb fixed !important;
}
/*.pkp_structure_footer .pkp_footer_content {background: #17b757; padding: 15px !important;}
.pkp_structure_footer .pkp_footer_content p {margin: 0}
.pkp_structure_footer .pkp_brand_footer {background: #17b757; height: auto !important; padding: 15px;}
.pkp_structure_footer .pkp_brand_footer img {width: 48px !important; height: auto;}
.pkp_structure_footer .pkp_footer_content a {color: #000000}
*/
#headerNavigationContainer {
  /*background:#007a31 url(https://preview.ibb.co/iZocpq/transparent-pattern-modern-1.png) repeat;
*/
  max-height: 200% !important; 
}
/*List Arikel Background*/
.obj_issue_toc .articles > li {
  margin-bottom: 20px;
  border-bottom: solid #b22488;
  /*  background-color: #0e586d !important;*/
  /*  background: transparent url("https://i.ibb.co.com/dgHLv5J/bc3.png") repeat scroll 0% 0% !important;*/
  background: transparent url("https://jurnal.kopebupustaka.id/public/site/images/admin/bg-artikel.png") repeat scroll
    0% 0% !important;
  padding: 1rem;
  border-radius: 0rem 0rem 2rem 0rem;
  /*border-radius: 2rem 2rem 2rem 2rem;*/
  box-shadow: 0.2rem 0.2rem 0.1rem #0e5f36;
}
.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}
.pkp_site_name .is_img img {
  max-height: 200px !important;
}
.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}
.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding-right: 30px;
}
.pkp_structure_page {
  margin-top: 0px !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.pkp_navigation_primary_row {background: #23e4a1 !important} /*warna background menu Home, about dll */
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul { background: #c54ca1 !important} /*warna background sub menu */

@media screen and (max-width: 600px) {
  .column2 {
    width: 100%;
  }
}
.pkp_structure_footer .pkp_footer_content {background: #23e4a1; padding: 10px !important;}
.pkp_structure_footer .pkp_footer_content p {margin: 0}
.pkp_structure_footer .pkp_brand_footer {background: #b32487; height: auto !important; padding: 0;}
.pkp_brand_footer img {display: none;}

body {
  background: #eee;
  overflow-x: hidden;
  font-family: tahoma, geneva, sans-serif;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
obj_article_details .abstract {
  text-align: justify;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.container {
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
  clear: both;
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1210px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .container {
    width: 1030px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 682px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 428px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    width: 320px;
    margin: 0 auto;
  }
}