/* =========================================================
   JAK HEADER - FULL IMAGE
========================================================= */

/* Hilangkan padding bawaan OJS */
.pkp_site_name {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
}

/* Link gambar */
.pkp_site_name > a.is_img {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Header image */
.pkp_site_name > a.is_img img {
    display: block !important;

    /* lebar mengikuti area header */
    width: 100% !important;

    /* jangan dipaksa tinggi */
    height: auto !important;

    /* hapus batas tinggi theme */
    max-height: none !important;
    max-width: none !important;

    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

/* Wrapper logo */
.pkp_site_name_wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/* =====================================================
   REGISTER & LOGIN
===================================================== */

/* REGISTER - background biru + teks putih */
#navigationUser > li.profile:first-child > a {
    color: #ffffff !important;
    background: #0001fc !important;
    border: 1px solid #0001fc !important;
    border-radius: 6px !important;
    padding: 7px 14px !important;
    margin-left: 5px !important;
    display: inline-block !important;
}

/* LOGIN - background biru + teks hitam */
#navigationUser > li.profile:last-child > a {
    color: #ffffff !important;
    background: #0001fc !important;
    border: 1px solid #0001fc !important;
    border-radius: 6px !important;
    padding: 7px 14px !important;
    margin-left: 5px !important;
    display: inline-block !important;
}


/* =====================================================
   HOVER REGISTER
===================================================== */

#navigationUser > li.profile:first-child > a:hover,
#navigationUser > li.profile:first-child > a:focus {
    color: #ffffff !important;
    background: #0001fc !important;
    border-color: #0001fc !important;
}


/* =====================================================
   HOVER LOGIN
===================================================== */

#navigationUser > li.profile:last-child > a:hover,
#navigationUser > li.profile:last-child > a:focus {
    color: #323030 !important;
    background: #0001fc !important;
    border-color: #0001fc !important;
}


/* =====================================================
   ADMIN DROPDOWN
===================================================== */

#navigationUser .dropdown-menu {
    background: #0001fc !important;
    border: none !important;
}

#navigationUser .dropdown-menu li a {
    background: #0001fc !important;
    color: #ffffff !important;
}

#navigationUser .dropdown-menu li a:hover,
#navigationUser .dropdown-menu li a:focus {
    background: #0001fc !important;
    color: #ffffff !important;
}