@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

::before, ::after {
    display: none;
}

.pkp_site_nav_toggle>span {
    border-bottom: 3px solid #cf0000;
    border-top: 3px solid #cf0000;
}

.pkp_nav_list ul a {
    border-left: none;
    }

.pkp_nav_list ul a:hover {
    background: #b01010;
    color: white !important;
}

.pkp_navigation_primary_wrapper ul a:hover {
    background: #ae1213;
    color: white !important;
}

a,p,h1,h2,h3,span,div {
    color: black !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 500;
    font-style: normal;
}

.pkp_head_wrapper {
    padding-top: 10px !important;
}

.pkp_structure_head {
    background-color: #ffffff !important;
}

.pkp_site_nav_menu {
    background: #ffffff !important;
    /* border-bottom: #9f2929ff 4px solid !important; */
}

ul#navigationPrimary li:last-child {
    position: absolute;
    right: 100px;
    font-size: 18px;
}
ul#navigationPrimary li:last-child:hover {
    background: none;
    color: #940809;
}

.pkp_site_name .is_img img {
    width: 800px !important;
    max-height: none !important;
}

header#headerNavigationContainer {
    border-bottom: #9f2929ff 4px solid !important;
}

.pkp_structure_content {
        padding-top: 20px !important;
    }

.pkp_structure_content.has_sidebar {
    column-gap: 20px;
    display: flex;
    justify-content: space-between;
    justify-items: center;
}

.pkp_structure_page {
    background-color: #e5e7eb;
}

.pkp_structure_main {
    background: #ffffff;
    padding: 50px;
    border-bottom: #9f2929ff 4px solid !important;
}

section.current_issue h2 {
    margin: 0;
}

a.pkp_search.pkp_search_desktop {
    display: none;
}

/* sidebar */
#search_sidebar div input#query {
    border-radius: 20px;
}
form#search_sidebar {
    display: flex;
    align-items: center;
}
form#search_sidebar div button, form#search_sidebar div input {
    height: 40px;
}
div#customblock-search-menu {
    position: absolute;
    top: -150px;
    background: none;
    border: none !important;
}
div.block_custom {
    background-color: white !important;
    margin-bottom: 20px;
    border-bottom: #9f2929ff 4px solid !important;
}

fieldset#login-sidebar div {
    padding: 0;
}

button.submit {
    background-color: #ffffff00 !important;
    border: #000000 solid 1px !important;
    color: black !important;
}
.judul-sidebar {
    font-weight: 700;
    font-size: 17px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: #dfdfdf 1px solid !important;
}

fieldset#login-sidebar .password {
    margin-bottom: 20px;
}

.content ul li.show{
    border: 1px solid #9f2929ff;
    margin-bottom: 3px;
    padding: 10px;
}

.content ul li.show:hover, .content ul li.show:hover a{
    color: white !important;
    background: #9f2929ff;
}

.content ul li.show a:hover {
    color: white !important;
}

a.obj_galley_link.pdf:hover {
    background: #940809;
    color: white !important;
    border-color: black;
}

/* Footer */
.pkp_structure_footer_wrapper {
    background: #ffffff;
    margin-top: 20px;
}

.pkp_brand_footer{
    display: none;
}

.footer.grid.grid-cols-1.lg\:grid-cols-3.mb-4 {
    display: flex;
    gap: 50px;
}

@media (max-width: 720px) {
    .footer.grid.grid-cols-1.lg\:grid-cols-3.mb-4 {
    display: block;
}
    .pkp_structure_content.has_sidebar {
    display: block;
}   .pkp_site_name .is_img img {
    max-height: 2.143rem !important;
    width: auto !important;
}

}