.pkp_brand_footer {
	display: none;
}
    .simple-sidebar-menu {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .simple-sidebar-menu li {
        margin-bottom: 8px;
    }

    .simple-sidebar-menu li a {
        text-decoration: none;
        color: #fff;
        padding: 8px;
        display: block;
        background-color: #1E6292;
        border-radius: 4px;
        transition: background-color 0.3s;
    }

    .simple-sidebar-menu li a:hover {
        background-color: #6495ED;
        color: #fff;
    }



html {
    background:none;
}

.pkp_structure_page {
    margin: 30px auto; /* Margin atas dan bawah 50px, kiri-kanan auto */
    padding-bottom: 0;
    overflow: hidden;
    border-radius: 8px;
    width: 100%; /* Agar lebar elemen mengikuti lebar layar */
    max-width: auto; /* Menambahkan max-width agar konten tidak terlalu lebar */
}

body {
    font-family: poppins;
    font-size: 14px;
    line-height: 20px;
    background-color: #dee0e1;
     background: url("../../../../i.ibb.co.com/TM914mGR/Background-Jurnal-3.png");
   /** font-weight: bold; */
    text-align: justify; 
}