/* =========================================================
   INFORIX - HEADER IMAGE
   Ukuran gambar TIDAK DIUBAH
   ========================================================= */

.pkp_site_name .is_img img {
  max-height: none !important;
  width: 100% !important;
  max-width: 1200px !important;
}




/* =========================================================
   HAMBURGER / MOBILE
   ========================================================= */

.pkp_nav_toggle {
    color: #ffffff !important;

    border: none !important;

    background: transparent !important;
}


.pkp_nav_toggle:hover {
    color: #55aaff !important;
}


/* =========================================================
   FOOTER
   Kembali ke navy seperti sebelumnya
   ========================================================= */

.pkp_structure_footer_wrapper {
    background-color: #0b2571 !important;
    background-image: none !important;

    border: none !important;

    color: #ffffff !important;
}


/* Semua teks footer */
.pkp_structure_footer_wrapper,
.pkp_structure_footer_wrapper p,
.pkp_structure_footer_wrapper span,
.pkp_structure_footer_wrapper div,
.pkp_structure_footer_wrapper li {
    color: #ffffff !important;
}


/* Link footer */
.pkp_structure_footer_wrapper a,
.pkp_structure_footer_wrapper .pkp_brand_footer {
    color: #ffffff !important;

    text-decoration: none !important;

    transition:
        color 0.2s ease,
        opacity 0.2s ease;
}


/* Hover link footer */
.pkp_structure_footer_wrapper a:hover {
    color: #93c5fd !important;

    text-decoration: none !important;
}


/* =========================================================
   SIDEBAR LINK
   ========================================================= */

a.inforix-sidebar-link:hover {
    background-color: #0b2571 !important;

    color: #ffffff !important;

    font-weight: bold !important;
}

 /* =========================================================
    INFORIX SIDEBAR
    HOVER + ACTIVE MENU
    ========================================================= */

/* Semua menu */
.inforix-sidebar-link {
    display: flex !important;
    align-items: center !important;
    gap: 11px !important;

    padding: 11px 12px !important;
    margin: 2px 0 !important;

    color: #334155 !important;
    background: transparent !important;

    text-decoration: none !important;

    font-size: 13px !important;
    font-weight: 500 !important;

    border-radius: 8px !important;

    border-left: 3px solid transparent !important;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease !important;
}


/* =========================================================
   HOVER
   ========================================================= */

.inforix-sidebar-link:hover {
    background: #eef4ff !important;

    color: #0b2571 !important;

    border-left-color: #55aaff !important;

    transform: translateX(2px);

    box-shadow:
        0 3px 10px rgba(11, 37, 113, 0.06);

    text-decoration: none !important;
}


/* Nomor saat hover */
.inforix-sidebar-link:hover .inforix-menu-number {
    background: #0b2571 !important;

    color: #ffffff !important;
}


/* Panah saat hover */
.inforix-sidebar-link:hover .inforix-menu-arrow {
    color: #38bdf8 !important;

    transform: translateX(3px);
}


/* =========================================================
   ACTIVE / MENU YANG SEDANG DIBUKA
   ========================================================= */

.inforix-sidebar-link.active {
    background: #eef4ff !important;

    color: #0b2571 !important;

    border-left-color: #38bdf8 !important;

    font-weight: 700 !important;

    box-shadow:
        0 3px 10px rgba(11, 37, 113, 0.06);
}


/* Nomor active */
.inforix-sidebar-link.active .inforix-menu-number {
    background: #0b2571 !important;

    color: #ffffff !important;
}


/* Panah active */
.inforix-sidebar-link.active .inforix-menu-arrow {
    color: #38bdf8 !important;

    transform: translateX(3px);
}


/* Jangan biarkan hover merusak active */
.inforix-sidebar-link.active:hover {
    background: #e7f0ff !important;

    color: #071e43 !important;

    border-left-color: #38bdf8 !important;
}


/* =========================================================
   NOMOR MENU
   ========================================================= */

.inforix-menu-number {
    width: 28px !important;
    height: 28px !important;

    min-width: 28px !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    background: #f1f5f9 !important;

    color: #0b2571 !important;

    border-radius: 7px !important;

    font-size: 12px !important;

    font-weight: 700 !important;

    transition:
        background-color 0.2s ease,
        color 0.2s ease !important;
}


/* =========================================================
   PANAH
   ========================================================= */

.inforix-menu-arrow {
    color: #94a3b8 !important;

    font-size: 16px !important;

    transition:
        color 0.2s ease,
        transform 0.2s ease !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .pkp_navigation_primary {
        display: block !important;
    }

    .pkp_navigation_primary > li > a {
        border-radius: 5px;

        margin-bottom: 3px;
    }

    .pkp_navigation_user {
        margin-top: 8px;
    }

    .pkp_navigation_user > li > a {
        display: block;
    }

    .pkp_search {
        margin-left: 0;
        margin-top: 8px;
    }

}