/**
 *
 * Open Journal Systems
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Copyright (c) themeOJS.com | IDPublishing  | PT. Penerbit Jurnal Indonesia 
 * Designed for Journal of Society and Public Policy (2025-01-08) oleh Abdul Jalil
 * 
 * Credits:
 * Background pattern from subtlepatterns.com
 *
 **/
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
.myButton {
  box-shadow: inset 0px 39px 0px -24px #a4a3a3;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #ffffff;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-family: Arial;
  font-size: 15px;
  padding: 5px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #cdcdcd;
  width: 210px;
  text-align: center;
}
.pkp_brand_footer {
  display: none;
}
.myButton:hover {
  background-color: #bd2d39;
}
.myButton:active {
  position: relative;
  top: 1px;
}
.pkp_structure_footer_wrapper {
  border-top: 5px solid #d9d9d9;
  border-bottom: none;
  background: #ffffff;
}
.pkp_footer_content {
  padding: 2.143rem;
  text-align: left;
  background-color: #ffffff;
}
* {
  box-sizing: border-box;
}
.column1 {
  float: left;
  width: 500px;
  padding: 0 10px;
}
.column2 {
  float: left;
  width: 300px;
  padding: 0 10px;
}
.row {
  margin: 0 -5px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 700px) {
  .column1 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .column2 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  height: 300px;
}
.cmp_notification {
  background: #fee;
  border-left: 0.357rem solid #980000;
}
.pkp_structure_head {
  border-bottom: 3px solid #d9d9d9;
  position: fixed;
  width: 100%;
  z-index: 99999;
}
.pkp_structure_content {
  padding-top: 190px;
}
@media only screen and (max-width: 986px) {
  .pkp_structure_content {
    padding-top: 20px;
  }
}
.pkp_footer_content {
  color: black;
}
@media only screen and (max-width: 466px) {
  .pkp_structure_content {
    padding-top: 30px;
  }
}
div.gallery {
  border: 1px solid #ccc;
  border-radius: 7px;
}
div.gallery:hover {
  border: 1px solid #777;
}
div.desc {
  padding: 15px;
  text-align: center;
}
* {
  box-sizing: border-box;
}
.responsive {
  padding: 0 6px;
  float: left;
  width: 33%;
}
@media only screen and (max-width: 980px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
  div.enter {
    padding: 6px;
    height: 450px;
  }
}
@media only screen and (max-width: 600px) {
  .responsive {
    width: 90%;
  }
  div.enter {
    padding: 6px;
    height: 450px;
  }
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
div.enter {
  padding: 10px;
  height: 350px;
}
div.gallery img {
  border-radius: 10px;
}