/* ============================================
   OCULTAR ITEMS NO DESEADOS DE "CONVERSES"
   ============================================ */

/* Ocultar "Sense assistència" */
ul.sidebar-group-children > li[name="Unattended"] {
  display: none !important;
}

/* ============================================
   OCULTAR HEADER "CARPETES"
   ============================================ */

/* Ocultar el header de "Carpetes" con su icono */
div.flex.items-center.select-none.pointer-events-none.my-1:has(span.i-lucide-folder) {
  display: none !important;
}

/* Alternativa si :has() no funciona en tu navegador */
ul.sidebar-group-children > div.flex.items-center.my-1 span.i-lucide-folder {
  display: none !important;
}

ul.sidebar-group-children > div.flex.items-center.my-1:has(span.i-lucide-folder) {
  display: none !important;
}

ul.sidebar-group-children > div.flex.items-center.my-1:has(span.i-lucide-folder) {
  display: none !important;
}


/* ============================================
   OCULTAR CANALES
   ============================================ */

ul.sidebar-group-children > div.flex.items-center.my-1:has(span.i-lucide-mailbox) {
  display: none !important;
}

li.child-item[name="STP-1"] {
  display: none !important;
}







/* ============================================
   OCULTAR SCROLL 
   ============================================ */

   
div.absolute.bg-gradient-to-t.from-n-solid-2.-bottom-1 {
  display: none !important;
}