p {
    text-align: justify;
}

a.register {
    display: none !important;
}

.pkp_brand_footer {
    display: none !important;
}

.pkp_structure_content> ::before,
::after {
    display: none !important;
}

.pkp_page_index .journals>ul>li {
    border-top: none !important;
}

ul.links {
    display: none;
}

.body ul.links {
    display: none;
}

button.pkp_site_nav_toggle {
    display: none;
}

.pkp_site_name {
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    background-image: url(https://img.freepik.com/free-vector/gradient-blue-abstract-technology-background_23-2149213765.jpg);
    background-size: cover;
    height: 1000px !important;
}

.journals ul {
    display: flex;
    gap: 50px;
}



li.has_thumb {
    display: flex;
}

.thumb {
    width: 50% !important;
    padding: 0;
}

h1,
h2,
h3 {
    color: #282828 !important;
}

.pkp_structure_page {
    background: linear-gradient(126deg, #54a8cb 0%, #055a7ea6 99%);
    margin: 0 !important;
    width: 100% !important;
    height: 100%;
}
.page.page_login {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: solid white;
    border-radius: 20px;
    padding: 20px;
}

/* ---- particle ---- */
.particles-js-canvas-el {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

.additional_content {
    border: 0 !important;
    padding: 0 !important;
}


/* Versi 2 */

h1, h2, h3, p, a, span {
    color: white !important;
}

a:hover {
    color: white;
}

.pkp_structure_head {
    background: none !important;
    border: none !important;
}

.pkp_navigation_search_wrapper {
    display: none;
}

nav.pkp_site_nav_menu {
    background: none;
    text-align: center;
    z-index: 2;
    position: absolute;
}
nav.cmp_breadcrumbs {
    display: none;
}

/* Mobile */
 @media screen and (max-width: 700px) {
    .pkp_page_index .journals {
        margin-top: 18px !important;
        margin-bottom: 18px !important;
    }
    .journals ul {
        display: flex;
        gap: 0;
        flex-direction: column;
    }
    .pkp_structure_main {
        padding: 10px 20px;
    }
    li.has_thumb {
        margin: 18px 0 !important;
    }
 }

 