/* Hide menu items in ops bar */
#opa_msg,
#opa_cfg,
#opa_bup,
#opa_auc,
#opa_md {
    display: none !important;
}

/* Hide parallel upload controls */
#u2conf tbody tr:first-child td:first-child {
    display: none !important;
}

#nthread_add,
#nthread_sub,
#nthread {
    display: none !important;
}

/* Hide checkbox controls in u2conf table */
#u2conf td.c:has(#multitask),
#u2conf td.c:has(#u2rand),
#u2conf td.c:has(#potato),
#u2conf td.c:has(#u2ow),
#u2conf td.c:has(#fsearch) {
    display: none !important;
}

/* Hide labels and checkboxes directly */
label[for="multitask"],
label[for="u2rand"],
label[for="potato"],
label[for="u2ow"],
label[for="fsearch"],
#multitask,
#u2rand,
#potato,
#u2ow,
#fsearch {
    display: none !important;
}

/* Disable tooltips ONLY for hidden elements */
#opa_msg[tt]::before, #opa_msg[tt]::after,
#opa_cfg[tt]::before, #opa_cfg[tt]::after,
#opa_bup[tt]::before, #opa_bup[tt]::after,
#opa_auc[tt]::before, #opa_auc[tt]::after,
#opa_md[tt]::before, #opa_md[tt]::after,
#nthread_add[tt]::before, #nthread_add[tt]::after,
#nthread_sub[tt]::before, #nthread_sub[tt]::after,
#nthread[tt]::before, #nthread[tt]::after,
label[for="multitask"][tt]::before, label[for="multitask"][tt]::after,
label[for="u2rand"][tt]::before, label[for="u2rand"][tt]::after,
label[for="potato"][tt]::before, label[for="potato"][tt]::after,
label[for="u2ow"][tt]::before, label[for="u2ow"][tt]::after,
label[for="fsearch"][tt]::before, label[for="fsearch"][tt]::after {
    display: none !important;
    content: none !important;
}
