.button-green {
    background-color: #3cac7a !important;
}
.text-greenkit {
    color: #3cac7a !important;
}
/* Transisi halus */
.layout-page,
.layout-menu {
    transition: all 0.3s ease-in-out;
}

/* Saat sidebar COLLAPSED */
.layout-menu-collapsed .layout-page {
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
}

/* Pastikan container benar-benar full */
.layout-menu-collapsed .content-wrapper {
    padding-left: 5rem !important;
}

.layout-menu-collapsed .container-fluid {
    max-width: 100% !important;
}

/* Supaya card ikut stretch */
.card {
    width: 100%;
}

#notifPanel {
    position: fixed;
    margin-left: 10px;
    width: 340px;
    border-radius: 10px;
    display: none;
    z-index: 2000;
}
/* MOBILE */
@media (max-width: 768px) {
    #notifPanel {
        position: relative;
        width: 100%;
        margin-top: 10px;
        margin-left: -2px;
        left: 0 !important;
        top: 0 !important;
    }
}
