/* BISMALLAH - Dagu CSS - LMS Specific Styling */

/* ============================================ */
/* HIDE "GETTING STARTED" ONBOARDING POPUP     */
/* ============================================ */

/* 1. Hide the main right-side onboarding panel (fixed position) */
.fixed.z-50.right-0.w-80.bg-surface-modal,
.fixed.z-50.right-0.bg-surface-modal.shadow-2xl,
div[data-testid="onboarding-panel"],
.bg-surface-modal.shadow-2xl,
.bg-surface-white.shadow-2xl.border.rounded-lg.w-80,
div[class*="fixed"][class*="right-0"][class*="bg-surface-modal"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* 2. Hide the sidebar "Getting started" widget */
.p-3.m-3.space-y-3.rounded-lg.bg-surface-gray-1,
.bg-surface-modal.shadow-sm.rounded-lg.p-3,
div.flex.flex-col.gap-3.shadow-sm.rounded-lg.py-2\.5.px-3.bg-surface-modal {
    display: none !important;
    visibility: hidden !important;
}

/* 3. Broader fallback selectors for LMS right panel */
div[class*="fixed"][class*="right-0"][class*="w-80"],
div[class*="shadow-2xl"][class*="bg-surface-modal"] {
    display: none !important;
}

/* 4. Hide the bottom-left "Getting started" card in sidebar */
div[class*="bg-surface-gray-1"][class*="rounded-lg"][class*="p-3"] {
    display: none !important;
}

/* ============================================ */
/* DAGU BRANDING OVERRIDES                      */
/* ============================================ */

/* Logo placeholder for future use */
.lms-onboarding-icon {
    background-image: url("/assets/bismillah_ethiobiz/dagu_logo.png") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}