/* IDenteq SFTPGo branding overrides */

/* ── Sidebar shell ───────────────────────────────────────────────── */
.app-sidebar {
    background-color: #060d15 !important;
    border-right: 1px solid rgba(255,255,255,0.07) !important;
}
.app-sidebar-header {
    border-bottom: 1px solid rgba(255,255,255,0.07) !important;
    padding-bottom: 16px !important;
}

/* Hide the short_name text label next to the sidebar logo */
.text-sidebar {
    display: none !important;
}

/* ── Nav item default state ─────────────────────────────────────── */
.app-sidebar .menu-title {
    color: rgba(255,255,255,0.55) !important;
}
.app-sidebar .menu-icon .ki-duotone,
.app-sidebar .menu-icon .ki-solid,
.app-sidebar .menu-icon .ki-outline {
    color: rgba(255,255,255,0.55) !important;
}
/* Restore duotone path opacity so icons render correctly */
.app-sidebar .menu-icon .ki-duotone .path1,
.app-sidebar .menu-icon .ki-duotone .path2,
.app-sidebar .menu-icon .ki-duotone .path3,
.app-sidebar .menu-icon .ki-duotone .path4,
.app-sidebar .menu-icon .ki-duotone .path5 {
    color: inherit !important;
    opacity: 1 !important;
}
.app-sidebar .menu-arrow {
    color: rgba(255,255,255,0.3) !important;
}
.app-sidebar .bullet-dot {
    background-color: rgba(255,255,255,0.3) !important;
}

/* ── Nav item hover ─────────────────────────────────────────────── */
.app-sidebar .menu-link:hover .menu-title,
.app-sidebar .menu-link:hover .menu-icon .ki-duotone,
.app-sidebar .menu-link:hover .menu-icon .ki-solid,
.app-sidebar .menu-link:hover .menu-icon .ki-outline {
    color: rgba(255,255,255,0.9) !important;
}
.app-sidebar .menu-link:hover {
    background-color: rgba(255,255,255,0.05) !important;
}

/* ── Nav item active ────────────────────────────────────────────── */
.app-sidebar .menu-link.active {
    background-color: rgba(91,200,255,0.14) !important;
    border-left: 2px solid #5BC8FF !important;
}
.app-sidebar .menu-link.active .menu-title {
    color: #5BC8FF !important;
}
.app-sidebar .menu-link.active .menu-icon .ki-duotone,
.app-sidebar .menu-link.active .menu-icon .ki-solid,
.app-sidebar .menu-link.active .menu-icon .ki-outline {
    color: #5BC8FF !important;
}
.app-sidebar .menu-link.active .bullet-dot {
    background-color: #5BC8FF !important;
}

/* ── Accordion open state ───────────────────────────────────────── */
.app-sidebar .menu-item.here > .menu-link .menu-title,
.app-sidebar .menu-item.here > .menu-link .ki-duotone,
.app-sidebar .menu-item.here > .menu-link .ki-solid {
    color: rgba(255,255,255,0.9) !important;
}
.app-sidebar .menu-sub {
    background-color: rgba(0,0,0,0.15) !important;
}

/* ── Accent colour for primary buttons ──────────────────────────── */
.btn-primary {
    background-color: #5BC8FF !important;
    border-color: #5BC8FF !important;
    color: #01060a !important;
}
.btn-primary:hover {
    background-color: #7dd4ff !important;
    border-color: #7dd4ff !important;
}
