/* STREAMING_CHUNK: Memulakan tetapan asas visual sidebar global... /
/ ==========================================
ADAMS GLOBAL STYLESHEET OVERRIDES (2026)
========================================== */

/* 1. GAYA VISUAL SIDEBAR PREMIUM GLOBAL /
.left-sidebar, .sidebar {
background: #1e293b !important; / Warna Slate gelap premium */
box-shadow: 4px 0 15px rgba(0, 0, 0, 0.05);
}

/* STREAMING_CHUNK: Memadam kotak putih kosong pada menu... /
/ 2. MEMADAM KOTAK PUTIH KOSONG PADA MENU /
.sidebar-nav ul#side-menu li a,
.sidebar ul li a,
.left-sidebar ul li a,
#side-menu li a {
background: transparent !important;
color: #cbd5e1 !important; / Warna teks kelabu lembut */
padding: 12px 20px !important;
display: flex !important;
align-items: center !important;
gap: 12px !important;
font-size: 13px !important;
font-weight: 600 !important;
text-transform: uppercase;
letter-spacing: 0.03em;
border-radius: 8px !important;
margin: 6px 14px !important;
text-decoration: none !important;
transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
height: auto !important;
border: none !important;
box-shadow: none !important;
}

/* STREAMING_CHUNK: Menambah kesan animasi hover... /
/ 3. EFEK HOVER BUTANG MENU /
.sidebar-nav ul#side-menu li a:hover,
.sidebar ul li a:hover,
#side-menu li a:hover {
background: rgba(255, 255, 255, 0.08) !important;
color: #ffffff !important;
padding-left: 24px !important; / Animasi slaid ke kanan lembut */
}

/* STREAMING_CHUNK: Menambah gaya menu aktif... /
/ 4. GAYA MENU AKTIF (Halaman Semasa) /
.sidebar-nav ul#side-menu li a.active,
.sidebar ul li a.active,
#side-menu li a.active {
background: #3b82f6 !important; / Warna biru cerah */
color: #ffffff !important;
box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3) !important;
}

/* 5. GARIS PEMBAHAGI LOGOUT */
.logout-divider {
border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
margin-top: 20px !important;
padding-top: 10px !important;
}

/* STREAMING_CHUNK: Memperkemas reka bentuk kad utama dashboard... /
/ 6. GAYA KAD UTAMA (KANDUNGAN DASHBOARD) /
.user-bg .overlay-boxx {
opacity: .95;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background: rgba(15, 23, 42, 0.55) !important; / Efek gelap premium */
transition: background 0.3s ease;
}

.user-bg:hover .overlay-boxx {
background: rgba(15, 23, 42, 0.35) !important;
}

.user-bg {
position: relative;
border-radius: 12px !important;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.user-bg:hover {
transform: translateY(-4px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

.user-bg img {
width: 100%;
height: 200px;
object-fit: cover;
display: block;
}