/*(C) PPJI Universitas Sanata Dharma 2025 - JT25*/

p {
  margin-bottom: 5px;
}
.col-md-12.about_journal {
  display: none;
}

.pkp_structure_page {
  background-color: #fff;
  background-image: url(https://ibb.co/2shHx0T);
  background-repeat: repeat;
  overflow:hidden;
  border-radius:5px;
}

.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: 10px !important;
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
}

.pkp_site_name .is_img img {
  display: inline-block;
  max-height: 100px;
  max-width: 100%;
  width: auto;
  height: auto;
}

.pkp_structure_content {
  padding-top: 30px;
  background: #ffffff;
}

.navbar-default,.header_view {
  background-color: #efefef;
  border-color: #ececec
}

body {
  color: #333;
  line-height: 1.5;
  text-align: left;
  width: 1280px;
  margin:auto;
  background:#dfdfdf
}
a {
  color: #187eb9;
  text-decoration: none
}

a:hover,a:focus {
  color: #50abd5;
  text-decoration: underline
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn,.pkp_block.block_make_submission a {
  border: none;
  width:auto;
  font-size: 11px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  background: #1b80b9
}

.btn:hover {
  border-color: transparent
}

.btn-lg {
  line-height: 26px
}

.btn-default:hover {
  background-color: #393a35
}

table {
  line-height: 1.5; /* Menambahkan spasi teks menjadi 1.5 */
}

/* Jika Anda ingin membatasi pengaturan spasi hanya pada teks di dalam tabel, gunakan selektor berikut */
table td, table th {
  line-height: 1.5;
}
.responsive-image {
    max-width: 100%;
    height: auto;
}
.hvr-underline-from-center a {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.hvr-underline-from-center a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}

.hvr-underline-from-center a:hover::after {
    transform: scaleX(1);
}
