.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: 20px !important;
  margin-bottom: 20 !important;
  padding-bottom: 20 !important;
}

/* kode untuk footer jurnal logo FKP hilang */

.pkp_brand_footer {
	display: none !important;
}

/* kode untuk justify deskripsi jurnal */

.pkp_page_index .homepage_about{
	text-align: justify;
}



html, body {
    /* background: #0A2049 fixed !important */
	/* mengubah background webnya */
	background: url(https://i.ibb.co.com/cbqW2D4/swirl-pattern.webp) #f5f9fb fixed !important
}






/* ========================================== */
/* KODE UNTUK TABEL YANG DIGUNAKAN DI JURNAL */
/* ======================================== */

/* Reset & Typography */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.badanomoda{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #ffffff; /* #f8fafc; */
  color: #333;
  line-height: 1.7;
  padding: 20px;
}


h1 {
  text-align: left;
  margin-bottom: 4px;
  color: #1a202c;
  font-size: 2em;
}

.subtitle {
  text-align: center;
  color: #718096;
  margin-bottom: 40px;
  font-size: 1.1em;
}

/* Role Section */
.role-section {
  margin-bottom: 40px;
}

.role-title {
  background: linear-gradient(135deg, #7ADAA5, #239BA7);
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Table Styling */
.table-container {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  background-color: white;
  margin-bottom: 30px;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 400px;
}

th {
  padding: 16px 20px;
  background-color: #239BA7;
  color: white;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 0.5px;
}

td {
  padding: 14px 20px;
  border-bottom: 1px solid #e2e8f0;
}

tbody tr:hover {
  background-color: #f0f7ff;
  transition: background-color 0.3s ease;
}

.name {
  font-weight: 600;
  color: #1a365d;
}

.university {
  font-size: 0.85em;
  color: #4a5568;
  margin-top: 4px;
}

.links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.links a {
  padding: 4px 8px;
  background-color: #ebf8ff;
  color: #2b6cb0;
  text-decoration: none;
  border-radius: 6px;
  font-size: 0.8em;
  font-weight: 500;
  border: 1px solid #90cdf4;
  transition: all 0.2s;
}

.links a:hover {
  background-color: #2b6cb0;
  color: white;
  border-color: #2b6cb0;
}

/* --- RESPONSIVE: Card View di Mobile --- */
@media (max-width: 600px) {
  .role-title {
    font-size: 1.1em;
    padding: 12px;
  }

  th {
    display: none;
  }

  table, tbody, tr, td {
    display: block;
  }

  tr {
    margin-bottom: 18px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fdfdfd;
  }

  td {
    padding: 14px 20px;
    border: none;
    position: relative;
  }

  td:not(:last-child) {
    border-bottom: 1px dashed #ddd;
  }

  td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #1a365d;
    display: block;
    margin-bottom: 6px;
    font-size: 0.9em;
  }

  .links {
    margin-top: 0;
  }
}

/* ================================================== */
/* BATAS - KODE UNTUK TABEL YANG DIGUNAKAN DI JURNAL */
/* ================================================ */



/* ================================================== */
/* KODE UNTUK MENU KANAN */
/* ================================================ */


/* <style> */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    .body-MenuRKH {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background-color: white; /* #f8f9fa;*/
      color: #333;
      padding: 0px;
      line-height: 1.1;
    }

    .container-MenuRKH {
      max-width: 400px;
      margin: 0 auto;
      background-color: white;
      border-radius: 16px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .menu-title-MenuRKH {
      padding: 10px;
      text-align: center;
      background-color: #4a9d9c;
      color: white;
      font-size: 1.2rem;
      font-weight: 600;
      border-bottom: 1px solid #3e8b8a;
    }

    .menu-list-MenuRKH {
      list-style: none;
    }

    .menu-item-MenuRKH {
      display: flex;
      align-items: center;
      padding: 16px 24px;
      border-bottom: 1px solid #eaeaea;
      color: #333;
      text-decoration: none;
      font-size: 1rem;
      font-weight: 500;
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      cursor: pointer;
      position: relative;
      overflow: hidden;
    }

    .menu-item-MenuRKH:hover {
      background-color: #4a9d9c;
      color: white;
      transform: translateY(-2px);
      box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
    }

    .menu-item-MenuRKH:hover .icon {
      color: #fff;
      transform: scale(1.1);
    }

    .menu-item-MenuRKH .icon {
      width: 20px;
      height: 20px;
      margin-right: 12px;
      color: #4a9d9c;
      transition: all 0.3s ease;
    }

    .menu-item-MenuRKH span {
      transition: opacity 0.3s ease;
    }

    /* Responsive */
    @media (max-width: 480px) {
      .container-MenuRKH {
        margin: 10px;
        border-radius: 12px;
      }
      .menu-item-MenuRKH {
        padding: 14px 18px;
        font-size: 0.95rem;
      }
      .menu-title-MenuRKH {
        font-size: 1.2rem;
        padding: 16px;
      }
    }

    /* Animation on hover */
    .menu-item-MenuRKH::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 2px;
      background-color: #fff;
      transition: width 0.3s ease;
    }

    .menu-item-MenuRKH:hover::after {
      width: 100%;
    }
  
/* </style> */



