/* ---- PSIKOTES ---- */

.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 {
        display: inline-block;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
    }
.pkp_site_name .is_img img {
	max-height: 300px !important;
	margin-top: 0 px;
    	margin-bottom: 0 px;
        padding-bottom: 20px;
}
.pkp_head_wrapper, .has_site_logo .pkp_head_wrapper {
        position: relative;
        padding-top: 10px;
        background: transparent;
}
.pkp_site_name_wrapper {
	padding-left: 0; padding-right: 0;
}
.pkp_navigation_user_wrapper {
	top: 0; right: 0; padding-right:0px;
}
.pkp_navigation_user_wrapper .pkp_navigation_user {
        margin-right: 15px;
        padding-right: 0;
        width: auto;
        margin-top: 3px;
}
.pkp_navigation_user>li>a {
        color: #fff;
}
.pkp_navigation_user>li:last-child>a {
        margin-right: -0.714rem;
        background-color: #ffffff;
        border-radius: 10px;
}
.pkp_nav_list ul a {
        display: block;
        padding-left: .357rem;
        border-left: .357rem solid transparent;
        color: #ffa800;
}
.pkp_structure_page {
	margin-top: 0px;
}
.pkp_block {
        padding: 20px;
}
.pkp_page_index .current_issue h2 {
        display: inline-block;
        padding-bottom: 0.5em;
        border-bottom: 3px solid #8f8f8f;
        text-transform: uppercase;
        font-weight: 700;
        color: #271707;
}
html, body {
        font-family: montserrat, sans-serif;
        background: #ffffff;
}

body {
        font-family: Montserrat, sans-serif;
        margin: 0;
        padding: 0;
        background-color: #ffffff;
}

a {
        color: #363c56;
}
.pkp_page_index .current_issue .read_more {
        display: inline-block;
        position: relative;
        padding-right: 2.143rem;
        font-size: .93rem;
        font-weight: 700;
        line-height: 2.143rem;
        color: #8f8f8f;
        text-decoration: none;
        margin-bottom: 1.43rem;
}
.pkp_navigation_primary_row {
        background: #8f8f8f;
        padding-left: 2.143rem;
        padding-right: 2.143rem;
}
.pkp_navigation_search_wrapper a {
        padding-bottom: 6px;
        border-bottom-width: 4px;
        color: #fff;
}
#navigationPrimary>li>a {
    padding-bottom: 6px;
    border-bottom-width: 4px;
}
@media (min-width: 992px) {
    #navigationPrimary a {
        color: #fff;
}
}
.pkp_footer_content {
        float: left;
        width: 80%;
        padding:2%;
        padding-top: 5px;
        padding-bottom:10px;
}
.cmp_article_list>li {
        margin-bottom: 1.5rem;
        background-color: #f4f4f4;
        padding: 10px;
        border-radius: 0px;
        box-shadow: black;
}

.value {
        text-align: justify;
}

.hover-effect {
        background: linear-gradient(to left, #a251c5, #7339a5);
        padding: 15px;
        transition: all 0.3s ease;
      }
    
      .hover-effect:hover {
        background-color: #8e44ad;
        color: white;
        transform: scale(1.05);
        cursor: pointer;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      }
    
      .highlight {
        font-weight: bold;
        color: #3498db;
      }


      /* ----- VALUE ----- */
.value a {
        position: relative;
        text-decoration: none;
        color: #014276;
        font-weight: 600;
        display: inline-block;
        transition: transform 0.3s ease;
}

.value a::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #3a3a3a;
        transition: width 0.1s ease;
}

.value a:hover {
        transform: translateY(-5px);
}

.value a:hover::after {
        width: 100%;
}


/* ----- JUDUL JURNAL ----- */
.title a {
        position: relative;
        text-decoration: none;
        color: #333;
        font-weight: 600;
        display: inline-block;
        transition: transform 0.3s ease;
}

.title a::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #373737;
        transition: width 0.1s ease;
}

.title a:hover {
        transform: translateY(-5px);
}

.title a:hover::after {
        width: 100%;
}


/* ----- MENU-UTAMA ----- */
.menu-utama {
        position: relative;
        text-decoration: none;
        color: #5c5c5c;
        display: inline-block;
        transition: transform 0.3s ease;
        padding-top; 5px;
}

.menu-utama::after {
        content: '';
        position: relative;
        bottom: 0px;
        left: 0;
        width: 0;
        height: 0px;
        background-color: #007bff;
        transition: width 0.1s ease;
}

.menu-utama:hover {
        transform: translateY(-5px);
}

.menu-utama::after::after {
        width: 100%;
}


/* ----- GAMBAR INDEX ----- */
.index-image {
        position: relative;
        text-decoration: none;
        color: #014276;
        font-weight: 600;
        display: inline-block;
        transition: transform 0.3s ease;
}

.index-image::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #3f3f3f;
        transition: width 0.2s ease;
}

.index-image:hover {
        transform: translateY(-5px);
}

.index-image:hover::after {
        width: 100%;
}


/* ----- TABEL INFORMASI ----- */
/* Styling dasar */
body {
        font-family: Montserrat, sans-serif;
        margin: 0;
        padding: 0;
        background-color: #f4f4f9;
}
      
      .information {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        padding: 20px;
        gap: 20px;
}
      
      /* Styling tabel */
      .table-information {
        flex: 1 1 400px; /* Tabel menyesuaikan ukuran layar */
        max-width: 500px;
}
      
      table {
        width: 100%;
        border-collapse: collapse;
        background: #fff;
        border-radius: 0px;
        overflow: hidden;
}
      
      thead th {
        background-color: #3a3a3a;
        color: white;
        text-align: left;
        padding: 10px;
}
      
      tbody tr:nth-child(even) {
        background-color: #f9f9f9;
}
      
      tbody tr:hover {
        background-color: #f1f1f1;
}
      
      .th-informasi td {
        padding: 5px;
        border: 1px solid #ddd;
        text-align: left;
}
      
      .th-informasi td:first-child {
        text-align: left;
}
      
      /* Styling gambar buku */
      .image-information {
        flex: 1 1 300px; /* Gambar menyesuaikan ukuran layar */
        max-width: 300px;
}
      
      .image-information img {
        width: 80%;
        border-radius: 0px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


/* ---- FOOTER ---- */
/* ---- LOGO HAIAH ---- */

img.logo-haiah {
        width: 300px;
        float: left;
        filter: grayscale(100%);
}
