/* core */
html,
body {
  background:#f0f0f0 !important;
}

  .pkp_structure_main .page_index_journal {
    display: flex !important;
    flex-direction: column !important;  /* Menampilkan elemen secara vertikal */
  }
  
  /* Atur urutan elemen di dalam .page-index_journal */
  .pkp_structure_main .additional_content {
    order: 1 !important;  /* Tampil pertama */
  }
  
  .pkp_structure_main .current_issue {
    order: 2 !important;  /* Tampil kedua */
  }

.pkp_structure_content .pkp_structure_main{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: white;
    padding-top: 20px;
    margin-bottom: 20px;
    border-bottom: solid 7px #871e1e;
}

.pkp_structure_main:before,.pkp_structure_main:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0px !important;
    background: #ffffff !important;
}

.additional_content {
  border-top: none!important;
}

.pkp_footer_content {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pkp_brand_footer {
    display: none;
}


  @media (min-width: 992px) { 

    .pkp_navigation_user_wrapper{
      margin-top: 20px;
    }

    .dropdown-menu {
     background: #980100!important;
    }
  
    .pkp_site_name .is_img img {
        max-height: 140px;
      }

    .pkp_structure_head {
    border-bottom: 0px;
    }
   
    .pkp_footer_content {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
      }

      .pkp_site_nav_menu {
        background-color: #980100;
        padding-left: 20px;
        font-size: 1.12em;
        padding-top: 5px;
        padding-bottom: 5px;
        box-shadow: 8px 8px 0 0 #650000;

    }
    
    nav.pkp_navigation_primary_row ul li a,.pkp_head_wrapper .pkp_search .search_controls a,.pkp_navigation_user a,.pkp_navigation_primary li a,.pkp_navigation_user li a,.pkp_navigation_search_wrapper a {
        color: #f8f8f8
    }

    .pkp_site_name {
        margin-top: 20px;
        margin-bottom: 50px;
    }

  /* costumblok */
.pkp_block {
  padding-left: 20px!important;
  padding-right: 0px!important;
  padding-top: 0px!important;
}

/* stiky sidebar */
.pkp_structure_sidebar {
  position: sticky;
  top: 10px;
}


  }

/* Gaya tombol / galley link */
.cmp_button_wire,
.obj_galley_link {
    background: #fff;
    border: 1px solid #980100 !important;
    border-radius: 3px;
    font-size: 0.93rem;
    line-height: calc(2.143rem - 2px);
    color: #980100 !important;
}

.cmp_button_wire:hover,
.cmp_button_wire:focus,
.obj_galley_link:hover,
.obj_galley_link:focus {
  background:#980100 !important;
  color:#fff !important;
}


.obj_article_summary > .title a {
color: #980100 !important;
}


/* sidebar */
/*menu*/

.pkp_block.block_information
{
    background: #fff;
    backdrop-filter: blur(5px);
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    color: #797979;
    border-bottom: solid 7px #980100;
    margin-left: 20px;
    margin-bottom: 20px;

}

.pkp_block .title {
  padding-bottom: 10px;
  font-size: 16px!important;
  font-weight: 600!important;
  border-bottom: 1px solid #e5e7eb;
  margin-top: 0px;
  color: #980100!important;
  padding-top: 10px;
}


.journal-sidebar {
  background: #fff;
    backdrop-filter: blur(5px);
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    color: #797979;
      border-bottom: solid 7px #980100;

}

.sideTitle {
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #e5e7eb;
  margin-top: 0px;
  color: #980100;
}


.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pkp_block .content .sidebar-menu li {
    margin-bottom: 5px;
    padding: 0;
    border: solid 1px #ececec;
    
}

.sidebar-menu a {
    display: flex;
    align-items: center;
    gap: 2px;
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    color: #000000;
    border: solid 1px #980100;
}

.sidebar-menu a::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(135deg, #6dd5ed, #2193b0);*/
    background: linear-gradient(135deg, #980100, #bc0909);
    transition: all 0.4s ease;
    z-index: -1;
}
.sidebar-menu a:hover {
     color: white;
}
.sidebar-menu a:hover::before {
    left: 0;
}

.sidebar-menu a i {
    min-width: 22px;
    font-size: 16px;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.sidebar-menu a:hover i {
    opacity: 1;
    transform: scale(1.2);
}

.sideContent {
    margin: 10px;
}


/* footerrrr */
.pkp_structure_footer_wrapper {
  background-color: #f9f9f9;
  padding: 30px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column; 
  font-family: Arial, sans-serif;
}

.kolom-satu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px; /* Jarak antara kolom-satu dan Copyright */
}

.kolom-satu > div {
  flex: 1; /* Membuat ketiga div lebar yang sama */
  min-width: 200px; /* Agar tetap terlihat di layar kecil */
  padding: 15px;

}

/* Gaya untuk elemen dalam kolom pertama (Brand & Teks Penerbit) */
.brand-bawah img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px; /* Jarak antara logo dan teks */
}

.penerbit-text {
  font-weight: bold;
  margin: 0;
  font-size: 1.1em;
  color: #333;
}

/* Gaya untuk elemen dalam kolom Address dan Contact */
.alamat h4,
.contact h4 {
  margin-top: 0;
  color: #444;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.contact ul {
  list-style: none;
  padding: 0;
}

.contact li {
  margin-bottom: 8px;
  color: #555;
}

.Copyright {
  padding: 15px;
  text-align: center;
  font-size: 0.9em;
  color: #666;
  background-color: #f1f1f1;
  border-radius: 4px;
}

/* Responsif: Di layar kecil, tampilkan satu kolom untuk .kolom-satu */
@media (max-width: 768px) {
  .kolom-satu {
    flex-direction: column; /* Jadikan satu kolom */
  }

  .kolom-satu > div {
    min-width: 100%;
  }
}


.index-in {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Membuat 2 kolom */
  gap: 8px; /* Jarak antar item, bisa disesuaikan */
}

.index-in a {
  /* Optional: Agar setiap item merata secara rata kiri/kanan */
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-in img {
  /* Optional: Agar gambar tidak terlalu besar */
  max-width: 100%;
  height: auto;
  display: block;
}

/* Gaya untuk tombol "Selengkapnya" */
.tombol-selengkapnya-container {
  grid-column: span 2;
  display: flex;
  justify-content: end; 
  margin-top: 20px; 
}

.tombol-selengkapnya {
  display: inline-block;
  padding: 8px 16px; 
  background-color: #980100; 
  color: white; 
  text-decoration: none; 
  border-radius: 4px; 
  text-align: left;
  font-size: 12px; 
  transition: background-color 0.3s; 
}

.tombol-selengkapnya:hover {
  background-color: #530202; 
  color: #ddd;
}


.tabs input {
  display: none;
}
.tabs label {
  display: inline-block;
  padding: 10px 16px;
  background: #ffffff;
  color: #000;
  cursor: pointer;
  border: 1px solid #ebeaea;
  border-bottom: none;
  font-weight: bold;
}
.tabs label:hover {
  background: #ddd;
}
#tab1:checked + label {
  background: #980100;
  color: white;
}
#tab2:checked + label {
  background: #980100;
  color: white;
}
.tab-content .content {
  display: none;
  padding: 16px;
  border: 1px solid #ebeaea;
  background: white;
  
}
#tab1:checked ~ .tab-content #content1,
#tab2:checked ~ .tab-content #content2 {
  display: block;
}

.title-tab {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.konten-tab {
  text-align: justify;
}