/* ONMIND - Custom CSS */

/* Hide Academicprotheme watermark */
div[style*="position:fixed"][style*="bottom:0"][style*="right:0"] {
    display: none !important;
}

/* About Journal - sinkron dengan warna sidebar */
.about_journal {
    color: #1a1a1a !important;
    background: rgba(21, 101, 192, 0.15) !important;
}

/* Sidebar navigation menu hover effect */
.pkp_block .content p[style*="#1565c0"] {
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    position: relative !important;
    overflow: hidden !important;
}

.pkp_block .content p[style*="#1565c0"]::after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 3px !important;
    background: #ffd54f !important;
    transition: width 0.3s ease !important;
}

.pkp_block .content p[style*="#1565c0"]:hover {
    background: #0d47a1 !important;
    padding-left: 18px !important;
}

.pkp_block .content p[style*="#1565c0"]:hover::after {
    width: 100% !important;
}

.pkp_block .content p[style*="#1565c0"]:hover a {
    text-decoration: none !important;
    letter-spacing: 0.5px !important;
}

.pkp_block .content p[style*="#1565c0"] a em {
    transition: transform 0.2s ease !important;
    display: inline-block !important;
}

.pkp_block .content p[style*="#1565c0"]:hover a em {
    transform: scale(1.3) !important;
}

.sinta_logo a::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 22px;
    margin-right: 5px;
    background-image: url('https://sinta.kemdiktisaintek.go.id/public/assets/img/brand_sinta.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.sinta_logo a {
    color: #1a6b8a;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}