/* ===========================
   Ubah warna primary menjadi merah
=========================== */

[data-pc-preset]{
    --bs-primary: #dc3545;
    --bs-primary-rgb: 220,53,69;
    --bs-primary-light: rgba(220,53,69,.12);

    --pc-sidebar-active-color: #dc3545;
}

/* ===========================
   Sidebar Active Menu
=========================== */

.pc-sidebar .pc-navbar .pc-link.active{
    color:#dc3545 !important;
    background:rgba(220,53,69,.12) !important;
}

.pc-sidebar .pc-navbar .pc-link.active .pc-micon{
    color:#dc3545 !important;
}

.pc-sidebar .pc-navbar .pc-link.active .pc-micon i{
    color:#dc3545 !important;
}

.pc-sidebar .pc-navbar .pc-link.active .pc-mtext{
    color:#dc3545 !important;
}

.pc-sidebar .pc-navbar .pc-link:hover{
    color:#dc3545;
    background:rgba(220,53,69,.08);
}

.pc-sidebar .pc-navbar .pc-link:hover .pc-micon{
    color:#dc3545;
}

.pc-sidebar .pc-navbar .pc-link.active::after{
    background:#dc3545 !important;
}

.pc-sidebar .pc-navbar .pc-link.active::before{
    background:#dc3545 !important;
}

/* Dropdown profile tab */
.dropdown-user-profile .drp-tabs .nav-link.active{
    color:#dc3545 !important;

    /* Hapus semua border bawaan */
    border: none !important;

    /* Tambahkan hanya border bawah merah */
    border-bottom: 2px solid #dc3545 !important;
}

.dropdown-user-profile .drp-tabs .nav-link.active i{
    color:#dc3545 !important;
}
