html,
body {
    background-image: url("https://jejakdosen.com/wp-content/uploads/2024/12/motif.jpg");
}

/* NAVIGATION */
.pkp_navigation_primary_row {
    background: #1a2f4b !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li {
    padding: 0 !important;
    margin: 0 !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
    margin: 0 !important;
    padding: 0 10px !important;
    line-height: 40px !important;
    font-family: Sunflower, Helvetica, Calibri, sans-serif;
    color: #ffffff !important;
    font-weight: normal !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a:hover {
    background: rgba(0, 0, 0, 0.3) !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul {
    background: #dabc8d !important;
    border-radius: 0 !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.35) !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li:last-child {
    border-bottom: none !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li a:hover {
    border-radius: 0 !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper .pkp_search.is_open input[type="text"] {
    font-family: Sunflower, Helvetica, Calibri, sans-serif;
    color: #ffffff;
}

/* CONTENT */
.pkp_structure_content {
    background: #ffffff;
}

/* HEADER - PERBAIKAN UTAMA */
.pkp_structure_head {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.pkp_head_wrapper {
    background: transparent !important;
    background-color: transparent !important;
}

.pkp_header_content {
    background: transparent !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

.pkp_site_name_wrapper {
    background: transparent !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.pkp_site_name {
    background: transparent !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
}

.pkp_site_name > a {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0 !important;
}

.pkp_site_name .is_img img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 auto !important;
}

/* USER MENU LOGIN REGISTER */
.pkp_navigation_user_wrapper {
    top: 0;
    right: 0;
    padding-right: 30px;
}

.pkp_navigation_user.pkp_nav_list .profile a {
    padding-left: 10px;
    padding-right: 5px;
}

.profile a {
    background: #1a2f4b !important;
    color: #ffffff !important;
}

/* FOOTER */
.pkp_structure_footer .pkp_footer_content {
    background: #1a2f4b;
    padding: 10px !important;
}

.pkp_structure_footer .pkp_footer_content p {
    margin: 0;
}

.pkp_structure_footer .pkp_brand_footer {
    background: #1a2f4b;
    height: auto !important;
    padding: 0;
}

.pkp_structure_footer .pkp_brand_footer img {
    width: 48px !important;
    height: auto;
}

.pkp_structure_footer .pkp_footer_content img {
    width: 88px;
    height: 31px;
}

.pkp_structure_footer .pkp_footer_content div.logo img {
    width: 65px;
    height: 65px;
}

.pkp_structure_footer .pkp_footer_content div.logo2 img {
    width: 88px;
    height: 31px;
}

/* TITLE DAN LINK */
.page_title,
.name,
a {
    color: #1a2f4b;
}

a:hover {
    color: #e58013;
}

/* BUTTON DAN GALLEY */
.cmp_button_wire,
.obj_galley_link {
    background: #1a2f4b;
    border: 1px solid #1a2f4b;
    color: #fff;
}

/* ARTICLE SUMMARY */
.obj_article_summary {
    border: 1px solid #1a2f4b;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 3px 3px #1a2f4b;
}

/* BLOCK TITLE */
.pkp_block .title {
    display: block;
    padding: 10px;
    text-align: left;
    background-color: #1a2f4b;
    color: white;
    font-weight: bold;
}

/* SEARCH */
.pkp_navigation_search_wrapper .pkp_search,
.pkp_navigation_search_wrapper .pkp_search .fa-search {
    color: #ffffff;
}

.pkp_navigation_search_wrapper .pkp_search:hover {
    color: #e3dede;
}

/* ABSTRACT */
.obj_article_details .abstract {
    text-align: justify;
}

/* SUBMISSION BLOCK */
.pkp_block.block_make_submission .content {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

.pkp_block.block_make_submission .content a {
    background: #1a2f4b;
    line-height: 40px;
    font-family: Sunflower, Helvetica, Calibri, sans-serif;
    color: #ffffff;
}

.pkp_block.block_make_submission .content a:hover {
    background: rgba(0, 0, 0, 0.25) !important;
    color: #1a2f4b;
}

/* PAGE WRAPPER */
.pkp_structure_page {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    background: transparent !important;
}

/* SIDEBAR MENU */
.head-menu {
    border-bottom: 3px #1a2f4b solid;
    height: 50px;
}

.head-menu a {
    display: block;
    padding: 10px;
    text-align: left;
    background-color: #1a2f4b;
    color: white;
    font-weight: bold;
}

.menu-sidebar {
    font: bold 12px Arial, Verdana, sans-serif;
}

.menu-sidebar ul {
    list-style: none;
    padding: 0;
}

.menu-sidebar li a {
    text-decoration: none;
    border-top: 1px solid #ffffff;
    color: #000000;
    display: block;
    background-color: #f8f8f8;
    padding: 10px;
    margin-top: -5px;
    transition: 0.3s;
}

.menu-sidebar li a:hover {
    background-color: #1a2f4b;
    box-shadow: gray 2px 2px 2px;
    color: white;
    border-left: 5px solid #e58013;
    border-bottom: 5px solid #e58013;
}

.menu-sidebar ul ul {
    position: absolute;
    top: 75px;
    left: 135px;
    visibility: hidden;
}

.menu-sidebar ul li:hover ul {
    visibility: visible;
}

/* MENU LAIN */
.badan {
    margin-top: -15px;
}

.badan a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid white;
    background: #f8f8f8;
    text-align: center;
    transition: 0.5s;
    color: black;
}

.badan a:hover {
    color: black !important;
    font-weight: bold;
    box-shadow: gray 0 5px 10px 0;
    position: relative;
}

/* RESPONSIVE */
@media only screen and (max-width: 768px) {
    .pkp_site_name .is_img img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .pkp_navigation_user_wrapper {
        padding-right: 10px;
    }
}