.bg-success.bg-opacity-25 {
    background-color: #cfe8c4 !important;
}
.bg-light {
    background-color: #e2f0d9 !important;
}
.btn-success {
    background-color: #88b04b;
    border-color: #88b04b;
}
/* Custom styling yang tidak tersedia di Bootstrap 5 */

body {
    min-height: 100vh;
    background-color: #f4fdf0;
}

/* Warna dan styling untuk sidebar */
.sidebar {
    background-color: #99bc85;
    height: 100vh;
    position: sticky;
    top: 0;
    border-right: 2px solid #7fbf4d;
    font-family: "Poppins";
}

.sidebar-content {
    overflow-y: auto;
}

/* Warna dan styling navigasi */
.nav-link {
    color: #000 !important;
}

.nav-link.active {
    background-color: #6d9d3b !important;
    color: white !important;
}

/* Ukuran ikon konsisten */
.ikon {
    height: 20px;
    width: auto;
}

/* Footer profil */
.profile-footer {
    background: #6d9d3b;
    margin-top: auto;
}

/* Gambar avatar */
.avatar {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

/* Ikon logout */
.logout-icon {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

/* Content area */
.content {
    padding: 20px;
}

/* Custom styling untuk welcome banner */
.welcome-banner {
    background-color: #a6cf90;
    border-radius: 15px;
    border: none;
    overflow: hidden;
    font-family: "Aref Ruqaa";
}

.welcome-title {
    font-weight: 600;
    color: #2c3e2b;
}

/* Styling untuk activity cards - FIXED */
.activity-card {
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #a6cf90;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.activity-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

/* Styling untuk galeri gambar (backup - jika masih digunakan) */
.gallery-card {
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #a6cf90;
}

.gallery-img {
    height: 180px;
    object-fit: cover;
}

/* Logo banner image */
.logo-banner {
    max-width: 100%;
    border-radius: 0;
    margin-top: 15px;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .sidebar {
        height: auto;
        position: relative;
    }

    .logo-container {
        margin-bottom: 15px;
    }

    /* Adjust activity images for mobile */
    .activity-img {
        height: 200px;
    }
}

/* titel SiUKKI */
.siukki-title {
    letter-spacing: 1px;
    font-size: 1.35rem;
}

/* Hover navigasi*/
.hover-hijau:hover,
.hover-hijau:focus {
    background-color: #6d9d3b !important;
    color: #fff !important; /* Agar teks tetap terbaca di background gelap */
    transition: background 0.2s, color 0.2s;
}

/* Putihkan ikon PNG pada menu yang sedang aktif */
.nav-link.active .ikon {
    filter: brightness(0) invert(1);
}

/* Modal Styles */
.modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}

.modal-header {
    background: #99bc85;
    color: white;
    border-radius: 15px 15px 0 0;
    border-bottom: none;
}

.modal-header .btn-close {
    filter: invert(1);
}

.modal-body {
    padding: 2rem;
}

.modal-footer {
    border-top: 1px solid #e9ecef;
    padding: 1rem 2rem;
}

.modal-footer .btn-primary {
    background: #6c757d;
    border: none;
    border-radius: 8px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
}

.modal-footer .btn-primary:hover {
    background: #5c636a;
}

.modal-footer .btn-secondary {
    border-radius: 8px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
}
