/* ================================
   Material Theme Sidebar
================================ */

.pkp_block.block_custom{

    background:#fff;

    border-radius:18px;

    padding:0;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    border:1px solid #edf2f7;

    overflow:hidden;

}

/* Judul block */

.pkp_block.block_custom>a{

    display:block;

    padding:22px 22px 16px;

    font-size:26px;

    font-weight:700;

    color:#0b1f5b;

    text-decoration:none;

    position:relative;
}

.pkp_block.block_custom>a::after{

    content:"";

    display:block;

    width:55px;

    height:4px;

    margin-top:10px;

    background:#2f73ff;

    border-radius:20px;

}

/* Hilangkan bullet */

.pkp_block.block_custom ul{

    list-style:none;

    padding:0;

    margin:0;

    border-left:none !important;

}

/* Link */

.pkp_block.block_custom ul li{

    border-top:1px solid #edf2f7;

    margin:0 !important;

}

.pkp_block.block_custom ul li a{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:15px 20px;

    color:#3b4856;

    text-decoration:none;

    transition:.3s;

}

/* Hover */

.pkp_block.block_custom ul li a:hover{

    background:#f5f9ff;

    color:#1565ff;

    padding-left:28px;

}

.pkp_block.block_custom ul li a::after{

    content:"›";

    font-size:22px;

    color:#a0a0a0;

}.hidden.xl\:sticky{

    position:static !important;

    overflow:visible !important;

    height:auto !important;

    max-height:none !important;
}
.pkp_block.block_custom ul li:nth-child(1) a::before{
    content:"📄";
}

.pkp_block.block_custom ul li:nth-child(2) a::before{
    content:"🔓";
}

.pkp_block.block_custom ul li:nth-child(3) a::before{
    content:"©";
}

.pkp_block.block_custom ul li:nth-child(4) a::before{
    content:"👥";
}

.pkp_block.block_custom ul li:nth-child(5) a::before{
    content:"🗄";
}

.pkp_block.block_custom ul li:nth-child(6) a::before{
    content:"🛡";
}

.pkp_block.block_custom ul li a::before{
    margin-right:10px;
    font-size:18px;
}
/* Lebarkan sidebar */
.journal-sidebar,
nav.w-56{
    width:320px !important;
    max-width:320px !important;
}
.pkp_block.block_custom ul li a{

    display:grid;

    grid-template-columns:24px 1fr 18px;

    column-gap:14px;

    align-items:center;

    padding:16px 20px;
}

.pkp_block.block_custom ul li a::before{

    justify-self:center;
}

.pkp_block.block_custom ul li a::after{

    justify-self:end;
}
