/*
 * ============================================================
 * NOYTRIX — SIDEBAR CLEAN V71
 *
 * Remove duplicate "Check" navigation item.
 *
 * IMPORTANT:
 * - New check button stays
 * - Check screen stays
 * - Check functionality stays
 * - Only sidebar link is hidden
 * ============================================================
 */


/* Desktop sidebar */
.sidebar .nav-item[data-screen="check"],
.sidebar-nav .nav-item[data-screen="check"],
nav .nav-item[data-screen="check"] {
    display: none !important;
}


/*
 * Extra protection against inherited flex/grid sizing.
 */
.nav-item[data-screen="check"] {
    width: 0 !important;
    height: 0 !important;

    min-width: 0 !important;
    min-height: 0 !important;

    max-width: 0 !important;
    max-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    overflow: hidden !important;

    visibility: hidden !important;

    pointer-events: none !important;
}


/*
 * Do NOT touch the New check button.
 */
[data-new-check],
.new-check,
.new-check-button,
#newCheckButton {
    visibility: visible;
}
